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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2772203004: Add progress and timeout dialogs for getting account management policy (Closed)
Patch Set: Addressed comments Created 3 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: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 1159cb81e2253b67feebb2a22fdefc826b163480..cfc87b97420397c171d3d16a1ebbd1a5854dca1d 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -212,6 +212,9 @@ CHAR-LIMIT guidelines:
<message name="IDS_COPIED" desc="Notification telling the user that something has been copied to the clipboard.">
Copied
</message>
+ <message name="IDS_RETRY" desc="The label for retry button. [CHAR-LIMIT=20]">
+ Retry
+ </message>
<!-- Main Preferences -->
<message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
@@ -1077,6 +1080,15 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_SIGN_IN_BUTTON" desc="Label for a button to sign in">
Sign in
</message>
+ <message name="IDS_SIGN_IN_GETTING_ACCOUNT_MANAGEMENT_POLICY" desc="Title of progress bar dialog for getting management policy">
+ Getting account management policy…
gogerald1 2017/03/28 20:22:52 Use the unicode ellipsis instead of three periods
bsazonov 2017/03/29 13:05:06 It is already an unicode ellipsis. I've updated th
gogerald1 2017/03/29 15:14:02 I mean use \u2026 instead of ... in grd might be b
Bernhard Bauer 2017/03/29 15:35:32 FWIW, the other instances of an ellipsis character
+ </message>
+ <message name="IDS_SIGN_IN_TIMEOUT_TITLE" desc="Title of sign in timeout alert dialog">
+ Unable to sign in
+ </message>
+ <message name="IDS_SIGN_IN_TIMEOUT_MESSAGE" desc="Message of sign in timeout alert dialog">
+ Google took too long to respond
+ </message>
<!-- Sync strings -->
<message name="IDS_SIGN_OUT_MANAGED_ACCOUNT" desc="Title for prompts to sign out of managed accounts">

Powered by Google App Engine
This is Rietveld 408576698