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

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

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: Fix comments Created 4 years, 1 month 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 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 </message> 589 </message>
590 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications"> 590 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications">
591 Vibrate 591 Vibrate
592 </message> 592 </message>
593 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications"> 593 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications">
594 Notifications may vibrate the device 594 Notifications may vibrate the device
595 </message> 595 </message>
596 <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]"> 596 <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]">
597 Allow full control of MIDI devices 597 Allow full control of MIDI devices
598 </message> 598 </message>
599 <!-- TODO(riju): Fix it -->
600 <message name="IDS_SENSORS_PERMISSION_TITLE" desc="Title of the permission that allows a website to get full control of sensors [CHAR-LIMIT=32]">
601 Allow full control of Sensors
602 </message>
599 <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]"> 603 <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]">
600 Background sync 604 Background sync
601 </message> 605 </message>
602 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list."> 606 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list.">
603 Add site exception 607 Add site exception
604 </message> 608 </message>
605 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list."> 609 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list.">
606 Add site 610 Add site
607 </message> 611 </message>
608 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list."> 612 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list.">
(...skipping 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2749 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di alog warning user that installation from Unknown sources is required for WebAPK experiment"> 2753 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di alog warning user that installation from Unknown sources is required for WebAPK experiment">
2750 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment. Be sure to disable this setting when you’re done trying it out. 2754 Turn on “Unknown sources” in Android security settings to try "Improved Add to Home screen" experiment. Be sure to disable this setting when you’re done trying it out.
2751 </message> 2755 </message>
2752 2756
2753 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la bel for opening Android Settings from dialog warning user that installation from Unknown sources is required for WebAPK experiment."> 2757 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la bel for opening Android Settings from dialog warning user that installation from Unknown sources is required for WebAPK experiment.">
2754 Settings 2758 Settings
2755 </message> 2759 </message>
2756 </messages> 2760 </messages>
2757 </release> 2761 </release>
2758 </grit> 2762 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698