summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-12-26 00:52:28 -0800
committerBobby Georgescu <georgescu@google.com>2013-01-07 14:43:56 -0800
commitd2f3995f22bfe02d6e927f660202bb0b2f89ac82 (patch)
tree55092b7994d8332474fb20a23452e35ac0289d37 /res/values
parent5b8f1dc697d368ec189503179f7daaf88aa12cdc (diff)
downloadandroid_packages_apps_Snap-d2f3995f22bfe02d6e927f660202bb0b2f89ac82.tar.gz
android_packages_apps_Snap-d2f3995f22bfe02d6e927f660202bb0b2f89ac82.tar.bz2
android_packages_apps_Snap-d2f3995f22bfe02d6e927f660202bb0b2f89ac82.zip
Replace camera importer
Change-Id: Icfeb23301bc6c9f8c8b12824bcbb0d8b41852d07
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/strings.xml19
2 files changed, 22 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9fd7802f4..2dedd515e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -40,4 +40,7 @@
<color name="slideshow_background">#1A1A1A</color>
<color name="button_dark_transparent_background">#6000</color>
+
+ <color name="ingest_highlight_semitransparent">#8833b5e5</color>
+ <color name="ingest_date_tile_text">#33b5e5</color>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3eb909513..94f56460f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -523,4 +523,23 @@
<!-- The label on the button that will save an edited image -->
<string name="save" msgid="8140440041190264400">Save</string>
+
+ <!-- Text of notification message which is shown when user attaches camera -->
+ <string name="ingest_scanning" msgid="2048262851775139720">Scanning content...</string>
+
+ <!-- String indicating how many media items from the camera have been scanned -->
+ <plurals name="ingest_number_of_items_scanned">
+ <item quantity="zero">%1$d items scanned</item>
+ <item quantity="one">%1$d item scanned</item>
+ <item quantity="other">%1$d items scanned</item>
+ </plurals>
+
+ <!-- Status message shown when content from the camera is being sorted -->
+ <string name="ingest_sorting" msgid="624687230903648118">Sorting...</string>
+
+ <!-- Status message shown when scanning the content from the camera has completed -->
+ <string name="ingest_scanning_done">Scanning done</string>
+
+ <!-- Status message shown when content from an external camera is being imported -->
+ <string name="ingest_importing">Importing...</string>
</resources>