33 lines
1.8 KiB
XML
33 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The Android Open Source 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">
|
|
<!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
|
|
<string name="no_applications">No apps.</string>
|
|
<!-- [CHAR LIMIT=NONE] Menu for manage apps to control whether system processes are shown -->
|
|
<string name="menu_show_system">Show system</string>
|
|
<!-- [CHAR LIMIT=NONE] Menu for manage apps to control whether system processes are hidden -->
|
|
<string name="menu_hide_system">Hide system</string>
|
|
<!-- Preference summary text for an app when it is allowed for a permission. [CHAR LIMIT=45] -->
|
|
<string name="app_permission_summary_allowed">Allowed</string>
|
|
<!-- Preference summary text for an app when it is disallowed for a permission. [CHAR LIMIT=45] -->
|
|
<string name="app_permission_summary_not_allowed">Not allowed</string>
|
|
<!-- Manage applications, version string displayed in app snippet -->
|
|
<string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
|
|
<!-- Label of an app on App Info page of Cloned Apps menu [CHAR LIMIT=40] -->
|
|
<string name="cloned_app_info_label"><xliff:g id="package_label">%1$s</xliff:g> clone</string>
|
|
</resources>
|