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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 </message> 205 </message>
206 <message name="IDS_SEARCH" desc="The label for a search button."> 206 <message name="IDS_SEARCH" desc="The label for a search button.">
207 Search 207 Search
208 </message> 208 </message>
209 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]"> 209 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]">
210 Copy link 210 Copy link
211 </message> 211 </message>
212 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard."> 212 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard.">
213 Copied 213 Copied
214 </message> 214 </message>
215 <message name="IDS_RETRY" desc="The label for retry button. [CHAR-LIMIT=20 ]">
216 Retry
217 </message>
215 218
216 <!-- Main Preferences --> 219 <!-- Main Preferences -->
217 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> 220 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
218 Settings 221 Settings
219 </message> 222 </message>
220 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]"> 223 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]">
221 Help &amp; feedback 224 Help &amp; feedback
222 </message> 225 </message>
223 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy."> 226 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy.">
224 Managed by your administrator 227 Managed by your administrator
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 </message> 1073 </message>
1071 <message name="IDS_SIGNOUT_MANAGED_ACCOUNT_MESSAGE" desc="Message to displ ay for sign out of Chrome dialog when the account has enterprise management, and all user data will be erased"> 1074 <message name="IDS_SIGNOUT_MANAGED_ACCOUNT_MESSAGE" desc="Message to displ ay for sign out of Chrome dialog when the account has enterprise management, and all user data will be erased">
1072 You are signing out of an account managed by <ph name="DOMAIN_NAME">%1$s <ex>google.com</ex></ph>. This will delete the Chrome data stored on this device , but the data will remain in your Google Account. 1075 You are signing out of an account managed by <ph name="DOMAIN_NAME">%1$s <ex>google.com</ex></ph>. This will delete the Chrome data stored on this device , but the data will remain in your Google Account.
1073 </message> 1076 </message>
1074 <message name="IDS_SIGNOUT_DIALOG_POSITIVE_BUTTON" desc="Button to sign ou t of Chrome"> 1077 <message name="IDS_SIGNOUT_DIALOG_POSITIVE_BUTTON" desc="Button to sign ou t of Chrome">
1075 Sign out 1078 Sign out
1076 </message> 1079 </message>
1077 <message name="IDS_SIGN_IN_BUTTON" desc="Label for a button to sign in"> 1080 <message name="IDS_SIGN_IN_BUTTON" desc="Label for a button to sign in">
1078 Sign in 1081 Sign in
1079 </message> 1082 </message>
1083 <message name="IDS_SIGN_IN_GETTING_ACCOUNT_MANAGEMENT_POLICY" desc="Title of progress bar dialog for getting management policy">
1084 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
1085 </message>
1086 <message name="IDS_SIGN_IN_TIMEOUT_TITLE" desc="Title of sign in timeout a lert dialog">
1087 Unable to sign in
1088 </message>
1089 <message name="IDS_SIGN_IN_TIMEOUT_MESSAGE" desc="Message of sign in timeo ut alert dialog">
1090 Google took too long to respond
1091 </message>
1080 1092
1081 <!-- Sync strings --> 1093 <!-- Sync strings -->
1082 <message name="IDS_SIGN_OUT_MANAGED_ACCOUNT" desc="Title for prompts to si gn out of managed accounts"> 1094 <message name="IDS_SIGN_OUT_MANAGED_ACCOUNT" desc="Title for prompts to si gn out of managed accounts">
1083 Sign out of managed account 1095 Sign out of managed account
1084 </message> 1096 </message>
1085 <message name="IDS_SIGN_IN_MANAGED_ACCOUNT" desc="Title for prompts to sig n in to managed accounts"> 1097 <message name="IDS_SIGN_IN_MANAGED_ACCOUNT" desc="Title for prompts to sig n in to managed accounts">
1086 Sign in to managed account 1098 Sign in to managed account
1087 </message> 1099 </message>
1088 <message name="IDS_SIGN_IN_MANAGED_ACCOUNT_DESCRIPTION" desc="Description for signing in to managed accounts"> 1100 <message name="IDS_SIGN_IN_MANAGED_ACCOUNT_DESCRIPTION" desc="Description for signing in to managed accounts">
1089 You are signing in with an account managed by <ph name="MANAGED_DOMAIN"> %1$s<ex>Google</ex></ph> and giving its administrator control over your Chrome d ata. Your data will become permanently tied to this account. Signing out of Chro me will delete your data from this device, but it will remain stored in your Goo gle Account. 1101 You are signing in with an account managed by <ph name="MANAGED_DOMAIN"> %1$s<ex>Google</ex></ph> and giving its administrator control over your Chrome d ata. Your data will become permanently tied to this account. Signing out of Chro me will delete your data from this device, but it will remain stored in your Goo gle Account.
(...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
2775 </message> 2787 </message>
2776 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link."> 2788 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link.">
2777 LINK 2789 LINK
2778 </message> 2790 </message>
2779 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video."> 2791 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video.">
2780 VIDEO 2792 VIDEO
2781 </message> 2793 </message>
2782 </messages> 2794 </messages>
2783 </release> 2795 </release>
2784 </grit> 2796 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698