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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 </message> 589 </message>
590 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_TITLE" desc="Title for Allow Third Party Cookies preference"> 590 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_TITLE" desc="Title for Allow Third Party Cookies preference">
591 Allow third-party cookies 591 Allow third-party cookies
592 </message> 592 </message>
593 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_SUMMARY" desc="Summary text f or Allow Third Party Cookies preference"> 593 <message name="IDS_ALLOW_THIRD_PARTY_COOKIES_SUMMARY" desc="Summary text f or Allow Third Party Cookies preference">
594 Third-party websites can save and read cookie data 594 Third-party websites can save and read cookie data
595 </message> 595 </message>
596 <message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permiss ion to run javascript [CHAR-LIMIT=32]"> 596 <message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permiss ion to run javascript [CHAR-LIMIT=32]">
597 JavaScript 597 JavaScript
598 </message> 598 </message>
599 <message name="IDS_KEYGEN_PERMISSION_TITLE" desc="Title of the permission to allow a form to perform client-side key generation [CHAR-LIMIT=32]">
600 Key generation
601 </message>
602 <message name="IDS_MEDIA_PERMISSION_TITLE" desc="Title of the menu contain ing the media permissions [CHAR-LIMIT=32]"> 599 <message name="IDS_MEDIA_PERMISSION_TITLE" desc="Title of the menu contain ing the media permissions [CHAR-LIMIT=32]">
603 Media 600 Media
604 </message> 601 </message>
605 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]"> 602 <message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission t o display pop-up windows [CHAR-LIMIT=32]">
606 Pop-ups 603 Pop-ups
607 </message> 604 </message>
608 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]"> 605 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]">
609 Notifications 606 Notifications
610 </message> 607 </message>
611 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications"> 608 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications">
(...skipping 2267 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 </message> 2876 </message>
2880 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2877 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2881 Google Chrome feature shortcuts 2878 Google Chrome feature shortcuts
2882 </message> 2879 </message>
2883 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2880 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2884 Webpage shortcuts 2881 Webpage shortcuts
2885 </message> 2882 </message>
2886 </messages> 2883 </messages>
2887 </release> 2884 </release>
2888 </grit> 2885 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698