summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-01-17 12:30:06 -0800
committerBobby Georgescu <georgescu@google.com>2013-01-17 17:06:50 -0800
commit5d58a2f36675aa43ec20308f9da146506d1a8f70 (patch)
tree4fabe3d12efc1e1c29c368c88d60a69c0e28a17d /res/values
parentc5209fbb8d4c691b35f5b58ea53639c070ba8c83 (diff)
downloadandroid_packages_apps_Snap-5d58a2f36675aa43ec20308f9da146506d1a8f70.tar.gz
android_packages_apps_Snap-5d58a2f36675aa43ec20308f9da146506d1a8f70.tar.bz2
android_packages_apps_Snap-5d58a2f36675aa43ec20308f9da146506d1a8f70.zip
Show status in importer for empty or no device
Bug: 8000251 Change-Id: Iefbbe6df59f432ffeb10ac9fa846a8908584ab58
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 94f56460f..9cbf72f96 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -542,4 +542,10 @@
<!-- Status message shown when content from an external camera is being imported -->
<string name="ingest_importing">Importing...</string>
+
+ <!-- Status message shown when there is no content available to be imported -->
+ <string name="ingest_empty_device">There is no content available for importing on this device.</string>
+
+ <!-- Status message shown when there is no MTP device connected -->
+ <string name="ingest_no_device">There is no MTP device connected</string>
</resources>