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

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

Issue 2008813002: Remove the simplified-fullscreen-ui flag on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-fullscreen-settings-deprecation
Patch Set: Fix compile. Created 4 years, 6 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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 </message> 650 </message>
651 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_POPUPS_BLOCKED" desc="Summary text explaining that sites are blocked from showing popups and that it is the r ecommended setting."> 651 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_POPUPS_BLOCKED" desc="Summary text explaining that sites are blocked from showing popups and that it is the r ecommended setting.">
652 Block sites from showing pop-ups (recommended) 652 Block sites from showing pop-ups (recommended)
653 </message> 653 </message>
654 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_LOCATION_ASK" desc="Summary t ext explaining that sites need to ask for permission before knowing location and that it is the recommended setting."> 654 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_LOCATION_ASK" desc="Summary t ext explaining that sites need to ask for permission before knowing location and that it is the recommended setting.">
655 Ask before allowing sites to know your location (recommended) 655 Ask before allowing sites to know your location (recommended)
656 </message> 656 </message>
657 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_NOTIFICATIONS_ASK" desc="Summ ary text explaining that sites need to ask for permission before sending notific ations and that it is the recommended setting."> 657 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_NOTIFICATIONS_ASK" desc="Summ ary text explaining that sites need to ask for permission before sending notific ations and that it is the recommended setting.">
658 Ask before allowing sites to send notifications (recommended) 658 Ask before allowing sites to send notifications (recommended)
659 </message> 659 </message>
660 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_FULLSCREEN_ASK" desc="Summary text explaining that sites need to ask for permission before going fullscreen a nd that it is the recommended setting.">
661 Ask first before allowing sites to enter fullscreen (recommended)
662 </message>
663 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_CAMERA_ASK" desc="Summary tex t explaining that sites need to ask for permission before accessing the camera a nd that it is the recommended setting."> 660 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_CAMERA_ASK" desc="Summary tex t explaining that sites need to ask for permission before accessing the camera a nd that it is the recommended setting.">
664 Ask first before allowing sites to use your camera (recommended) 661 Ask first before allowing sites to use your camera (recommended)
665 </message> 662 </message>
666 <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."> 663 <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.">
667 Ask first before allowing sites to use your microphone (recommended) 664 Ask first before allowing sites to use your microphone (recommended)
668 </message> 665 </message>
669 <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."> 666 <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.">
670 Allow 667 Allow
671 </message> 668 </message>
672 <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."> 669 <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.">
(...skipping 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 <!-- Migration strings --> 2436 <!-- Migration strings -->
2440 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2437 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2441 Quickly switch tabs 2438 Quickly switch tabs
2442 </message> 2439 </message>
2443 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2440 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2444 Tap this button for quick access to your tabs. 2441 Tap this button for quick access to your tabs.
2445 </message> 2442 </message>
2446 </messages> 2443 </messages>
2447 </release> 2444 </release>
2448 </grit> 2445 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698