blob: 8e71ea868edfa06323c19f366b9df8f8ad4a43f4 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012-2016 The CyanogenMod Project
Copyright (C) 2017 The LineageOS 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">
<!-- App ops permissions -->
<string name="app_ops_permissions_allowed">Allowed</string>
<string name="app_ops_permissions_ignored">Ignored</string>
<string name="app_ops_permissions_always_ask">Always ask</string>
<!-- App ops menu options -->
<string name="app_ops_show_user_apps">Show user apps</string>
<string name="app_ops_show_system_apps">Show built-in apps</string>
<!-- Names of categories of app ops tabs - extension of AOSP -->
<string name="app_ops_categories_location">Location</string>
<string name="app_ops_categories_personal">Personal</string>
<string name="app_ops_categories_messaging">Messaging</string>
<string name="app_ops_categories_media">Media</string>
<string name="app_ops_categories_device">Device</string>
<string name="app_ops_categories_run_in_background">Run in background</string>
<string name="app_ops_categories_bootup">Bootup</string>
<string name="app_ops_categories_su">Root access</string>
<string name="app_ops_categories_other">Other</string>
<string name="app_ops_labels_su">Get root access</string>
<!-- Manual provisioning support -->
<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>
<string name="sim_disabled">disabled</string>
<string name="sim_missing">missing or faulty</string>
<string name="sim_enabler_need_disable_sim">SIM card will be deactivated. Do you want to continue?</string>
<string name="sim_enabler_airplane_on">Unable to perform the operation while airplane mode is on.</string>
<string name="sim_enabler_in_call">Unable to perform the operation while in call.</string>
<string name="sim_enabler_both_inactive">Can\'t disable all SIM cards</string>
<string name="sim_enabler_enabling">Activating\u2026</string>
<string name="sim_enabler_disabling">Deactivating\u2026</string>
<string name="sub_activate_success">SIM activated.</string>
<string name="sub_activate_failed">Activation failed.</string>
<string name="sub_deactivate_success">SIM deactivated.</string>
<string name="sub_deactivate_failed">Deactivation failed.</string>
<!-- Setting checkbox title for root access -->
<string name="root_access">Root access</string>
<string name="root_access_warning_title">Allow root access?</string>
<string name="root_access_warning_message">Allowing apps to request root access is very dangerous and could compromise the security of your system!</string>
<string name="root_access_none">Disabled</string>
<string name="root_access_apps">Apps only</string>
<string name="root_access_adb">ADB only</string>
<string name="root_access_all">Apps and ADB</string>
<!-- Preference link for root appops -->
<string name="root_appops_title">Manage root accesses</string>
<string name="root_appops_summary">View and control the root rules</string>
</resources>