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_SITE_TITLE" desc='Title preceding the identification of the site where the stored password comes from.'> | |
337 Site | |
338 </message> | |
339 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_TITLE" desc='Title prece ding username of the account where the stored password comes from.'> | |
340 Username | |
341 </message> | |
342 <message name="IDS_PASSWORD_ENTRY_EDITOR_PASSWORD" desc='Title preceding p assword on password entry editor.'> | |
343 Password | |
344 </message> | |
345 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_SITE" desc='Content d escription for the button that copies the stored password.'> | |
346 Copy site | |
347 </message> | |
348 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_USERNAME" desc='Conte nt description for the button that copies the stored password.'> | |
349 Copy username | |
350 </message> | |
351 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_PASSWORD" desc='Conte nt description for the button that copies the stored password.'> | |
352 Copy password | |
353 </message> | |
354 <message name="IDS_PASSWORD_ENTRY_EDITOR_VIEW_STORED_PASSWORD" desc='Conte nt description for the button that allows users to view the stored password upon reauthentication.'> | |
355 View password | |
vabr (Chromium)
2016/07/19 10:54:12
optional nit: I'm not sure how much "view" makes s
dozsa
2016/07/20 12:07:09
I've changed it to "unmask" for now, waiting for c
| |
335 </message> | 356 </message> |
336 | 357 |
337 <!-- Homepage preferences --> | 358 <!-- Homepage preferences --> |
338 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> | 359 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> |
339 Default | 360 Default |
340 </message> | 361 </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."> | 362 <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 | 363 Edit home page |
343 </message> | 364 </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."> | 365 <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. | 2731 Tap this button for quick access to your tabs. |
2711 </message> | 2732 </message> |
2712 | 2733 |
2713 <!-- Item Chooser UI strings --> | 2734 <!-- 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."> | 2735 <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>) | 2736 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) |
2716 </message> | 2737 </message> |
2717 </messages> | 2738 </messages> |
2718 </release> | 2739 </release> |
2719 </grit> | 2740 </grit> |
OLD | NEW |