| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2015 The CyanogenMod Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| |
| <string name="cmparts_title">CyanogenMod Settings</string> |
| <string name="loading">Loading\u2026</string> |
| <string name="dlg_ok">OK</string> |
| <string name="cancel">Cancel</string> |
| <string name="add">Add</string> |
| <string name="choose_app">Choose app</string> |
| <string name="reset">Reset</string> |
| <string name="advanced">Advanced</string> |
| |
| <!-- Privacy Settings Header item --> |
| <string name="privacy_settings_title">Privacy</string> |
| <string name="privacy_settings_category" translatable="false">CyanogenMod</string> |
| |
| <!-- Privacy Guard --> |
| <string name="privacy_guard_switch_label">Enable Privacy Guard</string> |
| <string name="privacy_guard_dlg_title">Enable Privacy Guard?</string> |
| <string name="privacy_guard_dlg_text">When Privacy Guard is enabled, the app will not be able to access personal data such as contacts, messages or call logs.</string> |
| <string name="privacy_guard_dlg_system_app_text">When enabling Privacy Guard for a built-in app, the app will not be able to access or provide personal data. This may cause other apps to misbehave.</string> |
| <string name="privacy_guard_default_title">Enabled by default</string> |
| <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string> |
| <string name="privacy_guard_manager_summary">Manage which apps have access to your personal data</string> |
| <string name="privacy_guard_no_user_apps">No apps are installed</string> |
| <string name="privacy_guard_help_title">Help</string> |
| <string name="privacy_guard_reset_title">Reset</string> |
| <string name="privacy_guard_reset_text">Reset permissions?</string> |
| <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> |
| <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string> |
| <string name="privacy_guard_advanced_settings_title">Advanced</string> |
| <string name="privacy_guard_notification_title">Show notification</string> |
| |
| <!-- Notification light dialogs --> |
| <string name="edit_light_settings">Edit light settings</string> |
| <string name="pulse_speed_title">Pulse length and speed</string> |
| <string name="default_time">Normal</string> |
| <string name="custom_time">Custom</string> |
| <string name="dialog_delete_title">Delete</string> |
| <string name="dialog_delete_message">Remove selected item?</string> |
| <string name="brightness">Brightness level</string> |
| |
| <!-- Values for the notification light pulse spinners --> |
| <string name="pulse_length_always_on">Always on</string> |
| <string name="pulse_length_very_short">Very short</string> |
| <string name="pulse_length_short">Short</string> |
| <string name="pulse_length_normal">Normal</string> |
| <string name="pulse_length_long">Long</string> |
| <string name="pulse_length_very_long">Very long</string> |
| <string name="pulse_speed_very_fast">Very fast</string> |
| <string name="pulse_speed_fast">Fast</string> |
| <string name="pulse_speed_normal">Normal</string> |
| <string name="pulse_speed_slow">Slow</string> |
| <string name="pulse_speed_very_slow">Very slow</string> |
| |
| <!-- Battery light settings --> |
| <string name="battery_low_pulse_title">Pulse if battery low</string> |
| <string name="battery_light_list_title">Colors</string> |
| <string name="battery_light_low_color_title">Battery low</string> |
| <string name="battery_light_medium_color_title">Charging</string> |
| <string name="battery_light_full_color_title">Fully charged</string> |
| |
| <!-- Lights settings screen, notification light settings --> |
| <string name="notification_light_general_title">General</string> |
| <string name="notification_light_advanced_title">Advanced</string> |
| <string name="notification_light_applist_title">Apps</string> |
| <string name="notification_light_phonelist_title">Phone</string> |
| <string name="notification_light_use_custom">Use custom values</string> |
| <string name="notification_light_default_value">Default</string> |
| <string name="notification_light_missed_call_title">Missed call</string> |
| <string name="notification_light_voicemail_title">Voicemail</string> |
| <string name="notification_light_brightness" translatable="false">@string/brightness</string> |
| <string name="notification_light_screen_on">Lights with screen on</string> |
| <string name="notification_light_zen_mode">Lights in Do Not Disturb mode</string> |
| <string name="notification_light_use_multiple_leds">Multiple LEDs</string> |
| <string name="keywords_lights_brightness_level">dim leds brightness</string> |
| <string name="notification_light_automagic">Choose colors automatically</string> |
| |
| <!-- Lights settings, LED notification --> |
| <string name="led_notification_title">Light settings</string> |
| <string name="led_notification_text">LED light enabled by settings</string> |
| <string name="notification_light_no_apps_summary">To add per app control, activate \'%1$s\' and press \'\u002b\' on the menu bar</string> |
| |
| </resources> |
| |