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

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: addressing comments 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 </message> 578 </message>
579 579
580 <!-- Storage preferences --> 580 <!-- Storage preferences -->
581 <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]"> 581 <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]">
582 Storage 582 Storage
583 </message> 583 </message>
584 <message name="IDS_ORIGIN_SETTINGS_STORAGE_USAGE_BRIEF" desc="Explanation of how much local storage a website is using"> 584 <message name="IDS_ORIGIN_SETTINGS_STORAGE_USAGE_BRIEF" desc="Explanation of how much local storage a website is using">
585 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data 585 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data
586 </message> 586 </message>
587 587
588 <!-- Fullscreen preferences -->
589 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert .">
590 Fullscreen
591 </message>
592 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]">
593 Fullscreen
594 </message>
595
588 <!-- Data Saver --> 596 <!-- Data Saver -->
589 <message name="IDS_REDUCE_DATA_USAGE_TITLE" desc="Menu item for reducing d ata usage."> 597 <message name="IDS_REDUCE_DATA_USAGE_TITLE" desc="Menu item for reducing d ata usage.">
590 Data Saver 598 Data Saver
591 </message> 599 </message>
592 <message name="IDS_REDUCE_DATA_USAGE_DESCRIPTION" desc="Description text f or reducing data usage"> 600 <message name="IDS_REDUCE_DATA_USAGE_DESCRIPTION" desc="Description text f or reducing data usage">
593 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. 601 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.
594 </message> 602 </message>
595 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item."> 603 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item.">
596 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings 604 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings
597 </message> 605 </message>
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 <message name="IDS_FRE_NEW_RECENTS_MENU_TITLE" desc="Title for the Recents Menu what's-new-screen"> 1449 <message name="IDS_FRE_NEW_RECENTS_MENU_TITLE" desc="Title for the Recents Menu what's-new-screen">
1442 Find your tabs here 1450 Find your tabs here
1443 </message> 1451 </message>
1444 <message name="IDS_FRE_NEW_RECENTS_MENU_TEXT" desc="Text for the Recents M enu what's-new-screen"> 1452 <message name="IDS_FRE_NEW_RECENTS_MENU_TEXT" desc="Text for the Recents M enu what's-new-screen">
1445 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>. 1453 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>.
1446 </message> 1454 </message>
1447 1455
1448 </messages> 1456 </messages>
1449 </release> 1457 </release>
1450 </grit> 1458 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698