summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2014-11-07 13:14:17 -0800
committerTim Kilbourn <tkilbourn@google.com>2014-11-10 10:45:13 -0800
commite262dd2d4e11fd0fc0737610b2e5a844d318eafc (patch)
tree0d0b85b820f89fe7492bfd6c828bc194cbb7bb7f /res/values
parentd7f98be28f9e7821929959efd5c2d7952e324693 (diff)
downloadandroid_packages_apps_PackageInstaller-e262dd2d4e11fd0fc0737610b2e5a844d318eafc.tar.gz
android_packages_apps_PackageInstaller-e262dd2d4e11fd0fc0737610b2e5a844d318eafc.tar.bz2
android_packages_apps_PackageInstaller-e262dd2d4e11fd0fc0737610b2e5a844d318eafc.zip
Add tv product variants to strings.
Bug: 18053999 Change-Id: I7d1a21600d7b0e4dea16b8cf7a2fc1ba552de930
Diffstat (limited to 'res/values')
-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>