OSDN Git Service

Shorten location startup dialog string
[android-x86/packages-apps-Camera2.git] / res / values / strings.xml
index 22eeeb5..00618da 100644 (file)
     <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>
 
     <!-- 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] -->