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

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

Issue 1049083002: UI fix for fullscreen permission on single website preference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data 603 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data
604 </message> 604 </message>
605 605
606 <!-- Fullscreen preferences --> 606 <!-- Fullscreen preferences -->
607 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert ."> 607 <message name="IDS_WEBSITE_SETTINGS_FULLSCREEN" desc="Title for Fullscreen settings, which control which websites can enter fullscreen without popup alert .">
608 Fullscreen 608 Fullscreen
609 </message> 609 </message>
610 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]"> 610 <message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permis sion of entering fullscreen without popup alert [CHAR-LIMIT=32]">
611 Fullscreen 611 Fullscreen
612 </message> 612 </message>
613 <message name="IDS_RESET_FULLSCREEN_PERMISSION_TITLE" desc="Title of the c onfirmation dialog when the user asks to reset fullscreen permission">
614 Reset fullscreen permission
615 </message>
616 <message name="IDS_RESET_FULLSCREEN_PERMISSION_DIALOG_MESSAGE" desc="Text of the confirmation dialog when the user asks to reset fullscreen permission">
617 Fullscreen permission will be revoked for this site.
618 </message>
619 <message name="IDS_RESET_FULLSCREEN_PERMISSION_DIALOG_OK_BUTTON" desc="But ton to confirm fullscreen permission reset">
620 Reset
621 </message>
613 622
614 <!-- Data Saver --> 623 <!-- Data Saver -->
615 <message name="IDS_REDUCE_DATA_USAGE_TITLE" desc="Menu item for reducing d ata usage."> 624 <message name="IDS_REDUCE_DATA_USAGE_TITLE" desc="Menu item for reducing d ata usage.">
616 Data Saver 625 Data Saver
617 </message> 626 </message>
618 <message name="IDS_REDUCE_DATA_USAGE_DESCRIPTION" desc="Description text f or reducing data usage"> 627 <message name="IDS_REDUCE_DATA_USAGE_DESCRIPTION" desc="Description text f or reducing data usage">
619 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. 628 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.
620 </message> 629 </message>
621 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item."> 630 <message name="IDS_DATA_REDUCTION_MENU_ITEM_SUMMARY" desc="Summary text fo r data reduction menu item.">
622 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings 631 <ph name="PERCENT">%1$s<ex>49%</ex></ph> data savings
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1530 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1522 Pause 1531 Pause
1523 </message> 1532 </message>
1524 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1533 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1525 Stop 1534 Stop
1526 </message> 1535 </message>
1527 1536
1528 </messages> 1537 </messages>
1529 </release> 1538 </release>
1530 </grit> 1539 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698