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

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

Issue 2785913002: [subresource_filter] Add the Content Settings UI for Android (Closed)
Patch Set: first review: finnur Created 3 years, 8 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 </message> 637 </message>
638 <message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permiss ion to run javascript [CHAR-LIMIT=32]"> 638 <message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permiss ion to run javascript [CHAR-LIMIT=32]">
639 JavaScript 639 JavaScript
640 </message> 640 </message>
641 <message name="IDS_MEDIA_PERMISSION_TITLE" desc="Title of the menu contain ing the media permissions [CHAR-LIMIT=32]"> 641 <message name="IDS_MEDIA_PERMISSION_TITLE" desc="Title of the menu contain ing the media permissions [CHAR-LIMIT=32]">
642 Media 642 Media
643 </message> 643 </message>
644 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]"> 644 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]">
645 Pop-ups 645 Pop-ups
646 </message> 646 </message>
647 <message name="IDS_SUBRESOURCE_FILTER_PERMISSION_TITLE" desc="Title for th e subresource filter permission [CHAR-LIMIT=32]">
648 Subresource Filter
Finnur 2017/03/31 13:47:23 nit: Should the f in filter be capitalized? UI sho
Charlie Harrison 2017/03/31 14:56:46 +srahim what do you think? Note that this is just
649 </message>
647 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]"> 650 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]">
648 Notifications 651 Notifications
649 </message> 652 </message>
650 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications"> 653 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications">
651 Vibrate 654 Vibrate
652 </message> 655 </message>
653 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications"> 656 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications">
654 Notifications may vibrate the device 657 Notifications may vibrate the device
655 </message> 658 </message>
656 <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]"> 659 <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 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2787 </message> 2790 </message>
2788 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link."> 2791 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link.">
2789 LINK 2792 LINK
2790 </message> 2793 </message>
2791 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video."> 2794 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video.">
2792 VIDEO 2795 VIDEO
2793 </message> 2796 </message>
2794 </messages> 2797 </messages>
2795 </release> 2798 </release>
2796 </grit> 2799 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698