cmparts: Privacy Guard settings
* Refactoring PG settings to live in CMParts
* Includes general infrastructure and top-level settings
Change-Id: If031b683bcef119852553c21b10078ddf6c46ad8
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..9a0d65e
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,47 @@
+<?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>
+
+ <!-- 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_title">Privacy Guard</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>
+
+</resources>
+