diff options
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index d14a88e..b2ccb76 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -698,7 +698,6 @@ <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> <!-- Battery saver --> <string name="battery_saver_threshold">Battery saver threshold</string> @@ -851,4 +850,15 @@ <![CDATA[<b>Total contributors:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/> <b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/> <b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string> -</resources>
\ No newline at end of file + + <string name="category_sounds">Sounds</string> + <string name="notification_manager">Notifications</string> + <string name="lockscreen_settings">Lock screen</string> + <string name="lockscreen_settings">Lock screen</string> + <string name="category_lights">Lights</string> + <string name="category_volume">Volume</string> + <string name="category_vibrate">Vibrate</string> + <string name="category_misc">Miscellaneous</string> + <string name="title_general">General</string> + <string name="advanced">Advanced</string> +</resources> |