summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclyde@build01 <jenkins@cyanogenmod.com>2016-12-16 14:46:47 -0800
committerclyde@build01 <jenkins@cyanogenmod.com>2016-12-16 14:46:47 -0800
commit10652e372e0d6b79733e2e3a0e0492327cef24a5 (patch)
treefe07228214d1c87ac08d0f6a6766f95624865684
parent7f0caf5746778e244307ae9a44c4a19f3b2c57b1 (diff)
downloadandroid_packages_apps_PackageInstaller-cm-12.1.tar.gz
android_packages_apps_PackageInstaller-cm-12.1.tar.bz2
android_packages_apps_PackageInstaller-cm-12.1.zip
Automatic translation importcm-12.1
Change-Id: I3f38b7655b833351a4e23e9435e31da9a3738f79
-rw-r--r--res/values-eo/strings.xml8
-rw-r--r--res/values-es-rCO/strings.xml69
-rw-r--r--res/values-ga-rIE/strings.xml69
3 files changed, 146 insertions, 0 deletions
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
index 079dfec1..fd82d14f 100644
--- a/res/values-eo/strings.xml
+++ b/res/values-eo/strings.xml
@@ -15,7 +15,10 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="install">Instali</string>
<!-- TODO REMOVE LATER -->
+ <string name="cancel">Nuligi</string>
+ <string name="unknown">Nekonata</string>
<!-- Message for installing a new app that requires some permissions [CHAR LIMIT=NONE] -->
<!-- Message for installing a new app that does not require permissions [CHAR LIMIT=NONE] -->
<!-- Message for updating an existing app [CHAR LIMIT=NONE] -->
@@ -43,14 +46,17 @@
<!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
<!-- Message presented when an application could not be installed on the TV for some reason. [CHAR LIMIT=100] -->
<!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] -->
+ <string name="launch">Malfermi</string>
<!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
<!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
<!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
<!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
+ <string name="settings">Agordoj</string>
<!-- Title of dialog asking user if they would allow an application to be an install source. -->
<!-- Message of dialog asking user if they would allow an application to be an install source. -->
<!-- Dialog attributes when replacing system app -->
<!-- strings related to uninstall activity -->
+ <string name="uninstall_application_title">Malinstali aplikaĵon</string>
<!-- String presented to the user when uninstalling a package failed because the target package
is a current device administrator [CHAR LIMIT=80] -->
<!-- String presented to the user when uninstalling a package failed because a profile owner
@@ -62,8 +68,10 @@
it. [CHAR LIMIT=50] -->
<!-- Dialog attributes to indicate parse errors -->
<!-- Tab label for new permissions being added to an existing app [CHAR LIMIT=20] -->
+ <string name="newPerms">Nova</string>
<!-- Tab label for all permissions of an app being installed [CHAR LIMIT=20] -->
<!-- Tab label for permissions related to user privacy [CHAR LIMIT=20] -->
+ <string name="privacyPerms">Privateco</string>
<!-- Tab label for permissions related to device behavior [CHAR LIMIT=20] -->
<!-- Body text for new tab when there are no new permissions [CHAR LIMIT=NONE] -->
</resources>
diff --git a/res/values-es-rCO/strings.xml b/res/values-es-rCO/strings.xml
new file mode 100644
index 00000000..079dfec1
--- /dev/null
+++ b/res/values-es-rCO/strings.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2007 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">
+ <!-- TODO REMOVE LATER -->
+ <!-- Message for installing a new app that requires some permissions [CHAR LIMIT=NONE] -->
+ <!-- Message for installing a new app that does not require permissions [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing app [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing system app [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing app, no permissions [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing system app, no permissions [CHAR LIMIT=NONE] -->
+ <!-- Reason displayed when installation fails because the installation package itself is invalid
+ in some way (e.g., corrupt) [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package an existing package is
+ installed with a conflicting package author signature [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies a minimum compatible
+ OS version that is newer than our current OS version. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies it is compatible
+ only with a CPU that the current tablet doesn't have. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies it is compatible
+ only with a CPU that the current TV doesn't have. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies it is compatible
+ only with a CPU that the current phone doesn't have. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package was deleted during the
+ installation process. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package could not be verified
+ because the package verifier rejected it. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package could not be verified
+ before the internal system timer expired. [CHAR LIMIT=100] -->
+ <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
+ <!-- Message presented when an application could not be installed on the TV for some reason. [CHAR LIMIT=100] -->
+ <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
+ <!-- Title of dialog asking user if they would allow an application to be an install source. -->
+ <!-- Message of dialog asking user if they would allow an application to be an install source. -->
+ <!-- Dialog attributes when replacing system app -->
+ <!-- strings related to uninstall activity -->
+ <!-- String presented to the user when uninstalling a package failed because the target package
+ is a current device administrator [CHAR LIMIT=80] -->
+ <!-- String presented to the user when uninstalling a package failed because a profile owner
+ has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] -->
+ <!-- String presented to the user when uninstalling a package failed because a device owner
+ has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] -->
+ <!-- String on a button that leads to the "device administrator" configuration setting where a
+ user will be able to disable the device administrator in order to uninstall
+ it. [CHAR LIMIT=50] -->
+ <!-- Dialog attributes to indicate parse errors -->
+ <!-- Tab label for new permissions being added to an existing app [CHAR LIMIT=20] -->
+ <!-- Tab label for all permissions of an app being installed [CHAR LIMIT=20] -->
+ <!-- Tab label for permissions related to user privacy [CHAR LIMIT=20] -->
+ <!-- Tab label for permissions related to device behavior [CHAR LIMIT=20] -->
+ <!-- Body text for new tab when there are no new permissions [CHAR LIMIT=NONE] -->
+</resources>
diff --git a/res/values-ga-rIE/strings.xml b/res/values-ga-rIE/strings.xml
new file mode 100644
index 00000000..079dfec1
--- /dev/null
+++ b/res/values-ga-rIE/strings.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!-- Copyright (C) 2007 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">
+ <!-- TODO REMOVE LATER -->
+ <!-- Message for installing a new app that requires some permissions [CHAR LIMIT=NONE] -->
+ <!-- Message for installing a new app that does not require permissions [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing app [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing system app [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing app, no permissions [CHAR LIMIT=NONE] -->
+ <!-- Message for updating an existing system app, no permissions [CHAR LIMIT=NONE] -->
+ <!-- Reason displayed when installation fails because the installation package itself is invalid
+ in some way (e.g., corrupt) [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package an existing package is
+ installed with a conflicting package author signature [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies a minimum compatible
+ OS version that is newer than our current OS version. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies it is compatible
+ only with a CPU that the current tablet doesn't have. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies it is compatible
+ only with a CPU that the current TV doesn't have. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package specifies it is compatible
+ only with a CPU that the current phone doesn't have. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package was deleted during the
+ installation process. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package could not be verified
+ because the package verifier rejected it. [CHAR LIMIT=100] -->
+ <!-- Reason displayed when installation fails because the package could not be verified
+ before the internal system timer expired. [CHAR LIMIT=100] -->
+ <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
+ <!-- Message presented when an application could not be installed on the TV for some reason. [CHAR LIMIT=100] -->
+ <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] -->
+ <!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
+ <!-- Title of dialog asking user if they would allow an application to be an install source. -->
+ <!-- Message of dialog asking user if they would allow an application to be an install source. -->
+ <!-- Dialog attributes when replacing system app -->
+ <!-- strings related to uninstall activity -->
+ <!-- String presented to the user when uninstalling a package failed because the target package
+ is a current device administrator [CHAR LIMIT=80] -->
+ <!-- String presented to the user when uninstalling a package failed because a profile owner
+ has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] -->
+ <!-- String presented to the user when uninstalling a package failed because a device owner
+ has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] -->
+ <!-- String on a button that leads to the "device administrator" configuration setting where a
+ user will be able to disable the device administrator in order to uninstall
+ it. [CHAR LIMIT=50] -->
+ <!-- Dialog attributes to indicate parse errors -->
+ <!-- Tab label for new permissions being added to an existing app [CHAR LIMIT=20] -->
+ <!-- Tab label for all permissions of an app being installed [CHAR LIMIT=20] -->
+ <!-- Tab label for permissions related to user privacy [CHAR LIMIT=20] -->
+ <!-- Tab label for permissions related to device behavior [CHAR LIMIT=20] -->
+ <!-- Body text for new tab when there are no new permissions [CHAR LIMIT=NONE] -->
+</resources>