blob: 9a0d65edcde1f74fff8d877db723f9f05b61b015 [file] [log] [blame]
Steve Kondik66dbbd52016-09-03 05:15:27 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 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
19 <string name="cmparts_title">CyanogenMod Settings</string>
20 <string name="loading">Loading\u2026</string>
21 <string name="dlg_ok">OK</string>
22 <string name="cancel">Cancel</string>
23
24 <!-- Privacy Settings Header item -->
25 <string name="privacy_settings_title">Privacy</string>
26 <string name="privacy_settings_category" translatable="false">CyanogenMod</string>
27
28 <!-- Privacy Guard -->
29 <string name="privacy_guard_switch_label">Enable Privacy Guard</string>
30 <string name="privacy_guard_dlg_title">Enable Privacy Guard?</string>
31 <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>
32 <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>
33 <string name="privacy_guard_default_title">Enabled by default</string>
34 <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string>
35 <string name="privacy_guard_manager_title">Privacy Guard</string>
36 <string name="privacy_guard_manager_summary">Manage which apps have access to your personal data</string>
37 <string name="privacy_guard_no_user_apps">No apps are installed</string>
38 <string name="privacy_guard_help_title">Help</string>
39 <string name="privacy_guard_reset_title">Reset</string>
40 <string name="privacy_guard_reset_text">Reset permissions?</string>
41 <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>
42 <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string>
43 <string name="privacy_guard_advanced_settings_title">Advanced</string>
44 <string name="privacy_guard_notification_title">Show notification</string>
45
46</resources>
47