summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-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] -->