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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
814 </message> | 814 </message> |
815 | 815 |
816 <!-- Fullscreen preferences --> | 816 <!-- Fullscreen preferences --> |
817 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert ."> | 817 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert ."> |
818 Full screen | 818 Full screen |
819 </message> | 819 </message> |
820 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]"> | 820 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]"> |
821 Full screen | 821 Full screen |
822 </message> | 822 </message> |
823 | 823 |
824 <!-- USB preferences --> | |
825 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for a device permission entry."> | |
Theresa
2016/07/14 17:15:25
nit: this is going to be used by translators to de
Reilly Grant (use Gerrit)
2016/07/15 00:03:44
Done.
| |
826 Revoke device permission | |
827 </message> | |
828 | |
824 <!-- Data Saver --> | 829 <!-- Data Saver --> |
825 <message name="IDS_DATA_REDUCTION_LO_FI_SNACKBAR_MESSAGE" desc="Message sh own when a page is opened in low fidelity mode when there is a slow unreliable c onnection."> | 830 <message name="IDS_DATA_REDUCTION_LO_FI_SNACKBAR_MESSAGE" desc="Message sh own when a page is opened in low fidelity mode when there is a slow unreliable c onnection."> |
826 Slow connection detected | 831 Slow connection detected |
827 </message> | 832 </message> |
828 <message name="IDS_DATA_REDUCTION_LO_FI_SNACKBAR_ACTION" desc="Button to l oad original full-resolution images when a page is opened in low fidelity mode w hen there is a slow unreliable connection."> | 833 <message name="IDS_DATA_REDUCTION_LO_FI_SNACKBAR_ACTION" desc="Button to l oad original full-resolution images when a page is opened in low fidelity mode w hen there is a slow unreliable connection."> |
829 Load images | 834 Load images |
830 </message> | 835 </message> |
831 <message name="IDS_DATA_REDUCTION_LO_FI_PREVIEW_SNACKBAR_MESSAGE" desc="Me ssage shown when a page is opened in preview mode when there is a slow unreliabl e connection."> | 836 <message name="IDS_DATA_REDUCTION_LO_FI_PREVIEW_SNACKBAR_MESSAGE" desc="Me ssage shown when a page is opened in preview mode when there is a slow unreliabl e connection."> |
832 Slow connection | 837 Slow connection |
833 </message> | 838 </message> |
(...skipping 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2704 Tap this button for quick access to your tabs. | 2709 Tap this button for quick access to your tabs. |
2705 </message> | 2710 </message> |
2706 | 2711 |
2707 <!-- Item Chooser UI strings --> | 2712 <!-- Item Chooser UI strings --> |
2708 <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."> | 2713 <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."> |
2709 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) | 2714 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) |
2710 </message> | 2715 </message> |
2711 </messages> | 2716 </messages> |
2712 </release> | 2717 </release> |
2713 </grit> | 2718 </grit> |
OLD | NEW |