summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2012-10-17 16:15:51 -0700
committerDoris Liu <tianliu@google.com>2012-10-17 18:44:10 -0700
commitd7c133df72679b370b182cc033a054eec7c41d63 (patch)
tree156a25cbe6b8037ff1457843bcc48f5b9db2011a /res
parent146c53701271330ba892118782afdc2bef518434 (diff)
downloadandroid_packages_apps_Snap-d7c133df72679b370b182cc033a054eec7c41d63.tar.gz
android_packages_apps_Snap-d7c133df72679b370b182cc033a054eec7c41d63.tar.bz2
android_packages_apps_Snap-d7c133df72679b370b182cc033a054eec7c41d63.zip
Save edited picasa to "Edited Online Photos" album
Bug: 7346157 This CL includes the following changes: 1) Save the new image to a new folder named "Edited Online Photos" 2) After the picture is saved, the user will be in the "Edited Online Photos" folder 3) Change the toast during saving to "Saving to" + new folder name Change-Id: Ic505925425419ba9e3c7dac31fd403bf73d6887d
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b6c47b2c8..d62bfdc55 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -70,6 +70,10 @@
<string name="multiface_crop_help">Touch a face to begin.</string>
<!-- Toast/alert that the image is being saved to the SD card -->
<string name="saving_image">Saving picture\u2026</string>
+
+ <!-- Toast/alert that the image is being saved after editing in filtershow [CHAR LIMIT=40]-->
+ <string name="filtershow_saving_image">Saving picture to <xliff:g id="album_name">%1$s</xliff:g> \u2026</string>
+
<!-- Eorror toast message that the image cannot be saved [CHAR LIMIT=40]-->
<string name="save_error">Couldn\'t save cropped image.</string>
@@ -459,6 +463,9 @@
<!-- The label for the folder contains downloaded pictures. [CHAR LIMIT=20]-->
<string name="folder_download">Download</string>
+ <!-- The label for the folder contains edited online pictures. [CHAR LIMIT=40]-->
+ <string name="folder_edited_online_photos">Edited Online Photos</string>
+
<!-- The label for the folder contains pictures that was imported from an
external camera. [CHAR LIMIT=20]-->
<string name="folder_imported">Imported</string>