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

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

Issue 2170123002: Reland: Add USB device permissions to individual site settings on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved merge conflict. Created 4 years, 5 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 </message> 832 </message>
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 -->
843 <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
845 </message>
846
842 <!-- Data Saver --> 847 <!-- Data Saver -->
843 <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."> 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.">
844 Slow connection detected 849 Slow connection detected
845 </message> 850 </message>
846 <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."> 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.">
847 Load images 852 Load images
848 </message> 853 </message>
849 <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."> 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.">
850 Slow connection 855 Slow connection
851 </message> 856 </message>
(...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after
2719 Tap this button for quick access to your tabs. 2724 Tap this button for quick access to your tabs.
2720 </message> 2725 </message>
2721 2726
2722 <!-- Item Chooser UI strings --> 2727 <!-- Item Chooser UI strings -->
2723 <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."> 2728 <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.">
2724 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2729 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2725 </message> 2730 </message>
2726 </messages> 2731 </messages>
2727 </release> 2732 </release>
2728 </grit> 2733 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698