summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-09-06 10:11:42 -0700
committerSascha Haeberling <haeberling@google.com>2013-09-06 10:40:48 -0700
commitcd7b8c13c3372f6124d284d45a5082dc7135ce7a (patch)
treeaf3b818db5a15dd8e9807e54eb1a52b7ef8f6abf /res/values/strings.xml
parent46c09ba0ef7fac45ab7109d8608290c50cf40bce (diff)
downloadandroid_packages_apps_Snap-cd7b8c13c3372f6124d284d45a5082dc7135ce7a.tar.gz
android_packages_apps_Snap-cd7b8c13c3372f6124d284d45a5082dc7135ce7a.tar.bz2
android_packages_apps_Snap-cd7b8c13c3372f6124d284d45a5082dc7135ce7a.zip
Re-add a strings that should not have cleaned up.
Bug: 10647548 Change-Id: I7b99a82a0748ed8ec8d5b288e8f1ed62d77d10ac
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c8fb1c514..16a3bedd1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -416,12 +416,24 @@
<!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=12] -->
<string name="pano_too_fast_prompt">Too fast</string>
+ <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
+ <string name="pano_dialog_prepare_preview">Preparing panorama</string>
+
+ <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
+ <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
+
<!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
<string name="pano_dialog_title">Panorama</string>
<!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
<string name="pano_capture_indication">Capturing panorama</string>
+ <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
+ <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
+
+ <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
+ <string name="pano_review_saving_indication_str">Saving\u2026</string>
+
<!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
<string name="pano_review_rendering">Rendering panorama</string>
@@ -484,6 +496,8 @@
<string name="accessibility_switch_to_camera">Switch to photo</string>
<!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
<string name="accessibility_switch_to_video">Switch to video</string>
+ <!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch_to_panorama">Switch to panorama</string>
<!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT = NONE] -->
<string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
<!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->