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

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

Issue 1990153002: Added string "Always allowed" for Android content settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 </message> 605 </message>
606 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED" desc="Summary text e xplaining that a permission is allowed, e.g. JavaScript: allowed."> 606 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED" desc="Summary text e xplaining that a permission is allowed, e.g. JavaScript: allowed.">
607 Allowed 607 Allowed
608 </message> 608 </message>
609 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCKED" desc="Summary text e xplaining that a permission is blocked, e.g. JavaScript: blocked."> 609 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCKED" desc="Summary text e xplaining that a permission is blocked, e.g. JavaScript: blocked.">
610 Blocked 610 Blocked
611 </message> 611 </message>
612 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED_EXCEPT_THIRD_PARTY" d esc="Summary text for when only third-party cookies are blocked."> 612 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED_EXCEPT_THIRD_PARTY" d esc="Summary text for when only third-party cookies are blocked.">
613 Allowed, except third-party 613 Allowed, except third-party
614 </message> 614 </message>
615 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALWAYS_ALLOWED" desc="Summary text explaining that a permission is allowed, and cannot be changed by the user , e.g. JavaScript: always allowed.">
616 Always allowed
617 </message>
615 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK" desc="Summary text expla ining that Chrome will ask the user before allowing a site to use a certain perm ission, e.g. JavaScript: ask first."> 618 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK" desc="Summary text expla ining that Chrome will ask the user before allowing a site to use a certain perm ission, e.g. JavaScript: ask first.">
616 Ask first 619 Ask first
617 </message> 620 </message>
618 <message name="IDS_WEBSITE_SETTINGS_BLOCKED_GROUP_HEADING" desc="The headi ng for a list of websites that have been blocked from using a particular permiss ion, e.g. blocked from accessing the user's location."> 621 <message name="IDS_WEBSITE_SETTINGS_BLOCKED_GROUP_HEADING" desc="The headi ng for a list of websites that have been blocked from using a particular permiss ion, e.g. blocked from accessing the user's location.">
619 Blocked 622 Blocked
620 </message> 623 </message>
621 <message name="IDS_WEBSITE_SETTINGS_ALLOWED_GROUP_HEADING" desc="The headi ng for a list of websites that have been allowed to use a particular permission, e.g. allowed to access a user's location."> 624 <message name="IDS_WEBSITE_SETTINGS_ALLOWED_GROUP_HEADING" desc="The headi ng for a list of websites that have been allowed to use a particular permission, e.g. allowed to access a user's location.">
622 Allowed 625 Allowed
623 </message> 626 </message>
624 <message name="IDS_WEBSITE_SETTINGS_EXCEPTIONS_GROUP_HEADING" desc="The he ading for a list of websites that have been granted an exception to access a par ticular permission, e.g. to access the user's location."> 627 <message name="IDS_WEBSITE_SETTINGS_EXCEPTIONS_GROUP_HEADING" desc="The he ading for a list of websites that have been granted an exception to access a par ticular permission, e.g. to access the user's location.">
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2409 <!-- Migration strings --> 2412 <!-- Migration strings -->
2410 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2413 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2411 Quickly switch tabs 2414 Quickly switch tabs
2412 </message> 2415 </message>
2413 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2416 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2414 Tap this button for quick access to your tabs. 2417 Tap this button for quick access to your tabs.
2415 </message> 2418 </message>
2416 </messages> 2419 </messages>
2417 </release> 2420 </release>
2418 </grit> 2421 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698