Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2159533002: Add a section to Site Settings listing USB devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android_usb_settings
Patch Set: Restore automatic dismissal behavior and fix a bug while searching. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 851
852 <!-- Fullscreen preferences --> 852 <!-- Fullscreen preferences -->
853 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert ."> 853 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert .">
854 Full screen 854 Full screen
855 </message> 855 </message>
856 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]"> 856 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]">
857 Full screen 857 Full screen
858 </message> 858 </message>
859 859
860 <!-- USB preferences --> 860 <!-- USB preferences -->
861 <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.">
862 USB
863 </message>
861 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device."> 864 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device.">
862 Revoke device permission 865 Revoke device permission
863 </message> 866 </message>
867 <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.">
868 No websites have permissions to access USB devices.
869 </message>
864 870
865 <!-- Data Saver --> 871 <!-- Data Saver -->
866 <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."> 872 <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.">
867 Slow connection detected 873 Slow connection detected
868 </message> 874 </message>
869 <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."> 875 <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.">
870 Load images 876 Load images
871 </message> 877 </message>
872 <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."> 878 <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.">
873 Slow connection 879 Slow connection
(...skipping 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after
2696 Tap this button for quick access to your tabs. 2702 Tap this button for quick access to your tabs.
2697 </message> 2703 </message>
2698 2704
2699 <!-- Item Chooser UI strings --> 2705 <!-- Item Chooser UI strings -->
2700 <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."> 2706 <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.">
2701 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2707 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2702 </message> 2708 </message>
2703 </messages> 2709 </messages>
2704 </release> 2710 </release>
2705 </grit> 2711 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698