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

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

Issue 2888473003: [subresource_filter] Site Details UI for default state (Closed)
Patch Set: raymes review: remove some strings Created 3 years, 7 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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 </message> 743 </message>
744 <message name="IDS_MEDIA_PERMISSION_TITLE" desc="Title of the menu contain ing the media permissions [CHAR-LIMIT=32]"> 744 <message name="IDS_MEDIA_PERMISSION_TITLE" desc="Title of the menu contain ing the media permissions [CHAR-LIMIT=32]">
745 Media 745 Media
746 </message> 746 </message>
747 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]"> 747 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]">
748 Pop-ups 748 Pop-ups
749 </message> 749 </message>
750 <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_TITLE" desc="Title for th e subresource filter permission [CHAR-LIMIT=32]" translateable="false"> 750 <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_TITLE" desc="Title for th e subresource filter permission [CHAR-LIMIT=32]" translateable="false">
751 Subresource Filter 751 Subresource Filter
752 </message> 752 </message>
753 <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_BLOCK" desc="The Blocked string for the subresource filter permission" translateable="false">
754 Block (subresource filter)
755 </message>
756 <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_EXTRA_INFO" desc="The ext ra information at the top of the Site Details page when subresource filtering is activated" translateable="false">
Finnur 2017/05/23 15:37:13 nit: redundant space before translateable="false"
Charlie Harrison 2017/05/23 17:12:19 Done.
757 Subresource filtering activated on this page
Finnur 2017/05/23 15:37:13 As discussed before, we need better strings to exp
Charlie Harrison 2017/05/23 17:12:19 Acknowledged.
758 </message>
753 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]"> 759 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]">
754 Notifications 760 Notifications
755 </message> 761 </message>
756 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications"> 762 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications">
757 Vibrate 763 Vibrate
758 </message> 764 </message>
759 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications"> 765 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications">
760 Notifications may vibrate the device 766 Notifications may vibrate the device
761 </message> 767 </message>
762 <message name="IDS_MIDI_SYSEX_PERMISSION_TITLE" desc="Title of the permiss ion that allows a website to get full control of MIDI devices [CHAR-LIMIT=32]"> 768 <message name="IDS_MIDI_SYSEX_PERMISSION_TITLE" desc="Title of the permiss ion that allows a website to get full control of MIDI devices [CHAR-LIMIT=32]">
(...skipping 2240 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 Remove and recreate this shortcut 3009 Remove and recreate this shortcut
3004 </message> 3010 </message>
3005 3011
3006 <!-- Chrome Home --> 3012 <!-- Chrome Home -->
3007 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 3013 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
3008 Pull up to see bookmarks and more 3014 Pull up to see bookmarks and more
3009 </message> 3015 </message>
3010 </messages> 3016 </messages>
3011 </release> 3017 </release>
3012 </grit> 3018 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698