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

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: Make new preference code USB-specific for now. 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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 842
843 <!-- Fullscreen preferences --> 843 <!-- Fullscreen preferences -->
844 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert ."> 844 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert .">
845 Full screen 845 Full screen
846 </message> 846 </message>
847 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]"> 847 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]">
848 Full screen 848 Full screen
849 </message> 849 </message>
850 850
851 <!-- USB preferences --> 851 <!-- USB preferences -->
852 <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.">
853 USB
854 </message>
852 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device."> 855 <message name="IDS_WEBSITE_SETTINGS_REVOKE_DEVICE_PERMISSION" desc="Conten t description for revoking a website's permission to access a device.">
853 Revoke device permission 856 Revoke device permission
854 </message> 857 </message>
855 858
856 <!-- Data Saver --> 859 <!-- Data Saver -->
857 <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."> 860 <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.">
858 Slow connection detected 861 Slow connection detected
859 </message> 862 </message>
860 <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."> 863 <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.">
861 Load images 864 Load images
(...skipping 1822 matching lines...) Expand 10 before | Expand all | Expand 10 after
2684 Tap this button for quick access to your tabs. 2687 Tap this button for quick access to your tabs.
2685 </message> 2688 </message>
2686 2689
2687 <!-- Item Chooser UI strings --> 2690 <!-- Item Chooser UI strings -->
2688 <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."> 2691 <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.">
2689 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2692 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2690 </message> 2693 </message>
2691 </messages> 2694 </messages>
2692 </release> 2695 </release>
2693 </grit> 2696 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698