OLD | NEW |
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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 </message> | 819 </message> |
820 <message name="IDS_ACCOUNT_MANAGEMENT_TITLE" desc="Header title for the ac
count management screen. [CHAR-LIMIT=32]"> | 820 <message name="IDS_ACCOUNT_MANAGEMENT_TITLE" desc="Header title for the ac
count management screen. [CHAR-LIMIT=32]"> |
821 Accounts | 821 Accounts |
822 </message> | 822 </message> |
823 <message name="IDS_ACCOUNT_MANAGEMENT_GO_INCOGNITO_TEXT" desc="Summary tex
t for going incognito."> | 823 <message name="IDS_ACCOUNT_MANAGEMENT_GO_INCOGNITO_TEXT" desc="Summary tex
t for going incognito."> |
824 Go incognito to browse privately or sign in temporarily | 824 Go incognito to browse privately or sign in temporarily |
825 </message> | 825 </message> |
826 <message name="IDS_ACCOUNT_MANAGEMENT_NOT_YOU_TEXT" desc="Title text for t
he section with the incognito button."> | 826 <message name="IDS_ACCOUNT_MANAGEMENT_NOT_YOU_TEXT" desc="Title text for t
he section with the incognito button."> |
827 Not <ph name="NOT_YOU_USER_NAME">%1$s<ex>Pablo Picasso</ex></ph>? | 827 Not <ph name="NOT_YOU_USER_NAME">%1$s<ex>Pablo Picasso</ex></ph>? |
828 </message> | 828 </message> |
829 | 829 |
830 <!-- Child accounts --> | 830 <!-- Child accounts --> |
831 <message name="IDS_KIDS_ACCOUNT" desc="Identifies an account as a child ac
count."> | 831 <message name="IDS_KIDS_ACCOUNT" desc="Identifies an account as a child ac
count."> |
832 This is a kid’s account | 832 This is a kid’s account |
833 </message> | 833 </message> |
834 <message name="IDS_ACCOUNT_MANAGEMENT_PARENTAL_SETTINGS" desc="Title of pa
rental settings section of account page for child account."> | 834 <message name="IDS_ACCOUNT_MANAGEMENT_PARENTAL_SETTINGS" desc="Title of pa
rental settings section of account page for child account."> |
835 Parental Settings | 835 Parental Settings |
836 </message> | 836 </message> |
837 <message name="IDS_ACCOUNT_MANAGEMENT_NO_PARENTAL_DATA" desc="String sayin
g that we are waiting for family information."> | 837 <message name="IDS_ACCOUNT_MANAGEMENT_NO_PARENTAL_DATA" desc="String sayin
g that we are waiting for family information."> |
838 Waiting for details of parents. | 838 Waiting for details of parents. |
839 </message> | 839 </message> |
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2329 </message> | 2329 </message> |
2330 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in
place of a list of nearby URLs when there are no URLs to display."> | 2330 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in
place of a list of nearby URLs when there are no URLs to display."> |
2331 No nearby Physical Web pages found | 2331 No nearby Physical Web pages found |
2332 </message> | 2332 </message> |
2333 <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."> | 2333 <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."> |
2334 Looking for nearby Physical Web pages | 2334 Looking for nearby Physical Web pages |
2335 </message> | 2335 </message> |
2336 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that
initiates a scan for nearby URLs"> | 2336 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that
initiates a scan for nearby URLs"> |
2337 Refresh | 2337 Refresh |
2338 </message> | 2338 </message> |
| 2339 |
| 2340 <!-- Password Manager strings --> |
| 2341 <message name="IDS_UPDATE_PASSWORD" desc="The title of the update password
infobar."> |
| 2342 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update your password for this site? |
| 2343 </message> |
| 2344 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="The title of the upd
ate password infobar."> |
| 2345 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></
ph> to update your password of <ph name="USERNAME">^2<ex>don.john.lemon@example.
com</ex></ph> for this site? |
| 2346 </message> |
2339 </messages> | 2347 </messages> |
2340 </release> | 2348 </release> |
2341 </grit> | 2349 </grit> |
OLD | NEW |