OSDN Git Service

abc44d1a6aef01b97d78b099741b39b93f1d6e75
[android-x86/packages-apps-Settings.git] / res / values / cm_strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright (C) 2012-2016 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="toggle2g3g4g_msim">Preferred network type (%1$s)</string>
201     <string name="toggleNfc">NFC</string>
202
203     <!-- Wi-Fi region code -->
204     <string name="wifi_setting_countrycode_title">Wi\u2011Fi region code</string>
205     <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
206     <string name="wifi_setting_countrycode_summary">Specify the region code for Wi\u2011Fi</string>
207     <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
208     <string name="wifi_setting_countrycode_error">There was a problem setting the region code.</string>
209
210     <!-- Profiles -->
211     <string name="profile_menu_delete_title">Delete</string>
212     <string name="profile_action_none">Leave unchanged</string>
213     <string name="profile_action_system">System default</string>
214     <string name="profile_action_disable">Turn off</string>
215     <string name="profile_action_enable">Turn on</string>
216
217     <string name="profile_trigger_a2dp_connect">On A2DP connect</string>
218     <string name="profile_trigger_a2dp_disconnect">On A2DP disconnect</string>
219
220     <string name="profile_tabs_wifi">Wi\u2011Fi</string>
221     <string name="profile_tabs_bluetooth">Bluetooth</string>
222     <string name="profile_tabs_nfc">NFC</string>
223
224     <string name="profile_triggers_header">Triggers which will activate this profile</string>
225
226     <string name="profile_setup_setup_triggers_title">Step 1: Add triggers</string>
227     <string name="profile_setup_setup_triggers_title_config">Modify triggers: <xliff:g id="profile_name">%1$s</xliff:g></string>
228
229     <string name="profile_setup_actions_title">Step 2: Setup actions</string>
230     <string name="profile_setup_actions_title_config">Reconfigure actions</string>
231
232     <string name="profile_appgroups_manage">App groups</string>
233     <string name="profile_appgroup_manage">Manage app group</string>
234     <!-- Title for application group setting screen -->
235     <string name="profile_appgroups_title">App groups</string>
236     <string name="profile_new_appgroup">New app group</string>
237     <string name="profile_delete_appgroup">Delete this app group?</string>
238     <string name="profile_appgroup_name_prompt">Enter a name for the new app group</string>
239     <string name="profile_appgroup_name_title">Name</string>
240     <string name="duplicate_appgroup_name">Duplicate app group name!</string>
241     <string name="profile_app_delete_confirm">Remove this app?</string>
242
243     <string name="no_bluetooth_triggers">No Bluetooth devices paired.\nTap to pair Bluetooth device before configuring triggers.</string>
244     <string name="no_wifi_triggers">No Wi\u2011Fi access points configured.\nTap to connect Wi\u2011Fi before configuring triggers.</string>
245     <string name="no_triggers_configured">No triggers configured. Tap to add more.</string>
246     <string name="no_triggers_configured_nfc">Tap to setup a new NFC trigger.</string>
247
248     <string name="profile_setup_setup_triggers_description">Please select triggers which will activate this profile</string>
249     <string name="profile_setup_actions_description">Now configure what happens when the profile is activated</string>
250
251     <!-- Navigation Bar -->
252     <string name="navigation_bar_category">Navigation bar</string>
253     <string name="navigation_bar_left_title">Left-handed mode</string>
254     <string name="navigation_bar_left_summary">Place the navigation bar on the left side of the screen in landscape mode</string>
255     <string name="navigation_bar_title">Buttons and layout</string>
256     <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>
257     <string name="navigation_restore_button_text">Restore\ndefaults</string>
258     <string name="navigation_edit_button_text">Edit</string>
259     <string name="navigation_save_button_text">Save</string>
260     <string name="navigation_bar_reset_message">Delete current settings and restore the default layout?</string>
261     <string name="navigation_bar_arrow_keys_title">Show arrow keys while typing</string>
262     <string name="navigation_bar_arrow_keys_summary">Display left and right cursor buttons while typing. Overrides IME switcher.</string>
263     <string name="navigation_bar_recents_title">Recents long press action</string>
264
265     <!-- Notification light dialogs -->
266     <string name="edit_light_settings">Edit light settings</string>
267     <string name="pulse_speed_title">Pulse length and speed</string>
268     <string name="default_time">Normal</string>
269     <string name="custom_time">Custom</string>
270     <string name="dialog_delete_title">Delete</string>
271     <string name="dialog_delete_message">Remove selected item?</string>
272
273     <!-- Values for the notification light pulse spinners -->
274     <string name="pulse_length_always_on">Always on</string>
275     <string name="pulse_length_very_short">Very short</string>
276     <string name="pulse_length_short">Short</string>
277     <string name="pulse_length_normal">Normal</string>
278     <string name="pulse_length_long">Long</string>
279     <string name="pulse_length_very_long">Very long</string>
280     <string name="pulse_speed_very_fast">Very fast</string>
281     <string name="pulse_speed_fast">Fast</string>
282     <string name="pulse_speed_normal">Normal</string>
283     <string name="pulse_speed_slow">Slow</string>
284     <string name="pulse_speed_very_slow">Very slow</string>
285
286     <!-- Battery light settings -->
287     <string name="battery_light_title">Battery light</string>
288     <string name="battery_low_pulse_title">Pulse if battery low</string>
289     <string name="battery_light_list_title">Colors</string>
290     <string name="battery_light_low_color_title">Battery low</string>
291     <string name="battery_light_medium_color_title">Charging</string>
292     <string name="battery_light_full_color_title">Fully charged</string>
293
294     <!-- Lights settings screen, notification light settings -->
295     <string name="notification_light_title">Notification light</string>
296     <string name="notification_light_general_title">General</string>
297     <string name="notification_light_applist_title">Apps</string>
298     <string name="notification_light_phonelist_title">Phone</string>
299     <string name="notification_light_use_custom">Use custom values</string>
300     <string name="notification_light_default_value">Default</string>
301     <string name="notification_light_missed_call_title">Missed call</string>
302     <string name="notification_light_voicemail_title">Voicemail</string>
303     <string name="notification_light_brightness" translatable="false">@string/brightness</string>
304     <string name="notification_light_screen_on">Lights with screen on</string>
305     <string name="notification_light_zen_mode">Lights in Do Not Disturb mode</string>
306     <string name="notification_light_use_multiple_leds">Multiple LEDs</string>
307     <string name="keywords_lights_brightness_level">dim leds brightness</string>
308     <string name="notification_light_automagic">Choose colors automatically</string>
309
310     <!-- Lights settings, LED notification -->
311     <string name="led_notification_title">Light settings</string>
312     <string name="led_notification_text">LED light enabled by settings</string>
313
314     <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
315     <string name="enable_adb_cm">Android debugging</string>
316     <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
317     <string name="enable_adb_summary_cm">Enable the Android Debug Bridge (adb) interface</string>
318
319     <!-- Android debugging over WiFi -->
320     <string name="adb_over_network">ADB over network</string>
321     <string name="adb_over_network_summary">Enable TCP/IP debugging over network interfaces (Wi\u2011Fi, USB networks). This setting is reset on reboot</string>
322     <!-- Warning for Adb over Network -->
323    <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>
324
325     <!-- Setting checkbox summary for displaying USB debugging notification -->
326     <string name="adb_notify">Debugging notify</string>
327     <string name="adb_notify_summary">Display a notification when USB or network debugging is enabled</string>
328
329     <!-- Names of categories of app ops tabs - extension of AOSP -->
330     <string name="app_ops_categories_location">Location</string>
331     <string name="app_ops_categories_personal">Personal</string>
332     <string name="app_ops_categories_messaging">Messaging</string>
333     <string name="app_ops_categories_media">Media</string>
334     <string name="app_ops_categories_device">Device</string>
335     <string name="app_ops_categories_bootup">Bootup</string>
336     <string name="app_ops_categories_su">Root access</string>
337
338     <!-- User display names for app ops codes - extension of AOSP -->
339     <string name="app_ops_summaries_coarse_location">coarse location</string>
340     <string name="app_ops_summaries_fine_location">fine location</string>
341     <string name="app_ops_summaries_gps">GPS</string>
342     <string name="app_ops_summaries_vibrate">vibrate</string>
343     <string name="app_ops_summaries_read_contacts">read contacts</string>
344     <string name="app_ops_summaries_modify_contacts">modify contacts</string>
345     <string name="app_ops_summaries_read_call_log">read call log</string>
346     <string name="app_ops_summaries_modify_call_log">modify call log</string>
347     <string name="app_ops_summaries_read_calendar">read calendar</string>
348     <string name="app_ops_summaries_modify_calendar">modify calendar</string>
349     <string name="app_ops_summaries_wifi_scan">Wi-Fi scan</string>
350     <string name="app_ops_summaries_notification">notification/toast</string>
351     <string name="app_ops_summaries_cell_scan">cell scan</string>
352     <string name="app_ops_summaries_call_phone">call phone</string>
353     <string name="app_ops_summaries_read_sms">read SMS</string>
354     <string name="app_ops_summaries_write_sms">write SMS</string>
355     <string name="app_ops_summaries_receive_sms">receive SMS</string>
356     <string name="app_ops_summaries_receive_emergency_sms">receive emergency SMS</string>
357     <string name="app_ops_summaries_receive_mms">receive MMS</string>
358     <string name="app_ops_summaries_receive_wap_push">receive WAP push</string>
359     <string name="app_ops_summaries_send_sms">send SMS</string>
360     <string name="app_ops_summaries_read_icc_sms">read ICC SMS</string>
361     <string name="app_ops_summaries_write_icc_sms">write ICC SMS</string>
362     <string name="app_ops_summaries_modify_settings">modify settings</string>
363     <string name="app_ops_summaries_draw_on_top">draw on top</string>
364     <string name="app_ops_summaries_access_notifications">access notifications</string>
365     <string name="app_ops_summaries_camera">camera</string>
366     <string name="app_ops_summaries_record_audio">record audio</string>
367     <string name="app_ops_summaries_play_audio">play audio</string>
368     <string name="app_ops_summaries_read_clipboard">read clipboard</string>
369     <string name="app_ops_summaries_modify_clipboard">modify clipboard</string>
370     <string name="app_ops_summaries_media_buttons">media buttons</string>
371     <string name="app_ops_summaries_audio_focus">audio focus</string>
372     <string name="app_ops_summaries_master_volume">master volume</string>
373     <string name="app_ops_summaries_voice_volume">voice volume</string>
374     <string name="app_ops_summaries_ring_volume">ring volume</string>
375     <string name="app_ops_summaries_media_volume">media volume</string>
376     <string name="app_ops_summaries_alarm_volume">alarm volume</string>
377     <string name="app_ops_summaries_notification_volume">notification volume</string>
378     <string name="app_ops_summaries_bluetooth_volume">bluetooth volume</string>
379     <string name="app_ops_summaries_keep_awake">keep awake</string>
380     <string name="app_ops_summaries_monitor_location">monitor location</string>
381     <string name="app_ops_summaries_monitor_high_power_location">monitor high power location</string>
382     <string name="app_ops_summaries_get_usage_stats">get usage stats</string>
383     <string name="app_ops_summaries_mute_unmute_microphone">mute/unmute microphone</string>
384     <string name="app_ops_summaries_toast_window">display toasts</string>
385     <string name="app_ops_summaries_project_media">project media</string>
386     <string name="app_ops_summaries_activate_vpn">activate VPN</string>
387     <string name="app_ops_summaries_write_wallpaper">write wallpaper</string>
388     <string name="app_ops_summaries_assist_structure">assist structure</string>
389     <string name="app_ops_summaries_assist_screenshot">assist screenshot</string>
390     <string name="app_ops_summaries_read_phone_state">read phone state</string>
391     <string name="app_ops_summaries_add_voicemail">add voicemail</string>
392     <string name="app_ops_summaries_use_sip">use SIP</string>
393     <string name="app_ops_summaries_make_call">make call</string>
394     <string name="app_ops_summaries_use_fingerprint">use fingerprint</string>
395     <string name="app_ops_summaries_use_body_sensors">use body sensors</string>
396     <string name="app_ops_summaries_read_cell_broadcasts">read cell broadcasts</string>
397     <string name="app_ops_summaries_mock_location">mock location</string>
398     <string name="app_ops_summaries_read_external_storage">read external storage</string>
399     <string name="app_ops_summaries_write_external_storage">write to external storage</string>
400     <string name="app_ops_summaries_turn_screen_on">turn screen on</string>
401     <string name="app_ops_summaries_get_accounts">get accounts</string>
402     <string name="app_ops_summaries_toggle_wifi">toggle Wi-Fi</string>
403     <string name="app_ops_summaries_toggle_bluetooth">toggle bluetooth</string>
404     <string name="app_ops_summaries_start_at_boot">start at boot</string>
405     <string name="app_ops_summaries_toggle_nfc">toggle NFC</string>
406     <string name="app_ops_summaries_toggle_mobile_data">toggle cellular data</string>
407     <string name="app_ops_summaries_superuser">root access</string>
408
409     <!-- User display names for app ops codes - extension of AOSP -->
410     <string name="app_ops_labels_coarse_location">Coarse location</string>
411     <string name="app_ops_labels_fine_location">Fine location</string>
412     <string name="app_ops_labels_gps">GPS</string>
413     <string name="app_ops_labels_vibrate">Vibrate</string>
414     <string name="app_ops_labels_read_contacts">Read contacts</string>
415     <string name="app_ops_labels_modify_contacts">Modify contacts</string>
416     <string name="app_ops_labels_read_call_log">Read call log</string>
417     <string name="app_ops_labels_modify_call_log">Modify call log</string>
418     <string name="app_ops_labels_read_calendar">Read calendar</string>
419     <string name="app_ops_labels_modify_calendar">Modify calendar</string>
420     <string name="app_ops_labels_wifi_scan">Wi-Fi scan</string>
421     <string name="app_ops_labels_notification">Notification/Toast</string>
422     <string name="app_ops_labels_cell_scan">Cell scan</string>
423     <string name="app_ops_labels_call_phone">Call phone</string>
424     <string name="app_ops_labels_read_sms">Read SMS</string>
425     <string name="app_ops_labels_write_sms">Write SMS</string>
426     <string name="app_ops_labels_receive_sms">Receive SMS</string>
427     <string name="app_ops_labels_receive_emergency_sms">Receive emergency SMS</string>
428     <string name="app_ops_labels_receive_mms">Receive MMS</string>
429     <string name="app_ops_labels_receive_wap_push">Receive WAP push</string>
430     <string name="app_ops_labels_send_sms">Send SMS</string>
431     <string name="app_ops_labels_read_icc_sms">Read ICC SMS</string>
432     <string name="app_ops_labels_write_icc_sms">Write ICC SMS</string>
433     <string name="app_ops_labels_modify_settings">Modify settings</string>
434     <string name="app_ops_labels_draw_on_top">Draw on top</string>
435     <string name="app_ops_labels_access_notifications">Access notifications</string>
436     <string name="app_ops_labels_camera">Camera</string>
437     <string name="app_ops_labels_record_audio">Record audio</string>
438     <string name="app_ops_labels_play_audio">Play audio</string>
439     <string name="app_ops_labels_read_clipboard">Read clipboard</string>
440     <string name="app_ops_labels_modify_clipboard">Modify clipboard</string>
441     <string name="app_ops_labels_media_buttons">Media buttons</string>
442     <string name="app_ops_labels_audio_focus">Audio focus</string>
443     <string name="app_ops_labels_master_volume">Master volume</string>
444     <string name="app_ops_labels_voice_volume">Voice volume</string>
445     <string name="app_ops_labels_ring_volume">Ring volume</string>
446     <string name="app_ops_labels_media_volume">Media volume</string>
447     <string name="app_ops_labels_alarm_volume">Alarm volume</string>
448     <string name="app_ops_labels_notification_volume">Notification volume</string>
449     <string name="app_ops_labels_bluetooth_volume">Bluetooth volume</string>
450     <string name="app_ops_labels_keep_awake">Keep awake</string>
451     <string name="app_ops_labels_monitor_location">Monitor location</string>
452     <string name="app_ops_labels_monitor_high_power_location">Monitor high power location</string>
453     <string name="app_ops_labels_get_usage_stats">Get usage stats</string>
454     <string name="app_ops_labels_mute_unmute_microphone">Mute/unmute microphone</string>
455     <string name="app_ops_labels_toast_window">Display toasts</string>
456     <string name="app_ops_labels_project_media">Project media</string>
457     <string name="app_ops_labels_activate_vpn">Activate VPN</string>
458     <string name="app_ops_labels_write_wallpaper">Write wallpaper</string>
459     <string name="app_ops_labels_assist_structure">Assist structure</string>
460     <string name="app_ops_labels_assist_screenshot">Assist screenshot</string>
461     <string name="app_ops_labels_read_phone_state">Read phone state</string>
462     <string name="app_ops_labels_add_voicemail">Add voicemail</string>
463     <string name="app_ops_labels_use_sip">Use SIP</string>
464     <string name="app_ops_labels_make_call">Make call</string>
465     <string name="app_ops_labels_use_fingerprint">Use fingerprint</string>
466     <string name="app_ops_labels_use_body_sensors">Use body sensors</string>
467     <string name="app_ops_labels_read_cell_broadcasts">Read cell broadcasts</string>
468     <string name="app_ops_labels_mock_location">Mock location</string>
469     <string name="app_ops_labels_read_external_storage">Read external storage</string>
470     <string name="app_ops_labels_write_external_storage">Write to external storage</string>
471     <string name="app_ops_labels_turn_screen_on">Turn screen on</string>
472     <string name="app_ops_labels_get_accounts">Get accounts</string>
473     <string name="app_ops_labels_toggle_wifi">Toggle Wi-Fi</string>
474     <string name="app_ops_labels_toggle_bluetooth">Toggle bluetooth</string>
475     <string name="app_ops_labels_start_at_boot">Start at boot</string>
476     <string name="app_ops_labels_toggle_nfc">Toggle NFC</string>
477     <string name="app_ops_labels_toggle_mobile_data">Toggle cellular data</string>
478     <string name="app_ops_labels_superuser">Root access</string>
479
480     <!-- App ops permissions -->
481     <string name="app_ops_permissions_allowed">Allowed</string>
482     <string name="app_ops_permissions_ignored">Ignored</string>
483     <string name="app_ops_permissions_always_ask">Always ask</string>
484
485     <!-- App ops detail -->
486     <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (used <xliff:g id="count">%2$s</xliff:g>)</string>
487     <string name="app_ops_allowed_count">Allowed <xliff:g id="count" example="2 times">%s</xliff:g></string>
488     <string name="app_ops_ignored_count">Denied <xliff:g id="count" example="2 times">%s</xliff:g></string>
489     <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>
490
491     <!-- App ops menu options -->
492     <string name="app_ops_show_user_apps">Show user apps</string>
493     <string name="app_ops_show_system_apps">Show built-in apps</string>
494     <string name="app_ops_reset_counters">Reset allow/deny counters</string>
495     <string name="app_ops_reset_confirm_title">Confirm counters reset</string>
496     <string name="app_ops_reset_confirm_mesg">Are you sure you wish to reset counters?</string>
497
498     <string name="ok">OK</string>
499
500     <!-- Hostname setting -->
501     <string name="device_hostname">Device hostname</string>
502
503     <string name="unlock_scramble_pin_layout_title">Scramble layout</string>
504     <string name="unlock_scramble_pin_layout_summary">Scramble PIN layout when unlocking device</string>
505
506     <string name="button_pref_title">Buttons</string>
507     <string name="hardware_keys_power_key_title">Power button</string>
508     <string name="hardware_keys_home_key_title">Home button</string>
509     <string name="hardware_keys_back_key_title">Back button</string>
510     <string name="hardware_keys_menu_key_title">Menu button</string>
511     <string name="hardware_keys_assist_key_title">Search button</string>
512     <string name="hardware_keys_appswitch_key_title">Recents button</string>
513     <string name="hardware_keys_camera_key_title">Camera button</string>
514     <string name="hardware_keys_volume_keys_title">Volume buttons</string>
515     <string name="hardware_keys_short_press_title">Short press action</string>
516     <string name="hardware_keys_long_press_title">Long press action</string>
517     <string name="hardware_keys_double_tap_title">Double tap action</string>
518     <string name="hardware_keys_action_nothing">No action</string>
519     <string name="hardware_keys_action_menu">Open/close menu</string>
520     <string name="hardware_keys_action_app_switch">Recent apps switcher</string>
521     <string name="hardware_keys_action_search">Search assistant</string>
522     <string name="hardware_keys_action_voice_search">Voice search</string>
523     <string name="hardware_keys_action_in_app_search">In-app search</string>
524     <string name="hardware_keys_action_launch_camera">Launch camera</string>
525     <string name="hardware_keys_action_sleep">Turn screen off</string>
526     <string name="hardware_keys_action_last_app">Last app</string>
527     <string name="camera_sleep_on_release_title">Screen peek</string>
528     <string name="camera_sleep_on_release_summary">A half press will keep the screen on only while the button is held down</string>
529     <string name="camera_launch_title">Launch camera</string>
530     <string name="camera_launch_summary">A longpress and release will launch camera</string>
531     <string name="volbtn_music_controls_title">Playback control</string>
532     <string name="volbtn_music_controls_summary">When the screen is off, long pressing the volume keys will seek music tracks</string>
533     <string name="volbtn_cursor_control_title">Keyboard cursor control</string>
534     <string name="volbtn_cursor_control_off">Disabled</string>
535     <string name="volbtn_cursor_control_on">Volume up/down moves cursor left/right</string>
536     <string name="volbtn_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
537     <string name="power_end_call_title">End call</string>
538     <string name="power_end_call_summary">Pressing the power button will end the current call</string>
539     <string name="swap_volume_buttons_title">Reorient</string>
540     <string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string>
541     <string name="button_wake_title">Wake up device</string>
542     <string name="home_answer_call_title">Answer call</string>
543     <string name="home_answer_call_summary">Pressing the home button will answer the current incoming call</string>
544
545     <!-- Backlight brightness settings screen -->
546     <string name="adaptive_backlight_title">Adaptive backlight</string>
547     <string name="adaptive_backlight_summary">Dynamically adjust the brightness of the display\'s backlight to maximize battery life while maintaining usability</string>
548
549     <!-- Sunlight readability enhancement screen -->
550     <string name="sunlight_enhancement_title">Sunlight enhancement</string>
551     <string name="sunlight_enhancement_summary">Enhance display brightness and readability under bright sunlight</string>
552
553     <!-- Color enhancement settings screen -->
554     <string name="color_enhancement_title">Color enhancement</string>
555     <string name="color_enhancement_summary">Dynamically enhance the color of the display</string>
556
557     <!-- Key backlight -->
558     <string name="button_backlight_title">Backlight</string>
559     <string name="button_backlight_enabled">Illuminate buttons</string>
560     <string name="keyboard_backlight_enabled">Illuminate keyboard</string>
561     <string name="button_backlight_seekbar_title">Button brightness</string>
562     <string name="keyboard_backlight_seekbar_title">Keyboard brightness</string>
563     <string name="backlight_timeout_title">Illumination timeout</string>
564     <string name="backlight_timeout_unlimited">Don\'t turn off</string>
565     <string name="backlight_summary_disabled">Disabled</string>
566     <string name="backlight_summary_enabled_with_timeout">Enabled for <xliff:g id="timeout">%s</xliff:g></string>
567     <string name="backlight_summary_enabled">Enabled</string>
568
569     <!-- Gesture Settings -->
570     <!-- Settings main menu entry -->
571     <string name="gesture_settings_title">Gestures</string>
572
573     <!-- Power menu -->
574     <string name="power_menu_title">Power menu</string>
575     <string name="power_menu_reboot_title">Reboot menu</string>
576     <string name="power_menu_screenshot_title">Screenshot</string>
577     <string name="power_menu_airplane_title">Airplane mode</string>
578     <string name="power_menu_users_title">User switcher</string>
579     <string name="power_menu_settings_title">Settings shortcut</string>
580     <string name="power_menu_lockdown_title">Device lockdown</string>
581     <string name="power_menu_bug_report_title">Bug report</string>
582     <string name="power_menu_sound_title">Sound panel</string>
583     <string name="power_menu_bug_report_disabled">Bug reporting is disabled in development settings</string>
584
585     <!-- Buttons - Enable navbar -->
586     <string name="disable_navkeys_title">Enable on-screen nav bar</string>
587     <string name="disable_navkeys_summary">Enable on-screen navigation bar and disable hardware buttons</string>
588
589     <!-- tap-to-sleep -->
590     <string name="double_tap_to_sleep_title">Double-tap to sleep</string>
591     <string name="double_tap_to_sleep_summary">Double-tap on the status bar to turn off the display</string>
592
593     <!-- Proximity wake -->
594     <string name="proximity_wake_title">Prevent accidental wake-up</string>
595     <string name="proximity_wake_summary">Check the proximity sensor prior to waking up screen</string>
596
597     <!-- Turn on display when power connected; turn off display when power disconnected -->
598     <string name="wake_when_plugged_or_unplugged_title">Wake on plug</string>
599     <string name="wake_when_plugged_or_unplugged_summary">Turn the screen on when connecting or disconnecting a power source</string>
600
601     <!-- Font size sample text. This needs to be a very short string, as it is shown in
602     multiple font sizes in a limited amount of space. -->
603     <string name="font_size_sample">Sample</string>
604
605     <!-- Volume settings - Volume adjustment sound -->
606     <string name="volume_adjust_sounds_title">Volume adjustment sounds</string>
607
608     <!-- Hardware tunables - Vibrator intensity -->
609     <string name="vibrator_intensity_title">Vibrator intensity</string>
610     <string name="vibrator_warning">Values higher than %1$d are not recommended</string>
611
612     <!-- Hardware tunables - Color calibration -->
613     <string name="color_calibration_title">Color calibration</string>
614     <string name="color_calibration_summary">Calibrate on-screen colors</string>
615     <string name="color_red_title">Red</string>
616     <string name="color_green_title">Green</string>
617     <string name="color_blue_title">Blue</string>
618
619     <!-- Hardware tunables - Gamma calibration -->
620     <string name="gamma_tuning_title_head">Gamma calibration</string>
621     <string name="gamma_tuning_summary_head">Tweak gamma values</string>
622     <string name="gamma_tuning_control_set_header">Group <xliff:g id="index">%d</xliff:g></string> <!-- used if no name provided by overlay -->
623     <string name="gamma_tuning_contrast">Contrast</string>
624     <string name="gamma_tuning_brightness">Brightness</string>
625     <string name="gamma_tuning_saturation">Saturation</string>
626
627     <!-- Launch music player when headset is connected -->
628     <string name="headset_connect_player_title">Launch music app</string>
629     <string name="headset_connect_player_summary">Launch the default music app when headset is connected</string>
630
631     <!-- WiFi auto-configure priorities -->
632     <string name="wifi_auto_config_priorities">Automatic priority</string>
633
634     <string name="auto_brightness_reset_button">Reset</string>
635
636     <!-- Display : Rotation  -->
637     <string name="display_rotation_title">Rotation</string>
638     <string name="display_rotation_disabled">Disabled</string>
639     <string name="display_rotation_unit">degrees</string>
640     <string name="display_lockscreen_rotation_title">Rotate lock screen</string>
641     <string name="display_rotation_category_title">Rotation modes</string>
642     <string name="display_rotation_0_title">0 degrees</string>
643     <string name="display_rotation_90_title">90 degrees</string>
644     <string name="display_rotation_180_title">180 degrees</string>
645     <string name="display_rotation_270_title">270 degrees</string>
646
647     <!-- Display settings.  Screen color. -->
648     <string name="screencolor">Screen color</string>
649     <string name="screencolor_summary">Tune screen hue, saturation, contrast or intensity</string>
650     <string name="custom_screencolor">Custom screen color</string>
651     <string name="screencolor_save">Save</string>
652     <string name="screencolor_cancel">Cancel</string>
653     <string name="restore_preview">View default picture</string>
654     <string name="selectnewfile_menu">View new picture from Gallery</string>
655     <string name="selectfile_menu">View picture from Gallery</string>
656     <string name="restore_default_str">Reset</string>
657     <string name="hue_str">Hue: <xliff:g id="hue_value">%1$s</xliff:g></string>
658     <string name="saturation_str">Saturation: <xliff:g id="saturation_value">%1$s</xliff:g></string>
659     <string name="contrast_str">Contrast: <xliff:g id="contrast_value">%1$s</xliff:g></string>
660     <string name="intensity_str">Intensity: <xliff:g id="intensity_str_value">%1$s</xliff:g></string>
661
662     <!-- LiveDisplay -->
663     <string name="live_display_title" translatable="false">LiveDisplay</string>
664     <string name="live_display_summary">Optimize your screen based on time of day and ambient conditions to improve readability and reduce eyestrain</string>
665     <string name="live_display_mode">Display mode</string>
666     <string name="live_display_color_temperature_title">Color temperature</string>
667     <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>
668     <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string>
669     <string name="live_display_day">Day</string>
670     <string name="live_display_night">Night</string>
671     <string name="live_display_outdoor_mode_title">Automatic outdoor mode</string>
672     <string name="live_display_outdoor_mode_summary">Increase brightness and saturation automatically under bright sunlight</string>
673     <string name="live_display_low_power_title">Reduce power consumption</string>
674     <string name="live_display_low_power_summary">Adjust display for lowest power consumption without degradation</string>
675     <string name="live_display_enhance_color_title">Enhance colors</string>
676     <string name="live_display_enhance_color_summary">Improve color vibrance of flesh tones, scenery, and other images</string>
677     <string name="live_display_color_profile_title">Color profile</string>
678     <string name="live_display_color_profile_standard_title">Standard</string>
679     <string name="live_display_color_profile_standard_summary">Accurate colors and bright whites</string>
680     <string name="live_display_color_profile_natural_title">Natural</string>
681     <string name="live_display_color_profile_natural_summary">Realistic colors and flesh tones</string>
682     <string name="live_display_color_profile_dynamic_title">Dynamic</string>
683     <string name="live_display_color_profile_dynamic_summary">Enhanced colors and bright whites</string>
684     <string name="live_display_color_profile_cinema_title">Cinema</string>
685     <string name="live_display_color_profile_cinema_summary">Perfect color reproduction for video</string>
686     <string name="live_display_color_profile_astronomy_title">Astronomy</string>
687     <string name="live_display_color_profile_astronomy_summary">Deep red for preserving night vision</string>
688     <string name="live_display_color_profile_photography_title">Photography</string>
689     <string name="live_display_color_profile_photography_summary">Perfect color reproduction for photos</string>
690     <string name="live_display_color_profile_basic_title">Basic</string>
691     <string name="live_display_color_profile_basic_summary">Use the display uncalibrated</string>
692
693     <!-- Whether to display IME switcher notifcation -->
694     <string name="ime_switcher_notify">Selector icon</string>
695     <string name="ime_switcher_notify_summary">Display input method selector icon</string>
696
697     <!-- Heads up -->
698     <string name="heads_up_notifications">Heads up</string>
699     <string name="summary_heads_up_enabled">Pop-up notifications are enabled</string>
700     <string name="summary_heads_up_disabled">Pop-up notifications are disabled</string>
701
702     <!-- Bluetooth settings.  A checkbox to set if we should accept all the file types regardless of their presence in MIME type whitelist -->
703     <string name="bluetooth_accept_all_files">Accept all file types</string>
704
705     <!-- High touch sensitivity -->
706     <string name="high_touch_sensitivity_title">High touch sensitivity</string>
707     <string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</string>
708
709     <!-- Display & Lights screen, setting options for LCD density -->
710     <string name="lcd_density">LCD density</string>
711     <string name="dialog_title_lcd_density">LCD density</string>
712     <string name="lcd_density_value_format">%d DPI</string>
713     <string name="lcd_density_default_value_format">%d DPI (default)</string>
714     <string name="restarting_ui">Restarting UI\u2026</string>
715
716     <!-- Stylus Icon -->
717     <string name="stylus_icon_enabled_title">Show icon when using stylus</string>
718     <string name="stylus_icon_enabled_summary">Show the pointer icon when hovering or drawing with the stylus</string>
719
720     <!-- Stylus Gestures -->
721     <string name="gestures_settings_title">Stylus gestures</string>
722     <string name="category_spen_title">Stylus gestures</string>
723     <string name="enable_subcat_title">Stylus</string>
724     <string name="enable_spen_title_head">Enable gestures</string>
725     <string name="enable_spen_summary_head">Use swipe gestures by holding down the stylus button</string>
726     <string name="gestures_subcat_title">Gestures</string>
727     <string name="gestures_left_spen_title_head">Left swipe</string>
728     <string name="gestures_right_spen_title_head">Right swipe</string>
729     <string name="gestures_up_spen_title_head">Up swipe</string>
730     <string name="gestures_down_spen_title_head">Down swipe</string>
731     <string name="gestures_long_spen_title_head">Long press</string>
732     <string name="gestures_double_spen_title_head">Double tap</string>
733
734     <!-- Gestures Options -->
735     <string name="gestures_action_empty">No action</string>
736     <string name="gestures_action_home">Home</string>
737     <string name="gestures_action_back">Back</string>
738     <string name="gestures_action_menu">Menu</string>
739     <string name="gestures_action_search">Invoke search</string>
740     <string name="gestures_action_recent">Recent apps</string>
741
742     <!-- Stylus gestures -->
743     <string name="stylus_app_not_installed">%s is not installed</string>
744
745     <!-- Touchscreen hovering -->
746     <string name="touchscreen_hovering_title">Touchscreen hovering</string>
747     <string name="touchscreen_hovering_summary">Allows you to hover the screen like a mouse in web browsers, remote desktops, etc</string>
748
749     <!-- Increasing ring tone volume -->
750     <string name="increasing_ring_volume_option_title">Increasing ring volume</string>
751     <string name="increasing_ring_min_volume_title">Start volume</string>
752     <string name="increasing_ring_ramp_up_time_title">Ramp-up time</string>
753
754     <!-- LTO download data over wi-fi only -->
755     <string name="lto_download_data_wifi_only">GPS assisted data download</string>
756     <string name="lto_download_data_wifi_only_on">Over any networks</string>
757     <string name="lto_download_data_wifi_only_off">Only over Wi\u2011Fi networks</string>
758
759     <string name="volume_keys_control_ring_stream_title">Control ringtone volume</string>
760     <string name="volume_keys_control_ring_stream_summary_on">Volume keys control ringtone volume</string>
761     <string name="volume_keys_control_ring_stream_summary_off">Volume keys control media volume</string>
762
763     <string name="category_calibration">Calibration</string>
764     <string name="display_and_lights">Display &amp; lights</string>
765
766     <!-- Category title for Charging sounds (Power state change) specific Settings.
767          [CHAR LIMIT=40] -->
768     <string name="power_notifications_category_title">Charging sounds</string>
769
770     <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
771     <string name="power_notifications_enable_title">Enable</string>
772     <string name="power_notifications_enable_summary">Play a sound when connecting or disconnecting a power source</string>
773     <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
774     <string name="power_notifications_vibrate_title">Vibrate</string>
775     <!-- Sound settings, Charging sounds ringtone selection, preference label -->
776     <string name="power_notifications_ringtone_title">Notification sound</string>
777     <!-- Sound settings, charging sounds label for ringtone == none -->
778     <string name="power_notifications_ringtone_silent">Silent</string>
779
780     <!-- Status bar -->
781     <string name="status_bar_title">Status bar</string>
782     <string name="status_bar_toggle_brightness">Brightness control</string>
783     <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
784     <string name="status_bar_notif_count_title">Show notification count</string>
785     <string name="status_bar_notif_count_summary">Display the number of pending notifications</string>
786     <string name="status_bar_quick_qs_pulldown_title">Quick pulldown</string>
787     <string name="status_bar_quick_qs_pulldown_summary">%1$s edge of the status bar pulls down Quick Settings</string>
788     <string name="status_bar_quick_qs_pulldown_summary_left">Left</string>
789     <string name="status_bar_quick_qs_pulldown_summary_right">Right</string>
790     <string name="status_bar_quick_qs_pulldown_off">Off</string>
791     <string name="status_bar_quick_qs_pulldown_left">Left</string>
792     <string name="status_bar_quick_qs_pulldown_right">Right</string>
793
794     <!-- Status bar - Clock -->
795     <string name="status_bar_clock_style_title">Clock style</string>
796     <string name="status_bar_clock_style_right">Right</string>
797     <string name="status_bar_clock_style_left">Left</string>
798     <string name="status_bar_clock_style_center">Center</string>
799     <string name="status_bar_clock_style_hidden">Hidden</string>
800
801     <string name="status_bar_am_pm_title">AM/PM style</string>
802     <string name="status_bar_am_pm_info">24-hour clock is enabled</string>
803     <string name="status_bar_am_pm_normal">Normal</string>
804     <string name="status_bar_am_pm_small">Small</string>
805     <string name="status_bar_am_pm_hidden">Hidden</string>
806
807     <!-- Status bar - Battery -->
808     <string name="status_bar_battery_style_title">Battery status style</string>
809     <string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
810     <string name="status_bar_battery_style_icon_landscape">Icon landscape</string>
811     <string name="status_bar_battery_style_circle">Circle</string>
812     <string name="status_bar_battery_style_text">Text</string>
813     <string name="status_bar_battery_style_hidden">Hidden</string>
814
815     <!-- Status bar - Battery percentage -->
816     <string name="status_bar_battery_percentage_title">Battery percentage</string>
817     <string name="status_bar_battery_percentage_default">Hidden</string>
818     <string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
819     <string name="status_bar_battery_percentage_text_next">Next to the icon</string>
820
821     <!-- Status bar - icon blacklist -->
822     <string name="status_bar_icons_title">Status bar icons</string>
823     <string name="status_bar_icons_summary">Control which status bar icons are shown</string>
824
825     <!-- EdgeGesture service -->
826     <string name="edge_gesture_service_title">Block gesture touch events</string>
827     <string name="edge_gesture_service_summary">Don\'t send touch events for navigation and status bar gestures to apps</string>
828
829     <!-- Keep screen on strings -->
830     <string name="keep_screen_on_never">Never</string>
831     <string name="keep_screen_on_debugging">While USB debugging</string>
832     <string name="keep_screen_on_charging">While charging</string>
833
834     <!-- Privacy Settings Header item -->
835     <string name="privacy_settings_cyanogenmod_title">Privacy</string>
836     <string name="privacy_settings_cyanogenmod_category" translatable="false">CyanogenMod</string>
837
838     <!-- Privacy Guard -->
839     <string name="privacy_guard_default_title">Enabled by default</string>
840     <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string>
841     <string name="privacy_guard_manager_title">Privacy Guard</string>
842     <string name="privacy_guard_manager_summary">Manage which apps have access to your personal data</string>
843     <string name="privacy_guard_no_user_apps">No apps are installed</string>
844     <string name="privacy_guard_help_title">Help</string>
845     <string name="privacy_guard_reset_title">Reset</string>
846     <string name="privacy_guard_reset_text">Reset permissions?</string>
847     <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>
848     <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string>
849     <string name="privacy_guard_advanced_settings_title">Advanced</string>
850     <string name="privacy_guard_notification_title">Show notification</string>
851
852     <!-- Sizes for pattern lockscreen -->
853     <string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string>
854     <string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string>
855     <string name="lock_pattern_size_5" translatable="false">5 \u00d7 5</string>
856     <string name="lock_pattern_size_6" translatable="false">6 \u00d7 6</string>
857
858     <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
859     <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string>
860     <!-- Whether the dots will be drawn when using the lockscreen pattern -->
861     <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string>
862     <!-- Whether the keyguard will directly pass to password entry -->
863     <string name="lock_directly_show_password">Directly show password entry</string>
864     <!-- Whether the keyguard will directly pass to pattern view -->
865     <string name="lock_directly_show_pattern">Directly show pattern view</string>
866     <!-- Whether the keyguard will directly pass to PIN entry -->
867     <string name="lock_directly_show_pin">Directly show PIN entry</string>
868
869     <!-- lock screen visualizer -->
870     <string name="lockscreen_visualizer_title">Display music visualizer</string>
871
872     <!-- lock screen disabled by QS tile warning -->
873     <string name="lockscreen_disabled_by_qs_tile_title">Disabled by quick settings tile</string>
874     <string name="lockscreen_disabled_by_qs_tile_summary">Tap to enable the lock screen</string>
875     <string name="lockscreen_disabled_by_qs_tile_summary_enabled">Lock screen enabled!</string>
876
877     <!-- Battery saver -->
878     <string name="battery_saver_threshold">Battery saver threshold</string>
879     <string name="battery_saver_summary">Reduce performance and limit background data</string>
880     <string name="battery_saver_summary_unavailable">Not available while charging</string>
881
882     <!-- Battery : Automatic performance profiles -->
883     <string name="autoperf_title">Enable per-app profiles</string>
884     <string name="autoperf_summary">Automatically choose an appropriate battery mode for various apps</string>
885     <string name="perf_profile_title">Battery mode</string>
886
887     <!-- Memory -->
888     <string name="memory_startup_apps_title">Apps started on boot</string>
889
890     <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
891     <string name="notification_ringtone_title_cm">Notification tone</string>
892
893     <!-- Advanced reboot options -->
894     <string name="advanced_reboot_title">Advanced reboot</string>
895     <string name="advanced_reboot_summary">When unlocked, include options in the power menu for rebooting into recovery, bootloader or performing a soft reboot</string>
896
897     <string name="category_interface">Interface</string>
898     <!-- Expanded desktop -->
899     <string name="power_menu_expanded_desktop">Expanded desktop</string>
900     <string name="expanded_hide_nothing">Hide nothing</string>
901     <string name="expanded_hide_status">Hide status bar</string>
902     <string name="expanded_hide_navigation">Hide navigation bar</string>
903     <string name="expanded_hide_both">Hide both</string>
904     <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>
905     <string name="expanded_enabled_for_all">Enabled for all</string>
906     <string name="expanded_desktop_style">Expanded desktop style</string>
907     <string name="expanded_desktop_style_description">Choose a default expanded desktop style</string>
908     <string name="expanded_desktop_title">Expanded desktop options</string>
909
910     <!-- Kill app long-press back -->
911     <string name="kill_app_longpress_back">Kill app back button</string>
912     <string name="kill_app_longpress_back_summary">Kill the foreground app by long-pressing the back button</string>
913
914     <!-- Show/Hide Search Bar -->
915     <string name="recents_show_searchbar">Show search bar in recents menu</string>
916     <string name="keywords_recents_show_searchbar">recent recents disable enable show hide search bar searchbar</string>
917
918     <!-- Voice Wakeup -->
919     <string name="voice_wakeup_settings_title">Voice wakeup</string>
920     <string name="voice_wakeup_retrain_title">Retrain your voice</string>
921     <string name="voice_wakeup_activity_title">Activity to launch</string>
922     <string name="voice_wakeup_default_activity">Google Now</string>
923     <string name="voice_wakeup_needs_dial_permission_warning">Voice Wakeup needs to have phone call permissions to select a Direct Dial contact.</string>
924
925     <string name="picker_activities">Activities</string>
926     <string name="select_custom_app_title">Select custom app</string>
927     <string name="select_custom_activity_title">Select custom activity</string>
928
929     <!-- Blacklist preferences -->
930     <string name="blacklist_title">Blocked caller list</string>
931     <string name="blacklist_edit_dialog_title">Edit blocked phone number</string>
932     <string name="blacklist_prefs">Settings</string>
933     <string name="blacklist_button_delete">Delete</string>
934     <string name="blacklist_empty_text">You don\'t have any blocked numbers. Add an entry by touching the Add (+) button.</string>
935     <string name="blacklist_disabled_empty_text">To prevent phone numbers from calling or messaging you, enable the blocked caller list.</string>
936     <string name="blacklist_summary_disabled">Disabled</string>
937     <string name="blacklist_summary">You will not receive incoming calls or messages from phone numbers on the blocked caller list</string>
938     <string name="blacklist_notify">Show notification</string>
939     <string name="blacklist_private_numbers_title">Private numbers</string>
940     <string name="blacklist_private_numbers_summary_disabled">Don\'t block calls from private numbers</string>
941     <string name="blacklist_private_numbers_summary">Block incoming <xliff:g id="type">%s</xliff:g> from private numbers</string>
942     <string name="blacklist_unknown_numbers_title">Unknown numbers</string>
943     <string name="blacklist_unknown_numbers_summary_disabled">Don\'t block calls or messages from numbers not in the contact list</string>
944     <string name="blacklist_unknown_numbers_summary">Block incoming <xliff:g id="type">%s</xliff:g> from numbers not in the contact list</string>
945     <string name="blacklist_summary_type_calls_only">calls</string>
946     <string name="blacklist_summary_type_messages_only">messages</string>
947     <string name="blacklist_summary_type_calls_and_messages">calls and messages</string>
948     <string name="blacklist_regex_title">Use wildcards</string>
949     <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>
950     <string name="blacklist_policy_block_calls">Block incoming calls</string>
951     <string name="blacklist_policy_block_messages">Block incoming messages</string>
952     <string name="blacklist_bad_number_add">Unable to add invalid phone number to blocked caller list</string>
953
954     <!-- Blacklist management -->
955     <string name="remove_blacklist_number_title">Remove number</string>
956     <string name="remove_blacklist_entry">Do you want to remove this blocked phone number?</string>
957     <string name="select_contact">Select contact</string>
958
959     <!-- Sms security limit -->
960     <string name="app_security_title">App security</string>
961     <string name="sms_security_check_limit_title">SMS message limit</string>
962     <string name="sms_security_check_limit_summary">Apps can send %d messages in 1 minute before requiring confirmation</string>
963     <string name="sms_security_check_limit_summary_none">Apps are not allowed to send any messages without confirmation</string>
964     <string name="sms_security_check_limit_none">None</string>
965
966     <!-- Notification spamfilter -->
967     <string name="spam_added_title">Added %1$s</string>
968     <string name="spam_last_blocked_title">Last blocked %1$s</string>
969     <string name="block_notifications_title">Filter notifications</string>
970     <string name="block_notifications_summary">Manage ignored notifications and filters</string>
971     <string name="no_filters_title">No filters set</string>
972
973     <!-- Anonymous Statistics #CM -->
974     <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
975     <string name="anonymous_statistics_title">CyanogenMod statistics</string>
976     <string name="anonymous_statistics_summary">Help make CyanogenMod better by opting into anonymous statistics reporting</string>
977     <string name="anonymous_statistics_warning_title">About</string>
978     <string name="anonymous_statistics_warning">Opting into CyanogenMod Statistics will allow non-personal data to be submitted to the
979         developers of CyanogenMod to track unique installations across devices. The information submitted includes an unique identifier,
980         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>
981     <string name="enable_reporting_title">Enable reporting</string>
982     <string name="preview_data_title">Preview data</string>
983     <string name="view_stats_title">View stats</string>
984     <string name="anonymous_learn_more">Learn more</string>
985
986     <!-- Anonymous Statistics - Preview -->
987     <string name="preview_id_title">Unique ID</string>
988     <string name="preview_device_title">Device</string>
989     <string name="preview_version_title">Version</string>
990     <string name="preview_country_title">Country</string>
991     <string name="preview_carrier_title">Carrier</string>
992     <string name="stats_collection_title">Stats collection</string>
993     <string name="stats_collection_summary">When enabled, allows metrics collection</string>
994
995     <!-- Protected apps lockpattern reset button -->
996     <string name="lockpattern_reset_button">Reset pattern</string>
997     <string name="lockpattern_settings_reset_summary">Enter primary email account and associated password to reset pattern lock</string>
998
999     <!-- Protected Apps -->
1000     <string name="menu_hidden_apps_delete">Reset</string>
1001     <string name="menu_hidden_apps_reset_lock">Reset pattern lock</string>
1002     <string name="protected_apps">Protected apps</string>
1003     <string name="protected_apps_summary">Manage which apps are hidden behind a secure lock</string>
1004     <string name="saving_protected_components">Saving component state\u2026</string>
1005
1006     <string name="pa_login_username_hint">Username (email)</string>
1007     <string name="pa_login_password_hint">Password</string>
1008     <string name="pa_login_submit_button">Sign in</string>
1009     <string name="pa_login_checking_password">Checking account\u2026</string>
1010     <string name="pa_login_incorrect_login">Login was incorrect</string>
1011     <string name="pa_pattern_or_fingerprint_header">Must draw pattern or use fingerprint to unlock</string>
1012
1013     <!-- Contributors cloud activity -->
1014     <string name="contributors_cloud_fragment_title">Contributors</string>
1015     <string name="contributors_cloud_loading_message">Loading contributors data\u2026</string>
1016     <string name="contributors_cloud_failed_message">Cannot load contributors data</string>
1017     <string name="contributor_info_menu">Contributor info</string>
1018     <string name="contributor_info_msg">
1019         <![CDATA[<b>Name:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
1020                  <b>Nick:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
1021                  <b>Commits:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
1022     <string name="contributions_info_menu">Contributions info</string>
1023     <string name="contributions_info_msg">
1024         <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
1025                  <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
1026                  <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
1027     <string name="category_sounds">Sounds</string>
1028     <string name="notification_manager">Notifications</string>
1029     <string name="lockscreen_settings">Lock screen</string>
1030     <string name="category_lights">Lights</string>
1031     <string name="category_volume">Volume</string>
1032     <string name="category_vibrate">Vibrate</string>
1033     <string name="category_misc">Miscellaneous</string>
1034     <string name="title_general">General</string>
1035     <string name="advanced">Advanced</string>
1036     <string name="link_volume_option_title">Link ringtone &amp; notification volumes</string>
1037     <string name="lcd_density_prompt_message">Some apps may not function at non-standard DPI.\n\nThis will restart your device.</string>
1038
1039     <!-- Edit access point labels: PPP number -->
1040     <string name="apn_ppp_number">APN PPP phone number</string>
1041     <string name="ppp_number" translatable="false">ppp_number</string>
1042
1043     <!-- APNs screen message indicating new APN user is adding is a duplicate -->
1044     <string name="duplicate_apn_error_title">Duplicate APN</string>
1045     <string name="duplicate_apn_error_message">This APN already exists. Discard or change parameters.</string>
1046
1047     <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>
1048     <string name="sim_disabled">disabled</string>
1049     <string name="sim_missing">missing or faulty</string>
1050     <string name="sim_enabler_need_disable_sim">SIM card will be deactivated. Do you want to continue?</string>
1051     <string name="sim_enabler_will_disable_sim_title">Attention</string>
1052     <string name="sim_enabler_need_switch_data_service">This SIM will be disabled and SIM <xliff:g id="slotid">%1$s</xliff:g> will be used for data services. Are you sure you want to continue?</string>
1053     <string name="sim_enabler_airplane_on">Unable to perform the operation while airplane mode is on.</string>
1054     <string name="sim_enabler_in_call">Unable to perform the operation while in call.</string>
1055     <string name="sim_enabler_both_inactive">Can\'t disable all SIM cards</string>
1056     <string name="sim_enabler_enabling">Activating\u2026</string>
1057     <string name="sim_enabler_disabling">Deactivating\u2026</string>
1058     <string name="sub_activate_success">SIM activated.</string>
1059     <string name="sub_activate_failed">Activation failed.</string>
1060     <string name="sub_deactivate_success">SIM deactivated.</string>
1061     <string name="sub_deactivate_failed">Deactivation failed.</string>
1062
1063     <string name="primary_sub_select_title">Default 3G/LTE subscription</string>
1064     <string name="select_sim_card">Select SIM card</string>
1065
1066     <!-- MSIM SIM status -->
1067     <string name="sim_card_status_title">SIM %d status</string>
1068     <string name="sim_card_lock_settings_title">SIM %d lock settings</string>
1069     <string name="sim_card_summary_empty">SIM not inserted</string>
1070     <string name="sim_mobile_network_settings_category_title">Cellular network settings</string>
1071     <string name="sim_mobile_network_settings_title">SIM %d settings</string>
1072
1073     <!-- Zen mode allowed event setting summary items -->
1074     <!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
1075     <string name="zen_mode_summary_reminders">reminders</string>
1076     <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
1077     <string name="zen_mode_summary_events">events</string>
1078     <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_callers, but part of a list, so lower case if needed -->
1079     <string name="zen_mode_summary_selected_callers">selected callers</string>
1080     <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
1081     <string name="zen_mode_summary_selected_messages">selected messages</string>
1082
1083     <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
1084     <string name="regulatory_information_dialog_title" translatable="false">@string/regulatory_information</string>
1085
1086     <!-- SAR information -->
1087     <string name="maximum_head_level">Head: %1$s W/kg</string>
1088     <string name="maximum_body_level">Body: %1$s W/kg</string>
1089
1090     <!-- IC Codes -->
1091     <string name="ic_code_model">Model: %1$s</string>
1092     <string name="ic_code_full">IC: %1$s</string>
1093
1094     <string name="sim_ringtone_title">SIM %d ringtone</string>
1095
1096     <!-- label for application name -->
1097     <string name="app_name_label_cm">App:</string>
1098     <!-- label for last time used -->
1099     <string name="last_time_used_label_cm">Last time used:</string>
1100     <!-- label for usage time -->
1101     <string name="usage_time_label_cm">Usage time:</string>
1102
1103     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1104     <string name="master_clear_desc_cm" product="tablet">This will erase all data from your tablet\'s <b>internal storage</b>, including:\n\n<li>Your device accounts</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps</li></string>
1105     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1106     <string name="master_clear_desc_cm" product="default">This will erase all data from your phone\'s <b>internal storage</b>, including:\n\n<li>Your device accounts</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps</li></string>
1107
1108     <!-- Factory reset strings -->
1109     <string name="factory_reset_instructions_title">Personal data &amp; apps</string>
1110     <string name="factory_reset_instructions_summary">This will erase all your accounts, apps, app data, and system settings on this device</string>
1111     <string name="factory_reset_personal_content">Personal content</string>
1112     <string name="factory_reset_erase_stored_content">Erase stored content</string>
1113     <string name="factory_reset_erase_stored_content_summary">Erase music, photos, videos, and other user data stored on this device</string>
1114     <string name="factory_reset_erase_stored_content_summary_forced">Erase music, photos, videos, and other user data stored on this device. \n\n<b>Content cannot be saved due to device encryption.</b></string>
1115     <string name="factory_reset_erase_sd_card">Format SD card</string>
1116     <string name="factory_reset_erase_sd_card_summary">Erase all data on the SD card, including music and photos</string>
1117     <string name="factory_reset_warning_text_reset_now">RESET NOW</string>
1118     <string name="factory_reset_warning_text_message">All your accounts, apps, app data, and system settings will be removed from this device. This cannot be reversed.</string>
1119
1120     <!-- Tethering & portable hotspot other category -->
1121     <string name="tethering_other_category_text">Other</string>
1122     <!-- Wi-Fi tethering inactivity timeout -->
1123     <string name="hotstpot_inactivity_timeout_text">Wi\u2011Fi hotspot timeout</string>
1124     <string name="hotstpot_inactivity_timeout_never">Never</string>
1125     <string name="hotstpot_inactivity_timeout_1_minute">1 minute</string>
1126     <string name="hotstpot_inactivity_timeout_5_minutes">5 minutes</string>
1127     <string name="hotstpot_inactivity_timeout_10_minutes">10 minutes</string>
1128     <string name="hotstpot_inactivity_timeout_never_summary_text">Portable Wi\u2011Fi hotspot will never timeout</string>
1129     <string name="hotstpot_inactivity_timeout_summary_text">Portable Wi\u2011Fi hotspot will timeout after <xliff:g id="timeout">%1$s</xliff:g></string>
1130
1131     <!-- Live lock screen -->
1132     <!-- Live lock screen title -->
1133     <string name="live_lock_screen_title">Live lock screen</string>
1134     <!-- Live lock screen summary -->
1135     <string name="live_lock_screen_summary">Enable and configure Live lock screens</string>
1136     <!-- Live lock screen settings content description -->
1137     <string name="live_lock_screen_settings_button">Settings</string>
1138     <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
1139     <string name="live_lock_screen_settings_disabled_prompt">To view available Live lock screens, turn Live lock screens on.</string>
1140
1141     <string name="interruptions_ignore_while_media_title">Prevent audio ducking</string>
1142     <string name="interruptions_ignore_while_media_summary">Do not reduce media playback volume when a notification arrives</string>
1143
1144     <!-- CM Legal -->
1145     <string name="cmlicense_title">CyanogenMod legal</string>
1146
1147     <!-- Menu label for reset the battery stats -->
1148     <string name="menu_stats_reset">Reset stats</string>
1149     <!-- Reset stats confirmation dialog's message -->
1150     <string name="reset_stats_msg">Battery history stats are going to be reset</string>
1151
1152     <!-- Dock battery not present message -->
1153     <string name="dock_battery_not_present">Dock battery not present</string>
1154
1155     <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging on Dock AC. -->
1156     <string name="battery_info_status_charging_dock_ac">Charging on dock AC</string>
1157     <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging over Dock USB. -->
1158     <string name="battery_info_status_charging_dock_usb">Charging over dock USB</string>
1159
1160     <string name="restrict_app_wlan_title">Disable app Wi\u2011Fi usage</string>
1161     <string name="restrict_app_wlan_summary">Prevent app from using Wi\u2011Fi data connection</string>
1162     <string name="restrict_app_cellular_title">Disable app cellular usage</string>
1163     <string name="restrict_app_cellular_summary">Prevent app from using cellular data connection</string>
1164     <string name="privacy_guard_internet_category">Internet</string>
1165 </resources>