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

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

Issue 2612993002: Make geolocation API and X-Geo header access consistent (Closed)
Patch Set: Fix test / merge error Created 3 years, 11 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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 </message> 715 </message>
716 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_MIC_ASK" desc="Summary text e xplaining that sites need to ask for permission before accessing the microphone and that it is the recommended setting."> 716 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_MIC_ASK" desc="Summary text e xplaining that sites need to ask for permission before accessing the microphone and that it is the recommended setting.">
717 Ask first before allowing sites to use your microphone (recommended) 717 Ask first before allowing sites to use your microphone (recommended)
718 </message> 718 </message>
719 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW" desc="Summary text explaining that Chrome will allow a website to access some permission, e.g. Java Script: allow."> 719 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW" desc="Summary text explaining that Chrome will allow a website to access some permission, e.g. Java Script: allow.">
720 Allow 720 Allow
721 </message> 721 </message>
722 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_BLOCK" desc="Summary text explaining that Chrome will block a website from accessing some permission, e.g. JavaScript: block."> 722 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_BLOCK" desc="Summary text explaining that Chrome will block a website from accessing some permission, e.g. JavaScript: block.">
723 Block 723 Block
724 </message> 724 </message>
725 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW_DSE" desc="Summary t ext explaining that Chrome will allow the default search engine to access the us er's location, but only when the user searches directly from the address bar. e. g. Location access: Allow (for address bar searches)"> 725 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW_DSE_ADDRESS_BAR" des c="Summary text explaining that Chrome will allow the default search engine to a ccess the user's location, but only when the user searches directly from the add ress bar. e.g. Location access: Allow (for address bar searches)">
726 Allow (for address bar searches) 726 Allow (for address bar searches)
727 </message> 727 </message>
728 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW_DSE" desc="Summary t ext explaining that Chrome will allow the default search engine to access the us er's location, both when performed from the address bar and from Google search r esult pages. e.g. Location access: Allow for Google searches">
729 Allow for current search engine
730 </message>
731 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_BLOCK_DSE" desc="Summary t ext explaining that Chrome will allow the default search engine to access the us er's location, both when performed from the address bar and from Google search r esult pages. e.g. Location access: Allow for Google searches">
732 Block for current search engine
733 </message>
728 <message name="IDS_WEBSITE_RESET" desc="The label for the button allowing users to clear all data and reset the permissions for a website."> 734 <message name="IDS_WEBSITE_RESET" desc="The label for the button allowing users to clear all data and reset the permissions for a website.">
729 Clear &amp; reset 735 Clear &amp; reset
730 </message> 736 </message>
731 <message name="IDS_WEBSITE_RESET_CONFIRMATION" desc="The confirmation text asking if the user is sure about clearing all data and reset the permissions fo r a site."> 737 <message name="IDS_WEBSITE_RESET_CONFIRMATION" desc="The confirmation text asking if the user is sure about clearing all data and reset the permissions fo r a site.">
732 Are you sure you want to clear all local data, including cookies, and re set all permissions for this website? 738 Are you sure you want to clear all local data, including cookies, and re set all permissions for this website?
733 </message> 739 </message>
734 <message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_TITLE" desc="Title of the confirmation dialog when the user ask to clear all data for an origin"> 740 <message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_TITLE" desc="Title of the confirmation dialog when the user ask to clear all data for an origin">
735 Clear stored data 741 Clear stored data
736 </message> 742 </message>
737 <message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_MESSAGE" desc="Text of the confirmation dialog when the user ask to clear all data for an origin"> 743 <message name="IDS_WEBSTORAGE_CLEAR_DATA_DIALOG_MESSAGE" desc="Text of the confirmation dialog when the user ask to clear all data for an origin">
(...skipping 2147 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 </message> 2891 </message>
2886 <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."> 2892 <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.">
2887 Google Chrome feature shortcuts 2893 Google Chrome feature shortcuts
2888 </message> 2894 </message>
2889 <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."> 2895 <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.">
2890 Webpage shortcuts 2896 Webpage shortcuts
2891 </message> 2897 </message>
2892 </messages> 2898 </messages>
2893 </release> 2899 </release>
2894 </grit> 2900 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698