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

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

Issue 2106813002: Change autoplay setting string to not use automatically instead of "autoplay". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 </message> 596 </message>
597 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list."> 597 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list.">
598 Add site 598 Add site
599 </message> 599 </message>
600 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list."> 600 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list.">
601 Add 601 Add
602 </message> 602 </message>
603 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_TOAST" desc="The toast shown when a new site has been added to the whitelist."> 603 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_TOAST" desc="The toast shown when a new site has been added to the whitelist.">
604 Site <ph name="SITE_NAME">%1$s<ex>google.com</ex></ph> added 604 Site <ph name="SITE_NAME">%1$s<ex>google.com</ex></ph> added
605 </message> 605 </message>
606 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_AUTOPLAY" desc="T he description for the allow autoplay for website dialog."> 606 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_AUTOPLAY" desc="T he description for the allow autoplay of muted videos for website dialog.">
607 Allow autoplay of muted videos for a specific site. 607 Allow autoplay of muted videos for a specific site.
608 </message> 608 </message>
609 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_JAVASCRIPT" desc= "The description for the allow Javascript for website dialog."> 609 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_JAVASCRIPT" desc= "The description for the allow Javascript for website dialog.">
610 Allow JavaScript for a specific site. 610 Allow JavaScript for a specific site.
611 </message> 611 </message>
612 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_BACKGROUND_SYNC" desc="The description for the allow Background Sync for website dialog."> 612 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_BACKGROUND_SYNC" desc="The description for the allow Background Sync for website dialog.">
613 Allow Background Sync for a specific site. 613 Allow Background Sync for a specific site.
614 </message> 614 </message>
615 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_SITE_URL" desc="The label for the input field where the user can type a website URL."> 615 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_SITE_URL" desc="The label for the input field where the user can type a website URL.">
616 Site URL 616 Site URL
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 </message> 659 </message>
660 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCKED_RECOMMENDED" desc="Su mmary text explaining that a permission is blocked, which is the recommended set ting."> 660 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCKED_RECOMMENDED" desc="Su mmary text explaining that a permission is blocked, which is the recommended set ting.">
661 Blocked (recommended) 661 Blocked (recommended)
662 </message> 662 </message>
663 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED_RECOMMENDED" desc="Su mmary text explaining that a permission is allowed, which is the recommended set ting."> 663 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED_RECOMMENDED" desc="Su mmary text explaining that a permission is allowed, which is the recommended set ting.">
664 Allowed (recommended) 664 Allowed (recommended)
665 </message> 665 </message>
666 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_COOKIE_ALLOWED" desc="Summary text explaining that sites are allowed to use cookies and that it is the recomm ended setting."> 666 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_COOKIE_ALLOWED" desc="Summary text explaining that sites are allowed to use cookies and that it is the recomm ended setting.">
667 Allow sites to save and read cookie data (recommended) 667 Allow sites to save and read cookie data (recommended)
668 </message> 668 </message>
669 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_AUTOPLAY_ALLOWED" desc="Summa ry text explaining that sites are allowed to autoplay muted videos and that it is the recommended setting."> 669 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_AUTOPLAY_ALLOWED" desc="Summa ry text explaining that sites are allowed to automatically play muted videos and that it is the recommended setting.">
670 Allow sites to autoplay muted videos (recommended) 670 Allow sites to automatically play muted videos (recommended)
671 </message> 671 </message>
672 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_JAVASCRIPT_ALLOWED" desc="Sum mary text explaining that sites are allowed to run Javascript and that it is the recommended setting."> 672 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_JAVASCRIPT_ALLOWED" desc="Sum mary text explaining that sites are allowed to run Javascript and that it is the recommended setting.">
673 Allow sites to run JavaScript (recommended) 673 Allow sites to run JavaScript (recommended)
674 </message> 674 </message>
675 <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."> 675 <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.">
676 Block sites from showing pop-ups (recommended) 676 Block sites from showing pop-ups (recommended)
677 </message> 677 </message>
678 <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."> 678 <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.">
679 Ask before allowing sites to know your location (recommended) 679 Ask before allowing sites to know your location (recommended)
680 </message> 680 </message>
(...skipping 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 <!-- Migration strings --> 2624 <!-- Migration strings -->
2625 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2625 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2626 Quickly switch tabs 2626 Quickly switch tabs
2627 </message> 2627 </message>
2628 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2628 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2629 Tap this button for quick access to your tabs. 2629 Tap this button for quick access to your tabs.
2630 </message> 2630 </message>
2631 </messages> 2631 </messages>
2632 </release> 2632 </release>
2633 </grit> 2633 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698