Merge "Split app info into several screens"
This commit is contained in:
@@ -5982,4 +5982,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 & 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>
|
||||
|
Reference in New Issue
Block a user