summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2014-11-11 06:37:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-11 06:37:46 +0000
commit00acfcef7c5402e792af854d969ab3091790d99c (patch)
tree1c2311f5c9a3ec5a18fa3e07a1616274148319ff /res
parent084e8a7391c93123cef195e31b8404155519556d (diff)
parente262dd2d4e11fd0fc0737610b2e5a844d318eafc (diff)
downloadandroid_packages_apps_PackageInstaller-00acfcef7c5402e792af854d969ab3091790d99c.tar.gz
android_packages_apps_PackageInstaller-00acfcef7c5402e792af854d969ab3091790d99c.tar.bz2
android_packages_apps_PackageInstaller-00acfcef7c5402e792af854d969ab3091790d99c.zip
am e262dd2d: Add tv product variants to strings.
* commit 'e262dd2d4e11fd0fc0737610b2e5a844d318eafc': Add tv product variants to strings.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a01e5657..9b0cf678 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -64,6 +64,10 @@
<string name="install_failed_cpu_abi_incompatible" product="tablet">This app isn\'t
compatible with your tablet.</string>
<!-- 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] -->
+ <string name="install_failed_cpu_abi_incompatible" product="tv">This app isn\'t
+ compatible with your TV.</string>
+ <!-- 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] -->
<string name="install_failed_cpu_abi_incompatible" product="default">This app isn\'t
compatible with your phone.</string>
@@ -81,6 +85,8 @@
package. Try to install it again later.</string>
<!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] -->
<string name="install_failed_msg" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your tablet.</string>
+ <!-- Message presented when an application could not be installed on the TV for some reason. [CHAR LIMIT=100] -->
+ <string name="install_failed_msg" product="tv"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your TV.</string>
<!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] -->
<string name="install_failed_msg" product="default"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your phone.</string>
<string name="launch">Open</string>
@@ -88,6 +94,8 @@
<!-- 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] -->
<string name="unknown_apps_dlg_text" product="tablet">For security, your tablet is set to block installation of apps obtained from unknown sources.</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] -->
+ <string name="unknown_apps_dlg_text" product="TV">For security, your TV is set to block installation of apps obtained from unknown sources.</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] -->
<string name="unknown_apps_dlg_text" product="default">For security, your phone is set to block installation of apps obtained from unknown sources.</string>
<!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] -->
<string name="unknown_apps_admin_dlg_text">Your administrator doesn\'t allow installation of apps obtained from unknown sources.</string>