Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3078)

Unified Diff: remoting/resources/remoting_strings.grd

Issue 12905012: Webapp changes to support third party authentication (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index 808e2e9adc6f29aed1e50c103f68aa37eedfe3ac..b71ca6ec680f2e76418c926526f2043120f72f7c 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -142,6 +142,9 @@
<message desc="Text shown when the app first starts, or if the access token is invalidated, explaining the need to authorize the Chrome Remote Desktop app before use." name="IDR_DESCRIPTION_AUTHORIZE">
To use Chrome Remote Desktop you must grant extended access permissions to your computer. You only have to do this once.
</message>
+ <message desc="Confirmation prompt shown when a user needs to authenticate against a third party, explaining the need to authorize the Chrome Remote Desktop app to access the authentication URL." name="IDR_DESCRIPTION_THIRD_PARTY_AUTH">
+ This remote host requires you to authenticate to a third-party website. To continue, you must grant the Chrome Remote Desktop app additional permissions to access this address: <ph name="TOKEN_ISSUE_URL">$1<ex>http://www.example.com/IssueToken</ex></ph>.
+ </message>
Jamie 2013/03/28 23:29:36 I've referred elsewhere to the app simply as "Chro
Jamie 2013/03/29 18:19:24 Did you see this comment?
rmsousa 2013/03/29 20:55:48 Yup, I had left it alone since it'll likely change
Jamie 2013/03/29 21:34:53 Okay, fair enough. But you might as well change it
rmsousa 2013/04/15 23:56:57 Done.
<message desc="Description for the home screen. This is shown when the app starts up, above buttons to share or connect." name="IDR_DESCRIPTION_HOME">
Chrome Remote Desktop allows you to securely share your computer over the Web. Both users must be running the Chrome Remote Desktop app, which can be found at <ph name="URL">$1<ex>&lt;a href=http://chrome.google.com/remotedesktop&gt;chrome.google.com/remotedesktop&lt;/a&gt;</ex></ph>.
</message>
@@ -205,6 +208,9 @@
<message desc="Text shown when the app first starts, or if the access token is invalidated, explaining the need to authorize the Chromoting app before use." name="IDR_DESCRIPTION_AUTHORIZE">
To use Chromoting you must grant extended access permissions to your computer. You only have to do this once.
</message>
+ <message desc="Confirmation prompt shown when a user needs to authenticate against a third party, explaining the need to authorize the Chromoting app to access the authentication URL." name="IDR_DESCRIPTION_THIRD_PARTY_AUTH">
+ This remote host requires you to authenticate to a third-party website. To continue, you must grant the Chromoting app additional permissions to access this address: <ph name="TOKEN_ISSUE_URL">$1<ex>http://www.example.com/IssueToken</ex></ph>.
+ </message>
<message desc="Description for the home screen. This is shown when the app starts up, above buttons to share or connect." name="IDR_DESCRIPTION_HOME">
Chromoting allows you to securely share your computer over the Web. Both users must be running the Chromoting app, which can be found at <ph name="URL">$1<ex>&lt;a href=http://chrome.google.com/remotedesktop&gt;chrome.google.com/remotedesktop&lt;/a&gt;</ex></ph>.
</message>

Powered by Google App Engine
This is Rietveld 408576698