OSDN Git Service

Shorten location startup dialog string
[android-x86/packages-apps-Camera2.git] / res / values / strings.xml
index 948ae2c..00618da 100644 (file)
     <string name="camera_error_title">Camera error</string>
 
     <!-- message for the dialog showing the error of camera hardware -->
-    <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
+    <string name="error_cannot_connect_camera">Can\'t connect to the camera.</string>
 
     <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
-    <string name="camera_disabled">Camera has been disabled because of security policies.</string>
+    <string name="error_camera_disabled">Camera has been disabled because of security policies.</string>
+
+    <!-- message for the dialog showing that the user's photo could not be saved [CHAR LIMIT=NONE] -->
+    <string name="error_media_storage_failure">There was a problem saving your photo or video.</string>
+
+    <!-- Reason used for session failure which is visible in UI [CHAR LIMIT=NONE] -->
+    <string name="reason_storage_failure">Photo storage failure.</string>
 
     <!-- alert to the user to wait for some operation to complete -->
     <string name="wait">Please wait\u2026</string>
     <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
     <string name="time_lapse_title">Time lapse recording</string>
 
+    <!-- Default feedback that is entered in the Feedback textview for issues related to camera access. [CHAR LIMIT=NONE] -->
+    <string name="feedback_description_camera_access">The app couldn\'t connect to the camera</string>
+
+    <!-- Default feedback that is entered in the Feedback textview for issues related to saving photos. [CHAR LIMIT=NONE] -->
+    <string name="feedback_description_save_photo">Photo or video did not save to the device.</string>
+
     <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
     <string name="capturing">Capturing</string>
 
     <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
     <string name="pref_camera_focusmode_label_macro">MACRO</string>
 
+    <!-- HDR support mode setting. -->
+    <string name="pref_camera_hdr_supportmode_none" translatable="false">no_hdr</string>
+    <string name="pref_camera_hdr_supportmode_hdr" translatable="false">hdr</string>
+    <string name="pref_camera_hdr_supportmode_hdr_plus" translatable="false">hdr_plus</string>
+
     <!-- Default focus mode setting -->
     <string name="pref_camera_focusmode_default" translatable="false">continuous-picture</string>
 
     <!-- Text on the button that toggles the filmstrip. [CHAR LIMIT=20] -->
     <string name="btn_filmstrip_toggle">Filmstrip</string>
 
+    <!-- Content description of the button that zooms in. [CHAR LIMIT=NONE] -->
+    <string name="accessibility_mode_zoom_plus">Zoom in</string>
+
+    <!-- Text on the button that zooms in [CHAR LIMIT=20] -->
+    <string name="btn_zoom_plus">Z+</string>
+
+    <!-- Content description of the button that zooms out. [CHAR LIMIT=NONE] -->
+    <string name="accessibility_mode_zoom_minus">Zoom out</string>
+
+    <!-- Text on the button that zooms out [CHAR LIMIT=20] -->
+    <string name="btn_zoom_minus">Z-</string>
+
+    <!-- Accessibility message spoken by TalkBack informing user of the current zoom value [CHAR LIMIT=NONE] -->
+    <string name="accessibility_zoom_announcement">Zoom value is %.1f</string>
+
     <!-- Default text for a button that can be toggled on and off. -->
     <string name="capital_on">ON</string>
     <!-- Default text for a button that can be toggled on and off. -->
     <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=50] -->
     <string name="remember_location_title">Remember photo locations?</string>
     <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=None] -->
-    <string name="remember_location_prompt">Tag your photos and videos with the locations where they are taken.\n\nOther apps can access this information along with your saved images.</string>
+    <string name="remember_location_prompt">Tag your photos and videos with the locations where they\'re taken.</string>
     <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
     <string name="remember_location_no">No thanks</string>
     <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
     <string name="pref_boolean_false">0</string>
     <!-- String representation of boolean true, allows for integer conversion. -->
     <string name="pref_boolean_true">1</string>
+
+    <!-- Shown to the user while an image/video is being saved to disk. -->
+    <string name="session_saving_image">Saving\u2026</string>
  </resources>