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

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

Issue 986653004: Add fullscreen permission controls to settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 </message> 595 </message>
596 596
597 <!-- Storage preferences --> 597 <!-- Storage preferences -->
598 <message name="IDS_WEBSITE_SETTINGS_STORAGE" desc="Title for Storage setti ngs which show how much data websites are storing on the user's device. [CHAR-LI MIT=32]"> 598 <message name="IDS_WEBSITE_SETTINGS_STORAGE" desc="Title for Storage setti ngs which show how much data websites are storing on the user's device. [CHAR-LI MIT=32]">
599 Storage 599 Storage
600 </message> 600 </message>
601 <message name="IDS_ORIGIN_SETTINGS_STORAGE_USAGE_BRIEF" desc="Explanation of how much local storage a website is using"> 601 <message name="IDS_ORIGIN_SETTINGS_STORAGE_USAGE_BRIEF" desc="Explanation of how much local storage a website is using">
602 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data 602 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data
603 </message> 603 </message>
604 604
605 <!-- Fullscreen preferences -->
606 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert .">
607 Fullscreen
608 </message>
609 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]">
610 Fullscreen
611 </message>
612
605 <!-- Data Saver --> 613 <!-- Data Saver -->
606 <message name="IDS_REDUCE_DATA_USAGE_TITLE" desc="Menu item for reducing d ata usage."> 614 <message name="IDS_REDUCE_DATA_USAGE_TITLE" desc="Menu item for reducing d ata usage.">
607 Data Saver 615 Data Saver
608 </message> 616 </message>
609 <message name="IDS_REDUCE_DATA_USAGE_DESCRIPTION" desc="Description text f or reducing data usage"> 617 <message name="IDS_REDUCE_DATA_USAGE_DESCRIPTION" desc="Description text f or reducing data usage">
610 When this feature is turned on, Chrome will use Google servers to compre ss pages you visit before downloading them. SSL and incognito pages will not be included. 618 When this feature is turned on, Chrome will use Google servers to compre ss pages you visit before downloading them. SSL and incognito pages will not be included.
611 </message> 619 </message>
612 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item."> 620 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item.">
613 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings 621 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings
614 </message> 622 </message>
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 <message name="IDS_FRE_NEW_RECENTS_MENU_TITLE" desc="Title for the Recents Menu what's-new-screen"> 1466 <message name="IDS_FRE_NEW_RECENTS_MENU_TITLE" desc="Title for the Recents Menu what's-new-screen">
1459 Find your tabs here 1467 Find your tabs here
1460 </message> 1468 </message>
1461 <message name="IDS_FRE_NEW_RECENTS_MENU_TEXT" desc="Text for the Recents M enu what's-new-screen"> 1469 <message name="IDS_FRE_NEW_RECENTS_MENU_TEXT" desc="Text for the Recents M enu what's-new-screen">
1462 Your tabs and apps are now in the same place for easier access. You can turn this feature off in <ph name="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph nam e="END_LINK">&lt;/link&gt;</ph>. 1470 Your tabs and apps are now in the same place for easier access. You can turn this feature off in <ph name="BEGIN_LINK">&lt;link&gt;</ph>Settings<ph nam e="END_LINK">&lt;/link&gt;</ph>.
1463 </message> 1471 </message>
1464 1472
1465 </messages> 1473 </messages>
1466 </release> 1474 </release>
1467 </grit> 1475 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698