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

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: rebase + blink reformat Created 3 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 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 </message> 702 </message>
703 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications"> 703 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_TITLE" desc="Title for the preference to enable vibration for notifications">
704 Vibrate 704 Vibrate
705 </message> 705 </message>
706 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications"> 706 <message name="IDS_ENABLE_NOTIFICATIONS_VIBRATE_SUMMARY" desc="Summary for the preference to enable vibration for notifications">
707 Notifications may vibrate the device 707 Notifications may vibrate the device
708 </message> 708 </message>
709 <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]"> 709 <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]">
710 Allow full control of MIDI devices 710 Allow full control of MIDI devices
711 </message> 711 </message>
712 <!-- TODO(riju): Fix it -->
713 <message name="IDS_SENSORS_PERMISSION_TITLE" desc="Title of the permission that allows a website to get full control of sensors [CHAR-LIMIT=32]">
714 Allow full control of Sensors
715 </message>
712 <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]"> 716 <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]">
713 Background sync 717 Background sync
714 </message> 718 </message>
715 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list."> 719 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE" desc="The label for the butt on to add a new website to the exception list.">
716 Add site exception 720 Add site exception
717 </message> 721 </message>
718 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list."> 722 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DIALOG_TITLE" desc="The title of the dialog to add a website to a list.">
719 Add site 723 Add site
720 </message> 724 </message>
721 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list."> 725 <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_ADD_BUTTON" desc="The label f or the button to add a website to a list.">
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after
2859 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2863 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2860 </message> 2864 </message>
2861 2865
2862 <!-- Launcher Shortcuts --> 2866 <!-- Launcher Shortcuts -->
2863 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it."> 2867 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it.">
2864 Remove and recreate this shortcut 2868 Remove and recreate this shortcut
2865 </message> 2869 </message>
2866 </messages> 2870 </messages>
2867 </release> 2871 </release>
2868 </grit> 2872 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698