| 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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 | 833 |
| 834 <!-- Fullscreen preferences --> | 834 <!-- Fullscreen preferences --> |
| 835 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen
settings, which control which websites can enter fullscreen without popup alert
."> | 835 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen
settings, which control which websites can enter fullscreen without popup alert
."> |
| 836 Full screen | 836 Full screen |
| 837 </message> | 837 </message> |
| 838 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis
sion of entering fullscreen without popup alert [CHAR-LIMIT=32]"> | 838 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis
sion of entering fullscreen without popup alert [CHAR-LIMIT=32]"> |
| 839 Full screen | 839 Full screen |
| 840 </message> | 840 </message> |
| 841 | 841 |
| 842 <!-- USB preferences --> | 842 <!-- USB preferences --> |
| 843 <message name="IDS_WEBSITE_SETTINGS_USB" desc="Title for USB settings, whi
ch control which of the user's USB devices can be accessed from websites."> |
| 844 USB |
| 845 </message> |
| 843 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten
t description for revoking a website's permission to access a device."> | 846 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten
t description for revoking a website's permission to access a device."> |
| 844 Revoke device permission | 847 Revoke device permission |
| 845 </message> | 848 </message> |
| 849 <message name="IDS_WEBSITE_SETTINGS_USB_NO_DEVICES" desc="Empty list text
for a list of USB devices that sites have been granted access to."> |
| 850 No websites have permissions to access USB devices. |
| 851 </message> |
| 846 | 852 |
| 847 <!-- Data Saver --> | 853 <!-- Data Saver --> |
| 848 <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."> | 854 <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."> |
| 849 Slow connection detected | 855 Slow connection detected |
| 850 </message> | 856 </message> |
| 851 <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."> | 857 <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."> |
| 852 Load images | 858 Load images |
| 853 </message> | 859 </message> |
| 854 <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."> | 860 <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."> |
| 855 Slow connection | 861 Slow connection |
| (...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2561 Tap this button for quick access to your tabs. | 2567 Tap this button for quick access to your tabs. |
| 2562 </message> | 2568 </message> |
| 2563 | 2569 |
| 2564 <!-- Item Chooser UI strings --> | 2570 <!-- Item Chooser UI strings --> |
| 2565 <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."> | 2571 <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."> |
| 2566 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) | 2572 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) |
| 2567 </message> | 2573 </message> |
| 2568 </messages> | 2574 </messages> |
| 2569 </release> | 2575 </release> |
| 2570 </grit> | 2576 </grit> |
| OLD | NEW |