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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1660353002: Update account and sync management UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor formatting changes Created 4 years, 10 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 </message> 163 </message>
164 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f eature. [CHAR-LIMIT=32]"> 164 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f eature. [CHAR-LIMIT=32]">
165 No Thanks 165 No Thanks
166 </message> 166 </message>
167 <message name="IDS_ENABLE" desc="Generic label to enable a feature. [CHAR- LIMIT=32]"> 167 <message name="IDS_ENABLE" desc="Generic label to enable a feature. [CHAR- LIMIT=32]">
168 Enable 168 Enable
169 </message> 169 </message>
170 <message name="IDS_NEXT" desc="Generic label for a button to advance to th e next item. [CHAR-LIMIT=20]"> 170 <message name="IDS_NEXT" desc="Generic label for a button to advance to th e next item. [CHAR-LIMIT=20]">
171 Next 171 Next
172 </message> 172 </message>
173 <message name="IDS_SUBMIT" desc="Generic label for a submit button. Used i n multiple contexts. [CHAR-LIMIT=20]">
newt (away) 2016/02/12 22:03:51 Maybe "Generic label for a button to submit data."
174 Submit
175 </message>
173 176
174 <!-- Main Preferences --> 177 <!-- Main Preferences -->
175 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> 178 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
176 Settings 179 Settings
177 </message> 180 </message>
178 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]"> 181 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]">
179 Help &amp; feedback 182 Help &amp; feedback
180 </message> 183 </message>
181 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy."> 184 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy.">
182 Managed by your administrator 185 Managed by your administrator
(...skipping 11 matching lines...) Expand all
194 Advanced 197 Advanced
195 </message> 198 </message>
196 199
197 <!-- Sign-in preference --> 200 <!-- Sign-in preference -->
198 <message name="IDS_SIGN_IN_TO_CHROME" desc="Title for the button to sign i n to Chrome using one's Google account. [CHAR-LIMIT=27]"> 201 <message name="IDS_SIGN_IN_TO_CHROME" desc="Title for the button to sign i n to Chrome using one's Google account. [CHAR-LIMIT=27]">
199 Sign in to Chrome 202 Sign in to Chrome
200 </message> 203 </message>
201 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in."> 204 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in.">
202 Sign in to get your bookmarks, history, passwords, and other settings on all your devices 205 Sign in to get your bookmarks, history, passwords, and other settings on all your devices
203 </message> 206 </message>
204 <message name="IDS_NUMBER_OF_SIGNED_IN_ACCOUNTS" desc="Summary indicating the number of accounts (always greater than 1) the user is signed in to the cont ent area.">
205 <ph name="NUMBER_OF_ACCOUNTS">%1$d<ex>3</ex></ph> accounts
206 </message>
207 207
208 <!-- Search engine preferences --> 208 <!-- Search engine preferences -->
209 <message name="IDS_PREFS_SEARCH_ENGINE" desc="Title for Search Engine pref erences. [CHAR-LIMIT=32]"> 209 <message name="IDS_PREFS_SEARCH_ENGINE" desc="Title for Search Engine pref erences. [CHAR-LIMIT=32]">
210 Search engine 210 Search engine
211 </message> 211 </message>
212 <message name="IDS_SEARCH_ENGINE_LOCATION_ALLOWED" desc="The text of a lin k displayed when location permission for a particular search engine is allowed." > 212 <message name="IDS_SEARCH_ENGINE_LOCATION_ALLOWED" desc="The text of a lin k displayed when location permission for a particular search engine is allowed." >
213 Location is allowed 213 Location is allowed
214 </message> 214 </message>
215 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." > 215 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." >
216 Location is blocked 216 Location is blocked
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 </message> 814 </message>
815 <message name="IDS_DEPRECATION_WARNING" desc="Warning about Chrome updates no longer being supported"> 815 <message name="IDS_DEPRECATION_WARNING" desc="Warning about Chrome updates no longer being supported">
816 Chrome updates are no longer supported for this version of Android. 816 Chrome updates are no longer supported for this version of Android.
817 </message> 817 </message>
818 818
819 <!-- Account management UI strings. --> 819 <!-- Account management UI strings. -->
820 <message name="IDS_ACCOUNT_MANAGEMENT_ADD_ACCOUNT_TITLE" desc="Button text for opening the add account dialog to add a new account to a user's profile. [C HAR-LIMIT=20]"> 820 <message name="IDS_ACCOUNT_MANAGEMENT_ADD_ACCOUNT_TITLE" desc="Button text for opening the add account dialog to add a new account to a user's profile. [C HAR-LIMIT=20]">
821 Add account for <ph name="ADD_ACCOUNT_USER_NAME">%1$s<ex>Pablo Picasso</ ex></ph> 821 Add account for <ph name="ADD_ACCOUNT_USER_NAME">%1$s<ex>Pablo Picasso</ ex></ph>
822 </message> 822 </message>
823 <message name="IDS_ACCOUNT_MANAGEMENT_TITLE" desc="Header title for the ac count management screen. [CHAR-LIMIT=32]"> 823 <message name="IDS_ACCOUNT_MANAGEMENT_TITLE" desc="Header title for the ac count management screen. [CHAR-LIMIT=32]">
824 Accounts 824 Signed in to Google as
825 </message> 825 </message>
826 <message name="IDS_ACCOUNT_MANAGEMENT_GO_INCOGNITO_TEXT" desc="Summary tex t for going incognito."> 826 <message name="IDS_ACCOUNT_MANAGEMENT_SYNC_SUMMARY" desc="Description for which account the data is being synced to">
827 Go incognito to browse privately or sign in temporarily 827 Syncing to <ph name="SYNC_ACCOUNT_USER_NAME">%1$s<ex>johndoe@gmail.com</ ex></ph>
828 </message> 828 </message>
829 <message name="IDS_ACCOUNT_MANAGEMENT_NOT_YOU_TEXT" desc="Title text for t he section with the incognito button."> 829 <message name="IDS_ACCOUNT_MANAGEMENT_SIGN_OUT" desc="Button text for sign ing out of Chrome">
830 Not <ph name="NOT_YOU_USER_NAME">%1$s<ex>Pablo Picasso</ex></ph>? 830 Sign out of Chrome
831 </message> 831 </message>
832 832
833 <!-- Child accounts --> 833 <!-- Child accounts -->
834 <message name="IDS_KIDS_ACCOUNT" desc="Identifies an account as a child ac count."> 834 <message name="IDS_KIDS_ACCOUNT" desc="Identifies an account as a child ac count.">
835 This is a kid’s account 835 This is a kid’s account
836 </message> 836 </message>
837 <message name="IDS_ACCOUNT_MANAGEMENT_PARENTAL_SETTINGS" desc="Title of pa rental settings section of account page for child account."> 837 <message name="IDS_ACCOUNT_MANAGEMENT_PARENTAL_SETTINGS" desc="Title of pa rental settings section of account page for child account.">
838 Parental Settings 838 Parental Settings
839 </message> 839 </message>
840 <message name="IDS_ACCOUNT_MANAGEMENT_NO_PARENTAL_DATA" desc="String sayin g that we are waiting for family information."> 840 <message name="IDS_ACCOUNT_MANAGEMENT_NO_PARENTAL_DATA" desc="String sayin g that we are waiting for family information.">
(...skipping 30 matching lines...) Expand all
871 </message> 871 </message>
872 <message name="IDS_SYNC_IS_DISABLED" desc="Message to show when Chrome syn c is disabled"> 872 <message name="IDS_SYNC_IS_DISABLED" desc="Message to show when Chrome syn c is disabled">
873 Sync is off 873 Sync is off
874 </message> 874 </message>
875 <message name="IDS_SYNC_NEED_PASSPHRASE" desc="Error message when a passph rase is needed for decrypting sync data."> 875 <message name="IDS_SYNC_NEED_PASSPHRASE" desc="Error message when a passph rase is needed for decrypting sync data.">
876 Passphrase required 876 Passphrase required
877 </message> 877 </message>
878 <message name="IDS_SYNC_SETUP_PROGRESS" desc="Message indicating that sync setup is in progress"> 878 <message name="IDS_SYNC_SETUP_PROGRESS" desc="Message indicating that sync setup is in progress">
879 Setup in progress… 879 Setup in progress…
880 </message> 880 </message>
881 <message name="IDS_SYNC_ACCOUNT_HEADER" desc="Header for indicating to the user which account is being used for syncing">
882 Sync account
883 </message>
881 884
882 <!-- Confirm Sync account change dialog. --> 885 <!-- Confirm Sync account change dialog. -->
883 <message name="IDS_CONFIRM_ACCOUNT_CHANGE_DIALOG_TITLE" desc="Confirm Acco unt change dialog title. This Dialog warns the user that signing in to sync will merge all their browsing data with the new sync email account. This dialog is d isplayed when user signs out of sync and tries to sign in again with a different account. Dialog also contains a link which opens a new dialog to clear sync dat a. [CHAR-LIMIT=40]."> 886 <message name="IDS_CONFIRM_ACCOUNT_CHANGE_DIALOG_TITLE" desc="Confirm Acco unt change dialog title. This Dialog warns the user that signing in to sync will merge all their browsing data with the new sync email account. This dialog is d isplayed when user signs out of sync and tries to sign in again with a different account. Dialog also contains a link which opens a new dialog to clear sync dat a. [CHAR-LIMIT=40].">
884 Confirm Google Account 887 Confirm Google Account
885 </message> 888 </message>
886 <message name="IDS_CONFIRM_ACCOUNT_CHANGE_DIALOG_MESSAGE" desc="Message to display for google account change confirmation dialog."> 889 <message name="IDS_CONFIRM_ACCOUNT_CHANGE_DIALOG_MESSAGE" desc="Message to display for google account change confirmation dialog.">
887 <ph name="ACCOUNT_EMAIL_LAST">%1$s<ex>user@example.com</ex></ph> was sig ned in. Signing in with <ph name="ACCOUNT_EMAIL_NEW">%2$s<ex>user@example.com</e x></ph> will merge synced data like bookmarks between accounts. To keep informat ion separate, clear browsing data in <ph name="BEGIN_LINK">&lt;link&gt;</ph>sett ings<ph name="END_LINK">&lt;/link&gt;</ph>. 890 <ph name="ACCOUNT_EMAIL_LAST">%1$s<ex>user@example.com</ex></ph> was sig ned in. Signing in with <ph name="ACCOUNT_EMAIL_NEW">%2$s<ex>user@example.com</e x></ph> will merge synced data like bookmarks between accounts. To keep informat ion separate, clear browsing data in <ph name="BEGIN_LINK">&lt;link&gt;</ph>sett ings<ph name="END_LINK">&lt;/link&gt;</ph>.
888 </message> 891 </message>
889 <message name="IDS_CONFIRM_ACCOUNT_CHANGE_DIALOG_SIGNIN" desc="The string used in the dialog for the button that means user has confirmed to sign in as a different user and merge information. [CHAR-LIMIT=24]"> 892 <message name="IDS_CONFIRM_ACCOUNT_CHANGE_DIALOG_SIGNIN" desc="The string used in the dialog for the button that means user has confirmed to sign in as a different user and merge information. [CHAR-LIMIT=24]">
890 Sign in 893 Sign in
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 <!-- Sign-in strings --> 935 <!-- Sign-in strings -->
933 <message name="IDS_ADD_ACCOUNT_TITLE" desc="Title for add Google account d ialog [CHAR-LIMIT=40]"> 936 <message name="IDS_ADD_ACCOUNT_TITLE" desc="Title for add Google account d ialog [CHAR-LIMIT=40]">
934 Add a Google Account 937 Add a Google Account
935 </message> 938 </message>
936 <message name="IDS_ADD_ACCOUNT_MESSAGE" desc="Message to display for add G oogle account dialog"> 939 <message name="IDS_ADD_ACCOUNT_MESSAGE" desc="Message to display for add G oogle account dialog">
937 You have not yet set up a Google Account on this device 940 You have not yet set up a Google Account on this device
938 </message> 941 </message>
939 <message name="IDS_ADD_ACCOUNT_CONTINUE" desc="Continue button for add Goo gle account dialog [CHAR-LIMIT=20]"> 942 <message name="IDS_ADD_ACCOUNT_CONTINUE" desc="Continue button for add Goo gle account dialog [CHAR-LIMIT=20]">
940 Continue 943 Continue
941 </message> 944 </message>
942 <message name="IDS_SIGN_IN_ACCOUNTS_MESSAGE" desc="Description of the sign ed-in section shown below the header">
943 You’re signed in to the following Google Accounts. Add or remove account s in Android settings.
944 </message>
945 <message name="IDS_SIGN_IN_ACCOUNTS_MESSAGE_MANAGED" desc="Description of the signed-in section shown below the header when adding or removing accounts is not allowed.">
946 You’re signed in to the following Google Accounts.
947 </message>
948 <message name="IDS_SIGN_IN_ACCOUNTS_MESSAGE_CHILD" desc="Description of th e signed-in section shown below the header for child accounts">
949 You’re signed in to the following Google Account.
950 </message>
951 <message name="IDS_SIGNOUT_TITLE" desc="Title for sign out of Chrome dialo g [CHAR-LIMIT=40]"> 945 <message name="IDS_SIGNOUT_TITLE" desc="Title for sign out of Chrome dialo g [CHAR-LIMIT=40]">
952 Sign out of Chrome 946 Sign out of Chrome?
953 </message> 947 </message>
954 <message name="IDS_SIGNOUT_MESSAGE" desc="Message to display for sign out of Chrome dialog"> 948 <message name="IDS_SIGNOUT_MESSAGE" desc="Message to display for sign out of Chrome dialog">
955 The data stored on this device as well as the data stored in your Google Account will remain in both places. However, new data or changes you make to yo ur data will not be synchronized between them. 949 Changes to your bookmarks, history, passwords, and other settings will n o longer be synced to your Google Account. However, your existing data will rema in stored in your Google account.
956 </message> 950 </message>
957 <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"> 951 <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">
958 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. 952 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.
959 </message> 953 </message>
954 <message name="IDS_SIGNOUT_DIALOG_POSITIVE_BUTTON" desc="Positive button f or signing out of Chrome dialog">
newt (away) 2016/02/12 22:03:51 or just "Button to sign out of Chrome"
955 Sign out
956 </message>
960 957
961 <!-- Sync strings --> 958 <!-- Sync strings -->
962 <message name="IDS_SIGN_IN_SYNC" desc="Sync preference title in signed-in prefs and prefix for notification related to sync [CHAR-LIMIT=32]"> 959 <message name="IDS_SIGN_IN_SYNC" desc="Sync preference title in signed-in prefs and prefix for notification related to sync [CHAR-LIMIT=32]">
963 Sync 960 Sync
964 </message> 961 </message>
962 <message name="IDS_SYNC_DESCRIPTION" desc="Describes the purpose of syncin g. This will be displayed on the sync on/off toggle [CHAR-LIMIT=64]">
newt (away) 2016/02/12 22:03:51 Don't use CHAR-LIMITS unless longer text would bre
May 2016/02/16 17:32:08 Done.
963 Get your bookmarks, history, passwords, and other settings on all your d evices
964 </message>
965 <message name="IDS_SYNC_TO_ACCOUNT_HEADER" desc="Header title for selectin g the account to sync to [CHAR-LIMIT=32]">
966 Sync to
967 </message>
965 <message name="IDS_SYNC_DATA_TYPES" desc="Preference category name for cus tomization of synced data types. [CHAR-LIMT=32]"> 968 <message name="IDS_SYNC_DATA_TYPES" desc="Preference category name for cus tomization of synced data types. [CHAR-LIMT=32]">
966 Data types 969 Data types
967 </message> 970 </message>
968 <message name="IDS_SYNC_EVERYTHING_PREF" desc="Title for preference which enables sync'ing of all data types. [CHAR-LIMT=32]"> 971 <message name="IDS_SYNC_EVERYTHING_PREF" desc="Title for preference which enables sync'ing of all data types. [CHAR-LIMT=32]">
969 Sync everything 972 Sync everything
970 </message> 973 </message>
971 <message name="IDS_SYNC_AUTOFILL" desc="Title for preference which enables sync'ing of autofill. [CHAR-LIMT=32]"> 974 <message name="IDS_SYNC_AUTOFILL" desc="Title for preference which enables sync'ing of autofill. [CHAR-LIMT=32]">
972 Autofill 975 Autofill
973 </message> 976 </message>
974 <message name="IDS_SYNC_BOOKMARKS" desc="Title for preference which enable s sync'ing of bookmarks. [CHAR-LIMT=32]"> 977 <message name="IDS_SYNC_BOOKMARKS" desc="Title for preference which enable s sync'ing of bookmarks. [CHAR-LIMT=32]">
(...skipping 23 matching lines...) Expand all
998 <message name="IDS_SYNC_PASSPHRASE_TYPE_TITLE" desc="Title of sync passphr ase type dialog. [CHAR-LIMIT=24]"> 1001 <message name="IDS_SYNC_PASSPHRASE_TYPE_TITLE" desc="Title of sync passphr ase type dialog. [CHAR-LIMIT=24]">
999 Encryption 1002 Encryption
1000 </message> 1003 </message>
1001 <message name="IDS_SYNC_PASSPHRASE_TYPE_KEYSTORE" desc="Option to encrypt only passwords, using your Google credentials."> 1004 <message name="IDS_SYNC_PASSPHRASE_TYPE_KEYSTORE" desc="Option to encrypt only passwords, using your Google credentials.">
1002 Encrypt passwords with Google credentials 1005 Encrypt passwords with Google credentials
1003 </message> 1006 </message>
1004 <message name="IDS_SYNC_PASSPHRASE_TYPE_FROZEN" desc="Option to encrypt al l data, using your Google password frozen on the substituted date."> 1007 <message name="IDS_SYNC_PASSPHRASE_TYPE_FROZEN" desc="Option to encrypt al l data, using your Google password frozen on the substituted date.">
1005 Encrypt all with Google password as of <ph name="TIME">%1$s<ex>Oct 3, 20 14</ex></ph> 1008 Encrypt all with Google password as of <ph name="TIME">%1$s<ex>Oct 3, 20 14</ex></ph>
1006 </message> 1009 </message>
1007 <message name="IDS_SYNC_PASSPHRASE_TYPE_CUSTOM" desc="Option to encrypt al l sync data with a custom passphrase."> 1010 <message name="IDS_SYNC_PASSPHRASE_TYPE_CUSTOM" desc="Option to encrypt al l sync data with a custom passphrase.">
1008 Encrypt all with passphrase 1011 Encrypt all synced data with your own sync passphrase
1012 </message>
1013 <message name="IDS_SYNC_PASSPHRASE_TYPE_CUSTOM_DIALOG_TITLE" desc="Dialog title for custom passphrase creation.">
1014 Create passphrase
1009 </message> 1015 </message>
1010 <message name="IDS_SIGN_IN_GOOGLE_ACCOUNT" desc="Title of sign in account selection dialog. [CHAR-LIMIT=32]"> 1016 <message name="IDS_SIGN_IN_GOOGLE_ACCOUNT" desc="Title of sign in account selection dialog. [CHAR-LIMIT=32]">
1011 Google Account 1017 Google Account
1012 </message> 1018 </message>
1013 <message name="IDS_SYNC_CUSTOM_PASSPHRASE" desc="Prompt user to create a c ustom sync password."> 1019 <message name="IDS_SYNC_CUSTOM_PASSPHRASE" desc="Prompt user to create a c ustom sync password.">
1014 Only someone with your passphrase can read your encrypted data. This pas sphrase is not sent to or stored by Google. If you forget your passphrase, you w ill need to reset sync. 1020 Encrypting your data with a passphrase lets you sync your data without l etting Google read it. To change this setting, you will need to reset sync. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Learn more<ph name="END_LINK">&lt;/link&gt;</ ph>
newt (away) 2016/02/12 22:03:51 Looks like this string needs updating to match the
May 2016/02/16 17:32:08 Done.
1015 </message> 1021 </message>
1016 <message name="IDS_SYNC_DASHBOARD_URL" desc="URL for the sync dashboard." translateable="false"> 1022 <message name="IDS_SYNC_DASHBOARD_URL" desc="URL for the sync dashboard." translateable="false">
1017 https://www.google.com/settings/chrome/sync 1023 https://www.google.com/settings/chrome/sync
1018 </message> 1024 </message>
1019 <message name="IDS_SYNC_ENTER_CUSTOM_PASSPHRASE_HINT" desc="Hint for the p assphrase field when user is to type in a passphrase. [CHAR-LIMIT=30]"> 1025 <message name="IDS_SYNC_ENTER_CUSTOM_PASSPHRASE_HINT" desc="Hint for the p assphrase field when user is to type in a passphrase. [CHAR-LIMIT=30]">
1020 Passphrase 1026 Passphrase
1021 </message> 1027 </message>
1022 <message name="IDS_SYNC_ENTER_CUSTOM_PASSPHRASE_HINT_CONFIRM" desc="Hint f or the passphrase confirmation field when user is to type in a passphrase. [CHAR -LIMIT=30]"> 1028 <message name="IDS_SYNC_ENTER_CUSTOM_PASSPHRASE_HINT_CONFIRM" desc="Hint f or the passphrase confirmation field when user is to type in a passphrase. [CHAR -LIMIT=30]">
1023 Confirm passphrase 1029 Confirm passphrase
1024 </message> 1030 </message>
1025 <message name="IDS_SYNC_PASSPHRASE_CANNOT_BE_BLANK" desc="Inform user that they cannot use a blank password [CHAR-LIMIT=40]"> 1031 <message name="IDS_SYNC_PASSPHRASE_CANNOT_BE_BLANK" desc="Inform user that they cannot use a blank password [CHAR-LIMIT=40]">
1026 This field cannot be blank 1032 This field cannot be blank
1027 </message> 1033 </message>
1028 <message name="IDS_SYNC_PASSPHRASE_RESET_INSTRUCTIONS" desc="Inform the us er how they can reset their passphrase if they have forgotten it." meaning="Andr oid"> 1034 <message name="IDS_SYNC_PASSPHRASE_RESET_INSTRUCTIONS" desc="Inform the us er how they can reset their passphrase if they have forgotten it." meaning="Andr oid">
1029 If you’ve forgotten your passphrase, stop and reset Sync via <ph name="B EGIN_LINK">&lt;link&gt;</ph>Google Dashboard<ph name="END_LINK">&lt;/link&gt;</p h>. 1035 If you’ve forgotten your passphrase, reset sync. <ph name="BEGIN_LINK">& lt;link&gt;</ph>Learn more<ph name="END_LINK">&lt;/link&gt;</ph>
1030 </message> 1036 </message>
1031 <message name="IDS_SYNC_PASSPHRASES_DO_NOT_MATCH" desc="Inform user that t heir sync password does not match."> 1037 <message name="IDS_SYNC_PASSPHRASES_DO_NOT_MATCH" desc="Inform user that t heir sync password does not match.">
1032 Passphrases do not match 1038 Passphrases do not match
1033 </message> 1039 </message>
1034 <message name="IDS_SYNC_PASSPHRASE_INCORRECT" desc="Inform the user that t he passphrase they entered for sync is incorrect. [CHAR-LIMIT=40]"> 1040 <message name="IDS_SYNC_PASSPHRASE_INCORRECT" desc="Inform the user that t he passphrase they entered for sync is incorrect. [CHAR-LIMIT=40]">
1035 Incorrect passphrase 1041 Incorrect passphrase
1036 </message> 1042 </message>
1037 <message name="IDS_SYNC_VERIFYING" desc="Inform the user that their sync e ncryption information is being verified. [CHAR-LIMIT=20]"> 1043 <message name="IDS_SYNC_VERIFYING" desc="Inform the user that their sync e ncryption information is being verified. [CHAR-LIMIT=20]">
1038 Verifying… 1044 Verifying…
1039 </message> 1045 </message>
1040 <message name="IDS_SYNC_LOADING" desc="Preference title to let the user ch ange their encryption password. [CHAR-LIMIT=20]"> 1046 <message name="IDS_SYNC_LOADING" desc="Preference title to let the user ch ange their encryption password. [CHAR-LIMIT=20]">
1041 Loading… 1047 Loading…
1042 </message> 1048 </message>
1049 <message name="IDS_SYNC_IMPORT_DATA_TITLE" desc="Preference title of scree n to let user choose to switch sync accounts. [CHAR-LIMIT=24]">
1050 Import data?
1051 </message>
1052 <message name="IDS_SYNC_IMPORT_DATA_PROMPT" desc="Prompt for the user to c hoose how they want to handle their existing sync data">
1053 You're switching sync accounts from <ph name="FROM_ACCOUNT">%1$s<ex>john doe@gmail.com</ex></ph> to <ph name="TO_ACCOUNT">%2$s<ex>john@gmail.com</ex></ph >. What do you want to do with your existing bookmarks, history, passwords, and other settings?
newt (away) 2016/02/12 22:03:51 use curly quotes (you can copy paste from elsewher
May 2016/02/16 17:32:08 I don't need all these strings yet (import data pi
1054 </message>
1055 <message name="IDS_SYNC_IMPORT_EXISTING_DATA" desc="Option to import exist ing data to the newly selected sync account">
1056 Import existing data
1057 </message>
1058 <message name="IDS_SYNC_IMPORT_EXISTING_DATA_SUBTEXT" desc="Subtext descri bing what happens if the user elects to import existing data to the newly select ed sync account">
1059 Keep existing data on your device and permanently import the data to <ph name="ACCOUNT">%1$s<ex>john@doe.com</ex></ph>
1060 </message>
1061 <message name="IDS_SYNC_IMPORT_EXISTING_DATA_VALUE" desc="Internal value f or import data preference" translateable="false">
newt (away) 2016/02/12 22:03:51 Unless you need to reference this string from both
May 2016/02/16 17:32:08 Ditto
1062 import_existing_data
1063 </message>
1064 <message name="IDS_SYNC_KEEP_EXISTING_DATA_SEPARATE" desc="Option to keep the existing data separate from the newly selected sync account">
1065 Keep existing data separate
1066 </message>
1067 <message name="IDS_SYNC_KEEP_EXISTING_DATA_SEPARATE_SUBTEXT" desc="Subtext describing what happens if the user elects to keep the existing data separate">
1068 Replace this device's data with <ph name="ACCOUNT">%1$s<ex>john@doe.com< /ex></ph>'s data. You can retrieve your existing data by switching back to <ph n ame="ACCOUNT">%1$s<ex>johndoe@gmail.com</ex></ph>
newt (away) 2016/02/12 22:03:51 curly quotes
May 2016/02/16 17:32:08 Ditto.
1069 </message>
1070 <message name="IDS_SYNC_KEEP_EXISTING_DATA_SEPARATE_VALUE" desc="Internal value for keep existing data preference" translateable="false">
1071 keep_existing_data
1072 </message>
1043 1073
1044 <!-- Bluetooth Picker UI strings --> 1074 <!-- Bluetooth Picker UI strings -->
1045 <message name="IDS_BLUETOOTH_DIALOG_TITLE" desc="The header message shown on top of the dialog that lets the user pick a Bluetooth device for the site to pair with. Shown above a list of Bluetooth devices discovered. "> 1075 <message name="IDS_BLUETOOTH_DIALOG_TITLE" desc="The header message shown on top of the dialog that lets the user pick a Bluetooth device for the site to pair with. Shown above a list of Bluetooth devices discovered. ">
1046 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to <ph na me="BEGIN_LINK">&lt;link&gt;</ph>pair with<ph name="END_LINK">&lt;/link&gt;</ph> :</message> 1076 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to <ph na me="BEGIN_LINK">&lt;link&gt;</ph>pair with<ph name="END_LINK">&lt;/link&gt;</ph> :</message>
1047 <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Blu etooth picker dialog while scanning for devices."> 1077 <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Blu etooth picker dialog while scanning for devices.">
1048 Searching for devices… 1078 Searching for devices…
1049 </message> 1079 </message>
1050 <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm a ssociation of a website with a Bluetooth device. Use the same term as in 'Pair t his Bluetooth headset with your phone.'"> 1080 <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm a ssociation of a website with a Bluetooth device. Use the same term as in 'Pair t his Bluetooth headset with your phone.'">
1051 Pair 1081 Pair
1052 </message> 1082 </message>
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 </message> 1605 </message>
1576 <message name="IDS_NATIVE_STARTUP_FAILED" desc="Error message shown when C hrome fails to start for other (unknown) reasons"> 1606 <message name="IDS_NATIVE_STARTUP_FAILED" desc="Error message shown when C hrome fails to start for other (unknown) reasons">
1577 Chrome failed during startup with an unexpected error. 1607 Chrome failed during startup with an unexpected error.
1578 </message> 1608 </message>
1579 1609
1580 <!-- First Run strings --> 1610 <!-- First Run strings -->
1581 <message name="IDS_FRE_SET_UP_CHROME" desc="Header text shown when the use r is first setting up Chrome"> 1611 <message name="IDS_FRE_SET_UP_CHROME" desc="Header text shown when the use r is first setting up Chrome">
1582 Set up Chrome 1612 Set up Chrome
1583 </message> 1613 </message>
1584 <message name="IDS_FRE_ACCOUNT_CHOICE_DESCRIPTION" desc="Text for account chooser page"> 1614 <message name="IDS_FRE_ACCOUNT_CHOICE_DESCRIPTION" desc="Text for account chooser page">
1585 Select an account to get your bookmarks, history, passwords, and other s ettings on all your devices. 1615 Select an account to get your bookmarks, history, passwords, and other s ettings on all your devices
newt (away) 2016/02/12 22:03:51 add back the period? It's in the mocks.
May 2016/02/16 17:32:08 Done.
1586 </message> 1616 </message>
1587 <message name="IDS_FRE_SKIP_TEXT" desc="Text for second page skip button"> 1617 <message name="IDS_FRE_SKIP_TEXT" desc="Text for second page skip button">
1588 No thanks 1618 No thanks
1589 </message> 1619 </message>
1590 <message name="IDS_CHOOSE_ACCOUNT_SIGN_IN" desc="Sign in button for choose google account dialog [CHAR-LIMIT=20]"> 1620 <message name="IDS_CHOOSE_ACCOUNT_SIGN_IN" desc="Sign in button for choose google account dialog [CHAR-LIMIT=20]">
1591 Sign in 1621 Sign in
1592 </message> 1622 </message>
1593 <message name="IDS_FRE_DONE" desc="Button to dismiss the sign-in screen on ce the user is done"> 1623 <message name="IDS_FRE_DONE" desc="Button to dismiss the sign-in screen on ce the user is done">
1594 Done 1624 Done
1595 </message> 1625 </message>
1596 <message name="IDS_FRE_SETTINGS" desc="Button that opens Chrome settings"> 1626 <message name="IDS_FRE_SETTINGS" desc="Button that opens Chrome settings">
1597 Settings 1627 Settings
1598 </message> 1628 </message>
1599 <message name="IDS_FRE_ADD_ACCOUNT" desc="Text for adding another Google A ccount"> 1629 <message name="IDS_FRE_ADD_ACCOUNT" desc="Text for adding another Google A ccount">
1600 Add account 1630 Add account
1601 </message> 1631 </message>
1602 <message name="IDS_MAKE_CHROME_YOURS" desc="Title for the signin promo tha t prompts the user to sign in to Chrome to have a personalized experirence. [CHA R-LIMIT=24]"> 1632 <message name="IDS_MAKE_CHROME_YOURS" desc="Title for the signin promo tha t prompts the user to sign in to Chrome to have a personalized experirence. [CHA R-LIMIT=24]">
1603 Make Chrome yours 1633 Make Chrome yours
1604 </message> 1634 </message>
1605 <message name="IDS_FRE_NO_ACCOUNT_CHOICE_DESCRIPTION" desc="Text for accou nt chooser page when there are no accounts on the device."> 1635 <message name="IDS_FRE_NO_ACCOUNT_CHOICE_DESCRIPTION" desc="Text for accou nt chooser page when there are no accounts on the device.">
1606 Add an account to get your bookmarks, history, passwords, and other sett ings on all your devices. 1636 Add an account to get your bookmarks, history, passwords, and other sett ings on all your devices
newt (away) 2016/02/12 22:03:51 add back the period?
May 2016/02/16 17:32:08 Done.
1607 </message> 1637 </message>
1608 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY_VARIANT" desc="A variant of s ummary for the signin promo; lists reasons to sign in to Chrome."> 1638 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY_VARIANT" desc="A variant of s ummary for the signin promo; lists reasons to sign in to Chrome.">
1609 Sign in to access all your web stuff from any device 1639 Sign in to access all your web stuff from any device
1610 </message> 1640 </message>
1611 <message name="IDS_FRE_NO_ACCOUNTS" desc="Text for spinner when there is n o google accounts [CHAR-LIMIT=40]"> 1641 <message name="IDS_FRE_NO_ACCOUNTS" desc="Text for spinner when there is n o google accounts [CHAR-LIMIT=40]">
1612 Add an account 1642 Add an account
1613 </message> 1643 </message>
1614 <message name="IDS_FRE_HI_NAME" desc="Title welcoming the user by their na me after they have signed in."> 1644 <message name="IDS_FRE_HI_NAME" desc="Title welcoming the user by their na me after they have signed in.">
1615 Hi, <ph name="FULL_NAME">%1$s<ex>John Smith</ex></ph> 1645 Hi, <ph name="FULL_NAME">%1$s<ex>John Smith</ex></ph>
1616 </message> 1646 </message>
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 </message> 2348 </message>
2319 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2349 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2320 Looking for nearby Physical Web pages 2350 Looking for nearby Physical Web pages
2321 </message> 2351 </message>
2322 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2352 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2323 Refresh 2353 Refresh
2324 </message> 2354 </message>
2325 </messages> 2355 </messages>
2326 </release> 2356 </release>
2327 </grit> 2357 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698