summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorrepo sync <cywang@google.com>2011-07-27 19:29:41 +0800
committerrepo sync <cywang@google.com>2011-07-29 06:32:37 +0800
commita72d73cbac59db43d413291e4db66763be08143a (patch)
tree23bc183be660a45815b8378cccbe2f3f2b3a42cd /res/values
parent07c328d3f67ecfb2b01f9b9765e1d2426c0959fd (diff)
downloadpackages_apps_LegacyCamera-a72d73cbac59db43d413291e4db66763be08143a.zip
packages_apps_LegacyCamera-a72d73cbac59db43d413291e4db66763be08143a.tar.gz
packages_apps_LegacyCamera-a72d73cbac59db43d413291e4db66763be08143a.tar.bz2
Add mode picker for camera/camcorder/panaramo
+remove camera switcher +add menu item for panorama bug:5039225 Change-Id: Ib065074026760f7dc1bd1dfe694935f46bb8c407
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8772f3a..f1758bd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -283,8 +283,14 @@
<!-- The text to show the current zoom factor. [CHAR LIMIT=NONE] -->
<string name="zoom_text">Zoom <xliff:g id="zoom_text" example="1.1x">%s</xliff:g></string>
- <string name="switch_to_camera_lable">Switch to camera</string>
- <string name="switch_to_video_lable">Switch to video</string>
+ <!-- The text of menu item to switch the mode to Camera. [CHAR LIMIT=NONE] -->
+ <string name="switch_to_camera_label">Switch to camera</string>
+
+ <!-- The text of menu item to switch the mode to Video. [CHAR LIMIT=NONE] -->
+ <string name="switch_to_video_label">Switch to video</string>
+
+ <!-- The text of menu item to switch the mode to Panorama. [CHAR LIMIT=NONE] -->
+ <string name="switch_to_panorama_label">Switch to panorama</string>
<string name="setting_increment" translatable="false">&gt;</string>
<string name="setting_decrement" translatable="false">&lt;</string>