OSDN Git Service

Settings: request runtime permissions inside VoiceWakeup
[android-x86/packages-apps-Settings.git] / res / values / cm_strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright (C) 2012-2015 The CyanogenMod Project
4
5      Licensed under the Apache License, Version 2.0 (the "License");
6      you may not use this file except in compliance with the License.
7      You may obtain a copy of the License at
8
9           http://www.apache.org/licenses/LICENSE-2.0
10
11      Unless required by applicable law or agreed to in writing, software
12      distributed under the License is distributed on an "AS IS" BASIS,
13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14      See the License for the specific language governing permissions and
15      limitations under the License.
16 -->
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18     <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
19     <plurals name="show_dev_countdown_cm">
20         <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item>
21         <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from enabling development settings.</item>
22     </plurals>
23     <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
24     <string name="show_dev_on_cm">You have enabled development settings!</string>
25     <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
26     <string name="show_dev_already_cm">No need, you have already enabled development settings.</string>
27
28     <!-- Launch Dev Tools -->
29     <string name="development_tools_title">Development tools</string>
30
31     <!-- Development shortcut -->
32     <string name="development_shortcut_title">Development shortcut</string>
33     <string name="development_shortcut_summary">Enable app management shortcuts in recent apps list</string>
34
35     <!-- Setting checkbox title for root access -->
36     <string name="root_access">Root access</string>
37     <string name="root_access_warning_title">Allow root access?</string>
38     <string name="root_access_warning_message">Allowing apps to request root access is very dangerous and could compromise the security of your system!</string>
39     <string name="root_access_none">Disabled</string>
40     <string name="root_access_apps">Apps only</string>
41     <string name="root_access_adb">ADB only</string>
42     <string name="root_access_all">Apps and ADB</string>
43
44     <!-- NFC PreferenceCategory title -->
45     <string name="nfc_title_category">NFC</string>
46
47     <!-- About phone screen, CyanogenMod version -->
48     <string name="mod_version">CyanogenMod version</string>
49     <string name="mod_version_default">Unknown</string>
50
51     <!-- About phone screen, Device model -->
52     <string name="device_model">Device model</string>
53     <!-- About phone screen, Device name -->
54     <string name="device_name">Device name</string>
55
56     <!-- About phone screen, CyanogenMod Api Level -->
57     <string name="mod_api_level">CyanogenMod API level</string>
58     <string name="mod_api_level_default">Unknown</string>
59
60     <!-- About phone screen, build date -->
61     <string name="build_date">Build date</string>
62     <string name="build_date_default" translatable="false">2015-01-01-0000</string>
63
64     <!-- CM Updater -->
65     <string name="cmupdate_settings_title">CyanogenMod updates</string>
66
67     <!-- Settings switch for updating Cyanogen recovery -->
68     <string name="update_recovery_title">Update Cyanogen recovery</string>
69     <string name="update_recovery_summary">Update recovery with system updates</string>
70     <string name="update_recovery_on_warning">NOTICE: When this feature is enabled, your installed recovery will be replaced by one included with the current version of the running OS.\n\nYour recovery will be updated along with upgrades to your system, helping to ensure compatibility with future versions.\n\nWould you like to enable this feature?</string>
71     <string name="update_recovery_off_warning">WARNING: When this feature is disabled, your installed recovery will not be updated with OS upgrades.\n\nFuture OS updates may not install with outdated or custom recovery versions.\n\nDo you really want to disable this feature?</string>
72
73     <!-- Themes Settings -->
74     <!-- Settings main menu entry -->
75     <string name="themes_settings_title">Themes</string>
76
77     <!-- Sound settings screen -->
78     <string name="ring_mode_title">Ring mode</string>
79     <string name="ring_mode_normal">Normal</string>
80     <string name="ring_mode_vibrate">Vibrate</string>
81     <string name="ring_mode_mute">Mute</string>
82
83     <string name="settings_reset_button">Reset</string>
84
85     <!-- Profiles settings  -->
86     <string name="profiles_settings_title">System profiles</string>
87     <string name="profiles_add">Add</string>
88     <string name="profile_menu_delete">Delete</string>
89     <string name="profile_settings_title">Profile</string>
90     <string name="profile_empty_list_profiles_off">To configure and use system profiles, turn profiles on.</string>
91     <string name="profile_trigger_configure">Configure trigger</string>
92     <string name="profile_write_nfc_tag">Write to NFC tag</string>
93     <string name="profile_write_touch_tag">Touch tag to write</string>
94     <string name="profile_write_success">Tag successfully written</string>
95     <string name="profile_write_failed">Tag writing failed!</string>
96     <string name="profile_selected">Profile selected: %1$s</string>
97     <string name="profile_nfc_text">Writing a profile to a NFC tag allows for tapping the tag to select the profile. Tapping a second time will select the previously selected profile.</string>
98     <string name="profile_unknown_nfc_tag">Unknown profile</string>
99     <string name="profile_add_nfc_text">This NFC tag refers to an unknown profile. Attaching this NFC tag to an existing profile will allow for selecting the profile in the future.</string>
100     <string name="profile_select">Select profile</string>
101     <string name="profile_remove_dialog_message">Remove profile %1$s?</string>
102     <string name="profile_populate_profile_from_state">Configure profile using current device settings?</string>
103     <string name="profile_menu_fill_from_state">Import current device settings</string>
104     <string name="profile_remove_current_profile">Cannot delete current profile!</string>
105     <string name="profile_app_group_category_title">Notification overrides</string>
106     <string name="profile_app_group_item_instructions">Add or remove groups</string>
107     <string name="profile_app_group_item_instructions_summary">Add or remove notification override app groups to this profile</string>
108
109     <!-- Profile mode options. -->
110     <string name="profile_entries_on">On</string>
111     <string name="profile_entries_off">Off</string>
112     <string name="profile_entries_no_override">No override</string>
113
114     <!-- Add Profile -->
115     <string name="profile_name_title">Name</string>
116     <string name="new_profile_name">&lt;new profile&gt;</string>
117
118     <!-- Rename Dialog  -->
119     <string name="rename_dialog_title">Rename</string>
120     <string name="rename_dialog_message">Enter a new name</string>
121     <string name="duplicate_appgroup_name">Duplicate app group name!</string>
122     <string name="rename_dialog_hint">Enter profile name</string>
123
124     <!-- Reset Profiles -->
125     <string name="profile_reset_title">Reset</string>
126     <string name="profile_reset_message">Delete all user created profiles and app groups and restore them to default?</string>
127
128     <!-- Delete confimation messages -->
129     <string name="profile_app_delete_confirm">Remove this app?</string>
130
131     <!-- Profile network mode -->
132     <string name="profile_networkmode_2g">2G</string>
133     <string name="profile_networkmode_3g">3G</string>
134     <string name="profile_networkmode_4g">LTE</string>
135     <string name="profile_networkmode_2g3g">2G/3G</string>
136     <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string>
137
138     <!-- Profile Config screen PreferenceGroup titles -->
139     <string name="profile_volumeoverrides_title">Volume overrides</string>
140     <string name="connection_state_enabled">Enable</string>
141     <string name="volume_override_summary">Set to %1$s/%2$s</string>
142     <string name="profile_volume_override_checkbox_label">Override volume</string>
143
144     <!-- Menu item for managing profiles -->
145     <string name="profile_profiles_manage">Profiles</string>
146     <string name="profile_profile_manage">Manage profile</string>
147     <string name="profile_appgroups_manage">App groups</string>
148     <string name="profile_appgroup_manage">Manage app group</string>
149
150     <!-- Profile settings screen, section header for settings related to notification profiles -->
151     <string name="profile_settings">Profile settings</string>
152     <string name="profile_trigger_connect">On connect</string>
153     <string name="profile_trigger_disconnect">On disconnect</string>
154     <string name="profile_trigger_notrigger">No trigger</string>
155
156     <!-- Profile Settings sound modes labels -->
157     <string name="sound_mode">Notification mode</string>
158     <string name="ringer_mode">Ring mode</string>
159     <string name="lights_mode">Lights mode</string>
160     <string name="vibrate_mode">Vibrate mode</string>
161     <string name="choose_soundtone">Choose notification tone</string>
162     <string name="choose_ringtone">Choose ringtone</string>
163
164     <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
165     <string name="soundtone_title">Notification tone</string>
166     <string name="soundtone_summary" translatable="false">""</string>
167
168     <!-- Title for application group setting screen -->
169     <string name="profile_appgroups_title">App groups</string>
170     <string name="profile_applist_title">Apps</string>
171     <string name="profile_new_appgroup">New app group</string>
172     <string name="profile_delete_appgroup">Delete this app group?</string>
173     <string name="profile_appgroup_name_prompt">Enter a name for the new app group</string>
174     <string name="profile_appgroup_name_title">Name</string>
175
176     <!-- Add application dialog box title -->
177     <string name="profile_choose_app">Choose app</string>
178
179     <!-- Profiles - system settings -->
180     <string name="profile_system_settings_title">System settings</string>
181     <string name="profile_lockmode_title">Lock screen mode</string>
182     <string name="profile_lockmode_policy_disabled_summary">This profile option is disabled by a device administrator policy</string>
183     <string name="profile_lockmode_insecure_summary">Don\'t ask for PIN or password</string>
184     <string name="profile_lockmode_disabled_summary">Disable lock screen</string>
185     <string name="profile_airplanemode_title">Airplane mode</string>
186
187     <string name="profile_brightness_title">Screen brightness</string>
188
189     <string name="profile_brightness_override_summary">Set to %1$d%%</string>
190     <string name="profile_brightness_override_checkbox_label">Override brightness</string>
191
192     <!-- Connection override toggles (not all are used at this time ) -->
193     <string name="toggleWifi">Wi\u2011Fi</string>
194     <string name="toggleWifiAp">Portable Wi\u2011Fi hotspot</string>
195     <string name="toggleBluetooth">Bluetooth</string>
196     <string name="toggleGPS">GPS</string>
197     <string name="toggleData">Data connection</string>
198     <string name="toggleSync">Auto-sync data</string>
199     <string name="toggle2g3g4g">Preferred network type</string>
200     <string name="toggleNfc">NFC</string>
201
202     <!-- Wi-Fi region code -->
203     <string name="wifi_setting_countrycode_title">Wi\u2011Fi region code</string>
204     <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
205     <string name="wifi_setting_countrycode_summary">Specify the region code for Wi\u2011Fi</string>
206     <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
207     <string name="wifi_setting_countrycode_error">There was a problem setting the region code.</string>
208
209     <!-- Profiles -->
210     <string name="profile_menu_delete_title">Delete</string>
211     <string name="profile_action_none">Leave unchanged</string>
212     <string name="profile_action_system">System default</string>
213     <string name="profile_action_disable">Turn off</string>
214     <string name="profile_action_enable">Turn on</string>
215
216     <string name="profile_trigger_a2dp_connect">On A2DP connect</string>
217     <string name="profile_trigger_a2dp_disconnect">On A2DP disconnect</string>
218
219     <string name="profile_tabs_wifi">Wi\u2011Fi</string>
220     <string name="profile_tabs_bluetooth">Bluetooth</string>
221     <string name="profile_tabs_nfc">NFC</string>
222
223     <string name="profile_triggers_header">Triggers which will activate this profile</string>
224
225     <string name="profile_setup_setup_triggers_title">Step 1: Add triggers</string>
226     <string name="profile_setup_setup_triggers_title_config">Modify triggers: <xliff:g id="profile_name">%1$s</xliff:g></string>
227
228     <string name="profile_setup_actions_title">Step 2: Setup actions</string>
229     <string name="profile_setup_actions_title_config">Reconfigure actions</string>
230
231     <string name="profile_appgroups_manage">App groups</string>
232     <string name="profile_appgroup_manage">Manage app group</string>
233     <!-- Title for application group setting screen -->
234     <string name="profile_appgroups_title">App groups</string>
235     <string name="profile_new_appgroup">New app group</string>
236     <string name="profile_delete_appgroup">Delete this app group?</string>
237     <string name="profile_appgroup_name_prompt">Enter a name for the new app group</string>
238     <string name="profile_appgroup_name_title">Name</string>
239     <string name="duplicate_appgroup_name">Duplicate app group name!</string>
240     <string name="profile_app_delete_confirm">Remove this app?</string>
241
242     <!-- Profile Settings sound modes labels -->
243     <string name="sound_mode">Notification mode</string>
244     <string name="ringer_mode">Ring mode</string>
245     <string name="lights_mode">Lights mode</string>
246     <string name="vibrate_mode">Vibrate mode</string>
247     <string name="choose_soundtone">Choose notification tone</string>
248     <string name="choose_ringtone">Choose ringtone</string>
249     <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
250     <string name="soundtone_title">Notification tone</string>
251     <string name="soundtone_summary" translatable="false">""</string>
252
253     <string name="no_bluetooth_triggers">No Bluetooth devices paired.\nTap to pair Bluetooth device before configuring triggers.</string>
254     <string name="no_wifi_triggers">No Wi\u2011Fi access points configured.\nTap to connect Wi\u2011Fi before configuring triggers.</string>
255     <string name="no_triggers_configured">No triggers configured. Tap to add more.</string>
256     <string name="no_triggers_configured_nfc">Tap to setup a new NFC trigger.</string>
257
258     <string name="profile_setup_setup_triggers_description">Please select triggers which will activate this profile</string>
259     <string name="profile_setup_actions_description">Now configure what happens when the profile is activated</string>
260
261     <!-- Navigation Bar -->
262     <string name="navigation_bar_category">Navigation bar</string>
263     <string name="navigation_bar_left_title">Left-handed mode</string>
264     <string name="navigation_bar_left_summary">Place the navigation bar on the left side of the screen in landscape mode</string>
265     <string name="navigation_bar_title">Buttons and layout</string>
266     <string name="navigation_bar_help_text">To get started tap the edit icon to unlock the navigation bar for editing.\n\nYou can tap an icon to change its shortcut, or long press an icon to re-arrange the layout.\n\nTap \'Save\' to commit your changes, or \'Restore defaults\' to reset the layout to default settings.</string>
267     <string name="navigation_restore_button_text">Restore\ndefaults</string>
268     <string name="navigation_edit_button_text">Edit</string>
269     <string name="navigation_save_button_text">Save</string>
270     <string name="navigation_bar_reset_message">Delete current settings and restore the default layout?</string>
271     <string name="navigation_bar_arrow_keys_title">Show arrow keys while typing</string>
272     <string name="navigation_bar_arrow_keys_summary">Display left and right cursor buttons while typing. Overrides IME switcher.</string>
273     <string name="navigation_bar_recents_title">Recents long press action</string>
274
275     <!-- Notification light dialogs -->
276     <string name="edit_light_settings">Edit light settings</string>
277     <string name="pulse_speed_title">Pulse length and speed</string>
278     <string name="default_time">Normal</string>
279     <string name="custom_time">Custom</string>
280     <string name="dialog_delete_title">Delete</string>
281     <string name="dialog_delete_message">Remove selected item?</string>
282
283     <!-- Values for the notification light pulse spinners -->
284     <string name="pulse_length_always_on">Always on</string>
285     <string name="pulse_length_very_short">Very short</string>
286     <string name="pulse_length_short">Short</string>
287     <string name="pulse_length_normal">Normal</string>
288     <string name="pulse_length_long">Long</string>
289     <string name="pulse_length_very_long">Very long</string>
290     <string name="pulse_speed_very_fast">Very fast</string>
291     <string name="pulse_speed_fast">Fast</string>
292     <string name="pulse_speed_normal">Normal</string>
293     <string name="pulse_speed_slow">Slow</string>
294     <string name="pulse_speed_very_slow">Very slow</string>
295
296     <!-- Battery light settings -->
297     <string name="battery_light_title">Battery light</string>
298     <string name="battery_low_pulse_title">Pulse if battery low</string>
299     <string name="battery_light_list_title">Colors</string>
300     <string name="battery_light_low_color_title">Battery low</string>
301     <string name="battery_light_medium_color_title">Charging</string>
302     <string name="battery_light_full_color_title">Fully charged</string>
303
304     <!-- Lights settings screen, notification light settings -->
305     <string name="notification_light_title">Notification light</string>
306     <string name="notification_light_general_title">General</string>
307     <string name="notification_light_applist_title">Apps</string>
308     <string name="notification_light_phonelist_title">Phone</string>
309     <string name="notification_light_use_custom">Use custom values</string>
310     <string name="notification_light_default_value">Default</string>
311     <string name="notification_light_missed_call_title">Missed call</string>
312     <string name="notification_light_voicemail_title">Voicemail</string>
313     <string name="notification_light_brightness" translatable="false">@string/brightness</string>
314     <string name="notification_light_screen_on">Lights with screen on</string>
315     <string name="notification_light_use_multiple_leds">Multiple LEDs</string>
316     <string name="keywords_lights_brightness_level">dim leds brightness</string>
317
318     <!-- Lights settings, LED notification -->
319     <string name="led_notification_title">Light settings</string>
320     <string name="led_notification_text">LED light enabled by settings</string>
321
322     <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
323     <string name="enable_adb_cm">Android debugging</string>
324     <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
325     <string name="enable_adb_summary_cm">Enable the Android Debug Bridge (adb) interface</string>
326
327     <!-- Android debugging over WiFi -->
328     <string name="adb_over_network">ADB over network</string>
329     <string name="adb_over_network_summary">Enable TCP/IP debugging over network interfaces (Wi\u2011Fi, USB networks). This setting is reset on reboot</string>
330     <!-- Warning for Adb over Network -->
331    <string name="adb_over_network_warning">WARNING: When ADB over network is enabled, your phone is open for intrusions on all connected networks!\n\nOnly use this feature when you are connected on trusted networks.\n\nDo you really want to enable this function?</string>
332
333     <!-- Setting checkbox summary for displaying USB debugging notification -->
334     <string name="adb_notify">Debugging notify</string>
335     <string name="adb_notify_summary">Display a notification when USB or network debugging is enabled</string>
336
337     <!-- Names of categories of app ops tabs - extension of AOSP -->
338     <string name="app_ops_categories_location">Location</string>
339     <string name="app_ops_categories_personal">Personal</string>
340     <string name="app_ops_categories_messaging">Messaging</string>
341     <string name="app_ops_categories_media">Media</string>
342     <string name="app_ops_categories_device">Device</string>
343     <string name="app_ops_categories_bootup">Bootup</string>
344     <string name="app_ops_categories_su">Root access</string>
345
346     <!-- User display names for app ops codes - extension of AOSP -->
347     <string name="app_ops_summaries_coarse_location">coarse location</string>
348     <string name="app_ops_summaries_fine_location">fine location</string>
349     <string name="app_ops_summaries_gps">GPS</string>
350     <string name="app_ops_summaries_vibrate">vibrate</string>
351     <string name="app_ops_summaries_read_contacts">read contacts</string>
352     <string name="app_ops_summaries_modify_contacts">modify contacts</string>
353     <string name="app_ops_summaries_read_call_log">read call log</string>
354     <string name="app_ops_summaries_modify_call_log">modify call log</string>
355     <string name="app_ops_summaries_read_calendar">read calendar</string>
356     <string name="app_ops_summaries_modify_calendar">modify calendar</string>
357     <string name="app_ops_summaries_wifi_scan">Wi-Fi scan</string>
358     <string name="app_ops_summaries_notification">notification/toast</string>
359     <string name="app_ops_summaries_cell_scan">cell scan</string>
360     <string name="app_ops_summaries_call_phone">call phone</string>
361     <string name="app_ops_summaries_read_sms">read SMS</string>
362     <string name="app_ops_summaries_write_sms">write SMS</string>
363     <string name="app_ops_summaries_receive_sms">receive SMS</string>
364     <string name="app_ops_summaries_receive_emergency_sms">receive emergency SMS</string>
365     <string name="app_ops_summaries_receive_mms">receive MMS</string>
366     <string name="app_ops_summaries_receive_wap_push">receive WAP push</string>
367     <string name="app_ops_summaries_send_sms">send SMS</string>
368     <string name="app_ops_summaries_read_icc_sms">read ICC SMS</string>
369     <string name="app_ops_summaries_write_icc_sms">write ICC SMS</string>
370     <string name="app_ops_summaries_modify_settings">modify settings</string>
371     <string name="app_ops_summaries_draw_on_top">draw on top</string>
372     <string name="app_ops_summaries_access_notifications">access notifications</string>
373     <string name="app_ops_summaries_camera">camera</string>
374     <string name="app_ops_summaries_record_audio">record audio</string>
375     <string name="app_ops_summaries_play_audio">play audio</string>
376     <string name="app_ops_summaries_read_clipboard">read clipboard</string>
377     <string name="app_ops_summaries_modify_clipboard">modify clipboard</string>
378     <string name="app_ops_summaries_media_buttons">media buttons</string>
379     <string name="app_ops_summaries_audio_focus">audio focus</string>
380     <string name="app_ops_summaries_master_volume">master volume</string>
381     <string name="app_ops_summaries_voice_volume">voice volume</string>
382     <string name="app_ops_summaries_ring_volume">ring volume</string>
383     <string name="app_ops_summaries_media_volume">media volume</string>
384     <string name="app_ops_summaries_alarm_volume">alarm volume</string>
385     <string name="app_ops_summaries_notification_volume">notification volume</string>
386     <string name="app_ops_summaries_bluetooth_volume">bluetooth volume</string>
387     <string name="app_ops_summaries_keep_awake">keep awake</string>
388     <string name="app_ops_summaries_monitor_location">monitor location</string>
389     <string name="app_ops_summaries_monitor_high_power_location">monitor high power location</string>
390     <string name="app_ops_summaries_get_usage_stats">get usage stats</string>
391     <string name="app_ops_summaries_mute_unmute_microphone">mute/unmute microphone</string>
392     <string name="app_ops_summaries_toast_window">display toasts</string>
393     <string name="app_ops_summaries_project_media">project media</string>
394     <string name="app_ops_summaries_activate_vpn">activate VPN</string>
395     <string name="app_ops_summaries_write_wallpaper">write wallpaper</string>
396     <string name="app_ops_summaries_assist_structure">assist structure</string>
397     <string name="app_ops_summaries_assist_screenshot">assist screenshot</string>
398     <string name="app_ops_summaries_read_phone_state">read phone state</string>
399     <string name="app_ops_summaries_add_voicemail">add voicemail</string>
400     <string name="app_ops_summaries_use_sip">use SIP</string>
401     <string name="app_ops_summaries_make_call">make call</string>
402     <string name="app_ops_summaries_use_fingerprint">use fingerprint</string>
403     <string name="app_ops_summaries_use_body_sensors">use body sensors</string>
404     <string name="app_ops_summaries_read_cell_broadcasts">read cell broadcasts</string>
405     <string name="app_ops_summaries_mock_location">mock location</string>
406     <string name="app_ops_summaries_read_external_storage">read external storage</string>
407     <string name="app_ops_summaries_write_external_storage">write to external storage</string>
408     <string name="app_ops_summaries_turn_screen_on">turn screen on</string>
409     <string name="app_ops_summaries_get_accounts">get accounts</string>
410     <string name="app_ops_summaries_toggle_wifi">toggle Wi-Fi</string>
411     <string name="app_ops_summaries_toggle_bluetooth">toggle bluetooth</string>
412     <string name="app_ops_summaries_start_at_boot">start at boot</string>
413     <string name="app_ops_summaries_toggle_nfc">toggle NFC</string>
414     <string name="app_ops_summaries_toggle_mobile_data">toggle mobile data</string>
415     <string name="app_ops_summaries_superuser">root access</string>
416
417     <!-- User display names for app ops codes - extension of AOSP -->
418     <string name="app_ops_labels_coarse_location">Coarse location</string>
419     <string name="app_ops_labels_fine_location">Fine location</string>
420     <string name="app_ops_labels_gps">GPS</string>
421     <string name="app_ops_labels_vibrate">Vibrate</string>
422     <string name="app_ops_labels_read_contacts">Read contacts</string>
423     <string name="app_ops_labels_modify_contacts">Modify contacts</string>
424     <string name="app_ops_labels_read_call_log">Read call log</string>
425     <string name="app_ops_labels_modify_call_log">Modify call log</string>
426     <string name="app_ops_labels_read_calendar">Read calendar</string>
427     <string name="app_ops_labels_modify_calendar">Modify calendar</string>
428     <string name="app_ops_labels_wifi_scan">Wi-Fi scan</string>
429     <string name="app_ops_labels_notification">Notification/Toast</string>
430     <string name="app_ops_labels_cell_scan">Cell scan</string>
431     <string name="app_ops_labels_call_phone">Call phone</string>
432     <string name="app_ops_labels_read_sms">Read SMS</string>
433     <string name="app_ops_labels_write_sms">Write SMS</string>
434     <string name="app_ops_labels_receive_sms">Receive SMS</string>
435     <string name="app_ops_labels_receive_emergency_sms">Receive emergency SMS</string>
436     <string name="app_ops_labels_receive_mms">Receive MMS</string>
437     <string name="app_ops_labels_receive_wap_push">Receive WAP push</string>
438     <string name="app_ops_labels_send_sms">Send SMS</string>
439     <string name="app_ops_labels_read_icc_sms">Read ICC SMS</string>
440     <string name="app_ops_labels_write_icc_sms">Write ICC SMS</string>
441     <string name="app_ops_labels_modify_settings">Modify settings</string>
442     <string name="app_ops_labels_draw_on_top">Draw on top</string>
443     <string name="app_ops_labels_access_notifications">Access notifications</string>
444     <string name="app_ops_labels_camera">Camera</string>
445     <string name="app_ops_labels_record_audio">Record audio</string>
446     <string name="app_ops_labels_play_audio">Play audio</string>
447     <string name="app_ops_labels_read_clipboard">Read clipboard</string>
448     <string name="app_ops_labels_modify_clipboard">Modify clipboard</string>
449     <string name="app_ops_labels_media_buttons">Media buttons</string>
450     <string name="app_ops_labels_audio_focus">Audio focus</string>
451     <string name="app_ops_labels_master_volume">Master volume</string>
452     <string name="app_ops_labels_voice_volume">Voice volume</string>
453     <string name="app_ops_labels_ring_volume">Ring volume</string>
454     <string name="app_ops_labels_media_volume">Media volume</string>
455     <string name="app_ops_labels_alarm_volume">Alarm volume</string>
456     <string name="app_ops_labels_notification_volume">Notification volume</string>
457     <string name="app_ops_labels_bluetooth_volume">Bluetooth volume</string>
458     <string name="app_ops_labels_keep_awake">Keep awake</string>
459     <string name="app_ops_labels_monitor_location">Monitor location</string>
460     <string name="app_ops_labels_monitor_high_power_location">Monitor high power location</string>
461     <string name="app_ops_labels_get_usage_stats">Get usage stats</string>
462     <string name="app_ops_labels_mute_unmute_microphone">Mute/unmute microphone</string>
463     <string name="app_ops_labels_toast_window">Display toasts</string>
464     <string name="app_ops_labels_project_media">Project media</string>
465     <string name="app_ops_labels_activate_vpn">Activate VPN</string>
466     <string name="app_ops_labels_write_wallpaper">Write wallpaper</string>
467     <string name="app_ops_labels_assist_structure">Assist structure</string>
468     <string name="app_ops_labels_assist_screenshot">Assist screenshot</string>
469     <string name="app_ops_labels_read_phone_state">Read phone state</string>
470     <string name="app_ops_labels_add_voicemail">Add voicemail</string>
471     <string name="app_ops_labels_use_sip">Use SIP</string>
472     <string name="app_ops_labels_make_call">Make call</string>
473     <string name="app_ops_labels_use_fingerprint">Use fingerprint</string>
474     <string name="app_ops_labels_use_body_sensors">Use body sensors</string>
475     <string name="app_ops_labels_read_cell_broadcasts">Read cell broadcasts</string>
476     <string name="app_ops_labels_mock_location">Mock location</string>
477     <string name="app_ops_labels_read_external_storage">Read external storage</string>
478     <string name="app_ops_labels_write_external_storage">Write to external storage</string>
479     <string name="app_ops_labels_turn_screen_on">Turn screen on</string>
480     <string name="app_ops_labels_get_accounts">Get accounts</string>
481     <string name="app_ops_labels_toggle_wifi">Toggle Wi-Fi</string>
482     <string name="app_ops_labels_toggle_bluetooth">Toggle bluetooth</string>
483     <string name="app_ops_labels_start_at_boot">Start at boot</string>
484     <string name="app_ops_labels_toggle_nfc">Toggle NFC</string>
485     <string name="app_ops_labels_toggle_mobile_data">Toggle mobile data</string>
486     <string name="app_ops_labels_superuser">Root access</string>
487
488     <!-- App ops permissions -->
489     <string name="app_ops_permissions_allowed">Allowed</string>
490     <string name="app_ops_permissions_ignored">Ignored</string>
491     <string name="app_ops_permissions_always_ask">Always ask</string>
492
493     <!-- App ops detail -->
494     <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (used <xliff:g id="count">%2$s</xliff:g>)</string>
495     <string name="app_ops_allowed_count">Allowed <xliff:g id="count" example="2 times">%s</xliff:g></string>
496     <string name="app_ops_ignored_count">Denied <xliff:g id="count" example="2 times">%s</xliff:g></string>
497     <string name="app_ops_both_count">Allowed <xliff:g id="count">%1$s</xliff:g>, denied <xliff:g id="count">%2$s</xliff:g></string>
498
499     <!-- App ops menu options -->
500     <string name="app_ops_show_user_apps">Show user apps</string>
501     <string name="app_ops_show_system_apps">Show built-in apps</string>
502     <string name="app_ops_reset_counters">Reset allow/deny counters</string>
503     <string name="app_ops_reset_confirm_title">Confirm counters reset</string>
504     <string name="app_ops_reset_confirm_mesg">Are you sure you wish to reset counters?</string>
505
506     <string name="ok">OK</string>
507
508     <!-- Hostname setting -->
509     <string name="device_hostname">Device hostname</string>
510
511     <string name="unlock_scramble_pin_layout_title">Scramble layout</string>
512     <string name="unlock_scramble_pin_layout_summary">Scramble PIN layout when unlocking device</string>
513
514     <string name="button_pref_title">Buttons</string>
515     <string name="hardware_keys_power_key_title">Power button</string>
516     <string name="hardware_keys_home_key_title">Home button</string>
517     <string name="hardware_keys_back_key_title">Back button</string>
518     <string name="hardware_keys_menu_key_title">Menu button</string>
519     <string name="hardware_keys_assist_key_title">Search button</string>
520     <string name="hardware_keys_appswitch_key_title">Recents button</string>
521     <string name="hardware_keys_camera_key_title">Camera button</string>
522     <string name="hardware_keys_volume_keys_title">Volume buttons</string>
523     <string name="hardware_keys_short_press_title">Short press action</string>
524     <string name="hardware_keys_long_press_title">Long press action</string>
525     <string name="hardware_keys_double_tap_title">Double tap action</string>
526     <string name="hardware_keys_action_nothing">No action</string>
527     <string name="hardware_keys_action_menu">Open/close menu</string>
528     <string name="hardware_keys_action_app_switch">Recent apps switcher</string>
529     <string name="hardware_keys_action_search">Search assistant</string>
530     <string name="hardware_keys_action_voice_search">Voice search</string>
531     <string name="hardware_keys_action_in_app_search">In-app search</string>
532     <string name="hardware_keys_action_launch_camera">Launch camera</string>
533     <string name="hardware_keys_action_sleep">Turn screen off</string>
534     <string name="hardware_keys_action_last_app">Last app</string>
535     <string name="camera_sleep_on_release_title">Screen peek</string>
536     <string name="camera_sleep_on_release_summary">A half press will keep the screen on only while the button is held down</string>
537     <string name="camera_launch_title">Launch camera</string>
538     <string name="camera_launch_summary">A longpress and release will launch camera</string>
539     <string name="volbtn_music_controls_title">Playback control</string>
540     <string name="volbtn_music_controls_summary">When the screen is off, long pressing the volume keys will seek music tracks</string>
541     <string name="volbtn_cursor_control_title">Keyboard cursor control</string>
542     <string name="volbtn_cursor_control_off">Disabled</string>
543     <string name="volbtn_cursor_control_on">Volume up/down moves cursor left/right</string>
544     <string name="volbtn_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
545     <string name="power_end_call_title">End call</string>
546     <string name="power_end_call_summary">Pressing the power button will end the current call</string>
547     <string name="swap_volume_buttons_title">Reorient</string>
548     <string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string>
549     <string name="button_wake_title">Wake up device</string>
550     <string name="home_answer_call_title">Answer call</string>
551     <string name="home_answer_call_summary">Pressing the home button will answer the current incoming call</string>
552
553     <!-- Backlight brightness settings screen -->
554     <string name="adaptive_backlight_title">Adaptive backlight</string>
555     <string name="adaptive_backlight_summary">Dynamically adjust the brightness of the display\'s backlight to maximize battery life while maintaining usability</string>
556
557     <!-- Sunlight readability enhancement screen -->
558     <string name="sunlight_enhancement_title">Sunlight enhancement</string>
559     <string name="sunlight_enhancement_summary">Enhance display brightness and readability under bright sunlight</string>
560
561     <!-- Color enhancement settings screen -->
562     <string name="color_enhancement_title">Color enhancement</string>
563     <string name="color_enhancement_summary">Dynamically enhance the color of the display</string>
564
565     <!-- Key backlight -->
566     <string name="button_backlight_title">Backlight</string>
567     <string name="button_backlight_enabled">Illuminate buttons</string>
568     <string name="keyboard_backlight_enabled">Illuminate keyboard</string>
569     <string name="button_backlight_seekbar_title">Button brightness</string>
570     <string name="keyboard_backlight_seekbar_title">Keyboard brightness</string>
571     <string name="backlight_timeout_title">Illumination timeout</string>
572     <string name="backlight_timeout_unlimited">Don\'t turn off</string>
573     <string name="backlight_summary_disabled">Disabled</string>
574     <string name="backlight_summary_enabled_with_timeout">Enabled for <xliff:g id="timeout">%s</xliff:g></string>
575     <string name="backlight_summary_enabled">Enabled</string>
576
577     <!-- Gesture Settings -->
578     <!-- Settings main menu entry -->
579     <string name="gesture_settings_title">Gestures</string>
580
581     <!-- Power menu -->
582     <string name="power_menu_title">Power menu</string>
583     <string name="power_menu_reboot_title">Reboot menu</string>
584     <string name="power_menu_screenshot_title">Screenshot</string>
585     <string name="power_menu_profiles_title">Profile switcher</string>
586     <string name="power_menu_airplane_title">Airplane mode</string>
587     <string name="power_menu_users_title">User switcher</string>
588     <string name="power_menu_settings_title">Settings shortcut</string>
589     <string name="power_menu_lockdown_title">Device lockdown</string>
590     <string name="power_menu_bug_report_title">Bug report</string>
591     <string name="power_menu_sound_title">Sound panel</string>
592     <string name="power_menu_bug_report_disabled">Bug reporting is disabled in development settings</string>
593     <string name="power_menu_profiles_disabled">System profiles are disabled</string>
594
595     <!-- Buttons - Enable navbar -->
596     <string name="disable_navkeys_title">Enable on-screen nav bar</string>
597     <string name="disable_navkeys_summary">Enable on-screen navigation bar and disable hardware buttons</string>
598
599     <!-- tap-to-sleep -->
600     <string name="double_tap_to_sleep_title">Double-tap to sleep</string>
601     <string name="double_tap_to_sleep_summary">Double-tap on the status bar to turn off the display</string>
602
603     <!-- Proximity wake -->
604     <string name="proximity_wake_title">Prevent accidental wake-up</string>
605     <string name="proximity_wake_summary">Check the proximity sensor prior to waking up screen</string>
606
607     <!-- Turn on display when power connected; turn off display when power disconnected -->
608     <string name="wake_when_plugged_or_unplugged_title">Wake on plug</string>
609     <string name="wake_when_plugged_or_unplugged_summary">Turn the screen on when connecting or disconnecting a power source</string>
610
611     <!-- Font size sample text. This needs to be a very short string, as it is shown in
612     multiple font sizes in a limited amount of space. -->
613     <string name="font_size_sample">Sample</string>
614
615     <!-- Volume settings - Volume adjustment sound -->
616     <string name="volume_adjust_sounds_title">Volume adjustment sounds</string>
617
618     <!-- Hardware tunables - Vibrator intensity -->
619     <string name="vibrator_intensity_title">Vibrator intensity</string>
620     <string name="vibrator_warning">Values higher than %1$d are not recommended</string>
621
622     <!-- Hardware tunables - Color calibration -->
623     <string name="color_calibration_title">Color calibration</string>
624     <string name="color_calibration_summary">Calibrate on-screen colors</string>
625     <string name="color_red_title">Red</string>
626     <string name="color_green_title">Green</string>
627     <string name="color_blue_title">Blue</string>
628
629     <!-- Hardware tunables - Gamma calibration -->
630     <string name="gamma_tuning_title_head">Gamma calibration</string>
631     <string name="gamma_tuning_summary_head">Tweak gamma values</string>
632     <string name="gamma_tuning_control_set_header">Group <xliff:g id="index">%d</xliff:g></string> <!-- used if no name provided by overlay -->
633     <string name="gamma_tuning_contrast">Contrast</string>
634     <string name="gamma_tuning_brightness">Brightness</string>
635     <string name="gamma_tuning_saturation">Saturation</string>
636
637     <!-- Launch music player when headset is connected -->
638     <string name="headset_connect_player_title">Launch music app</string>
639     <string name="headset_connect_player_summary">Launch the default music app when headset is connected</string>
640
641     <!-- WiFi auto-configure priorities -->
642     <string name="wifi_auto_config_priorities">Automatic priority</string>
643
644     <string name="auto_brightness_reset_button">Reset</string>
645
646     <!-- Display : Rotation  -->
647     <string name="display_rotation_title">Rotation</string>
648     <string name="display_rotation_disabled">Disabled</string>
649     <string name="display_rotation_unit">degrees</string>
650     <string name="display_lockscreen_rotation_title">Rotate lock screen</string>
651     <string name="display_rotation_category_title">Rotation modes</string>
652     <string name="display_rotation_0_title">0 degrees</string>
653     <string name="display_rotation_90_title">90 degrees</string>
654     <string name="display_rotation_180_title">180 degrees</string>
655     <string name="display_rotation_270_title">270 degrees</string>
656
657     <!-- Display settings.  Screen color. -->
658     <string name="screencolor">Screen color</string>
659     <string name="screencolor_summary">Tune screen hue, saturation, contrast or intensity</string>
660     <string name="custom_screencolor">Custom screen color</string>
661     <string name="screencolor_save">Save</string>
662     <string name="screencolor_cancel">Cancel</string>
663     <string name="restore_preview">View default picture</string>
664     <string name="selectnewfile_menu">View new picture from Gallery</string>
665     <string name="selectfile_menu">View picture from Gallery</string>
666     <string name="restore_default_str">Reset</string>
667     <string name="hue_str">Hue: <xliff:g id="hue_value">%1$s</xliff:g></string>
668     <string name="saturation_str">Saturation: <xliff:g id="saturation_value">%1$s</xliff:g></string>
669     <string name="contrast_str">Contrast: <xliff:g id="contrast_value">%1$s</xliff:g></string>
670     <string name="intensity_str">Intensity: <xliff:g id="intensity_str_value">%1$s</xliff:g></string>
671
672     <!-- LiveDisplay -->
673     <string name="live_display_title" translatable="false">LiveDisplay</string>
674     <string name="live_display_summary">Optimize your screen based on time of day and ambient conditions to improve readability and reduce eyestrain</string>
675     <string name="live_display_mode">Display mode</string>
676     <string name="live_display_color_temperature_title">Color temperature</string>
677     <string name="live_display_color_temperature_summary">Day: <xliff:g id="day_temperature">%1$d</xliff:g>K  Night: <xliff:g id="night_temperature">%2$d</xliff:g>K</string>
678     <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string>
679     <string name="live_display_day">Day</string>
680     <string name="live_display_night">Night</string>
681     <string name="live_display_outdoor_mode_title">Automatic outdoor mode</string>
682     <string name="live_display_outdoor_mode_summary">Increase brightness and saturation automatically under bright sunlight</string>
683     <string name="live_display_low_power_title">Reduce power consumption</string>
684     <string name="live_display_low_power_summary">Adjust display for lowest power consumption without degradation</string>
685     <string name="live_display_enhance_color_title">Enhance colors</string>
686     <string name="live_display_enhance_color_summary">Improve color vibrance of flesh tones, scenery, and other images</string>
687     <string name="live_display_color_profile_title">Color profile</string>
688     <string name="live_display_color_profile_standard_title">Standard</string>
689     <string name="live_display_color_profile_standard_summary">Accurate colors and bright whites</string>
690     <string name="live_display_color_profile_natural_title">Natural</string>
691     <string name="live_display_color_profile_natural_summary">Realistic colors and flesh tones</string>
692     <string name="live_display_color_profile_dynamic_title">Dynamic</string>
693     <string name="live_display_color_profile_dynamic_summary">Enhanced colors and bright whites</string>
694     <string name="live_display_color_profile_cinema_title">Cinema</string>
695     <string name="live_display_color_profile_cinema_summary">Perfect color reproduction for video</string>
696     <string name="live_display_color_profile_astronomy_title">Astronomy</string>
697     <string name="live_display_color_profile_astronomy_summary">Deep red for preserving night vision</string>
698     <string name="live_display_color_profile_photography_title">Photography</string>
699     <string name="live_display_color_profile_photography_summary">Perfect color reproduction for photos</string>
700     <string name="live_display_color_profile_basic_title">Basic</string>
701     <string name="live_display_color_profile_basic_summary">Use the display uncalibrated</string>
702
703     <!-- Whether to display IME switcher notifcation -->
704     <string name="ime_switcher_notify">Selector icon</string>
705     <string name="ime_switcher_notify_summary">Display input method selector icon</string>
706
707     <!-- Heads up -->
708     <string name="heads_up_notifications">Heads up</string>
709     <string name="summary_heads_up_enabled">Pop-up notifications are enabled</string>
710     <string name="summary_heads_up_disabled">Pop-up notifications are disabled</string>
711
712     <!-- High touch sensitivity -->
713     <string name="high_touch_sensitivity_title">High touch sensitivity</string>
714     <string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</string>
715
716     <!-- Display & Lights screen, setting options for LCD density -->
717     <string name="lcd_density">LCD density</string>
718     <string name="dialog_title_lcd_density">LCD density</string>
719     <string name="lcd_density_value_format">%d DPI</string>
720     <string name="lcd_density_default_value_format">%d DPI (default)</string>
721     <string name="restarting_ui">Restarting UI\u2026</string>
722
723     <!-- Stylus Icon -->
724     <string name="stylus_icon_enabled_title">Show icon when using stylus</string>
725     <string name="stylus_icon_enabled_summary">Show the pointer icon when hovering or drawing with the stylus</string>
726
727     <!-- Stylus Gestures -->
728     <string name="gestures_settings_title">Stylus gestures</string>
729     <string name="category_spen_title">Stylus gestures</string>
730     <string name="enable_subcat_title">Stylus</string>
731     <string name="enable_spen_title_head">Enable gestures</string>
732     <string name="enable_spen_summary_head">Use swipe gestures by holding down the stylus button</string>
733     <string name="gestures_subcat_title">Gestures</string>
734     <string name="gestures_left_spen_title_head">Left swipe</string>
735     <string name="gestures_right_spen_title_head">Right swipe</string>
736     <string name="gestures_up_spen_title_head">Up swipe</string>
737     <string name="gestures_down_spen_title_head">Down swipe</string>
738     <string name="gestures_long_spen_title_head">Long press</string>
739     <string name="gestures_double_spen_title_head">Double tap</string>
740
741     <!-- Gestures Options -->
742     <string name="gestures_action_empty">No action</string>
743     <string name="gestures_action_home">Home</string>
744     <string name="gestures_action_back">Back</string>
745     <string name="gestures_action_menu">Menu</string>
746     <string name="gestures_action_search">Invoke search</string>
747     <string name="gestures_action_recent">Recent apps</string>
748
749     <!-- Stylus gestures -->
750     <string name="stylus_app_not_installed">%s is not installed</string>
751
752     <!-- Touchscreen hovering -->
753     <string name="touchscreen_hovering_title">Touchscreen hovering</string>
754     <string name="touchscreen_hovering_summary">Allows you to hover the screen like a mouse in web browsers, remote desktops, etc</string>
755
756     <!-- Increasing ring tone volume -->
757     <string name="increasing_ring_volume_option_title">Increasing ring volume</string>
758     <string name="increasing_ring_min_volume_title">Start volume</string>
759     <string name="increasing_ring_ramp_up_time_title">Ramp-up time</string>
760
761     <!-- LTO download data over wi-fi only -->
762     <string name="lto_download_data_wifi_only">GPS assisted data download</string>
763     <string name="lto_download_data_wifi_only_on">Over any networks</string>
764     <string name="lto_download_data_wifi_only_off">Only over Wi\u2011Fi networks</string>
765
766     <string name="volume_keys_control_ring_stream_title">Control ringtone volume</string>
767     <string name="volume_keys_control_ring_stream_summary_on">Volume keys control ringtone volume</string>
768     <string name="volume_keys_control_ring_stream_summary_off">Volume keys control media volume</string>
769
770     <string name="category_calibration">Calibration</string>
771     <string name="display_and_lights">Display &amp; lights</string>
772
773     <!-- Category title for Charging sounds (Power state change) specific Settings.
774          [CHAR LIMIT=40] -->
775     <string name="power_notifications_category_title">Charging sounds</string>
776
777     <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
778     <string name="power_notifications_enable_title">Enable</string>
779     <string name="power_notifications_enable_summary">Play a sound when connecting or disconnecting a power source</string>
780     <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
781     <string name="power_notifications_vibrate_title">Vibrate</string>
782     <!-- Sound settings, Charging sounds ringtone selection, preference label -->
783     <string name="power_notifications_ringtone_title">Notification sound</string>
784     <!-- Sound settings, charging sounds label for ringtone == none -->
785     <string name="power_notifications_ringtone_silent">Silent</string>
786
787     <!-- Status bar -->
788     <string name="status_bar_title">Status bar</string>
789     <string name="status_bar_toggle_brightness">Brightness control</string>
790     <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
791     <string name="status_bar_notif_count_title">Show notification count</string>
792     <string name="status_bar_notif_count_summary">Display the number of pending notifications</string>
793     <string name="status_bar_quick_qs_pulldown_title">Quick pulldown</string>
794     <string name="status_bar_quick_qs_pulldown_summary">Right edge of the status bar pulls down Quick Settings</string>
795
796     <!-- Status bar - Clock -->
797     <string name="status_bar_clock_style_title">Clock style</string>
798     <string name="status_bar_clock_style_right">Right</string>
799     <string name="status_bar_clock_style_left">Left</string>
800     <string name="status_bar_clock_style_center">Center</string>
801     <string name="status_bar_clock_style_hidden">Hidden</string>
802
803     <string name="status_bar_am_pm_title">AM/PM style</string>
804     <string name="status_bar_am_pm_info">24-hour clock is enabled</string>
805     <string name="status_bar_am_pm_normal">Normal</string>
806     <string name="status_bar_am_pm_small">Small</string>
807     <string name="status_bar_am_pm_hidden">Hidden</string>
808
809     <!-- Status bar - Battery -->
810     <string name="status_bar_battery_style_title">Battery status style</string>
811     <string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
812     <string name="status_bar_battery_style_icon_landscape">Icon landscape</string>
813     <string name="status_bar_battery_style_circle">Circle</string>
814     <string name="status_bar_battery_style_text">Text</string>
815     <string name="status_bar_battery_style_hidden">Hidden</string>
816
817     <!-- Status bar - Battery percentage -->
818     <string name="status_bar_battery_percentage_title">Battery percentage</string>
819     <string name="status_bar_battery_percentage_default">Hidden</string>
820     <string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
821     <string name="status_bar_battery_percentage_text_next">Next to the icon</string>
822
823     <!-- Status bar - icon blacklist -->
824     <string name="status_bar_icons_title">Status bar icons</string>
825     <string name="status_bar_icons_summary">Control which status bar icons are shown</string>
826
827     <!-- EdgeGesture service -->
828     <string name="edge_gesture_service_title">Block gesture touch events</string>
829     <string name="edge_gesture_service_summary">Don\'t send touch events for navigation and status bar gestures to apps</string>
830
831     <!-- Keep screen on strings -->
832     <string name="keep_screen_on_never">Never</string>
833     <string name="keep_screen_on_debugging">While USB debugging</string>
834     <string name="keep_screen_on_charging">While charging</string>
835
836     <!-- Privacy Settings Header item -->
837     <string name="privacy_settings_cyanogenmod_title">Privacy</string>
838     <string name="privacy_settings_cyanogenmod_category" translatable="false">CyanogenMod</string>
839
840     <!-- Privacy Guard -->
841     <string name="privacy_guard_default_title">Enabled by default</string>
842     <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string>
843     <string name="privacy_guard_manager_title">Privacy Guard</string>
844     <string name="privacy_guard_manager_summary">Manage which apps have access to your personal data</string>
845     <string name="privacy_guard_no_user_apps">No apps are installed</string>
846     <string name="privacy_guard_help_title">Help</string>
847     <string name="privacy_guard_reset_title">Reset</string>
848     <string name="privacy_guard_reset_text">Reset permissions?</string>
849     <string name="privacy_guard_help_text">In this screen you can choose which apps Privacy Guard should be active for by simply tapping on them. Selected apps will not be able to access your personal data such as contacts, messages or call logs. Long pressing an app\'s entry opens its app details screen.\n\nBuilt-in apps are not shown by default but can be revealed by selecting the respective menu option.</string>
850     <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string>
851     <string name="privacy_guard_advanced_settings_title">Advanced</string>
852     <string name="privacy_guard_notification_title">Show notification</string>
853
854     <!-- Sizes for pattern lockscreen -->
855     <string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string>
856     <string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string>
857     <string name="lock_pattern_size_5" translatable="false">5 \u00d7 5</string>
858     <string name="lock_pattern_size_6" translatable="false">6 \u00d7 6</string>
859
860     <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
861     <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string>
862     <!-- Whether the dots will be drawn when using the lockscreen pattern -->
863     <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string>
864
865     <!-- lock screen visualizer -->
866     <string name="lockscreen_visualizer_title">Display music visualizer</string>
867
868     <!-- Battery saver -->
869     <string name="battery_saver_threshold">Battery saver threshold</string>
870     <string name="battery_saver_summary">Reduce performance and limit background data</string>
871     <string name="battery_saver_summary_unavailable">Not available while charging</string>
872
873     <!-- Battery : Automatic performance profiles -->
874     <string name="autoperf_title">Enable per-app profiles</string>
875     <string name="autoperf_summary">Automatically choose an appropriate battery mode for various apps</string>
876     <string name="perf_profile_title">Battery mode</string>
877
878     <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
879     <string name="notification_ringtone_title_cm">Notification tone</string>
880
881     <!-- Advanced reboot options -->
882     <string name="advanced_reboot_title">Advanced reboot</string>
883     <string name="advanced_reboot_summary">When unlocked, include options in the power menu for rebooting into recovery, bootloader or performing a soft reboot</string>
884
885     <string name="category_interface">Interface</string>
886     <!-- Expanded desktop -->
887     <string name="power_menu_expanded_desktop">Expanded desktop</string>
888     <string name="expanded_hide_nothing">Hide nothing</string>
889     <string name="expanded_hide_status">Hide status bar</string>
890     <string name="expanded_hide_navigation">Hide navigation bar</string>
891     <string name="expanded_hide_both">Hide both</string>
892     <string name="expanded_nothing_to_show">To add a custom per-app configuration for expanded state, set \'Enabled for all\' to the off position</string>
893     <string name="expanded_enabled_for_all">Enabled for all</string>
894     <string name="expanded_desktop_style">Expanded desktop style</string>
895     <string name="expanded_desktop_style_description">Choose a default expanded desktop style</string>
896     <string name="expanded_desktop_title">Expanded desktop options</string>
897
898     <!-- Kill app long-press back -->
899     <string name="kill_app_longpress_back">Kill app back button</string>
900     <string name="kill_app_longpress_back_summary">Kill the foreground app by long-pressing the back button</string>
901
902     <!-- Show/Hide Search Bar -->
903     <string name="recents_show_searchbar">Show search bar in recents menu</string>
904     <string name="keywords_recents_show_searchbar">recent recents disable enable show hide search bar searchbar</string>
905
906     <!-- Voice Wakeup -->
907     <string name="voice_wakeup_settings_title">Voice wakeup</string>
908     <string name="voice_wakeup_retrain_title">Retrain your voice</string>
909     <string name="voice_wakeup_activity_title">Activity to launch</string>
910     <string name="voice_wakeup_default_activity">Google Now</string>
911     <string name="voice_wakeup_needs_dial_permission_warning">Voice Wakeup needs to have phone call permissions to select a Direct Dial contact.</string>
912
913     <string name="picker_activities">Activities</string>
914     <string name="select_custom_app_title">Select custom app</string>
915     <string name="select_custom_activity_title">Select custom activity</string>
916
917     <!-- Blacklist preferences -->
918     <string name="blacklist_title">Blocked caller list</string>
919     <string name="blacklist_edit_dialog_title">Edit blocked phone number</string>
920     <string name="blacklist_prefs">Settings</string>
921     <string name="blacklist_button_delete">Delete</string>
922     <string name="blacklist_empty_text">You don\'t have any blocked numbers. Add an entry by touching the Add (+) button.</string>
923     <string name="blacklist_disabled_empty_text">To prevent phone numbers from calling or messaging you, enable the blocked caller list.</string>
924     <string name="blacklist_summary_disabled">Disabled</string>
925     <string name="blacklist_summary">You will not receive incoming calls or messages from phone numbers on the blocked caller list</string>
926     <string name="blacklist_notify">Show notification</string>
927     <string name="blacklist_private_numbers_title">Private numbers</string>
928     <string name="blacklist_private_numbers_summary_disabled">Don\'t block calls from private numbers</string>
929     <string name="blacklist_private_numbers_summary">Block incoming <xliff:g id="type">%s</xliff:g> from private numbers</string>
930     <string name="blacklist_unknown_numbers_title">Unknown numbers</string>
931     <string name="blacklist_unknown_numbers_summary_disabled">Don\'t block calls or messages from numbers not in the contact list</string>
932     <string name="blacklist_unknown_numbers_summary">Block incoming <xliff:g id="type">%s</xliff:g> from numbers not in the contact list</string>
933     <string name="blacklist_summary_type_calls_only">calls</string>
934     <string name="blacklist_summary_type_messages_only">messages</string>
935     <string name="blacklist_summary_type_calls_and_messages">calls and messages</string>
936     <string name="blacklist_regex_title">Use wildcards</string>
937     <string name="blacklist_regex_summary">Use . as a wildcard and * for repetition. E.g. 123.* blocks numbers starting with 123 and .*123.* blocks numbers containing 123</string>
938     <string name="blacklist_policy_block_calls">Block incoming calls</string>
939     <string name="blacklist_policy_block_messages">Block incoming messages</string>
940     <string name="blacklist_bad_number_add">Unable to add invalid phone number to blocked caller list</string>
941
942     <!-- Blacklist management -->
943     <string name="remove_blacklist_number_title">Remove number</string>
944     <string name="remove_blacklist_entry">Do you want to remove this blocked phone number?</string>
945     <string name="select_contact">Select contact</string>
946
947     <!-- Sms security limit -->
948     <string name="app_security_title">App security</string>
949     <string name="sms_security_check_limit_title">SMS message limit</string>
950     <string name="sms_security_check_limit_summary">Apps can send %d messages in 1 minute before requiring confirmation</string>
951     <string name="sms_security_check_limit_summary_none">Apps are not allowed to send any messages without confirmation</string>
952     <string name="sms_security_check_limit_none">None</string>
953
954     <!-- Notification spamfilter -->
955     <string name="spam_added_title">Added %1$s</string>
956     <string name="spam_last_blocked_title">Last blocked %1$s</string>
957     <string name="block_notifications_title">Filter notifications</string>
958     <string name="block_notifications_summary">Manage ignored notifications and filters</string>
959     <string name="no_filters_title">No filters set</string>
960
961     <!-- Anonymous Statistics #CM -->
962     <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
963     <string name="anonymous_statistics_title">CyanogenMod statistics</string>
964     <string name="anonymous_statistics_summary">Help make CyanogenMod better by opting into anonymous statistics reporting</string>
965     <string name="anonymous_statistics_warning_title">About</string>
966     <string name="anonymous_statistics_warning">Opting into CyanogenMod Statistics will allow non-personal data to be submitted to the
967         developers of CyanogenMod to track unique installations across devices. The information submitted includes an unique identifier,
968         which does not compromise your privacy or personal data. The data is submitted during each boot.\n\nFor an example of the data that is submitted, tap on Preview Data.</string>
969     <string name="enable_reporting_title">Enable reporting</string>
970     <string name="preview_data_title">Preview data</string>
971     <string name="view_stats_title">View stats</string>
972     <string name="anonymous_learn_more">Learn more</string>
973
974     <!-- Anonymous Statistics - Preview -->
975     <string name="preview_id_title">Unique ID</string>
976     <string name="preview_device_title">Device</string>
977     <string name="preview_version_title">Version</string>
978     <string name="preview_country_title">Country</string>
979     <string name="preview_carrier_title">Carrier</string>
980     <string name="stats_collection_title">Stats collection</string>
981     <string name="stats_collection_summary">When enabled, allows metrics collection</string>
982
983     <!-- Protected apps lockpattern reset button -->
984     <string name="lockpattern_reset_button">Reset pattern</string>
985     <string name="lockpattern_settings_reset_summary">Enter primary email account and associated password to reset pattern lock</string>
986
987     <!-- Protected Apps -->
988     <string name="menu_hidden_apps_delete">Reset</string>
989     <string name="menu_hidden_apps_reset_lock">Reset pattern lock</string>
990     <string name="protected_apps">Protected apps</string>
991     <string name="saving_protected_components">Saving component state\u2026</string>
992
993     <string name="pa_login_username_hint">Username (email)</string>
994     <string name="pa_login_password_hint">Password</string>
995     <string name="pa_login_submit_button">Sign in</string>
996     <string name="pa_login_checking_password">Checking account\u2026</string>
997     <string name="pa_login_incorrect_login">Login was incorrect</string>
998
999     <!-- Contributors cloud activity -->
1000     <string name="contributors_cloud_fragment_title">Contributors</string>
1001     <string name="contributors_cloud_loading_message">Loading contributors data\u2026</string>
1002     <string name="contributors_cloud_failed_message">Cannot load contributors data</string>
1003     <string name="contributor_info_menu">Contributor info</string>
1004     <string name="contributor_info_msg">
1005         <![CDATA[<b>Name:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
1006                  <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
1007                  <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
1008     <string name="contributions_info_menu">Contributions info</string>
1009     <string name="contributions_info_msg">
1010         <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
1011                  <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
1012                  <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
1013     <string name="category_sounds">Sounds</string>
1014     <string name="notification_manager">Notifications</string>
1015     <string name="lockscreen_settings">Lock screen</string>
1016     <string name="category_lights">Lights</string>
1017     <string name="category_volume">Volume</string>
1018     <string name="category_vibrate">Vibrate</string>
1019     <string name="category_misc">Miscellaneous</string>
1020     <string name="title_general">General</string>
1021     <string name="advanced">Advanced</string>
1022     <string name="link_volume_option_title">Link ringtone &amp; notification volumes</string>
1023     <string name="lcd_density_prompt_message">Some apps may not function at non-standard DPI.\n\nThis will restart your device.</string>
1024
1025     <!-- Edit access point labels: PPP number -->
1026     <string name="apn_ppp_number">APN PPP phone number</string>
1027     <string name="ppp_number" translatable="false">ppp_number</string>
1028
1029     <string name="sim_enabler_summary"><xliff:g id="displayName">%1$s</xliff:g> is <xliff:g id="status" example="disabled">%2$s</xliff:g></string>
1030     <string name="sim_disabled">disabled</string>
1031     <string name="sim_missing">missing or faulty</string>
1032     <string name="sim_enabler_need_disable_sim">SIM card will be deactivated. Do you want to continue?</string>
1033     <string name="sim_enabler_will_disable_sim_title">Attention</string>
1034     <string name="sim_enabler_need_switch_data_service">Will disable it and switch to SIM <xliff:g id="slotid">%1$s</xliff:g> for data services, are you sure?</string>
1035     <string name="sim_enabler_airplane_on">Unable to perform the operation while airplane mode is on.</string>
1036     <string name="sim_enabler_in_call">Unable to perform the operation while in call.</string>
1037     <string name="sim_enabler_both_inactive">Can\'t disable all SIM cards</string>
1038     <string name="sim_enabler_enabling">Activating\u2026</string>
1039     <string name="sim_enabler_disabling">Deactivating\u2026</string>
1040     <string name="sub_activate_success">SIM activated.</string>
1041     <string name="sub_activate_failed">Activation failed.</string>
1042     <string name="sub_deactivate_success">SIM deactivated.</string>
1043     <string name="sub_deactivate_failed">Deactivation failed.</string>
1044
1045     <string name="primary_sub_select_title">Default 3G/LTE subscription</string>
1046     <string name="select_sim_card">Select SIM card</string>
1047
1048     <!-- MSIM SIM status -->
1049     <string name="sim_card_status_title">SIM %d status</string>
1050     <string name="sim_card_lock_settings_title">SIM %d lock settings</string>
1051     <string name="sim_card_summary_empty">SIM not inserted</string>
1052     <string name="sim_mobile_network_settings_category_title">Mobile network settings</string>
1053     <string name="sim_mobile_network_settings_title">SIM %d settings</string>
1054
1055     <!-- Zen mode allowed event setting summary items -->
1056     <!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
1057     <string name="zen_mode_summary_reminders">reminders</string>
1058     <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
1059     <string name="zen_mode_summary_events">events</string>
1060     <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_callers, but part of a list, so lower case if needed -->
1061     <string name="zen_mode_summary_selected_callers">selected callers</string>
1062     <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
1063     <string name="zen_mode_summary_selected_messages">selected messages</string>
1064 </resources>