• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- [CHAR LIMIT=25] -->
19    <string name="app_name">Package installer</string>
20
21    <!-- [CHAR LIMIT=15] -->
22    <string name="install">Install</string>
23    <!-- [CHAR LIMIT=15] -->
24    <string name="update">Update</string>
25    <!-- [CHAR LIMIT=15] -->
26    <string name="done">Done</string>
27    <!-- [CHAR LIMIT=15] -->
28    <string name="cancel">Cancel</string>
29    <!-- [CHAR LIMIT=50] -->
30    <string name="installing">Installing\u2026</string>
31    <!-- [CHAR LIMIT=50] -->
32    <string name="installing_app">Installing <xliff:g id="package_label">%1$s</xliff:g>\u2026</string>
33    <!-- [CHAR LIMIT=100] -->
34    <string name="install_done">App installed.</string>
35    <!-- Message for installing a new app that requires some permissions [CHAR LIMIT=NONE] -->
36    <!-- Message for installing a new app that does not require permissions [CHAR LIMIT=NONE] -->
37    <string name="install_confirm_question">Do you want to install this app?</string>
38    <!-- Message for updating an existing app [CHAR LIMIT=NONE] -->
39    <string name="install_confirm_question_update">Do you want to update this app?</string>
40    <!-- [CHAR LIMIT=100] -->
41    <string name="install_failed">App not installed.</string>
42    <!-- Reason displayed when installation fails because the package was blocked
43        from being installed (e.g., device policy, verification, ...) [CHAR LIMIT=100] -->
44    <string name="install_failed_blocked">The package was blocked from being installed.</string>
45    <!-- Reason displayed when installation fails because the package conflicts with
46        an existing application (e.g., incompatible certificates) [CHAR LIMIT=100] -->
47    <string name="install_failed_conflict">App not installed as package conflicts with an existing package.</string>
48    <!-- Reason displayed when installation fails because the package is incompatible with
49       the current tablet (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] -->
50    <string name="install_failed_incompatible" product="tablet">App not installed as app isn\'t
51        compatible with your tablet.</string>
52    <!-- Reason displayed when installation fails because the package is incompatible with
53       the current TV (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] -->
54    <string name="install_failed_incompatible" product="tv">This app isn\'t
55        compatible with your TV.</string>
56    <!-- Reason displayed when installation fails because the package is incompatible with
57       the current phone (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] -->
58    <string name="install_failed_incompatible" product="default">App not installed as app isn\'t
59        compatible with your phone.</string>
60    <!-- Reason displayed when installation fails because the installation package itself is invalid
61        in some way (e.g., corrupt) [CHAR LIMIT=100] -->
62    <string name="install_failed_invalid_apk">App not installed as package appears to be invalid.</string>
63    <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
64    <string name="install_failed_msg" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your tablet.</string>
65    <!-- Message presented when an application could not be installed on the TV for some reason. [CHAR LIMIT=100] -->
66    <string name="install_failed_msg" product="tv"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your TV.</string>
67    <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] -->
68    <string name="install_failed_msg" product="default"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your phone.</string>
69    <string name="launch">Open</string>
70
71    <!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
72    <string name="unknown_apps_admin_dlg_text">Your admin doesn\'t allow installation of apps
73        obtained from unknown sources</string>
74    <!-- Message presented in a dialog box when the user restriction set by the system restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
75    <string name="unknown_apps_user_restriction_dlg_text">Unknown apps can\'t be installed by this
76        user</string>
77    <!-- Message presented in a dialog box when the user restriction set by the system restricts the installation of apps. [CHAR LIMIT=none] -->
78    <string name="install_apps_user_restriction_dlg_text">This user is not allowed to install apps</string>
79
80    <!-- [CHAR LIMIT=15] -->
81    <string name="ok">OK</string>
82    <!-- [CHAR LIMIT=15] -->
83    <string name="manage_applications">Manage apps</string>
84    <!-- [CHAR LIMIT=30] -->
85    <string name="out_of_space_dlg_title">Out of space</string>
86    <!-- [CHAR LIMIT=none] -->
87    <string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed. Free up some space and try again.</string>
88    <!-- strings related to uninstall activity -->
89    <!--  [CHAR LIMIT=30] -->
90    <string name="app_not_found_dlg_title">App not found</string>
91    <!--  [CHAR LIMIT=none] -->
92    <string name="app_not_found_dlg_text"> The app wasn\'t found in the list of installed apps.</string>
93    <!--  [CHAR LIMIT=30] -->
94    <string name="user_is_not_allowed_dlg_title">Not allowed</string>
95    <!--  [CHAR LIMIT=none] -->
96    <string name="user_is_not_allowed_dlg_text">The current user is not allowed to perform this uninstallation.</string>
97    <!--  [CHAR LIMIT=30] -->
98    <string name="generic_error_dlg_title">Error</string>
99    <!--  [CHAR LIMIT=none] -->
100    <string name="generic_error_dlg_text">App could not be uninstalled.</string>
101    <!--  [CHAR LIMIT=30] -->
102    <string name="uninstall_application_title">Uninstall app</string>
103    <!--  [CHAR LIMIT=30] -->
104    <string name="uninstall_update_title">Uninstall update</string>
105    <!--  [CHAR LIMIT=none] -->
106    <string name="uninstall_activity_text"><xliff:g id="activity_name">%1$s</xliff:g> is part of the following app:</string>
107    <!--  [CHAR LIMIT=none] -->
108    <string name="uninstall_application_text">Do you want to uninstall this app?</string>
109    <!--  [CHAR LIMIT=none] -->
110    <string name="uninstall_application_text_all_users">Do you want to uninstall this app for <b>all</b>
111        users?  The application and its data will be removed from <b>all</b> users on the device.</string>
112    <!--  [CHAR LIMIT=none] -->
113    <string name="uninstall_application_text_user">Do you want to uninstall this app for the user <xliff:g id="username">%1$s</xliff:g>?</string>
114    <!--  [CHAR LIMIT=none] -->
115    <string name="uninstall_application_text_current_user_work_profile">Do you want to uninstall this app from your work profile?</string>
116    <!--  [CHAR LIMIT=none] -->
117    <string name="uninstall_update_text">Replace this app with the factory version? All data will be removed.</string>
118    <!--  [CHAR LIMIT=none] -->
119    <string name="uninstall_update_text_multiuser">Replace this app with the factory version? All data will be removed. This affects all users of this device, including those with work profiles.</string>
120    <!-- Label of a checkbox that allows to keep the data (e.g. files, settings) of the app on uninstall [CHAR LIMIT=none] -->
121    <string name="uninstall_keep_data">Keep <xliff:g id="size" example="1.5MB">%1$s</xliff:g> of app data.</string>
122
123    <!-- Label for the notification channel containing notifications for current uninstall operations [CHAR LIMIT=40] -->
124    <string name="uninstalling_notification_channel">Running uninstalls</string>
125    <!-- Label for the notification channel containing notifications for failed uninstall operations [CHAR LIMIT=40] -->
126    <string name="uninstall_failure_notification_channel">Failed uninstalls</string>
127
128    <!-- [CHAR LIMIT=50] -->
129    <string name="uninstalling">Uninstalling\u2026</string>
130    <!-- [CHAR LIMIT=50] -->
131    <string name="uninstalling_app">Uninstalling <xliff:g id="package_label">%1$s</xliff:g>\u2026</string>
132    <!-- [CHAR LIMIT=100] -->
133    <string name="uninstall_done">Uninstall finished.</string>
134    <!-- [CHAR LIMIT=100] -->
135    <string name="uninstall_done_app">Uninstalled <xliff:g id="package_label">%1$s</xliff:g></string>
136    <!-- [CHAR LIMIT=100] -->
137    <string name="uninstall_failed">Uninstall unsuccessful.</string>
138    <!-- [CHAR LIMIT=100] -->
139    <string name="uninstall_failed_app">Uninstalling <xliff:g id="package_label">%1$s</xliff:g> unsuccessful.</string>
140    <!-- String presented to the user when uninstalling a package failed because the target package
141        is a current device administrator [CHAR LIMIT=80] -->
142    <string name="uninstall_failed_device_policy_manager">Can\'t uninstall active device admin
143        app</string>
144    <!-- String presented to the user when uninstalling a package failed because the target package
145        is a current device administrator for some user [CHAR LIMIT=100] -->
146    <string name="uninstall_failed_device_policy_manager_of_user">Can\'t uninstall active device
147        admin app for <xliff:g id="username">%1$s</xliff:g></string>
148    <!-- String presented to the admin user when uninstalling a package for all users failed
149    because a profile owner has marked the target package as not able to be uninstalled
150    [CHAR LIMIT=120] -->
151    <string name="uninstall_all_blocked_profile_owner">This app is required for some users or
152        profiles and was uninstalled for others</string>
153    <!-- String presented to the user when uninstalling a package failed because a profile owner
154         has marked the target package as not able to be uninstalled [CHAR LIMIT=120] -->
155    <string name="uninstall_blocked_profile_owner">This app is needed for
156        your profile and can\'t be uninstalled.</string>
157    <!-- String presented to the user when uninstalling a package failed because a device owner
158         has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] -->
159    <string name="uninstall_blocked_device_owner">This app is required
160        by your device administrator and can\'t be uninstalled.</string>
161    <!-- String on a button that leads to the "device admin apps" configuration setting where a
162        user will be able to disable the device admin app in order to uninstall
163        it. [CHAR LIMIT=50] -->
164    <string name="manage_device_administrators">Manage device admin apps</string>
165    <!-- String on a button that leads to the "Users" page in Settings where a
166        user will be able to remove the secondary user(s) in order to uninstall
167        the app. [CHAR LIMIT=50] -->
168    <string name="manage_users">Manage users</string>
169    <!-- [CHAR LIMIT=none] -->
170    <string name="uninstall_failed_msg"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be uninstalled.</string>
171
172    <!-- Dialog attributes to indicate parse errors -->
173    <string name="Parse_error_dlg_text">There was a problem parsing the package.</string>
174
175    <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] -->
176    <string name="wear_not_allowed_dlg_title">Android Wear</string>
177    <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] -->
178    <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string>
179
180    <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] -->
181    <string name="message_staging">Staging app&#8230;</string>
182
183    <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] -->
184    <string name="app_name_unknown">Unknown</string>
185
186    <!-- Text to show in warning dialog on the tablet when the app source is not trusted [CHAR LIMIT=NONE] -->
187    <string name="untrusted_external_source_warning" product="tablet">For your security, your tablet currently isn’t allowed to install unknown apps from this source. You can change this in Settings.</string>
188
189    <!-- Text to show in warning dialog on the tv when the app source is not trusted [CHAR LIMIT=NONE] -->
190    <string name="untrusted_external_source_warning" product="tv">For your security, your TV currently isn’t allowed to install unknown apps from this source. You can change this in Settings.</string>
191
192    <!-- Text to show in warning dialog on the phone when the app source is not trusted [CHAR LIMIT=NONE] -->
193    <string name="untrusted_external_source_warning" product="default">For your security, your phone currently isn’t allowed to install unknown apps from this source. You can change this in Settings.</string>
194
195    <!-- Text to show in warning dialog on the phone when the app source cannot be identified [CHAR LIMIT=NONE] -->
196    <string name="anonymous_source_warning" product="default">
197        Your phone and personal data are more vulnerable
198        to attack by unknown apps. By installing this app, you
199        agree that you are responsible for any damage to your
200        phone or loss of data that may result from its use.
201    </string>
202
203    <!-- Text to show in warning dialog on the tablet when the app source cannot be identified [CHAR LIMIT=NONE] -->
204    <string name="anonymous_source_warning" product="tablet">
205        Your tablet and personal data are more vulnerable
206        to attack by unknown apps. By installing this app, you
207        agree that you are responsible for any damage to your
208        tablet or loss of data that may result from its use.
209    </string>
210
211    <!-- Text to show in warning dialog on the tv when the app source cannot be identified [CHAR LIMIT=NONE] -->
212    <string name="anonymous_source_warning" product="tv">
213        Your TV and personal data are more vulnerable
214        to attack by unknown apps. By installing this app, you
215        agree that you are responsible for any damage to your
216        TV or loss of data that may result from its use.
217    </string>
218
219    <!-- Label for button to continue install of an app whose source cannot be identified [CHAR LIMIT=40] -->
220    <string name="anonymous_source_continue">Continue</string>
221
222    <!-- Label for button to open manage external sources settings [CHAR LIMIT=45] -->
223    <string name="external_sources_settings">Settings</string>
224
225    <!-- Label for the notification channel containing notifications for embedded app operations [CHAR LIMIT=40] -->
226    <string name="wear_app_channel">Installing/uninstalling wear apps</string>
227
228    <!-- Description for the app installer notification channel [CHAR LIMIT=40] -->
229    <string name="app_installed_notification_channel_description">App installed notification</string>
230
231    <!-- Notification message shown in status bar when an application is successfully installed.
232         [CHAR LIMIT=30] -->
233    <string name="notification_installation_success_message">Successfully installed</string>
234
235    <!-- Notification shown in status bar when an application is successfully installed.
236         [CHAR LIMIT=50] -->
237    <string name="notification_installation_success_status">Successfully installed \u201c<xliff:g id="appname" example="Package Installer">%1$s</xliff:g>\u201d</string>
238</resources>
239