OSDN Git Service

87b4aaa38fe395605bb937cb0d2d377b6f986658
[android-x86/packages-apps-Settings.git] / res / values-en-rGB / cm_strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--Generated by crowdin.com-->
3 <!--
4      Copyright (C) 2012-2016 The CyanogenMod Project
5                (C) 2017 The LineageOS Project
6
7      Licensed under the Apache License, Version 2.0 (the "License");
8      you may not use this file except in compliance with the License.
9      You may obtain a copy of the License at
10
11           http://www.apache.org/licenses/LICENSE-2.0
12
13      Unless required by applicable law or agreed to in writing, software
14      distributed under the License is distributed on an "AS IS" BASIS,
15      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16      See the License for the specific language governing permissions and
17      limitations under the License.
18 -->
19 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20   <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
21   <plurals name="show_dev_countdown_cm">
22     <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item>
23     <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from enabling development settings.</item>
24   </plurals>
25   <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
26   <string name="show_dev_on_cm">You have enabled development settings!</string>
27   <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
28   <string name="show_dev_already_cm">No need, you have already enabled development settings.</string>
29   <!-- Launch Dev Tools -->
30   <string name="development_tools_title">Development tools</string>
31   <!-- Setting checkbox title for root access -->
32   <string name="root_access">Root access</string>
33   <string name="root_access_warning_title">Allow root access?</string>
34   <string name="root_access_warning_message">Allowing apps to request root access is very dangerous and could compromise the security of your system!</string>
35   <string name="root_access_none">Disabled</string>
36   <string name="root_access_apps">Apps only</string>
37   <string name="root_access_adb">ADB only</string>
38   <string name="root_access_all">Apps and ADB</string>
39   <!-- Preference link for root appops -->
40   <string name="root_appops_title">Manage root accesses</string>
41   <string name="root_appops_summary">View and control the root rules</string>
42   <!-- About phone screen, LineageOS version -->
43   <string name="mod_version">LineageOS version</string>
44   <string name="mod_version_default">Unknown</string>
45   <!-- About phone screen, Device model -->
46   <string name="device_model">Device model</string>
47   <!-- About phone screen, Device name -->
48   <string name="device_name">Device name</string>
49   <!-- About phone screen, LineageOS Api Level -->
50   <string name="mod_api_level">LineageOS API level</string>
51   <string name="mod_api_level_default">Unknown</string>
52   <!-- About phone screen, build date -->
53   <string name="build_date">Build date</string>
54   <!-- CM Updater -->
55   <string name="cmupdate_settings_title">LineageOS updates</string>
56   <!-- Names of categories of app ops tabs - extension of AOSP -->
57   <string name="app_ops_categories_location">Location</string>
58   <string name="app_ops_categories_personal">Personal</string>
59   <string name="app_ops_categories_messaging">Messaging</string>
60   <string name="app_ops_categories_media">Media</string>
61   <string name="app_ops_categories_device">Device</string>
62   <string name="app_ops_categories_background">Background</string>
63   <string name="app_ops_categories_bootup">Bootup</string>
64   <string name="app_ops_categories_su">Root access</string>
65   <string name="app_ops_categories_other">Other</string>
66   <!-- User display names for app ops codes - extension of AOSP -->
67   <string name="app_ops_summaries_coarse_location">coarse location</string>
68   <string name="app_ops_summaries_fine_location">fine location</string>
69   <string name="app_ops_summaries_gps">GPS</string>
70   <string name="app_ops_summaries_vibrate">vibrate</string>
71   <string name="app_ops_summaries_read_contacts">read contacts</string>
72   <string name="app_ops_summaries_modify_contacts">modify contacts</string>
73   <string name="app_ops_summaries_read_call_log">read call log</string>
74   <string name="app_ops_summaries_modify_call_log">modify call log</string>
75   <string name="app_ops_summaries_read_calendar">read calendar</string>
76   <string name="app_ops_summaries_modify_calendar">modify calendar</string>
77   <string name="app_ops_summaries_wifi_scan">Wi-Fi scan</string>
78   <string name="app_ops_summaries_notification">notification/toast</string>
79   <string name="app_ops_summaries_cell_scan">cell scan</string>
80   <string name="app_ops_summaries_call_phone">call phone</string>
81   <string name="app_ops_summaries_read_sms">read SMS</string>
82   <string name="app_ops_summaries_write_sms">write SMS</string>
83   <string name="app_ops_summaries_receive_sms">receive SMS</string>
84   <string name="app_ops_summaries_receive_emergency_sms">receive emergency SMS</string>
85   <string name="app_ops_summaries_receive_mms">receive MMS</string>
86   <string name="app_ops_summaries_receive_wap_push">receive WAP push</string>
87   <string name="app_ops_summaries_send_sms">send SMS</string>
88   <string name="app_ops_summaries_read_icc_sms">read ICC SMS</string>
89   <string name="app_ops_summaries_write_icc_sms">write ICC SMS</string>
90   <string name="app_ops_summaries_modify_settings">modify settings</string>
91   <string name="app_ops_summaries_draw_on_top">draw on top</string>
92   <string name="app_ops_summaries_access_notifications">access notifications</string>
93   <string name="app_ops_summaries_camera">camera</string>
94   <string name="app_ops_summaries_record_audio">record audio</string>
95   <string name="app_ops_summaries_play_audio">play audio</string>
96   <string name="app_ops_summaries_read_clipboard">read clipboard</string>
97   <string name="app_ops_summaries_modify_clipboard">modify clipboard</string>
98   <string name="app_ops_summaries_media_buttons">media buttons</string>
99   <string name="app_ops_summaries_audio_focus">audio focus</string>
100   <string name="app_ops_summaries_master_volume">master volume</string>
101   <string name="app_ops_summaries_voice_volume">voice volume</string>
102   <string name="app_ops_summaries_ring_volume">ring volume</string>
103   <string name="app_ops_summaries_media_volume">media volume</string>
104   <string name="app_ops_summaries_alarm_volume">alarm volume</string>
105   <string name="app_ops_summaries_notification_volume">notification volume</string>
106   <string name="app_ops_summaries_bluetooth_volume">bluetooth volume</string>
107   <string name="app_ops_summaries_keep_awake">keep awake</string>
108   <string name="app_ops_summaries_monitor_location">monitor location</string>
109   <string name="app_ops_summaries_monitor_high_power_location">monitor high power location</string>
110   <string name="app_ops_summaries_get_usage_stats">get app usage stats</string>
111   <string name="app_ops_summaries_mute_unmute_microphone">mute/unmute microphone</string>
112   <string name="app_ops_summaries_toast_window">display toasts</string>
113   <string name="app_ops_summaries_project_media">project media</string>
114   <string name="app_ops_summaries_activate_vpn">activate VPN</string>
115   <string name="app_ops_summaries_write_wallpaper">write wallpaper</string>
116   <string name="app_ops_summaries_assist_structure">assist structure</string>
117   <string name="app_ops_summaries_assist_screenshot">assist screenshot</string>
118   <string name="app_ops_summaries_read_phone_state">read phone state</string>
119   <string name="app_ops_summaries_add_voicemail">add voicemail</string>
120   <string name="app_ops_summaries_use_sip">use SIP</string>
121   <string name="app_ops_summaries_make_call">make call</string>
122   <string name="app_ops_summaries_use_fingerprint">use fingerprint</string>
123   <string name="app_ops_summaries_use_body_sensors">use body sensors</string>
124   <string name="app_ops_summaries_read_cell_broadcasts">read cell broadcasts</string>
125   <string name="app_ops_summaries_mock_location">mock location</string>
126   <string name="app_ops_summaries_read_external_storage">read external storage</string>
127   <string name="app_ops_summaries_write_external_storage">write to external storage</string>
128   <string name="app_ops_summaries_turn_screen_on">turn screen on</string>
129   <string name="app_ops_summaries_get_accounts">get accounts</string>
130   <string name="app_ops_summaries_run_in_background">run in background</string>
131   <string name="app_ops_summaries_toggle_wifi">toggle Wi-Fi</string>
132   <string name="app_ops_summaries_toggle_bluetooth">toggle Bluetooth</string>
133   <string name="app_ops_summaries_start_at_boot">start at boot</string>
134   <string name="app_ops_summaries_toggle_nfc">toggle NFC</string>
135   <string name="app_ops_summaries_toggle_mobile_data">toggle mobile data</string>
136   <string name="app_ops_summaries_superuser">root access</string>
137   <!-- User display names for app ops codes - extension of AOSP -->
138   <string name="app_ops_labels_coarse_location">Coarse location</string>
139   <string name="app_ops_labels_fine_location">Fine location</string>
140   <string name="app_ops_labels_gps">GPS</string>
141   <string name="app_ops_labels_vibrate">Vibrate</string>
142   <string name="app_ops_labels_read_contacts">Read contacts</string>
143   <string name="app_ops_labels_modify_contacts">Modify contacts</string>
144   <string name="app_ops_labels_read_call_log">Read call log</string>
145   <string name="app_ops_labels_modify_call_log">Modify call log</string>
146   <string name="app_ops_labels_read_calendar">Read calendar</string>
147   <string name="app_ops_labels_modify_calendar">Modify calendar</string>
148   <string name="app_ops_labels_wifi_scan">Wi-Fi scan</string>
149   <string name="app_ops_labels_notification">Notification/Toast</string>
150   <string name="app_ops_labels_cell_scan">Cell scan</string>
151   <string name="app_ops_labels_call_phone">Call phone</string>
152   <string name="app_ops_labels_read_sms">Read SMS</string>
153   <string name="app_ops_labels_write_sms">Write SMS</string>
154   <string name="app_ops_labels_receive_sms">Receive SMS</string>
155   <string name="app_ops_labels_receive_emergency_sms">Receive emergency SMS</string>
156   <string name="app_ops_labels_receive_mms">Receive MMS</string>
157   <string name="app_ops_labels_receive_wap_push">Receive WAP push</string>
158   <string name="app_ops_labels_send_sms">Send SMS</string>
159   <string name="app_ops_labels_read_icc_sms">Read ICC SMS</string>
160   <string name="app_ops_labels_write_icc_sms">Write ICC SMS</string>
161   <string name="app_ops_labels_modify_settings">Modify settings</string>
162   <string name="app_ops_labels_draw_on_top">Draw on top</string>
163   <string name="app_ops_labels_access_notifications">Access notifications</string>
164   <string name="app_ops_labels_camera">Camera</string>
165   <string name="app_ops_labels_record_audio">Record audio</string>
166   <string name="app_ops_labels_play_audio">Play audio</string>
167   <string name="app_ops_labels_read_clipboard">Read clipboard</string>
168   <string name="app_ops_labels_modify_clipboard">Modify clipboard</string>
169   <string name="app_ops_labels_media_buttons">Media buttons</string>
170   <string name="app_ops_labels_audio_focus">Audio focus</string>
171   <string name="app_ops_labels_master_volume">Master volume</string>
172   <string name="app_ops_labels_voice_volume">Voice volume</string>
173   <string name="app_ops_labels_ring_volume">Ring volume</string>
174   <string name="app_ops_labels_media_volume">Media volume</string>
175   <string name="app_ops_labels_alarm_volume">Alarm volume</string>
176   <string name="app_ops_labels_notification_volume">Notification volume</string>
177   <string name="app_ops_labels_bluetooth_volume">Bluetooth volume</string>
178   <string name="app_ops_labels_keep_awake">Keep awake</string>
179   <string name="app_ops_labels_monitor_location">Monitor location</string>
180   <string name="app_ops_labels_monitor_high_power_location">Monitor high power location</string>
181   <string name="app_ops_labels_get_usage_stats">Get usage stats</string>
182   <string name="app_ops_labels_mute_unmute_microphone">Mute/unmute microphone</string>
183   <string name="app_ops_labels_toast_window">Display toasts</string>
184   <string name="app_ops_labels_project_media">Project media</string>
185   <string name="app_ops_labels_activate_vpn">Activate VPN</string>
186   <string name="app_ops_labels_write_wallpaper">Write wallpaper</string>
187   <string name="app_ops_labels_assist_structure">Assist structure</string>
188   <string name="app_ops_labels_assist_screenshot">Assist screenshot</string>
189   <string name="app_ops_labels_read_phone_state">Read phone state</string>
190   <string name="app_ops_labels_add_voicemail">Add voicemail</string>
191   <string name="app_ops_labels_use_sip">Use SIP</string>
192   <string name="app_ops_labels_make_call">Make call</string>
193   <string name="app_ops_labels_use_fingerprint">Use fingerprint</string>
194   <string name="app_ops_labels_use_body_sensors">Use body sensors</string>
195   <string name="app_ops_labels_read_cell_broadcasts">Read cell broadcasts</string>
196   <string name="app_ops_labels_mock_location">Mock location</string>
197   <string name="app_ops_labels_read_external_storage">Read external storage</string>
198   <string name="app_ops_labels_write_external_storage">Write to external storage</string>
199   <string name="app_ops_labels_turn_screen_on">Turn screen on</string>
200   <string name="app_ops_labels_get_accounts">Get accounts</string>
201   <string name="app_ops_labels_run_in_background">Run in background</string>
202   <string name="app_ops_labels_toggle_wifi">Toggle Wi-Fi</string>
203   <string name="app_ops_labels_toggle_bluetooth">Toggle bluetooth</string>
204   <string name="app_ops_labels_start_at_boot">Start at boot</string>
205   <string name="app_ops_labels_toggle_nfc">Toggle NFC</string>
206   <string name="app_ops_labels_toggle_mobile_data">Toggle mobile data</string>
207   <string name="app_ops_labels_superuser">Root access</string>
208   <!-- App ops permissions -->
209   <string name="app_ops_permissions_allowed">Allowed</string>
210   <string name="app_ops_permissions_ignored">Ignored</string>
211   <string name="app_ops_permissions_always_ask">Always ask</string>
212   <!-- App ops detail -->
213   <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (used <xliff:g id="count">%2$s</xliff:g>)</string>
214   <string name="app_ops_allowed_count">Allowed <xliff:g id="count" example="2 times">%s</xliff:g></string>
215   <string name="app_ops_ignored_count">Denied <xliff:g id="count" example="2 times">%s</xliff:g></string>
216   <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>
217   <string name="app_ops_no_blockable_permissions">No permissions available to block</string>
218   <!-- App ops menu options -->
219   <string name="app_ops_show_user_apps">Show user apps</string>
220   <string name="app_ops_show_system_apps">Show built-in apps</string>
221   <string name="app_ops_reset_counters">Reset allow/deny counters</string>
222   <string name="app_ops_reset_confirm_title">Confirm counters reset</string>
223   <string name="app_ops_reset_confirm_mesg">Are you sure you wish to reset counters?</string>
224   <string name="ok">OK</string>
225   <!-- Volume settings - Volume adjustment sound -->
226   <string name="volume_adjust_sounds_title">Volume adjustment sounds</string>
227   <!-- Vibrator intensity -->
228   <string name="vibrator_intensity_title">Vibrator intensity</string>
229   <string name="vibrator_intensity_dialog_warning">Values greater than %1$d%% are not recommended</string>
230   <string name="vibrator_intensity_dialog_reset">Reset</string>
231   <!-- Sizes for pattern lockscreen -->
232   <string name="lock_settings_picker_pattern_size_message">Choose a pattern size</string>
233   <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
234   <string name="lockpattern_settings_enable_error_path_title">Show pattern error</string>
235   <!-- Whether the dots will be drawn when using the lockscreen pattern -->
236   <string name="lockpattern_settings_enable_dots_title">Show pattern dots</string>
237   <!-- Whether the keyguard will directly show the password entry -->
238   <string name="lock_directly_show_password">Directly show password entry</string>
239   <!-- Whether the keyguard will directly show the pattern view -->
240   <string name="lock_directly_show_pattern">Directly show pattern view</string>
241   <!-- Whether the keyguard will directly show the PIN entry -->
242   <string name="lock_directly_show_pin">Directly show PIN entry</string>
243   <!-- Lock screen vibrate settings -->
244   <string name="lockscreen_vibrate_enabled_title">Vibrate</string>
245   <string name="lockscreen_vibrate_enabled_head">Vibrate when unlocking</string>
246   <!-- Lights settings -->
247   <string name="lights_label">Lights</string>
248   <!-- Memory -->
249   <string name="memory_startup_apps_title">Apps started on boot</string>
250   <!-- Advanced restart options -->
251   <string name="advanced_reboot_title">Advanced restart</string>
252   <string name="advanced_reboot_summary">When unlocked, include options in the power menu for restarting into recovery, bootloader or performing a soft restart</string>
253   <!-- PIN scramble -->
254   <string name="unlock_scramble_pin_layout_title">Scramble layout</string>
255   <string name="unlock_scramble_pin_layout_summary">Scramble PIN layout when unlocking device</string>
256   <!-- lock screen visualizer -->
257   <string name="lockscreen_visualizer_title">Display music visualiser</string>
258   <!-- Lock screen cover art -->
259   <string name="lockscreen_media_art_title">Display media cover art</string>
260   <!-- Double tap to sleep on keyguard -->
261   <string name="double_tap_sleep_anywhere_title">Double tap to sleep anywhere</string>
262   <!-- Protected apps lockpattern reset button -->
263   <string name="lockpattern_reset_button">Reset pattern</string>
264   <string name="lockpattern_settings_reset_summary">Enter primary email account and associated password to reset pattern lock</string>
265   <!-- Protected Apps -->
266   <string name="menu_hidden_apps_delete">Reset</string>
267   <string name="menu_hidden_apps_reset_lock">Reset pattern lock</string>
268   <string name="protected_apps">Protected apps</string>
269   <string name="protected_apps_summary">Manage which apps are hidden behind a secure lock</string>
270   <string name="saving_protected_components">Saving component state\u2026</string>
271   <string name="launch_app">Launch app</string>
272   <string name="pa_login_username_hint">Username (email)</string>
273   <string name="pa_login_password_hint">Password</string>
274   <string name="pa_login_submit_button">Sign in</string>
275   <string name="pa_login_checking_password">Checking account\u2026</string>
276   <string name="pa_login_incorrect_login">Login was incorrect</string>
277   <string name="pa_pattern_or_fingerprint_header">Must draw pattern or use fingerprint to unlock</string>
278   <!-- title for lock screen weather preference -->
279   <string name="lockscreen_weather_enabled_title">Show weather</string>
280   <!-- title for lock screen blur preference -->
281   <string name="lockscreen_blur_enabled_title">Blur background</string>
282   <!-- Proximity wake -->
283   <string name="proximity_wake_title">Prevent accidental wake-up</string>
284   <string name="proximity_wake_summary">Check the proximity sensor prior to wake-ups triggered by gestures</string>
285   <!-- High touch sensitivity -->
286   <string name="high_touch_sensitivity_title">High touch sensitivity</string>
287   <string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</string>
288   <!-- Touchscreen hovering -->
289   <string name="touchscreen_hovering_title">Touchscreen hovering</string>
290   <string name="touchscreen_hovering_summary">Allows you to hover the screen like a mouse in web browsers, remote desktops, etc</string>
291   <!-- Whether to display IME switcher notifcation -->
292   <string name="ime_switcher_notify">Selector icon</string>
293   <string name="ime_switcher_notify_summary">Display input method selector icon</string>
294   <!-- [CHAR LIMIT=100] Notification Importance slider: very low importance level description -->
295   <string name="notification_importance_very_low">No full screen interruption, peeking, sound, or vibration. Show at the bottom of the notification list. Hide from lock screen.</string>
296   <!-- Stylus Icon -->
297   <string name="stylus_icon_enabled_title">Show icon when using stylus</string>
298   <string name="stylus_icon_enabled_summary">Show the pointer icon when hovering or drawing with the stylus</string>
299   <!-- Kill app long-press back -->
300   <string name="kill_app_longpress_back">Kill app back button</string>
301   <string name="kill_app_longpress_back_summary">Kill the foreground app by long-pressing the back button</string>
302   <!-- Android debugging -->
303   <string name="enable_adb_cm">Android debugging</string>
304   <string name="enable_adb_summary_cm">Enable the Android Debug Bridge (ADB) interface</string>
305   <!-- Android debugging notification -->
306   <string name="adb_notify">Debugging notify</string>
307   <string name="adb_notify_summary">Display a notification when USB or network debugging is enabled</string>
308   <!-- Android debugging over network -->
309   <string name="adb_over_network">ADB over network</string>
310   <string name="adb_over_network_summary">Enable TCP/IP debugging over network interfaces (Wi\u2011Fi, USB networks). This setting is reset on reboot</string>
311   <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>
312   <!-- Hostname setting -->
313   <string name="device_hostname">Device hostname</string>
314   <!-- Increasing ring tone volume -->
315   <string name="increasing_ring_volume_option_title">Increasing ring volume</string>
316   <string name="increasing_ring_min_volume_title">Start volume</string>
317   <string name="increasing_ring_ramp_up_time_title">Ramp-up time</string>
318   <!-- Allow vibration in zen mode -->
319   <string name="zen_mode_vibration">Vibration</string>
320   <string name="zen_mode_vibration_never">Don\'t vibrate</string>
321   <string name="zen_mode_vibration_calls_only">Only vibrate for calls</string>
322   <string name="zen_mode_vibration_calls_and_notifications">Vibrate for calls and notifications</string>
323   <!-- Zen mode allowed event setting summary items -->
324   <!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
325   <string name="zen_mode_summary_reminders">reminders</string>
326   <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
327   <string name="zen_mode_summary_events">events</string>
328   <!-- [CHAR LIMIT=50] Like zen_mode_all_callers, but part of a list, so lower case if needed -->
329   <string name="zen_mode_summary_all_callers">all callers</string>
330   <!-- [CHAR LIMIT=50] Like zen_mode_selected_callers, but part of a list, so lower case if needed -->
331   <string name="zen_mode_summary_selected_callers">selected callers</string>
332   <!-- [CHAR LIMIT=50] Like zen_mode_repeat_callers, but part of a list, so lower case if needed -->
333   <string name="zen_mode_summary_repeat_callers">repeat callers</string>
334   <!-- [CHAR LIMIT=50] Like zen_mode_all_messages, but part of a list, so lower case if needed -->
335   <string name="zen_mode_summary_all_messages">all messages</string>
336   <!-- [CHAR LIMIT=50] Like zen_mode_selected_messages, but part of a list, so lower case if needed -->
337   <string name="zen_mode_summary_selected_messages">selected messages</string>
338   <!-- Notification sound timeout -->
339   <string name="app_notification_sound_timeout_title">Minimum time between notification sounds</string>
340   <string name="app_notification_sound_timeout_summary_template">Allow sounds or vibration no more than once every <xliff:g id="duration">%1$s</xliff:g></string>
341   <string name="app_notification_sound_timeout_value_none">No restriction</string>
342   <string name="app_notification_sound_timeout_value_10_seconds">10 seconds</string>
343   <string name="app_notification_sound_timeout_value_30_seconds">30 seconds</string>
344   <string name="app_notification_sound_timeout_value_1_minute">1 minute</string>
345   <string name="app_notification_sound_timeout_value_5_minutes">5 minutes</string>
346   <string name="app_notification_sound_timeout_value_15_minutes">10 minutes</string>
347   <string name="app_notification_sound_timeout_value_30_minutes">30 minutes</string>
348   <!-- MSIM SIM status -->
349   <string name="sim_card_status_title">SIM %d status</string>
350   <string name="sim_card_lock_settings_title">SIM %d lock settings</string>
351   <string name="sim_card_summary_empty">SIM not inserted</string>
352   <string name="sim_mobile_network_settings_category_title">Mobile network settings</string>
353   <string name="sim_mobile_network_settings_title">SIM %d settings</string>
354   <!-- NFC PreferenceCategory title -->
355   <string name="nfc_title_category">NFC</string>
356   <!-- Notification importance -->
357   <string name="tuner_full_importance_settings">Power notification controls</string>
358   <!-- CM Legal -->
359   <string name="cmlicense_title">LineageOS legal</string>
360   <!-- Format string for fingerprint location message -->
361   <string name="security_settings_fingerprint_enroll_find_sensor_message_cm">Locate the fingerprint sensor on the <xliff:g id="sensor_location">%1$s</xliff:g> of your phone.</string>
362   <!-- Fingerprint sensor locations -->
363   <string name="security_settings_fingerprint_sensor_location_back">back</string>
364   <string name="security_settings_fingerprint_sensor_location_front">front</string>
365   <string name="security_settings_fingerprint_sensor_location_left">left side</string>
366   <string name="security_settings_fingerprint_sensor_location_right">right side</string>
367   <!-- Wi-Fi region code -->
368   <string name="wifi_setting_countrycode_title">Wi\u2011Fi region code</string>
369   <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
370   <string name="wifi_setting_countrycode_summary">Specify the region code for Wi\u2011Fi</string>
371   <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
372   <string name="wifi_setting_countrycode_error">There was a problem setting the region code.</string>
373   <!-- Wake on plug -->
374   <string name="wake_when_plugged_or_unplugged_title">Wake on plug</string>
375   <string name="wake_when_plugged_or_unplugged_summary">Turn the screen on when connecting or disconnecting a power source</string>
376   <!-- Heads-up -->
377   <string name="heads_up_notifications_enabled_title">Heads-up</string>
378   <string name="heads_up_notifications_enabled_summary">Display priority notifications in a small floating window</string>
379   <!-- Tethering & portable hotspot other category -->
380   <string name="tethering_other_category_text">Other</string>
381   <!-- Wi-Fi tethering inactivity timeout -->
382   <string name="hotstpot_inactivity_timeout_text">Wi\u2011Fi hotspot timeout</string>
383   <string name="hotstpot_inactivity_timeout_never">Never</string>
384   <string name="hotstpot_inactivity_timeout_1_minute">1 minute</string>
385   <string name="hotstpot_inactivity_timeout_5_minutes">5 minutes</string>
386   <string name="hotstpot_inactivity_timeout_10_minutes">10 minutes</string>
387   <string name="hotstpot_inactivity_timeout_never_summary_text">Portable Wi\u2011Fi hotspot will never timeout</string>
388   <string name="hotstpot_inactivity_timeout_summary_text">Portable Wi\u2011Fi hotspot will timeout after <xliff:g id="timeout">%1$s</xliff:g></string>
389   <!-- Per-app data restrictions -->
390   <string name="data_usage_app_restrict_data_category_title">Cellular data access</string>
391   <string name="data_usage_app_restrict_wifi_category_title">Wi\u2011Fi data access</string>
392   <!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
393   <string name="data_usage_app_restrict_all_data_title">Disable all cellular data access</string>
394   <!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
395   <string name="data_usage_app_restrict_all_data_summary">Prevent any use of data access via cellular networks</string>
396   <!-- Title for switch to block app data usage [CHAR LIMIT=30] -->
397   <string name="data_usage_app_restrict_all_wifi_title">Disable all Wi\u2011Fi data access</string>
398   <!-- Summary for switch to block app data usage [CHAR LIMIT=NONE] -->
399   <string name="data_usage_app_restrict_all_wifi_summary">Prevent any use of data access via Wi\u2011Fi networks</string>
400   <!-- Volume link notification -->
401   <string name="volume_link_notification_title">Link ringtone &amp; notification volumes</string>
402   <!-- Launch music player when headset is connected -->
403   <string name="headset_connect_player_title">Launch music player</string>
404   <string name="headset_connect_player_summary">Launch the default music player when a headset is connected</string>
405   <!-- Update recovery -->
406   <string name="update_recovery_title">Update recovery</string>
407   <string name="update_recovery_summary">Update the built-in recovery with system updates</string>
408   <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>
409   <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>
410   <!-- Status bar - double tap to sleep -->
411   <string name="status_bar_double_tap_to_sleep_title">Double-tap to sleep</string>
412   <string name="status_bar_double_tap_to_sleep_summary">Double-tap on the status bar to turn off the display</string>
413   <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>
414   <string name="sim_enabled">enabled</string>
415   <string name="sim_disabled">disabled</string>
416   <string name="sim_missing">missing or faulty</string>
417   <string name="sim_enabler_need_disable_sim">SIM card will be deactivated. Do you want to continue?</string>
418   <string name="sim_enabler_will_disable_sim_title">Attention</string>
419   <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>
420   <string name="sim_enabler_airplane_on">Unable to perform the operation while aeroplane mode is on.</string>
421   <string name="sim_enabler_in_call">Unable to perform the operation while in call.</string>
422   <string name="sim_enabler_both_inactive">Can\'t disable all SIM cards</string>
423   <string name="sim_enabler_enabling">Activating\u2026</string>
424   <string name="sim_enabler_disabling">Deactivating\u2026</string>
425   <string name="sub_activate_success">SIM activated.</string>
426   <string name="sub_activate_failed">Activation failed.</string>
427   <string name="sub_deactivate_success">SIM deactivated.</string>
428   <string name="sub_deactivate_failed">Deactivation failed.</string>
429   <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
430   <!-- SAR information -->
431   <string name="maximum_head_level">Head: %1$s W/kg</string>
432   <string name="maximum_body_level">Body: %1$s W/kg</string>
433   <!-- IC Codes -->
434   <string name="ic_code_model">Model: %1$s</string>
435   <string name="ic_code_full">IC: %1$s</string>
436   <!-- Label for settings shortcut: carrier selection -->
437   <string name="shortcut_carrier_title">Network operators</string>
438   <!-- Burn in protection -->
439   <string name="burnin_protection_title">Display burn-in protection</string>
440   <string name="burnin_protection_summary">Periodically move items that are permanently shown on screen to avoid excessive screen wear in that area</string>
441 </resources>