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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
371 </message> | 371 </message> |
372 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD_ACTION_TIT LE" desc='Title for button on action bar that deletes the stored password.'> | 372 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD_ACTION_TIT LE" desc='Title for button on action bar that deletes the stored password.'> |
373 Delete password | 373 Delete password |
374 </message> | 374 </message> |
375 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD" desc='Con tent description for the button that allows users to delete the stored password. '> | 375 <message name="IDS_PASSWORD_ENTRY_EDITOR_DELETE_STORED_PASSWORD" desc='Con tent description for the button that allows users to delete the stored password. '> |
376 Delete stored password | 376 Delete stored password |
377 </message> | 377 </message> |
378 <message name="IDS_PASSWORDS_ACTIVATE_DEVICE_LOCK" desc="Text displayed wh en user doesn't have device lock set"> | 378 <message name="IDS_PASSWORDS_ACTIVATE_DEVICE_LOCK" desc="Text displayed wh en user doesn't have device lock set"> |
379 Secure lock screen hasn't been set up. In order to access passwords, set up a lock screen via your device's security settings. | 379 Secure lock screen hasn't been set up. In order to access passwords, set up a lock screen via your device's security settings. |
380 </message> | 380 </message> |
381 <message name="IDS_PASSWORD_ENTRY_EDITOR_SET_DEVICE_LOCK_PROMPT" desc="Tex t displayed when user doesn't have device lock set"> | |
Theresa
2016/08/12 18:34:28
It's a little confusing that the description here
dozsa
2016/08/18 12:40:37
Ah, sorry, the IDS_PASSWORDS_ACTIVATE_DEVICE_LOCK
| |
382 Set screen lock to view your passwords on this device. | |
383 </message> | |
381 <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_USERNAME" desc='Name us ed to identify copying username to clipboard'> | 384 <message name="IDS_PASSWORD_ENTRY_EDITOR_CLIPBOARD_USERNAME" desc='Name us ed to identify copying username to clipboard'> |
382 username | 385 username |
383 </message> | 386 </message> |
384 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the username of a saved account has be en copied into clipboard.'> | 387 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the username of a saved account has be en copied into clipboard.'> |
385 Username copied | 388 Username copied |
386 </message> | 389 </message> |
387 <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_COPIED_INTO_CLIPBOARD" desc= 'Text that announces to the user that the site of a saved account has been copie d into clipboard.'> | 390 <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_COPIED_INTO_CLIPBOARD" desc= 'Text that announces to the user that the site of a saved account has been copie d into clipboard.'> |
388 Site copied | 391 Site copied |
389 </message> | 392 </message> |
390 <message name="IDS_PASSWORD_ENTRY_EDITOR_PASSWORD_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the password of a saved account has be en copied into clipboard.'> | 393 <message name="IDS_PASSWORD_ENTRY_EDITOR_PASSWORD_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the password of a saved account has be en copied into clipboard.'> |
(...skipping 2334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2725 Tap this button for quick access to your tabs. | 2728 Tap this button for quick access to your tabs. |
2726 </message> | 2729 </message> |
2727 | 2730 |
2728 <!-- Item Chooser UI strings --> | 2731 <!-- Item Chooser UI strings --> |
2729 <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."> | 2732 <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."> |
2730 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) | 2733 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) |
2731 </message> | 2734 </message> |
2732 </messages> | 2735 </messages> |
2733 </release> | 2736 </release> |
2734 </grit> | 2737 </grit> |
OLD | NEW |