summaryrefslogtreecommitdiffstats
path: root/res/values
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
commit0addfc7f6342184a67cdd8b5cc3872c6a5c87e55 (patch)
tree4c6547d756e919a28ae2ee3a2adaf0557db0813c /res/values
parentef8597fe38f9808096cc2f68921a54a6fc01e3f0 (diff)
downloadandroid_packages_apps_Gallery2-0addfc7f6342184a67cdd8b5cc3872c6a5c87e55.tar.gz
android_packages_apps_Gallery2-0addfc7f6342184a67cdd8b5cc3872c6a5c87e55.tar.bz2
android_packages_apps_Gallery2-0addfc7f6342184a67cdd8b5cc3872c6a5c87e55.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/values')
-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>