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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
362 </message> | 362 </message> |
363 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_USERNAME" desc='Conte nt description for the button that copies the stored password.'> | 363 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_USERNAME" desc='Conte nt description for the button that copies the stored password.'> |
364 Copy username | 364 Copy username |
365 </message> | 365 </message> |
366 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_PASSWORD" desc='Conte nt description for the button that copies the stored password.'> | 366 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_PASSWORD" desc='Conte nt description for the button that copies the stored password.'> |
367 Copy password | 367 Copy password |
368 </message> | 368 </message> |
369 <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.'> | 369 <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.'> |
370 Unmask password | 370 Unmask password |
371 </message> | 371 </message> |
372 <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_USERNAME" desc='Name us ed to identify copying username to clipboard'> | |
vabr (Chromium)
2016/07/26 20:03:18
This (and the "site" below) are a bit cryptic. Is
dozsa
2016/07/27 19:04:45
Sorry, this is no longer necessary as it's never s
| |
373 username | |
374 </message> | |
375 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_COPIED" desc='Text that announces user that the username of a saved account has been copied'> | |
376 Username copied | |
377 </message> | |
378 <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_SITE" desc='Name used t o identify copying site to clipboard'> | |
379 site | |
380 </message> | |
381 <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_COPIED" desc='Text that anno unces user that the site of a saved account has been copied'> | |
382 Site copied | |
383 </message> | |
384 <message name="IDS_PASSWORD_ENTRY_EDITOR_SET_LOCK_SCREEN" desc='Text promp ting user to set device lock in order to view/copy passwords'> | |
385 In order to view and copy passwords you must set up a device lock in you r device's security settings. | |
386 </message> | |
372 | 387 |
373 <!-- Homepage preferences --> | 388 <!-- Homepage preferences --> |
374 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> | 389 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> |
375 Default | 390 Default |
376 </message> | 391 </message> |
377 <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."> | 392 <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."> |
378 Edit home page | 393 Edit home page |
379 </message> | 394 </message> |
380 <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."> | 395 <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."> |
381 Open this page | 396 Open this page |
(...skipping 2336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2718 Tap this button for quick access to your tabs. | 2733 Tap this button for quick access to your tabs. |
2719 </message> | 2734 </message> |
2720 | 2735 |
2721 <!-- Item Chooser UI strings --> | 2736 <!-- Item Chooser UI strings --> |
2722 <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."> | 2737 <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 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) | 2738 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) |
2724 </message> | 2739 </message> |
2725 </messages> | 2740 </messages> |
2726 </release> | 2741 </release> |
2727 </grit> | 2742 </grit> |
OLD | NEW |