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

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

Issue 1968503002: Revert of Site Settings Android: A few polish items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java ('k') | 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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]"> 555 <message name="IDS_PUSH_NOTIFICATIONS_PERMISSION_TITLE" desc="Title for th e permission for showing push notifications [CHAR-LIMIT=32]">
556 Notifications 556 Notifications
557 </message> 557 </message>
558 <message name="IDS_MIDI_SYSEX_PERMISSION_TITLE" desc="Title of the permiss ion that allows a website to get full control of MIDI devices [CHAR-LIMIT=32]"> 558 <message name="IDS_MIDI_SYSEX_PERMISSION_TITLE" desc="Title of the permiss ion that allows a website to get full control of MIDI devices [CHAR-LIMIT=32]">
559 Allow full control of MIDI devices 559 Allow full control of MIDI devices
560 </message> 560 </message>
561 <message name="IDS_BACKGROUND_SYNC_PERMISSION_TITLE" desc="Title of the pe rmission that allows websites to queue an operation for the next time the device is online[CHAR-LIMIT=32]"> 561 <message name="IDS_BACKGROUND_SYNC_PERMISSION_TITLE" desc="Title of the pe rmission that allows websites to queue an operation for the next time the device is online[CHAR-LIMIT=32]">
562 Background sync 562 Background sync
563 </message> 563 </message>
564 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list."> 564 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list.">
565 Add site exception 565 Add site
566 </message> 566 </message>
567 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list."> 567 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list.">
568 Add site 568 Add site
569 </message> 569 </message>
570 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list."> 570 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list.">
571 Add 571 Add
572 </message> 572 </message>
573 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_TOAST" desc="The toast shown when a new site has been added to the whitelist."> 573 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_TOAST" desc="The toast shown when a new site has been added to the whitelist.">
574 Site <ph name="SITE_NAME">%1$s<ex>google.com</ex></ph> added 574 Site <ph name="SITE_NAME">%1$s<ex>google.com</ex></ph> added
575 </message> 575 </message>
576 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_AUTOPLAY" desc="T he description for the allow autoplay for website dialog."> 576 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_AUTOPLAY" desc="T he description for the allow autoplay for website dialog.">
577 Detect and playback important media for a specific site. 577 Detect and playback important media for a specific site.
578 </message> 578 </message>
579 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_JAVASCRIPT" desc= "The description for the allow Javascript for website dialog."> 579 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_JAVASCRIPT" desc= "The description for the allow Javascript for website dialog.">
580 Allow JavaScript for a specific site. 580 Allow JavaScript on the following site.
581 </message> 581 </message>
582 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_BACKGROUND_SYNC" desc="The description for the allow Background Sync for website dialog."> 582 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_BACKGROUND_SYNC" desc="The description for the allow Background Sync for website dialog.">
583 Allow Background Sync for a specific site. 583 Allow Background Sync on the following site.
584 </message> 584 </message>
585 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_SITE_URL" desc="The label for the input field where the user can type a website URL."> 585 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_SITE_URL" desc="The label for the input field where the user can type a website URL.">
586 Site URL 586 Site URL
587 </message> 587 </message>
588 <message name="IDS_EXAMPLE_URL" desc="The hint for a website url field, sh owing an example url."> 588 <message name="IDS_EXAMPLE_URL" desc="The hint for a website url field, sh owing an example url.">
589 www.example.com 589 www.example.com
590 </message> 590 </message>
591 <message name="IDS_WEBSITE_SETTINGS_SITE_CATEGORY" desc="The headline abov e the website name on the website details page."> 591 <message name="IDS_WEBSITE_SETTINGS_SITE_CATEGORY" desc="The headline abov e the website name on the website details page.">
592 Site 592 Site
593 </message> 593 </message>
(...skipping 29 matching lines...) Expand all
623 </message> 623 </message>
624 <message name="IDS_ACCESSIBILITY_COLLAPSED_GROUP" desc="The accessibility text to read when the selected widget is collapsed."> 624 <message name="IDS_ACCESSIBILITY_COLLAPSED_GROUP" desc="The accessibility text to read when the selected widget is collapsed.">
625 Collapsed - click to expand. 625 Collapsed - click to expand.
626 </message> 626 </message>
627 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCKED_RECOMMENDED" desc="Su mmary text explaining that a permission is blocked, which is the recommended set ting."> 627 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_BLOCKED_RECOMMENDED" desc="Su mmary text explaining that a permission is blocked, which is the recommended set ting.">
628 Blocked (recommended) 628 Blocked (recommended)
629 </message> 629 </message>
630 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED_RECOMMENDED" desc="Su mmary text explaining that a permission is allowed, which is the recommended set ting."> 630 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ALLOWED_RECOMMENDED" desc="Su mmary text explaining that a permission is allowed, which is the recommended set ting.">
631 Allowed (recommended) 631 Allowed (recommended)
632 </message> 632 </message>
633 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK_FIRST_RECOMMENDED" desc=" Summary text explaining that the user will be asked before a site is granted a
634 particular permission.">
635 Ask first (recommended)
636 </message>
637 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK_BEFORE_SENDING" desc="Sum mary text explaining that permission will be requested before sending things, e. g. notifications.">
638 Ask before sending (recommended)
639 </message>
640 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_ASK_BEFORE_ACCESSING" desc="S ummary text explaining that permission will be requested before accessing someth ing, like location.">
641 Ask before accessing (recommended)
642 </message>
633 <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."> 643 <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.">
634 Allow sites to save and read cookie data (recommended) 644 Allow sites to save and read cookie data (recommended)
635 </message> 645 </message>
636 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_AUTOPLAY_ALLOWED" desc="Summa ry text explaining that sites are allowed to autoplay videos and that it is the recommended setting."> 646 <message name="IDS_WEBSITE_SETTINGS_CATEGORY_AUTOPLAY_ALLOWED" desc="Summa ry text explaining that sites are allowed to autoplay videos and that it is the recommended setting.">
637 Allow sites to autoplay important media (recommended) 647 Allow sites to autoplay important media (recommended)
638 </message> 648 </message>
639 <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.">
640 Allow sites to run JavaScript (recommended)
641 </message>
642 <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.">
643 Block sites from showing pop-ups (recommended)
644 </message>
645 <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.">
646 Ask before allowing sites to know your location (recommended)
647 </message>
648 <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.">
649 Ask before allowing sites to send notifications (recommended)
650 </message>
651 <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.">
652 Ask first before allowing sites to enter fullscreen (recommended)
653 </message>
654 <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.">
655 Ask first before allowing sites to use your camera (recommended)
656 </message>
657 <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.">
658 Ask first before allowing sites to use your microphone (recommended)
659 </message>
660 <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."> 649 <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.">
661 Allow 650 Allow
662 </message> 651 </message>
663 <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."> 652 <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.">
664 Block 653 Block
665 </message> 654 </message>
666 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW_DSE" desc="Summary t ext explaining that Chrome will allow the default search engine to access the us er's location, but only when the user searches directly from the address bar. e. g. Location access: Allow (for address bar searches)"> 655 <message name="IDS_WEBSITE_SETTINGS_PERMISSIONS_ALLOW_DSE" desc="Summary t ext explaining that Chrome will allow the default search engine to access the us er's location, but only when the user searches directly from the address bar. e. g. Location access: Allow (for address bar searches)">
667 Allow (for address bar searches) 656 Allow (for address bar searches)
668 </message> 657 </message>
669 <message name="IDS_WEBSITE_SETTINGS_SEARCH" desc="The label for the search button on the Website Settings page."> 658 <message name="IDS_WEBSITE_SETTINGS_SEARCH" desc="The label for the search button on the Website Settings page.">
(...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 <!-- Migration strings --> 2389 <!-- Migration strings -->
2401 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2390 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2402 Quickly switch tabs 2391 Quickly switch tabs
2403 </message> 2392 </message>
2404 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2393 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2405 Tap this button for quick access to your tabs. 2394 Tap this button for quick access to your tabs.
2406 </message> 2395 </message>
2407 </messages> 2396 </messages>
2408 </release> 2397 </release>
2409 </grit> 2398 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreference.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698