Chromium Code Reviews| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 324 <message name="IDS_SECTION_SAVED_PASSWORDS_EXCEPTIONS" desc="Header for th e list of websites for which user selected to never save passwords. [CHAR-LIMIT= 32]"> | 324 <message name="IDS_SECTION_SAVED_PASSWORDS_EXCEPTIONS" desc="Header for th e list of websites for which user selected to never save passwords. [CHAR-LIMIT= 32]"> |
| 325 Never saved | 325 Never saved |
| 326 </message> | 326 </message> |
| 327 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central."> | 327 <message name="IDS_MANAGE_PASSWORDS_TEXT" desc="Text for link to manage pa sswords on Account Central."> |
| 328 View and manage saved passwords at <ph name="BEGIN_LINK"><link></p h>passwords.google.com<ph name="END_LINK"></link></ph> | 328 View and manage saved passwords at <ph name="BEGIN_LINK"><link></p h>passwords.google.com<ph name="END_LINK"></link></ph> |
| 329 </message> | 329 </message> |
| 330 <message name="IDS_SAVED_PASSWORDS_NONE_TEXT" desc="Text when there are no saved passwords/exceptions."> | 330 <message name="IDS_SAVED_PASSWORDS_NONE_TEXT" desc="Text when there are no saved passwords/exceptions."> |
| 331 Saved passwords will appear here. | 331 Saved passwords will appear here. |
| 332 </message> | 332 </message> |
| 333 <message name="IDS_PASSWORD_ENTRY_EDITOR_TITLE" desc='Title of the "edit a name/password" screen.'> | 333 <message name="IDS_PASSWORD_ENTRY_EDITOR_TITLE" desc='Title of the "edit a name/password" screen.'> |
| 334 Edit saved name/password or exception | 334 Edit saved account |
| 335 </message> | |
| 336 <message name="IDS_PASSWORD_ENTRY_EDITOR_LINK" desc='Title preceding link on password entry editor.'> | |
|
vabr (Chromium)
2016/07/18 16:00:26
This does not appear to be used?
dozsa
2016/07/18 18:44:52
It's used in the new UI, before displaying the lin
vabr (Chromium)
2016/07/19 08:44:38
Ah, that's the @string/password_entry_editor_link
| |
| 337 Url | |
| 338 </message> | |
| 339 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME" desc='Title preceding u sername on password entry editor.'> | |
| 340 Username | |
| 341 </message> | |
| 342 <message name="IDS_PASSWORD_ENTRY_EDITOR_PASSWORD" desc='Title preceding p assword on password entry editor.'> | |
| 343 Password | |
| 335 </message> | 344 </message> |
| 336 | 345 |
| 337 <!-- Homepage preferences --> | 346 <!-- Homepage preferences --> |
| 338 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> | 347 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> |
| 339 Default | 348 Default |
| 340 </message> | 349 </message> |
| 341 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_TITLE" desc="The title of the scr een that allows users to change the URL that opens when they tap on the home pag e button in the omnibox."> | 350 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_TITLE" desc="The title of the scr een that allows users to change the URL that opens when they tap on the home pag e button in the omnibox."> |
| 342 Edit home page | 351 Edit home page |
| 343 </message> | 352 </message> |
| 344 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_LABEL" desc="The label for the ed it text field that allows the user to change the URL that is opened when they ta p on the home page button in the omnibox."> | 353 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_LABEL" desc="The label for the ed it text field that allows the user to change the URL that is opened when they ta p on the home page button in the omnibox."> |
| (...skipping 2365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2710 Tap this button for quick access to your tabs. | 2719 Tap this button for quick access to your tabs. |
| 2711 </message> | 2720 </message> |
| 2712 | 2721 |
| 2713 <!-- Item Chooser UI strings --> | 2722 <!-- Item Chooser UI strings --> |
| 2714 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> | 2723 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> |
| 2715 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) | 2724 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) |
| 2716 </message> | 2725 </message> |
| 2717 </messages> | 2726 </messages> |
| 2718 </release> | 2727 </release> |
| 2719 </grit> | 2728 </grit> |
| OLD | NEW |