summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ee02364..d57ee72 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5922,4 +5922,37 @@
<string name="imei_information_summary">IMEI relative information</string>
<string name="slot_number">(Slot<xliff:g id="slot_num">%1$d</xliff:g>)</string>
+ <!-- New strings needed for App Info 2 -->
+ <!-- Preference label for app default launch settings -->
+ <string name="launch_by_default">Launch by default</string>
+
+ <!-- Summary for app storage preference -->
+ <string name="storage_summary_format"><xliff:g id="size" example="30.00MB">%1$s</xliff:g> used in <xliff:g id="storage_type" example="internal memory">%2$s</xliff:g></string>
+ <!-- Internal storage label -->
+ <string name="storage_type_internal">internal memory</string>
+ <!-- External storage label -->
+ <string name="storage_type_external">external memory</string>
+
+ <!-- App notification summary with notifications enabled -->
+ <string name="notifications_enabled">On</string>
+ <!-- App notification summary with notifications disabled -->
+ <string name="notifications_disabled">Block</string>
+ <!-- App notification summary with notifications sensitive -->
+ <string name="notifications_sensitive">Sensitive</string>
+ <!-- App notification summary with notifications priority -->
+ <string name="notifications_priority">Priority</string>
+ <!-- App notification summary with notifications priority and sensitive -->
+ <string name="notifications_priority_sensitive">Priority &amp; Sensitive</string>
+
+ <!-- Permissions preference summary -->
+ <plurals name="permissions_summary">
+ <item quantity="one"><xliff:g id="count" example="1">%d</xliff:g> permission granted</item>
+ <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> permissions granted</item>
+ </plurals>
+
+ <!-- Launch defaults preference summary with some set -->
+ <string name="launch_defaults_some">Some defaults set</string>
+ <!-- Launch defaults preference summary with none set -->
+ <string name="launch_defaults_none">No defaults set</string>
+
</resources>