Merge "Trim transparent pixels off camera preview bitmaps." into lmp-mr1-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e187f99..8d0c759 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -53,14 +53,11 @@
             android:clearTaskOnLaunch="true"
             android:configChanges="orientation|screenSize|keyboardHidden"
             android:label="@string/app_name"
+            android:launchMode="singleTask"
             android:taskAffinity="com.android.camera.CameraActivity"
             android:theme="@style/Theme.Camera"
             android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
             <intent-filter>
-                <action android:name="android.media.action.IMAGE_CAPTURE" />
-                <category android:name="android.intent.category.DEFAULT" />
-            </intent-filter>
-            <intent-filter>
                 <action android:name="android.media.action.STILL_IMAGE_CAMERA" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
@@ -86,11 +83,23 @@
             </intent-filter>
         </activity-alias>
 
+        <activity
+            android:name="com.android.camera.CaptureActivity"
+            android:label="@string/app_name"
+            android:theme="@style/Theme.Camera"
+            android:configChanges="orientation|screenSize|keyboardHidden"
+            android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
+            <intent-filter>
+                <action android:name="android.media.action.IMAGE_CAPTURE" />
+                <category android:name="android.intent.category.DEFAULT" />
+            </intent-filter>
+        </activity>
+
         <!-- Video camera and capture use the Camcorder label and icon. -->
         <activity-alias
             android:name="com.android.camera.VideoCamera"
             android:label="@string/video_camera_label"
-            android:targetActivity="com.android.camera.CameraActivity">
+            android:targetActivity="com.android.camera.CaptureActivity">
             <intent-filter>
                 <action android:name="android.media.action.VIDEO_CAMERA" />
                 <category android:name="android.intent.category.DEFAULT" />
diff --git a/res/drawable-hdpi/aspect_ratio_16x9_selected.jpg b/res/drawable-hdpi/aspect_ratio_16x9_selected.jpg
new file mode 100644
index 0000000..d87fe68
--- /dev/null
+++ b/res/drawable-hdpi/aspect_ratio_16x9_selected.jpg
Binary files differ
diff --git a/res/drawable-hdpi/aspect_ratio_16x9_selected.png b/res/drawable-hdpi/aspect_ratio_16x9_selected.png
deleted file mode 100644
index db79362..0000000
--- a/res/drawable-hdpi/aspect_ratio_16x9_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/aspect_ratio_16x9_unselected.jpg b/res/drawable-hdpi/aspect_ratio_16x9_unselected.jpg
new file mode 100644
index 0000000..0f48885
--- /dev/null
+++ b/res/drawable-hdpi/aspect_ratio_16x9_unselected.jpg
Binary files differ
diff --git a/res/drawable-hdpi/aspect_ratio_16x9_unselected.png b/res/drawable-hdpi/aspect_ratio_16x9_unselected.png
deleted file mode 100644
index 73f3659..0000000
--- a/res/drawable-hdpi/aspect_ratio_16x9_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/aspect_ratio_4x3_selected.jpg b/res/drawable-hdpi/aspect_ratio_4x3_selected.jpg
new file mode 100644
index 0000000..cbb6f10
--- /dev/null
+++ b/res/drawable-hdpi/aspect_ratio_4x3_selected.jpg
Binary files differ
diff --git a/res/drawable-hdpi/aspect_ratio_4x3_selected.png b/res/drawable-hdpi/aspect_ratio_4x3_selected.png
deleted file mode 100644
index 87b44f5..0000000
--- a/res/drawable-hdpi/aspect_ratio_4x3_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/aspect_ratio_4x3_unselected.jpg b/res/drawable-hdpi/aspect_ratio_4x3_unselected.jpg
new file mode 100644
index 0000000..3e477f8
--- /dev/null
+++ b/res/drawable-hdpi/aspect_ratio_4x3_unselected.jpg
Binary files differ
diff --git a/res/drawable-hdpi/aspect_ratio_4x3_unselected.png b/res/drawable-hdpi/aspect_ratio_4x3_unselected.png
deleted file mode 100644
index 9ec9a7a..0000000
--- a/res/drawable-hdpi/aspect_ratio_4x3_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/btn_cling.9.png b/res/drawable-hdpi/btn_cling.9.png
index 5501632..96b7183 100644
--- a/res/drawable-hdpi/btn_cling.9.png
+++ b/res/drawable-hdpi/btn_cling.9.png
Binary files differ
diff --git a/res/drawable-hdpi/btn_cling_pressed.9.png b/res/drawable-hdpi/btn_cling_pressed.9.png
index e9ae75b..a81a776 100644
--- a/res/drawable-hdpi/btn_cling_pressed.9.png
+++ b/res/drawable-hdpi/btn_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-hdpi/geo_opt_in_graphic.jpg b/res/drawable-hdpi/geo_opt_in_graphic.jpg
new file mode 100644
index 0000000..c7e04b4
--- /dev/null
+++ b/res/drawable-hdpi/geo_opt_in_graphic.jpg
Binary files differ
diff --git a/res/drawable-hdpi/geo_opt_in_graphic.png b/res/drawable-hdpi/geo_opt_in_graphic.png
deleted file mode 100644
index 236eaa3..0000000
--- a/res/drawable-hdpi/geo_opt_in_graphic.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_share_disabled.png b/res/drawable-hdpi/ic_share_disabled.png
index 2794c4c..587fe1b 100644
--- a/res/drawable-hdpi/ic_share_disabled.png
+++ b/res/drawable-hdpi/ic_share_disabled.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_share_normal.png b/res/drawable-hdpi/ic_share_normal.png
index be97383..5a2efc0 100644
--- a/res/drawable-hdpi/ic_share_normal.png
+++ b/res/drawable-hdpi/ic_share_normal.png
Binary files differ
diff --git a/res/drawable-hdpi/stgs_cling.9.png b/res/drawable-hdpi/stgs_cling.9.png
new file mode 100644
index 0000000..5501632
--- /dev/null
+++ b/res/drawable-hdpi/stgs_cling.9.png
Binary files differ
diff --git a/res/drawable-hdpi/stgs_cling_pressed.9.png b/res/drawable-hdpi/stgs_cling_pressed.9.png
new file mode 100644
index 0000000..e9ae75b
--- /dev/null
+++ b/res/drawable-hdpi/stgs_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_16x9_selected.jpg b/res/drawable-mdpi/aspect_ratio_16x9_selected.jpg
new file mode 100644
index 0000000..ed5b996
--- /dev/null
+++ b/res/drawable-mdpi/aspect_ratio_16x9_selected.jpg
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_16x9_selected.png b/res/drawable-mdpi/aspect_ratio_16x9_selected.png
deleted file mode 100644
index 2411179..0000000
--- a/res/drawable-mdpi/aspect_ratio_16x9_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_16x9_unselected.jpg b/res/drawable-mdpi/aspect_ratio_16x9_unselected.jpg
new file mode 100644
index 0000000..ee5521e
--- /dev/null
+++ b/res/drawable-mdpi/aspect_ratio_16x9_unselected.jpg
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_16x9_unselected.png b/res/drawable-mdpi/aspect_ratio_16x9_unselected.png
deleted file mode 100644
index a7f3afd..0000000
--- a/res/drawable-mdpi/aspect_ratio_16x9_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_4x3_selected.jpg b/res/drawable-mdpi/aspect_ratio_4x3_selected.jpg
new file mode 100644
index 0000000..4435bdd
--- /dev/null
+++ b/res/drawable-mdpi/aspect_ratio_4x3_selected.jpg
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_4x3_selected.png b/res/drawable-mdpi/aspect_ratio_4x3_selected.png
deleted file mode 100644
index 47026da..0000000
--- a/res/drawable-mdpi/aspect_ratio_4x3_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_4x3_unselected.jpg b/res/drawable-mdpi/aspect_ratio_4x3_unselected.jpg
new file mode 100644
index 0000000..8c6d898
--- /dev/null
+++ b/res/drawable-mdpi/aspect_ratio_4x3_unselected.jpg
Binary files differ
diff --git a/res/drawable-mdpi/aspect_ratio_4x3_unselected.png b/res/drawable-mdpi/aspect_ratio_4x3_unselected.png
deleted file mode 100644
index abaeea2..0000000
--- a/res/drawable-mdpi/aspect_ratio_4x3_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/btn_cling.9.png b/res/drawable-mdpi/btn_cling.9.png
index b93d042..47355c0 100644
--- a/res/drawable-mdpi/btn_cling.9.png
+++ b/res/drawable-mdpi/btn_cling.9.png
Binary files differ
diff --git a/res/drawable-mdpi/btn_cling_pressed.9.png b/res/drawable-mdpi/btn_cling_pressed.9.png
index f6e370b..dee7b22 100644
--- a/res/drawable-mdpi/btn_cling_pressed.9.png
+++ b/res/drawable-mdpi/btn_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-mdpi/geo_opt_in_graphic.jpg b/res/drawable-mdpi/geo_opt_in_graphic.jpg
new file mode 100644
index 0000000..c81900f
--- /dev/null
+++ b/res/drawable-mdpi/geo_opt_in_graphic.jpg
Binary files differ
diff --git a/res/drawable-mdpi/geo_opt_in_graphic.png b/res/drawable-mdpi/geo_opt_in_graphic.png
deleted file mode 100644
index a40e32f..0000000
--- a/res/drawable-mdpi/geo_opt_in_graphic.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_share_disabled.png b/res/drawable-mdpi/ic_share_disabled.png
index 15dbc53..d410bc0 100644
--- a/res/drawable-mdpi/ic_share_disabled.png
+++ b/res/drawable-mdpi/ic_share_disabled.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_share_normal.png b/res/drawable-mdpi/ic_share_normal.png
index 5c4d841..23d5d0d 100644
--- a/res/drawable-mdpi/ic_share_normal.png
+++ b/res/drawable-mdpi/ic_share_normal.png
Binary files differ
diff --git a/res/drawable-mdpi/stgs_cling.9.png b/res/drawable-mdpi/stgs_cling.9.png
new file mode 100644
index 0000000..b93d042
--- /dev/null
+++ b/res/drawable-mdpi/stgs_cling.9.png
Binary files differ
diff --git a/res/drawable-mdpi/stgs_cling_pressed.9.png b/res/drawable-mdpi/stgs_cling_pressed.9.png
new file mode 100644
index 0000000..f6e370b
--- /dev/null
+++ b/res/drawable-mdpi/stgs_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_16x9_selected.jpg b/res/drawable-xhdpi/aspect_ratio_16x9_selected.jpg
new file mode 100644
index 0000000..970d47f
--- /dev/null
+++ b/res/drawable-xhdpi/aspect_ratio_16x9_selected.jpg
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_16x9_selected.png b/res/drawable-xhdpi/aspect_ratio_16x9_selected.png
deleted file mode 100644
index c05aef5..0000000
--- a/res/drawable-xhdpi/aspect_ratio_16x9_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_16x9_unselected.jpg b/res/drawable-xhdpi/aspect_ratio_16x9_unselected.jpg
new file mode 100644
index 0000000..d9d9323
--- /dev/null
+++ b/res/drawable-xhdpi/aspect_ratio_16x9_unselected.jpg
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_16x9_unselected.png b/res/drawable-xhdpi/aspect_ratio_16x9_unselected.png
deleted file mode 100644
index db606f3..0000000
--- a/res/drawable-xhdpi/aspect_ratio_16x9_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_4x3_selected.jpg b/res/drawable-xhdpi/aspect_ratio_4x3_selected.jpg
new file mode 100644
index 0000000..0a89270
--- /dev/null
+++ b/res/drawable-xhdpi/aspect_ratio_4x3_selected.jpg
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_4x3_selected.png b/res/drawable-xhdpi/aspect_ratio_4x3_selected.png
deleted file mode 100644
index 45df82e..0000000
--- a/res/drawable-xhdpi/aspect_ratio_4x3_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_4x3_unselected.jpg b/res/drawable-xhdpi/aspect_ratio_4x3_unselected.jpg
new file mode 100644
index 0000000..359e2fd
--- /dev/null
+++ b/res/drawable-xhdpi/aspect_ratio_4x3_unselected.jpg
Binary files differ
diff --git a/res/drawable-xhdpi/aspect_ratio_4x3_unselected.png b/res/drawable-xhdpi/aspect_ratio_4x3_unselected.png
deleted file mode 100644
index 460d5a8..0000000
--- a/res/drawable-xhdpi/aspect_ratio_4x3_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/btn_cling.9.png b/res/drawable-xhdpi/btn_cling.9.png
index cce70b3..e4e3252 100644
--- a/res/drawable-xhdpi/btn_cling.9.png
+++ b/res/drawable-xhdpi/btn_cling.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/btn_cling_pressed.9.png b/res/drawable-xhdpi/btn_cling_pressed.9.png
index efa0f1c..83fd9ca 100644
--- a/res/drawable-xhdpi/btn_cling_pressed.9.png
+++ b/res/drawable-xhdpi/btn_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/geo_opt_in_graphic.jpg b/res/drawable-xhdpi/geo_opt_in_graphic.jpg
new file mode 100644
index 0000000..bfc6880
--- /dev/null
+++ b/res/drawable-xhdpi/geo_opt_in_graphic.jpg
Binary files differ
diff --git a/res/drawable-xhdpi/geo_opt_in_graphic.png b/res/drawable-xhdpi/geo_opt_in_graphic.png
deleted file mode 100644
index a51d151..0000000
--- a/res/drawable-xhdpi/geo_opt_in_graphic.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_share_disabled.png b/res/drawable-xhdpi/ic_share_disabled.png
index dd01a87..63845ee 100644
--- a/res/drawable-xhdpi/ic_share_disabled.png
+++ b/res/drawable-xhdpi/ic_share_disabled.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_share_normal.png b/res/drawable-xhdpi/ic_share_normal.png
index b0ddf23..42bce2a 100644
--- a/res/drawable-xhdpi/ic_share_normal.png
+++ b/res/drawable-xhdpi/ic_share_normal.png
Binary files differ
diff --git a/res/drawable-xhdpi/stgs_cling.9.png b/res/drawable-xhdpi/stgs_cling.9.png
new file mode 100644
index 0000000..cce70b3
--- /dev/null
+++ b/res/drawable-xhdpi/stgs_cling.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/stgs_cling_pressed.9.png b/res/drawable-xhdpi/stgs_cling_pressed.9.png
new file mode 100644
index 0000000..efa0f1c
--- /dev/null
+++ b/res/drawable-xhdpi/stgs_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_16x9_selected.jpg b/res/drawable-xxhdpi/aspect_ratio_16x9_selected.jpg
new file mode 100644
index 0000000..fbeb39e
--- /dev/null
+++ b/res/drawable-xxhdpi/aspect_ratio_16x9_selected.jpg
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_16x9_selected.png b/res/drawable-xxhdpi/aspect_ratio_16x9_selected.png
deleted file mode 100644
index 66c85b5..0000000
--- a/res/drawable-xxhdpi/aspect_ratio_16x9_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_16x9_unselected.jpg b/res/drawable-xxhdpi/aspect_ratio_16x9_unselected.jpg
new file mode 100644
index 0000000..acfb95c
--- /dev/null
+++ b/res/drawable-xxhdpi/aspect_ratio_16x9_unselected.jpg
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_16x9_unselected.png b/res/drawable-xxhdpi/aspect_ratio_16x9_unselected.png
deleted file mode 100644
index 27024fc..0000000
--- a/res/drawable-xxhdpi/aspect_ratio_16x9_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_4x3_selected.jpg b/res/drawable-xxhdpi/aspect_ratio_4x3_selected.jpg
new file mode 100644
index 0000000..f34276f
--- /dev/null
+++ b/res/drawable-xxhdpi/aspect_ratio_4x3_selected.jpg
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_4x3_selected.png b/res/drawable-xxhdpi/aspect_ratio_4x3_selected.png
deleted file mode 100644
index 47ee930..0000000
--- a/res/drawable-xxhdpi/aspect_ratio_4x3_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_4x3_unselected.jpg b/res/drawable-xxhdpi/aspect_ratio_4x3_unselected.jpg
new file mode 100644
index 0000000..861ce03
--- /dev/null
+++ b/res/drawable-xxhdpi/aspect_ratio_4x3_unselected.jpg
Binary files differ
diff --git a/res/drawable-xxhdpi/aspect_ratio_4x3_unselected.png b/res/drawable-xxhdpi/aspect_ratio_4x3_unselected.png
deleted file mode 100644
index d758eb9..0000000
--- a/res/drawable-xxhdpi/aspect_ratio_4x3_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/btn_cling.9.png b/res/drawable-xxhdpi/btn_cling.9.png
index ba016b2..b41788c 100644
--- a/res/drawable-xxhdpi/btn_cling.9.png
+++ b/res/drawable-xxhdpi/btn_cling.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi/btn_cling_pressed.9.png b/res/drawable-xxhdpi/btn_cling_pressed.9.png
index 48e861a..3a95c15 100644
--- a/res/drawable-xxhdpi/btn_cling_pressed.9.png
+++ b/res/drawable-xxhdpi/btn_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi/geo_opt_in_graphic.jpg b/res/drawable-xxhdpi/geo_opt_in_graphic.jpg
new file mode 100644
index 0000000..7de7ede
--- /dev/null
+++ b/res/drawable-xxhdpi/geo_opt_in_graphic.jpg
Binary files differ
diff --git a/res/drawable-xxhdpi/geo_opt_in_graphic.png b/res/drawable-xxhdpi/geo_opt_in_graphic.png
deleted file mode 100644
index 8f29861..0000000
--- a/res/drawable-xxhdpi/geo_opt_in_graphic.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_share_disabled.png b/res/drawable-xxhdpi/ic_share_disabled.png
index 4334ea6..bba9aee 100644
--- a/res/drawable-xxhdpi/ic_share_disabled.png
+++ b/res/drawable-xxhdpi/ic_share_disabled.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_share_normal.png b/res/drawable-xxhdpi/ic_share_normal.png
index 75e732a..9aa6089 100644
--- a/res/drawable-xxhdpi/ic_share_normal.png
+++ b/res/drawable-xxhdpi/ic_share_normal.png
Binary files differ
diff --git a/res/drawable-xxhdpi/stgs_cling.9.png b/res/drawable-xxhdpi/stgs_cling.9.png
new file mode 100644
index 0000000..ba016b2
--- /dev/null
+++ b/res/drawable-xxhdpi/stgs_cling.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi/stgs_cling_pressed.9.png b/res/drawable-xxhdpi/stgs_cling_pressed.9.png
new file mode 100644
index 0000000..48e861a
--- /dev/null
+++ b/res/drawable-xxhdpi/stgs_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_16x9_selected.jpg b/res/drawable-xxxhdpi/aspect_ratio_16x9_selected.jpg
new file mode 100644
index 0000000..be2f8eb
--- /dev/null
+++ b/res/drawable-xxxhdpi/aspect_ratio_16x9_selected.jpg
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_16x9_selected.png b/res/drawable-xxxhdpi/aspect_ratio_16x9_selected.png
deleted file mode 100644
index 6b1dfa8..0000000
--- a/res/drawable-xxxhdpi/aspect_ratio_16x9_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_16x9_unselected.jpg b/res/drawable-xxxhdpi/aspect_ratio_16x9_unselected.jpg
new file mode 100644
index 0000000..8ec2867
--- /dev/null
+++ b/res/drawable-xxxhdpi/aspect_ratio_16x9_unselected.jpg
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_16x9_unselected.png b/res/drawable-xxxhdpi/aspect_ratio_16x9_unselected.png
deleted file mode 100644
index 4d9235b..0000000
--- a/res/drawable-xxxhdpi/aspect_ratio_16x9_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_4x3_selected.jpg b/res/drawable-xxxhdpi/aspect_ratio_4x3_selected.jpg
new file mode 100644
index 0000000..f6073ea
--- /dev/null
+++ b/res/drawable-xxxhdpi/aspect_ratio_4x3_selected.jpg
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_4x3_selected.png b/res/drawable-xxxhdpi/aspect_ratio_4x3_selected.png
deleted file mode 100644
index a3bfeff..0000000
--- a/res/drawable-xxxhdpi/aspect_ratio_4x3_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_4x3_unselected.jpg b/res/drawable-xxxhdpi/aspect_ratio_4x3_unselected.jpg
new file mode 100644
index 0000000..cd405c2
--- /dev/null
+++ b/res/drawable-xxxhdpi/aspect_ratio_4x3_unselected.jpg
Binary files differ
diff --git a/res/drawable-xxxhdpi/aspect_ratio_4x3_unselected.png b/res/drawable-xxxhdpi/aspect_ratio_4x3_unselected.png
deleted file mode 100644
index 7e343e2..0000000
--- a/res/drawable-xxxhdpi/aspect_ratio_4x3_unselected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/btn_cling.9.png b/res/drawable-xxxhdpi/btn_cling.9.png
new file mode 100644
index 0000000..1400b86
--- /dev/null
+++ b/res/drawable-xxxhdpi/btn_cling.9.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/btn_cling_pressed.9.png b/res/drawable-xxxhdpi/btn_cling_pressed.9.png
new file mode 100644
index 0000000..a6bcb12
--- /dev/null
+++ b/res/drawable-xxxhdpi/btn_cling_pressed.9.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/geo_opt_in_graphic.jpg b/res/drawable-xxxhdpi/geo_opt_in_graphic.jpg
new file mode 100644
index 0000000..7108161
--- /dev/null
+++ b/res/drawable-xxxhdpi/geo_opt_in_graphic.jpg
Binary files differ
diff --git a/res/drawable-xxxhdpi/geo_opt_in_graphic.png b/res/drawable-xxxhdpi/geo_opt_in_graphic.png
deleted file mode 100644
index 63b4773..0000000
--- a/res/drawable-xxxhdpi/geo_opt_in_graphic.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_share_disabled.png b/res/drawable-xxxhdpi/ic_share_disabled.png
index 704b67f..c7a441a 100644
--- a/res/drawable-xxxhdpi/ic_share_disabled.png
+++ b/res/drawable-xxxhdpi/ic_share_disabled.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_share_normal.png b/res/drawable-xxxhdpi/ic_share_normal.png
index dfb49ec..58a4696 100644
--- a/res/drawable-xxxhdpi/ic_share_normal.png
+++ b/res/drawable-xxxhdpi/ic_share_normal.png
Binary files differ
diff --git a/res/drawable/ic_menu_share.xml b/res/drawable/ic_share.xml
similarity index 63%
rename from res/drawable/ic_menu_share.xml
rename to res/drawable/ic_share.xml
index cffd8fc..aafb97c 100644
--- a/res/drawable/ic_menu_share.xml
+++ b/res/drawable/ic_share.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
+<!-- Copyright (C) 2013 The Android Open Source Project
 
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
@@ -14,9 +14,16 @@
      limitations under the License.
 -->
 
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:drawable="@drawable/ic_share_disabled" />
-    <item android:state_enabled="true"
-          android:drawable="@drawable/ic_share_normal" />
+<selector xmlns:android="http://schemas.android.com/apk/res/android"
+          android:constantSize="true">
+    <item android:state_enabled="false">
+        <bitmap
+            android:gravity="center"
+            android:src="@drawable/ic_share_disabled" />
+    </item>
+    <item>
+        <bitmap
+            android:gravity="center"
+            android:src="@drawable/ic_share_normal" />
+    </item>
 </selector>
diff --git a/res/drawable/settings_cling.xml b/res/drawable/settings_cling.xml
new file mode 100644
index 0000000..9d04a08
--- /dev/null
+++ b/res/drawable/settings_cling.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_pressed="true"
+          android:drawable="@drawable/stgs_cling_pressed" />
+    <item android:drawable="@drawable/stgs_cling" />
+</selector>
diff --git a/res/layout-land-v21/retake_done_cancel_layout.xml b/res/layout-land-v21/retake_done_cancel_layout.xml
index 7bdd9c2..9e1f7bc 100644
--- a/res/layout-land-v21/retake_done_cancel_layout.xml
+++ b/res/layout-land-v21/retake_done_cancel_layout.xml
@@ -30,26 +30,32 @@
         android:id="@+id/cancel_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="bottom|center_horizontal"
-        android:paddingTop="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_cancel"
         android:background="?android:attr/selectableItemBackgroundBorderless"
         android:contentDescription="@string/cancel_button_description" />
-      <ImageButton
-        android:id="@+id/done_button"
+      <FrameLayout
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_gravity="center"
-        android:src="@drawable/ic_confirm"
         android:layout_weight="1"
-        android:background="?android:attr/selectableItemBackgroundBorderless"
-        android:contentDescription="@string/done_button_description" />
+        android:background="@null" >
+        <ImageButton
+          android:id="@+id/done_button"
+          android:layout_width="wrap_content"
+          android:layout_height="wrap_content"
+          android:layout_gravity="center"
+          android:src="@drawable/ic_confirm"
+          android:background="?android:attr/selectableItemBackgroundBorderless"
+          android:contentDescription="@string/done_button_description" />
+      </FrameLayout>
       <ImageButton
         android:id="@+id/retake_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="top|center_horizontal"
-        android:paddingBottom="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_back"
         android:background="?android:attr/selectableItemBackgroundBorderless"
         android:contentDescription="@string/retake_button_description" />
diff --git a/res/layout-land/aspect_ratio_dialog_content.xml b/res/layout-land/aspect_ratio_dialog_content.xml
index 69e6781..7aca76f 100644
--- a/res/layout-land/aspect_ratio_dialog_content.xml
+++ b/res/layout-land/aspect_ratio_dialog_content.xml
@@ -38,14 +38,14 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:text="@string/photo_size_selection_title"
-        android:textSize="22sp"
-        android:textColor="@color/dialog_text_color"
-        android:layout_marginBottom="28dp" />
+        style="@style/fullscreen_dialog_title"
+        android:layout_margin="28dp" />
     <TextView
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginBottom="56dp"
         android:layout_weight="1"
+        android:layout_margin="28dp"
         android:textSize="20sp"
         android:textColor="@color/dialog_text_color"
         android:gravity="center_horizontal"
diff --git a/res/layout-land/location_dialog_content.xml b/res/layout-land/location_dialog_content.xml
index 837a99c..e3dab88 100644
--- a/res/layout-land/location_dialog_content.xml
+++ b/res/layout-land/location_dialog_content.xml
@@ -30,8 +30,9 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:text="@string/remember_location_title"
-            android:textSize="22sp"
-            android:textColor="@color/dialog_text_color"
+            style="@style/fullscreen_dialog_title"
+            android:layout_marginLeft="28dp"
+            android:layout_marginRight="28dp"
             android:layout_marginBottom="28dp" />
         <ImageView
             android:layout_width="wrap_content"
@@ -52,13 +53,15 @@
             <CheckBox
                 android:id="@+id/check_box"
                 android:layout_width="match_parent"
-                android:layout_height="160dp"
-                android:layout_marginBottom="104dp"
+                android:layout_height="wrap_content"
+                android:layout_marginBottom="72dp"
                 android:gravity="top"
                 android:paddingLeft="10dp"
+                android:paddingRight="10dp"
                 android:text="@string/remember_location_prompt"
                 android:textColor="@color/dialog_text_color"
-                android:textSize="16sp" />
+                android:textSize="16sp"
+                android:lineSpacingExtra="1.9sp" />
             <Button
                 android:id="@+id/confirm_button"
                 style="@style/BlueButton"
diff --git a/res/layout-land/on_screen_hint.xml b/res/layout-land/on_screen_hint.xml
index 59b0d1a..9c4e298 100644
--- a/res/layout-land/on_screen_hint.xml
+++ b/res/layout-land/on_screen_hint.xml
@@ -17,7 +17,7 @@
         android:layout_height="match_parent"
         android:layout_width="match_parent"
         android:orientation="vertical"
-        android:background="@drawable/on_screen_hint_frame">
+        android:background="@android:drawable/toast_frame">
     <TextView
             android:id="@+id/message"
             android:layout_height="wrap_content"
diff --git a/res/layout-land/retake_done_cancel_layout.xml b/res/layout-land/retake_done_cancel_layout.xml
index a2c9c70..b343f60 100644
--- a/res/layout-land/retake_done_cancel_layout.xml
+++ b/res/layout-land/retake_done_cancel_layout.xml
@@ -30,26 +30,32 @@
         android:id="@+id/cancel_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="top|center_horizontal"
-        android:paddingTop="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_cancel"
         android:background="@null"
         android:contentDescription="@string/cancel_button_description" />
-      <ImageButton
-        android:id="@+id/done_button"
+      <FrameLayout
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_gravity="center"
-        android:src="@drawable/ic_confirm"
         android:layout_weight="1"
-        android:background="@null"
-        android:contentDescription="@string/done_button_description" />
+        android:background="@null" >
+        <ImageButton
+          android:id="@+id/done_button"
+          android:layout_width="wrap_content"
+          android:layout_height="wrap_content"
+          android:layout_gravity="center"
+          android:src="@drawable/ic_confirm"
+          android:background="@null"
+          android:contentDescription="@string/done_button_description" />
+      </FrameLayout>
       <ImageButton
         android:id="@+id/retake_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="bottom|center_horizontal"
-        android:paddingBottom="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_back"
         android:background="@null"
         android:contentDescription="@string/retake_button_description" />
diff --git a/res/layout-port-v21/retake_done_cancel_layout.xml b/res/layout-port-v21/retake_done_cancel_layout.xml
index b85ebe2..545d14d 100644
--- a/res/layout-port-v21/retake_done_cancel_layout.xml
+++ b/res/layout-port-v21/retake_done_cancel_layout.xml
@@ -30,26 +30,32 @@
         android:id="@+id/retake_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="left|center_vertical"
-        android:paddingLeft="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_back"
         android:background="?android:attr/selectableItemBackgroundBorderless"
         android:contentDescription="@string/retake_button_description" />
-      <ImageButton
-        android:id="@+id/done_button"
+      <FrameLayout
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_gravity="center"
-        android:src="@drawable/ic_confirm"
         android:layout_weight="1"
-        android:background="?android:attr/selectableItemBackgroundBorderless"
-        android:contentDescription="@string/done_button_description" />
+        android:background="@null" >
+        <ImageButton
+          android:id="@+id/done_button"
+          android:layout_width="wrap_content"
+          android:layout_height="wrap_content"
+          android:layout_gravity="center"
+          android:src="@drawable/ic_confirm"
+          android:background="?android:attr/selectableItemBackgroundBorderless"
+          android:contentDescription="@string/done_button_description" />
+      </FrameLayout>
       <ImageButton
         android:id="@+id/cancel_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="right|center_vertical"
-        android:paddingRight="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_cancel"
         android:background="?android:attr/selectableItemBackgroundBorderless"
         android:contentDescription="@string/cancel_button_description" />
diff --git a/res/layout-port/aspect_ratio_dialog_content.xml b/res/layout-port/aspect_ratio_dialog_content.xml
index e40825a..4086889 100644
--- a/res/layout-port/aspect_ratio_dialog_content.xml
+++ b/res/layout-port/aspect_ratio_dialog_content.xml
@@ -24,10 +24,10 @@
         android:layout_width="match_parent"
         android:layout_height="0dp"
         android:layout_weight="1"
+        android:layout_margin="28dp"
         android:gravity="center"
         android:text="@string/photo_size_selection_title"
-        android:textSize="22sp"
-        android:textColor="@color/dialog_text_color" />
+        style="@style/fullscreen_dialog_title" />
     <include
         layout="@layout/aspect_ratio_selector"
         android:layout_width="match_parent"
@@ -63,6 +63,7 @@
         android:layout_height="0dp"
         android:layout_weight="1"
         android:textSize="20sp"
+        android:layout_margin="28dp"
         android:textColor="@color/dialog_text_color"
         android:gravity="center"
         android:text="@string/photo_aspect_ratio_selection_content" />
diff --git a/res/layout-port/location_dialog_content.xml b/res/layout-port/location_dialog_content.xml
index 6ca50d8..fee5d64 100644
--- a/res/layout-port/location_dialog_content.xml
+++ b/res/layout-port/location_dialog_content.xml
@@ -22,20 +22,18 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:text="@string/remember_location_title"
-        android:textSize="22sp"
-        android:textColor="@color/dialog_text_color"
-        android:layout_marginTop="28dp"
-        android:layout_marginBottom="28dp" />
+        style="@style/fullscreen_dialog_title"
+        android:layout_margin="28dp" />
     <ImageView
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:src="@drawable/geo_opt_in_graphic"
-        android:layout_marginBottom="56dp"/>
+        android:layout_marginBottom="28dp"/>
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="0dp"
-        android:layout_marginLeft="44dp"
-        android:layout_marginRight="44dp"
+        android:layout_marginLeft="28dp"
+        android:layout_marginRight="28dp"
         android:layout_weight="1"
         android:orientation="horizontal" >
         <CheckBox
@@ -44,15 +42,17 @@
             android:layout_height="wrap_content"
             android:gravity="top"
             android:paddingLeft="10dp"
+            android:paddingRight="10dp"
             android:text="@string/remember_location_prompt"
             android:textColor="@color/dialog_text_color"
-            android:textSize="16sp" />
+            android:textSize="16sp"
+            android:lineSpacingExtra="1.9sp" />
     </LinearLayout>
 
     <Button
         android:id="@+id/confirm_button"
         style="@style/BlueButton"
         android:text="@string/startup_dialog_button_next"
-        android:layout_marginBottom="28dp"
-        android:layout_marginTop="28dp"/>
+        android:layout_marginBottom="18dp"
+        android:layout_marginTop="18dp" />
 </LinearLayout>
\ No newline at end of file
diff --git a/res/layout-port/on_screen_hint.xml b/res/layout-port/on_screen_hint.xml
index 467b67f..1475f3b 100644
--- a/res/layout-port/on_screen_hint.xml
+++ b/res/layout-port/on_screen_hint.xml
@@ -17,7 +17,7 @@
         android:layout_height="match_parent"
         android:layout_width="match_parent"
         android:orientation="horizontal"
-        android:background="@drawable/on_screen_hint_frame">
+        android:background="@android:drawable/toast_frame">
     <TextView
             android:id="@+id/message"
             android:layout_height="wrap_content"
diff --git a/res/layout-port/retake_done_cancel_layout.xml b/res/layout-port/retake_done_cancel_layout.xml
index 306820f..e00ad5d 100644
--- a/res/layout-port/retake_done_cancel_layout.xml
+++ b/res/layout-port/retake_done_cancel_layout.xml
@@ -30,26 +30,32 @@
         android:id="@+id/retake_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="left|center_vertical"
-        android:paddingLeft="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_back"
         android:background="@null"
         android:contentDescription="@string/retake_button_description" />
-      <ImageButton
-        android:id="@+id/done_button"
+      <FrameLayout
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_gravity="center"
-        android:src="@drawable/ic_confirm"
         android:layout_weight="1"
-        android:background="@null"
-        android:contentDescription="@string/done_button_description" />
+        android:background="@null" >
+        <ImageButton
+          android:id="@+id/done_button"
+          android:layout_width="wrap_content"
+          android:layout_height="wrap_content"
+          android:layout_gravity="center"
+          android:src="@drawable/ic_confirm"
+          android:background="@null"
+          android:contentDescription="@string/done_button_description" />
+      </FrameLayout>
       <ImageButton
         android:id="@+id/cancel_button"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_gravity="right|center_vertical"
-        android:paddingRight="24dp"
+        android:layout_gravity="center"
+        android:padding="24dp"
         android:src="@drawable/ic_cancel"
         android:background="@null"
         android:contentDescription="@string/cancel_button_description" />
diff --git a/res/layout/camera.xml b/res/layout/camera.xml
index cda57e8..650ad8f 100644
--- a/res/layout/camera.xml
+++ b/res/layout/camera.xml
@@ -55,7 +55,6 @@
         android:visibility="invisible" />
 
     <ImageView
-        xmlns:android="http://schemas.android.com/apk/res/android"
         android:id="@+id/intent_review_imageview"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
@@ -101,21 +100,4 @@
             android:text="@string/btn_filmstrip_toggle"
             android:contentDescription="@string/accessibility_filmstrip_toggle"/>
     </LinearLayout>
-
-    <View
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent"
-        android:background="@android:color/black"
-        android:id="@+id/leftLetterBoxer1"
-        android:visibility="gone"
-        />
-
-    <View
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent"
-        android:background="@android:color/black"
-        android:id="@+id/leftLetterBoxer2"
-        android:visibility="gone"
-        />
-
 </FrameLayout>
diff --git a/res/layout/filmstrip_bottom_controls.xml b/res/layout/filmstrip_bottom_controls.xml
index 4606a42..c5ef660 100644
--- a/res/layout/filmstrip_bottom_controls.xml
+++ b/res/layout/filmstrip_bottom_controls.xml
@@ -45,7 +45,7 @@
             <ImageButton
                 android:id="@+id/filmstrip_bottom_control_share"
                 style="@style/FilmstripBottomControlButton"
-                android:src="@drawable/ic_menu_share"
+                android:src="@drawable/ic_share"
                 android:visibility="invisible"
                 android:contentDescription="@string/share_button_description" />
 
diff --git a/res/layout/settings_cling.xml b/res/layout/settings_cling.xml
index 406a016..eaeb7c7 100644
--- a/res/layout/settings_cling.xml
+++ b/res/layout/settings_cling.xml
@@ -25,7 +25,7 @@
       android:layout_width="@dimen/settings_cling_width"
       android:layout_height="wrap_content"
       android:text="@string/settings_cling_text"
-      android:background="@drawable/btn_cling"
+      android:background="@drawable/settings_cling"
       android:textColor="@android:color/white"
       android:layout_gravity="top|left"/>
 </com.android.camera.widget.SettingsCling>
\ No newline at end of file
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index bcad3e5..baf0247 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -277,7 +277,7 @@
     <string name="crop_save" msgid="2841974981340098579">"አስቀምጥ"</string>
     <string name="cannot_load_image" msgid="4100136187076585580">"ምስሉን መጫን አልተቻለም!"</string>
     <string name="switch_photo_filmstrip" msgid="1448511001008888767">"የድርድር ፊልም እይታ"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"የግድግዳ ወረቀት በማዘጋጀት ላይ"</string>
+    <string name="setting_wallpaper" msgid="2397759659347872725">"ልጣፍ  በማዘጋጀት ላይ"</string>
     <string name="mode_settings" msgid="2021937261522670921">"ቅንብሮች"</string>
     <string name="mode_camera" msgid="279763925715250603">"ካሜራ"</string>
     <string name="mode_video" msgid="8633929034048169139">"ቪዲዮ"</string>
diff --git a/res/values-bn-rBD/strings.xml b/res/values-bn-rBD/strings.xml
deleted file mode 100644
index 3cfcbf0..0000000
--- a/res/values-bn-rBD/strings.xml
+++ /dev/null
@@ -1,380 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"ক্যামেরা"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"ক্যামকর্ডার"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"এই হিসাবে ছবি সেট করুন"</string>
-    <string name="delete" msgid="2714492172818940424">"মুছুন"</string>
-    <string name="share" msgid="8581089487762243115">"ভাগ করুন"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"প্যানোরামা ভাগ করুন"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"ফটো হিসাবে ভাগ করুন"</string>
-    <string name="deleted" msgid="2036165115527228127">"মোছা হয়েছে"</string>
-    <string name="undo" msgid="5110048345890050107">"পূর্বাবস্থায় ফিরুন"</string>
-    <string name="details" msgid="4404020741542549488">"বিশদ বিবরণ"</string>
-    <string name="close" msgid="4826166926297479820">"বন্ধ করুন"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"মানচিত্রে দেখান"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"বামদিকে ঘোরান"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"ডানদিকে ঘোরান"</string>
-    <string name="edit" msgid="2776879395749004347">"সম্পাদনা করুন"</string>
-    <string name="crop_action" msgid="6933589718464132714">"ক্রপ"</string>
-    <string name="trim_action" msgid="4736803320203951827">"ট্রিম করুন"</string>
-    <string name="set_as" msgid="5469055085024870081">"এই হিসাবে সেট করুন"</string>
-    <string name="video_err" msgid="1562566029875081552">"ভিডিও প্লে করা যাবে না৷"</string>
-    <string name="title" msgid="8061744305671964703">"শীর্ষক"</string>
-    <string name="description" msgid="8193138501982849808">"বর্ণনা"</string>
-    <string name="time" msgid="5248213506417024287">"সময়"</string>
-    <string name="location" msgid="564326205780827668">"অবস্থান"</string>
-    <string name="path" msgid="5927003361865586353">"পথ"</string>
-    <string name="width" msgid="7045750687833828758">"প্রস্থ"</string>
-    <string name="height" msgid="5186001199353423689">"উচ্চতা"</string>
-    <string name="orientation" msgid="3883761294106680270">"সজ্জা"</string>
-    <string name="duration" msgid="5316211067383665008">"সময়কাল"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME প্রকার"</string>
-    <string name="file_size" msgid="6841070748357980676">"ফাইলের আকার"</string>
-    <string name="maker" msgid="698691509121545856">"নির্মাতা"</string>
-    <string name="model" msgid="8547493604023069452">"মডেল"</string>
-    <string name="flash" msgid="995041910749174196">"ফ্ল্যাশ"</string>
-    <string name="aperture" msgid="2453802098282814022">"অ্যাপারচার"</string>
-    <string name="focal_length" msgid="8351221512187346229">"ফোকাল দৈর্ঘ্য"</string>
-    <string name="white_balance" msgid="1600142743496129085">"হোয়াইট ব্যালান্স"</string>
-    <string name="exposure_time" msgid="949787291620767754">"এক্সপোজার সময়"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"মিমি"</string>
-    <string name="manual" msgid="2444400953521760140">"ম্যানুয়াল"</string>
-    <string name="auto" msgid="2552649885114400474">"স্বতঃ"</string>
-    <string name="flash_on" msgid="6573457197393807642">"ফ্ল্যাশ জলেছে"</string>
-    <string name="flash_off" msgid="7889323512830926273">"ফ্ল্যাশ হয়নি"</string>
-    <string name="unknown" msgid="564184550182858146">"অজানা"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"এই আইটেমটি স্থানীয় অবস্থানে সংরক্ষিত এবং অফলাইনে উপলব্ধ।"</string>
-    <string name="please_wait" msgid="1416313324505140068">"দয়া করে অপেক্ষা করুন"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"ক্যামেরা ত্রুটি"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"ক্যামেরা সাথে সংযোগ করতে পারবেন না।"</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"নিরাপত্তা নীতিগুলির জন্য ক্যামেরা অক্ষমিত করা হয়েছে।"</string>
-    <string name="wait" msgid="765601745709933047">"দয়া করে অপেক্ষা করুন..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"ক্যামেরা ব্যবহার করার পূর্বে একটি SD কার্ড ঢোকান।"</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD কার্ড প্রস্তুত করা হচ্ছে..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD কার্ড অ্যাক্সেস করা যায়নি৷"</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"সময় ব্যয় রেকর্ডিং"</string>
-    <string name="capturing" msgid="5255164204641920893">"ক্যাপচার করা হচ্ছে"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"ক্যামেরা চয়ন করুন"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"পিছনে"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"সামনের"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"অবস্থান সংরক্ষণ করুন"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"অবস্থান"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"কাউন্টডাউন টাইমার"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"কাউন্টডাউনের সময় বীপ"</string>
-    <string name="setting_off" msgid="6782191065550276632">"বন্ধ করুন"</string>
-    <string name="setting_on" msgid="9086728135773197891">"চালু করুন"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"ভিডিও গুণমান"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"সময় ব্যয়"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"ক্যামেরা সেটিংস"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"ক্যামকর্ডার সেটিংস"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"ছবির আকার"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"বৃহত্‍"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"মাঝারি"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"ক্ষুদ্র"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"ফোকাস মোড"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"স্বতঃ"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"অনন্ত"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"ম্যাক্রো"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"স্বয়ং"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"অনন্ত"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"ম্যাক্রো"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"ফ্ল্যাশ মোড"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"ফ্ল্যাশ মোড"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"স্বতঃ"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"চালু করুন"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"বন্ধ করুন"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"ফ্ল্যাশ স্বতঃ"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"ফ্ল্যাশ চালু"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"ফ্ল্যাশ বন্ধ"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"হোয়াইট ব্যালান্স"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"হোয়াইট ব্যালান্স"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"স্বতঃ"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"দ্যুতিময়"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"দিবালোক"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"ফ্লুরোসেণ্ট"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"মেঘলা"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"স্বয়ং"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"দ্যুতিময়"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"দিবালোক"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ফ্লুরোসেণ্ট"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"মেঘলা"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"দৃশ্য মোড"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"স্বতঃ"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ চালু করুন"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ বন্ধ করুন"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR চালু করুন"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR বন্ধ করুন"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"অ্যাকশন"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"রাত্রি"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"সূর্যাস্ত"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"পার্টি"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"কোনো কিছুই নয়"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"অ্যাকশন"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"রাত্রি"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"সূর্যাস্ত"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"পার্টি"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"টাইমার বন্ধ"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"১ সেকেন্ড"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"৩ সেকেন্ড"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"১০ সেকেন্ড"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"১৫ সেকেন্ড"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"দৃশ্য মোডে নির্বাচনযোগ্য নয়।"</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"এক্সপোজার"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"এক্সপোজার"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"সামনের ক্যামেরা"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"পিছনের ক্যামেরা"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"ঠিক আছে"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"বাতিল"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"আপনার SD কার্ডে আর পর্যাপ্ত নেই। গুণমান সেটিংস পরিবর্তন করুন অথবা কিছু চিত্র বা অন্য ফাইলগুলি মুছে দিন।"</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"আকার সীমায় পৌঁছে গেছে।"</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"খুব দ্রুত"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"প্যানোরামা প্রস্তুত করা হচ্ছে"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"প্যানোরামা সংরক্ষণ করা যায়নি৷"</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"প্যানোরামা"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"প্যানোরামা ক্যাপচার করা হচ্ছে"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"পূর্ববর্তী প্যানোরামার জন্য অপেক্ষা করা হচ্ছে"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"সংরক্ষণ হচ্ছে..."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"প্যানোরামা রেন্ডার করা হচ্ছে"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"ফোকাস করতে স্পর্শ করুন।"</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"প্রভাবগুলি"</string>
-    <string name="effect_none" msgid="3102797925086872636">"কোনো কিছুই নয়"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"কুঈজ"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"বড় চোখ"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"বড় মুখ"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"ছোট মুখ"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"বড় নাক"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"ছোট চোখ"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"ব্যবধানে"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"সূর্যাস্ত"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"আপনার ভিডিও"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"রেকর্ডিংয়ের সময় ফটো তুলতে স্পর্শ করুন।"</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"ভিডিও রেকর্ডিং শুরু হয়েছে।"</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"ভিডিও রেকর্ড করা বন্ধ হয়ে গেছে।"</string>
-    <string name="clear_effects" msgid="6192797848995967992">"প্রভাবগুলি সাফ করুন"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"সিলি ফেস"</string>
-    <string name="effect_background" msgid="1358432220077975015">"পশ্চাদপট"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"শাটার"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"বাতিল"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"মেনু বোতাম"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s চেকবাক্স"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"ফটোতে স্যুইচ করুন"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"ভিডিওতে স্যুইচ করুন"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"প্যানোরামাতে  স্যুইচ করুন"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Photo Sphere এ স্যুইচ করুন"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"উচ্চ গুণমানের স্যুইচ করুন"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"পুনঃফোকাসে স্যুইচ করুন"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"পর্যালোচনা বাতিল"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"পর্যালোচনা সম্পন্ন"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"পুনরায় তোলা ফটো/ভিডিও পর্যালোচনা করুন"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"বিকল্পগুলি"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"মোড তালিকা বন্ধ হয়েছে"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"মোড তালিকা খোলা"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"ক্যাপচার করা হয়েছে"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"ফটো তোলা হয়েছে"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"ভিডিও নেওয়া হয়েছে"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"ক্যামেরাতে আনলক করুন"</string>
-    <!-- String.format failed for translation -->
-    <!-- no translation found for media_date_content_description (2155634843596817141) -->
-    <skip />
-    <!-- String.format failed for translation -->
-    <!-- no translation found for photo_date_content_description (5705865897898465619) -->
-    <skip />
-    <!-- String.format failed for translation -->
-    <!-- no translation found for video_date_content_description (2151884014634284456) -->
-    <skip />
-    <!-- String.format failed for translation -->
-    <!-- no translation found for panorama_date_content_description (990703578639006144) -->
-    <skip />
-    <!-- String.format failed for translation -->
-    <!-- no translation found for photosphere_date_content_description (4183741743409007876) -->
-    <skip />
-    <!-- String.format failed for translation -->
-    <!-- no translation found for refocus_date_content_description (5630960320424345547) -->
-    <skip />
-    <string name="media_processing_content_description" msgid="8138587719107183754">"মিডিয়া প্রক্রিয়া করা হচ্ছে"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"মোড তালিকা টগল করুন"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"মোড তালিকা"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"ফিল্মস্ট্রিপটি টগল করুন"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"ফিল্মস্ট্রিপ"</string>
-    <string name="capital_on" msgid="1118214824959797269">"চালু করুন"</string>
-    <string name="capital_off" msgid="3020696135020167263">"বন্ধ করুন"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"ভিডিও চালান"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"বন্ধ করুন"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"০.৫ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"১ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"১.৫ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"২ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"২.৫ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"৩ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"৪ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"৫ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"৬ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"১০ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"১২ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"১৫ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"২৪ সেকেন্ড"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"০.৫ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"১ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"১.৫ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"২ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"২.৫ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"৩ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"৪ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"৫ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"৬ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"১০ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"১২ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"১৫ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"২৪ মিনিট"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"০.৫ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"১ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"১.৫ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"২ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"২.৫ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"৩ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"৪ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"৫ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"৬ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"১০ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"১২ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"১৫ ঘন্টা"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"২৪ ঘন্টা"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"সেকেন্ড"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"মিনিট"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"ঘন্টা"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"সম্পন্ন"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"সময় বিরতি সেট করুন"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"সময় ব্যয় বৈশিষ্ট্যটি বন্ধ। সময় বিরতি সেট করতে এটিকে চালু করুন।"</string>
-    <string name="set_duration" msgid="1638453882581604341">"সময়কাল সেকেন্ডে সেট করুন"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"একটি ফটো তুলতে কাউন্ট ডাউন হচ্ছে"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"ফটোর অবস্থান মনে রাখবেন?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"ফটো ও ভিডিওগুলি যেখানে তোলা হয়েছে সেই অবস্থানের সঙ্গে সেগুলি ট্যাগ করুন।\n\nঅন্য অ্যাপ্লিকেশানগুলি আপনার সংরক্ষিত চিত্রগুলির সহ এই তথ্য অ্যাক্সেস করতে পারবে।"</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"না ধন্যবাদ"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"হ্যাঁ"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"আরো বিকল্প"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"সেটিংস"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Tiny Planet তৈরি করুন"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Tiny Planet সংরক্ষণ করা হচ্ছে…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"জুম"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"ঘোরান"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"ফটো সম্পাদক"</string>
-    <string name="crop_save" msgid="2841974981340098579">"সংরক্ষণ করুন"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"চিত্রটি লোড করা যাবে না!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"ফিল্মস্ট্রিপ দৃশ্য"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"ওয়ালপেপার সেট করা"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"সেটিংস"</string>
-    <string name="mode_camera" msgid="279763925715250603">"ক্যামেরা"</string>
-    <string name="mode_video" msgid="8633929034048169139">"ভিডিও"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Photo Sphere"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"সময় ব্যয়"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"চওড়া কোণ"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"প্যানোরামা"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"লেন্স ব্লার"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"ক্যামেরা মোডে স্যুইচ করুন"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"ভিডিও ক্যামেরাতে স্যুইচ করুন"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Photo Sphere মোডে স্যুইচ করুন"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"প্যানোরামা মোডে স্যুইচ করুন"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"লেন্স ব্লার মোডে যান"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"সেটিংস খুলুন"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"সেটিংস বন্ধ করুন"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR প্লাস বন্ধ"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR প্লাস চালু"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR বন্ধ"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR চালু"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"ফ্ল্যাশ বন্ধ"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"ফ্ল্যাশ স্বতঃ"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"ফ্ল্যাশ চালু"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ ফ্ল্যাশ বন্ধ"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ ফ্ল্যাশ স্বয়ংক্রিয়"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ ফ্ল্যাশ চালু"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"টর্চ চালু করুন"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"টর্চ বন্ধ করুন"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"পিছনের ক্যামেরা"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"সামনের ক্যামেরা"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"গ্রিড লাইন বন্ধ"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"গ্রিড লাইন চালু"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"কাউন্টডাউন টাইমার বন্ধ রয়েছে"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"কাউন্টডাউন টাইমারের সময় ৩ সেকেন্ডে সেট করা হয়েছে"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"কাউন্টডাউন টাইমারের সময় ১০ সেকেন্ডে সেট করা হয়েছে"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"আরো বিকল্প"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"বাতিল"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"সম্পন্ন"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"পুনরায় নিন"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"ভাগ করুন"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"দেখুন"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"সম্পাদনা করুন"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"মুছুন"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"ম্যানুয়াল এক্সপোজার ঘাটতিপূরণ"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"এক্সপোজার ঘাটতিপূরণ -২"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"এক্সপোজার ঘাটতিপূরণ -১"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"এক্সপোজার ঘাটতিপূরণ ০"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"এক্সপোজার ঘাটতিপূরণ +১"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"এক্সপোজার ঘাটতিপূরণ: +২"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"এখন বোতাম হল %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"অবস্থান"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"ডিভাইসের পিছনের ক্যামেরার ফটোর"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"ডিভাইসের পিছনের ক্যামেরার ভিডিওর"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"সামনের ক্যামেরার ফটোর"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"সামনের ক্যামেরার ভিডিওর"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"ডিফল্ট ক্যামেরা"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"সহায়তা এবং প্রতিক্রিয়া"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ প্রক্রিয়াকরণ করা হচ্ছে…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"মুক্ত উৎস লাইসেন্স"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"সাধারণ সেটিংস"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"রেজোলিউশন এবং গুণমান"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"সম্পর্কে"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"বিল্ড সংস্করণ"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"নিম্ন"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"উচ্চ"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s মেগাপিক্সেল"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s মেগাপিক্সেল"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"পুনঃফোকাস করার জন্য এখানে স্পর্শ করুন"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"অগ্রগণ্য"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"ম্যানুয়াল এক্সপোজার"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"সেটিংস-এ, রেজোলিউশন এবং গুণমান পরিবর্তন করুন, বা উন্নত বৈশিষ্ট্যগুলি ব্যবহার করে দেখুন৷"</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"ফটোর আকার চয়ন করুন"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"আপনি এই সেটিংসটি পরে পরিবর্তন করতে পারেন৷"</string>
-    <string name="share_to" msgid="5144911209144798122">"এর সাথে ভাগ করুন"</string>
-    <string name="edit_with" msgid="615569327230783971">"এর মাধ্যমে সম্পাদনা করুন"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"পরবর্তী"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ঠিক আছে, বুঝেছি"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"সম্পূর্ণ সেন্সর \n(৪:৩)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"কাটছাঁট করা সেন্সর \n(১৬:৯)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"০"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"১"</string>
-</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 3db3423..357368e 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -264,7 +264,7 @@
     <string name="set_duration" msgid="1638453882581604341">"Nastavit dobu v sekundách"</string>
     <string name="count_down_title_text" msgid="7586031110595513050">"Odpočítávání spouště fotoaparátu"</string>
     <string name="remember_location_title" msgid="3045040613094030429">"Pamatovat, kde byly fotky pořízeny?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Přidejte do fotek a videí označení míst, kde jste je pořídili.\n\nOstatní aplikace budou mít k těmto informacím přístup společně s přístupem k uloženým obrázkům."</string>
+    <string name="remember_location_prompt" msgid="5104210757873140169">"Přidejte do fotek a videí označení míst, kde jste je pořídili.\n\nOstatní aplikace budou mít k těmto informacím přístup společně s přístupem k uloženým obrázkům."</string>
     <string name="remember_location_no" msgid="4412802756840226925">"Díky, nemám zájem"</string>
     <string name="remember_location_yes" msgid="4339424460683531388">"Ano"</string>
     <string name="camera_menu_more_label" msgid="7951917844735828365">"DALŠÍ MOŽNOSTI"</string>
@@ -355,8 +355,8 @@
     <string name="pref_category_advanced" msgid="5921085080077574872">"Pokročilé"</string>
     <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Ruční expozice"</string>
     <string name="settings_cling_text" msgid="5368054627268181292">"V Nastavení můžete změnit rozlišení a kvalitu nebo vyzkoušet pokročilé funkce."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Výběr velikosti fotky"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Později to můžete změnit v Nastavení."</string>
+    <string name="photo_size_selection_title" msgid="2789753590719172645">"Vyberte velikost fotky"</string>
+    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Poměr stran můžete později změnit v Nastaveních."</string>
     <string name="share_to" msgid="5144911209144798122">"Sdílet na"</string>
     <string name="edit_with" msgid="615569327230783971">"Upravit ve službě"</string>
     <string name="startup_dialog_button_next" msgid="1011831256978228993">"DALŠÍ"</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index 7cff645..357d8d1 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -264,7 +264,7 @@
     <string name="set_duration" msgid="1638453882581604341">"Define la duración en segundos"</string>
     <string name="count_down_title_text" msgid="7586031110595513050">"Cuenta atrás para hacer una foto"</string>
     <string name="remember_location_title" msgid="3045040613094030429">"¿Recordar ubicaciones de las fotos?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Etiqueta tus fotos y vídeos con las ubicaciones donde se han realizado.\n\nOtras aplicaciones pueden acceder a esta información, así como a las imágenes guardadas."</string>
+    <string name="remember_location_prompt" msgid="5104210757873140169">"Etiqueta tus fotos y vídeos con las ubicaciones donde se han realizado.\n\nOtras aplicaciones pueden acceder a esta información y a imágenes guardadas."</string>
     <string name="remember_location_no" msgid="4412802756840226925">"No, gracias"</string>
     <string name="remember_location_yes" msgid="4339424460683531388">"Sí"</string>
     <string name="camera_menu_more_label" msgid="7951917844735828365">"MÁS OPCIONES"</string>
@@ -333,7 +333,7 @@
     <string name="setting_front_camera_photo" msgid="4131886734622868637">"Foto de cámara frontal"</string>
     <string name="setting_front_camera_video" msgid="2178799452805359752">"Vídeo de cámara frontal"</string>
     <string name="setting_default_camera" msgid="6954076799301004779">"Cámara predeterminada"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Ayuda y opiniones"</string>
+    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Ayuda y sugerencias"</string>
     <string name="processing_hdr_plus" msgid="9160093263037540304">"Procesando HDR+…"</string>
     <string name="open_source_licenses" msgid="2169711954264883060">"Licencias de código abierto"</string>
     <string name="pref_category_general" msgid="6737748849700581019">"Ajustes generales"</string>
@@ -352,7 +352,7 @@
     <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s megapíxeles"</string>
     <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s MP"</string>
     <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Toca para volver a enfocar"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Avanzados"</string>
+    <string name="pref_category_advanced" msgid="5921085080077574872">"Avanzado"</string>
     <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Exposición manual"</string>
     <string name="settings_cling_text" msgid="5368054627268181292">"Cambia la resolución y la calidad en Ajustes o prueba las funciones avanzadas."</string>
     <string name="photo_size_selection_title" msgid="2789753590719172645">"Selecciona el tamaño de foto"</string>
diff --git a/res/values-eu-rES/strings.xml b/res/values-eu-rES/strings.xml
deleted file mode 100644
index 4f7e63a..0000000
--- a/res/values-eu-rES/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"Kamera"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"Bideokamera"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"Ezarri argazkia honela"</string>
-    <string name="delete" msgid="2714492172818940424">"Ezabatu"</string>
-    <string name="share" msgid="8581089487762243115">"Partekatu"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"Partekatu panoramika"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"Partekatu argazki gisa"</string>
-    <string name="deleted" msgid="2036165115527228127">"Ezabatuta"</string>
-    <string name="undo" msgid="5110048345890050107">"DESEGIN"</string>
-    <string name="details" msgid="4404020741542549488">"Xehetasunak"</string>
-    <string name="close" msgid="4826166926297479820">"Itxi"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"Erakutsi mapan"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"Biratu ezkerrera"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"Biratu eskuinera"</string>
-    <string name="edit" msgid="2776879395749004347">"Editatu"</string>
-    <string name="crop_action" msgid="6933589718464132714">"Ebaki"</string>
-    <string name="trim_action" msgid="4736803320203951827">"Moztu"</string>
-    <string name="set_as" msgid="5469055085024870081">"Ezarri honela"</string>
-    <string name="video_err" msgid="1562566029875081552">"Ezin da bideoa erreproduzitu."</string>
-    <string name="title" msgid="8061744305671964703">"Titulua"</string>
-    <string name="description" msgid="8193138501982849808">"Azalpena"</string>
-    <string name="time" msgid="5248213506417024287">"Ordua"</string>
-    <string name="location" msgid="564326205780827668">"Kokapena"</string>
-    <string name="path" msgid="5927003361865586353">"Bidea"</string>
-    <string name="width" msgid="7045750687833828758">"Zabalera"</string>
-    <string name="height" msgid="5186001199353423689">"Altuera"</string>
-    <string name="orientation" msgid="3883761294106680270">"Orientazioa"</string>
-    <string name="duration" msgid="5316211067383665008">"Iraupena"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME mota"</string>
-    <string name="file_size" msgid="6841070748357980676">"Tamaina"</string>
-    <string name="maker" msgid="698691509121545856">"Egilea"</string>
-    <string name="model" msgid="8547493604023069452">"Modeloa"</string>
-    <string name="flash" msgid="995041910749174196">"Flasha"</string>
-    <string name="aperture" msgid="2453802098282814022">"Irekidura"</string>
-    <string name="focal_length" msgid="8351221512187346229">"Foku-distantzia"</string>
-    <string name="white_balance" msgid="1600142743496129085">"Zuri-balantzea"</string>
-    <string name="exposure_time" msgid="949787291620767754">"Esposizio-denb."</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"mm"</string>
-    <string name="manual" msgid="2444400953521760140">"Eskuzkoa"</string>
-    <string name="auto" msgid="2552649885114400474">"Automatikoa"</string>
-    <string name="flash_on" msgid="6573457197393807642">"Flasharekin"</string>
-    <string name="flash_off" msgid="7889323512830926273">"Flashik gabe"</string>
-    <string name="unknown" msgid="564184550182858146">"Ezezaguna"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"Elementua gailuan gordeta dago eta konexiorik gabe erabil daiteke."</string>
-    <string name="please_wait" msgid="1416313324505140068">"Itxaron, mesedez"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"Kameraren errorea"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"Ezin da kamerara konektatu."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"Segurtasun-gidalerroak direla medio, kamera desgaitu egin da."</string>
-    <string name="wait" msgid="765601745709933047">"Itxaron, mesedez…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"Txertatu SD txartela kamera erabili aurretik."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD txartela prestatzen…"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"Ezin izan da SD txartela atzitu."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"Denbora-bitartearen grabaketa"</string>
-    <string name="capturing" msgid="5255164204641920893">"Kapturatzen"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"Aukeratu kamera"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"Atzekoa"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"Aurrekoa"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"Gorde kokapena"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"KOKAPENA"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"Atzeranzko kontagailua"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"Egin bip soinua"</string>
-    <string name="setting_off" msgid="6782191065550276632">"Desaktibatuta"</string>
-    <string name="setting_on" msgid="9086728135773197891">"Aktibatuta"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"Bideoaren kalitatea"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Denbora-bitartea"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"Kameraren ezarpenak"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"Bideokameraren ezarpenak"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"Argazkiaren tamaina"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"Handia"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"Ertaina"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"Txikia"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"Fokatze modua"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"Automatikoa"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"Infinitua"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"Makroa"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"AUTOMATIKOA"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"INFINITUA"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"MAKROA"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"Flash modua"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"FLASH MODUA"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"Automatikoa"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"Aktibatuta"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"Desaktibatuta"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"FLASH AUTOMATIKOA"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"FLASHA AKTIBATUTA"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"FLASHA DESAKTIBATUTA"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"Zuri-balantzea"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"ZURI-BALANTZEA"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"Automatikoa"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"Goria"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"Egun-argia"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Fluoreszentea"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"Hodeitsua"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"AUTOMATIKOA"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"GORIA"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"OSKARBIA"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"FLUORESZENTEA"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"LAINOTUA"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"Eszena modua"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"Automatikoa"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ AKTIBATUTA"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ DESAKTIBATUTA"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR AKTIBATUTA"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR DESAKTIBATUTA"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"Ekintza"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"Gaua"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"Ilunabarra"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"Festa"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"BAT ERE EZ"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"EKINTZA"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"GAUA"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"ILUNABARRA"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"FESTA"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"KONTAGAILUA DESAKTIBATUTA"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 SEGUNDO"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 SEGUNDO"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 SEGUNDO"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 SEGUNDO"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"Ezin da eszena moduan hautatu."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"Esposizioa"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"ESPOSIZIOA"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"AURREKO KAMERA"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"ATZEKO KAMERA"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"Ados"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"Utzi"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"USB memoria lekurik gabe ari da geratzen. Murriztu kalitatea edo ezabatu fitxategi batzuk."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"Tamainaren mugara iritsi zara."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"Azkarregi"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"Panoramika prestatzen"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"Ezin izan da panoramika gorde."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"Panoramika"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"Panoramika ateratzen"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"Aurreko panoramikaren zain"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"Gordetzen…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"Panoramika errendatzen"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"Ukitu fokatzeko."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"Efektuak"</string>
-    <string name="effect_none" msgid="3102797925086872636">"Bat ere ez"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"Estutzea"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"Begi handiak"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"Aho handia"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"Aho txikia"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"Sudur handia"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"Begi txikiak"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"Espazioan"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"Ilunabarra"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"Zure bideoa"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"Grabatzen ari denean, ukitu pantaila argazkiak ateratzeko."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"Bideoa grabatzen hasi da."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"Bideoa grabatzen gelditu da."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"Garbitu efektuak"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"AURPEGI BARREGARRIAK"</string>
-    <string name="effect_background" msgid="1358432220077975015">"ATZEKO PLANOA"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"Obturadorea"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"Utzi"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"Menua botoia"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s kontrol-laukia"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"Aldatu argazki modura"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"Aldatu bideora"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"Aldatu panoramika modura"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Aldatu 360°-ko panoramika modura"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"Aldatu kalitate handira"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Aldatu fokatzeko modura"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"Utzi bertan behera"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"Berrikusten amaitu da"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"Egin berrikuspena berriro"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"Aukerak"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"Moduen zerrenda itxi egin da"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"Moduen zerrenda ireki egin da"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"Argazkia atera da"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"Argazkia atera da"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"Bideoa grabatu da"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"Desblokeatu kamera"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"Multimedia-elementuaren aldatze-data: %s"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"Argazkiaren aldatze-data: %s"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"Bideoaren aldatze-data: %s"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"Panoramikaren aldatze-data: %s"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"360°-ko panoramikaren aldatze-data: %s"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"Fokatze-efektuaren aldatze-data: %s"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"Multimedia-elementuak prozesatzen"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"Ezkutatu edo erakutsi moduen zerrenda"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"Moduen zerrenda"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"Aldatu film-banda"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"Film-banda"</string>
-    <string name="capital_on" msgid="1118214824959797269">"AKTIBATUTA"</string>
-    <string name="capital_off" msgid="3020696135020167263">"DESAKTIBATUTA"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"Erreproduzitu bideoa"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"Desaktibatuta"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0,5 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1,5 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2,5 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0,5 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1,5 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2,5 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 minutu"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0,5 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1,5 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2,5 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 ordu"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 ordu"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"segundo"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"minutu"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"ordu"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"Eginda"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"Ezarri denbora-bitartea"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"Denbora-bitarte modua desaktibatuta dago. Aktiba ezazu bitartea zehazteko."</string>
-    <string name="set_duration" msgid="1638453882581604341">"Ezarri iraupena segundotan"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"Argazkia ateratzeko atzerantz kontatzen"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"Argazkien kokapenak gogoratu nahi dituzu?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Etiketatu argazkiak eta bideoak ateratzeko eta grabatzeko aukeratutako kokapenekin.\n\nBeste aplikazio batzuek informazio hau atzi dezakete, gordetako irudiekin batera."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"Ez, eskerrik asko"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"Bai"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"AUKERA GEHIAGO"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"EZARPENAK"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Sortu planeta txikia"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Planeta txikia gordetzen…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"Aplikatu zooma"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"Biratu"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"Argazki-editorea"</string>
-    <string name="crop_save" msgid="2841974981340098579">"Gorde"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"Ezin da irudia kargatu!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Filmina-ikuspegia"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"Horma-papera ezartzen"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"Ezarpenak"</string>
-    <string name="mode_camera" msgid="279763925715250603">"Kamera"</string>
-    <string name="mode_video" msgid="8633929034048169139">"Bideoa"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"360°-ko panoramika"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"Denbora-bitartea"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"Angeluhandia"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"Panoramika"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"Fokatze-efektua"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"Aldatu kamera modura"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"Aldatu bideokamerara"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Aldatu 360°-ko panoramika modura"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"Aldatu panoramika modura"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"Aldatu fokatze-efektu modura"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"Ireki ezarpenak"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"Itxi ezarpenak"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR Plus desaktibatuta"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Plus aktibatuta"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR desaktibatuta"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR aktibatuta"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"Flasha desaktibatuta"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"Flash automatikoa"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"Flasha aktibatuta"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ flasha desaktibatuta"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ flash automatikoa"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ flasha aktibatuta"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"Linterna aktibatuta"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"Linterna desaktibatuta"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"Atzeko kamera"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"Aurreko kamera"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"Sareta desaktibatuta"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"Sareta aktibatuta"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"Atzeranzko kontagailua desaktibatuta dago"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"Atzeranzko kontagailuaren iraupena 3 segundotan ezarri da"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"Atzeranzko kontagailuaren iraupena 10 segundotan ezarri da"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"Aukera gehiago"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"Utzi"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"Eginda"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"Atera berriro"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"Partekatu"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"Ikusi"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"Editatu"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"Ezabatu"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Eskuzko esposizio-konpentsazioa"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Esposizio-konpentsazioa: -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Esposizio-konpentsazioa: -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Esposizio-konpentsazioa: 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"Esposizio-konpentsazioa: +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"Esposizio-konpentsazioa: +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"Orain botoia %s da"</string>
-    <string name="setting_location" msgid="4459859689227893838">"Kokapena"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"Atzeko kameraren argazkiak"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"Atzeko kameraren bideoa"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"Aurreko kameraren argazkiak"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"Aurreko kameraren bideoa"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"Kamera lehenetsia"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Laguntza eta iritzia"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ prozesatzen…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"Kode irekiko lizentziak"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"Ezarpen orokorrak"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"Bereizmena eta kalitatea"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"Honi buruz"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"Konpilazio-bertsioa"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"Txikia"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"Handia"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480 p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720 p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080 p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s megapixel"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s megapixel"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Fokatze aldakorra erabiltzeko, ukitu hau"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Hobespen aurreratuak"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Eskuzko esposizioa"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"Ezarpenak atalean, aldatu bereizmena eta kalitatea, edo probatu eginbide aurreratuak."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Aukeratu argazkiaren tamaina"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Geroago alda dezakezu Ezarpenak atalean."</string>
-    <string name="share_to" msgid="5144911209144798122">"Partekatu hemen:"</string>
-    <string name="edit_with" msgid="615569327230783971">"Editatu honekin:"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"HURRENGOA"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"Ados"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"Sentsore osoa \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"Ebakitako sentsorea \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-gl-rES/strings.xml b/res/values-gl-rES/strings.xml
deleted file mode 100644
index 0df21b1..0000000
--- a/res/values-gl-rES/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"Cámara"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"Cámara de vídeo"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"Establecer imaxe como"</string>
-    <string name="delete" msgid="2714492172818940424">"Eliminar"</string>
-    <string name="share" msgid="8581089487762243115">"Compartir"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"Compartir panorámica"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"Compartir como foto"</string>
-    <string name="deleted" msgid="2036165115527228127">"Eliminada"</string>
-    <string name="undo" msgid="5110048345890050107">"DESFACER"</string>
-    <string name="details" msgid="4404020741542549488">"Detalles"</string>
-    <string name="close" msgid="4826166926297479820">"Pechar"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"Mostrar no mapa"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"Xirar á esquerda"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"Xirar á dereita"</string>
-    <string name="edit" msgid="2776879395749004347">"Editar"</string>
-    <string name="crop_action" msgid="6933589718464132714">"Recortar"</string>
-    <string name="trim_action" msgid="4736803320203951827">"Recortar"</string>
-    <string name="set_as" msgid="5469055085024870081">"Establecer como"</string>
-    <string name="video_err" msgid="1562566029875081552">"Non se pode reproducir o vídeo"</string>
-    <string name="title" msgid="8061744305671964703">"Título"</string>
-    <string name="description" msgid="8193138501982849808">"Descrición"</string>
-    <string name="time" msgid="5248213506417024287">"Hora"</string>
-    <string name="location" msgid="564326205780827668">"Localización"</string>
-    <string name="path" msgid="5927003361865586353">"Ruta"</string>
-    <string name="width" msgid="7045750687833828758">"Largura"</string>
-    <string name="height" msgid="5186001199353423689">"Altura"</string>
-    <string name="orientation" msgid="3883761294106680270">"Orientación"</string>
-    <string name="duration" msgid="5316211067383665008">"Duración"</string>
-    <string name="mimetype" msgid="6415940055077963944">"Tipo MIME"</string>
-    <string name="file_size" msgid="6841070748357980676">"Tam. ficheiro"</string>
-    <string name="maker" msgid="698691509121545856">"Creador"</string>
-    <string name="model" msgid="8547493604023069452">"Modelo"</string>
-    <string name="flash" msgid="995041910749174196">"Flash"</string>
-    <string name="aperture" msgid="2453802098282814022">"Abertura"</string>
-    <string name="focal_length" msgid="8351221512187346229">"Distanc. focal"</string>
-    <string name="white_balance" msgid="1600142743496129085">"Balance de brancos"</string>
-    <string name="exposure_time" msgid="949787291620767754">"Exposición"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"mm"</string>
-    <string name="manual" msgid="2444400953521760140">"Manual"</string>
-    <string name="auto" msgid="2552649885114400474">"Automático"</string>
-    <string name="flash_on" msgid="6573457197393807642">"Flash disparado"</string>
-    <string name="flash_off" msgid="7889323512830926273">"Sen flash"</string>
-    <string name="unknown" msgid="564184550182858146">"Descoñecida"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"Este elemento está almacenado localmente e dispoñible sen conexión."</string>
-    <string name="please_wait" msgid="1416313324505140068">"Agarda"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"Erro da cámara"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"Non se pode conectar coa cámara."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"A cámara desactivouse debido ás políticas de seguridade."</string>
-    <string name="wait" msgid="765601745709933047">"Agarda..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"Insire unha tarxeta SD antes de usar a cámara."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"Preparando tarxeta SD…"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"Non se puido acceder á tarxeta SD."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"Gravación de período de tempo"</string>
-    <string name="capturing" msgid="5255164204641920893">"Capturando"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"Escoller cámara"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"Traseira"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"Frontal"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"Gardar localización"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"LOCALIZACIÓN"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"Temporizador de conta atrás"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"Son durante conta atrás"</string>
-    <string name="setting_off" msgid="6782191065550276632">"Desactivado"</string>
-    <string name="setting_on" msgid="9086728135773197891">"Activado"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"Calidade de vídeo"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Período de tempo"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"Configuración da cámara"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"Configuración da cámara de vídeo"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"Tamaño da imaxe"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"Grande"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"Medio"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"Pequeno"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"Modo de enfoque"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"Automático"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"Infinito"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"Macro"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"AUTOMÁTICO"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"INFINITO"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"MACRO"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"Modo de flash"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"MODO DE FLASH"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"Automático"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"Activado"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"Desactivado"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"FLASH AUTOMÁTICO"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"FLASH ACTIVADO"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"FLASH DESACTIVADO"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"Balance de brancos"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"BALANCE DE BRANCOS"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"Automático"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"Incandescente"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"Luz do día"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Fluorescente"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"Nubrado"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"AUTOMÁTICO"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"INCANDESCENTE"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"LUZ DO DIA"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"FLUORESCENTE"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"NUBRADO"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"Modo de escena"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"Automática"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ACTIVADO"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ DESACTIVADO"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ACTIVADO"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR DESACTIVADO"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"Acción"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"Noite"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"Solpor"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"Festa"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"NINGÚN"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"ACCIÓN"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"NOITE"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"SOLPOR"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"FESTA"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"TEMPORIZADOR DESACTIVADO"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 SEGUNDO"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 SEGUNDOS"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 SEGUNDOS"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 SEGUNDOS"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"Non se pode seleccionar no modo de escena."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"Exposición"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"EXPOSICIÓN"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"Cámara frontal"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"CÁMARA TRASEIRA"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"Aceptar"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"Cancelar"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"Estase esgotando o espazo da tarxeta SD. Cambia a configuración de calidade ou elimina algunhas imaxes ou outros ficheiros."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"Alcanzouse o límite de tamaño."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"Demasiado rápido"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"Preparando panorámica"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"Non se puido gardar a panorámica."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"Panorámica"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"Capturando panorámica"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"Agardando pola panorámica anterior"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"Gardando…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"Mostrando panorámica"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"Toca para enfocar."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"Efectos"</string>
-    <string name="effect_none" msgid="3102797925086872636">"Ningún"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"Estreitar"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"Ollos grandes"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"Boca grande"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"Boca pequena"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"Nariz grande"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"Ollos pequenos"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"No espazo"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"Solpor"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"O teu vídeo"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"Toca para tirar fotos mentres gravas."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"Comezou a gravación do vídeo."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"Detívose a gravación do vídeo."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"Borrar efectos"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"CARAS GRACIOSAS"</string>
-    <string name="effect_background" msgid="1358432220077975015">"SEGUNDO PLANO"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"Obturador"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"Cancelar"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"Botón Menú"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s caixa de verificación"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"Cambiar a foto"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"Cambiar a vídeo"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"Cambia a panorámica"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Cambiar a fotografía esférica"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"Cambiar a alta calidade"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Cambiar ao modo Volver enfocar"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"Cancelar"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"Revisión rematada"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"Repetir foto ou vídeo"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"Opcións"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"Lista de modos pechada"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"Lista de modos aberta"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"Captura realizada"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"Foto realizada"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"Vídeo gravado"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"Desbloquea para acceder á cámara"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"Recurso realizado o %s"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"Foro realizada o %s"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"Vídeo realizado o %s"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"Panorámica realizada o %s"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"Fotografía esférica realizada o %s"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"Efecto de enfoque realizado o %s"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"Procesamento de ficheiro multimedia"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"Alternar lista de modos"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"Lista de modos"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"Alternar tira de vídeo"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"Tira de vídeo"</string>
-    <string name="capital_on" msgid="1118214824959797269">"ACTIVAR"</string>
-    <string name="capital_off" msgid="3020696135020167263">"DESACTIVAR"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"Reproducir vídeo"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"Desactivado"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0,5 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 segundo"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1,5 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2,5 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 segundos"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0,5 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 minuto"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1,5 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2,5 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 minutos"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0,5 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 hora"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1,5 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2,5 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 horas"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 horas"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"segundos"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"minutos"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"horas"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"Feito"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"Establecer intervalo temporal"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"A función de período de tempo está desactivada. Actívaa para establecer o intervalo de tempo."</string>
-    <string name="set_duration" msgid="1638453882581604341">"Establecer a duración en segundos"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"Contando cara atrás para tirar unha foto"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"Queres que se lembren as localizacións das fotos?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Etiqueta as fotos e os vídeos coas localizacións en que se fixeron.\n\nOutras aplicacións poden acceder a esta información e ás imaxes gardadas."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"Non, grazas"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"Si"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"MÁIS OPCIÓNS"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"CONFIGURACIÓN"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Crear planeta diminuto"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Gardando planeta diminuto…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"Zoom"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"Xirar"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"Editor de fotos"</string>
-    <string name="crop_save" msgid="2841974981340098579">"Gardar"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"Non se pode cargar a imaxe"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Vista de película"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"Establecendo fondo de pantalla"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"Configuración"</string>
-    <string name="mode_camera" msgid="279763925715250603">"Cámara"</string>
-    <string name="mode_video" msgid="8633929034048169139">"Vídeo"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Fotografía esférica"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"Período de tempo"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"Ángulo grande"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"Panorámica"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"Efecto de enfoque"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"Cambiar ao modo de cámara"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"Cambiar á cámara de vídeo"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Cambiar ao modo Fotografía esférica"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"Cambiar ao modo de panorámica"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"Cambiar ao modo Efecto de enfoque"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"Abrir a configuración"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"Pechar a configuración"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR Plus desactivado"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Plus activado"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR desactivado"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR activado"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"Flash desactivado"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"Flash automático"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"Flash activado"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR + flash desactivado"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR + flash automático"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR + flash activado"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"Flash activado"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"Flash desactivado"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"Cámara traseira"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"Cámara frontal"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"Desactivar liñas da grade"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"Activar liñas da grade"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"O temporizador de conta atrás está desactivado"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"A duración do temporizador de conta atrás está definida en 3 segundos"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"A duración do temporizador de conta atrás está definida en 10 segundos"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"Máis opcións"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"Cancelar"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"Feito"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"Repetir"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"Compartir"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"Ver"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"Editar"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"Eliminar"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Compensación da exposición manual"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Compensación da exposición -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Compensación da exposición -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Compensación da exposición 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"Compensación da exposición +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"Compensación da exposición +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"Agora o botón está %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"Localización"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"Foto da cámara traseira"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"Vídeo da cámara traseira"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"Foto da cámara dianteira"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"Vídeo da cámara dianteira"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"Cámara predeterminada"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Axuda e comentarios"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"Procesando HDR+ …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"Licenzas de código aberto"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"Configuración xeral"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"Resolución e calidade"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"Acerca de"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"Versión da compilación"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"Baixa"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"Alta"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480 p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720 p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080 p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD de 4 K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s megapíxeles"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s megapíxeles"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Para volver enfocar, toca aquí"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Avanzadas"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Exposición manual"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"En Configuración, cambia a resolución e a calidade ou proba opcións avanzadas."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Seleccionar tamaño da foto"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Podes cambiar esta opción máis tarde en Configuración."</string>
-    <string name="share_to" msgid="5144911209144798122">"Compartir en"</string>
-    <string name="edit_with" msgid="615569327230783971">"Editar con"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"SEGUINTE"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"DE ACORDO"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"Sensor completo \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"Sensor recortado \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index 3c5d826..ec3f566 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -152,7 +152,7 @@
     <string name="pref_camera_id_label_back" msgid="1645608049757733858">"सामने का कैमरा"</string>
     <string name="pref_camera_id_label_front" msgid="349308803062874842">"पीछे का कैमरा"</string>
     <string name="dialog_ok" msgid="774141340500181131">"ठीक"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"रद्द करें"</string>
+    <string name="dialog_cancel" msgid="692365061128351656">"रहने दें"</string>
     <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"आपके SD कार्ड में स्थान कम है. गुणवत्ता सेटिंग बदलें या कुछ चित्र या अन्य फ़ाइलें हटाएं."</string>
     <string name="video_reach_size_limit" msgid="9196836111505731836">"आकार सीमा तक पहुंच गए."</string>
     <string name="pano_too_fast_prompt" msgid="2503148095578052177">"बहुत तेज़"</string>
@@ -182,7 +182,7 @@
     <string name="effect_silly_faces" msgid="7952713419757286453">"मज़ाकिया चेहरे"</string>
     <string name="effect_background" msgid="1358432220077975015">"पृष्ठभूमि"</string>
     <string name="accessibility_shutter_button" msgid="6040483605347230438">"शटर"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"रद्द करें"</string>
+    <string name="accessibility_cancel_button" msgid="5679989494636116448">"रहने दें"</string>
     <string name="accessibility_menu_button" msgid="7692103503958544723">"मेनू बटन"</string>
     <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s चेक बॉक्स"</string>
     <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"फ़ोटो पर स्‍विच करें"</string>
@@ -191,7 +191,7 @@
     <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Photo Sphere पर स्‍विच करें"</string>
     <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"उच्‍च गुणवत्ता पर स्विच करें"</string>
     <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"फिर से फ़ोकस पर स्विच करें"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"समीक्षा रद्द करें"</string>
+    <string name="accessibility_review_cancel" msgid="5462850829869569629">"समीक्षा ना करें"</string>
     <string name="accessibility_review_ok" msgid="3486465319880320270">"समीक्षा पूर्ण"</string>
     <string name="accessibility_review_retake" msgid="2547112860787022130">"समीक्षा रीटेक"</string>
     <string name="accessibility_mode_options" msgid="6376831760155403217">"विकल्प"</string>
@@ -313,7 +313,7 @@
     <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"काउंटडाउन टाइमर अवधि 3 सेकंड पर सेट है"</string>
     <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"काउंटडाउन टाइमर अवधि 10 सेकंड पर सेट है"</string>
     <string name="more_options_desc" msgid="4628738800610478353">"अधिक विकल्प"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"रद्द करें"</string>
+    <string name="cancel_button_description" msgid="3801167024006905033">"रहने दें"</string>
     <string name="done_button_description" msgid="1334963435441544592">"पूर्ण"</string>
     <string name="retake_button_description" msgid="4234613030674787714">"फिर से लें"</string>
     <string name="share_button_description" msgid="5108508790540832053">"साझा करें"</string>
@@ -339,7 +339,7 @@
     <string name="pref_category_general" msgid="6737748849700581019">"सामान्य सेटिंग"</string>
     <string name="pref_category_resolution_quality" msgid="6641462402321962896">"रिज़ॉल्यूशन और गुणवत्ता"</string>
     <string name="pref_category_about" msgid="1966255405679342337">"संक्षिप्त विवरण"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"बिल्ड संस्करण"</string>
+    <string name="pref_title_build_version" msgid="481489988124832651">"बिल्ड वर्शन"</string>
     <string name="pref_video_quality_entry_low" msgid="737962621299050603">"निम्न"</string>
     <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"उच्च"</string>
     <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
@@ -359,7 +359,7 @@
     <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"आप इसे बाद में सेटिंग में बदल सकते हैं."</string>
     <string name="share_to" msgid="5144911209144798122">"इनसे साझा करें:"</string>
     <string name="edit_with" msgid="615569327230783971">"इससे संपादित करें:"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"अगला"</string>
+    <string name="startup_dialog_button_next" msgid="1011831256978228993">"आगे"</string>
     <string name="confirm_button_text" msgid="7389949384482206814">"ठीक है, समझ लिया"</string>
     <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"पूर्ण सेंसर \n(4:3)"</string>
     <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"काटा गया सेंसर \n(16:9)"</string>
diff --git a/res/values-is-rIS/strings.xml b/res/values-is-rIS/strings.xml
deleted file mode 100644
index c20ec7b..0000000
--- a/res/values-is-rIS/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"Myndavél"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"Upptökuvél"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"Nota mynd sem"</string>
-    <string name="delete" msgid="2714492172818940424">"Eyða"</string>
-    <string name="share" msgid="8581089487762243115">"Deila"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"Deila víðmynd"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"Deila sem mynd"</string>
-    <string name="deleted" msgid="2036165115527228127">"Eytt"</string>
-    <string name="undo" msgid="5110048345890050107">"AFTURKALLA"</string>
-    <string name="details" msgid="4404020741542549488">"Upplýsingar"</string>
-    <string name="close" msgid="4826166926297479820">"Loka"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"Sýna á korti"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"Snúa rangsælis"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"Snúa réttsælis"</string>
-    <string name="edit" msgid="2776879395749004347">"Breyta"</string>
-    <string name="crop_action" msgid="6933589718464132714">"Skera"</string>
-    <string name="trim_action" msgid="4736803320203951827">"Klippa"</string>
-    <string name="set_as" msgid="5469055085024870081">"Nota sem"</string>
-    <string name="video_err" msgid="1562566029875081552">"Ekki hægt að spila myndskeið."</string>
-    <string name="title" msgid="8061744305671964703">"Heiti"</string>
-    <string name="description" msgid="8193138501982849808">"Lýsing"</string>
-    <string name="time" msgid="5248213506417024287">"Tími"</string>
-    <string name="location" msgid="564326205780827668">"Staðsetning"</string>
-    <string name="path" msgid="5927003361865586353">"Slóð"</string>
-    <string name="width" msgid="7045750687833828758">"Breidd"</string>
-    <string name="height" msgid="5186001199353423689">"Hæð"</string>
-    <string name="orientation" msgid="3883761294106680270">"Stefna"</string>
-    <string name="duration" msgid="5316211067383665008">"Tímalengd"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME-gerð"</string>
-    <string name="file_size" msgid="6841070748357980676">"Skráarstærð"</string>
-    <string name="maker" msgid="698691509121545856">"Höfundur"</string>
-    <string name="model" msgid="8547493604023069452">"Gerð"</string>
-    <string name="flash" msgid="995041910749174196">"Flass"</string>
-    <string name="aperture" msgid="2453802098282814022">"Ljósop"</string>
-    <string name="focal_length" msgid="8351221512187346229">"Brennivídd"</string>
-    <string name="white_balance" msgid="1600142743496129085">"Hvítjöfnun"</string>
-    <string name="exposure_time" msgid="949787291620767754">"Lýsingartími"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"mm"</string>
-    <string name="manual" msgid="2444400953521760140">"Handvirkt"</string>
-    <string name="auto" msgid="2552649885114400474">"Sjálfvirkt"</string>
-    <string name="flash_on" msgid="6573457197393807642">"Flass notað"</string>
-    <string name="flash_off" msgid="7889323512830926273">"Ekkert flass"</string>
-    <string name="unknown" msgid="564184550182858146">"Óþekkt"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"Þetta atriði er geymt í tækinu og tiltækt án nettengingar."</string>
-    <string name="please_wait" msgid="1416313324505140068">"Augnablik"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"Myndavélarvilla"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"Ekki er hægt að tengjast myndavélinni."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"Myndavélin hefur verið gerð óvirk vegna öryggisstefnu."</string>
-    <string name="wait" msgid="765601745709933047">"Augnablik…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"Settu SD-kort í áður en þú notar myndavélina."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"Undirbýr SD-kort…"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"Aðgangur að SD-korti fékkst ekki."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"Upptaka yfir tímabil"</string>
-    <string name="capturing" msgid="5255164204641920893">"Tekur mynd"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"Veldu myndavél"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"Til baka"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"Fremri"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"Vista staðsetningu"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"STAÐSETNING"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"Niðurteljari"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"Niðurtalningarhljóð"</string>
-    <string name="setting_off" msgid="6782191065550276632">"Slökkt"</string>
-    <string name="setting_on" msgid="9086728135773197891">"Kveikt"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"Myndgæði"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Myndataka yfir tímabil"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"Stillingar myndavélar"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"Stillingar upptökuvélar"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"Stærð myndar"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"Stór"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"Meðalstór"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"Lítil"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"Fókusstilling"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"Sjálfvirkt"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"Óendanlegt"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"Makró"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"SJÁLFVIRKT"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"ÓENDANLEGT"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"MAKRÓ"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"Flassstilling"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"FLASSSTILLING"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"Sjálfvirkt"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"Kveikt"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"Slökkt"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"SJÁLFVIRKT FLASS"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"KVEIKT Á FLASSI"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"SLÖKKT Á FLASSI"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"Hvítjöfnun"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"HVÍTJÖFNUN"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"Sjálfvirkt"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"Glópera"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"Dagsbirta"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Flúrljós"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"Skýjað"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"SJÁLFVIRKT"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"GLÓPERA"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"DAGSBIRTA"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"FLÚRLJÓS"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"SKÝJAÐ"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"Umhverfisstilling"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"Sjálfvirkt"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"KVEIKT Á HDR+"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"SLÖKKT Á HDR+"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"KVEIKT Á HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"SLÖKKT Á HDR"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"Fjör"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"Nótt"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"Sólarlag"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"Teiti"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"ENGIN"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"FJÖR"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"NÓTT"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"SÓLARLAG"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"TEITI"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"SLÖKKT Á NIÐURTELJARA"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 SEKÚNDA"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 SEKÚNDUR"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 SEKÚNDUR"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 SEKÚNDUR"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"Ekki hægt að velja í umhverfisstillingu."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"Lýsing"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"LÝSING"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"FREMRI MYNDAVÉL"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"AFTARI MYNDAVÉL"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"Í lagi"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"Hætta við"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"SD-kortið þitt er að fyllast. Breyttu gæðastillingum eða eyddu einhverjum myndum eða öðrum skrám."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"Stærðarmörkum náð."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"Of hratt"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"Undirbýr víðmynd"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"Ekki var hægt að vista víðmynd."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"Víðmynd"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"Tekur víðmynd"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"Bíður eftir fyrri víðmynd"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"Vistar…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"Teiknar upp víðmynd"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"Snertu til að stilla fókus."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"Áhrif"</string>
-    <string name="effect_none" msgid="3102797925086872636">"Engin"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"Kreista"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"Stór augu"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"Stór munnur"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"Lítill munnur"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"Stórt nef"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"Lítil augu"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"Í geimnum"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"Sólarlag"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"Þitt myndskeið"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"Snertu til að taka mynd meðan á upptöku stendur."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"Myndupptaka er hafin."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"Myndupptaka var stöðvuð."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"Hreinsa áhrif"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"KJÁNALEG ANDLIT"</string>
-    <string name="effect_background" msgid="1358432220077975015">"BAKGRUNNUR"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"Lokari"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"Hætta við"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"Valmyndarhnappur"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s gátreitur"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"Skipta yfir í mynd"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"Skipta yfir í myndskeið"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"Skipta yfir í víðmynd"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Skipta yfir í hringmynd"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"Skipta yfir í mikil gæði"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Skipta yfir í endurfókus"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"Hætta við yfirferð"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"Yfirferð lokið"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"Fara yfir endurtöku"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"Valkostir"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"Stillingalista lokað"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"Stillingalisti opnaður"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"Mynd tekin"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"Mynd tekin"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"Myndskeið tekið"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"Opna í myndavél"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"Efni tekið %s"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"Mynd tekin %s"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"Myndskeið tekið %s"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"Víðmynd tekin %s"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"Hringmynd tekin %s"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"Linsumóða tekin %s"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"Efni í vinnslu"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"Sýna/fela stillingalista"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"Stillingalisti"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"Sýna/fela filmubút"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"Filmubútur"</string>
-    <string name="capital_on" msgid="1118214824959797269">"KVEIKT"</string>
-    <string name="capital_off" msgid="3020696135020167263">"SLÖKKT"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"Spila myndskeið"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"Slökkt"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0,5 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 sekúnda"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1,5 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2,5 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 sekúndur"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0,5 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 mínúta"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1,5 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2,5 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 mínútur"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0,5 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 klukkustund"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1,5 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2,5 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 klukkustundir"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 klukkustundir"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"sekúndur"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"mínútur"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"klukkustundir"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"Lokið"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"Veldu millibil"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"Slökkt er á myndatöku yfir tímabil. Kveiktu á henni til að velja tökutíðni."</string>
-    <string name="set_duration" msgid="1638453882581604341">"Veldu lengd í sekúndum"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"Telur niður að myndatöku"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"Muna tökustaðsetningar?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Merktu myndirnar þínar og myndskeið með þeim staðsetningum þar sem myndataka fór fram.\n\nÖnnur forrit hafa aðgang að þessum upplýsingum ásamt vistuðu myndunum."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"Nei, takk"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"Já"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"FLEIRI VALKOSTIR"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"STILLINGAR"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Skapa litla plánetu"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Vistar litla plánetu…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"Aðdráttur"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"Snúa"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"Myndritill"</string>
-    <string name="crop_save" msgid="2841974981340098579">"Vista"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"Ekki er hægt að hlaða myndina!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Filmuræma"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"Velur veggfóður"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"Stillingar"</string>
-    <string name="mode_camera" msgid="279763925715250603">"Myndavél"</string>
-    <string name="mode_video" msgid="8633929034048169139">"Myndskeið"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Photo Sphere"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"Myndataka yfir tímabil"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"Gleiðhorn"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"Víðmynd"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"Linsumóða"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"Skipta yfir í myndavélarstillingu"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"Skipta yfir í upptökuvél"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Skipta yfir í Photo Sphere stillingu"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"Skipta yfir í víðmyndastillingu"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"Skipta yfir í linsumóðustillingu"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"Opna stillingar"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"Loka stillingum"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"Slökkt á HDR-plús"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"Kveikt á HDR-plús"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"Slökkt á HDR"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"Kveikt á HDR"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"Slökkt á flassi"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"Sjálfvirkt flass"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"Kveikt á flassi"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"Slökkt á HDR+ flassi"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"Sjálfvirkt HDR+ flass"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"Kveikt á HDR+ flassi"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"Kveikt á vasaljósi"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"Slökkt á vasaljósi"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"Aftari myndavél"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"Fremri myndavél"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"Slökkt á hnitalínum"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"Kveikt á hnitalínum"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"Slökkt er á niðurtalningu"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"Niðurtalningin er stillt á 3 sekúndur"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"Niðurtalningin er stillt á 10 sekúndur"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"Fleiri valkostir"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"Hætta við"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"Lokið"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"Taka aftur"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"Deila"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"Skoða"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"Breyta"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"Eyða"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Handvirk lýsingaruppbót"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Lýsingaruppbót -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Lýsingaruppbót -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Lýsingaruppbót 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"Lýsingaruppbót +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"Lýsingaruppbót +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"Hnappurinn er nú %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"Staðsetning"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"Mynd í aftari myndavél"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"Myndskeið aftari myndavél"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"Mynd í fremri myndavél"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"Myndskeið fremri myndavél"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"Sjálfgefin myndavél"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Hjálp og ábendingar"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ í vinnslu…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"Leyfi opins kóða"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"Almennar stillingar"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"Upplausn og gæði"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"Um forritið"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"Útgáfa smíðar"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"Lítil"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"Mikil"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s megapixlar"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s megapixlar"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Snertu hér til að endurstilla fókusinn"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Ítarlegt"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Handvirk lýsing"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"Í stillingunum geturðu breytt upplausn og myndgæðum og valið ítarlega eiginleika."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Veldu myndastærð"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Þú getur breytt þessu seinna í stillingunum."</string>
-    <string name="share_to" msgid="5144911209144798122">"Deila á"</string>
-    <string name="edit_with" msgid="615569327230783971">"Breyta með"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"ÁFRAM"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ÉG SKIL"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"Allt frá myndflögu \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"Skorið frá myndflögu \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-kk-rKZ/strings.xml b/res/values-kk-rKZ/strings.xml
deleted file mode 100644
index 6ae1235..0000000
--- a/res/values-kk-rKZ/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"Камера"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"Камкордер"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"Фотосурет ретінде орнату"</string>
-    <string name="delete" msgid="2714492172818940424">"Жою"</string>
-    <string name="share" msgid="8581089487762243115">"Бөлісу"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"Панорамамен бөлісу"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"Фото ретінде бөлісу"</string>
-    <string name="deleted" msgid="2036165115527228127">"Жойылған"</string>
-    <string name="undo" msgid="5110048345890050107">"КЕРІ ОРЫНДАУ"</string>
-    <string name="details" msgid="4404020741542549488">"Егжей-тегжейі"</string>
-    <string name="close" msgid="4826166926297479820">"Жабу"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"Картада көрсету"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"Солға айналдыру"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"Оңға айналдыру"</string>
-    <string name="edit" msgid="2776879395749004347">"Өзгерту"</string>
-    <string name="crop_action" msgid="6933589718464132714">"Кесу"</string>
-    <string name="trim_action" msgid="4736803320203951827">"Өңдеу"</string>
-    <string name="set_as" msgid="5469055085024870081">"Орнату"</string>
-    <string name="video_err" msgid="1562566029875081552">"Бейне таспаны ойната алмайды."</string>
-    <string name="title" msgid="8061744305671964703">"Атауы"</string>
-    <string name="description" msgid="8193138501982849808">"Сипаттама"</string>
-    <string name="time" msgid="5248213506417024287">"Уақыт"</string>
-    <string name="location" msgid="564326205780827668">"Аймақ"</string>
-    <string name="path" msgid="5927003361865586353">"Жол"</string>
-    <string name="width" msgid="7045750687833828758">"Ені"</string>
-    <string name="height" msgid="5186001199353423689">"Биіктігі"</string>
-    <string name="orientation" msgid="3883761294106680270">"Бағыты"</string>
-    <string name="duration" msgid="5316211067383665008">"Ұзақтығы"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME түрі"</string>
-    <string name="file_size" msgid="6841070748357980676">"Файл өлшемі"</string>
-    <string name="maker" msgid="698691509121545856">"Автор"</string>
-    <string name="model" msgid="8547493604023069452">"Үлгі"</string>
-    <string name="flash" msgid="995041910749174196">"Жарқыл"</string>
-    <string name="aperture" msgid="2453802098282814022">"Aпертура"</string>
-    <string name="focal_length" msgid="8351221512187346229">"Көздеу ұзақтығы"</string>
-    <string name="white_balance" msgid="1600142743496129085">"Ақ түсті теңгеру"</string>
-    <string name="exposure_time" msgid="949787291620767754">"Кадр уақыты"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"мм"</string>
-    <string name="manual" msgid="2444400953521760140">"Қолмен"</string>
-    <string name="auto" msgid="2552649885114400474">"Авто"</string>
-    <string name="flash_on" msgid="6573457197393807642">"Жарқыл қолданылды"</string>
-    <string name="flash_off" msgid="7889323512830926273">"Жарқылсыз"</string>
-    <string name="unknown" msgid="564184550182858146">"Белгісіз"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"Бұл элемент жергілікті сақталған және желіден тыс қол жетімді."</string>
-    <string name="please_wait" msgid="1416313324505140068">"Күте тұрыңыз..."</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"Камера қателігі"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"Камераға жалғау мүмкін болмады."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"Камера қауіпсіздік саясаты себебінен өшірілді."</string>
-    <string name="wait" msgid="765601745709933047">"Күте тұрыңыз..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"Камераны қолдануға дейін SD картасын енгізу."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD картаны әзірлеу"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD картаға кіру мүмкін болмады."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"Уақыт аралығы режимінде жазу"</string>
-    <string name="capturing" msgid="5255164204641920893">"Түсіруде"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"Камераны таңдау"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"Артқа"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"Алдыңғы"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"Аймақты сақтау"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"ОРНЫ"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"Кері санау таймері"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"Кері санау кезінде бипілдеу"</string>
-    <string name="setting_off" msgid="6782191065550276632">"Өшірулі"</string>
-    <string name="setting_on" msgid="9086728135773197891">"Қосулы"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"Видео сапасы"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Уақыт аралығы"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"Камера параметрлері"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"Камкордер параметрлері"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"Сурет өлшемі"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"Үлкен"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"Орташа"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"Кішкене"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"Көздеу режимі"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"Авто"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"Шексіздік"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"Maкро"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"Авто"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"ШЕКСІЗДІК"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"MAКРО"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"Жарқыл режимі"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"ЖАРҚЫЛ РЕЖИМІ"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"Авто"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"Қосулы"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"Өшірулі"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"АВТО ЖАРҚЫЛ"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"ЖАРҚЫЛ ҚОСУЛЫ"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"ЖАРҚЫЛ ӨШІРУЛІ"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"Ақ түсті теңгеру"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"АҚ ТҮСТІ ТЕҢГЕРУ"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"Авто"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"Қызу түстері"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"Күндізгі жарық"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Флюросцент"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"Бұлтты"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"Авто"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"ҚЫЗУ ТҮСТЕРІ"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"КҮНДІЗГІ ЖАРЫҚ"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ФЛУОРЕСЦЕНТ"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"БҰЛТТЫ"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"Көрініс режимі"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"Авто"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR (жоғары динамикалық аумақ)"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ (жоғары динамикалық аумақ) ҚОСУЛЫ"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ӨШІРУЛІ"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR (жоғары динамикалық аумақ) ҚОСУЛЫ"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ӨШІРУЛІ"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"Әрекет"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"Түн"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"Күнбатыс"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"Кеш"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"Ешқандай"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"ӘРЕКЕТ"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"ТҮН"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"КҮНБАТЫС"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"КЕШ"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"ТАЙМЕР ӨШІРУЛІ"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 секунд"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 СЕКУНД"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 СЕКУНД"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 секунд"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"Көрініс режимінде таңдалмайды."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"Кадр"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"КАДР"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR (жоғары динамикалық аумақ)"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"АЛДЫҢҒЫ КАМЕРА"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"АРТҚЫ КАМЕРА"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"Жарайды"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"Өшіру"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"SD картаңызда орын азайып барады. Сапа параметрін өзгертіңіз немесе кейбір суреттер немесе файлдарды жойыңыз."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"Өлшем шектеуінен асып кетті."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"Тым жылдам"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"Панораманы әзірлеу"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"Панораманы сақтау мүмкін болмады"</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"Панорама"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"Панораманы түсіру"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"Алдыңғы панораманы күтуде"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"Сақталуда..."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"Панораманы жасауда"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"Көздеу үшін түрту."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"Әсерлер"</string>
-    <string name="effect_none" msgid="3102797925086872636">"Ешқандай"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"Қысу"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"Үлкен көздер"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"Үлкен ауыз"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"Кішкене ауыз"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"Үлкен мұрын"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"Кішкене көздер"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"Кеңістікте"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"Күнбатыс"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"Сіздің видеоңыз"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"Жазу кезінде фотоға түсіру үшін түртіңіз."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"Видео жазу басталды."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"Видео жазу тоқтады."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"Анықтық әсерлері"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"ҚЫЗЫҚ БЕТ-ӘЛПЕТТЕР"</string>
-    <string name="effect_background" msgid="1358432220077975015">"Жалпы мағлұмат"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"Сырғыту"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"Өшіру"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"Mәзір түймесі"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s құсбелгі шаршысы"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"Фотоға ауысу"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"Видеоға ауысу"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"Панорамаға ауыстыру"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Photo Sphere режиміне ауысу"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"Жоғары сапаға ауыстыру"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Қайта көздеуге ауысу"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"Шолу режиміндегі өшіру"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"Шолу аяқталды"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"Шолу режимі арқылы қайта түсіру"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"Опциялар"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"Режимдер тізімі жабылды"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"Режимдер тізімі ашылды"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"Сурет түсірілді"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"Фотосурет түсірілді"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"Бейне түсірілді"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"Камераға бекітпесін ашу"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"%s күні түсірілген медиа"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"%s күні түсірілген фотосурет"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"%s күні түсірілген бейне"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"%s күні түсірілген панорама"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"%s күні түсірілген дөңгелек панорама"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"%s күні түсірілген бұлыңғыр объект әсері"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"Медианы өңдеу"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"Режимдер тізімін ажырата қосу"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"Режимдер тізімі"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"Диафильмді ажырата қосу"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"Диафильм"</string>
-    <string name="capital_on" msgid="1118214824959797269">"Қосулы"</string>
-    <string name="capital_off" msgid="3020696135020167263">"Өшірулі"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"Бейнені ойнату"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"Өшірулі"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0,5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1,5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2,5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0,5 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1,5 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2,5 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 минут"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0,5 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1,5 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2,5 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 сағат"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 сағат"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"секундтар"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"минуттар"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"сағаттар"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"Орындалды"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"Уақыт аралығын орнату"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"Уақыт аралығы функциясы өшірулі. Уақыт аралығын реттеу үшін оны қосыңыз."</string>
-    <string name="set_duration" msgid="1638453882581604341">"Ұзақтығын секундпен реттеу"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"Фотосурет түсіру үшін кері санау"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"Фотосурет аймақтары есіңізде ме?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Фотосуреттер мен видеоларды түсірілген аймақтарымен байланыстырыңыз. \n\nБұл ақпарат сақталған бейнелеріңізбен бірге басқа қолданбаларға қол жетімді болады."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"Жоқ рахмет"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"Иә"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"Басқа опциялар"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"ПАРАМЕТРЛЕР"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Шағын планета жасау"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Кішкене планетаны сақтауда …"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"Ұлғайту"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"Айналдыру"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"Фотосурет жөндеу"</string>
-    <string name="crop_save" msgid="2841974981340098579">"Сақтау"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"Бейнені жүктеу мүмкін болмады!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Диафильм көрінісі"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"Артқы фонды реттеу"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"Параметрлер"</string>
-    <string name="mode_camera" msgid="279763925715250603">"Камера"</string>
-    <string name="mode_video" msgid="8633929034048169139">"Видео"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Photo Sphere"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"Уақыт аралығы"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"Кең көру бұрышы"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"Панорама"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"Бұлыңғыр линза"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"Камера режиміне ауысу"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"Видео камераға ауысу"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Photo Sphere режиміне ауысу"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"Панорама режиміне ауысу"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"Бұлыңғыр линза режиміне ауысу"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"Параметрлерді ашу"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"Параметрлерді жабу"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR Plus өшірулі"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Plus қосулы"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR  (жоғары динамикалық аумақ) өшірулі"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR (жоғары динамикалық аумақ) қосулы"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"Жарқыл өшірулі"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"Авто жарқыл"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"Жарқыл қосулы"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ жарқыл өшірулі"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ жарқыл автоматты"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ жарқыл қосулы"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"Алау қосулы"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"Алау өшірулі"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"Артқы камера"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"Алдыңғы камера"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"Тор сызықтарын өшіру"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"Тор сызықтарын қосу"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"Кері санау таймері өшірулі"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"Кері санау таймерінің ұзақтығы 3 секундқа орнатылған"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"Кері санау таймерінің ұзақтығы 10 секундқа орнатылған"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"Басқа опциялар"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"Өшіру"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"Орындалды"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"Қайта түсіру"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"Бөлісу"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"Көрініс"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"Өзгерту"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"Жою"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Қолмен реттелетін экспозиция түзетілімі"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Экспозиция түзетілімі -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Экспозиция түзетілімі -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Экспозиция түзетілімі 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"Экспозиция түзетілімі +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"Экспозиция түзетілімі +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"Түйме қазір %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"Аймақ"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"Артқы камераның фотосур."</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"Артқы камераның бейнесі"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"Алдыңғы камераның фотос."</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"Алдыңғы камераның бейнесі"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"Бастапқы камера"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Анықтама және кері байл."</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ өңделуде …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"Ашық бастапқы код лицензиялары"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"Жалпы параметрлер"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"Ажыратымдылық және сапа"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"Туралы"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"Құру нұсқасы"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"Төмен"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"Жоғары"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s мегапиксель"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s мп"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Қайта фокустау үшін осы жерді түртіңіз"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Қосымша"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Қолмен рет-тін экс."</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"«Параметрлер» тармағында ажыратымдылықты және сапаны өзгертіңіз немесе кеңейтілген мүмкіндіктерді қолданып көріңіз."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Фотосурет өлшемін таңдау"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Мұны кейінірек «Параметрлер» тармағында өзгертуге болады."</string>
-    <string name="share_to" msgid="5144911209144798122">"Бөлісу"</string>
-    <string name="edit_with" msgid="615569327230783971">"Келесімен өңдеу"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"КЕЛЕСІ"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ЖАРАЙДЫ, ТҮСІНДІМ"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"Толық сенсор \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"Қиып алынған сенсор \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-kn-rIN/strings.xml b/res/values-kn-rIN/strings.xml
deleted file mode 100644
index 3d4dc44..0000000
--- a/res/values-kn-rIN/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"ಕ್ಯಾಮರಾ"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"ಕ್ಯಾಮ್‌ಕಾರ್ಡರ್"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"ಚಿತ್ರವನ್ನು ಹೀಗೆ ಹೊಂದಿಸಿ"</string>
-    <string name="delete" msgid="2714492172818940424">"ಅಳಿಸು"</string>
-    <string name="share" msgid="8581089487762243115">"ಹಂಚು"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"ಪನೋರಮಾ ಹಂಚಿಕೊಳ್ಳಿ"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"ಫೋಟೋ ರೂಪದಲ್ಲಿ ಹಂಚಿರಿ"</string>
-    <string name="deleted" msgid="2036165115527228127">"ಅಳಿಸಲಾಗಿದೆ"</string>
-    <string name="undo" msgid="5110048345890050107">"ರದ್ದುಮಾಡು"</string>
-    <string name="details" msgid="4404020741542549488">"ವಿವರಗಳು"</string>
-    <string name="close" msgid="4826166926297479820">"ಮುಚ್ಚು"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"ನಕ್ಷೆಯಲ್ಲಿ ತೋರಿಸಿ"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"ಎಡಕ್ಕೆ ತಿರುಗಿಸು"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"ಬಲಕ್ಕೆ ತಿರುಗಿಸು"</string>
-    <string name="edit" msgid="2776879395749004347">"ಸಂಪಾದಿಸು"</string>
-    <string name="crop_action" msgid="6933589718464132714">"ಕತ್ತರಿಸಿ"</string>
-    <string name="trim_action" msgid="4736803320203951827">"ಟ್ರಿಮ್"</string>
-    <string name="set_as" msgid="5469055085024870081">"ಹೀಗೆ ಹೊಂದಿಸಿ"</string>
-    <string name="video_err" msgid="1562566029875081552">"ವೀಡಿಯೊ ಪ್ಲೇ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ."</string>
-    <string name="title" msgid="8061744305671964703">"ಶೀರ್ಷಿಕೆ"</string>
-    <string name="description" msgid="8193138501982849808">"ವಿವರಣೆ"</string>
-    <string name="time" msgid="5248213506417024287">"ಸಮಯ"</string>
-    <string name="location" msgid="564326205780827668">"ಸ್ಥಾನ"</string>
-    <string name="path" msgid="5927003361865586353">"ಹಾದಿ"</string>
-    <string name="width" msgid="7045750687833828758">"ಅಗಲ"</string>
-    <string name="height" msgid="5186001199353423689">"ಎತ್ತರ"</string>
-    <string name="orientation" msgid="3883761294106680270">"ಓರಿಯಂಟೇಶನ್"</string>
-    <string name="duration" msgid="5316211067383665008">"ಅವಧಿ"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME ಪ್ರಕಾರ"</string>
-    <string name="file_size" msgid="6841070748357980676">"ಫೈಲ್ ಗಾತ್ರ"</string>
-    <string name="maker" msgid="698691509121545856">"ತಯಾರಕರು"</string>
-    <string name="model" msgid="8547493604023069452">"ಮಾದರಿ"</string>
-    <string name="flash" msgid="995041910749174196">"ಫ್ಲ್ಯಾಶ್‌"</string>
-    <string name="aperture" msgid="2453802098282814022">"ಅಪರ್ಚರ್‌‌"</string>
-    <string name="focal_length" msgid="8351221512187346229">"ಸಂಗಮ ದೂರ"</string>
-    <string name="white_balance" msgid="1600142743496129085">"ವೈಟ್ ಬ್ಯಾಲೆನ್ಸ್"</string>
-    <string name="exposure_time" msgid="949787291620767754">"ಅನಾವರಣ ಸಮಯ"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"ಮಿಮೀ"</string>
-    <string name="manual" msgid="2444400953521760140">"ಹಸ್ತಚಾಲಿತ"</string>
-    <string name="auto" msgid="2552649885114400474">"ಸ್ವಯಂ"</string>
-    <string name="flash_on" msgid="6573457197393807642">"ಫ್ಲ್ಯಾಶ್ ಆಗಿದೆ"</string>
-    <string name="flash_off" msgid="7889323512830926273">"ಫ್ಲ್ಯಾಶ್ ಇಲ್ಲ"</string>
-    <string name="unknown" msgid="564184550182858146">"ಅಜ್ಞಾತ"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"ಈ ಐಟಂ ಅನ್ನು ಸ್ಥಳೀಯವಾಗಿ ಸಂಗ್ರಹಿಸಲಾಗಿದ್ದು, ಆಫ್‌ಲೈನ್‌ನಲ್ಲಿ ಲಭ್ಯವಿರುತ್ತದೆ."</string>
-    <string name="please_wait" msgid="1416313324505140068">"ಸ್ವಲ್ಪ ಕಾಯಿರಿ"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"ಕ್ಯಾಮರಾ ದೋಷ"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"ಕ್ಯಾಮರಾಗೆ ಸಂಪರ್ಕಪಡಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"ಭದ್ರತಾ ನೀತಿಗಳ ಕಾರಣ ಕ್ಯಾಮರಾವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ."</string>
-    <string name="wait" msgid="765601745709933047">"ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"ಕ್ಯಾಮರಾ ಬಳಸುವುದಕ್ಕೂ ಮೊದಲು ಒಂದು SD ಕಾರ್ಡ್ ಸೇರಿಸಿ."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD ಕಾರ್ಡ್ ಸಿದ್ದಪಡಿಸಲಾಗುತ್ತಿದೆ..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD ಕಾರ್ಡ್ ಪ್ರವೇಶಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"ಸಮಯದ ಅಂತರ ರೆಕಾರ್ಡ್ ಆಗುತ್ತಿದೆ"</string>
-    <string name="capturing" msgid="5255164204641920893">"ಕ್ಯಾಪ್ಚರಿಂಗ್‌‌"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"ಕ್ಯಾಮರಾ ಆಯ್ಕೆಮಾಡಿ"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"ಹಿಂದೆ"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"ಮುಂಬದಿ"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"ಸ್ಥಳವನ್ನು ಉಳಿಸಿ"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"ಸ್ಥಳ"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"ಕ್ಷಣಗಣನೆ ಟೈಮರ್"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"ಕ್ಷಣಗಣನೆ ಸಮಯದಲ್ಲಿ ಬೀಪ್"</string>
-    <string name="setting_off" msgid="6782191065550276632">"ಆಫ್ ಆಗಿದೆ"</string>
-    <string name="setting_on" msgid="9086728135773197891">"ಆನ್ ಆಗಿದೆ"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"ವೀಡಿಯೊ ಗುಣಮಟ್ಟ"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"ಸಮಯದ ಅಂತರ"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"ಕ್ಯಾಮರಾ ಸೆಟ್ಟಿಂಗ್‌ಗಳು"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"ಕ್ಯಾಮ್‌ಕಾರ್ಡರ್ ಸೆಟ್ಟಿಂಗ್‌ಗಳು"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"ಚಿತ್ರದ ಗಾತ್ರ"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"ದೊಡ್ಡದು"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"ಮಧ್ಯಮ"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"ಸಣ್ಣ"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"ಕೇಂದ್ರೀಕರಣದ ಮೋಡ್"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"ಸ್ವಯಂ"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"ಅಪರಿಮಿತ"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"ಮ್ಯಾಕ್ರೋ"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"ಸ್ವಯಂ"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"ಅಪರಿಮಿತ"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"ಮ್ಯಾಕ್ರೋ"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"ಫ್ಲ್ಯಾಶ್ ಮೋಡ್"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"ಫ್ಲ್ಯಾಶ್ ಮೋಡ್"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"ಸ್ವಯಂ"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"ಆನ್ ಆಗಿದೆ"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"ಆಫ್ ಆಗಿದೆ"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"ಫ್ಲ್ಯಾಶ್ ಆಟೋ"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"ಫ್ಲ್ಯಾಶ್ ಆನ್"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"ಫ್ಲ್ಯಾಶ್ ಆಫ್"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"ವೈಟ್ ಬ್ಯಾಲೆನ್ಸ್"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"ವೈಟ್ ಬ್ಯಾಲೆನ್ಸ್"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"ಸ್ವಯಂ"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"ಇನ್‌ಕ್ಯಾಂಡಿಸೆಂಟ್"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"ಡೇಲೈಟ್"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"ಫ್ಲೋರೊಸೆಂಟ್"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"ಮೋಡ ಕವಿದ"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"ಸ್ವಯಂ"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"ಇನ್ಸಾಂಡೆಸೆಂಟ್"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"ಡೇಲೈಟ್"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ಫ್ಲೋರೆಸೆಂಟ್"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"ಮೋಡ ಕವಿದ"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"ದೃಶ್ಯದ ಮೋಡ್"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"ಸ್ವಯಂ"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ಆನ್"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ಆಫ್"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ಆನ್"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ಆಫ್"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"ಕ್ರಿಯೆ"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"ರಾತ್ರಿ"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"ಸೂರ್ಯಾಸ್ತ"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"ಪಾರ್ಟಿ"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"ಯಾವುದೂ ಇಲ್ಲ"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"ಕ್ರಿಯೆ"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"ರಾತ್ರಿ"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"ಸೂರ್ಯಾಸ್ತ"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"ಪಾರ್ಟಿ"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"ಟೈಮರ್ ಆಫ್"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 ಸೆಕೆಂಡು"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"ದೃಶ್ಯದ ಮೋಡ್‌ನಲ್ಲಿ ಆಯ್ಕೆ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"ಎಕ್ಸ್‌ಪೋಸರ್‌‌"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"ಎಕ್ಸ್‌ಪೋಸರ್‌‌"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"ಮುಂಬದಿ ಕ್ಯಾಮರಾ"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"ಹಿಂಬದಿ ಕ್ಯಾಮರಾ"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"ಸರಿ"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"ರದ್ದುಮಾಡು"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"ನಿಮ್ಮ SD ಕಾರ್ಡ್ ಸ್ಥಳವು ಭರ್ತಿಯಾಗಿದೆ. ಗುಣಮಟ್ಟದ ಸೆಟ್ಟಿಂಗ್ ಬದಲಾಯಿಸಿ ಅಥವಾ ಕೆಲವು ಚಿತ್ರಗಳನ್ನು ಇಲ್ಲವೇ ಇತರ ಫೈಲ್‌ಗಳನ್ನು ಅಳಿಸಿ."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"ಗಾತ್ರದ ಮಿತಿ ತಲುಪಿದೆ."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"ತುಂಬಾ ವೇಗವಾಗಿದೆ"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"ಪನೋರಮಾ ಸಿದ್ಧಪಡಿಸಲಾಗುತ್ತಿದೆ"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"ಪನೋರಮಾ ಉಳಿಸಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"ಪನೋರಮಾ"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"ಪನೋರಮಾ ಕ್ಯಾಪ್ಚರಿಂಗ್‌‌"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"ಹಿಂದಿನ ಪನೋರಮಾಗೆ ಕಾಯಲಾಗುತ್ತಿದೆ"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"ಉಳಿಸುತ್ತಿದೆ.."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"ಪನೋರಮಾ ಸಲ್ಲಿಸಲಾಗುತ್ತಿದೆ"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"ಕೇಂದ್ರೀಕರಿಸಲು ಸ್ಪರ್ಶಿಸಿ."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"ಎಫೆಕ್ಟ್‌ಗಳು"</string>
-    <string name="effect_none" msgid="3102797925086872636">"ಯಾವುದೂ ಇಲ್ಲ"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"ಸ್ಕ್ವೀಜ್‌‌"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"ದೊಡ್ಡ ಕಣ್ಣುಗಳು"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"ದೊಡ್ಡ ಬಾಯಿ"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"ಸಣ್ಣ ಬಾಯಿ"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"ದೊಡ್ಡ ಮೂಗು"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"ಸಣ್ಣ ಕಣ್ಣುಗಳು"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"ಅಂತರಿಕ್ಷದಲ್ಲಿ"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"ಸೂರ್ಯಾಸ್ತ"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"ನಿಮ್ಮ ವೀಡಿಯೊ"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"ರೆಕಾರ್ಡ್ ಮಾಡುತ್ತಿರುವಾಗ ಫೋಟೋ ತೆಗೆದುಕೊಳ್ಳಲು ಸ್ಪರ್ಶಿಸಿ."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"ವೀಡಿಯೊ ರೆಕಾರ್ಡಿಂಗ್ ಪ್ರಾರಂಭವಾಗಿದೆ."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"ವೀಡಿಯೊ ರೆಕಾರ್ಡಿಂಗ್ ಸ್ಥಗಿತಗೊಂಡಿದೆ."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"ಎಫೆಕ್ಟ್‌ಗಳನ್ನು ತೆರವುಗೊಳಿಸಿ"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"ಬೆಪ್ಪ ಮುಖಗಳು"</string>
-    <string name="effect_background" msgid="1358432220077975015">"ಹಿನ್ನೆಲೆ"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"ಶಟರ್"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"ರದ್ದುಮಾಡು"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"ಮೆನು ಬಟನ್"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s ಚೆಕ್ ಬಾಕ್ಸ್"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"ಫೋಟೋಗೆ ಬದಲಿಸು"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"ವೀಡಿಯೊಗೆ ಬದಲಾಯಿಸು"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"ಪನೋರಮಾಗೆ ಬದಲಾಯಿಸು"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"360 ಡಿಗ್ರಿ ಪನೋರಮಾಕ್ಕೆ ಬದಲಾಯಿಸು"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"ಉನ್ನತ ಗುಣಮಟ್ಟಕ್ಕೆ ಬದಲಾಯಿಸು"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"ಮರು ಕೇಂದ್ರೀಕರಿಸಲು ಸ್ವಿಚ್‌ ಮಾಡಿ"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"ವಿಮರ್ಶೆ ರದ್ದುಮಾಡಿ"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"ಪರಿಶೀಲನೆ ಮುಗಿದಿದೆ"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"ವಿಮರ್ಶೆ ಮರುತೆಗೆದುಕೊಳ್ಳಲಾಗಿದೆ"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"ಆಯ್ಕೆಗಳು"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"ಮೋಡ್‌ ಪಟ್ಟಿ ಮುಚ್ಚಲಾಗಿದೆ"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"ಮೋಡ್‌ ಪಟ್ಟಿ ತೆರೆದಿದೆ"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"ಸೆರೆಹಿಡಿಯಲಾಗಿದೆ"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"ಫೋಟೋ ತೆಗೆದುಕೊಳ್ಳಲಾಗಿದೆ"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"ವೀಡಿಯೊ ತೆಗೆದುಕೊಳ್ಳಲಾಗಿದೆ"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"ಕ್ಯಾಮೆರಾಗೆ ಅನ್‌ಲಾಕ್‌ ಮಾಡಿ"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"%s ರಂದು ತೆಗೆದ ಮೀಡಿಯಾ"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"%s ರಂದು ತೆಗೆದ ಫೋಟೋ"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"%s ರಂದು ತೆಗೆದ ವೀಡಿಯೊ"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"%s ರಂದು ತೆಗೆದ ಪನೋರಮಾ"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"%s ರಂದು ತೆಗೆದ 360 ಡಿಗ್ರಿ ಪನೋರಮಾ"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"%s ರಂದು ತೆಗೆದ ಲೆನ್ಸ್ ಮಸುಕು"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"ಮಾಧ್ಯಮ ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"ಮೋಡ್‌ ಪಟ್ಟಿ ಟಾಗಲ್‌ ಮಾಡಿ"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"ಮೋಡ್‌ ಪಟ್ಟಿ"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"ಸಿನಿಮಾ ತುಣುಕುಗಳನ್ನು ಟಾಗಲ್‌ ಮಾಡಿ"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"ಚಲನಚಿತ್ರತುಣುಕು"</string>
-    <string name="capital_on" msgid="1118214824959797269">"ಆನ್ ಮಾಡು"</string>
-    <string name="capital_off" msgid="3020696135020167263">"ಆಫ್ ಮಾಡು"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"ವೀಡಿಯೊವನ್ನು ಪ್ಲೇ ಮಾಡಿ"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"ಆಫ್ ಆಗಿದೆ"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 ಸೆಕೆಂಡು"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 ನಿಮಿಷ"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 ನಿಮಿಷಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 ಗಂಟೆ"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 ಗಂಟೆ"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 ಗಂಟೆಗಳು"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 ಗಂಟೆಗಳು"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"ಸೆಕೆಂಡುಗಳು"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"ನಿಮಿಷಗಳು"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"ಗಂಟೆಗಳು"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"ಮುಗಿದಿದೆ"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"ಮಧ್ಯಂತರದ ಸಮಯವನ್ನು ಹೊಂದಿಸಿ"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"ಸಮಯ ಅಂತರದ ವೈಶಿಷ್ಟ್ಯ ಆಫ್ ಆಗಿದೆ. ಮಧ್ಯಂತರದ ಸಮಯವನ್ನು ಹೊಂದಿಸಲು ಆದನ್ನು ಆನ್ ಮಾಡಿ."</string>
-    <string name="set_duration" msgid="1638453882581604341">"ಅವಧಿಯನ್ನು ಸೆಕೆಂಡುಗಳಲ್ಲಿ ಹೊಂದಿಸಿ"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"ಪೋಟೋ ತೆಗೆದುಕೊಳ್ಳಲು ಎಣಿಸಲಾಗುತ್ತಿದೆ"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"ಫೋಟೋ ಸ್ಥಳಗಳನ್ನು ನೆನಪಿಡುವುದೇ?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"ನಿಮ್ಮ ಫೋಟೋಗಳು ಮತ್ತು ವೀಡಿಯೊಗಳನ್ನು ಸೆರೆಹಿಡಿದಿರುವ ಸ್ಥಳಗಳನ್ನು ಬಳಸಿಕೊಂಡು ಅವುಗಳನ್ನು ಟ್ಯಾಗ್ ಮಾಡಿ.\n\nನಿಮ್ಮ ಉಳಿಸಲಾಗಿರುವ ಚಿತ್ರಗಳ ಜೊತೆಗೆ ಇತರ ಅಪ್ಲಿಕೇಶನ್‌ಗಳು ಈ ಮಾಹಿತಿಯನ್ನು ಪ್ರವೇಶಿಸಬಹುದು."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"ಬೇಡ ಧನ್ಯವಾದಗಳು"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"ಹೌದು"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"ಸೆಟ್ಟಿಂಗ್‌ಗಳು"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"ಸಣ್ಣ ಪ್ಲಾನೆಟ್ ರಚಿಸಿ"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"ಸಣ್ಣ ಪ್ಲಾನೆಟ್ ಉಳಿಸಲಾಗುತ್ತಿದೆ…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"ಜೂಮ್ ಮಾಡು"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"ತಿರುಗಿಸು"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"ಫೋಟೋ ಸಂಪಾದಕ"</string>
-    <string name="crop_save" msgid="2841974981340098579">"ಉಳಿಸು"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"ಫಿಲ್ಮ್‌ಸ್ಟ್ರಿಪ್ ವೀಕ್ಷಣೆ"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"ವಾಲ್‌ಪೇಪರ್ ಹೊಂದಿಸಲಾಗುತ್ತಿದೆ"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"ಸೆಟ್ಟಿಂಗ್‌ಗಳು"</string>
-    <string name="mode_camera" msgid="279763925715250603">"ಕ್ಯಾಮರಾ"</string>
-    <string name="mode_video" msgid="8633929034048169139">"ವೀಡಿಯೊ"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"360 ಡಿಗ್ರಿ ಪನೋರಮಾ"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"ಸಮಯದ ಅಂತರ"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"ವಿಶಾಲ ಕೋನ"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"ಪನೋರಮಾ"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"ಫೋಕಸ್‌ ಎಫೆಕ್ಟ್‌"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"ಕ್ಯಾಮರಾ ಮೋಡ್‌ಗೆ ಬದಲಾಯಿಸಿ"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"ವೀಡಿಯೊ ಕ್ಯಾಮರಾಗೆ ಬದಲಾಯಿಸಿ"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"360 ಡಿಗ್ರಿ ಪನೋರಮಾ ಮೋಡ್‌ಗೆ ಬದಲಾಯಿಸು"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"ಪನೋರಮಾ ಮೋಡ್‌ಗೆ ಬದಲಾಯಿಸಿ"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"ಫೋಕಸ್‌ ಎಫೆಕ್ಟ್‌‌ ಮೋಡ್‌ಗೆ ಬದಲಾಯಿಸಿ"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"ಸೆಟ್ಟಿಂಗ್‍ಗಳನ್ನು ತೆರೆಯಿರಿ"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"ಸೆಟ್ಟಿಂಗ್‌ಗಳನ್ನು ಮುಚ್ಚಿರಿ"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR ಪ್ಲಸ್ ಆಫ್"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR ಪ್ಲಸ್ ಆನ್"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR ಆಫ್"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR ಆನ್"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"ಫ್ಲ್ಯಾಶ್ ಆಫ್"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"ಫ್ಲ್ಯಾಶ್ ಆಟೋ"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"ಫ್ಲ್ಯಾಶ್ ಆನ್"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ ಫ್ಲ್ಯಾಶ್‌ ಆಫ್‌ ಮಾಡು"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ ಸ್ವಯಂ ಫ್ಲ್ಯಾಶ್‌"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ ಫ್ಲ್ಯಾಶ್‌ ಆನ್‌ ಮಾಡು"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"ಟಾರ್ಚ್ ಆನ್"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"ಟಾರ್ಚ್ ಆಫ್"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"ಹಿಂದಿನ ಕ್ಯಾಮರಾ"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"ಮುಂಬದಿ ಕ್ಯಾಮರಾ"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"ಗ್ರಿಡ್ ಸಾಲುಗಳು ಆಫ್"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"ಗ್ರಿಡ್ ಸಾಲುಗಳು ಆನ್"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"ಕೌಂಟ್‌ಡೌನ್ ಟೈಮರ್ ಆಫ್ ಆಗಿದೆ"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"ಕೌಂಟ್‌ಡೌನ್ ಸಮಯದ ಅವಧಿಯನ್ನು 3 ಸೆಕೆಂಡುಗಳಿಗೆ ಹೊಂದಿಸಲಾಗಿದೆ"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"ಕೌಂಟ್‌ಡೌನ್ ಸಮಯದ ಅವಧಿಯನ್ನು 10 ಸೆಕೆಂಡುಗಳಿಗೆ ಹೊಂದಿಸಲಾಗಿದೆ"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"ರದ್ದುಮಾಡು"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"ಮುಗಿದಿದೆ"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"ಮತ್ತೆ ಸೆರೆಹಿಡಿಯಿರಿ"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"ಹಂಚಿಕೊಳ್ಳಿ"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"ವೀಕ್ಷಿಸು"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"ಸಂಪಾದಿಸು"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"ಅಳಿಸು"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"ಮ್ಯಾನುಯಲ್ ಮಾನ್ಯತೆ ಪರಿಹಾರ"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"ಮಾನ್ಯತೆ ಪರಿಹಾರ -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"ಮಾನ್ಯತೆ ಪರಿಹಾರ -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"ಮಾನ್ಯತೆ ಪರಿಹಾರ 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"ಮಾನ್ಯತೆ ಪರಿಹಾರ +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"ಮಾನ್ಯತೆ ಪರಿಹಾರ +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"ಬಟನ್ ಇದೀಗ %s ಆಗಿದೆ"</string>
-    <string name="setting_location" msgid="4459859689227893838">"ಸ್ಥಾನ"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"ಬ್ಯಾಕ್ ಕ್ಯಾಮರಾ ಫೋಟೋ"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"ಬ್ಯಾಕ್‌‌ ಕ್ಯಾಮೆರಾ ವೀಡಿಯೊ"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"ಫ್ರಂಟ್ ಕ್ಯಾಮೆರಾ ಫೋಟೋ"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"ಫ್ರಂಟ್‌ ಕ್ಯಾಮರಾ ವಿಡಿಯೋ"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"ಡೀಫಾಲ್ಟ್ ಕ್ಯಾಮರಾ"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"ಸಹಾಯ &amp; ಪ್ರತಿಕ್ರಿಯೆ"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"ಮುಕ್ತ ಮೂಲ ಪರವಾನಗಿಗಳು"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"ಸಾಮಾನ್ಯ ಸೆಟ್ಟಿಂಗ್‌ಗಳು"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"ರೆಸಲ್ಯೂಷನ್ &amp; ಗುಣಮಟ್ಟ"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"ಕುರಿತು"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"ಬಿಲ್ಡ್ ಆವೃತ್ತಿ"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"ಕಡಿಮೆ"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"ಅಧಿಕ"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s ಮೆಗಾ ಪಿಕ್ಸೆಲ್ಸ್‌‌"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s ಮೆಗಾಪಿಕ್ಸೆಲ್"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"ಮರುಕೇಂದ್ರೀಕರಿಸಲು, ಇಲ್ಲಿ ಸ್ಪರ್ಶಿಸಿ"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"ಸುಧಾರಿತ"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"ಮ್ಯಾನ್ಯುಯಲ್ ಎಕ್ಸ್‌‌ಪೋಸರ್‌"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"ಸೆಟ್ಟಿಂಗ್‌ಗಳಲ್ಲಿ, ರೆಸಲ್ಯೂಷನ್ ಮತ್ತು ಗುಣಮಟ್ಟವನ್ನು ಬದಲಾಯಿಸಿ ಅಥವಾ ಸುಧಾರಿತ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಪ್ರಯತ್ನಿಸಿ."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"ಫೋಟೋ ಗಾತ್ರವನ್ನು ಆಯ್ಕೆಮಾಡಿ"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"ನೀವು ಇದನ್ನು ಸೆಟ್ಟಿಂಗ್‌ಗಳಲ್ಲಿ ನಂತರ ಬದಲಾಯಿಸಬಹುದು."</string>
-    <string name="share_to" msgid="5144911209144798122">"ಇದಕ್ಕೆ ಹಂಚಿರಿ"</string>
-    <string name="edit_with" msgid="615569327230783971">"ಇವರ ಜೊತೆಗೆ ಸಂಪಾದಿಸಿ"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"ಮುಂದೆ"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ಸರಿ, ಅರ್ಥವಾಯಿತು"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"ಪೂರ್ಣ ಸೆನ್ಸಾರ್ \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"ಕತ್ತರಿಸಲಾದ ಸೆನ್ಸಾರ್ \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-ky-rKG/strings.xml b/res/values-ky-rKG/strings.xml
deleted file mode 100644
index 8ec75f2..0000000
--- a/res/values-ky-rKG/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"Камера"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"Камкордер"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"Сүрөттү бул катары орнотуу"</string>
-    <string name="delete" msgid="2714492172818940424">"Жок кылуу"</string>
-    <string name="share" msgid="8581089487762243115">"Бөлүшүү"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"Панорама бөлүшүү"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"Сүрөт катары бөлүшүү"</string>
-    <string name="deleted" msgid="2036165115527228127">"Жок кылынды"</string>
-    <string name="undo" msgid="5110048345890050107">"КАЙТАРУУ"</string>
-    <string name="details" msgid="4404020741542549488">"Кеңири маалыматтар"</string>
-    <string name="close" msgid="4826166926297479820">"Жабуу"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"Картада көрсөтүү"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"Солго буруу"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"Оңго буруу"</string>
-    <string name="edit" msgid="2776879395749004347">"Өзгөртүү"</string>
-    <string name="crop_action" msgid="6933589718464132714">"Тегиздөө"</string>
-    <string name="trim_action" msgid="4736803320203951827">"Тегиздөө"</string>
-    <string name="set_as" msgid="5469055085024870081">"Орнотулуучу түрү"</string>
-    <string name="video_err" msgid="1562566029875081552">"Видеону ойнотуу мүмкүн эмес."</string>
-    <string name="title" msgid="8061744305671964703">"Аталышы"</string>
-    <string name="description" msgid="8193138501982849808">"Баяндама"</string>
-    <string name="time" msgid="5248213506417024287">"Убакыт"</string>
-    <string name="location" msgid="564326205780827668">"Жайгаштыруу"</string>
-    <string name="path" msgid="5927003361865586353">"Жолу"</string>
-    <string name="width" msgid="7045750687833828758">"Туурасы"</string>
-    <string name="height" msgid="5186001199353423689">"Бийиктиги"</string>
-    <string name="orientation" msgid="3883761294106680270">"Багыттоо"</string>
-    <string name="duration" msgid="5316211067383665008">"Узактыгы"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME type"</string>
-    <string name="file_size" msgid="6841070748357980676">"Файлдын өлчөмү"</string>
-    <string name="maker" msgid="698691509121545856">"Жаратуучу"</string>
-    <string name="model" msgid="8547493604023069452">"Үлгүсү"</string>
-    <string name="flash" msgid="995041910749174196">"Жаркыма"</string>
-    <string name="aperture" msgid="2453802098282814022">"Апертура"</string>
-    <string name="focal_length" msgid="8351221512187346229">"Фокус аралыгы"</string>
-    <string name="white_balance" msgid="1600142743496129085">"Актын балансы"</string>
-    <string name="exposure_time" msgid="949787291620767754">"Экспозиция убактысы"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"мм"</string>
-    <string name="manual" msgid="2444400953521760140">"Нускама"</string>
-    <string name="auto" msgid="2552649885114400474">"Авто"</string>
-    <string name="flash_on" msgid="6573457197393807642">"Жаркыратылды"</string>
-    <string name="flash_off" msgid="7889323512830926273">"Жаркымасыз"</string>
-    <string name="unknown" msgid="564184550182858146">"Белгисиз"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"Бул жергиликтүү сакталды жана офлайндан жеткиликтүү"</string>
-    <string name="please_wait" msgid="1416313324505140068">"Сураныч, күтө туруңуз"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"Камерада ката кетти"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"Камерага кошула алган жок."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"Коопсуздук максаттарынан улам камера токтотулду."</string>
-    <string name="wait" msgid="765601745709933047">"Күтө туруңуз…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"Камераны колдонуп баштаардан мурун SD-карта салыңыз."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD-карта даярдалууда…"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD-картага жете албай жатат."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"Убакыт кармоо жазылууда"</string>
-    <string name="capturing" msgid="5255164204641920893">"Тартууда"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"Камера тандоо"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"Артка"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"Алдыңкы"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"Жайгашууну сактоо"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"ЖАЙГАШТЫРУУ"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"Артка саноо таймери"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"Артка саналып жатканда үн чыгаруу"</string>
-    <string name="setting_off" msgid="6782191065550276632">"Өчүк"</string>
-    <string name="setting_on" msgid="9086728135773197891">"Жандырылган"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"Видеонун сапаты"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Убакыт аралыгы"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"Камеранын тууралоолору"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"Видеокамера тууралоолору"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"Сүрөт өлчөмү"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"Чоң"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"Орточо"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"Кичине"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"Фокус тартиби"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"Авто"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"Чексиз"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"Макро"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"АВТО"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"ЧЕКСИЗДИК"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"МАКРО"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"Жаркыма тартиби"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"ЖАРКЫМА ТАРТИБИ"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"Авто"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"Жандырылган"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"Өчүрүлгөн"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"АВТО ЖАРКЫМА"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"ЖАРКЫМА ЖАНДЫРЫЛГАН"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"ЖАРКЫМА ӨЧҮК"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"Актын балансы"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"АКТЫН БАЛАНСЫ"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"Авто"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"Аптап"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"Күндүзгү жарык"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Флуоресценттик"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"Булуттуу"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"АВТО"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"АПТАП"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"КҮНДҮЗГҮ ЖАРЫК"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ФЛУОРЕСЦЕНТТИК"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"КҮН БҮРКӨК"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"Көрүнүш тартиби"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"Авто"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ЖАНДЫРЫЛГАН"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ӨЧҮК"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ЖАНДЫРЫЛГАН"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ӨЧҮК"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"Кыймыл-аракет"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"Түн"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"Күндүн батышы"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"Кече"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"ЭЧ НЕРСЕ ЖОК"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"КЫЙМЫЛ АРАКЕТ"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"ТҮН"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"КҮНДҮН БАТЫШЫ"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"КЕЧЕ"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"ТАЙМЕР ӨЧҮК"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 СЕКУНД"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 секунд"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 секунд"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 секунд"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"Бул көрүнүштө тандалбайт."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"Экспозиция"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"ЭКСПОЗИЦИЯ"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"БЕТКИ КАМЕРА"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"АРТКЫ КАМЕРА"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"OK"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"Айнуу"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"SD-картаңызда орун түгөнүүдө. Сапат тууралоолорун өзгөртүңүз же айрым сүрөттөрдү же файлдарды өчүрүңүз."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"Өлчөмдүн чегине жетти."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"Өтө тез"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"Панораманы алдын ала көрүү"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"Панораманы сактоо мүмкүн эмес."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"Панорама"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"Панорама тартылууда"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"Панорама алдын ала көрүүгө даярдалууда"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"Сакталууда…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"Панорама иштелүүдө"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"Фокус алыш үчүн тийиңиз."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"Эффекттер"</string>
-    <string name="effect_none" msgid="3102797925086872636">"Эч нерсе жок"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"Кыстыруу"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"Бакыраң көз"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"Чоң ооз"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"Оймок ооз"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"Чоң мурун"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"Кичинекей көздөр"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"Космосто"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"Күндүн батышы"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"Видеоңуз"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"Жазылып жатканда сүрөт тарттуу үчүн тийиңиз."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"Видео жазуу башталды."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"Видео жазуу токтотулду."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"Эффектерди тазалоо"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"МАҢЫРОО ЧАЛЫШ"</string>
-    <string name="effect_background" msgid="1358432220077975015">"ФОН"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"Жапкыч"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"Айнуу"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"Меню баскычы"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s чекбокс"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"Сүрөткө которулуу"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"Видеого которулуу"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"Панорамага которулуу"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Photo Sphere\'ге которулуу"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"Жогорку сапатка которулуу"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Фокусту алмаштырууга өтүү"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"Көрүү токтотулду"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"Каралды"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"Кайра тартуу"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"Параметрлер"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"Режим тизмеси жабык"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"Режим тизмеси ачык"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"Көрүнүш тартылды"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"Сүрөт тартылды"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"Видео тартылды"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"Кулпуну ачып Камерага өтүү"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"%s тартылган медиа файлдар"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"%s тартылган сүрөт"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"%s тартылган видео"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"%s тартылган панорама"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"%s тартылган сүрөт сферасы"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"%s тартылган оптикалык мунарык"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"Медиа иштетүү"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"Режим тизмесин которуу"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"Режим тизмеси"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"Тасманы которуу"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"Тасма"</string>
-    <string name="capital_on" msgid="1118214824959797269">"Жандырылган"</string>
-    <string name="capital_off" msgid="3020696135020167263">"ӨЧҮК"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"Видео ойнотуу"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"Өчүрүлгөн"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 секунд"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 мүнөт"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 саат"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 саат"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"секунд"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"мүнөт"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"саат"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"Даяр"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"Убакыт аралыгын орнотуу"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"Убакыт кармоо мүмкүнчүлүгү иштебейт. Аны иштетиш үчүн убакыт аралыгын бериңиз."</string>
-    <string name="set_duration" msgid="1638453882581604341">"Узактыгын секунд менен орнотуу"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"Сүрөт тартаардын алдында санак жүргүзүү"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"Сүрөттүн жайгашуусу эстелип калсынбы?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Сүрөттөрдүн жана видеолордун тартылган орундарын белгилеңиз.\n\nСиз киргизген бул маалыматтарды башка колдонмолор пайдалана алышат."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"Алкыш, кереги жок"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"Ооба"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"КӨБҮРӨӨК МҮМКҮНЧҮЛҮКТӨР"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"ТУУРАЛООЛОР"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Кыпындай планета түзүү"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Кыпындай планета сакталууда …"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"Масштаб"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"Буруу"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"Фото редактор"</string>
-    <string name="crop_save" msgid="2841974981340098579">"Сактоо"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"Сүрөттү жүктөй албайт!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Диафильм көрүнүшү"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"Тушкагаз орнотулууда"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"Тууралоолор"</string>
-    <string name="mode_camera" msgid="279763925715250603">"Камера"</string>
-    <string name="mode_video" msgid="8633929034048169139">"Видео"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Photo Sphere"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"Убакыт аралыгы"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"Кең бурчтуу"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"Панорама"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"Оптикалык мунарык"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"Камера тартибине которулуу"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"Видео камерага которулуу"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Photo Sphere тартибине которулуу"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"Панорама тартибине которулуу"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"Оптикалык мунарык тартибине которулуу"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"Тууралоолорду ачуу"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"Тууралоолорду жабуу"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR Plus өчүк"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Plus жандырылган"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR өчүк"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR жандырылган"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"Жаркыманы өчүк"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"Авто жаркыма"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"Жаркыма жандырылган"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ жарк этме өчүк"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ авто жарк этме"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ жарк этме күйүк"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"Жарык жабдыгы жандырылган"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"Жарык жабдыгы өчүк"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"Арткы камера"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"Бетки камера"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"Тор сызыктары өчүрүлгөн"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"Тор сызыктары жандырылган"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"Артка саноо таймери өчүк"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"Артка саноо таймеринин узактыгы 3 секундга коюлду"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"Артка саноо таймеринин узактыгы 10 секундга коюлду"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"Көбүрөөк мүмкүнчүлүктөр"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"Айнуу"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"Даяр"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"Кайра тартуу"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"Бөлүшүү"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"Көрүү"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"Өзгөртүү"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"Жок кылуу"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Кол менен экспокомпенсациялоо"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Экспокомпенсация -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Экспокомпенсация -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Экспокомпенсация 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"Экспокомпенсация +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"Экспокомпенсация +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"Баскыч азыр %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"Жайгашуу"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"Арткы камера сүрөтү"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"Арткы камера видеосу"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"Алдыңкы камера сүрөтү"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"Алдыңкы камера видеосу"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"Абалкы камера"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Жардам &amp; жооп пикир"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ иштетилүүдө …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"Ачык программа уруксаттамалары"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"Жалпы тууралоолор"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"Чечилиш &amp; сапат"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"Тууралуу"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"Куралыш версиясы"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"Начар"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"Жогорку"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s мегапиксель"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s мегапиксель"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Кайра фокустоо үчүн бул жерге тийип коюңуз"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Өркүндөтүлгөн"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Колго экспозициялоо"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"Жөндөөлөрдөн сүрөттүн чечилиши менен сапатын өзгөртүңүз же өркүндөтүлгөн мүмкүнчүлүктөрдү байкап көрүңүз."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Сүрөт өлчөмүн тандаңыз"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Муну кийинчерээк Жөндөөлөрдөн өзгөртсөңүз болот."</string>
-    <string name="share_to" msgid="5144911209144798122">"Төмнкү менн бөлүшүү:"</string>
-    <string name="edit_with" msgid="615569327230783971">"Төмнкү менн түзөтүү"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"КИЙИНКИ"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ЖАРАЙТ, ТҮШҮНДҮМ"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"Толук сенсор \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"Кесилген сенсор \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-mk-rMK/strings.xml b/res/values-mk-rMK/strings.xml
deleted file mode 100644
index cd35cd8..0000000
--- a/res/values-mk-rMK/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"Фотоапарат"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"Видео камера"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"Постави слика како"</string>
-    <string name="delete" msgid="2714492172818940424">"Избриши"</string>
-    <string name="share" msgid="8581089487762243115">"Сподели"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"Сподели панорама"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"Сподели како фотографија"</string>
-    <string name="deleted" msgid="2036165115527228127">"Избришано"</string>
-    <string name="undo" msgid="5110048345890050107">"ВРАТИ"</string>
-    <string name="details" msgid="4404020741542549488">"Детали"</string>
-    <string name="close" msgid="4826166926297479820">"Затвори"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"Прикажи на карта"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"Ротирај налево"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"Ротирај надесно"</string>
-    <string name="edit" msgid="2776879395749004347">"Уреди"</string>
-    <string name="crop_action" msgid="6933589718464132714">"Исечи"</string>
-    <string name="trim_action" msgid="4736803320203951827">"Скрати"</string>
-    <string name="set_as" msgid="5469055085024870081">"Подеси како"</string>
-    <string name="video_err" msgid="1562566029875081552">"Видеото не може да се пушти."</string>
-    <string name="title" msgid="8061744305671964703">"Име"</string>
-    <string name="description" msgid="8193138501982849808">"Опис"</string>
-    <string name="time" msgid="5248213506417024287">"Време"</string>
-    <string name="location" msgid="564326205780827668">"Локација"</string>
-    <string name="path" msgid="5927003361865586353">"Патека"</string>
-    <string name="width" msgid="7045750687833828758">"Ширина"</string>
-    <string name="height" msgid="5186001199353423689">"Висина"</string>
-    <string name="orientation" msgid="3883761294106680270">"Ориентација"</string>
-    <string name="duration" msgid="5316211067383665008">"Времетраење"</string>
-    <string name="mimetype" msgid="6415940055077963944">"Тип MIME"</string>
-    <string name="file_size" msgid="6841070748357980676">"Големина на датотека"</string>
-    <string name="maker" msgid="698691509121545856">"Создавач"</string>
-    <string name="model" msgid="8547493604023069452">"Модел"</string>
-    <string name="flash" msgid="995041910749174196">"Блиц"</string>
-    <string name="aperture" msgid="2453802098282814022">"Отвор"</string>
-    <string name="focal_length" msgid="8351221512187346229">"Фокусно растојание"</string>
-    <string name="white_balance" msgid="1600142743496129085">"Баланс на бела боја"</string>
-    <string name="exposure_time" msgid="949787291620767754">"Време на експозиција"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"мм"</string>
-    <string name="manual" msgid="2444400953521760140">"Рачно"</string>
-    <string name="auto" msgid="2552649885114400474">"Автоматски"</string>
-    <string name="flash_on" msgid="6573457197393807642">"Блицот светна"</string>
-    <string name="flash_off" msgid="7889323512830926273">"Без блиц"</string>
-    <string name="unknown" msgid="564184550182858146">"Непознато"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"Оваа ставка е зачувана локално и е достапна без интернет."</string>
-    <string name="please_wait" msgid="1416313324505140068">"Почекај..."</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"Грешка на камера"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"Не може да се поврзе со камерата."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"Камерата е оневозможена поради безбедносните политики."</string>
-    <string name="wait" msgid="765601745709933047">"Почекај..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"Вметнете СД картичка пред да ја користите камерата."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"СД картичката се подготвува..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"Не можеше да се пристапи кон СД картичката."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"Снимање на забрзано снимање"</string>
-    <string name="capturing" msgid="5255164204641920893">"Снимање"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"Избери камера"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"Задна"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"Предна"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"Зачувај локација"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"ЛОКАЦИЈА"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"Тајмер за одбројување"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"Звук при одбројување"</string>
-    <string name="setting_off" msgid="6782191065550276632">"Исклучено"</string>
-    <string name="setting_on" msgid="9086728135773197891">"Вклучено"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"Квалитет на видео"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Забрзано снимање"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"Подесувања на фотоапарат"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"Подесувања на видео камера"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"Големина на слика"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"Голема"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"Средна"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"Мала"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"Режим на фокус"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"Автоматски"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"Бесконечност"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"Макро"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"АВТОМАТСКИ"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"БЕСКОНЕЧНОСТ"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"МАКРО"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"РЕЖИМ НА БЛИЦ"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"РЕЖИМ НА БЛИЦ"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"Автоматски"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"Вклучено"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"Исклучено"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"АВТОМАТСКИ БЛИЦ"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"БЛИЦОТ Е ВКЛУЧЕН"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"БЛИЦОТ Е ИСКЛУЧЕН"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"Баланс на бела боја"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"БАЛАНС НА БЕЛА БОЈА"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"Автоматски"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"Усвитено"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"Дневна светлина"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Флуоресцентно"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"Облачно"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"АВТОМАТСКИ"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"УСВИТЕНО"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"ДНЕВНА СВЕТЛИНА"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ФЛУОРЕСЦЕНТНО"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"ОБЛАЧНО"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"Режим на сцена"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"Автоматски"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ е ВКЛУЧЕНО"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ИСКЛУЧЕНО"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR е ВКЛУЧЕНО"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ИСКЛУЧЕНО"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"Дејство"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"Ноќ"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"Залез"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"Забава"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"НЕМА"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"Дејство"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"НОЌ"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"ЗАЛЕЗ"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"ЗАБАВА"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"ТАЈМЕРОТ Е ИСКЛУЧЕН"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 СЕКУНДА"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 СЕКУНДИ"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 СЕКУНДИ"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 СЕКУНДИ"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"Не може да се бира во режим на сцена."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"Експозиција"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"ЕКСПОЗИЦИЈА"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"ПРЕДНА КАМЕРА"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"ЗАДНА КАМЕРА"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"Во ред"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"Откажи"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"Вашата СД картичка ќе снема простор. Сменете го подесувањето за квалитет или избришете некои слики или други датотеки."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"Достигнато е ограничувањето за големина."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"Премногу брзо"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"Панорамата се подготвува"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"Не можеше да се зачува панорамата."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"Панорама"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"Снимање панорама"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"Се чека претходната панорама"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"Се зачувува..."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"Рендерирање панорама"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"Допри да се фокусира."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"Ефекти"</string>
-    <string name="effect_none" msgid="3102797925086872636">"Нема"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"Стисни"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"Големи очи"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"Голема уста"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"Мала уста"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"Голем нос"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"Мали очи"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"Во вселената"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"Залез"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"Ваше видео"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"Допри за да фотографираш додека снимаш."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"Снимањето видео започна."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"Снимањето видео запре."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"Отстрани ефекти"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"ГЛУПАВИ ЛИЦА"</string>
-    <string name="effect_background" msgid="1358432220077975015">"ЗАДНИНА"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"Бленда"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"Откажи"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"Копче „Мени“"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"Поле за избор %1$s"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"Префрли на фотографија"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"Префрли на видео"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"Префрли на панорама"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Префрли на „Фотосфера“"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"Префрли на висок квалитет"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Префрли на „Рефокус“"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"Откажи преглед"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"Прегледот е завршен"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"Прегледот се повторува"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"Опции"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"Списокот со режими е затворен"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"Списокот со режими е отворен"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"Успешно снимено"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"Фотографирано"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"Снимено е видео"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"Отклучи кон Фотоапарат"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"Медиумот е снимен на %s"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"Фотографијата е снимена на %s"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"Видеото е снимено на %s"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"Панорамата е снимена на %s"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"Фотосферата е снимена на %s"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"Замаглување на леќа е снимено на %s"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"Обработка на медиуми"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"Вклучи список со режими"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"Список со режими"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"Намести го филмот"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"Филм"</string>
-    <string name="capital_on" msgid="1118214824959797269">"ВКЛУЧЕНО"</string>
-    <string name="capital_off" msgid="3020696135020167263">"ИСКЛУЧЕНО"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"Пушти видео"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"Исклучено"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0,5 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 секунда"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1,5 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2,5 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 секунди"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0,5 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 минута"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1,5 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2,5 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 минути"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0,5 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 час"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1,5 час"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2,5 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 часа"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 часа"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"секунди"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"минути"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"часа"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"Готово"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"Постави временски интервал"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"Функцијата „Забрзано снимање“ е исклучена. Вклучете ја да поставите временски интервал."</string>
-    <string name="set_duration" msgid="1638453882581604341">"Постави времетраење во секунди"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"Одбројува за да фотографира"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"Се сеќавате на локациите на фотографиите?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Означете ги вашите фотографии и видеа со локациите каде што се направени.\n\nДруги апликации може да пристапат кон овие информации, заедно со вашите зачувани слики."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"Не, благодарам"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"Да"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"ПОВЕЌЕ ОПЦИИ"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"ПОДЕСУВАЊА"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Создај мала планета"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Зачувување „Мала планета“..."</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"Зум"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"Ротирај"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"Уредник на фотографии"</string>
-    <string name="crop_save" msgid="2841974981340098579">"Зачувај"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"Не може да се вчита сликата!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Приказ на филмска лента"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"Поставување тапет"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"Подесувања"</string>
-    <string name="mode_camera" msgid="279763925715250603">"Фотоапарат"</string>
-    <string name="mode_video" msgid="8633929034048169139">"Видео"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Фотосфера"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"Забрзано снимање"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"Широк агол"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"Панорама"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"Замаглување на леќа"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"Префрли на „Режим на фотоапарат“"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"Префрли на видео камера"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Префрли на „Режим на Фотосфера“"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"Префрли на „Режим на панорама“"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"Префрли на „Режим на леќа за замаглување“"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"Отвори подесувања"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"Затвори подесувања"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR Плус исклучено"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Плус е вклучено"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR исклучено"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR е вклучено"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"Блицот е исклучен"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"Автоматски блиц"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"Блицот е вклучен"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"Блицот ХДР+ е исклучен"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"Блицот ХДР+ е автоматски"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"Блицот ХДР+ е вклучен"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"Факелот е вклучен"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"Факелот е исклучен"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"Задна камера"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"Предна камера"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"Линиите на мрежата се исклучени"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"Линиите на мрежата се вклучени"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"Тајмерот за одбројување е исклучен"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"Времетраењето на одбројувањето е поставено на 3 секунди"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"Времетраењето на одбројувањето е поставено на 10 секунди"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"Повеќе опции"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"Откажи"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"Готово"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"Повтори"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"Сподели"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"Прикажи"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"Уреди"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"Избриши"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Рачна компензација на експозиција"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Компензација на експозиција -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Компензација на експозиција -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Компензација на експозиција 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"Компензација на експозиција +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"Компензација на експозиција +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"Копчето е сега %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"Локација"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"Слика од задна камера"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"Видео од задна камера"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"Слика од предна камера"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"Видео од предна камера"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"Стандарден фотоапарат"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Помош и информации"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"Обработка на HDR+..."</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"Лиценци со отворен код"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"Општи подесувања"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"Резолуција и квалитет"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"За"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"Изгради верзија"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"Низок"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"Висок"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s мегапиксели"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s мегапиксели"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Допрете тука за да се рефокусира"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Напредни"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Рачна експозиција"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"Во Поставки, променете ги резолуцијата и квалитетот или обидете се со напредни функции."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Изберете големина на фотографија"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Ова може да го промените подоцна во Поставки."</string>
-    <string name="share_to" msgid="5144911209144798122">"Сподели на"</string>
-    <string name="edit_with" msgid="615569327230783971">"Уреди со"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"СЛЕДНО"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ВО РЕД, СФАТИВ"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"Целосен сензор \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"Исечен сензор \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-ml-rIN/strings.xml b/res/values-ml-rIN/strings.xml
deleted file mode 100644
index 3efa4e8..0000000
--- a/res/values-ml-rIN/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"ക്യാമറ"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"ക്യാംകോർഡർ"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"ഇതായി ചിത്രം സജ്ജീകരിക്കുക"</string>
-    <string name="delete" msgid="2714492172818940424">"ഇല്ലാതാക്കുക"</string>
-    <string name="share" msgid="8581089487762243115">"പങ്കിടുക"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"പനോരമ പങ്കിടുക"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"ഫോട്ടോയായി പങ്കിടുക"</string>
-    <string name="deleted" msgid="2036165115527228127">"ഇല്ലാതാക്കി"</string>
-    <string name="undo" msgid="5110048345890050107">"പഴയപടിയാക്കുക"</string>
-    <string name="details" msgid="4404020741542549488">"വിശദാംശങ്ങൾ"</string>
-    <string name="close" msgid="4826166926297479820">"അടയ്‌ക്കുക"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"മാപ്പിൽ കാണിക്കുക"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"ഇടത്തേക്ക് തിരിക്കുക"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"വലത്തേക്ക് തിരിക്കുക"</string>
-    <string name="edit" msgid="2776879395749004347">"എഡിറ്റുചെയ്യുക"</string>
-    <string name="crop_action" msgid="6933589718464132714">"വലുപ്പം മാറ്റുക"</string>
-    <string name="trim_action" msgid="4736803320203951827">"ട്രിം ചെയ്യുക"</string>
-    <string name="set_as" msgid="5469055085024870081">"ഇതായി സജ്ജീകരിയ്ക്കുക"</string>
-    <string name="video_err" msgid="1562566029875081552">"വീഡിയോ പ്ലേ ചെയ്യാനാകില്ല."</string>
-    <string name="title" msgid="8061744305671964703">"ശീര്‍ഷകം"</string>
-    <string name="description" msgid="8193138501982849808">"വിവരണം"</string>
-    <string name="time" msgid="5248213506417024287">"സമയം"</string>
-    <string name="location" msgid="564326205780827668">"ലൊക്കേഷൻ"</string>
-    <string name="path" msgid="5927003361865586353">"പാത്ത്"</string>
-    <string name="width" msgid="7045750687833828758">"വീതി"</string>
-    <string name="height" msgid="5186001199353423689">"ഉയരം"</string>
-    <string name="orientation" msgid="3883761294106680270">"ഓറിയന്‍റേഷന്‍‌"</string>
-    <string name="duration" msgid="5316211067383665008">"ദൈർഘ്യം"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME തരം"</string>
-    <string name="file_size" msgid="6841070748357980676">"ഫയൽ വലുപ്പം"</string>
-    <string name="maker" msgid="698691509121545856">"മേക്കർ"</string>
-    <string name="model" msgid="8547493604023069452">"മോഡല്‍"</string>
-    <string name="flash" msgid="995041910749174196">"ഫ്ലാഷ്"</string>
-    <string name="aperture" msgid="2453802098282814022">"അപ്‌റേച്ചർ"</string>
-    <string name="focal_length" msgid="8351221512187346229">"ഫോക്കൽ ദൈർഘ്യം"</string>
-    <string name="white_balance" msgid="1600142743496129085">"വൈറ്റ് ബാലൻസ്"</string>
-    <string name="exposure_time" msgid="949787291620767754">"എക്‌സ്പോഷർ സമയം"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"മി.മീ"</string>
-    <string name="manual" msgid="2444400953521760140">"സ്വമേധയാലുള്ളത്"</string>
-    <string name="auto" msgid="2552649885114400474">"യാന്ത്രികം"</string>
-    <string name="flash_on" msgid="6573457197393807642">"ഫ്ലാഷ് ചെയ്‌തു"</string>
-    <string name="flash_off" msgid="7889323512830926273">"ഫ്ലാഷ് ഒന്നുമില്ല"</string>
-    <string name="unknown" msgid="564184550182858146">"അജ്ഞാതം"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"ഈ ഇനം പ്രദേശികമായി സംഭരിച്ചിരിക്കുന്നു, അത് ഓഫ്‌ലൈനിൽ ലഭ്യമാണ്."</string>
-    <string name="please_wait" msgid="1416313324505140068">"കാത്തിരിക്കുക"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"ക്യാമറ പിശക്"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"ക്യാമറയിൽ കണ‌ക്‌റ്റുചെയ്യാനായില്ല."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"സുരക്ഷാ നയങ്ങൾ കാരണം ക്യാമറ പ്രവർത്തനരഹിതമായി."</string>
-    <string name="wait" msgid="765601745709933047">"കാത്തിരിക്കൂ…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"ക്യാമറ ഉപയോഗിക്കുന്നതിന് മുമ്പ് SD കാർഡ് ചേർക്കുക."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD കാർഡ് തയ്യാറാക്കുന്നു..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD കാർഡ് ആക്‌സസ്സുചെയ്യാനായില്ല."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"ടൈം ലാപ്സ് റെക്കോർഡുചെയ്യൽ"</string>
-    <string name="capturing" msgid="5255164204641920893">"ചിത്രമെടുക്കുന്നു"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"ക്യാമറ തിരഞ്ഞെടുക്കുക"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"മടങ്ങുക"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"മുന്നിലെ ക്യാമറ"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"ലൊക്കേഷൻ സംരക്ഷിക്കുക"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"ലൊക്കേഷൻ"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"കൗണ്ട്‌ഡൗൺ ടൈമർ"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"കൗ‌ണ്ട്‌ഡൗൺ സമയത്തുള്ള ബീപ് ശബ്ദം"</string>
-    <string name="setting_off" msgid="6782191065550276632">"ഓഫാണ്"</string>
-    <string name="setting_on" msgid="9086728135773197891">"ഓണാണ്"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"വീഡിയോ നിലവാരം"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"ടൈം ലാപ്‌സ്"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"ക്യാമറ ക്രമീകരണങ്ങൾ"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"ക്യാംകോർഡർ ക്രമീകരണങ്ങൾ"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"ചിത്രത്തിന്റെ വലുപ്പം"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"വലുത്"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"ഇടത്തരം"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"ചെറുത്"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"ഫോക്കസ് മോഡ്"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"യാന്ത്രികം"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"ഇൻഫിനിറ്റി"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"മാക്രോ"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"യാന്ത്രികം"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"ഇൻഫിനിറ്റി"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"മാക്രോ"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"ഫ്ലാഷ് മോഡ്"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"ഫ്ലാഷ് മോഡ്"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"യാന്ത്രികം"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"ഓൺ ചെയ്യുക"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"ഓഫ്"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"യാന്ത്രിക ഫ്ലാഷ്"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"ഫ്ലാഷ് ഓണാണ്"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"ഫ്ലാഷ് ഓഫാണ്"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"വൈറ്റ് ബാലൻസ്"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"വൈറ്റ് ബാലൻസ്"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"യാന്ത്രികം"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"ഇൻകാൻഡസെന്റ്"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"പകൽ വെളിച്ചം"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"ഫ്ലൂറസെന്റ്"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"മേഘാവൃതം"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"യാന്ത്രികം"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"ഇൻകാൻഡസെന്റ്"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"പകൽ വെളിച്ചം"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ഫ്ലൂറസെന്റ്"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"മേഘാവൃതം"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"സീൻ മോഡ്"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"യാന്ത്രികം"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ഓണാക്കുക"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ഓഫാക്കുക"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ഓണാക്കുക"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ഓഫാക്കുക"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"ചലിക്കുന്ന ഷോട്ട്"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"രാത്രി"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"സൂര്യാസ്തമയം"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"പാർട്ടി"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"ഒന്നുമില്ല"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"ചലിക്കുന്ന ഷോട്ട്"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"രാത്രി"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"സൂര്യാസ്തമയം"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"പാർട്ടി"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"ടൈമർ ഓഫാണ്"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"ഒരു സെക്കൻഡ്"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 സെക്കൻഡ്"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 സെക്കൻഡ്"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 സെക്കൻഡ്"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"സീൻ മോഡിൽ തിരഞ്ഞെടുക്കാനാവില്ല."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"എക്‌സ്‌പോഷർ"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"എക്‌സ്‌പോഷർ"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"മുന്നിലെ ക്യാമറ"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"പുറകിലെ ക്യാമറ"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"ശരി"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"റദ്ദാക്കുക"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"നിങ്ങളുടെ SD കാർഡിലെ സംഭരണയിടം കഴിഞ്ഞു. നിലവാര ക്രമീകരണം മാറ്റുക അല്ലെങ്കിൽ ചില ചിത്രങ്ങളോ മറ്റ് ഫയലുകളോ ഇല്ലാതാക്കുക."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"വലുപ്പ പരിധിയിൽ എത്തിച്ചേർന്നു."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"വളരെയധികം വേഗത"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"പനോരമ തയ്യാറാക്കുന്നു"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"പനോരമ സംരക്ഷിക്കാനായില്ല."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"പനോരമ"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"പനോരമ ചിത്രമെടുക്കുന്നു"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"മുമ്പത്തെ പനോരമയ്ക്കായി കാത്തിരിയ്ക്കുന്നു"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"സംരക്ഷിക്കുന്നു…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"പനോരമ റെൻഡർ ചെയ്യൽ"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"ഫോക്കസ് ചെയ്യാനായി സ്‌പർശിക്കുക."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"ഇഫക്റ്റുകൾ"</string>
-    <string name="effect_none" msgid="3102797925086872636">"ഒന്നുമില്ല"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"ഞെരുക്കുക"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"വലിയ കണ്ണുകൾ"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"വലിയ വായ"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"ചെറിയ വായ"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"വലിയ മൂക്ക്"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"ചെറിയ കണ്ണുകൾ"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"സ്‌പെയ്‌സിൽ"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"സൂര്യാസ്തമയം"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"നിങ്ങളുടെ വീഡിയോ"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"റെക്കോർഡുചെയ്യുമ്പോൾ ഫോട്ടോ എടുക്കുന്നതിന് സ്‌പർശിക്കുക."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"വീഡിയോ റെക്കോർഡുചെയ്യൽ ആരംഭിച്ചു."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"വീഡിയോ റെക്കോർഡുചെയ്യൽ നിർത്തി."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"ഇഫക്‌റ്റുകൾ മായ്ക്കുക"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"രസകരമായ മുഖങ്ങൾ"</string>
-    <string name="effect_background" msgid="1358432220077975015">"പശ്ചാത്തലം"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"ഷട്ടർ"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"റദ്ദാക്കുക"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"മെനു ബട്ടൺ"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s ചെക്ക് ബോക്‌സ്"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"ഫോട്ടോയിലേക്ക് മാറുക"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"വീഡിയോയിലേക്ക് മാറുക"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"പനോരമയിലേക്ക് മാറുക"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"360 ഡിഗ്രി പനോരമയിലേക്ക് മാറുക"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"ഉയർന്ന നിലവാരത്തിലേക്ക് മാറുക"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"വീണ്ടും ഫോക്കസ്സുചെയ്യുന്നതിലേയ്ക്ക് മാറുക"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"അവലോകനം റദ്ദാക്കുക"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"അവലോകനം പൂർത്തിയാക്കി"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"വീണ്ടുമുള്ള അവലോകനം"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"ഓപ്ഷനുകള്‍"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"മോഡ് ലിസ്‌റ്റ് അടച്ചു"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"മോഡ് ലിസ്റ്റ് തുറന്നു"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"ചിത്രമെടുത്തു"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"ഫോട്ടോ എടുത്തു"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"വീഡിയോ എടുത്തു"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"ക്യാമറയിലേയ്‌ക്ക് പോകാൻ അൺലോക്കുചെയ്യുക"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"%s-ന് എടുത്ത മീഡിയ"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"%s-ന് എടുത്ത ഫോട്ടോ"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"%s-ന് എടുത്ത വീഡിയോ"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"%s-ന് എടുത്ത പനോരമ"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"%s-ന് എടുത്ത 360 ഡിഗ്രി പനോരമ"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"%s-ന് എടുത്ത ഫോക്കസ് ഇഫക്റ്റ്"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"മീഡിയ പ്രോസസ്സുചെയ്യുന്നു"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"മോഡ് ലിസ്റ്റ് ടോഗിൾ ചെയ്യുക"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"മോഡ് ലിസ്റ്റ്"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"ഫിലിംസ്ട്രിപ്പ് ടോഗിൾചെയ്യുക"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"ഫിലിംസ്‌ട്രിപ്പ്"</string>
-    <string name="capital_on" msgid="1118214824959797269">"ഓൺ"</string>
-    <string name="capital_off" msgid="3020696135020167263">"ഓഫ്"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"വീഡിയോ പ്ലേ ചെയ്യുക"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"ഓഫ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"ഒരു സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 സെക്കൻഡ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"ഒരു മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 മിനിറ്റ്"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"ഒരു മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 മണിക്കൂർ"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 മണിക്കൂർ"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"സെക്കൻഡ്"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"മിനിറ്റ്"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"മണിക്കൂര്‍"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"പൂർത്തിയായി"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"സമയ ഇടവേള സജ്ജീകരിയ്ക്കുക"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"ടൈം ലാപ്സ് സവിശേഷത ഓഫാണ്. സമയ ഇടവേള സജ്ജീകരിയ്ക്കുന്നതിന് അത് ഓണാക്കുക."</string>
-    <string name="set_duration" msgid="1638453882581604341">"ദൈർഘ്യം സെക്കൻഡിൽ സജ്ജീകരിക്കുക"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"ഒരു ഫോട്ടോ എടുക്കുന്നതിന് കൗണ്ട്‌ഡൗൺ ചെയ്യുന്നു"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"ഫോട്ടോ ലൊക്കേഷനുകൾ ഓർമ്മിക്കണോ?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"നിങ്ങളുടെ ഫോട്ടോകളിലും വീഡിയോകളിലും അവയെടുത്ത ലൊക്കേഷനുകൾ ടാഗുചെയ്യുക.\n\nനിങ്ങളുടെ സംരക്ഷിക്കപ്പെട്ട ചിത്രങ്ങളോടൊപ്പം മറ്റ് അപ്ലിക്കേഷനുകൾക്ക് ഈ വിവരവും ആക്‌‌സസ്സുചെയ്യാനാകും."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"വേണ്ട, നന്ദി"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"ശരി"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"കൂടുതൽ ഓപ്ഷനുകൾ"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"ക്രമീകരണങ്ങൾ"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"ചെറിയ പ്ലാനെറ്റ് സൃഷ്‌ടിക്കുക"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"ചെറിയ പ്ലാനെറ്റ് സംരക്ഷിക്കുന്നു …"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"സൂം ചെയ്യുക"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"തിരിക്കുക"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"ഫോട്ടോ എഡിറ്റർ"</string>
-    <string name="crop_save" msgid="2841974981340098579">"സംരക്ഷിക്കുക"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"ചിത്രം ലോഡുചെയ്യാനാവില്ല!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"ഫിലിംസ്‌ട്രിപ്പ് കാഴ്‌ച"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"വാൾപേപ്പർ സജ്ജീകരിയ്ക്കുന്നു"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"ക്രമീകരണങ്ങൾ"</string>
-    <string name="mode_camera" msgid="279763925715250603">"ക്യാമറ"</string>
-    <string name="mode_video" msgid="8633929034048169139">"വീഡിയോ"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"360 ഡിഗ്രി പനോരമ"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"ടൈം ലാപ്‌സ്"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"വൈഡ് ആംഗിൾ"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"പനോരമ"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"ഫോക്കസ് ഇഫക്റ്റ്"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"ക്യാമറ മോഡിലേയ്ക്ക് മാറുക"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"വീഡിയോ ക്യാമറയിലേക്ക് മാറുക"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"360 ഡിഗ്രി പനോരമ മോഡിലേയ്ക്ക് മാറുക"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"പനോരമ മോഡിലേയ്ക്ക് മാറുക"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"ഫോക്കസ് ഇഫക്റ്റ് മോഡിലേയ്ക്ക് മാറുക"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"ക്രമീകരണങ്ങൾ തുറക്കുക"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"ക്രമീകരണങ്ങൾ അടയ്ക്കുക"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR പ്ലസ് ഓഫാണ്"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR പ്ലസ് ഓണാണ്"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR ഓഫാണ്"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR ഓണാണ്"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"ഫ്ലാഷ് ഓഫാണ്"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"യാന്ത്രിക ഫ്ലാഷ്"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"ഫ്ലാഷ് ഓണാണ്"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ ഫ്ലാഷ് ഓഫ്"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ യാന്ത്രിക ഫ്ലാഷ്"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ ഫ്ലാഷ് ഓൺ"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"ടോർച്ച് ഓണാണ്"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"ടോർച്ച് ഓഫാണ്"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"പിന്നിലെ ക്യാമറ"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"മുമ്പിലെ ക്യാമറ"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"ഗ്രിഡ് ലൈനുകൾ ഓഫാണ്"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"ഗ്രിഡ് ലൈനുകൾ ഓണാണ്"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"കൗണ്ട്‌ഡൗൺ ടൈമർ ഓഫാണ്"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"കൗണ്ട്‌ഡൗൺ ടൈമർ ദൈർഘ്യം 3 സെക്കൻഡായി സജ്ജമാക്കുക"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"കൗണ്ട്‌ഡൗൺ ടൈമർ ദൈർഘ്യം 10 സെക്കൻഡായി സജ്ജമാക്കുക"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"കൂടുതൽ ഓപ്‌ഷനുകൾ"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"റദ്ദാക്കുക"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"പൂർത്തിയായി"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"വീണ്ടും എടുക്കുക"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"പങ്കിടുക"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"കാണുക"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"എഡിറ്റുചെയ്യുക"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"ഇല്ലാതാക്കുക"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"സ്വമേധയായുള്ള എക്‌സ്‌പോഷർ കോമ്പൻസേഷൻ"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"എക്‌സ്‌പോഷർ കോമ്പൻസേഷൻ -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"എക്‌സ്‌പോഷർ കോമ്പൻസേഷൻ -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"എക്‌സ്‌പോഷർ കോമ്പൻസേഷൻ 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"എക്‌സ്‌പോഷർ കോമ്പൻസേഷൻ +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"എക്‌സ്‌പോഷർ കോമ്പൻസേഷൻ +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"ബട്ടൺ ഇപ്പോൾ %s ആണ്"</string>
-    <string name="setting_location" msgid="4459859689227893838">"ലൊക്കേഷൻ"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"പിന്നിലെ ക്യാമറ ഫോട്ടോ"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"പിന്നിലെ ക്യാമറ വീഡിയോ"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"മുമ്പിലെ ക്യാമറ ഫോട്ടോ"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"മുമ്പിലെ ക്യാമറ വീഡിയോ"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"സ്ഥിരമായ ക്യാമറ"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"സഹായവും ഫീഡ്‌ബാക്കും"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ പ്രോസസ്സുചെയ്യുന്നു …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"ഓപ്പൺ സോഴ്‌സ് ലൈസൻസുകൾ"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"പൊതുവായ സജ്ജീകരണങ്ങള്‍"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"മിഴിവും നിലവാരവും"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"ആമുഖം"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"ബിൽഡ് പതിപ്പ്"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"കുറഞ്ഞത്"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"ഉയർന്നത്"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s മെഗാപിക്‌സലുകൾ"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s മെഗാപിക്‌സലുകൾ"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"വീണ്ടും ഫോക്കസ് ചെയ്യാൻ, ഇവിടെ സ്‌പർശിക്കുക"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"വിപുലമായ"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"സ്വമേധയായുള്ള എക്‌സ്പോഷർ"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"ക്രമീകരണങ്ങളിൽ, മിഴിവും നിലവാരവും മാറ്റുക അല്ലെങ്കിൽ വിപുലമായ സവിശേഷതകൾ പരീക്ഷിക്കുക."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"ഫോട്ടോ വലുപ്പം തിരഞ്ഞെടുക്കുക"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"നിങ്ങൾക്ക് ഇത് പിന്നീട് ക്രമീകരണങ്ങളിൽ മാറ്റാനാകും."</string>
-    <string name="share_to" msgid="5144911209144798122">"ഇതുമായി പങ്കിടുക"</string>
-    <string name="edit_with" msgid="615569327230783971">"ഇത് ഉപയോഗിച്ച് എഡിറ്റുചെയ്യുക"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"അടുത്തത്"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ശരി, മനസ്സിലായി"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"പൂർണ്ണ സെൻസർ \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"വലുപ്പം മാറ്റിയ സെൻസർ \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-mr-rIN/strings.xml b/res/values-mr-rIN/strings.xml
deleted file mode 100644
index 1abab65..0000000
--- a/res/values-mr-rIN/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"कॅमेरा"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"कॅमकॉर्डर"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"चित्र या रूपात सेट करा"</string>
-    <string name="delete" msgid="2714492172818940424">"हटवा"</string>
-    <string name="share" msgid="8581089487762243115">"सामायिक करा"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"पॅनोरामा सामायिक करा"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"फोटो म्हणून सामायिक करा"</string>
-    <string name="deleted" msgid="2036165115527228127">"हटविला"</string>
-    <string name="undo" msgid="5110048345890050107">"पूर्ववत करा"</string>
-    <string name="details" msgid="4404020741542549488">"तपशील"</string>
-    <string name="close" msgid="4826166926297479820">"बंद करा"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"नकाशावर दर्शवा"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"डावीकडे फिरवा"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"उजवीकडे फिरवा"</string>
-    <string name="edit" msgid="2776879395749004347">"संपादित करा"</string>
-    <string name="crop_action" msgid="6933589718464132714">"क्रॉप करा"</string>
-    <string name="trim_action" msgid="4736803320203951827">"ट्रिम करा"</string>
-    <string name="set_as" msgid="5469055085024870081">"या रूपात सेट करा"</string>
-    <string name="video_err" msgid="1562566029875081552">"व्हिडिओ प्ले करू शकत नाही."</string>
-    <string name="title" msgid="8061744305671964703">"शीर्षक"</string>
-    <string name="description" msgid="8193138501982849808">"वर्णन"</string>
-    <string name="time" msgid="5248213506417024287">"वेळ"</string>
-    <string name="location" msgid="564326205780827668">"स्थान"</string>
-    <string name="path" msgid="5927003361865586353">"पथ"</string>
-    <string name="width" msgid="7045750687833828758">"रूंदी"</string>
-    <string name="height" msgid="5186001199353423689">"उंची"</string>
-    <string name="orientation" msgid="3883761294106680270">"अभिमुखता"</string>
-    <string name="duration" msgid="5316211067383665008">"कालावधी"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME प्रकार"</string>
-    <string name="file_size" msgid="6841070748357980676">"फाईल आकार"</string>
-    <string name="maker" msgid="698691509121545856">"बनविणारा"</string>
-    <string name="model" msgid="8547493604023069452">"मॉडेल"</string>
-    <string name="flash" msgid="995041910749174196">"फ्लॅश"</string>
-    <string name="aperture" msgid="2453802098282814022">"छिद्र"</string>
-    <string name="focal_length" msgid="8351221512187346229">"फोकल लेंथः"</string>
-    <string name="white_balance" msgid="1600142743496129085">"शुभ्रता संतुलन"</string>
-    <string name="exposure_time" msgid="949787291620767754">"एक्सपोजर वेळ"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"मिमी"</string>
-    <string name="manual" msgid="2444400953521760140">"स्वहस्ते"</string>
-    <string name="auto" msgid="2552649885114400474">"स्वयंचलित"</string>
-    <string name="flash_on" msgid="6573457197393807642">"फ्लॅश टाकला"</string>
-    <string name="flash_off" msgid="7889323512830926273">"फ्‍लॅश नाही"</string>
-    <string name="unknown" msgid="564184550182858146">"अज्ञात"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"हा आयटम स्थानिकरित्या संचयित केलेला आहे आणि ऑफलाइन उपलब्ध आहे."</string>
-    <string name="please_wait" msgid="1416313324505140068">"कृपया प्रतीक्षा करा"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"कॅमेरा त्रुटी"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"कॅमेर्‍याशी कनेक्ट करणे शक्य नाही."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"सुरक्षा धोरणांमुळे कॅमेरा अक्षम केला गेला आहे."</string>
-    <string name="wait" msgid="765601745709933047">"कृपया प्रतीक्षा करा..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"कॅमेरा वापरण्‍यापूर्वी SD कार्ड घाला."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD कार्ड तयार करीत आहे..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD कार्डमध्‍ये प्रवेश करु शकलो नाही."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"वेळ समाप्ती रेकॉर्डिंग"</string>
-    <string name="capturing" msgid="5255164204641920893">"कॅप्चर करीत आहे"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"कॅमेरा निवडा"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"परत"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"समोर"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"स्थान जतन करा"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"स्थान"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"उलटगणती टाइमर"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"उलटगणती दरम्‍यान बीप"</string>
-    <string name="setting_off" msgid="6782191065550276632">"बंद"</string>
-    <string name="setting_on" msgid="9086728135773197891">"चालू"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"व्हिडिओची गुणवत्ता"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"वेळ समाप्ती"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"कॅमेरा सेटिंग्ज"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"कॅमकॉर्डर सेटिंग्ज"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"चित्राचा आकार"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"मोठा"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"मध्‍यम"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"लहान"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"फोकस मोड"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"स्वयंचलित"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"अनंतता"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"मॅक्रो"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"स्वयंचलित"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"अनंतता"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"मॅक्रो"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"फ्लॅश मोड"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"फ्लॅश मोड"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"स्वयंचलित"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"चालू"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"बंद"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"स्वयं फ्लॅश करा"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"फ्लॅश चालू"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"फ्लॅश बंद"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"शुभ्रता संतुलन"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"शुभ्रता संतुलन"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"स्वयंचलित"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"प्रदीप्त"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"दिनप्रकाश"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"स्वयंप्रकाशी"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"ढगाळ"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"स्वयंचलित"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"प्रदीप्त"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"दिनप्रकाश"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"स्वयंप्रकाशी"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"ढगाळ"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"देखावा मोड"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"स्वयंचलित"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ चालू"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ बंद"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR चालू"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR बंद"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"क्रिया"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"रात्र"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"सूर्यास्त"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"पार्टी"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"काहीही नाही"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"क्रिया"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"रात्र"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"सूर्यास्त"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"पार्टी"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"टाइमर बंद"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 सेकंद"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 सेकंद"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 सेकंद"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 सेकंद"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"देखावा मोडमध्ये निवडण्यायोग्य नाही."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"एक्सपोजर"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"एक्सपोजर"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"समोरचा कॅमेरा"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"मागील कॅमेरा"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"ठिक आहे"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"रद्द करा"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"आपल्या SD कार्डावरील स्थान समाप्त झाले आहे. गुणवत्ता सेटिंग बदला किंवा काही प्रतिमा किंवा इतर फायली हटवा."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"आकार मर्यादा गाठली."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"खूप जलद"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"पॅनोरामा तयार करीत आहे"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"पॅनोरामा जतन करु शकलो नाही."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"पॅनोरामा"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"पॅनोरामा कॅप्‍चर करीत आहे"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"मागील पॅनोरामासाठी प्रतीक्षा करीत आहे"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"जतन करीत आहे..."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"पॅनोरामा प्रस्तुत करीत आहे"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"फोकस करण्‍यासाठी स्‍पर्श करा."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"प्रभाव"</string>
-    <string name="effect_none" msgid="3102797925086872636">"काहीही नाही"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"दाबणे"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"मोठे डोळे"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"मोठे मुख"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"लहान मुख"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"मोठे नाक"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"लहान डोळे"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"अंतराळात"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"सूर्यास्त"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"आपला व्हिडिओ"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"रेकॉर्डिंग करताना फोटो घेण्यासाठी स्पर्श करा."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"व्हिडिओ रेकॉर्डिंग सुरू झाले."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"व्हिडिओ रेकॉर्डिंग थांबविले."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"प्रभाव साफ करा"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"मूर्ख चेहरे"</string>
-    <string name="effect_background" msgid="1358432220077975015">"पार्श्वभूमी"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"शटर"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"रद्द करा"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"मेनू बटण"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s चेक बॉक्‍स"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"फोटोवर स्विच करा"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"व्हिडिओवर स्विच व्हा"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"पॅनोरामावर स्‍विच करा"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Photo Sphere वर स्‍विच करा"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"उच्च गुणवत्तेवर स्विच करा"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"रीफोकसवर स्विच करा"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"पुनरावलोकन रद्द"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"पुनरावलोकन केले"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"पुनःचित्रीकरणाचे पुनरावलोकन करा"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"पर्याय"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"मोड सूची बंद केली"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"मोड सूची खुली"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"कॅप्‍चर घेतले"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"फोटो घेतला"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"व्हिडिओ घेतला"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"कॅमेरावर अनलॉक करा"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"%s रोजी मीडिया घेतला"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"%s रोजी फोटो घेतला"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"%s रोजी व्हिडिओ घेतला"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"%s रोजी पॅनोरामा घेतला"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"%s रोजी 360 डिग्री पॅनोरामा घेतला"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"%s रोजी फोकस प्रभाव घेतला"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"मीडिया प्रक्रिया करीत आहे"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"मोड सूची टॉगल करा"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"मोड सूची"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"फिल्मस्ट्रीप टॉगल करा"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"फिल्मस्ट्रीप"</string>
-    <string name="capital_on" msgid="1118214824959797269">"चालू"</string>
-    <string name="capital_off" msgid="3020696135020167263">"बंद"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"व्हिडिओ प्ले करा"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"बंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 सेकंद"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 मिनिट"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 मिनिटे"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 तास"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 तास"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"सेकंद"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"मिनिटे"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"तास"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"पूर्ण झाले"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"वेळ मध्यांतर सेट करा"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"वेळ समाप्ती वैशिष्ट्य बंद आहे. वेळ मध्यांतर सेट करण्यासाठी ते चालू करा."</string>
-    <string name="set_duration" msgid="1638453882581604341">"कालावधी सेकंदांमध्ये सेट करा"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"फोटो घेण्‍यासाठी उलट गणना करत आहे"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"फोटो स्थाने लक्षात आहेत?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"आपले फोटो आणि व्‍हिडिओ जिथून घेतले त्या स्‍थानांसह टॅग करा.\n\nइतर अ‍ॅप्‍स आपल्‍या जतन केलेल्‍या प्रतिमांसह या माहितीमध्‍ये प्रवेश करु शकतात."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"नाही धन्यवाद"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"होय"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"अधिक पर्याय"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"सेटिंग्ज"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"लहान ग्रह तयार करा"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"लहान प्लॅनेट जतन करत आहे …"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"झूम करा"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"चक्राकृती फिरवा"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"फोटो संपादक"</string>
-    <string name="crop_save" msgid="2841974981340098579">"जतन करा"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"प्रतिमा लोड करु शकत नाही!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"फिल्मस्ट्रीप दृश्य"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"वॉलपेपर सेट करत आहे"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"सेटिंग्ज"</string>
-    <string name="mode_camera" msgid="279763925715250603">"कॅमेरा"</string>
-    <string name="mode_video" msgid="8633929034048169139">"व्हिडिओ"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Photo Sphere"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"वेळ समाप्त"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"विस्तीर्ण-कोन"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"पॅनोरामा"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"फोकस प्रभाव"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"कॅमेरा मोडवर स्विच करा"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"व्हिडिओ कॅमेरा वर स्विच करा"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Photo Sphere मोडवर स्विच करा"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"पॅनोरामा मोडवर स्विच करा"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"फोकस प्रभाव मोडवर स्‍विच करा"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"सेटिंग्ज उघडा"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"सेटिंग्ज बंद करा"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR प्लस बंद"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR प्लस चालू"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR बंद"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR चालू"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"फ्लॅश बंद"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"स्वयं फ्लॅश करा"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"फ्लॅश चालू"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ फ्लॅश बंद"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"स्वयं HDR+ फ्लॅश"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ फ्लॅश चालू"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"टॉर्च चालू"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"टॉर्च बंद"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"मागील कॅमेरा"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"समोरील कॅमेरा"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"ग्रीड ओळी बंद"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"ग्रीड ओळी चालू"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"उलटगणती समयदर्शक बंद आहे"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"उलटगणती समयदर्शक 3 सेकंदांवर सेट केले आहे"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"उलटगणती समयदर्शक 10 सेकंदांवर सेट केले आहे"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"अधिक पर्याय"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"रद्द करा"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"पूर्ण झाले"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"पुनःचित्रीकरण करा"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"सामायिक करा"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"पहा"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"संपादित करा"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"हटवा"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"व्यक्तिचलित उघडिप प्रतिपूर्ती"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"उघडिप प्रतिपूर्ती -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"उघडिप प्रतिपूर्ती -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"उघडिप प्रतिपूर्ती 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"उघडिप प्रतिपूर्ती +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"उघडिप प्रतिपूर्ती + 2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"बटण आता %s आहे"</string>
-    <string name="setting_location" msgid="4459859689227893838">"स्थान"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"कॅमेरा मागचा फोटो"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"कॅमेरा मागे व्‍हिडिओ"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"कॅमेरा पुढील फोटो"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"कॅमेरा पुढील व्‍हिडिओ"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"डीफॉल्ट कॅमेरा"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"मदत आणि अभिप्राय"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ प्रक्रिया करत आहे …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"मुक्त स्त्रोत परवाने"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"सामान्य सेटिंग्ज"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"रिझोल्‍यूशन आणि गुणवत्ता"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"विषयी"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"बिल्ड आवृत्ती"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"निम्न"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"उच्च"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD - 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s मेगापिक्‍सेल"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s मेगापिक्सेल"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"रीफोकस करण्यासाठी येथे स्पर्श करा"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"प्रगत"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"व्‍यक्तिचलित प्रदर्शन"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"सेटिंग्ज मध्ये, रिझॉल्यूशन आणि गुणवत्ता बदला किंवा प्रगत वैशिष्ट्ये वापरून पहा."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"फोटो आकार निवडा"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"आपण हे नंतर सेटिंग्ज मध्ये बदलू शकता."</string>
-    <string name="share_to" msgid="5144911209144798122">"यावर सामायिक करा"</string>
-    <string name="edit_with" msgid="615569327230783971">"सह संपादित करा"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"पुढील"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ठीक आहे, समजले"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"पूर्ण सेन्‍सर \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"क्रॉप केलेला सेन्‍सर \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-my-rMM/strings.xml b/res/values-my-rMM/strings.xml
deleted file mode 100644
index 51c0f78..0000000
--- a/res/values-my-rMM/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"ကင်မရာ"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"ဗီဒီယိုရိုက်"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"အနေဖြင့် ဓာတ်ပုံအားသတ်မှတ်ရန်"</string>
-    <string name="delete" msgid="2714492172818940424">"ဖျက်ပစ်ရန်"</string>
-    <string name="share" msgid="8581089487762243115">"မျှဝေခြင်း"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"မြင်ကွယ်ကျယ်အားမျှဝေပါ"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"ဓာတ်ပုံအနေဖြင့်မျှပါ"</string>
-    <string name="deleted" msgid="2036165115527228127">"ဖျက်ပြီး"</string>
-    <string name="undo" msgid="5110048345890050107">"နောက်ပြန်လုပ်ပါ"</string>
-    <string name="details" msgid="4404020741542549488">"အသေးစိတ်"</string>
-    <string name="close" msgid="4826166926297479820">"ပိတ်ရန်"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"မြေပုံတွင်ပြရန်"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"ဘယ်ဖက်သို့လှည့်ပါ"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"ညာဖက်သို့ လှည့်ပါ"</string>
-    <string name="edit" msgid="2776879395749004347">"ပြင်ဆင်ရန်"</string>
-    <string name="crop_action" msgid="6933589718464132714">"ဖြတ်ရန်"</string>
-    <string name="trim_action" msgid="4736803320203951827">"အနားသတ်ရန်"</string>
-    <string name="set_as" msgid="5469055085024870081">"အနေဖြင့် သတ်မှတ်ရန်"</string>
-    <string name="video_err" msgid="1562566029875081552">"ဗီဒီယို ဖွင့်လို့ မရပါ"</string>
-    <string name="title" msgid="8061744305671964703">"ခေါင်းစဉ်"</string>
-    <string name="description" msgid="8193138501982849808">"အကြောင်းအရာ"</string>
-    <string name="time" msgid="5248213506417024287">"အချိန်"</string>
-    <string name="location" msgid="564326205780827668">"တည်နေရာ"</string>
-    <string name="path" msgid="5927003361865586353">"လမ်းကြောင်း"</string>
-    <string name="width" msgid="7045750687833828758">"အနံ"</string>
-    <string name="height" msgid="5186001199353423689">"အမြင့်"</string>
-    <string name="orientation" msgid="3883761294106680270">"အနေအထား"</string>
-    <string name="duration" msgid="5316211067383665008">"ကြာချိန်"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME အမျိုးအစား"</string>
-    <string name="file_size" msgid="6841070748357980676">"ဖိုင်အရွယ်အစား"</string>
-    <string name="maker" msgid="698691509121545856">"ပြုလုပ်သူ"</string>
-    <string name="model" msgid="8547493604023069452">"မော်ဒယ်လ်"</string>
-    <string name="flash" msgid="995041910749174196">"မီးထိုး"</string>
-    <string name="aperture" msgid="2453802098282814022">"အလင်းဝင်ပေါက်"</string>
-    <string name="focal_length" msgid="8351221512187346229">"ဖိုကယ်အရှည်"</string>
-    <string name="white_balance" msgid="1600142743496129085">"အဖြူရောင်ညီခြင်း"</string>
-    <string name="exposure_time" msgid="949787291620767754">"အလင်းဝင်ချိန်"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"မီလီမီတာ"</string>
-    <string name="manual" msgid="2444400953521760140">"ကိုယ်တိုင်ထည့်သွင်းခြင်း"</string>
-    <string name="auto" msgid="2552649885114400474">"အလိုအလျောက်"</string>
-    <string name="flash_on" msgid="6573457197393807642">"မီးထိုးပြီး"</string>
-    <string name="flash_off" msgid="7889323512830926273">"မီးမထိုး"</string>
-    <string name="unknown" msgid="564184550182858146">"အကြောင်းအရာမသိ"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"ဒီအရာကို စက်ပေါ်မှာသိမ်းဆည်းထားပြီး အွန်လိုင်းမရှိပဲ သုံးနိုင်ပါသည်"</string>
-    <string name="please_wait" msgid="1416313324505140068">"ကျေးဇူးပြု၍ ခဏစောင့်ပါ…"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"ကင်မရာအမှား"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"ကင်မရာကို ဆက်သွယ်လို့မရပါ"</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"လုံခြုံရေးမူဝါဒကြောင့် ကင်မရာအား ပိတ်ထားပါသည်"</string>
-    <string name="wait" msgid="765601745709933047">"ကျေးဇူးပြု၍ ခဏစောင့်ပါ…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"ကင်မရာမသုံးခင် SDကဒ်အရင် ထည့်ပါ"</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SDကဒ်အအဆင်သင့်စေရန်ပြုလုပ်ခြင်း"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD အား ဆက်သွယ်လို့မရပါ"</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"အချိန်ကြာရှည်ရိုက်ကူးမှု"</string>
-    <string name="capturing" msgid="5255164204641920893">"ရိုက်ယူရန်"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"ကင်မရာရွေးရန်"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"နောက်သို့"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"အရှေ့"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"တည်နေရာသိမ်းရန်"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"တည်နေရာ -"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"ရေတွက်မှု အချိန်မှတ်"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"အမှတ်စဉ်ခေါ်စဉ်အသံမြည်ပါ"</string>
-    <string name="setting_off" msgid="6782191065550276632">"ပိတ်"</string>
-    <string name="setting_on" msgid="9086728135773197891">"ပွင့်"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"ဗီဒီယိုအရည်အသွေး"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"အချိန်ကြာမှု"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"ကင်မရာ ဆက်တင်များ"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"ကင်မရာရိုက်ကူးမှုဆက်တင်များ"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"ပုံအရွယ်အစား"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"ကြီးမားသော"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"အလယ်အလတ်"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"သေးငယ်သော"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"အာရုံစိုက်နေခြင်း"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"အလိုအလျောက်"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"အတိုင်းအဆမရှိ"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"အနီးကပ်"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"အလိုအလျောက်"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"အတိုင်းအဆမရှိ"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"အနီးကပ်"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"မီးထိုးစနစ်"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"မီးထိုး စနစ်"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"အလိုအလျောက်"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"ပွင့်"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"ပိတ်"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"အလိုအလျောက် မီးထိုး"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"မီးထိုးမှုဖွင့်ထား"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"မီးမထိုး"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"အဖြူရောင်ညီခြင်း"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"အဖြူရောင်ညီခြင်း"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"အလိုအလျောက်"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"အလင်းထုတ်မှု"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"နေ့အလင်းရောင်"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"အလင်းပြန်မှု"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"မိုးတိမ်ထူထပ်"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"အော်တို"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"အလင်းထုတ်မှု"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"နေ့အလင်းရောင်"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"အလင်းပြန်မှု"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"တိမ်ထူ"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"မြင်ကွင်းစနစ်"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"အလိုအလျောက်"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ဖွင့်ထား"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ပိတ်ထား"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ဖွင့်ထား"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ပိတ်ထား"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"လုပ်ဆောင်မှု"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"ည"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"နေဝင်ချိန်"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"ပါတီ"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"တစ်ခုမှမဟုတ်ပါ"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"ဆောင်ရွက်မှု"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"ည"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"နေဝင်ချိန်"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"ပါတီ"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"အချိန်မှတ်မှုမရှိ"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"၁ စက္ကန့်"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"၃ စက္ကန့်"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"၁၀ စက္ကန့်"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"၁၅ စက္ကန့်"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"မြင်ကွင်အနေအထားတွင်း ရွေးမရပါ"</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"အလင်းရမှု"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"အလင်းထိတွေ့နှုန်း"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"အရှေ့ကင်မရာ"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"နောက်ကင်မရာ"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"ကောင်းပြီ"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"နေတော့"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"SD ကဒ်တွင် နေရာလွတ် နည်းနေပါပြီ။ ကွာလတီ ဆက်တင် ပြောင်းခြင်း သို့မဟုတ် ပုံအချို့ သို့မဟုတ် တခြားဖိုင်များအား ဖျက်ခြင်းလုပ်ပါ"</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"အရွယ်ကန့်သတ်မှုကျော်လွန်"</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"အရမ်းမြန်"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"မြင်ကွင်းကျယ်အတွက်ပြင်ဆင်နေစဉ်"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"မြင်ကွင်းကျယ်အား သိမ်းလို့မရပါ"</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"မြင်ကွင်းကျယ်"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"မြင်ကွင်းကျယ်အားရိုက်နေစဉ်"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"ပြီးခဲ့သော မြင်ကွင်းကျယ်အား စောင့်နေစဉ်"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"သိမ်းနေစဉ်…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"မြင်းကွင်းကျယ်အား ပြသနေစဉ်"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"ဗဟိုချိန်ရန် ထိကိုင်ပါ"</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"အထူးပြုလုပ်ချက်များ"</string>
-    <string name="effect_none" msgid="3102797925086872636">"တစ်ခုမှမဟုတ်ပါ"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"ဖြစ်ညှစ်သည်"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"မျက်လုံးကြီး"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"ပါးစပ်ကြီး"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"ပါးစပ်သေး"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"နှာခေါင်းကြီး"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"မျက်လုံးသေး"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"အာကာသတွင်"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"နေဝင်ချိန်"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"သင့် ဗီဒီယို"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"ရိုက်ကူးနေစဉ် ဓာတ်ပုံရိုက်ရန် ထိကိုင်ပါ"</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"ဗီဒီယိုရိုက်မှုစတင်ပြီး"</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"ဗီဒီယိုရိုက်မှုရပ်သွားပြီး"</string>
-    <string name="clear_effects" msgid="6192797848995967992">"အထူးပြုလုပ်ချက်များဖယ်ရန်"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"အသုံးမကျသောမျက်နှာများ"</string>
-    <string name="effect_background" msgid="1358432220077975015">"နောက်ခံ"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"ရှပ်တာ"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"နေတော့"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"မီနူးခလုတ်"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s မှတ်သားကွက်"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"ဓာတ်ပုံသို့ပြောင်းရန်"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"ဗီဒီယိုသို့ပြောင်းရန်"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"မြင်ကွင်းကျယ်သို့ ပြောင်းပါ"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Photo Sphere သို့ ပြောင်းရန်"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"အရည်အသွေးအမြင့်ပြောင်းရန်"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"အာရုံပြန်စိုက်ရန် ပြောင်းပါ"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"သုံးသပ်မှုအား ပယ်ဖျက်ရန်"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"သုံးသပ်မှုပြီး"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"သုံးသပ်မှုပြန်လုပ်ရန်"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"ရွေးစရာများ"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"မုဒ် စာရင်း ပိတ်ထား"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"မုဒ် စာရင်း ဖွင့်ထား"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"ရိုက်ယူမှု လုပ်ပြီး"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"ဓာတ်ပုံ ရိုက်ပြီး"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"ဗီဒီယို ရိုက်ပြီး"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"ကင်မရာသို့ သော့ဖွင့်"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"မီဒီယာကို %s မှာ ယူခဲ့"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"ဓာတ်ပုံ %s မှာ ရိုက်ခဲ့"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"ဗီဒီယို %s မှာ ရိုက်ခဲ့"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"မြင်ကွင်းကျယ် %s မှာ ရိုက်ခဲ့"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"ဓာတ်ပုံ အလုံး %s မှာ ရိုက်ခဲ့"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"မှုန်ဝါး မှန်ဘီလူး %s မှာ ရိုက်ခဲ့"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"မီဒီယာ စီမံဆောင်ရွက်နေ"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"လှုပ်ကစားမှု မုဒ် စာရင်း"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"မုဒ် စာရင်း"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"ဖလင်ပြားကို လှုပ်ကစားရန်"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"ဖလင်ပြား"</string>
-    <string name="capital_on" msgid="1118214824959797269">"ပွင့်"</string>
-    <string name="capital_off" msgid="3020696135020167263">"ပိတ်"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"ဗီဒီယို ဖွင့်ရန်"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"ပိတ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"စက္ကန့်ဝက်"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"၁ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"၁ စက္ကန့်ခွဲ"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"၂ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"၂ စက္ကန့်ခွဲ"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"၃ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"၄ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"၅ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"၆ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"၁၀ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"၁၂ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"၁၅ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"၂၄ စက္ကန့်"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"မိနစ်ဝက်"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"၁ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"၁မိနစ်ခွဲ"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"၂ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"၂ မိနစ်ခွဲ"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"၃ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"၄ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"၅ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"၆ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"၁၀ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"၁၂ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"၁၅ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"၂၄ မိနစ်"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"နာရီဝက်"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"၁ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"၁နာရီခွဲ"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"၂ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"၂နာရီခွဲ"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"၃နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"၄ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"၅ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"၆ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"၁၀ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"၁၂ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"၁၅ နာရီ"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"၂၄နာရီ"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"စက္ကန့်"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"မိနစ်"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"နာရီ"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"ပြီးပါပြီ"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"အချိန်အကွာအဝေးသတ်မှတ်ရန်"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"အချိန်ကြာမှု ပြုလုပ်ချက်မရပါ။ ကြာချိန်သတ်မှတ်ရန် ထိုအရာအားဖွင့်ပါ"</string>
-    <string name="set_duration" msgid="1638453882581604341">"ကြာချိန်ကို စက္ကန့်ဖြင့် မှတ်ပါ"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"ဓာတ်ပုံရိုက်ရန် အမှတ်ရေနေစဉ်"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"ဓာတ်ပုံရိုက်ခဲ့တဲ့နေရာ သိမ်းရမလား"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"ဓာတ်ပုံများနှင့် ဗီဒီယိုများအား ရိုက်ကူးခဲ့ရာ နေရာများနှင့်တကွ မှတ်သားပါ\n\nတခြား အပ်ပလီကေးရှင်းများမှ ဒီအချက်အလက်ကို သိမ်းထားသော ပုံများနှင့်အတူ ရယူနိုင်သည်"</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"ကျေးဇူးပဲ မလိုပါဘူး"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"မှန်ပါသည်"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"ပိုမိုရွေးချယ်စရာများ"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"ဆက်တင်များ"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Tiny Planet ဖန်တီးရန်"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Tiny Planet အားသိမ်းဆည်းနေစဉ်…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"ချဲ့ချုံ့ရန်"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"လှည့်ရန်"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"ဓာတ်ပုံပြင်သောအရာ"</string>
-    <string name="crop_save" msgid="2841974981340098579">"သိမ်းပါ"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"ပုံတင်လို့မရပါ!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Filmstrip မြင်ကွင်း"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"နောက်ခံ ရွေးနေစဉ်"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"ဆက်တင်များ"</string>
-    <string name="mode_camera" msgid="279763925715250603">"ကင်မရာ"</string>
-    <string name="mode_video" msgid="8633929034048169139">"ဗီ​ဒီ​ယို​"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Photo Sphere"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"ကြားမြင့်ချိန်"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"ထောင့်ကျယ်"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"မြင်ကွင်းကျယ်"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"မှန်ဘလူးအားဝေဝါးခြင်း"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"ကင်မရာစနစ်အားပြောင်းရန်"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"ဗီဒီယိုကင်မရာသို့ပြောင်းရန်"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Photo Sphereစနစ်အားပြောင်းရန်"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"မြင်ကွင်းကျယ်စနစ်သို့ ပြောင်းပါ"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"မှန်ဘီလူးမှုန်ဝါးမှုစနစ်သို့ ပြောင်းပါ"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"ဆက်တင်းကိုဖွင့်ရန်"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"ဆက်တင်အားပိတ်ရန်"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR Plus မရှိ"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Plus ဖွင့်ထား"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDRမရှိ"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR ဖွင့်ထား"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"မီးမထိုး"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"အလိုအလျောက်မီးထိုး"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"မီးပွင့်နိုင်"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ ဖလက်ရှ ပိတ်ရန်"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ ဖလက်ရှ အော်တို"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ ဖလက်ရှ ဖွင့်ရန်"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"မီးဖွင့်ထား"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"မီးပိတ်ထား"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"အနောက်မှကင်မရာ"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"အရှေ့ကင်မရာ"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"လိုင်းပြမှုမရှိ"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"လိုင်းပြမှုရှိ"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"အချိန်စေ့ တိုင်မား ပိတ်ထား"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"အချိန်စေ့ တိုင်မား ကြာချိန်ကို ၃ စက္ကန့်မှာ သတ်မှတ်ထား"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"အချိန်စေ့ တိုင်မား ကြာချိန်ကို ၁၀ စက္ကန့်မှာ သတ်မှတ်ထား"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"ပိုမိုရွေးချယ်စရာများ"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"နေတော့"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"ပြီးပါပြီ"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"ပြန်ရိုက်ကူးပါ"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"မျှဝေခြင်း"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"မြင်ကွင်း"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"ပြင်ဆင်ရန်"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"ဖျက်ပစ်ရန်"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"လက်ဖြင့် အလင်းဖွင့်ပေးမှုကို အစားထိုးပေးခြင်း"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"အလင်းဖွင့်ပေးမှုကို အစားထိုးပေးခြင်း -၂"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"အလင်းဖွင့်ပေးမှုကို အစားထိုးပေးခြင်း -၁"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"အလင်းဖွင့်ပေးမှုကို အစားထိုးပေးခြင်း ၀"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"အလင်းဖွင့်ပေးမှုကို အစားထိုးပေးခြင်း +၁"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"အလင်းဖွင့်ပေးမှုကို အစားထိုးပေးခြင်း +၂"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"ခလုတ်မှာယခု %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"တည်နေရာ"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"​​ကျောဘက် ကင်မရာ ဓာတ်ပုံ"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"​​ကျောဘက် ကင်မရာ ဗီဒီယို"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"ရှေ့ဘက် ကင်မရာ ဓာတ်ပုံ"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"ရှေ့ဘက် ကင်မရာ ဗီဒီယို"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"အခြေခံ ကင်မရာ"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"အကူအညီ &amp; တုန့်ပြန်ချက်"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ အားပြုလုပ်နေစဉ်…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"အခမဲ့ ရင်းမြစ် လိုင်စင်များ"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"အထွေထွေဆက်တင်များ"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"ပြတ်သားမှု &amp; အရည်အသွေး"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"အကြောင်း"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"တည်ဆောက်ခြင်းအမှတ်"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"နည်းသော"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"မြင့်မားခြင်း"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s မီဂါပီဇယ်များ"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s မီဂါပီဇယ်များ"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"ဆုံချက် ပြန်ညှိရန် ဒီမှာ ထိပါ"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"အဆင့်မြင့်"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"လက်ဖြင့် အလင်းပေး"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"ဆက်တင် ထဲမှာ၊ ပြတ်သားမှု နှင့် အရည်အသွေးကို ပြောင်းပါ၊ သို့မဟုတ် အဆင့်မြင့် အင်္ဂါရပ်များကို စမ်းကြည့်ပါ။"</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"ဓာတ်ပုံဆိုက် ရွေးရန်"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"နောက်မှ ဆက်တင်ထဲတွင် ပြန်ပြောင်း၍ ရပါသည်။"</string>
-    <string name="share_to" msgid="5144911209144798122">"...အား မျှဝေရန်"</string>
-    <string name="edit_with" msgid="615569327230783971">"...နှင့် တည်းဖြတ်ရန်"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"ရှေ့ဆက်"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"အိုကေ၊ ရပြီ"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"အာရုံခံပုံ အပြည့် \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"အာရုံခံကိရိယာမှ ဖြတ်ထား\n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"၀"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"၁"</string>
-</resources>
diff --git a/res/values-ne-rNP/strings.xml b/res/values-ne-rNP/strings.xml
deleted file mode 100644
index 804106c..0000000
--- a/res/values-ne-rNP/strings.xml
+++ /dev/null
@@ -1,372 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"क्यामेरा"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"क्यामकोर्डर"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"को रूपमा तस्बिरलाई मिलाउनुहोस्"</string>
-    <string name="delete" msgid="2714492172818940424">"मेटाउनुहोस्"</string>
-    <string name="share" msgid="8581089487762243115">"साझेदारी गर्नुहोस्"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"परिदृश्य साझेदार गर्नुहोस्"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"तस्बिरको रूपमा साझेदारी गर्नुहोस्"</string>
-    <string name="deleted" msgid="2036165115527228127">"मेटियो"</string>
-    <string name="undo" msgid="5110048345890050107">"अनावृत गर्नुहोस्"</string>
-    <string name="details" msgid="4404020741542549488">"विवरणहरू"</string>
-    <string name="close" msgid="4826166926297479820">"बन्द गर्नुहोस्"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"नक्सामा देखाउनुहोस्"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"बायाँ घुमाउनुहोस्"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"दायाँ घुमाउनुहोस्"</string>
-    <string name="edit" msgid="2776879395749004347">"सम्पादन गर्नुहोस्"</string>
-    <string name="crop_action" msgid="6933589718464132714">"क्रप गर्नुहोस्"</string>
-    <string name="trim_action" msgid="4736803320203951827">"काट्नुहोस्"</string>
-    <string name="set_as" msgid="5469055085024870081">"को रूपमा सेट गर्नुहोस्"</string>
-    <string name="video_err" msgid="1562566029875081552">"भिडियो चलाउन सकिएन।"</string>
-    <string name="title" msgid="8061744305671964703">"शीर्षक"</string>
-    <string name="description" msgid="8193138501982849808">"वर्णन"</string>
-    <string name="time" msgid="5248213506417024287">"समय"</string>
-    <string name="location" msgid="564326205780827668">"स्थान"</string>
-    <string name="path" msgid="5927003361865586353">"बाटो"</string>
-    <string name="width" msgid="7045750687833828758">"चौडाइ"</string>
-    <string name="height" msgid="5186001199353423689">"उचाइ"</string>
-    <string name="orientation" msgid="3883761294106680270">"अभिमुखिकरण"</string>
-    <string name="duration" msgid="5316211067383665008">"अवधि"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME प्रकार"</string>
-    <string name="file_size" msgid="6841070748357980676">"फाइल आकार"</string>
-    <string name="maker" msgid="698691509121545856">"निर्माता"</string>
-    <string name="model" msgid="8547493604023069452">"मोडेल"</string>
-    <string name="flash" msgid="995041910749174196">"फ्ल्यास"</string>
-    <string name="aperture" msgid="2453802098282814022">"अपार्चर"</string>
-    <string name="focal_length" msgid="8351221512187346229">"फोकल लेन्थ"</string>
-    <string name="white_balance" msgid="1600142743496129085">"स्वेत सन्तुलन"</string>
-    <string name="exposure_time" msgid="949787291620767754">"एक्सपोजर समय"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"मिलिमिटर"</string>
-    <string name="manual" msgid="2444400953521760140">"म्यानुएल"</string>
-    <string name="auto" msgid="2552649885114400474">"स्वतः"</string>
-    <string name="flash_on" msgid="6573457197393807642">"फ्ल्यास चलाइयो"</string>
-    <string name="flash_off" msgid="7889323512830926273">"कुनै फ्ल्यास छैन"</string>
-    <string name="unknown" msgid="564184550182858146">"अज्ञात"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"यो वस्तु स्थानिय रूपमा भन्डारण गरिएको छ र अफलाइन उपलब्ध छ।"</string>
-    <string name="please_wait" msgid="1416313324505140068">"कृपया प्रतीक्षा गर्नुहोस्"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"क्यामेरा त्रुटि"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"क्यामेरासँग जडान गर्न सकिएन।"</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"सुरक्षा नीतिहरूका कारण क्यामरा निष्क्रिय गरिएको छ।"</string>
-    <string name="wait" msgid="765601745709933047">"कृपया प्रतीक्षा गर्नुहोस्..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"क्यामेराको उपयोग गर्नु अघि एउटा SD कार्ड भित्र राख्नुहोस्।"</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD कार्ड तयार गरिँदै..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD कार्ड प्रयोग गर्न सकेन।"</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"समय ल्याप्स रेकर्डिङ"</string>
-    <string name="capturing" msgid="5255164204641920893">"क्याप्चर गरिँदै"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"क्यामेरा चयन गर्नुहोस्"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"पछाडि"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"अगाडि"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"स्थान सुरक्षित गर्नुहोस्"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"LOCATION"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"काउन्टडाउन टाईमर"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"काउन्टडाउनको क्रममा बिप"</string>
-    <string name="setting_off" msgid="6782191065550276632">"बन्द"</string>
-    <string name="setting_on" msgid="9086728135773197891">"खुला"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"भिडियोको गुणस्तर"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"समय ल्याप्स"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"क्यामरा सेटिङहरू"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"क्यामकोडर सेटिङहरू"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"चित्र आकार"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"ठूलो"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"मध्यम"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"सानो"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"फोकस मोड"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"स्वतः"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"अनन्तता"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"बृहत"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"AUTO"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"INFINITY"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"MACRO"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"फ्ल्यास मोड"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"FLASH MODE"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"स्वतः"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"खुला"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"बन्द"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"FLASH AUTO"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"FLASH ON"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"FLASH OFF"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"स्वेत सन्तुलन"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"WHITE BALANCE"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"स्वतः"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"चमक"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"दिनको प्रकाश"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"फ्लोरेसेन्ट"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"बादलु"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"AUTO"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"INCANDESCENT"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"DAYLIGHT"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"FLUORESCENT"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"CLOUDY"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"दृश्य मोड"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"स्वतः"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ON"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ OFF"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ON"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR OFF"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"कार्य"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"रात"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"सूर्यास्त"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"पार्टी"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"NONE"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"ACTION"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"NIGHT"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"SUNSET"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"PARTY"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"TIMER OFF"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"१ सेकेन्ड"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"३ सेकेन्ड"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"१० सेकेन्ड"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"१५ सेकेन्ड"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"दृश्य मोडमा चयनयोग्य हुँदैन।"</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"एक्स्पोजर"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"EXPOSURE"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"FRONT CAMERA"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"BACK CAMERA"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"ठिक छ"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"रद्द गर्नुहोस्"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"तपाईँको SD कार्डको ठाउँ सकिँदै छ। गुणस्तर सेटिङ परिवर्तन गर्नुहोस् अथवा केही तस्बिरहरू वा अन्य फाइलहरू मेट्नुहोस्।"</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"आकार सीमा पुग्यो।"</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"अति छिटो"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"परिदृश्य तयार गरिँदै"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"परिदृश्य सुरक्षित गर्न सकेन।"</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"परिदृश्य"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"परिदृश्य खिच्दै"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"अघिल्लो परिदृश्यको प्रतिक्षा गर्दै।"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"सुरक्षित गर्दै...."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"परिदृश्य प्रतिपादन"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"फोकस गर्न टच गर्नुहोस्।"</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"प्रभावहरू"</string>
-    <string name="effect_none" msgid="3102797925086872636">"कुनै पनि होइन"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"निचोर्नुहोस्"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"ठूला आँखाहरु"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"ठूलो मुख"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"सानो मुख"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"ठूलो नाक"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"साना आँखाहरू"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"खाली ठाउँमा"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"सूर्यास्त"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"तपाईँको भिडियो"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"रेकर्डिङको बेला तस्बिर लिनको लागि टच गर्नुहोस्।"</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"भिडियो खिच्ने क्रम सुरु भएको छ।"</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"भिडियो खिच्न बन्द गरियो।"</string>
-    <string name="clear_effects" msgid="6192797848995967992">"स्पष्ट प्रभावहरू"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"SILLY FACES"</string>
-    <string name="effect_background" msgid="1358432220077975015">"BACKGROUND"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"सटर"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"रद्द गर्नुहोस्"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"मेनु बटन"</string>
-    <!-- String.format failed for translation -->
-    <!-- no translation found for accessibility_check_box (1084094675439953723) -->
-    <skip />
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"फोटामा स्विच गर्नुहोस्"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"भिडियोमा स्विच गर्नुहोस्"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"परिदृश्यमा स्विच गर्नुहोस्"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"फोटो स्फेयरमा स्विच गर्नुहोस्"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"उच्च गुणस्तरमा स्विच गर्नुहोस्"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Refocus मा स्विच गर्नुहोस्"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"समीक्षा रद्द गर्नुहोस्"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"समीक्षा गरियो"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"समीक्षा पुनः लिनुहोस्"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"विकल्पहरू"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"ढाँचा सूची बन्द भयो"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"ढाँचा सूची खुला भयो"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"फोटो लिइयो"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"फोटो लिइयो"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"भिडियो लिइयो"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"क्यामेरा खोल्नुहोस्"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"%s मा लिएको मिडिया"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"%s मा लिएको फोटो"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"%s मा लिएको भिडियो"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"%s मा लिएको परिदृश्य"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"%s मा लिएको फोटो क्षेत्र"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"%s मा लिएको लेन्स ब्लर"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"मिडिया प्रशोधन गर्दै"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"टगल ढाँचा सूची"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"ढाँचाः सूची"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"टगल फिल्मस्ट्रिप"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"फिल्मस्ट्रिप"</string>
-    <string name="capital_on" msgid="1118214824959797269">"ON"</string>
-    <string name="capital_off" msgid="3020696135020167263">"OFF"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"भिडियो चलाउनुहोस्"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"बन्द"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"०.५ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"१ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"१.५ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"२ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"२.५ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"३ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"४ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"५ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"६ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"१० सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"१२ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"१५ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"२४ सेकेन्ड"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"०.५ मिनट"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"१ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"१.५ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"२ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"२.५ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"३ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"४ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"५ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"६ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"१० मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"१२ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"१५ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"२४ मिनेट"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"०.५ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"१ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"१.५ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"२ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"२.५ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"३ घण्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"४ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"५ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"६ घण्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"१० घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"१२ घण्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"१५ घन्टा"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"२४ घन्टा"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"सेकेण्ड"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"मिनेट"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"घण्टा"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"भयो"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"समय मध्यान्तर सेट गर्नुहोस्"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"समय ल्याप्स सुविधा बन्द छ। समय मध्यान्तर मिलाउन यसलाई खोल्नुहोस्।"</string>
-    <string name="set_duration" msgid="1638453882581604341">"सेकेन्डमा अवधि निर्धारित गर्नुहोस्"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"एउटा तस्बिर लिनका लागि काउन्ट गरिँदै"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"फोटा स्थानहरू याद गर्नुभयो?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"जहाँ लिइएको स्थानका साथ आफ्ना फोटा र भिडियोहरू ट्याग गर्नुहोस्। \n \n तपाईँले सुरक्षित गरेका तस्बिरहरूका साथै अरू अनुप्रयोगहरूले यी जानकारीहरू उपयोग गर्न सक्छन्।"</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"धन्यबाद, पर्दैन"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"हो"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"MORE OPTIONS"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"SETTINGS"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"सानो ग्रह सिर्जना गर्नुहोस्"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"सानो ग्रह सुरक्षित गर्दै ..."</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"जुम"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"घुमाउनुहोस्"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"तस्बिर सम्पादक"</string>
-    <string name="crop_save" msgid="2841974981340098579">"सुरक्षित गर्नुहोस्"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"तस्बिर लोड गर्न सकिएन!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"फिल्मस्ट्रिप दृश्य"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"वालपेपर सेट गर्दै"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"सेटिङहरू"</string>
-    <string name="mode_camera" msgid="279763925715250603">"क्यामेरा"</string>
-    <string name="mode_video" msgid="8633929034048169139">"भिडियो"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"फोटो क्षेत्र"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"समय ल्याप्स"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"चौडा कोणिय"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"पानोरामा"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"लेन्स ब्लर"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"क्यामेरा मोडमा स्विच गर्नुहोस्"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"भिडियो क्यामेरा स्विच गर्नुहोस्"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"फोटो क्षेत्र मोडमा स्विच गर्नुहोस्"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"परिदृश्य मोडमा स्विच गर्नुहोस्"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"लेन्स ब्लर मोडमा स्विच गर्नुहोस्"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"सेटिंग्सहरू खोल्नुहोस्"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"सेटिंग्सहरू बन्द गर्नुहोस्"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR Plus बन्द"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Plus खुला"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR बन्द"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR खुला"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"फ्ल्यास बन्द"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"स्वचालित फ्ल्यास"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"फ्ल्यास खुला"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ फ्ल्यास बन्द"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ स्वचालित फ्ल्यास"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ फ्ल्यास खुल्ला"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"टर्च खुला"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"टर्च बन्द"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"पछाडिको क्यामेरा"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"अगाडिको क्यामेरा"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"बन्द ग्रिड लाइन"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"ग्रिड लाइनमा"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"उल्टो गन्ने घडी बन्द छ"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"उल्टा गिनतीको घडी अवधि ३ सेकेन्ड सेट गरियो"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"उल्टो गिन्ती गर्ने घडीको अवधि १० सेकेन्ड सेट गरियो"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"थप विकल्पहरू"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"रद्द गर्नुहोस्"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"सम्पन्न भयो"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"पुनः लिनुहोस्"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"साझेदारी गर्नुहोस्"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"हेर्नुहोस्"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"सम्पादन गर्नुहोस्"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"मेट्नुहोस्"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"हाते एक्सपोजर क्षतिपुर्ती"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"एक्सपोजर क्षतिपुर्ती -२"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"एक्सपोजर क्षतिपुर्ती -१"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"एक्सपोजर क्षतिपुर्ती ०"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"एक्सपोजर क्षतिपुर्ती +१"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"एक्सपोजर क्षतिपुर्ती +२"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"बटन अब %s छ"</string>
-    <string name="setting_location" msgid="4459859689227893838">"स्थान"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"पछाडि क्यामेरा फोटो"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"पछाडि क्यामेरा भिडियो"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"अगाडि क्यामेरा फोटो"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"अगाडि क्यामेरा भिडियो"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"पूर्वनिर्धारित क्यामेरा"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"मद्दत र प्रतिक्रिया"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ प्रकृया गरिँदै…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"खुला स्रोत इजाजतपत्रहरू"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"सामान्य सेटिङहरू"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"रिजोल्युसन र गुणस्तर"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"बारेमा"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"संस्करण बनाउनुहोस्"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"निम्न"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"उच्च"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <!-- String.format failed for translation -->
-    <!-- no translation found for setting_summary_x_megapixels (6533463462760866830) -->
-    <skip />
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s मेगापिक्सेल"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"पुनः केन्द्रित गर्न, यहाँ छुनुहोस्"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"उन्नत"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"मान्युअल खु्लापन"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"सेटिङहरूमा, रिजोल्युसन र गुणस्तर परिवर्तन गर्नुहोस्, वा उन्नत विशेषताहरुको प्रयास गर्नुहोस्।"</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"फोटो आकार छान्नुहोस्"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"तपाईँले सेटिङहरूमा पछि परिवर्तन गर्न सक्नुहुन्छ।"</string>
-    <string name="share_to" msgid="5144911209144798122">"साझेदारी गर्नुहोस्"</string>
-    <string name="edit_with" msgid="615569327230783971">"संग सम्पादन गर्नुहोस्"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"NEXT"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ठीक छ, बुझे"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"पूर्ण सेन्सरर \n(४:३)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"क्रप गरिएको सेन्सर \n(१६:९)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"०"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"१"</string>
-</resources>
diff --git a/res/values-si-rLK/strings.xml b/res/values-si-rLK/strings.xml
deleted file mode 100644
index 3ba66db..0000000
--- a/res/values-si-rLK/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"කැමරාව"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"වීඩියෝ රෙකෝඩරය"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"ලෙස පින්තූරය සකසන්න"</string>
-    <string name="delete" msgid="2714492172818940424">"මකන්න"</string>
-    <string name="share" msgid="8581089487762243115">"බෙදාගන්න"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"පරිදර්ශනය බෙදා ගන්න"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"ඡායාරූපය ලෙස බෙදා ගන්න"</string>
-    <string name="deleted" msgid="2036165115527228127">"මකාදමන ලදි"</string>
-    <string name="undo" msgid="5110048345890050107">"අස් කරන්න"</string>
-    <string name="details" msgid="4404020741542549488">"විස්තර"</string>
-    <string name="close" msgid="4826166926297479820">"වසන්න"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"සිතියම මත පෙන්වන්න"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"වමට කරකවන්න"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"දකුණට හරවන්න"</string>
-    <string name="edit" msgid="2776879395749004347">"සංස්කරණය කරන්න"</string>
-    <string name="crop_action" msgid="6933589718464132714">"කප්පාදු කිරීම"</string>
-    <string name="trim_action" msgid="4736803320203951827">"අහුකොන් කපන්න"</string>
-    <string name="set_as" msgid="5469055085024870081">"ලෙස සකසන්න"</string>
-    <string name="video_err" msgid="1562566029875081552">"වීඩියෝව ධාවනය කළ නොහැක."</string>
-    <string name="title" msgid="8061744305671964703">"මාතෘකාව"</string>
-    <string name="description" msgid="8193138501982849808">"විස්තරය"</string>
-    <string name="time" msgid="5248213506417024287">"වේලාව"</string>
-    <string name="location" msgid="564326205780827668">"ස්ථානය"</string>
-    <string name="path" msgid="5927003361865586353">"මග"</string>
-    <string name="width" msgid="7045750687833828758">"පළල"</string>
-    <string name="height" msgid="5186001199353423689">"උස"</string>
-    <string name="orientation" msgid="3883761294106680270">"දිශානතිය"</string>
-    <string name="duration" msgid="5316211067383665008">"කාල සීමාව"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME වර්ගය"</string>
-    <string name="file_size" msgid="6841070748357980676">"ගොනු ප්‍රමාණය"</string>
-    <string name="maker" msgid="698691509121545856">"නිමැවුම්කරු"</string>
-    <string name="model" msgid="8547493604023069452">"අනුකෘතිය"</string>
-    <string name="flash" msgid="995041910749174196">"සැණෙලිය"</string>
-    <string name="aperture" msgid="2453802098282814022">"විවරය"</string>
-    <string name="focal_length" msgid="8351221512187346229">"නාභි දුර"</string>
-    <string name="white_balance" msgid="1600142743496129085">"සුදු සමබරතාව"</string>
-    <string name="exposure_time" msgid="949787291620767754">"නිරාවරණ කාලය"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"මි.මී."</string>
-    <string name="manual" msgid="2444400953521760140">"අතින් කරන"</string>
-    <string name="auto" msgid="2552649885114400474">"ස්වයං"</string>
-    <string name="flash_on" msgid="6573457197393807642">"සැණෙලි පත්තු කරන ලදී"</string>
-    <string name="flash_off" msgid="7889323512830926273">"සැණෙලි නැත"</string>
-    <string name="unknown" msgid="564184550182858146">"නොදනී"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"මෙම අයිතමය ස්ථානිකව ආචිත කර ඇති අතර නොබැඳිව ලබා ගත හැක."</string>
-    <string name="please_wait" msgid="1416313324505140068">"කරුණාකර රැඳී සිටින්න"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"කැමරා දෝෂය"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"කැමරාව වෙත සම්බන්ධ කළ නොහැක."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"ආරක්ෂණ ප්‍රතිපත්ති නිසා කැමරාව අබල කර ඇත."</string>
-    <string name="wait" msgid="765601745709933047">"කරුණාකර රැඳී සිටින්න..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"කැමරාව භාවිතා කිරීමට පෙර SD කාඩ් පතක් ඇතුලු කරන්න."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD කාඩ් පත පිළියෙළ කෙරේ…"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD කාඩ් පතට ප්‍රවේශ විය නොහැක."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"කාලය ඉකුත්වීමේ පටිගත කිරීම"</string>
-    <string name="capturing" msgid="5255164204641920893">"ග්‍රහණය කරමින්"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"කැමරාව තෝරන්න"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"ආපසු"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"ඉදිරිපස"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"ස්ථානය ස්ථානය සුරකින්න"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"ස්ථානය"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"ආපස්සට ගණන් කිරීමේ කාල ගණකය"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"ආපස්සට ගණන් කිරීමේ බීප් නාදය"</string>
-    <string name="setting_off" msgid="6782191065550276632">"අක්‍රියයි"</string>
-    <string name="setting_on" msgid="9086728135773197891">"සක්‍රිය කරන්න"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"වීඩියෝ ගුණත්වය"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"කාලය ඉකුත්වීම"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"කැමරා සැකසීම්"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"කැම්කෝඩර සැකසීම්"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"පින්තූර ප්‍රමාණය"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"විශාල"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"මධ්‍යම"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"කුඩා"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"නාභිගත ප්‍රකාරය"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"ස්වයං"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"අනන්තය"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"මැක්‍රො"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"ස්වයංක්‍රීය"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"අනන්තය"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"මැක්‍රො"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"සැණෙළි ප්‍රකාරය"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"සැණෙළි ආකාරය"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"ස්වයං"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"සක්‍රිය කරන්න"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"අක්‍රියයි"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"සැණෙලි ස්වයං"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"සැණෙලිය සක්‍රියයි"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"සැණෙළිය අක්‍රියයි"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"සුදු සමබරතාව"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"සුදු සමබරතාවය"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"ස්වයං"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"තාපදීප්ත"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"දිවා ආලෝකය"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"ප්‍රතිදීපන"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"වලාකුළු සහිත"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"ස්වයංක්‍රීය"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"තාපදීප්ත"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"දිවා ආලෝකය"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ප්‍රතිදීපන"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"වලාකුළු සහිත"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"සිදුවීම් ආකාරය"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"ස්වයං"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ සක්‍රිය"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ අක්‍රිය"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR සක්‍රිය"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR අක්‍රිය"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"ක්‍රියාව"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"රාත්‍රී"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"ඉර බැසීම"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"සාදය"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"කිසිවක් නැත"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"ක්‍රියාව"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"රාත්‍රිය"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"හිරු බැසීම"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"සාදය"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"කාල ගණකය අක්‍රියයි"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"තත්පර 1"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"තත්පර.3"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"තත්පර 10"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"තත්පර 15"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"දර්ශන ආකාරය තුළ තෝරාගත හැකි නොවේ"</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"නිරාවරණය"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"නිරාවරණය"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"ඉදිරිපස කැමරාව"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"පිටුපස කැමරාව"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"හරි"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"අවලංගු කරන්න"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"ඔබගේ SD කාඩ් පතේ ඉඩ අවසන් වෙමින් පවතී. ගුණත්ව සැකසීම් වෙනස් කරන්න හෝ සමහර පින්තුරය හෝ වෙනත් ගොනු මකන්න."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"ප්‍රමාණයේ සීමාව ලඟාවී ඇත."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"ඉතා වේගවත්"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"පරිදර්ශනය පිළියෙල වේ"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"පරිදර්ශනය සුරැකිය නොහැක."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"පරිදර්ශනය"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"පරිදර්ශනය ග්‍රහණය කෙරේ"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"පෙර පරිදර්ශනය සඳහා රැඳී සිටී"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"සුරැකේ...."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"පරිදර්ශනය ප්‍රවාචනය"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"නාභිගත කිරීමට ස්පර්ශ කරන්න"</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"විලාස"</string>
-    <string name="effect_none" msgid="3102797925086872636">"කිසිවක් නැත"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"මිරිකන්න"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"ලොකු ඇස්"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"ලොකු කට"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"කුඩා කට"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"ලොකු නහය"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"කුඩා ඇස්"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"අවකාශයෙහි"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"ඉර බැසීම"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"ඔබගේ වීඩියෝව"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"පටිගත කිරීම අතරතුර ඡායාරූපයක් ගැනීමට ස්පර්ශ කරන්න."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"වීඩියෝව පටිගත කිරීම ඇරඹී ඇත."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"වීඩියෝව පටිගත කිරීම නැවතී ඇත."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"විලාස හිස් කරන්න"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"මෝඩ මුහුණු"</string>
-    <string name="effect_background" msgid="1358432220077975015">"පසුබිම"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"සංවාරකය"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"අවලංගු කරන්න"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"මෙනු බොත්තම"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"සලකුණු කොටු %1$s"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"ඡායාරූපය වෙත මාරු වන්න"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"වීඩියෝව වෙත මාරු වන්න"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"පරිදර්ශනය වෙත මාරු වන්න"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"ෆොටෝ ස්පීයර් වෙත මාරු වෙන්න"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"උසස්  ගුණත්වයක් වෙත මාරු වෙන්න."</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"නැවත නාභිගත කිරීමට මාරුවෙන්න"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"අවලංගු කිරීම සමාලෝචනය කරන්න"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"සමාලෝචනය අවසන්"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"යළිගැනීම සමාලෝචනය කරන්න"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"විකල්ප"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"ආකාර ලැයිස්තුව වසා ඇත"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"ආකාර ලැයිස්තුව විවෘතයි"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"පින්තූරය ලබාගත්තා"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"ඡායාරූපය ලබාගත්තා"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"වීඩියෝ ලබාගත්තා"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"කැමරාව වෙත අගුළු අරින්න"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"%s මත ලබාගත් මාධ්‍ය"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"%s මත ලබාගත් ඡායාරූපය"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"%s මත ලබාගත් වීඩියෝව"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"%s මත ලබාගත් පැනරෝමා"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"%s මත ලබාගත් ඡායාරූප ස්පියරය"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"%s මත ලබාගත් ලෙන්ස් බ්ලර්"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"මාධ්‍ය සකසමින් ඇත"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"ආකාර ලැයිස්තුව ටොගල් කරන්න"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"ආකාර ලැයිස්තුව"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"චිත්‍රපට තීරුව ටොගල් කරන්න"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"චිත්‍රපට තීරුව"</string>
-    <string name="capital_on" msgid="1118214824959797269">"සක්‍රීයයි"</string>
-    <string name="capital_off" msgid="3020696135020167263">"අක්‍රියයි"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"වීඩියෝව ධාවනය කරන්න"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"අක්‍රියයි"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"තත්පර 0.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"තත්පර 1"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"තත්පර 1.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"තත්පර 2"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"තත්පර 2.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"තත්පර 3"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"තත්පර 4"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"තත්පර 5"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"තත්පර 6"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"තත්පර 10"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"තත්පර 12"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"තත්පර 15"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"තත්පර 24"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"මිනිත්තු 0.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"මිනිත්තු 1"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"මිනිත්තු 1.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"මිනිත්තු 2"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"මිනිත්තු 2.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"මිනිත්තු 3"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"මිනිත්තු 4"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"මිනිත්තු 5"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"මිනිත්තු 6"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"මිනිත්තු 10"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"මිනිත්තු 12"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"මිනිත්තු 15"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"මිනිත්තු 24"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"පැය 0.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"පැය 1"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"පැය 1.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"පැය 2"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"පැය 2.5"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"පැය 3"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"පැය 4"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"පැය 5"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"පැය 6"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"පැය 10"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"පැය 12"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"පැය 15"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"පැය 24"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"තත්පර"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"මිනිත්තු"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"පැය"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"අවසන්"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"කාල අන්තරය පිහිටුවන්න"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"කාලය ඉකුත්වීමේ විශේෂාංගය අක්‍රියයි. කාල අන්තරය පිහිටුවීමට එය සක්‍රිය කරන්න."</string>
-    <string name="set_duration" msgid="1638453882581604341">"තත්පර වලින් කාල පරාස සකසන්න"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"ඡායාරූපයක් ගැනීමට ආපස්සට ගණන් කෙරේ"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"ඡායාරූප ස්ථාන මතකද?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"ඔබගේ ඡායාරූප සහ වීඩියෝ ඒවා ගත් ස්ථානය සමගින් ටැග් කරන්න.\n\nවෙනත් යෙදුම් වලට ඔබගේ සුරැකි පින්තුර සමගින් මෙම තොරතුරු වෙත ප්‍රවේශ විය හැක."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"එපා ස්තූතියි"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"ඔව්"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"තව විකල්ප"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"සැකසීම්"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Tiny Planet සාදන්න"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Tiny Planet සුරක්ෂිත කරමින්…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"විශාලනය කරන්න"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"කරකවන්න"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"ඡායාරූප සංස්කාරක"</string>
-    <string name="crop_save" msgid="2841974981340098579">"සුරකින්න"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"පින්තුර පූරණය කිරීමට නොහැක!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Filmstrip දසුන"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"වෝල්පේපරය සැකසේ"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"සැකසීම්"</string>
-    <string name="mode_camera" msgid="279763925715250603">"කැමරාව"</string>
-    <string name="mode_video" msgid="8633929034048169139">"වීඩියෝව"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"ෆොටෝ ස්පීයර්"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"කාලය ඉකුත්වීම"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"පුළුල් කෝණ"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"පැනරෝමා"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"ලෙන්ස් බ්ලර්"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"කැමරා ආකාරයට මාරු වෙන්න"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"වීඩියෝ කැමරාවට මාරු වන්න"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"ෆොටෝ ස්පීයර් ආකාරයට මාරු වෙන්න"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"පරිදර්ශන ආකාරයට මාරු වෙන්න"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"ලෙන්ස් බ්ලර් ආකාරයට මාරුවන්න"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"සැකසීම් විවෘත කරන්න"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"සැකසීම් වසන්න"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR ධන අක්‍රිය"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR ධන සක්‍රිය"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR අක්‍රිය"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR සක්‍රිය"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"සැණෙළිය අක්‍රියයි"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"සැණෙලි ස්වයං"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"සැණෙලිය සක්‍රියයි"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ සැණෙලිය අක්‍රියයි"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ සැණෙලිය ස්වයංක්‍රීය"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ සැණෙලිය සක්‍රියයි"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"පන්දම සක්‍රියයි"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"පන්දම අක්‍රියයි"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"පිටුපස කැමරාව"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"ඉදිරිපස කැමරාව"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"ජාල රේඛා අක්‍රියයි"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"ජාල රේඛා සක්‍රියයි"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"ආපස්සට ගණන් කිරීමේ කාල ගණකය අක්‍රිය කරන්න"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"ආපස්සට ගණන් කිරීමේ කාල ගණකයේ කාල සීමාව තත්පර 3 කට සකසන්න"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"ආපස්සට ගණන් කිරීමේ කාල ගණකයේ කාල සීමාව තත්පර 10 කට සකසන්න"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"තවත් විකල්ප"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"අවලංගු කරන්න"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"අවසන්"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"යළි ගැනීම"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"බෙදාගන්න"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"බලන්න"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"සංස්කරණය කරන්න"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"මකන්න"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"අතින් නිරාවරණ හානි පුර්ණය"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"නිරාවරණ හානි පුර්ණය -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"නිරාවරණ හානි පුර්ණය -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"නිරාවරණ හානි පුර්ණය 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"නිරාවරණ හානි පුර්ණය +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"නිරාවරණ හානි පුර්ණය +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"බොත්තම දැන් %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"ස්ථානය"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"පිටුපස කැමරාවේ පින්තූරය"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"පිටුපස කැමරාවේ වීඩියෝව"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"ඉදිරිපස කැමරාවේ පින්තූරය"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"ඉදිරිපස කැමරාවේ වීඩියෝව"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"සුපුරුදු කැමරාව"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"උදවු සහ ප්‍රතිපෝෂණ"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ සකසමින්…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"විවෘත මූල බලපත්‍ර"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"පොදු සැකසීම්"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"විභේදනය සහ තත්ත්වය"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"පිළිබඳ"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"තැනුම් අනුවාදය"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"අඩු"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"වැඩි"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"මෙගාපික්සල %1$s"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s megapixels"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"නැවත නාභිගත කිරීම, මෙහි ස්පර්ශ කරන්න"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"උසස්"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"අතින් නිරාවරණය"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"සැකසීම් තුළ, විභේදනය සහ තත්ත්වය වෙනස් කරන්න, හෝ උසස් විශේෂාංග උත්සාහ කරන්න."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"ඡායාරූපය ප්‍රමාණය තෝරන්න"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"ඔබට මෙය සැකසීම් තුළ වෙනස්කර ගැනීම පසුව කළ හැක."</string>
-    <string name="share_to" msgid="5144911209144798122">"වෙත බෙදාගන්න"</string>
-    <string name="edit_with" msgid="615569327230783971">"සමඟ සංස්කරණය කරන්න"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"මීළඟ"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"හරි, තේරුණා"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"සම්පුර්ණ සංවේදකය \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"කප්පාදු කළ සංවේදකය \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-ta-rIN/strings.xml b/res/values-ta-rIN/strings.xml
deleted file mode 100644
index ff44f6a..0000000
--- a/res/values-ta-rIN/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"கேமரா"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"கேம்கார்டர்"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"இதுவாகப் படத்தை அமை"</string>
-    <string name="delete" msgid="2714492172818940424">"நீக்கு"</string>
-    <string name="share" msgid="8581089487762243115">"பகிர்"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"பனோரமாவைப் பகிர்"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"படமாகப் பகிர்"</string>
-    <string name="deleted" msgid="2036165115527228127">"நீக்கப்பட்டது"</string>
-    <string name="undo" msgid="5110048345890050107">"செயல்தவிர்"</string>
-    <string name="details" msgid="4404020741542549488">"விவரங்கள்"</string>
-    <string name="close" msgid="4826166926297479820">"மூடு"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"வரைபடத்தில் காட்டு"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"இடதுபுறமாகச் சுழற்று"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"வலதுபுறமாகச் சுழற்று"</string>
-    <string name="edit" msgid="2776879395749004347">"திருத்து"</string>
-    <string name="crop_action" msgid="6933589718464132714">"செதுக்கு"</string>
-    <string name="trim_action" msgid="4736803320203951827">"ட்ரிம்"</string>
-    <string name="set_as" msgid="5469055085024870081">"இவ்வாறாக அமை"</string>
-    <string name="video_err" msgid="1562566029875081552">"வீடியோவை இயக்க முடியவில்லை."</string>
-    <string name="title" msgid="8061744305671964703">"தலைப்பு"</string>
-    <string name="description" msgid="8193138501982849808">"விளக்கம்"</string>
-    <string name="time" msgid="5248213506417024287">"நேரம்"</string>
-    <string name="location" msgid="564326205780827668">"இருப்பிடம்"</string>
-    <string name="path" msgid="5927003361865586353">"பாதை"</string>
-    <string name="width" msgid="7045750687833828758">"அகலம்"</string>
-    <string name="height" msgid="5186001199353423689">"உயரம்"</string>
-    <string name="orientation" msgid="3883761294106680270">"திசையமைப்பு"</string>
-    <string name="duration" msgid="5316211067383665008">"கால அளவு"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME வகை"</string>
-    <string name="file_size" msgid="6841070748357980676">"கோப்பு அளவு"</string>
-    <string name="maker" msgid="698691509121545856">"உருவாக்குநர்"</string>
-    <string name="model" msgid="8547493604023069452">"மாடல்"</string>
-    <string name="flash" msgid="995041910749174196">"ஃப்ளாஷ்"</string>
-    <string name="aperture" msgid="2453802098282814022">"ஒளிபுகும் துவாரம்"</string>
-    <string name="focal_length" msgid="8351221512187346229">"குவியத்தூரம்"</string>
-    <string name="white_balance" msgid="1600142743496129085">"வெண்மை சமநிலை"</string>
-    <string name="exposure_time" msgid="949787291620767754">"எக்ஸ்போஷருக்கான நேரம்"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"மி.மீ"</string>
-    <string name="manual" msgid="2444400953521760140">"கைமுறை"</string>
-    <string name="auto" msgid="2552649885114400474">"தானியங்கு"</string>
-    <string name="flash_on" msgid="6573457197393807642">"ஃப்ளாஷ் முடக்கப்பட்டது"</string>
-    <string name="flash_off" msgid="7889323512830926273">"ஃப்ளாஷ் இல்லை"</string>
-    <string name="unknown" msgid="564184550182858146">"அறியப்படாதது"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"உருப்படி அகத்தில் சேமிக்கப்பட்டு ஆஃப்லைனில் கிடைக்கும்."</string>
-    <string name="please_wait" msgid="1416313324505140068">"காத்திருக்கவும்"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"கேமரா பிழை"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"கேமராவுடன் இணைக்க முடியவில்லை."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"பாதுகாப்பு கொள்கைகள் காரணமாக கேமரா முடக்கப்பட்டுள்ளது."</string>
-    <string name="wait" msgid="765601745709933047">"காத்திருக்கவும்…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"கேமராவைப் பயன்படுத்துவதற்கு முன், SD கார்டைச் செருகவும்."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD கார்டைத் தயார் செய்கிறது..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD கார்டை அணுக முடியவில்லை."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"இடைவெளிக்கான நேரம் பதிவாகிறது"</string>
-    <string name="capturing" msgid="5255164204641920893">"படமெடுக்கிறது"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"கேமராவைத் தேர்வுசெய்க"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"பின்பக்கம்"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"முன்பக்க கேமரா"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"இருப்பிடத்தைச் சேமி"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"இருப்பிடம்"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"நேரக் கணிப்பான்"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"நேரக் கணிப்பான்போது பீப்"</string>
-    <string name="setting_off" msgid="6782191065550276632">"முடக்கத்தில்"</string>
-    <string name="setting_on" msgid="9086728135773197891">"இயக்கத்தில்"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"வீடியோ தரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"இடைவெளிக்கான நேரம்"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"கேமரா அமைப்பு"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"கேம்கார்டர் அமைப்பு"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"பட அளவு"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"பெரியது"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"நடுத்தரம்"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"சிறியது"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"மையக் குவிய முறை"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"தானியங்கு"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"முடிவற்ற தன்மை"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"மேக்ரோ"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"தானியங்கு"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"முடிவுறாதது"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"மேக்ரோ"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"ஃப்ளாஷ் பயன்முறை"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"ஃப்ளாஷ் பயன்முறை"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"தானியங்கு"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"இயக்கு"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"முடக்கு"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"ஃப்ளாஷ் தானியங்கு"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"ஃபிளாஷ் இயக்கத்தில்"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"ஃப்ளாஷை முடக்கு"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"வெண்மை சமநிலை"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"வெண்மை சமநிலை"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"தானியங்கு"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"வெண்சுடர் ஒளி"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"பகல்நேர ஒளி"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"ஒளிர்வு"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"மேகமூட்டம்"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"தானியங்கு"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"வெண் சுடர் ஒளி"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"பகல்நேர ஒளி"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ஒளிர்வு"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"மேகமூட்டம்"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"காட்சிப் பயன்முறை"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"தானியங்கு"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ஐ இயக்கு"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ஐ முடக்கு"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ஐ இயக்கு"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ஐ முடக்கு"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"அசைவு"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"இரவுநேர பயன்முறை"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"சூரிய அஸ்தமம்"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"பார்ட்டி"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"ஏதுமில்லை"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"அசைவு"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"இரவு பயன்முறை"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"சூரிய அஸ்தமம்"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"பார்ட்டி"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"டைமர் முடக்கப்பட்டது"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 வினாடி"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 வினாடிகள்"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 வினாடிகள்"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 வினாடி"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"காட்சி பயன்முறையில், தேர்ந்தெடுக்க முடியாது."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"வெளிப்பாடு"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"வெளிப்பாடு"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"முன்பக்க கேமரா"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"பின்பக்க கேமரா"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"சரி"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"ரத்துசெய்"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"SD கார்டில் இடம் இல்லை. தர அமைப்புகளை மாற்றவும் அல்லது சில படங்களையோ, பிற கோப்புகளையோ நீக்கவும்."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"அளவிற்கான வரம்பை அடைந்துவிட்டீர்கள்."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"மிகவும் விரைவானது"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"பனோரமாவை உருவாக்குகிறது"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"பனோரமாவைச் சேமிக்க முடியவில்லை."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"பனோரமா"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"பனோரமாவில் படமெடுக்கிறது"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"முந்தைய பனோரமாவிற்காகக் காத்திருக்கிறது"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"சேமிக்கிறது..."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"பனோரமாவைப் பயன்படுத்துகிறது"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"குவியத்திற்குத் தொடவும்."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"விளைவுகள்"</string>
-    <string name="effect_none" msgid="3102797925086872636">"ஏதுமில்லை"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"நெருக்கு"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"பெரிய கண்கள்"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"பெரிய வாய்"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"சிறிய வாய்"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"பெரிய மூக்கு"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"சிறிய கண்கள்"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"விண்வெளியில்"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"சூரிய அஸ்தமம்"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"உங்கள் வீடியோ"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"பதிவுசெய்யும்போது படத்தை எடுக்க தொடவும்."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"வீடியோ பதிவு தொடங்கியது."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"வீடியோ பதிவு நிறுத்தப்பட்டது."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"விளைவுகளை அழி"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"வேடிக்கையான முக விளைவுகள்"</string>
-    <string name="effect_background" msgid="1358432220077975015">"பின்புலம்"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"ஷட்டர்"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"ரத்துசெய்"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"மெனு பொத்தான்"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s செக் பாக்ஸ்"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"படத்திற்கு மாறு"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"வீடியோவிற்கு மாறு"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"பனோரமாவிற்கு மாறு"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"360 டிகிரி பனோரமாவுக்கு மாறு"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"உயர்தரத்திற்கு மாறு"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"மறுகுவியத்திற்கு மாறு"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"மதிப்பாய்வை ரத்துசெய்"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"மதிப்பாய்வு முடிந்தது"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"மதிப்பாய்வை மீண்டும் எடு"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"விருப்பங்கள்"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"பயன்முறைப் பட்டியல் மூடப்பட்டது"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"பயன்முறைப் பட்டியல் திறக்கப்பட்டது"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"படமெடுக்கப்பட்டது"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"படமெடுக்கப்பட்டது"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"வீடியோ எடுக்கப்பட்டது"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"கேமராவிற்குத் திறக்கவும்"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"மீடியா எடுக்கப்பட்டது - %s"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"படம் எடுக்கப்பட்டது - %s"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"வீடியோ எடுக்கப்பட்டது - %s"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"பனோரமா எடுக்கப்பட்டது - %s"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"360 டிகிரி பனோரமா எடுக்கப்பட்டது - %s"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"லென்ஸ் மங்கல்தன்மை எடுக்கப்பட்டது - %s"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"மீடியா செயலாக்கத்தில்"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"பயன்முறைப் பட்டியலை நிலைமாற்று"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"பயன்முறைப் பட்டியல்"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"படத்துண்டை நிலைமாற்று"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"படத்துண்டு"</string>
-    <string name="capital_on" msgid="1118214824959797269">"இயக்கு"</string>
-    <string name="capital_off" msgid="3020696135020167263">"முடக்கு"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"வீடியோவை இயக்கு"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"முடக்கத்தில்"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 வினாடி"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 வினாடிகள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 நிமிடம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 நிமிடங்கள்"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 மணிநேரம்"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 மணிநேரம்"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"வினாடிகள்"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"நிமிடங்கள்"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"மணிநேரம்"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"முடிந்தது"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"நேர இடைவெளியை அமை"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"இடைவெளிக்கான நேர அம்சம் முடக்கப்பட்டது. நேர இடைவெளியை அமைக்க அதை இயக்கவும்."</string>
-    <string name="set_duration" msgid="1638453882581604341">"வினாடியில் கால அளவை அமை"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"படத்தை எடுப்பதற்கான நேரக் கணிப்பான்"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"பட இருப்பிடங்களை நினைவில் வைக்கவா?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"உங்கள் படங்கள் மற்றும் வீடியோக்கள் எடுக்கப்பட்ட இடங்களில் குறியிடவும்.\n\nபிற பயன்பாடுகள், சேமிக்கப்பட்ட படங்களுடனான இந்தத் தகவலை அணுகலாம்."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"நன்றி, வேண்டாம்"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"ஆம்"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"மேலும் விருப்பங்கள்"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"அமைப்பு"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"சிறிய கிரகத்தை உருவாக்கு"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"சிறிய கிரகத்தைச் சேமிக்கிறது …"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"அளவை மாற்று"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"சுழற்று"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"ஃபோட்டோ எடிட்டர்"</string>
-    <string name="crop_save" msgid="2841974981340098579">"சேமி"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"படத்தை ஏற்ற முடியவில்லை!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"படத்துண்டு காட்சி"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"வால்பேப்பரை அமைக்கிறது"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"அமைப்பு"</string>
-    <string name="mode_camera" msgid="279763925715250603">"கேமரா"</string>
-    <string name="mode_video" msgid="8633929034048169139">"வீடியோ"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"360 டிகிரி பனோரமா"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"இடைவெளிக்கான நேரம்"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"அகலக் கோணம்"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"பனோரமா"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"லென்ஸ் மங்கல்தன்மை"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"கேமரா பயன்முறைக்கு மாறு"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"வீடியோ கேமரா பயன்முறைக்கு மாறு"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"360 டிகிரி பனோரமா பயன்முறைக்கு மாறு"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"பனோரமா பயன்முறைக்கு மாறு."</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"லென்ஸ் மங்கல்தன்மை பயன்முறைக்கு மாறு"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"அமைப்புகளைத் திற"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"அமைப்புகளை மூடு"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR ப்ளஸை முடக்கு"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR ப்ளஸ் இயக்கப்பட்டது"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR ஐ முடக்கு"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR இயக்கப்பட்டது"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"ஃப்ளாஷை முடக்கு"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"ஃப்ளாஷ் தானியங்கு"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"ஃப்ளாஷ் இயக்கப்பட்டது"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ ஃபிளாஷை முடக்கு"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ தன்னியக்க ஃபிளாஷ்"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ ஃபிளாஷை இயக்கு"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"ஒளிகாட்டி இயக்கப்பட்டது"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"ஒளிகாட்டி முடக்கப்பட்டது"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"பின்பக்க கேமரா"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"முன்பக்க கேமரா"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"கட்டக் கோடுகளை முடக்கு"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"கட்டக் கோடுகளை இயக்கு"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"நேரக் கணிப்பான் முடக்கப்பட்டது"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"நேரக் கணிப்பான் கால அளவு 3 வினாடிகளுக்கு அமைக்கப்பட்டது"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"நேரக் கணிப்பான் கால அளவு 10 வினாடிகளுக்கு அமைக்கப்பட்டது"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"மேலும் விருப்பங்கள்"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"ரத்துசெய்"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"முடிந்தது"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"மீண்டும் எடு"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"பகிர்"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"வியூ"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"திருத்து"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"நீக்கு"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"கைமுறையாக எக்ஸ்போஷரைச் சரிசெய்தல்"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"எக்ஸ்போஷரைச் சரிசெய்தல் -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"எக்ஸ்போஷரைச் சரிசெய்தல் -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"எக்ஸ்போஷரைச் சரிசெய்தல் 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"எக்ஸ்போஷரைச் சரிசெய்தல் +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"எக்ஸ்போஷரைச் சரிசெய்தல் +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"பொத்தான் இப்போது %s இல் உள்ளது"</string>
-    <string name="setting_location" msgid="4459859689227893838">"இருப்பிடம்"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"பின்புற கேமரா படம்"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"பின்புற கேமரா வீடியோ"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"முன்புற கேமரா படம்"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"முன்புற கேமரா வீடியோ"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"இயல்பு கேமரா"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"உதவி &amp; கருத்து"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ ஐத் தயார் செய்கிறது …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"ஓப்பன் சோர்ஸ் உரிமங்கள்"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"பொது அமைப்பு"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"தெளிவுத்திறன் &amp; தரம்"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"அறிமுகம்"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"நடப்புப் பதிப்பு"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"குறைவு"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"அதிகம்"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s மெகாபிக்சல்கள்"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s மெகாபிக்சல்கள்"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"மறுகவனம் செலுத்த, இங்கு தொடவும்"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"மேம்பட்ட"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"பயனராக வெளிக்காட்டுதல்"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"அமைப்புகளில், தெளிவுத்திறனையும் தரத்தையும் மாற்றவும் அல்லது மேம்பட்ட அம்சங்களை முயற்சிக்கவும்."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"பட அளவைத் தேர்வுசெய்க"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"இதைப் பின்பு அமைப்புகளில் மாற்றலாம்."</string>
-    <string name="share_to" msgid="5144911209144798122">"இவற்றுடன் பகிர்"</string>
-    <string name="edit_with" msgid="615569327230783971">"இதன் மூலம் திருத்து"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"அடுத்து"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"சரி, புரிந்தது"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"முழு சென்சார் \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"செதுக்கிய சென்சார் \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-te-rIN/strings.xml b/res/values-te-rIN/strings.xml
deleted file mode 100644
index 2dedd5a..0000000
--- a/res/values-te-rIN/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"కెమెరా"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"క్యామ్‌కార్డర్"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"చిత్రాన్ని ఇలా సెట్ చేయండి"</string>
-    <string name="delete" msgid="2714492172818940424">"తొలగించు"</string>
-    <string name="share" msgid="8581089487762243115">"భాగస్వామ్యం చేయండి"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"విశాల దృశ్యాన్ని భాగస్వామ్యం చేయండి"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"ఫోటోగా భాగస్వామ్యం చేయండి"</string>
-    <string name="deleted" msgid="2036165115527228127">"తొలగించబడింది"</string>
-    <string name="undo" msgid="5110048345890050107">"చర్య రద్దు చేయి"</string>
-    <string name="details" msgid="4404020741542549488">"వివరాలు"</string>
-    <string name="close" msgid="4826166926297479820">"మూసివేయి"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"మ్యాప్‌లో చూపు"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"ఎడమవైపుకి తిప్పు"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"కుడివైపుకి తిప్పు"</string>
-    <string name="edit" msgid="2776879395749004347">"సవరించు"</string>
-    <string name="crop_action" msgid="6933589718464132714">"కత్తిరించు"</string>
-    <string name="trim_action" msgid="4736803320203951827">"కుదించు"</string>
-    <string name="set_as" msgid="5469055085024870081">"ఇలా సెట్ చేయండి"</string>
-    <string name="video_err" msgid="1562566029875081552">"వీడియోను ప్లే చేయడం సాధ్యపడదు."</string>
-    <string name="title" msgid="8061744305671964703">"శీర్షిక"</string>
-    <string name="description" msgid="8193138501982849808">"వివరణ"</string>
-    <string name="time" msgid="5248213506417024287">"సమయం"</string>
-    <string name="location" msgid="564326205780827668">"స్థానం"</string>
-    <string name="path" msgid="5927003361865586353">"పథం"</string>
-    <string name="width" msgid="7045750687833828758">"వెడల్పు"</string>
-    <string name="height" msgid="5186001199353423689">"ఎత్తు"</string>
-    <string name="orientation" msgid="3883761294106680270">"దృగ్విన్యాసం"</string>
-    <string name="duration" msgid="5316211067383665008">"వ్యవధి"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME రకం"</string>
-    <string name="file_size" msgid="6841070748357980676">"ఫైల్ పరిమాణం"</string>
-    <string name="maker" msgid="698691509121545856">"రూపకర్త"</string>
-    <string name="model" msgid="8547493604023069452">"మోడల్"</string>
-    <string name="flash" msgid="995041910749174196">"ఫ్లాష్"</string>
-    <string name="aperture" msgid="2453802098282814022">"ఎపర్చర్"</string>
-    <string name="focal_length" msgid="8351221512187346229">"కేంద్రాంతరము"</string>
-    <string name="white_balance" msgid="1600142743496129085">"తెలుపు సమతుల్యత"</string>
-    <string name="exposure_time" msgid="949787291620767754">"ఎక్స్‌పోజర్ సమయం"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"మి.మీ."</string>
-    <string name="manual" msgid="2444400953521760140">"మాన్యువల్"</string>
-    <string name="auto" msgid="2552649885114400474">"స్వయంచాలకం"</string>
-    <string name="flash_on" msgid="6573457197393807642">"ఫ్లాష్ ప్రారంభించబడింది"</string>
-    <string name="flash_off" msgid="7889323512830926273">"ఫ్లాష్ లేదు"</string>
-    <string name="unknown" msgid="564184550182858146">"తెలియదు"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"ఈ అంశం స్థానికంగా నిల్వ చేయబడింది మరియు ఆఫ్‌లైన్‌లో అందుబాటులో ఉంది."</string>
-    <string name="please_wait" msgid="1416313324505140068">"దయచేసి వేచి ఉండండి"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"కెమెరా లోపం"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"కెమెరాకు కనెక్ట్ చేయడం సాధ్యపడదు."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"భద్రతా విధానాల కారణంగా కెమెరా నిలిపివేయబడింది."</string>
-    <string name="wait" msgid="765601745709933047">"దయచేసి వేచి ఉండండి..."</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"కెమెరాను ఉపయోగించడానికి ముందు SD కార్డును చొప్పించండి."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD కార్డు‌ను సన్నద్ధం చేస్తోంది..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD కార్డును ప్రాప్యత చేయడం సాధ్యపడలేదు."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"గడిచిన సమయం రికార్డింగ్"</string>
-    <string name="capturing" msgid="5255164204641920893">"క్యాప్చర్ చేస్తోంది"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"కెమెరాను ఎంచుకోండి"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"వెనుక వైపు ఉండేది"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"ముందువైపు"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"సేవ్ అయ్యే స్థానం"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"స్థానం"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"కౌంట్‍డౌన్ టైమర్"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"కౌంట్‌డౌన్ సమయంలో బీప్ ధ్వని చేయి"</string>
-    <string name="setting_off" msgid="6782191065550276632">"ఆఫ్‌లో ఉంది"</string>
-    <string name="setting_on" msgid="9086728135773197891">"ఆన్‌లో ఉంది"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"వీడియో నాణ్యత"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"సమయం గడిచేది"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"కెమెరా సెట్టింగ్‌లు"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"క్యామ్‌కార్డర్ సెట్టింగ్‌లు"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"చిత్రం పరిమాణం"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"పెద్దది"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"మధ్యస్థం"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"చిన్నది"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"కేంద్రీకరణ మోడ్"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"స్వయంచాలకం"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"అనంతం"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"మ్యాక్రో"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"స్వయంచాలకం"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"అనంతం"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"మ్యాక్రో"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"ఫ్లాష్ మోడ్"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"ఫ్లాష్ మోడ్"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"స్వయంచాలకం"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"ఆన్‌లో ఉంది"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"ఆఫ్‌లో ఉంది"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"ఫ్లాష్ స్వయంచాలకంలో ఉంది"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"ఫ్లాష్ ఆన్‌లో ఉంది"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"ఫ్లాష్ ఆఫ్‌లో ఉంది"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"తెలుపు సమతుల్యత"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"తెలుపు సమతుల్యత"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"స్వయంచాలకం"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"ప్రజ్వలనం"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"పగటి కాంతి"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"ప్రతిదీప్తం"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"మేఘావృతంగా"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"స్వయంచాలకం"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"ప్రజ్వలనం"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"పగటి కాంతి"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"ప్రతిదీప్తం"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"మేఘావృతంగా"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"దృశ్యం మోడ్"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"స్వయంచాలకం"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ ఆన్‌లో ఉంది"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ ఆఫ్‌లో ఉంది"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR ఆన్‌లో ఉంది"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR ఆఫ్‌లో ఉంది"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"యాక్షన్"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"రాత్రి"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"సూర్యాస్తమయం"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"పార్టీ"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"ఏదీ లేదు"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"చర్య"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"రాత్రి"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"సూర్యాస్తమయం"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"పార్టీ"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"టైమర్ ఆఫ్‌లో ఉంది"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 సెకను"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 సెకన్లు"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 సెకన్లు"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 సెకన్లు"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"సన్నివేశం మోడ్‌లో ఎంచుకోవడం సాధ్యపడదు."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"ఎక్స్‌పోజర్"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"ఎక్స్‌పోజర్"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"ముందువైపు ఉండే కెమెరా"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"వెనుకభాగంలో ఉండే కెమెరా"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"సరే"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"రద్దు చెేయి"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"మీ SD కార్డు నిల్వ దాదాపు నిండింది. నాణ్యత సెట్టింగ్‌ను మార్చండి లేదంటే కొన్ని చిత్రాలు లేదా ఇతర ఫైల్‌లను తొలగించండి."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"పరిమాణ పరిమితి చేరుకున్నారు."</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"అత్యంత వేగవంతం"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"విశాల దృశ్యాన్ని సన్నద్ధం చేస్తోంది"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"విశాల దృశ్యాన్ని సేవ్ చేయడం సాధ్యపడలేదు."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"విశాల దృశ్యం"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"విశాల దృశ్యాన్ని క్యాప్చర్ చేస్తోంది"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"మునుపటి విశాల దృశ్యం కోసం వేచి ఉంది"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"సేవ్ చేస్తోంది..."</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"విశాల దృశ్యాన్ని రెండెర్ చేస్తోంది"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"కేంద్రీకరించడానికి తాకండి."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"ప్రభావాలు"</string>
-    <string name="effect_none" msgid="3102797925086872636">"ఏదీ వద్దు"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"బుగ్గలు నొక్కి ఉంచడం"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"పెద్ద కళ్లు"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"పెద్ద నోరు"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"చిన్న నోరు"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"పెద్ద ముక్కు"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"చిన్న కళ్లు"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"అంతరిక్షంలో"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"సూర్యాస్తమయం"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"మీ వీడియో"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"రికార్డ్ చేస్తున్నప్పుడు ఫోటో తీయడానికి తాకండి."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"వీడియో రికార్డింగ్ ప్రారంభించబడింది."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"వీడియో రికార్డింగ్ ఆపివేయబడింది."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"ప్రభావాలను క్లియర్ చేయి"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"చిలిపి ముఖాలు"</string>
-    <string name="effect_background" msgid="1358432220077975015">"నేపథ్యం"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"షటర్ వేయి"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"రద్దు చేయి"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"మెను బటన్"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s తనిఖీ పెట్టె"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"ఫోటోకు మార్చు"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"వీడియోకు మార్చు"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"విశాల దృశ్యానికి మార్చు"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"360 డిగ్రీ పనోరమాకు మార్చు"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"అధిక నాణ్యతకు మార్చు"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"పునఃకేంద్రీకరణకు మార్చు"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"సమీక్ష రద్దు చేయి"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"సమీక్ష పూర్తయింది"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"సమీక్షను మళ్లీ తీసుకోవడం"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"ఎంపికలు"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"మోడ్ జాబితా మూసివేయబడింది"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"మోడ్ జాబితా తెరవబడింది"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"క్యాప్చర్ తీయబడింది"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"ఫోటో తీయబడింది"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"వీడియో తీయబడింది"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"కెమెరాను అన్‌లాక్ చేయి"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"మీడియా %sన తీయబడింది"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"ఫోటో %sన తీయబడింది"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"వీడియో %sన తీయబడింది"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"విశాల దృశ్యం %sన తీయబడింది"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"360 డిగ్రీ పనోరమా %sన తీయబడింది"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"లెన్స్ అస్పష్టత %sన తీయబడింది"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"మీడియాను ప్రాసెస్ చేస్తోంది"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"మోడ్ జాబితాను టోగుల్ చేయి"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"మోడ్ జాబితా"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"ఫిల్మ్‌స్ట్రిప్‌ను టోగుల్ చేయి"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"ఫిల్మ్‌స్ట్రిప్"</string>
-    <string name="capital_on" msgid="1118214824959797269">"ఆన్‌లో ఉంది"</string>
-    <string name="capital_off" msgid="3020696135020167263">"ఆఫ్‌లో ఉంది"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"వీడియోను ప్లే చేయి"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"ఆఫ్‌లో ఉంది"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 సెకను"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 సెకన్లు"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 నిమిషం"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 నిమిషాలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 గంట"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 గంట"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 గంటలు"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 గంటలు"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"సెకన్లు"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"నిమిషాలు"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"గంటలు"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"పూర్తయింది"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"సమయ విరామాన్ని సెట్ చేయండి"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"గడిచిన సమయం లక్షణం ఆఫ్‌లో ఉంది. సమయ విరామాన్ని సెట్ చేయడానికి దాన్ని ప్రారంభించండి."</string>
-    <string name="set_duration" msgid="1638453882581604341">"వ్యవధిని సెకన్లలో సెట్ చేయండి"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"ఫోటో తీయడానికి కౌంట్ డౌన్ చేస్తోంది"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"ఫోటో స్థానాలను గుర్తుంచుకోవాలా?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"మీ ఫోటోలు మరియు వీడియోలను, అవి తీయబడిన స్థానాలతో పాటు ట్యాగ్ చేయండి.\n\nఇతర అనువర్తనాలు మీరు సేవ్ చేసిన చిత్రాలతో పాటు ఈ సమాచారాన్ని ప్రాప్యత చేయవచ్చు."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"వద్దు ధన్యవాదాలు"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"అవును"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"మరిన్ని ఎంపికలు"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"సెట్టింగ్‌లు"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"అతిచిన్న ప్లానెట్‌ను సృష్టించు"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"అతిచిన్న ప్లానెట్‌ను సేవ్ చేస్తోంది …"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"జూమ్ చేయి"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"తిప్పు"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"ఫోటో ఎడిటర్"</string>
-    <string name="crop_save" msgid="2841974981340098579">"సేవ్ చేయి"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"చిత్రాన్ని లోడ్ చేయడం సాధ్యపడదు!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"ఫిల్మ్‌స్ట్రిప్ వీక్షణ"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"వాల్‌పేపర్‌ను సెట్ చేస్తోంది"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"సెట్టింగ్‌లు"</string>
-    <string name="mode_camera" msgid="279763925715250603">"కెమెరా"</string>
-    <string name="mode_video" msgid="8633929034048169139">"వీడియో"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"360 డిగ్రీ పనోరమా"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"సమయం గడిచేది"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"విశాల కోణం"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"విశాల దృశ్యం"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"ఫోకస్ ఎఫెక్ట్"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"కెమెరా మోడ్‌కు మార్చు"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"వీడియో కెమెరాకు మార్చు"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"360 డిగ్రీ పనోరమా మోడ్‌కు మార్చు"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"విశాల దృశ్యం మోడ్‌కు మార్చు"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"ఫోకస్ ఎఫెక్ట్ మోడ్‌కు మార్చు"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"సెట్టింగ్‌లను తెరవండి"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"సెట్టింగ్‌లను మూసివేయండి"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR ప్లస్ ఆఫ్‌లో ఉంది"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR ప్లస్ ఆన్‌లో ఉంది"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR ఆఫ్‌లో ఉంది"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR ఆన్‌లో ఉంది"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"ఫ్లాష్ ఆఫ్‌లో ఉంది"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"ఫ్లాష్ స్వయంచాలకంలో ఉంది"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"ఫ్లాష్ ఆన్‌లో ఉంది"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ ఫ్లాష్ ఆఫ్‌లో ఉంది"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ ఫ్లాష్ స్వయంచాలకంలో ఉంది"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ ఫ్లాష్ ఆన్‌లో ఉంది"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"టార్చ్ ఆన్‌లో ఉంది"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"టార్చ్ ఆఫ్‌లో ఉంది"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"వెనుక వైపు ఉండే కెమెరా"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"ముందువైపు కెమెరా"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"గ్రిడ్ గీతలు ఆఫ్‌లో ఉన్నాయి"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"గ్రిడ్ గీతలు ఆన్‌లో ఉన్నాయి"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"కౌంట్‍డౌన్ టైమర్ ఆఫ్‌లో ఉంది"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"కౌంట్‍డౌన్ టైమర్ వ్యవధి 3 సెకన్లకు సెట్ చేయబడింది"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"కౌంట్‍డౌన్ టైమర్ వ్యవధి 10 సెకన్లకు సెట్ చేయబడింది"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"మరిన్ని ఎంపికలు"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"రద్దు చేయి"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"పూర్తయింది"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"మళ్లీ తీయి"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"భాగస్వామ్యం చేయండి"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"వీక్షించండి"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"సవరించు"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"తొలగించు"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"మాన్యువల్ ఎక్స్‌పోజర్ పరిహారం"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"ఎక్స్‌పోజర్ పరిహారం -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"ఎక్స్‌పోజర్ పరిహారం -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"ఎక్స్‌పోజర్ పరిహారం 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"ఎక్స్‌పోజర్ పరిహారం +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"ఎక్స్‌పోజర్ పరిహారం +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"ఇప్పుడు బటన్ %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"స్థానం"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"వెనుక కెమెరా ఫోటో"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"వెనుక కెమెరా వీడియో"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"ముందు కెమెరా ఫోటో"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"ముందు కెమెరా వీడియో"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"డిఫాల్ట్ కెమెరా"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"సహాయం &amp; అభిప్రాయం"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ని ప్రాసెస్ చేస్తోంది …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"ఓపెన్ సోర్స్ లైసెన్స్‌లు"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"సాధారణ సెట్టింగ్‌లు"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"రిజల్యూషన్ &amp; నాణ్యత"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"పరిచయం"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"బిల్డ్ సంస్కరణ"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"తక్కువ"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"అధికం"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s మెగాపిక్సెల్‌లు"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s మెగాపిక్సెల్‌లు"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"మళ్లీ దృష్టి సారించడానికి, ఇక్కడ తాకండి"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"అధునాతనం"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"మాన్యువల్ బహిర్గతం"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"సెట్టింగ్‌ల్లో, రిజల్యూషన్ మరియు నాణ్యతను మార్చండి లేదా అధునాతన లక్షణాలను ప్రయత్నించండి."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"ఫోటో పరిమాణం ఎంచుకోండి"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"మీరు దీన్ని సెట్టింగ్‌ల్లో తర్వాత మార్చవచ్చు."</string>
-    <string name="share_to" msgid="5144911209144798122">"దీనికి భాగస్వామ్యం చేయండి"</string>
-    <string name="edit_with" msgid="615569327230783971">"దీనితో సవరించండి"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"తదుపరి"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"సరే, అర్థమైంది"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"పూర్తి సెన్సార్ \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"కత్తిరించిన సెన్సార్ \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-ur-rPK/strings.xml b/res/values-ur-rPK/strings.xml
deleted file mode 100644
index c1e6df5..0000000
--- a/res/values-ur-rPK/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"کیمرہ"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"کیم کورڈر"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"تصویر سیٹ کریں بطور"</string>
-    <string name="delete" msgid="2714492172818940424">"حذف کریں"</string>
-    <string name="share" msgid="8581089487762243115">"اشتراک کریں"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"پینوراما کا اشتراک کریں"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"بطور تصویر اشتراک کریں"</string>
-    <string name="deleted" msgid="2036165115527228127">"حذف کردہ"</string>
-    <string name="undo" msgid="5110048345890050107">"کالعدم کریں"</string>
-    <string name="details" msgid="4404020741542549488">"تفصیلات"</string>
-    <string name="close" msgid="4826166926297479820">"بند کریں"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"نقشہ پر دکھائیں"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"بائیں گھمائیں"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"دائیں گھمائیں"</string>
-    <string name="edit" msgid="2776879395749004347">"ترمیم کریں"</string>
-    <string name="crop_action" msgid="6933589718464132714">"تراشیں"</string>
-    <string name="trim_action" msgid="4736803320203951827">"تراشیں"</string>
-    <string name="set_as" msgid="5469055085024870081">"سیٹ کریں بطور"</string>
-    <string name="video_err" msgid="1562566029875081552">"ویڈیو نہیں چلائی جا سکتی ہے۔"</string>
-    <string name="title" msgid="8061744305671964703">"عنوان"</string>
-    <string name="description" msgid="8193138501982849808">"تفصیل"</string>
-    <string name="time" msgid="5248213506417024287">"وقت"</string>
-    <string name="location" msgid="564326205780827668">"مقام"</string>
-    <string name="path" msgid="5927003361865586353">"پاتھ"</string>
-    <string name="width" msgid="7045750687833828758">"چوڑائی"</string>
-    <string name="height" msgid="5186001199353423689">"اونچائی"</string>
-    <string name="orientation" msgid="3883761294106680270">"سمت بندی"</string>
-    <string name="duration" msgid="5316211067383665008">"دورانیہ"</string>
-    <string name="mimetype" msgid="6415940055077963944">"‏MIME کی قسم"</string>
-    <string name="file_size" msgid="6841070748357980676">"فائل سائز"</string>
-    <string name="maker" msgid="698691509121545856">"بنانے والا"</string>
-    <string name="model" msgid="8547493604023069452">"ماڈل"</string>
-    <string name="flash" msgid="995041910749174196">"فلیش"</string>
-    <string name="aperture" msgid="2453802098282814022">"اپرچر"</string>
-    <string name="focal_length" msgid="8351221512187346229">"ماسکہ کی طوالت"</string>
-    <string name="white_balance" msgid="1600142743496129085">"وہائٹ بیلنس"</string>
-    <string name="exposure_time" msgid="949787291620767754">"ایکسپوژر کا وقت"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"mm"</string>
-    <string name="manual" msgid="2444400953521760140">"مینوئل"</string>
-    <string name="auto" msgid="2552649885114400474">"خودکار"</string>
-    <string name="flash_on" msgid="6573457197393807642">"فلیش آن کیا گیا"</string>
-    <string name="flash_off" msgid="7889323512830926273">"فلیش نہیں ہے"</string>
-    <string name="unknown" msgid="564184550182858146">"نامعلوم"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"یہ آئٹم مقامی طور پر اسٹور ہے اور آف لائن دستیاب ہے۔"</string>
-    <string name="please_wait" msgid="1416313324505140068">"براہ کرم انتظار کریں"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"کیمرہ کی خرابی"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"کیمرہ سے موبوط نہیں ہو سکتا ہے۔"</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"سیکیورٹی کی پالیسیوں کی وجہ سے کیمرہ غیر فعال کر دیا گیا ہے۔"</string>
-    <string name="wait" msgid="765601745709933047">"براہ کرم انتظار کریں…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"‏کیمرہ استعمال کرنے سے پہلے ایک SD کارڈ داخل کریں۔"</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"‏SD کارڈ تیار ہو رہا ہے…"</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"‏SD کارڈ تک رسائی حاصل نہیں کر سکا۔"</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"ٹائم لیپس کی ریکارڈنگ"</string>
-    <string name="capturing" msgid="5255164204641920893">"کیپچر کی جا رہی ہے"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"کیمرہ منتخب کریں"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"واپس جائیں"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"فرنٹ"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"مقام محفوظ کریں"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"مقام"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"الٹی گنتی کا ٹائمر"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"الٹی گنتی کے دوران بیپ"</string>
-    <string name="setting_off" msgid="6782191065550276632">"آف"</string>
-    <string name="setting_on" msgid="9086728135773197891">"آن"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"ویڈیو کا معیار"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"ٹائم لیپس"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"کیمرہ کی ترتیبات"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"کیم کوڈر کی ترتیبات"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"تصویر کا سائز"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"بڑا"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"متوسط"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"چھوٹا"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"فوکس کی وضع"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"خودکار"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"انفینٹی"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"میکرو"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"خودکار"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"انفینٹی"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"میکرو"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"فلیش وضع"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"فلیش وضع"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"خودکار"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"آن"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"آف"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"فلیش آٹو"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"فلیش آن ہے"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"فلیش آف"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"وہائٹ بیلنس"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"وہائٹ بیلنس"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"خودکار"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"تیز چمک"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"دن کی روشنی"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"فلوریسنٹ"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"ابر آلود"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"خودکار"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"تیز چمک"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"دن کی روشنی"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"فلوریسنٹ"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"ابر آلود"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"منظر وضع"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"خودکار"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+‎"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"‏HDR+‎ آن ہے"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"‏HDR+‎ آف ہے"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"‏HDR آن ہے"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"‏HDR آف ہے"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"عمل"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"رات"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"غروب"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"پارٹی"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"کوئی نہیں"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"کارروائی"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"رات"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"غروب"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"پارٹی"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"ٹائمر آف"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 سیکنڈ"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 سیکنڈ"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 سیکنڈ"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 سیکنڈ"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"منظر وضع میں قابل انتخاب نہیں ہے۔"</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"ایکسپوژر"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"ایکسپوژر"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"فرنٹ کیمرہ"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"بیک کیمرہ"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"ٹھیک ہے"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"منسوخ کریں"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"‏آپ کے SD کارڈ کی جگہ ختم ہو رہی ہے۔ معیار کی ترتیب تبدیل کریں یا کچھ تصاویر یا دیگر فائلیں حذف کریں۔"</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"سائز کی حد تک پہنچ گئی۔"</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"بہت تیز"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"پینوراما تیار ہو رہا ہے"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"پینوراما محفوظ نہیں ہو سکا۔"</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"پینوراما"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"پینوراما کیپچر ہو رہا ہے"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"گزشتہ پینوراما کیلئے انتظار کر رہا ہے"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"محفوظ ہو رہا ہے…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"پینوراما رینڈر کیا جا رہا ہے"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"فوکس کرنے کیلئے ٹچ کریں۔"</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"اثرات"</string>
-    <string name="effect_none" msgid="3102797925086872636">"کوئی نہیں"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"دبائیں"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"بڑی آنکھیں"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"بڑا منھ"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"چھوٹا منہ"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"بڑی ناک"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"چھوٹی آنکھیں"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"جگہ میں"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"غروب"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"آپ کی ویڈیو"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"ریکارڈنگ کرتے ہوئے تصویر لینے کیلئے ٹچ کریں۔"</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"ویڈیو ریکارڈنگ شروع ہو گئی ہے۔"</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"ویڈیو ریکارڈنگ بند ہو گئی ہے۔"</string>
-    <string name="clear_effects" msgid="6192797848995967992">"اثرات ہٹائیں"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"نادان چہرے"</string>
-    <string name="effect_background" msgid="1358432220077975015">"پس منظر"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"شٹر"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"منسوخ کریں"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"مینو بٹن"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"‏%1$s چیک باکس"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"تصویر پر سوئچ کریں"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"ویڈیو پر سوئچ کریں"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"پینوراما پر سوئچ کریں"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"‏Photo Sphere پر سوئچ کریں"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"اعلی معیار پر سوئچ کریں"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"دوبارہ فوکس وضع میں سوئچ کریں"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"منسوخ کیے جانے والے کا جائزہ لیں"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"جائزہ مکمل ہو گیا"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"دوبارہ لینے پر غور کریں"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"اختیارات"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"وضع کی فہرست بند ہے"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"وض‏ع کی فہرست کھلی ہے"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"کیپچر لیا گیا"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"تصویر لی گئی"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"ویڈیو بنایا گیا"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"کیمرہ کیلئے غیر مقفل کریں"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"‏میڈیا لیے جانے کی تاریخ و وقت ‎%s‎"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"‏تصویر لیے جانے کی تاریخ و وقت ‎%s"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"‏ویڈیو بنائے جانے کی تاریخ و وقت ‎%s"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"‏پینوراما لیے جانے کی تاریخ و وقت ‎%s"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"‏Photo Sphere لیے جانے کی تاریخ و وقت ‎%s"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"‏لینز بلر لیے جانے کی تاریخ و وقت ‎%s"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"میڈیا کارروائی کر رہا ہے"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"وضع کی فہرست ٹوگل کریں"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"وضع کی فہرست"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"فلم پٹی ٹوگل کریں"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"فلم پٹی"</string>
-    <string name="capital_on" msgid="1118214824959797269">"آن"</string>
-    <string name="capital_off" msgid="3020696135020167263">"آف"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"ویڈیو چلائیں"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"آف"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 سیکنڈ"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 سیکنڈ"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 سیکنڈ"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 سیکنڈ"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 سیکنڈ"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 سیکنڈز"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 منٹ"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 گھنٹہ"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 گھنٹہ"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 گھنٹے"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 گھنٹے"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"سیکنڈز"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"منٹ"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"گھنٹے"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"ہوگیا"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"وقت کا وقفہ سیٹ کریں"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"ٹائم لیپس خصوصیت آف ہے۔ وقت کا وقفہ سیٹ کرنے کیلئے اسے آن کریں۔"</string>
-    <string name="set_duration" msgid="1638453882581604341">"سیکنڈ میں دورانیہ سیٹ کریں"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"ایک تصویر لینے کیلئے الٹی گنتی گن رہا ہے"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"تصویر کے مقامات یاد رکھیں؟"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"اپنی تصاویر اور ویڈیوز کو ان مقامات کے ساتھ ٹیگ کریں، جہاں انہیں لیا گیا تھا۔\n\nدیگر ایپس آپ کی محفوظ کردہ تصاویر کے ساتھ اس معلومات تک رسائی حاصل کر سکتی ہیں۔"</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"نہیں، شکریہ"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"ہاں"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"مزید اختیارات"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"ترتیبات"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"چھوٹا سیارہ بنائیں"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"چھوٹا سیارہ محفوظ ہو رہا ہے…"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"زوم کریں"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"گھمائیں"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"تصویری ایڈیٹر"</string>
-    <string name="crop_save" msgid="2841974981340098579">"محفوظ کریں"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"تصویر لوڈ نہیں ہو سکتی ہے!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"فلم اسٹرپ کا منظر"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"وال پیپر سیٹ ہو رہا ہے"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"ترتیبات"</string>
-    <string name="mode_camera" msgid="279763925715250603">"کیمرہ"</string>
-    <string name="mode_video" msgid="8633929034048169139">"ویڈیو"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Photo Sphere"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"ٹائم لیپس"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"وسیع زاویہ"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"پینوراما"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"لینز بلر"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"کیمرہ وضع پر سوئچ کریں"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"ویڈیو کیمرہ پر سوئچ کریں"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"‏Photo Sphere وضع پر سوئچ کریں"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"پینوراما وضع پر سوئچ کریں"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"لینز بلر وضع پر سوئچ کریں"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"ترتیبات کھولیں"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"ترتیبات بند کریں"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"‏HDR پلس آف ہے"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"‏HDR پلس آن ہے"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"‏HDR آف ہے"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"‏HDR آن ہے"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"فلیش آف"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"فلیش آٹو"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"فلیش آن ہے"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"‏‎HDR+‎ فلیش آف"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"‏‎HDR+‎ فلیش آٹو"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"‏‎HDR+‎ فلیش آن"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"ٹارچ آن ہے"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"ٹارچ آف ہے"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"بیک کیمرہ"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"فرنٹ کیمرہ"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"گرڈ لکیریں آف ہیں"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"گرڈ لکیریں آن ہیں"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"الٹی گنتی کا ٹائمر آف ہے"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"الٹی گنتی کے ٹائمر کا دورانیہ 3 سیکنڈ پر سیٹ کیا گیا ہے"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"الٹی گنتی کے ٹائمر کا دورانیہ 10 سیکنڈ پر سیٹ کیا گیا ہے"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"مزید اختیارات"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"منسوخ کریں"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"ہوگیا"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"دوبارہ لیں"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"اشتراک کریں"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"دیکھیں"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"ترمیم کریں"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"حذف کریں"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"مینوئل ایکسپوژر کمپنسیشن"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"‏ایکسپوژر کمپنسیشن ‎-2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"‏ایکسپوژر کمپنسیشن ‎-1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"ایکسپوژر کمپنسیشن 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"‏ایکسپوژر کمپنسیشن ‎+1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"‏ایکسپوژر کمپنسیشن ‎+2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"‏بٹن اب ‎%s ہے"</string>
-    <string name="setting_location" msgid="4459859689227893838">"مقام"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"بیک کیمرہ کی تصویر"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"بیک کیمرہ کا ویڈیو"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"فرنٹ کیمرہ کی تصویر"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"فرنٹ کیمرہ کا ویڈیو"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"ڈیفالٹ کیمرہ"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"مدد اور تاثرات"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"‏HDR+‎ پر عمل ہو رہا ہے…"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"اوپن سورس لائسنسز"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"عام ترتیبات"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"ریزولیوشن اور معیار"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"تفصیل"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"بلڈ ورژن"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"کم"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"اعلی"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"‏%1$s میگا پکسلز"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"‏‎(%1$d:%2$d) %3$s میگا پکسلز"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"دوبارہ فوکس کرنے کیلئے یہاں ٹچ کریں"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"جدید ترین"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"مینوئل ایکسپوژر"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"ترتیبات میں، ریزولیوشن اور معیار تبدیل کریں یا جدید خصوصیات آزمائیں۔"</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"تصویر کا سائز منتخب کریں"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"آپ بعد میں ترتیبات میں اسے تبدیل کر سکتے ہیں۔"</string>
-    <string name="share_to" msgid="5144911209144798122">"اس پر اشتراک کریں"</string>
-    <string name="edit_with" msgid="615569327230783971">"ترمیم کریں مع"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"اگلا"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"ٹھیک ہے، سمجھ آ گئی"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"مکمل سینسر \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"تراشیدہ سینسر \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-uz-rUZ/strings.xml b/res/values-uz-rUZ/strings.xml
deleted file mode 100644
index ccb278b..0000000
--- a/res/values-uz-rUZ/strings.xml
+++ /dev/null
@@ -1,368 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2007 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_name" msgid="1175086483881127797">"Kamera"</string>
-    <string name="video_camera_label" msgid="1723708322021743770">"Videokamera"</string>
-    <string name="details_ms" msgid="6618163484662724641">"%1$02d:%2$02d"</string>
-    <string name="details_hms" msgid="4842276230698703554">"%1$d:%2$02d:%3$02d"</string>
-    <string name="set_image" msgid="3969690281401045698">"Rasmni saqlash"</string>
-    <string name="delete" msgid="2714492172818940424">"O‘chirish"</string>
-    <string name="share" msgid="8581089487762243115">"Ulashish"</string>
-    <string name="share_panorama" msgid="3558466186935359444">"Panoramani ulashish"</string>
-    <string name="share_as_photo" msgid="4831213580709167218">"Rasm sifatida ulashish"</string>
-    <string name="deleted" msgid="2036165115527228127">"O‘chirildi"</string>
-    <string name="undo" msgid="5110048345890050107">"BEKOR QILISH"</string>
-    <string name="details" msgid="4404020741542549488">"Tafsilotlar"</string>
-    <string name="close" msgid="4826166926297479820">"Yopish"</string>
-    <string name="show_on_map" msgid="8542853913632649160">"Xaritada ko‘rsatish"</string>
-    <string name="rotate_left" msgid="2618440058490662604">"Chapga burish"</string>
-    <string name="rotate_right" msgid="4896096424267838355">"O‘ngga burish"</string>
-    <string name="edit" msgid="2776879395749004347">"O‘zgartirish"</string>
-    <string name="crop_action" msgid="6933589718464132714">"Qirqish"</string>
-    <string name="trim_action" msgid="4736803320203951827">"Tartiblash"</string>
-    <string name="set_as" msgid="5469055085024870081">"O‘rnatish"</string>
-    <string name="video_err" msgid="1562566029875081552">"Videoni namoyish qilib bo‘lmadi"</string>
-    <string name="title" msgid="8061744305671964703">"Sarlavha"</string>
-    <string name="description" msgid="8193138501982849808">"Ta’rifi"</string>
-    <string name="time" msgid="5248213506417024287">"Vaqt"</string>
-    <string name="location" msgid="564326205780827668">"Joylashuv"</string>
-    <string name="path" msgid="5927003361865586353">"Yo‘l"</string>
-    <string name="width" msgid="7045750687833828758">"Eniga"</string>
-    <string name="height" msgid="5186001199353423689">"Bo‘yiga"</string>
-    <string name="orientation" msgid="3883761294106680270">"Joylashuv"</string>
-    <string name="duration" msgid="5316211067383665008">"Davomiyligi"</string>
-    <string name="mimetype" msgid="6415940055077963944">"MIME turi"</string>
-    <string name="file_size" msgid="6841070748357980676">"Fayl hajmi"</string>
-    <string name="maker" msgid="698691509121545856">"Yasovchi"</string>
-    <string name="model" msgid="8547493604023069452">"Model"</string>
-    <string name="flash" msgid="995041910749174196">"Chaqnoq"</string>
-    <string name="aperture" msgid="2453802098282814022">"Apertura"</string>
-    <string name="focal_length" msgid="8351221512187346229">"Fokus masofasi"</string>
-    <string name="white_balance" msgid="1600142743496129085">"Oq rang muvozanati"</string>
-    <string name="exposure_time" msgid="949787291620767754">"Ekspoz-ya vaqti"</string>
-    <string name="iso" msgid="8578773821062054902">"ISO"</string>
-    <string name="unit_mm" msgid="5210344300697638286">"mm"</string>
-    <string name="manual" msgid="2444400953521760140">"Qo‘lbola"</string>
-    <string name="auto" msgid="2552649885114400474">"Avto"</string>
-    <string name="flash_on" msgid="6573457197393807642">"Chaqnoq yoqildi"</string>
-    <string name="flash_off" msgid="7889323512830926273">"Chaqnoqsiz"</string>
-    <string name="unknown" msgid="564184550182858146">"Noma’lum"</string>
-    <string name="try_to_set_local_album_available_offline" msgid="3363125545009254117">"Ushbu element qurilmangizga saqlangan va internetsiz ishlayveradi."</string>
-    <string name="please_wait" msgid="1416313324505140068">"Kutib turing"</string>
-    <string name="camera_error_title" msgid="6200558085072670067">"Kamerada xatolik"</string>
-    <string name="cannot_connect_camera" msgid="4311259792784598381">"Kameraga ulanib bo‘lmadi."</string>
-    <string name="camera_disabled" msgid="6963443549010040595">"Xavfsizlik siyosati shartlariga asoslanib, Kamerangiz o\'chirib qo‘yildi."</string>
-    <string name="wait" msgid="765601745709933047">"Kutib turing…"</string>
-    <string name="no_storage" product="default" msgid="5922012950780548098">"Kamerani yoqishdan avval SD kartani joylashtiring."</string>
-    <string name="preparing_sd" product="default" msgid="7435693655017362767">"SD karta tayyorlanmoqda..."</string>
-    <string name="access_sd_fail" product="default" msgid="2634861611082499811">"SD kartani o‘qishda xatolik yuz berdi."</string>
-    <string name="time_lapse_title" msgid="3267978566401228497">"Vaqt oralig‘ini yozib olish"</string>
-    <string name="capturing" msgid="5255164204641920893">"Suratga olinmoqda"</string>
-    <string name="pref_camera_id_title" msgid="4680648115225411185">"Kamera tanlash"</string>
-    <string name="pref_camera_id_entry_back" msgid="6386943973628160510">"Orqaga"</string>
-    <string name="pref_camera_id_entry_front" msgid="6233067010315787044">"Oldingi"</string>
-    <string name="pref_camera_save_location_title" msgid="2344235620113384017">"Joylashuvni saqlash"</string>
-    <string name="pref_camera_location_label" msgid="8695441802378057719">"JOYLASHUV"</string>
-    <string name="pref_camera_timer_title" msgid="4728838281741571323">"Ortga sanash taymeri"</string>
-    <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) -->
-    <skip />
-    <string name="pref_camera_timer_sound_title" msgid="9036987234878551217">"Ortga sanash jarayonida signal berish"</string>
-    <string name="setting_off" msgid="6782191065550276632">"O‘chiq"</string>
-    <string name="setting_on" msgid="9086728135773197891">"Yoniq"</string>
-    <string name="pref_video_quality_title" msgid="5887153490982738588">"Video sifati"</string>
-    <string name="pref_video_time_lapse_frame_interval_title" msgid="4975260837607993569">"Vaqt oralig‘i"</string>
-    <string name="pref_camera_settings_category" msgid="4274141528139077830">"Kamera sozlamari"</string>
-    <string name="pref_camcorder_settings_category" msgid="3553148484755353397">"Videokamera sozlamalari"</string>
-    <string name="pref_camera_picturesize_title" msgid="686045304547541815">"Rasm hajmi"</string>
-    <string name="pref_camera_picturesize_entry_large" msgid="9014447075089601575">"Katta"</string>
-    <string name="pref_camera_picturesize_entry_medium" msgid="7708839551627003154">"O‘rtacha"</string>
-    <string name="pref_camera_picturesize_entry_small" msgid="2991239656622539068">"Kichik"</string>
-    <string name="pref_camera_focusmode_title" msgid="3637702747984180030">"Fokus rejimi"</string>
-    <string name="pref_camera_focusmode_entry_auto" msgid="8977409813328199501">"Avto"</string>
-    <string name="pref_camera_focusmode_entry_infinity" msgid="3887667853236656322">"Abadiylik"</string>
-    <string name="pref_camera_focusmode_entry_macro" msgid="7632276686726851426">"Makro"</string>
-    <string name="pref_camera_focusmode_label_auto" msgid="4884418453600317694">"AVTO"</string>
-    <string name="pref_camera_focusmode_label_infinity" msgid="1673352016120343314">"CHEKSIZLIK"</string>
-    <string name="pref_camera_focusmode_label_macro" msgid="5065639298027996399">"MAKRO"</string>
-    <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"Chaqnoq rejimi"</string>
-    <string name="pref_camera_flashmode_label" msgid="5852483713534762800">"CHAQNOQ REJIMI"</string>
-    <string name="pref_camera_flashmode_entry_auto" msgid="4211992591841657014">"Avto"</string>
-    <string name="pref_camera_flashmode_entry_on" msgid="3519831202665377698">"Yoqilgan"</string>
-    <string name="pref_camera_flashmode_entry_off" msgid="8861322265566617357">"O‘chirilgan"</string>
-    <string name="pref_camera_flashmode_label_auto" msgid="2309144918900450379">"AVTO CHAQNOQ"</string>
-    <string name="pref_camera_flashmode_label_on" msgid="373595517770024934">"CHAQNOQ YONIQ"</string>
-    <string name="pref_camera_flashmode_label_off" msgid="7175863901446001441">"CHAQNOQ O‘CHIQ"</string>
-    <string name="pref_camera_whitebalance_title" msgid="7962809566612868179">"Oq rang muvozanati"</string>
-    <string name="pref_camera_whitebalance_label" msgid="7370366644738746700">"OQ RANG MUVOZANATI"</string>
-    <string name="pref_camera_whitebalance_entry_auto" msgid="1390631794449502796">"Avto"</string>
-    <string name="pref_camera_whitebalance_entry_incandescent" msgid="1140391575294372706">"Qizdirilgan"</string>
-    <string name="pref_camera_whitebalance_entry_daylight" msgid="757833578153467254">"Kunduzi"</string>
-    <string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Yaltiroq"</string>
-    <string name="pref_camera_whitebalance_entry_cloudy" msgid="3569589102226796875">"Bulutli"</string>
-    <string name="pref_camera_whitebalance_label_auto" msgid="4305837287360485369">"AVTO"</string>
-    <string name="pref_camera_whitebalance_label_incandescent" msgid="2860805668879945185">"QIZDIRILGAN"</string>
-    <string name="pref_camera_whitebalance_label_daylight" msgid="4562002095198912409">"KUNDUZI"</string>
-    <string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"YALTIROQ"</string>
-    <string name="pref_camera_whitebalance_label_cloudy" msgid="4880793739075193336">"BULUTLI"</string>
-    <string name="pref_camera_scenemode_title" msgid="5709932164781367066">"Sahna rejimi"</string>
-    <string name="pref_camera_scenemode_entry_auto" msgid="9205644316260850379">"Avto"</string>
-    <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string>
-    <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ YONIQ"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ O‘CHIQ"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR YONIQ"</string>
-    <string name="pref_camera_scenemode_entry_turn_hdr_off" msgid="7694606461440250206">"HDR O‘CHIQ"</string>
-    <string name="pref_camera_scenemode_entry_action" msgid="5753183620959062015">"Harakat"</string>
-    <string name="pref_camera_scenemode_entry_night" msgid="3468037364159759991">"Tunda"</string>
-    <string name="pref_camera_scenemode_entry_sunset" msgid="5884302914893488509">"Quyosh botishi"</string>
-    <string name="pref_camera_scenemode_entry_party" msgid="401232668169066415">"Bazm kechasi"</string>
-    <string name="pref_camera_scenemode_label_auto" msgid="2874586883608401615">"HECH QAYSI"</string>
-    <string name="pref_camera_scenemode_label_action" msgid="1822814017595414923">"HARAKAT"</string>
-    <string name="pref_camera_scenemode_label_night" msgid="7764371228088101131">"TUN"</string>
-    <string name="pref_camera_scenemode_label_sunset" msgid="3443610538453611123">"QUYOSH BOTISHI"</string>
-    <string name="pref_camera_scenemode_label_party" msgid="917499272505930322">"BAZM KECHASI"</string>
-    <string name="pref_camera_countdown_label_off" msgid="3986433580620011481">"TAYMER O‘CHIQ"</string>
-    <string name="pref_camera_countdown_label_one" msgid="7647972711796868848">"1 SONIYA"</string>
-    <string name="pref_camera_countdown_label_three" msgid="3154170918067103541">"3 SONIYA"</string>
-    <string name="pref_camera_countdown_label_ten" msgid="4372650985906500604">"10 SONIYA"</string>
-    <string name="pref_camera_countdown_label_fifteen" msgid="8469955900530268867">"15 SONIYA"</string>
-    <string name="not_selectable_in_scene_mode" msgid="3260801086980522611">"Sahna rejimida tanlab bo‘lmaydi."</string>
-    <string name="pref_exposure_title" msgid="7525751789152582800">"Tasvirni tutib turish"</string>
-    <string name="pref_exposure_label" msgid="2604738602400261218">"EKSPOZITSIYA"</string>
-    <!-- no translation found for pref_camera_hdr_default (5054955236904902318) -->
-    <skip />
-    <!-- no translation found for pref_camera_hdr_plus_default (4827897029274554907) -->
-    <skip />
-    <string name="pref_camera_hdr_label" msgid="1918040375414771185">"HDR"</string>
-    <string name="pref_camera_id_label_back" msgid="1645608049757733858">"OLD KAMERA"</string>
-    <string name="pref_camera_id_label_front" msgid="349308803062874842">"ORQA KAMERA"</string>
-    <string name="dialog_ok" msgid="774141340500181131">"OK"</string>
-    <string name="dialog_cancel" msgid="692365061128351656">"Bekor qilish"</string>
-    <string name="spaceIsLow_content" product="default" msgid="4522771065344332702">"SD kartangizda bo‘sh joy tugamoqda. Sozlamalarni o‘zgartiring yoki ba’zi rasm va boshqa fayllarni o‘chiring."</string>
-    <string name="video_reach_size_limit" msgid="9196836111505731836">"Hajm chelovigacha yetib keldi"</string>
-    <string name="pano_too_fast_prompt" msgid="2503148095578052177">"Juda tez"</string>
-    <string name="pano_dialog_prepare_preview" msgid="4445235163599534263">"Panorama tayyorlanmoqda"</string>
-    <string name="pano_dialog_panorama_failed" msgid="6772546547048693619">"Panorama saqlanmadi."</string>
-    <string name="pano_dialog_title" msgid="6662642763395425145">"Panorama"</string>
-    <string name="pano_capture_indication" msgid="4002128831255023954">"Panorama suratga olinmoqda"</string>
-    <string name="pano_dialog_waiting_previous" msgid="2646847402743245320">"Avvalgi panorama kutilmoqda"</string>
-    <string name="pano_review_saving_indication_str" msgid="4691771283450663293">"Saqlanmoqda…"</string>
-    <string name="pano_review_rendering" msgid="2743087719999377155">"Panorama renderlanmoqda"</string>
-    <string name="tap_to_focus" msgid="3519718196270593468">"Fokuslantirish uchun bosing."</string>
-    <string name="pref_video_effect_title" msgid="594570613431209010">"Effektlar"</string>
-    <string name="effect_none" msgid="3102797925086872636">"Hech qaysi"</string>
-    <string name="effect_goofy_face_squeeze" msgid="1362021544829311452">"Bujmaytirish"</string>
-    <string name="effect_goofy_face_big_eyes" msgid="9220121522816762649">"Katta ko‘zlar"</string>
-    <string name="effect_goofy_face_big_mouth" msgid="2064008284599552683">"Katta og‘iz"</string>
-    <string name="effect_goofy_face_small_mouth" msgid="3105849596912069261">"Kichik og‘iz"</string>
-    <string name="effect_goofy_face_big_nose" msgid="6936976307035428164">"Katta burun"</string>
-    <string name="effect_goofy_face_small_eyes" msgid="558042211252573238">"Kichik ko‘zlar"</string>
-    <string name="effect_backdropper_space" msgid="9133825395915767627">"Fazoda"</string>
-    <string name="effect_backdropper_sunset" msgid="7354053769863638757">"Quyosh botishi"</string>
-    <string name="effect_backdropper_gallery" msgid="2333888391153564920">"Videongiz"</string>
-    <string name="video_snapshot_hint" msgid="2707403607250082339">"Video yozib olinayotganda bosib suratga oling."</string>
-    <string name="video_recording_started" msgid="3374878415050991030">"Video yozib olish ishga tushirildi."</string>
-    <string name="video_recording_stopped" msgid="4658626532857624974">"Video yozib olish to‘xtatildi."</string>
-    <string name="clear_effects" msgid="6192797848995967992">"Effektlarni tozalash"</string>
-    <string name="effect_silly_faces" msgid="7952713419757286453">"AXMOQONA YUZLAR"</string>
-    <string name="effect_background" msgid="1358432220077975015">"ORQA FON"</string>
-    <string name="accessibility_shutter_button" msgid="6040483605347230438">"Suratga olish"</string>
-    <string name="accessibility_cancel_button" msgid="5679989494636116448">"Bekor qilish"</string>
-    <string name="accessibility_menu_button" msgid="7692103503958544723">"Menyu tugmasi"</string>
-    <string name="accessibility_check_box" msgid="1084094675439953723">"%1$s belgilanish"</string>
-    <string name="accessibility_switch_to_camera" msgid="4518394037216725274">"Rasmga o‘tish"</string>
-    <string name="accessibility_switch_to_video" msgid="8174781871592793967">"Videoga o‘tish"</string>
-    <string name="accessibility_switch_to_panorama" msgid="8322228859117808037">"Panorama rejimiga o‘tish"</string>
-    <string name="accessibility_switch_to_photo_sphere" msgid="5803217570370854725">"Panoramaga o‘tish"</string>
-    <string name="accessibility_switch_to_gcam" msgid="7562625440767034695">"Yuqori sifatli rejimga o‘tish"</string>
-    <string name="accessibility_switch_to_refocus" msgid="6796169367953860106">"Qayta fokuslashga o‘tish"</string>
-    <string name="accessibility_review_cancel" msgid="5462850829869569629">"Ko‘rib chiqishni bekor qilish"</string>
-    <string name="accessibility_review_ok" msgid="3486465319880320270">"Ko‘rib chiqish bajarildi"</string>
-    <string name="accessibility_review_retake" msgid="2547112860787022130">"Qayta ko‘rishda qayta suratga olish"</string>
-    <string name="accessibility_mode_options" msgid="6376831760155403217">"Sozlamalar"</string>
-    <string name="accessibility_mode_list_hidden" msgid="3743267380450401866">"Rejimlar ro‘yxati yopiq"</string>
-    <string name="accessibility_mode_list_shown" msgid="5284322142734069179">"Rejimlar ro‘yxati ochiq"</string>
-    <string name="media_accessibility_peek" msgid="234540330161031946">"Surat olindi"</string>
-    <string name="photo_accessibility_peek" msgid="5934133371001677250">"Rasm olindi"</string>
-    <string name="video_accessibility_peek" msgid="7845916149291383132">"Video olindi"</string>
-    <string name="accessibility_unlock_to_camera" msgid="1251880974313179442">"Kamerani ishga tushirish"</string>
-    <string name="media_date_content_description" msgid="2155634843596817141">"Tasvirga olingan sana: %s"</string>
-    <string name="photo_date_content_description" msgid="5705865897898465619">"Rasm olingan sana: %s"</string>
-    <string name="video_date_content_description" msgid="2151884014634284456">"Video tasvirga olingan sana: %s"</string>
-    <string name="panorama_date_content_description" msgid="990703578639006144">"Panorama olingan sana: %s"</string>
-    <string name="photosphere_date_content_description" msgid="4183741743409007876">"Sharsimon rasm olingan sana: %s"</string>
-    <string name="refocus_date_content_description" msgid="5630960320424345547">"Fokuslangan rasm olingan sana: %s"</string>
-    <string name="media_processing_content_description" msgid="8138587719107183754">"Fayl qayta ishlanmoqda…"</string>
-    <string name="accessibility_mode_list_toggle" msgid="4784230103566918645">"Suratga olish rejimlarini ko‘rsatish yoki yashirish"</string>
-    <string name="btn_mode_list_toggle" msgid="3986242443098400164">"Rejimlar ro‘yxati"</string>
-    <string name="accessibility_filmstrip_toggle" msgid="6966978483643396442">"Lentani ko‘rsatish yoki yashirish"</string>
-    <string name="btn_filmstrip_toggle" msgid="3666693972882351490">"Lenta"</string>
-    <string name="capital_on" msgid="1118214824959797269">"YONIQ"</string>
-    <string name="capital_off" msgid="3020696135020167263">"O‘CHIQ"</string>
-    <string name="video_control_play" msgid="6895236811408921715">"Videoni ijro etish"</string>
-    <string name="pref_video_time_lapse_frame_interval_off" msgid="3909611941842585497">"O‘chirilgan"</string>
-    <string name="pref_video_time_lapse_frame_interval_500" msgid="1425296755074319221">"0.5 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_1000" msgid="9126255690984179200">"1 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_1500" msgid="5793250074165436905">"1.5 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_2000" msgid="1821755013078449188">"2 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_2500" msgid="8027471301321122045">"2.5 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_3000" msgid="1411114492405867872">"3 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_4000" msgid="1197483421014140132">"4 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_5000" msgid="7211885329755347592">"5 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_6000" msgid="6665825017557898190">"6 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_10000" msgid="1126841483618922521">"10 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_12000" msgid="8769265988037327085">"12 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_15000" msgid="1452711342185926617">"15 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_24000" msgid="2505505645705111419">"24 soniya"</string>
-    <string name="pref_video_time_lapse_frame_interval_30000" msgid="3965378176246680626">"0.5 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_60000" msgid="1878467100201983878">"1 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_90000" msgid="496651530019049822">"1.5 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_120000" msgid="126293364329503816">"2 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_150000" msgid="3469164780802564276">"2.5 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_180000" msgid="6840421790710639463">"3 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_240000" msgid="1682865866425206481">"4 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_300000" msgid="6068734332915957652">"5 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_360000" msgid="4692565393277579688">"6 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_600000" msgid="7109530398883649472">"10 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_720000" msgid="259321148909130247">"12 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_900000" msgid="6814816608134052996">"15 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_1440000" msgid="5691479246748705053">"24 daqiqa"</string>
-    <string name="pref_video_time_lapse_frame_interval_1800000" msgid="8331728629455012478">"0.5 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_3600000" msgid="4829442147263610121">"1 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_5400000" msgid="7011488725038113884">"1.5 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_7200000" msgid="7399563587870916008">"2 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_9000000" msgid="1545856778907835970">"2.5 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_10800000" msgid="4064231412857457518">"3 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_14400000" msgid="5174457951350690217">"4 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_18000000" msgid="5091441456160949740">"5 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_21600000" msgid="6924571987775154098">"6 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_36000000" msgid="6959912631566981301">"10 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_43200000" msgid="6426833030111269499">"12 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_54000000" msgid="6688725497680331090">"15 soat"</string>
-    <string name="pref_video_time_lapse_frame_interval_86400000" msgid="5510320806095156153">"24 soat"</string>
-    <string name="time_lapse_seconds" msgid="7319683099532506270">"soniya"</string>
-    <string name="time_lapse_minutes" msgid="5325447383033224679">"daqiqa"</string>
-    <string name="time_lapse_hours" msgid="5294001144133261436">"soat"</string>
-    <string name="time_lapse_interval_set" msgid="2418594453248958440">"Tayyor"</string>
-    <string name="set_time_interval" msgid="2531393962847535331">"Vaqt oralig‘ini o‘rnatish"</string>
-    <string name="set_time_interval_help" msgid="64145154088021389">"Vaqt oralig‘i imkoniyati o‘chiq. Yoqish uchun oraliq vaqtini belgilang."</string>
-    <string name="set_duration" msgid="1638453882581604341">"Davomiylikni soniyalarda belgilang"</string>
-    <string name="count_down_title_text" msgid="7586031110595513050">"Rasm suratga olish uchun ortga sanalmoqda"</string>
-    <string name="remember_location_title" msgid="3045040613094030429">"Rasm manzillari saqlab qolinsinmi?"</string>
-    <string name="remember_location_prompt" msgid="5104210757873140169">"Rasmlar va videolaringizning olingan joylarini teglar bilan belgilang.\n\nBoshqa ilovalar ushbu ma’lumotlarni ko‘rib chiqish imkoniyatiga ega bo‘ladi."</string>
-    <string name="remember_location_no" msgid="4412802756840226925">"Yo‘q, kerak emas"</string>
-    <string name="remember_location_yes" msgid="4339424460683531388">"Ha"</string>
-    <string name="camera_menu_more_label" msgid="7951917844735828365">"QO‘SHIMCHA MOSLAMALAR"</string>
-    <string name="camera_menu_settings_label" msgid="3862756725328016822">"Sozlamalar"</string>
-    <string name="create_tiny_planet" msgid="5186918191372107343">"Kichik sayyora yaratish"</string>
-    <string name="saving_tiny_planet" msgid="8828265180177375494">"Kichik sayyora saqlanmoqda …"</string>
-    <string name="tiny_planet_zoom" msgid="2985522360577158474">"Kattalashtirish"</string>
-    <string name="tiny_planet_rotate" msgid="5445336705705350004">"Burish"</string>
-    <string name="photo_editor" msgid="1521994560971367225">"Rasm tahrirchisi"</string>
-    <string name="crop_save" msgid="2841974981340098579">"Saqlash"</string>
-    <string name="cannot_load_image" msgid="4100136187076585580">"Rasmni yuklashda xatolik!"</string>
-    <string name="switch_photo_filmstrip" msgid="1448511001008888767">"Diafilm ko‘rinishi"</string>
-    <string name="setting_wallpaper" msgid="2397759659347872725">"Orqa fonga o‘rnatilmoqda"</string>
-    <string name="mode_settings" msgid="2021937261522670921">"Sozlamalar"</string>
-    <string name="mode_camera" msgid="279763925715250603">"Kamera"</string>
-    <string name="mode_video" msgid="8633929034048169139">"Video"</string>
-    <string name="mode_photosphere" msgid="5082338476237291833">"Panorama"</string>
-    <string name="mode_timelapse" msgid="1517168724627815453">"Sekinlashtirish vaqti"</string>
-    <string name="mode_wideangle" msgid="1099640345041696830">"Keng burchakli"</string>
-    <string name="mode_panorama" msgid="6882648621305828861">"Panorama"</string>
-    <string name="mode_refocus" msgid="172192967119469061">"Siyqalash obyektivi"</string>
-    <string name="mode_camera_desc" msgid="3670807361165657278">"Kamera rejimini o‘zgartirish"</string>
-    <string name="mode_video_desc" msgid="4058407412929464689">"Video kamerani yoqish/o‘chirish"</string>
-    <string name="mode_photosphere_desc" msgid="2403816283825579161">"Panorama rejimiga o‘tish"</string>
-    <string name="mode_panorama_desc" msgid="6023020404237519590">"Panorama rejimiga o‘tish"</string>
-    <string name="mode_refocus_desc" msgid="6171183297515508465">"Xiralashtirish obyektivi rejimiga o‘tish"</string>
-    <string name="settings_open_desc" msgid="6914471293841793766">"Sozlamalarni ochish"</string>
-    <string name="settings_close_desc" msgid="3095831199632813127">"Sozlamalarni yopish"</string>
-    <string name="hdr_plus_off_desc" msgid="5301287296717144319">"HDR plus o‘chiq"</string>
-    <string name="hdr_plus_on_desc" msgid="8204780034508139909">"HDR Plus yoniq"</string>
-    <string name="hdr_off_desc" msgid="7921924739852874675">"HDR o‘chiq"</string>
-    <string name="hdr_on_desc" msgid="4591284110249047558">"HDR yoniq"</string>
-    <string name="flash_off_desc" msgid="7151559466286106797">"Chaqnoq o‘chiq"</string>
-    <string name="flash_auto_desc" msgid="3009043125539675717">"Avto chaqnoq"</string>
-    <string name="flash_on_desc" msgid="930372145324854699">"Chaqnoq yoniq"</string>
-    <string name="hdr_plus_flash_off_desc" msgid="5335888906983788789">"HDR+ chaqnoq o‘chirilgan"</string>
-    <string name="hdr_plus_flash_auto_desc" msgid="4812200236263011537">"HDR+ avto-chaqnoq"</string>
-    <string name="hdr_plus_flash_on_desc" msgid="8323389161987561284">"HDR+ chaqnoq yoqilgan"</string>
-    <string name="torch_on_desc" msgid="3069836196559213365">"Chiroq yoniq"</string>
-    <string name="torch_off_desc" msgid="8304675202998742618">"Chiroq o‘chiq"</string>
-    <string name="camera_id_back_desc" msgid="3566327490758890635">"Orqa kamera"</string>
-    <string name="camera_id_front_desc" msgid="7497517948130254220">"Old kamera"</string>
-    <string name="grid_lines_off_desc" msgid="2022385817190451353">"Katakchalarda ko‘rish o‘chiq"</string>
-    <string name="grid_lines_on_desc" msgid="4601540461914364817">"Katakchalarda ko‘rish yoniq"</string>
-    <string name="countdown_timer_off" msgid="1663008439564495948">"Ortga qarab sanovchi taymer o‘chirilgan"</string>
-    <string name="countdown_timer_duration_3s" msgid="7435393834886072664">"Ortga qarab sanovchi taymer 3 soniyaga o‘rnatildi"</string>
-    <string name="countdown_timer_duration_10s" msgid="9085308782250002795">"Ortga qarab sanovchi taymer 10 soniyaga o‘rnatildi"</string>
-    <string name="more_options_desc" msgid="4628738800610478353">"Ko‘proq sozlamalar"</string>
-    <string name="cancel_button_description" msgid="3801167024006905033">"Bekor qilish"</string>
-    <string name="done_button_description" msgid="1334963435441544592">"Tayyor"</string>
-    <string name="retake_button_description" msgid="4234613030674787714">"Qaytadan olish"</string>
-    <string name="share_button_description" msgid="5108508790540832053">"Ulashish"</string>
-    <string name="view_button_description" msgid="4985768837891362075">"Ko‘rinish"</string>
-    <string name="edit_button_description" msgid="98550816724901925">"O‘zgartirish"</string>
-    <string name="delete_button_description" msgid="2251065309677200911">"O‘chirish"</string>
-    <string name="manual_exposure_compensation_desc" msgid="5595219532556566042">"Qo‘lda ekspokorreksiya qilish"</string>
-    <string name="exposure_compensation_desc_n2" msgid="8957966533506294324">"Ekspokorreksiya -2"</string>
-    <string name="exposure_compensation_desc_n1" msgid="3035027224866688267">"Ekspokorreksiya -1"</string>
-    <string name="exposure_compensation_desc_0" msgid="2820273752287040523">"Ekspokorreksiya 0"</string>
-    <string name="exposure_compensation_desc_p1" msgid="2328275401634452554">"Ekspokorreksiya +1"</string>
-    <string name="exposure_compensation_desc_p2" msgid="4555277824096107142">"Ekspokorreksiya +2"</string>
-    <string name="button_change_announcement" msgid="3759686152778772111">"Joriy tugma - %s"</string>
-    <string name="setting_location" msgid="4459859689227893838">"Joylashuv"</string>
-    <string name="setting_back_camera_photo" msgid="256738900473265017">"Asosiy kamera: rasm"</string>
-    <string name="setting_back_camera_video" msgid="5220819479408164689">"Asosiy kamera: video"</string>
-    <string name="setting_front_camera_photo" msgid="4131886734622868637">"Old kamera: rasm"</string>
-    <string name="setting_front_camera_video" msgid="2178799452805359752">"Old kamera: video"</string>
-    <string name="setting_default_camera" msgid="6954076799301004779">"Standart kamera"</string>
-    <string name="setting_google_help_and_feedback" msgid="2079580537079242775">"Yordam va fikr-mulohaza"</string>
-    <string name="processing_hdr_plus" msgid="9160093263037540304">"HDR+ bajarilmoqda …"</string>
-    <string name="open_source_licenses" msgid="2169711954264883060">"Ochiq kodli DT litsenziyalari"</string>
-    <string name="pref_category_general" msgid="6737748849700581019">"Umumiy sozlamalar"</string>
-    <string name="pref_category_resolution_quality" msgid="6641462402321962896">"Sig‘im va sifat"</string>
-    <string name="pref_category_about" msgid="1966255405679342337">"Ilova haqida"</string>
-    <string name="pref_title_build_version" msgid="481489988124832651">"Ishlab chiqilgan versiyasi"</string>
-    <string name="pref_video_quality_entry_low" msgid="737962621299050603">"Past"</string>
-    <string name="pref_video_quality_entry_high" msgid="1613578418842803393">"Baland"</string>
-    <string name="pref_video_quality_entry_qcif" msgid="1717816794399266216">"QCIF"</string>
-    <string name="pref_video_quality_entry_cif" msgid="645414019445016434">"CIF"</string>
-    <string name="pref_video_quality_entry_480p" msgid="5880250731066854583">"SD 480p"</string>
-    <string name="pref_video_quality_entry_720p" msgid="4076146428148167262">"HD 720p"</string>
-    <string name="pref_video_quality_entry_1080p" msgid="4539958891524211120">"HD 1080p"</string>
-    <string name="pref_video_quality_entry_qvga" msgid="342600517453781430">"QVGA"</string>
-    <string name="pref_video_quality_entry_2160p" msgid="4522927631413184505">"UHD 4K"</string>
-    <string name="setting_summary_x_megapixels" msgid="6533463462760866830">"%1$s megapiksel"</string>
-    <string name="setting_summary_aspect_ratio_and_megapixels" msgid="5828440902461064821">"(%1$d:%2$d) %3$s megapiksel"</string>
-    <string name="cling_text_for_refocus_editor_button" msgid="4785017397116829802">"Qayta fokuslash uchun bu yerga bosing"</string>
-    <string name="pref_category_advanced" msgid="5921085080077574872">"Qo‘shimcha"</string>
-    <string name="pref_camera_exposure_compensation" msgid="4143245817259719147">"Qo‘lda ekspozitsiya"</string>
-    <string name="settings_cling_text" msgid="5368054627268181292">"Sozlamalardan rasm sig‘imi va sifatini o‘zgartiring yoki qo‘shimcha funksiyalarni sinab ko‘ring."</string>
-    <string name="photo_size_selection_title" msgid="2789753590719172645">"Rasm o‘lchamini tanlash"</string>
-    <string name="photo_aspect_ratio_selection_content" msgid="6668224437962196229">"Buni keyinroq sozlamalardan o‘zgartirishingiz mumkin."</string>
-    <string name="share_to" msgid="5144911209144798122">"Ulashish"</string>
-    <string name="edit_with" msgid="615569327230783971">"Tahrirlash…"</string>
-    <string name="startup_dialog_button_next" msgid="1011831256978228993">"KEYINGI"</string>
-    <string name="confirm_button_text" msgid="7389949384482206814">"OK, TUSHUNARLI"</string>
-    <string name="full_sensor_4x3_aspect_ratio" msgid="1270461419743888925">"To‘liq kadr \n(4:3)"</string>
-    <string name="cropped_sensor_16x9_aspect_ratio" msgid="4742161537633251795">"Kadrlarga ajratish \n(16:9)"</string>
-    <string name="pref_boolean_false" msgid="461317129020087333">"0"</string>
-    <string name="pref_boolean_true" msgid="4131945223998878009">"1"</string>
-</resources>
diff --git a/res/values-v21/styles.xml b/res/values-v21/styles.xml
index cdaff13..dd385ae 100644
--- a/res/values-v21/styles.xml
+++ b/res/values-v21/styles.xml
@@ -34,8 +34,9 @@
         <item name="android:backgroundStacked">@null</item>
     </style>
 
-    <style name="Theme.CameraSettings" parent="@android:style/Theme.Material">
-       <item name="android:windowFullscreen">true</item>
+    <style name="Theme.CameraSettings" parent="@android:style/Theme.Material.Light.DarkActionBar">
+        <item name="android:windowFullscreen">true</item>
+        <item name="android:colorPrimary">@color/main_color_global</item>
     </style>
 
     <style name="FilmstripBottomControlButton">
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4748099..2eee2ac 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -82,12 +82,13 @@
     <color name="mode_list_settings_icon_background">#26000000</color>
     <color name="mode_list_settings_icon_pressed_background">#99000000</color>
 
-    <color name="camera_mode_color">#2979ff</color>
-    <color name="video_mode_color">#dd2c00</color>
-    <color name="refocus_mode_color">#00c853</color>
-    <color name="photosphere_mode_color">#aa00ff</color>
-    <color name="panorama_mode_color">#ffbc00</color>
+    <color name="camera_mode_color">#4285f4</color>
+    <color name="video_mode_color">#db4437</color>
+    <color name="refocus_mode_color">#0f9d58</color>
+    <color name="photosphere_mode_color">#ab47bc</color>
+    <color name="panorama_mode_color">#ff9e00</color>
     <color name="mode_cover_default_color">#191919</color>
+    <color name="main_color_global">#00acc1</color>
 
     <color name="bottombar_unpressed">#191919</color>
     <color name="bottombar_pressed">#262626</color>
@@ -99,11 +100,13 @@
 
     <color name="grid_line">#33FFFFFF</color>
     <color name="focus_outer_ring_color">#4CFFFFFF</color>
-    <color name="fullscreen_dialog_background_color">#FFFDD835</color>
+    <color name="fullscreen_dialog_background_color">@color/main_color_global</color>
     <color name="dialog_button_color">#FF76A7F9</color>
-    <color name="dialog_text_color">#DF000000</color>
+    <color name="dialog_text_color">@android:color/black</color>
 
     <color name="settings_cling_color">#2962FF</color>
 
     <color name="mode_icon_hover_highlight">#2DFFFFFF</color>
+    
+    <color name="blue_button_text_color">#00838F</color>
 </resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 058afcb..2dd796c 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -14,7 +14,6 @@
      limitations under the License.
 -->
 <resources>
-    <dimen name="hint_y_offset">64dp</dimen>
     <dimen name="pano_mosaic_surface_height">240dp</dimen>
     <dimen name="pano_review_button_width">70dp</dimen>
     <dimen name="pano_review_button_height">45dp</dimen>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index fd6baea..7c0f7ca 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -14,7 +14,7 @@
      limitations under the License.
 -->
 
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<resources>
     <!-- Camera resources below -->
     <style name="Theme.ProxyLauncher" parent="@android:Theme.Translucent.NoTitleBar">
     </style>
@@ -204,20 +204,30 @@
       <item name="android:layout_margin">6dp</item>
       <item name="android:background">@null</item>
     </style>
-    <style name="Theme.CameraSettings" parent="@android:style/Theme.Holo">
+    <style name="Theme.CameraSettings" parent="@android:style/Theme.Holo.Light.DarkActionBar">
        <item name="android:windowFullscreen">true</item>
+       <item name="android:actionBarStyle">@style/Settings.ActionBar</item>
     </style>
+    <style name="Settings.ActionBar" parent="android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
+        <item name="android:background">@color/main_color_global</item>
+    </style>
+
     <style name="start_up_dialog_content">
         <item name="android:layout_width">match_parent</item>
         <item name="android:layout_height">match_parent</item>
     </style>
+    <style name="fullscreen_dialog_title">
+        <item name="android:textSize">24sp</item>
+        <item name="android:fontFamily">sans-serif-regular</item>
+        <item name="android:textColor">@color/dialog_text_color</item>
+    </style>
     <style name="BlueButton">
         <item name="android:layout_width">144dp</item>
         <item name="android:layout_height">48dp</item>
         <item name="android:background">@drawable/button_cling</item>
-        <item name="android:fontFamily">sans-serif-regular</item>
-        <item name="android:textColor">@android:color/white</item>
         <item name="android:textSize">14sp</item>
+        <item name="android:fontFamily">sans-serif-medium</item>
+        <item name="android:textColor">@color/blue_button_text_color</item>
         <item name="android:padding">12dp</item>
     </style>
 </resources>
diff --git a/src/com/android/camera/ButtonManager.java b/src/com/android/camera/ButtonManager.java
index b7fa08f..3250c01 100644
--- a/src/com/android/camera/ButtonManager.java
+++ b/src/com/android/camera/ButtonManager.java
@@ -417,6 +417,19 @@
      */
     public void disableButton(int buttonId) {
         MultiToggleImageButton button = getButtonOrError(buttonId);
+
+        // HDR and HDR+ buttons share the same button object,
+        // but change actual image icons at runtime.
+        // This extra check is to ensure the correct icons are used
+        // in the case of the HDR[+] button being disabled at startup,
+        // e.g. app startup with front-facing camera.
+        // b/18104680
+        if (buttonId == BUTTON_HDR_PLUS) {
+            initializeHdrPlusButtonIcons(button, R.array.pref_camera_hdr_plus_icons);
+        } else if (buttonId == BUTTON_HDR) {
+            initializeHdrButtonIcons(button, R.array.pref_camera_hdr_icons);
+        }
+
         if (button.isEnabled()) {
             button.setEnabled(false);
             if (mListener != null) {
@@ -709,10 +722,7 @@
     private void initializeHdrPlusButton(MultiToggleImageButton button,
             final ButtonCallback cb, int resIdImages) {
 
-        if (resIdImages > 0) {
-            button.overrideImageIds(resIdImages);
-        }
-        button.overrideContentDescriptions(R.array.hdr_plus_descriptions);
+        initializeHdrPlusButtonIcons(button, resIdImages);
 
         int index = mSettingsManager.getIndexOfCurrentValue(SettingsManager.SCOPE_GLOBAL,
                                                             Keys.KEY_CAMERA_HDR_PLUS);
@@ -730,16 +740,20 @@
         });
     }
 
+    private void initializeHdrPlusButtonIcons(MultiToggleImageButton button, int resIdImages) {
+        if (resIdImages > 0) {
+            button.overrideImageIds(resIdImages);
+        }
+        button.overrideContentDescriptions(R.array.hdr_plus_descriptions);
+    }
+
     /**
      * Initialize an hdr button.
      */
     private void initializeHdrButton(MultiToggleImageButton button,
             final ButtonCallback cb, int resIdImages) {
 
-        if (resIdImages > 0) {
-            button.overrideImageIds(resIdImages);
-        }
-        button.overrideContentDescriptions(R.array.hdr_descriptions);
+        initializeHdrButtonIcons(button, resIdImages);
 
         int index = mSettingsManager.getIndexOfCurrentValue(SettingsManager.SCOPE_GLOBAL,
                                                             Keys.KEY_CAMERA_HDR);
@@ -757,6 +771,13 @@
         });
     }
 
+    private void initializeHdrButtonIcons(MultiToggleImageButton button, int resIdImages) {
+        if (resIdImages > 0) {
+            button.overrideImageIds(resIdImages);
+        }
+        button.overrideContentDescriptions(R.array.hdr_descriptions);
+    }
+
     /**
      * Initialize a countdown timer button.
      */
diff --git a/src/com/android/camera/CameraActivity.java b/src/com/android/camera/CameraActivity.java
index 9887eee..314840f 100644
--- a/src/com/android/camera/CameraActivity.java
+++ b/src/com/android/camera/CameraActivity.java
@@ -20,7 +20,6 @@
 import android.animation.Animator;
 import android.annotation.TargetApi;
 import android.app.ActionBar;
-import android.app.Activity;
 import android.app.AlertDialog;
 import android.app.Dialog;
 import android.content.ActivityNotFoundException;
@@ -104,6 +103,7 @@
 import com.android.camera.hardware.HardwareSpecImpl;
 import com.android.camera.module.ModuleController;
 import com.android.camera.module.ModulesInfo;
+import com.android.camera.one.OneCameraException;
 import com.android.camera.one.OneCameraManager;
 import com.android.camera.session.CaptureSession;
 import com.android.camera.session.CaptureSessionManager;
@@ -128,7 +128,8 @@
 import com.android.camera.util.GoogleHelpHelper;
 import com.android.camera.util.IntentHelper;
 import com.android.camera.util.PhotoSphereHelper.PanoramaViewHelper;
-import com.android.camera.util.ReleaseDialogHelper;
+import com.android.camera.util.QuickActivity;
+import com.android.camera.util.ReleaseHelper;
 import com.android.camera.util.UsageStatistics;
 import com.android.camera.widget.FilmstripView;
 import com.android.camera.widget.Preloader;
@@ -155,7 +156,7 @@
 import java.util.List;
 import java.util.concurrent.TimeUnit;
 
-public class CameraActivity extends Activity
+public class CameraActivity extends QuickActivity
         implements AppController, CameraAgent.CameraOpenCallback,
         ShareActionProvider.OnShareTargetSelectedListener,
         OrientationManager.OnOrientationChangeListener {
@@ -279,23 +280,17 @@
         return mModuleManager;
     }
 
-    // close activity when screen turns off
-    private final BroadcastReceiver mScreenOffReceiver = new BroadcastReceiver() {
+    /**
+     * Close activity when secure app passes lock screen or screen turns
+     * off.
+     */
+    private final BroadcastReceiver mShutdownReceiver = new BroadcastReceiver() {
         @Override
         public void onReceive(Context context, Intent intent) {
             finish();
         }
     };
 
-    private final ActionBar.OnMenuVisibilityListener mOnMenuVisibilityListener =
-            new ActionBar.OnMenuVisibilityListener() {
-        @Override
-        public void onMenuVisibilityChanged(boolean isVisible) {
-            // TODO: Remove this or bring back the original implementation: cancel
-            // auto-hide actionbar.
-        }
-    };
-
     /**
      * Whether the screen is kept turned on.
      */
@@ -388,8 +383,8 @@
                             fileAgeFromDataID(currentDataId));
                     // If applicable, show release information before this item
                     // is shared.
-                    if (ReleaseDialogHelper.shouldShowReleaseInfoDialogOnShare(data)) {
-                        ReleaseDialogHelper.showReleaseInfoDialog(CameraActivity.this,
+                    if (ReleaseHelper.shouldShowReleaseInfoDialogOnShare(data)) {
+                        ReleaseHelper.showReleaseInfoDialog(CameraActivity.this,
                                 new Callback<Void>() {
                                     @Override
                                     public void onCallback(Void result) {
@@ -537,8 +532,9 @@
 
     @Override
     public void onCameraDisabled(int cameraId) {
-        UsageStatistics.instance().cameraFailure(eventprotos.CameraFailure.FailureReason.SECURITY,
-                null);
+        UsageStatistics.instance().cameraFailure(
+                eventprotos.CameraFailure.FailureReason.SECURITY, null,
+                UsageStatistics.NONE, UsageStatistics.NONE);
         Log.w(TAG, "Camera disabled: " + cameraId);
         CameraUtil.showErrorAndFinish(this, R.string.camera_disabled);
     }
@@ -546,7 +542,8 @@
     @Override
     public void onDeviceOpenFailure(int cameraId, String info) {
         UsageStatistics.instance().cameraFailure(
-                eventprotos.CameraFailure.FailureReason.OPEN_FAILURE, info);
+                eventprotos.CameraFailure.FailureReason.OPEN_FAILURE, info,
+                UsageStatistics.NONE, UsageStatistics.NONE);
         Log.w(TAG, "Camera open failure: " + info);
         CameraUtil.showErrorAndFinish(this, R.string.cannot_connect_camera);
     }
@@ -560,7 +557,8 @@
     @Override
     public void onReconnectionFailure(CameraAgent mgr, String info) {
         UsageStatistics.instance().cameraFailure(
-                eventprotos.CameraFailure.FailureReason.RECONNECT_FAILURE, null);
+                eventprotos.CameraFailure.FailureReason.RECONNECT_FAILURE, null,
+                UsageStatistics.NONE, UsageStatistics.NONE);
         Log.w(TAG, "Camera reconnection failure:" + info);
         CameraUtil.showErrorAndFinish(this, R.string.cannot_connect_camera);
     }
@@ -1316,45 +1314,77 @@
         }
     }
 
+    /**
+     * Note: Make sure this callback is unregistered properly when the activity
+     * is destroyed since we're otherwise leaking the Activity reference.
+     */
     private final CameraExceptionHandler.CameraExceptionCallback mCameraExceptionCallback
         = new CameraExceptionHandler.CameraExceptionCallback() {
                 @Override
-                public void onCameraException(RuntimeException ex) {
+                public void onCameraError(int errorCode) {
+                    // Not a fatal error. only do Log.e().
+                    Log.e(TAG, "Camera error callback. error=" + errorCode);
+                }
+                @Override
+                public void onCameraException(
+                        RuntimeException ex, String commandHistory, int action, int state) {
                     Log.e(TAG, "Camera Exception", ex);
-                    onFatalError(ex);
+                    UsageStatistics.instance().cameraFailure(
+                            eventprotos.CameraFailure.FailureReason.API_RUNTIME_EXCEPTION,
+                            commandHistory, action, state);
+                    onFatalError();
                 }
                 @Override
                 public void onDispatchThreadException(RuntimeException ex) {
                     Log.e(TAG, "DispatchThread Exception", ex);
-                    onFatalError(ex);
+                    UsageStatistics.instance().cameraFailure(
+                            eventprotos.CameraFailure.FailureReason.API_TIMEOUT,
+                            null, UsageStatistics.NONE, UsageStatistics.NONE);
+                    onFatalError();
                 }
-                private void onFatalError(RuntimeException ex) {
+                private void onFatalError() {
+                    if (mCameraFatalError) {
+                        return;
+                    }
                     mCameraFatalError = true;
+
                     // If the activity receives exception during onPause, just exit the app.
                     if (mPaused && !isFinishing()) {
-                        Log.v(TAG, "Fatal error during onPause, call Activity.finish()");
+                        Log.e(TAG, "Fatal error during onPause, call Activity.finish()");
                         finish();
+                    } else {
+                        CameraUtil.showErrorAndFinish(CameraActivity.this,
+                                R.string.cannot_connect_camera);
                     }
-                    CameraUtil.showErrorAndFinish(CameraActivity.this,
-                            R.string.cannot_connect_camera);
                 }
             };
 
     @Override
-    public void onCreate(Bundle state) {
+    public void onNewIntentTasks(Intent intent) {
+        onModeSelected(getModeIndex());
+    }
+
+    @Override
+    public void onCreateTasks(Bundle state) {
         CameraPerformanceTracker.onEvent(CameraPerformanceTracker.ACTIVITY_START);
-        super.onCreate(state);
+        mAppContext = getApplication().getBaseContext();
+
         if (!Glide.isSetup()) {
-            Glide.setup(new GlideBuilder(this)
-                .setResizeService(new FifoPriorityThreadPoolExecutor(1)));
-            Glide.get(this).setMemoryCategory(MemoryCategory.HIGH);
+            Glide.setup(new GlideBuilder(getAndroidContext())
+                .setResizeService(new FifoPriorityThreadPoolExecutor(2)));
+            Glide.get(getAndroidContext()).setMemoryCategory(MemoryCategory.HIGH);
         }
 
         mOnCreateTime = System.currentTimeMillis();
-        mAppContext = getApplicationContext();
         mSoundPlayer = new SoundPlayer(mAppContext);
 
-        mCameraManager = OneCameraManager.get(this);
+        try {
+            mCameraManager = OneCameraManager.get(this);
+        } catch (OneCameraException e) {
+            Log.d(TAG, "Creating camera manager failed.", e);
+            CameraUtil.showErrorAndFinish(this, R.string.cannot_connect_camera);
+            return;
+        }
 
         // TODO: Try to move all the resources allocation to happen as soon as
         // possible so we can call module.init() at the earliest time.
@@ -1377,12 +1407,13 @@
         } else {
             mActionBar.setBackgroundDrawable(new ColorDrawable(0x80000000));
         }
-        mActionBar.addOnMenuVisibilityListener(mOnMenuVisibilityListener);
 
         mMainHandler = new MainHandler(this, getMainLooper());
         mCameraController = new CameraController(mAppContext, this, mMainHandler,
-                CameraAgentFactory.getAndroidCameraAgent(this, CameraAgentFactory.CameraApi.API_1),
-                CameraAgentFactory.getAndroidCameraAgent(this, CameraAgentFactory.CameraApi.AUTO));
+                CameraAgentFactory.getAndroidCameraAgent(mAppContext,
+                        CameraAgentFactory.CameraApi.API_1),
+                CameraAgentFactory.getAndroidCameraAgent(mAppContext,
+                        CameraAgentFactory.CameraApi.AUTO));
         mCameraController.setCameraExceptionHandler(
                 new CameraExceptionHandler(mCameraExceptionCallback, mMainHandler));
 
@@ -1419,10 +1450,17 @@
             win.setAttributes(params);
 
             // Filter for screen off so that we can finish secure camera
-            // activity
-            // when screen is off.
-            IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_OFF);
-            registerReceiver(mScreenOffReceiver, filter);
+            // activity when screen is off.
+            IntentFilter filter_screen_off = new IntentFilter(Intent.ACTION_SCREEN_OFF);
+            registerReceiver(mShutdownReceiver, filter_screen_off);
+
+            // Filter for phone unlock so that we can finish secure camera
+            // via this UI path:
+            //    1. from secure lock screen, user starts secure camera
+            //    2. user presses home button
+            //    3. user unlocks phone
+            IntentFilter filter_user_unlock = new IntentFilter(Intent.ACTION_USER_PRESENT);
+            registerReceiver(mShutdownReceiver, filter_user_unlock);
         }
         mCameraAppUI = new CameraAppUI(this,
                 (MainActivityLayout) findViewById(R.id.activity_root_view), isCaptureIntent());
@@ -1635,7 +1673,7 @@
     }
 
     @Override
-    public void onPause() {
+    public void onPauseTasks() {
         CameraPerformanceTracker.onEvent(CameraPerformanceTracker.ACTIVITY_PAUSE);
 
         /*
@@ -1677,16 +1715,14 @@
         if (mCameraFatalError && !isFinishing()) {
             Log.v(TAG, "onPause when camera is in fatal state, call Activity.finish()");
             finish();
+        } else {
+            // Close the camera and wait for the operation done.
+            mCameraController.closeCamera(true);
         }
-
-        // Close the camera and wait for the operation done.
-        mCameraController.closeCamera(true);
-
-        super.onPause();
     }
 
     @Override
-    public void onResume() {
+    public void onResumeTasks() {
         CameraPerformanceTracker.onEvent(CameraPerformanceTracker.ACTIVITY_RESUME);
         Log.v(TAG, "Build info: " + Build.DISPLAY);
 
@@ -1753,10 +1789,10 @@
         }
 
         mOrientationManager.resume();
-        super.onResume();
         mPeekAnimationThread = new HandlerThread("Peek animation");
         mPeekAnimationThread.start();
-        mPeekAnimationHandler = new PeekAnimationHandler(mPeekAnimationThread.getLooper());
+        mPeekAnimationHandler = new PeekAnimationHandler(mPeekAnimationThread.getLooper(),
+                mMainHandler, mAboveFilmstripControlLayout);
 
         mCurrentModule.hardResetSettings(mSettingsManager);
         mCurrentModule.resume();
@@ -1821,7 +1857,7 @@
                 });
 
         mPanoramaViewHelper.onResume();
-        ReleaseDialogHelper.showReleaseInfoDialogOnStart(this, mSettingsManager);
+        ReleaseHelper.showReleaseInfoDialogOnStart(this, mSettingsManager);
         syncLocationManagerSetting();
 
         final int previewVisibility = getPreviewVisibility();
@@ -1840,8 +1876,7 @@
     }
 
     @Override
-    public void onStart() {
-        super.onStart();
+    public void onStartTasks() {
         mIsActivityRunning = true;
         mPanoramaViewHelper.onStart();
 
@@ -1867,22 +1902,21 @@
     }
 
     @Override
-    protected void onStop() {
+    protected void onStopTasks() {
         mIsActivityRunning = false;
         mPanoramaViewHelper.onStop();
 
         mLocationManager.disconnect();
-        super.onStop();
     }
 
     @Override
-    public void onDestroy() {
+    public void onDestroyTasks() {
         if (mSecureCamera) {
-            unregisterReceiver(mScreenOffReceiver);
+            unregisterReceiver(mShutdownReceiver);
         }
-        mActionBar.removeOnMenuVisibilityListener(mOnMenuVisibilityListener);
         mSettingsManager.removeAllListeners();
         mCameraController.removeCallbackReceiver();
+        mCameraController.setCameraExceptionHandler(null);
         getContentResolver().unregisterContentObserver(mLocalImagesObserver);
         getContentResolver().unregisterContentObserver(mLocalVideosObserver);
         getServices().getCaptureSessionManager().removeSessionListener(mSessionListener);
@@ -1893,10 +1927,8 @@
         mOrientationManager = null;
         mButtonManager = null;
         mSoundPlayer.release();
-
         CameraAgentFactory.recycle(CameraAgentFactory.CameraApi.API_1);
         CameraAgentFactory.recycle(CameraAgentFactory.CameraApi.AUTO);
-        super.onDestroy();
     }
 
     @Override
@@ -2003,6 +2035,17 @@
         return super.onCreateOptionsMenu(menu);
     }
 
+    @Override
+    public boolean onPrepareOptionsMenu(Menu menu) {
+        if (isSecureCamera() && !ApiHelper.isLOrHigher()) {
+            // Compatibility pre-L: launching new activities right above
+            // lockscreen does not reliably work, only show help if not secure
+            menu.removeItem(R.id.action_help_and_feedback);
+        }
+
+        return super.onPrepareOptionsMenu(menu);
+    }
+
     protected long getStorageSpaceBytes() {
         synchronized (mStorageSpaceLock) {
             return mStorageSpaceBytes;
@@ -2076,9 +2119,15 @@
             }
             mStorageHint.show();
             UsageStatistics.instance().storageWarning(storageSpace);
+
+            // Disable all user interactions,
+            mCameraAppUI.setDisableAllUserInteractions(true);
         } else if (mStorageHint != null) {
             mStorageHint.cancel();
             mStorageHint = null;
+
+            // Re-enable all user interactions.
+            mCameraAppUI.setDisableAllUserInteractions(false);
         }
     }
 
@@ -2144,7 +2193,6 @@
 
         mCameraAppUI.resetBottomControls(mCurrentModule, modeIndex);
         mCameraAppUI.addShutterListener(mCurrentModule);
-        mCameraAppUI.hideLetterboxing();
         openModule(mCurrentModule);
         mCurrentModule.onOrientationChanged(mLastRawOrientation);
         // Store the module index so we can use it the next time the Camera
@@ -2329,10 +2377,12 @@
     private void openModule(CameraModule module) {
         module.init(this, isSecureCamera(), isCaptureIntent());
         module.hardResetSettings(mSettingsManager);
-        module.resume();
-        UsageStatistics.instance().changeScreen(currentUserInterfaceMode(),
-                NavigationChange.InteractionCause.BUTTON);
-        updatePreviewVisibility();
+        if (!mPaused) {
+            module.resume();
+            UsageStatistics.instance().changeScreen(currentUserInterfaceMode(),
+                    NavigationChange.InteractionCause.BUTTON);
+            updatePreviewVisibility();
+        }
     }
 
     private void closeModule(CameraModule module) {
@@ -2423,6 +2473,11 @@
 
     @Override
     public void onOrientationChanged(int orientation) {
+        if (orientation != mLastRawOrientation) {
+            Log.v(TAG, "orientation changed (from:to) " + mLastRawOrientation +
+                    ":" + orientation);
+        }
+
         // We keep the last known orientation. So if the user first orient
         // the camera then point the camera to floor or sky, we still have
         // the correct orientation.
@@ -2659,7 +2714,7 @@
         filmstripBottomPanel.setViewerButtonVisibility(viewButtonVisibility);
     }
 
-    private class PeekAnimationHandler extends Handler {
+    private static class PeekAnimationHandler extends Handler {
         private class DataAndCallback {
             LocalData mData;
             com.android.camera.util.Callback<Bitmap> mCallback;
@@ -2671,8 +2726,14 @@
             }
         }
 
-        public PeekAnimationHandler(Looper looper) {
+        private final Handler mMainHandler;
+        private final FrameLayout mAboveFilmstripControlLayout;
+
+        public PeekAnimationHandler(Looper looper, Handler mainHandler,
+                FrameLayout aboveFilmstripControlLayout) {
             super(looper);
+            mMainHandler = mainHandler;
+            mAboveFilmstripControlLayout = aboveFilmstripControlLayout;
         }
 
         /**
diff --git a/src/com/android/camera/CameraErrorCallback.java b/src/com/android/camera/CameraErrorCallback.java
deleted file mode 100644
index 5f69332..0000000
--- a/src/com/android/camera/CameraErrorCallback.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (C) 2010 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.camera;
-
-import com.android.camera.debug.Log;
-import com.android.ex.camera2.portability.CameraAgent;
-
-public class CameraErrorCallback
-        implements CameraAgent.CameraErrorCallback {
-    private static final Log.Tag TAG = new Log.Tag("CamErrCallback");
-
-    @Override
-    public void onError(int error, CameraAgent.CameraProxy camera) {
-        Log.e(TAG, "Got camera error callback. error=" + error);
-        if (error == android.hardware.Camera.CAMERA_ERROR_SERVER_DIED) {
-            // We are not sure about the current state of the app (in preview or
-            // snapshot or recording). Closing the app is better than creating a
-            // new Camera object.
-            throw new RuntimeException("Media server died.");
-        }
-    }
-}
diff --git a/src/com/android/camera/CaptureActivity.java b/src/com/android/camera/CaptureActivity.java
new file mode 100644
index 0000000..6b9b915
--- /dev/null
+++ b/src/com/android/camera/CaptureActivity.java
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2012 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.camera;
+
+// Use a different activity for capture intents, so it can have a different
+// task affinity from others. This makes sure the regular camera activity is not
+// reused for IMAGE_CAPTURE or VIDEO_CAPTURE intents from other activities.
+public class CaptureActivity extends CameraActivity {
+}
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index 9b2bb7b..744f2ab 100644
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -19,7 +19,6 @@
 import android.app.Activity;
 import android.content.Context;
 import android.content.res.Configuration;
-import android.graphics.Bitmap;
 import android.graphics.Matrix;
 import android.graphics.RectF;
 import android.graphics.SurfaceTexture;
@@ -140,13 +139,6 @@
     private static final String PHOTO_MODULE_STRING_ID = "PhotoModule";
     /** Enable additional debug output. */
     private static final boolean DEBUG = true;
-    /**
-     * This is the delay before we execute onResume tasks when coming from the
-     * lock screen, to allow time for onPause to execute.
-     * <p>
-     * TODO: Make sure this value is in sync with what we see on L.
-     */
-    private static final int ON_RESUME_TASKS_DELAY_MSEC = 20;
 
     /** Timeout for camera open/close operations. */
     private static final int CAMERA_OPEN_CLOSE_TIMEOUT_MILLIS = 2500;
@@ -243,16 +235,6 @@
     /** Whether the module is paused right now. */
     private boolean mPaused;
 
-    /** Whether this module was resumed from lockscreen capture intent. */
-    private boolean mIsResumeFromLockScreen = false;
-
-    private final Runnable mResumeTaskRunnable = new Runnable() {
-        @Override
-        public void run() {
-            onResumeTasks();
-        }
-    };
-
     /** Main thread handler. */
     private Handler mMainHandler;
     /** Handler thread for camera-related operations. */
@@ -306,7 +288,6 @@
     @Override
     public void init(CameraActivity activity, boolean isSecureCamera, boolean isCaptureIntent) {
         Log.d(TAG, "init");
-        mIsResumeFromLockScreen = isResumeFromLockscreen(activity);
         mMainHandler = new Handler(activity.getMainLooper());
         HandlerThread thread = new HandlerThread("CaptureModule.mCameraHandler");
         thread.start();
@@ -387,17 +368,15 @@
         params.heading = mHeading;
         params.debugDataFolder = mDebugDataDir;
         params.location = location;
+        params.zoom = mZoomValue;
+        params.timerSeconds = mTimerDuration > 0 ? (float) mTimerDuration : null;
 
         mCamera.takePicture(params, session);
     }
 
     @Override
     public void onCountDownFinished() {
-        if (mIsImageCaptureIntent) {
-            mAppController.getCameraAppUI().transitionToIntentReviewLayout();
-        } else {
-            mAppController.getCameraAppUI().transitionToCapture();
-        }
+        mAppController.getCameraAppUI().transitionToCapture();
         mAppController.getCameraAppUI().showModeOptions();
         if (mPaused) {
             return;
@@ -480,8 +459,9 @@
 
     @Override
     public void onRemoteShutterPress() {
+        Log.d(TAG, "onRemoteShutterPress");
         // TODO: Check whether shutter is enabled.
-        onShutterButtonClick();
+        takePictureNow();
     }
 
     @Override
@@ -530,21 +510,6 @@
 
     @Override
     public void resume() {
-        // Add delay on resume from lock screen only, in order to to speed up
-        // the onResume --> onPause --> onResume cycle from lock screen.
-        // Don't do always because letting go of thread can cause delay.
-        if (mIsResumeFromLockScreen) {
-            Log.v(TAG, "Delayng onResumeTasks from lock screen. " + System.currentTimeMillis());
-            // Note: onPauseAfterSuper() will delete this runnable, so we will
-            // at most have 1 copy queued up.
-            mMainHandler.postDelayed(mResumeTaskRunnable, ON_RESUME_TASKS_DELAY_MSEC);
-        } else {
-            onResumeTasks();
-        }
-    }
-
-    private void onResumeTasks() {
-        Log.d(TAG, "onResumeTasks + " + System.currentTimeMillis());
         mPaused = false;
         mAppController.getCameraAppUI().onChangeCamera();
         mAppController.addPreviewAreaSizeChangedListener(this);
@@ -581,9 +546,10 @@
     @Override
     public void pause() {
         mPaused = true;
+        getServices().getRemoteShutterListener().onModuleExit();
         cancelCountDown();
-        resetTextureBufferSize();
         closeCamera();
+        resetTextureBufferSize();
         mCountdownSoundPlayer.unloadSound(R.raw.timer_final_second);
         mCountdownSoundPlayer.unloadSound(R.raw.timer_increment);
         // Remove delayed resume trigger, if it hasn't been executed yet.
@@ -883,8 +849,8 @@
     }
 
     @Override
-    public void onThumbnailResult(Bitmap bitmap) {
-        // TODO
+    public void onThumbnailResult(byte[] jpegData) {
+        getServices().getRemoteShutterListener().onPictureTaken(jpegData);
     }
 
     @Override
@@ -1172,7 +1138,6 @@
                     - centerY);
 
             mAppController.updatePreviewTransform(mPreviewTranformationMatrix);
-            mAppController.getCameraAppUI().hideLetterboxing();
             // if (mGcamProxy != null) {
             // mGcamProxy.postSetAspectRatio(mFinalAspectRatio);
             // }
@@ -1238,6 +1203,12 @@
         } catch (InterruptedException e) {
             throw new RuntimeException("Interrupted while waiting to acquire camera-open lock.", e);
         }
+        if (mCamera != null) {
+            // If the camera is already open, do nothing.
+            Log.d(TAG, "Camera already open, not re-opening.");
+            mCameraOpenCloseLock.release();
+            return;
+        }
         mCameraManager.open(mCameraFacing, useHdr, getPictureSizeFromSettings(),
                 new OpenCallback() {
                     @Override
@@ -1327,8 +1298,8 @@
         }
         try {
             if (mCamera != null) {
-                mCamera.setFocusStateListener(null);
                 mCamera.close(null);
+                mCamera.setFocusStateListener(null);
                 mCamera = null;
             }
         } finally {
diff --git a/src/com/android/camera/FocusOverlayManager.java b/src/com/android/camera/FocusOverlayManager.java
index 1c5e00a..4e4d54c 100644
--- a/src/com/android/camera/FocusOverlayManager.java
+++ b/src/com/android/camera/FocusOverlayManager.java
@@ -38,6 +38,7 @@
 import com.android.camera.util.UsageStatistics;
 import com.android.ex.camera2.portability.CameraCapabilities;
 
+import java.lang.ref.WeakReference;
 import java.util.ArrayList;
 import java.util.List;
 
@@ -133,17 +134,33 @@
         public void setFocusParameters();
     }
 
-    private class MainHandler extends Handler {
-        public MainHandler(Looper looper) {
+    /**
+     * TODO: Refactor this so that we either don't need a handler or make
+     * mListener not be the activity.
+     */
+    private static class MainHandler extends Handler {
+        /**
+         * The outer mListener at the moment is actually the CameraActivity,
+         * which we would leak if we didn't break the GC path here using a
+         * WeakReference.
+         */
+        final WeakReference<FocusOverlayManager> mManager;
+        public MainHandler(FocusOverlayManager manager, Looper looper) {
             super(looper);
+            mManager = new WeakReference<FocusOverlayManager>(manager);
         }
 
         @Override
         public void handleMessage(Message msg) {
+            FocusOverlayManager manager = mManager.get();
+            if (manager == null) {
+                return;
+            }
+
             switch (msg.what) {
                 case RESET_TOUCH_FOCUS: {
-                    cancelAutoFocus();
-                    mListener.startFaceDetection();
+                    manager.cancelAutoFocus();
+                    manager.mListener.startFaceDetection();
                     break;
                 }
             }
@@ -155,7 +172,7 @@
             Listener listener, boolean mirror, Looper looper, FocusUI ui) {
         mAppController = appController;
         mSettingsManager = appController.getSettingsManager();
-        mHandler = new MainHandler(looper);
+        mHandler = new MainHandler(this, looper);
         mMatrix = new Matrix();
         mDefaultFocusModes = new ArrayList<CameraCapabilities.FocusMode>(defaultFocusModes);
         updateCapabilities(capabilities);
diff --git a/src/com/android/camera/MultiToggleImageButton.java b/src/com/android/camera/MultiToggleImageButton.java
index 8e08a56..3816819 100644
--- a/src/com/android/camera/MultiToggleImageButton.java
+++ b/src/com/android/camera/MultiToggleImageButton.java
@@ -293,6 +293,10 @@
                 ids.recycle();
             }
         }
+
+        if (mState >= 0 && mState < mImageIds.length) {
+            setImageByState(mState);
+        }
     }
 
     /**
diff --git a/src/com/android/camera/OnScreenHint.java b/src/com/android/camera/OnScreenHint.java
index edc877b..c1c36e8 100644
--- a/src/com/android/camera/OnScreenHint.java
+++ b/src/com/android/camera/OnScreenHint.java
@@ -20,7 +20,6 @@
 import android.content.Context;
 import android.graphics.PixelFormat;
 import android.os.Handler;
-import android.view.Gravity;
 import android.view.LayoutInflater;
 import android.view.View;
 import android.view.WindowManager;
@@ -44,10 +43,6 @@
 public class OnScreenHint {
     static final Log.Tag TAG = new Log.Tag("OnScreenHint");
 
-    int mGravity = Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM;
-    int mX, mY;
-    float mHorizontalMargin;
-    float mVerticalMargin;
     View mView;
     View mNextView;
 
@@ -65,8 +60,6 @@
      */
     private OnScreenHint(Activity activity) {
         mWM = (WindowManager) activity.getSystemService(Context.WINDOW_SERVICE);
-        mY = activity.getResources().getDimensionPixelSize(
-                R.dimen.hint_y_offset);
 
         mParams.height = WindowManager.LayoutParams.WRAP_CONTENT;
         mParams.width = WindowManager.LayoutParams.WRAP_CONTENT;
@@ -142,23 +135,10 @@
             // remove the old view if necessary
             handleHide();
             mView = mNextView;
-            final int gravity = mGravity;
-            mParams.gravity = gravity;
-            if ((gravity & Gravity.HORIZONTAL_GRAVITY_MASK)
-                    == Gravity.FILL_HORIZONTAL) {
-                mParams.horizontalWeight = 1.0f;
-            }
-            if ((gravity & Gravity.VERTICAL_GRAVITY_MASK)
-                    == Gravity.FILL_VERTICAL) {
-                mParams.verticalWeight = 1.0f;
-            }
-            mParams.x = mX;
-            mParams.y = mY;
-            mParams.verticalMargin = mVerticalMargin;
-            mParams.horizontalMargin = mHorizontalMargin;
             if (mView.getParent() != null) {
                 mWM.removeView(mView);
             }
+
             mWM.addView(mView, mParams);
         }
     }
diff --git a/src/com/android/camera/PhotoModule.java b/src/com/android/camera/PhotoModule.java
index 7544e8b..b4b5ee7 100644
--- a/src/com/android/camera/PhotoModule.java
+++ b/src/com/android/camera/PhotoModule.java
@@ -29,9 +29,7 @@
 import android.hardware.SensorEventListener;
 import android.hardware.SensorManager;
 import android.location.Location;
-import android.media.AudioManager;
 import android.media.CameraProfile;
-import android.media.SoundPool;
 import android.net.Uri;
 import android.os.AsyncTask;
 import android.os.Build;
@@ -128,10 +126,6 @@
     private static final int UPDATE_PARAM_PREFERENCE = 4;
     private static final int UPDATE_PARAM_ALL = -1;
 
-    // This is the delay before we execute onResume tasks when coming
-    // from the lock screen, to allow time for onPause to execute.
-    private static final int ON_RESUME_TASKS_DELAY_MSEC = 20;
-
     private static final String DEBUG_IMAGE_PREFIX = "DEBUG_";
 
     private CameraActivity mActivity;
@@ -197,8 +191,6 @@
     // The display rotation in degrees. This is only valid when mCameraState is
     // not PREVIEW_STOPPED.
     private int mDisplayRotation;
-    // The value for android.hardware.Camera.setDisplayOrientation.
-    private int mCameraDisplayOrientation;
     // The value for UI components like indicators.
     private int mDisplayOrientation;
     // The value for cameradevice.CameraSettings.setPhotoRotationDegrees.
@@ -226,8 +218,6 @@
                     ? new AutoFocusMoveCallback()
                     : null;
 
-    private final CameraErrorCallback mErrorCallback = new CameraErrorCallback();
-
     private long mFocusStartTime;
     private long mShutterCallbackTime;
     private long mPostViewPictureCallbackTime;
@@ -264,6 +254,9 @@
     private final float[] mR = new float[16];
     private int mHeading = -1;
 
+    /** Used to detect motion. We use this to release focus lock early. */
+    private MotionManager mMotionManager;
+
     /** True if all the parameters needed to start preview is ready. */
     private boolean mCameraPreviewParamsReady = false;
 
@@ -278,13 +271,6 @@
             };
     private boolean mShouldResizeTo16x9 = false;
 
-    private final Runnable mResumeTaskRunnable = new Runnable() {
-        @Override
-        public void run() {
-            onResumeTasks();
-        }
-    };
-
     /**
      * We keep the flash setting before entering scene modes (HDR)
      * and restore it after HDR is off.
@@ -328,6 +314,10 @@
     }
 
     private void checkDisplayRotation() {
+        // Need to just be a no-op for the quick resume-pause scenario.
+        if (mPaused) {
+            return;
+        }
         // Set the display orientation if display rotation has changed.
         // Sometimes this happens when the device is held upside
         // down and camera app is opened. Rotation animation will
@@ -471,6 +461,7 @@
         }
         mAppController.getCameraAppUI().transitionToCapture();
         mAppController.getCameraAppUI().showModeOptions();
+        mAppController.setShutterEnabled(true);
     }
 
     @Override
@@ -1073,7 +1064,7 @@
             mJpegPictureCallbackTime = 0;
 
             final ExifInterface exif = Exif.getExif(originalJpegData);
-
+            final NamedEntity name = mNamedImages.getNextNameEntity();
             if (mShouldResizeTo16x9) {
                 final ResizeBundle dataBundle = new ResizeBundle();
                 dataBundle.jpegData = originalJpegData;
@@ -1088,17 +1079,17 @@
 
                     @Override
                     protected void onPostExecute(ResizeBundle result) {
-                        saveFinalPhoto(result.jpegData, result.exif, camera);
+                        saveFinalPhoto(result.jpegData, name, result.exif, camera);
                     }
                 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, dataBundle);
 
             } else {
-                saveFinalPhoto(originalJpegData, exif, camera);
+                saveFinalPhoto(originalJpegData, name, exif, camera);
             }
         }
 
-        void saveFinalPhoto(final byte[] jpegData, final ExifInterface exif, CameraProxy camera) {
-
+        void saveFinalPhoto(final byte[] jpegData, NamedEntity name, final ExifInterface exif,
+                CameraProxy camera) {
             int orientation = Exif.getOrientation(exif);
 
             float zoomValue = 1.0f;
@@ -1112,7 +1103,7 @@
             boolean gridLinesOn = Keys.areGridLinesOn(mActivity.getSettingsManager());
             UsageStatistics.instance().photoCaptureDoneEvent(
                     eventprotos.NavigationChange.Mode.PHOTO_CAPTURE,
-                    mNamedImages.mQueue.lastElement().title + ".jpg", exif,
+                    name.title + ".jpg", exif,
                     isCameraFrontFacing(), hdrOn, zoomValue, flashSetting, gridLinesOn,
                     (float) mTimerDuration, mShutterTouchCoordinate, mVolumeButtonClickedFlag);
             mShutterTouchCoordinate = null;
@@ -1137,7 +1128,6 @@
                         height = s.width();
                     }
                 }
-                NamedEntity name = mNamedImages.getNextNameEntity();
                 String title = (name == null) ? null : name.title;
                 long date = (name == null) ? -1 : name.date;
 
@@ -1179,6 +1169,7 @@
             } else {
                 mJpegImageData = jpegData;
                 if (!mQuickCapture) {
+                    Log.v(TAG, "showing UI");
                     mUI.showCapturedImageForReview(jpegData, orientation, mMirror);
                 } else {
                     onCaptureDone();
@@ -1280,12 +1271,15 @@
 
     @Override
     public boolean capture() {
+        Log.i(TAG, "capture");
         // If we are already in the middle of taking a snapshot or the image
         // save request is full then ignore.
         if (mCameraDevice == null || mCameraState == SNAPSHOT_IN_PROGRESS
-                || mCameraState == SWITCHING_CAMERA || !mAppController.isShutterEnabled()) {
+                || mCameraState == SWITCHING_CAMERA) {
             return false;
         }
+        setCameraState(SNAPSHOT_IN_PROGRESS);
+
         mCaptureStartTime = System.currentTimeMillis();
 
         mPostViewPictureCallbackTime = 0;
@@ -1309,9 +1303,10 @@
         mJpegRotation = info.getJpegOrientation(orientation);
         mCameraDevice.setJpegOrientation(mJpegRotation);
 
-        // We don't want user to press the button again while taking a
-        // multi-second HDR photo.
-        mAppController.setShutterEnabled(false);
+        Log.v(TAG, "capture orientation (screen:device:used:jpeg) " +
+                mDisplayRotation + ":" + mOrientation + ":" +
+                orientation + ":" + mJpegRotation);
+
         mCameraDevice.takePicture(mHandler,
                 new ShutterCallback(!animateBefore),
                 mRawPictureCallback, mPostViewPictureCallback,
@@ -1320,7 +1315,6 @@
         mNamedImages.nameNewImage(mCaptureStartTime);
 
         mFaceDetectionStarted = false;
-        setCameraState(SNAPSHOT_IN_PROGRESS);
         return true;
     }
 
@@ -1413,6 +1407,7 @@
 
     @Override
     public void onCaptureDone() {
+        Log.i(TAG, "onCaptureDone");
         if (mPaused) {
             return;
         }
@@ -1514,7 +1509,8 @@
     @Override
     public void onShutterButtonClick() {
         if (mPaused || (mCameraState == SWITCHING_CAMERA)
-                || (mCameraState == PREVIEW_STOPPED)) {
+                || (mCameraState == PREVIEW_STOPPED)
+                || !mAppController.isShutterEnabled()) {
             mVolumeButtonClickedFlag = false;
             return;
         }
@@ -1529,6 +1525,8 @@
         Log.d(TAG, "onShutterButtonClick: mCameraState=" + mCameraState +
                 " mVolumeButtonClickedFlag=" + mVolumeButtonClickedFlag);
 
+        mAppController.setShutterEnabled(false);
+
         int countDownDuration = mActivity.getSettingsManager()
             .getInteger(SettingsManager.SCOPE_GLOBAL, Keys.KEY_COUNTDOWN_DURATION);
         mTimerDuration = countDownDuration;
@@ -1574,11 +1572,7 @@
 
     @Override
     public void onCountDownFinished() {
-        if (mIsImageCaptureIntent) {
-            mAppController.getCameraAppUI().transitionToIntentReviewLayout();
-        } else {
-            mAppController.getCameraAppUI().transitionToCapture();
-        }
+        mAppController.getCameraAppUI().transitionToCapture();
         mAppController.getCameraAppUI().showModeOptions();
         if (mPaused) {
             return;
@@ -1586,11 +1580,9 @@
         focusAndCapture();
     }
 
-    private void onResumeTasks() {
-        if (mPaused) {
-            return;
-        }
-        Log.v(TAG, "Executing onResumeTasks.");
+    @Override
+    public void resume() {
+        mPaused = false;
 
         mCountdownSoundPlayer.loadSound(R.raw.timer_final_second);
         mCountdownSoundPlayer.loadSound(R.raw.timer_increment);
@@ -1672,9 +1664,9 @@
                     new FocusOverlayManager(mAppController, defaultFocusModes,
                             mCameraCapabilities, this, mMirror, mActivity.getMainLooper(),
                             mUI.getFocusUI());
-            MotionManager motionManager = getServices().getMotionManager();
-            if (motionManager != null) {
-                motionManager.addListener(mFocusManager);
+            mMotionManager = getServices().getMotionManager();
+            if (mMotionManager != null) {
+                mMotionManager.addListener(mFocusManager);
             }
         }
         mAppController.addPreviewAreaSizeChangedListener(mFocusManager);
@@ -1690,27 +1682,9 @@
     }
 
     @Override
-    public void resume() {
-        mPaused = false;
-
-        // Add delay on resume from lock screen only, in order to to speed up
-        // the onResume --> onPause --> onResume cycle from lock screen.
-        // Don't do always because letting go of thread can cause delay.
-        if (isResumeFromLockscreen()) {
-            Log.v(TAG, "On resume, from lock screen.");
-            // Note: onPauseAfterSuper() will delete this runnable, so we will
-            // at most have 1 copy queued up.
-            mHandler.postDelayed(mResumeTaskRunnable, ON_RESUME_TASKS_DELAY_MSEC);
-        } else {
-            Log.v(TAG, "On resume.");
-            onResumeTasks();
-        }
-    }
-
-    @Override
     public void pause() {
+        Log.v(TAG, "pause");
         mPaused = true;
-        mHandler.removeCallbacks(mResumeTaskRunnable);
         getServices().getRemoteShutterListener().onModuleExit();
         SessionStatsCollector.instance().sessionActive(false);
 
@@ -1735,7 +1709,8 @@
         // (e.g. onResume -> onPause -> onResume).
         stopPreview();
         cancelCountDown();
-        mCountdownSoundPlayer.release();
+        mCountdownSoundPlayer.unloadSound(R.raw.timer_final_second);
+        mCountdownSoundPlayer.unloadSound(R.raw.timer_increment);
 
         mNamedImages = null;
         // If we are in an image capture intent and has taken
@@ -1745,6 +1720,11 @@
         // Remove the messages and runnables in the queue.
         mHandler.removeCallbacksAndMessages(null);
 
+        if (mMotionManager != null) {
+            mMotionManager.removeListener(mFocusManager);
+            mMotionManager = null;
+        }
+
         closeCamera();
         mActivity.enableKeepScreenOn(false);
         mUI.onPause();
@@ -1763,7 +1743,7 @@
 
     @Override
     public void destroy() {
-        // TODO: implement this.
+        mCountdownSoundPlayer.release();
     }
 
     @Override
@@ -1889,7 +1869,6 @@
             stopFaceDetection();
             mCameraDevice.setZoomChangeListener(null);
             mCameraDevice.setFaceDetectionCallback(null, null);
-            mCameraDevice.setErrorCallback(null, null);
 
             mFaceDetectionStarted = false;
             mActivity.getCameraProvider().releaseCamera(mCameraDevice.getCameraId());
@@ -1904,7 +1883,6 @@
         Characteristics info =
                 mActivity.getCameraProvider().getCharacteristics(mCameraId);
         mDisplayOrientation = info.getPreviewOrientation(mDisplayRotation);
-        mCameraDisplayOrientation = mDisplayOrientation;
         mUI.setDisplayOrientation(mDisplayOrientation);
         if (mFocusManager != null) {
             mFocusManager.setDisplayOrientation(mDisplayOrientation);
@@ -1913,6 +1891,8 @@
         if (mCameraDevice != null) {
             mCameraDevice.setDisplayOrientation(mDisplayRotation);
         }
+        Log.v(TAG, "setDisplayOrientation (screen:preview) " +
+                mDisplayRotation + ":" + mDisplayOrientation);
     }
 
     /** Only called by UI thread. */
@@ -1962,7 +1942,6 @@
             return;
         }
 
-        mCameraDevice.setErrorCallback(mHandler, mErrorCallback);
         setDisplayOrientation();
 
         if (!mSnapshotOnIdle) {
@@ -1974,10 +1953,15 @@
             }
             mFocusManager.setAeAwbLock(false); // Unlock AE and AWB.
         }
-        setCameraParameters(UPDATE_PARAM_ALL);
 
+        // Nexus 4 must have picture size set to > 640x480 before other
+        // parameters are set in setCameraParameters, b/18227551. This call to
+        // updateParametersPictureSize should occur before setCameraParameters
+        // to address the issue.
         updateParametersPictureSize();
 
+        setCameraParameters(UPDATE_PARAM_ALL);
+
         mCameraDevice.setPreviewTexture(mActivity.getCameraAppUI().getSurfaceTexture());
 
         Log.i(TAG, "startPreview");
@@ -2456,42 +2440,4 @@
             }
         });
     }
-
-    /**
-     * This class manages the loading/releasing/playing of the sounds needed for
-     * countdown timer.
-     */
-    private class CountdownSoundPlayer {
-        private SoundPool mSoundPool;
-        private int mTimerIncrement;
-        private int mTimerFinalSecond;
-
-        void loadSounds() {
-            // Load the sounds.
-            if (mSoundPool == null) {
-                mSoundPool = new SoundPool(1, AudioManager.STREAM_NOTIFICATION, 0);
-                mTimerIncrement = mSoundPool.load(mAppController.getAndroidContext(), R.raw.timer_increment, 1);
-                mTimerFinalSecond = mSoundPool.load(mAppController.getAndroidContext(), R.raw.timer_final_second, 1);
-            }
-        }
-
-        void onRemainingSecondsChanged(int newVal) {
-            if (mSoundPool == null) {
-                Log.e(TAG, "Cannot play sound - they have not been loaded.");
-                return;
-            }
-            if (newVal == 1) {
-                mSoundPool.play(mTimerFinalSecond, 1.0f, 1.0f, 0, 0, 1.0f);
-            } else if (newVal == 2 || newVal == 3) {
-                mSoundPool.play(mTimerIncrement, 1.0f, 1.0f, 0, 0, 1.0f);
-            }
-        }
-
-        void release() {
-            if (mSoundPool != null) {
-                mSoundPool.release();
-                mSoundPool = null;
-            }
-        }
-    }
 }
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index 73e5548..a99fcb4 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -129,8 +129,6 @@
     private boolean mIsInReviewMode;
     private boolean mSnapshotInProgress = false;
 
-    private final CameraErrorCallback mErrorCallback = new CameraErrorCallback();
-
     // Preference must be read before starting preview. We check this before starting
     // preview.
     private boolean mPreferenceRead;
@@ -598,6 +596,7 @@
         mMeteringAreaSupported =
                 mCameraCapabilities.supports(CameraCapabilities.Feature.METERING_AREA);
         readVideoPreferences();
+        updateDesiredPreviewSize();
         resizeForPreviewAspectRatio();
         initializeFocusManager();
         // TODO: Having focus overlay manager caching the parameters is prone to error,
@@ -694,8 +693,14 @@
         boolean stop = mMediaRecorderRecording;
 
         if (stop) {
+            // CameraAppUI mishandles mode option enable/disable
+            // for video, override that
+            mAppController.getCameraAppUI().enableModeOptions();
             onStopVideoRecording();
         } else {
+            // CameraAppUI mishandles mode option enable/disable
+            // for video, override that
+            mAppController.getCameraAppUI().disableModeOptions();
             startVideoRecording();
         }
         mAppController.setShutterEnabled(false);
@@ -761,17 +766,28 @@
         }
         mProfile = CamcorderProfile.get(mCameraId, quality);
         mPreferenceRead = true;
+    }
+
+    /**
+     * Calculates and sets local class variables for Desired Preview sizes.
+     * This function should be called after every change in preview camera
+     * resolution and/or before the preview starts. Note that these values still
+     * need to be pushed to the CameraSettings to actually change the preview
+     * resolution.  Does nothing when camera pointer is null.
+     */
+    private void updateDesiredPreviewSize() {
         if (mCameraDevice == null) {
             return;
         }
+
         mCameraSettings = mCameraDevice.getSettings();
         Point desiredPreviewSize = getDesiredPreviewSize(mAppController.getAndroidContext(),
                 mCameraSettings, mCameraCapabilities, mProfile, mUI.getPreviewScreenSize());
         mDesiredPreviewWidth = desiredPreviewSize.x;
         mDesiredPreviewHeight = desiredPreviewSize.y;
         mUI.setPreviewSize(mDesiredPreviewWidth, mDesiredPreviewHeight);
-        Log.v(TAG, "mDesiredPreviewWidth=" + mDesiredPreviewWidth +
-                ". mDesiredPreviewHeight=" + mDesiredPreviewHeight);
+        Log.v(TAG, "Updated DesiredPreview=" + mDesiredPreviewWidth + "x"
+                + mDesiredPreviewHeight);
     }
 
     @TargetApi(Build.VERSION_CODES.HONEYCOMB)
@@ -783,7 +799,9 @@
      * com.android.camera.cameradevice.CameraCapabilities#getPreferredPreviewSizeForVideo()}
      * but also considers the current preview area size on screen and make sure
      * the final preview size will not be smaller than 1/2 of the current
-     * on screen preview area in terms of their short sides.</p>
+     * on screen preview area in terms of their short sides.  This function has
+     * highest priority of WYSIWYG, 1:1 matching as its best match, even if
+     * there's a larger preview that meets the condition above. </p>
      *
      * @return The preferred preview size or {@code null} if the camera is not
      *         opened yet.
@@ -813,6 +831,19 @@
                 it.remove();
             }
         }
+
+        // Take highest priority for WYSIWYG when the preview exactly matches
+        // video frame size.  The variable sizes is assumed to be filtered
+        // for sizes beyond the UI size.
+        for (Size size : sizes) {
+            if (size.width() == profile.videoFrameWidth
+                    && size.height() == profile.videoFrameHeight) {
+                Log.v(TAG, "Selected =" + size.width() + "x" + size.height()
+                           + " on WYSIWYG Priority");
+                return new Point(profile.videoFrameWidth, profile.videoFrameHeight);
+            }
+        }
+
         Size optimalSize = CameraUtil.getOptimalPreviewSize(context, sizes,
                 (double) profile.videoFrameWidth / profile.videoFrameHeight);
         return new Point(optimalSize.width(), optimalSize.height());
@@ -892,7 +923,6 @@
             return;
         }
 
-        mCameraDevice.setErrorCallback(mHandler, mErrorCallback);
         if (mPreviewing == true) {
             stopPreview();
         }
@@ -976,7 +1006,6 @@
             return;
         }
         mCameraDevice.setZoomChangeListener(null);
-        mCameraDevice.setErrorCallback(null, null);
         mActivity.getCameraProvider().releaseCamera(mCameraDevice.getCameraId());
         mCameraDevice = null;
         mPreviewing = false;
@@ -1587,6 +1616,9 @@
     private void setCameraParameters() {
         SettingsManager settingsManager = mActivity.getSettingsManager();
 
+        // Update Desired Preview size in case video camera resolution has changed.
+        updateDesiredPreviewSize();
+
         mCameraSettings.setPreviewSize(new Size(mDesiredPreviewWidth, mDesiredPreviewHeight));
         // This is required for Samsung SGH-I337 and probably other Samsung S4 versions
         if (Build.BRAND.toLowerCase().contains("samsung")) {
@@ -1621,7 +1653,7 @@
         // here we determine the picture size based on the preview size.
         List<Size> supported = mCameraCapabilities.getSupportedPhotoSizes();
         Size optimalSize = CameraUtil.getOptimalVideoSnapshotPictureSize(supported,
-                (double) mDesiredPreviewWidth / mDesiredPreviewHeight);
+                mDesiredPreviewWidth, mDesiredPreviewHeight);
         Size original = new Size(mCameraSettings.getCurrentPhotoSize());
         if (!original.equals(optimalSize)) {
             mCameraSettings.setPhotoSize(optimalSize);
diff --git a/src/com/android/camera/app/CameraApp.java b/src/com/android/camera/app/CameraApp.java
index 6c35c53..9006183 100644
--- a/src/com/android/camera/app/CameraApp.java
+++ b/src/com/android/camera/app/CameraApp.java
@@ -19,7 +19,6 @@
 import android.app.Application;
 import android.app.NotificationManager;
 import android.content.Context;
-import android.os.Debug;
 
 import com.android.camera.MediaSaverImpl;
 import com.android.camera.debug.LogHelper;
@@ -41,15 +40,6 @@
  * to be used across modules.
  */
 public class CameraApp extends Application implements CameraServices {
-    /**
-     * This is for debugging only: If set to true, application will not start
-     * until a debugger is attached.
-     * <p>
-     * Use this if you need to debug code that is executed while the app starts
-     * up and it would be too late to attach a debugger afterwards.
-     */
-    private static final boolean WAIT_FOR_DEBUGGER_ON_START = false;
-
     private MediaSaver mMediaSaver;
     private CaptureSessionManager mSessionManager;
     private SessionStorageManager mSessionStorageManager;
@@ -63,10 +53,6 @@
     public void onCreate() {
         super.onCreate();
 
-        if (WAIT_FOR_DEBUGGER_ON_START) {
-            Debug.waitForDebugger();
-        }
-
         Context context = getApplicationContext();
         LogHelper.initialize(context);
 
diff --git a/src/com/android/camera/app/CameraAppUI.java b/src/com/android/camera/app/CameraAppUI.java
index d79f013..2362e69 100644
--- a/src/com/android/camera/app/CameraAppUI.java
+++ b/src/com/android/camera/app/CameraAppUI.java
@@ -27,7 +27,6 @@
 import android.hardware.display.DisplayManager;
 import android.util.CameraPerformanceTracker;
 import android.view.GestureDetector;
-import android.view.Gravity;
 import android.view.LayoutInflater;
 import android.view.MotionEvent;
 import android.view.TextureView;
@@ -511,8 +510,6 @@
     private TextureView mTextureView;
     private FrameLayout mModuleUI;
     private ShutterButton mShutterButton;
-    private View mLetterBoxer1;
-    private View mLetterBoxer2;
     private BottomBar mBottomBar;
     private ModeOptionsOverlay mModeOptionsOverlay;
     private IndicatorIconController mIndicatorIconController;
@@ -549,6 +546,7 @@
     private boolean mAccessibilityEnabled;
     private final View mAccessibilityAffordances;
 
+    private boolean mDisableAllUserInteractions;
     /**
      * Provides current preview frame and the controls/overlay from the module that
      * are shown on top of the preview.
@@ -1027,7 +1025,9 @@
             @Override
             public void run() {
                 mModeTransitionView.hideModeCover(null);
-                showShimmyDelayed();
+                if (!mDisableAllUserInteractions) {
+                    showShimmyDelayed();
+                }
             }
         };
         mModeCoverState = COVER_SHOWN;
@@ -1234,9 +1234,6 @@
         addShutterListener(mModeOptionsOverlay);
         addShutterListener(this);
 
-        mLetterBoxer1 = mCameraRootView.findViewById(R.id.leftLetterBoxer1);
-        mLetterBoxer2 = mCameraRootView.findViewById(R.id.leftLetterBoxer2);
-
         mGridLines = (GridLines) mCameraRootView.findViewById(R.id.grid_lines);
         mTextureViewHelper.addPreviewAreaSizeChangedListener(mGridLines);
 
@@ -1351,6 +1348,30 @@
         hideModeCover();
     }
 
+    @Override
+    public void onShutterButtonClick() {
+        /*
+         * Set the mode options toggle unclickable, generally
+         * throughout the app, whenever the shutter button is clicked.
+         *
+         * This could be done in the OnShutterButtonListener of the
+         * ModeOptionsOverlay, but since it is very important that we
+         * can clearly see when the toggle becomes clickable again,
+         * keep all of that logic at this level.
+         */
+        disableModeOptions();
+    }
+
+    @Override
+    public void onShutterCoordinate(TouchCoordinate coord) {
+        // Do nothing.
+    }
+
+    @Override
+    public void onShutterButtonFocus(boolean pressed) {
+        // noop
+    }
+
     /**
      * Set the mode options toggle clickable.
      */
@@ -1366,31 +1387,30 @@
          * method when a capture is "completed".  Unfortunately this differs
          * per module implementation.
          */
-        mModeOptionsOverlay.setToggleClickable(true);
+        if (!mDisableAllUserInteractions) {
+            mModeOptionsOverlay.setToggleClickable(true);
+        }
     }
 
-    @Override
-    public void onShutterButtonClick() {
-        /*
-         * Set the mode options toggle unclickable, generally
-         * throughout the app, whenever the shutter button is clicked.
-         *
-         * This could be done in the OnShutterButtonListener of the
-         * ModeOptionsOverlay, but since it is very important that we
-         * can clearly see when the toggle becomes clickable again,
-         * keep all of that logic at this level.
-         */
+    /**
+     * Set the mode options toggle not clickable.
+     */
+    public void disableModeOptions() {
         mModeOptionsOverlay.setToggleClickable(false);
     }
 
-    @Override
-    public void onShutterCoordinate(TouchCoordinate coord) {
-        // Do nothing.
-    }
-
-    @Override
-    public void onShutterButtonFocus(boolean pressed) {
-        // noop
+    public void setDisableAllUserInteractions(boolean disable) {
+        if (disable) {
+            disableModeOptions();
+            setShutterButtonEnabled(false);
+            setSwipeEnabled(false);
+            mModeListView.hideAnimated();
+        } else {
+            enableModeOptions();
+            setShutterButtonEnabled(true);
+            setSwipeEnabled(true);
+        }
+        mDisableAllUserInteractions = disable;
     }
 
     /**
@@ -1715,13 +1735,14 @@
     }
 
     public void setShutterButtonEnabled(final boolean enabled) {
-        mBottomBar.post(new Runnable() {
-
-            @Override
-            public void run() {
-                mBottomBar.setShutterButtonEnabled(enabled);
-            }
-        });
+        if (!mDisableAllUserInteractions) {
+            mBottomBar.post(new Runnable() {
+                @Override
+                public void run() {
+                    mBottomBar.setShutterButtonEnabled(enabled);
+                }
+            });
+        }
     }
 
     public void setShutterButtonImportantToA11y(boolean important) {
@@ -1751,49 +1772,6 @@
         mShutterButton.addOnShutterButtonListener(listener);
     }
 
-
-    /**
-     * This adds letterboxing around the preview, one on each side
-     *
-     * @param width the width in pixels of each letterboxing cover
-     */
-    public void addLetterboxing(int width) {
-        FrameLayout.LayoutParams params1 = (FrameLayout.LayoutParams) mLetterBoxer1
-                .getLayoutParams();
-        FrameLayout.LayoutParams params2 = (FrameLayout.LayoutParams) mLetterBoxer2
-                .getLayoutParams();
-
-        if (mCameraRootView.getWidth() < mCameraRootView.getHeight()) {
-            params1.width = width;
-            params1.height = mCameraRootView.getHeight();
-            params1.gravity = Gravity.LEFT;
-            mLetterBoxer1.setVisibility(View.VISIBLE);
-
-            params2.width = width;
-            params2.height = mCameraRootView.getHeight();
-            params2.gravity = Gravity.RIGHT;
-            mLetterBoxer2.setVisibility(View.VISIBLE);
-        } else {
-            params1.height = width;
-            params1.width = mCameraRootView.getWidth();
-            params1.gravity = Gravity.TOP;
-            mLetterBoxer1.setVisibility(View.VISIBLE);
-
-            params2.height = width;
-            params2.width = mCameraRootView.getWidth();
-            params2.gravity = Gravity.BOTTOM;
-            mLetterBoxer2.setVisibility(View.VISIBLE);
-        }
-    }
-
-    /**
-     * Remove the letter boxing strips if they happen to be present.
-     */
-    public void hideLetterboxing() {
-        mLetterBoxer1.setVisibility(View.GONE);
-        mLetterBoxer2.setVisibility(View.GONE);
-    }
-
     /**
      * Remove a {@link #ShutterButton.OnShutterButtonListener} from the shutter button.
      */
@@ -1897,7 +1875,9 @@
         boolean flashBackCamera = mController.getSettingsManager().getBoolean(
             SettingsManager.SCOPE_GLOBAL, Keys.KEY_FLASH_SUPPORTED_BACK_CAMERA);
         if (bottomBarSpec.hideFlash || !flashBackCamera) {
+            // Hide both flash and torch button in flash disable logic
             buttonManager.hideButton(ButtonManager.BUTTON_FLASH);
+            buttonManager.hideButton(ButtonManager.BUTTON_TORCH);
         } else {
             if (hardwareSpec.isFlashSupported()) {
                 if (bottomBarSpec.enableFlash) {
@@ -1910,11 +1890,15 @@
                     buttonManager.initializeButton(ButtonManager.BUTTON_HDR_PLUS_FLASH,
                         bottomBarSpec.flashCallback);
                 } else {
+                    // Hide both flash and torch button in flash disable logic
                     buttonManager.disableButton(ButtonManager.BUTTON_FLASH);
+                    buttonManager.disableButton(ButtonManager.BUTTON_TORCH);
                 }
             } else {
-                // Disable flash icon if not supported by the hardware.
+                // Disable both flash and torch icon if not supported
+                // by the chosen camera hardware.
                 buttonManager.disableButton(ButtonManager.BUTTON_FLASH);
+                buttonManager.disableButton(ButtonManager.BUTTON_TORCH);
             }
         }
 
diff --git a/src/com/android/camera/app/CameraController.java b/src/com/android/camera/app/CameraController.java
index f6551b6..c6f5d62 100644
--- a/src/com/android/camera/app/CameraController.java
+++ b/src/com/android/camera/app/CameraController.java
@@ -160,7 +160,6 @@
     public void onCameraOpened(CameraAgent.CameraProxy camera) {
         Log.v(TAG, "onCameraOpened");
         if (mRequestingCameraId != camera.getCameraId()) {
-            // Not requesting any camera or not waiting for this one.
             return;
         }
         mCameraProxy = camera;
@@ -282,10 +281,6 @@
      * TODO: Make this method package private.
      */
     public void closeCamera(boolean synced) {
-        if (mCameraProxy == null) {
-            Log.v(TAG, "No camera open, not closing");
-            return;
-        }
         Log.v(TAG, "Closing camera");
         mCameraProxy = null;
         if (mUsingNewApi) {
diff --git a/src/com/android/camera/data/CameraDataAdapter.java b/src/com/android/camera/data/CameraDataAdapter.java
index 721b213..7fd2d09 100644
--- a/src/com/android/camera/data/CameraDataAdapter.java
+++ b/src/com/android/camera/data/CameraDataAdapter.java
@@ -23,6 +23,7 @@
 import android.view.View;
 
 import com.android.camera.Storage;
+import com.android.camera.data.LocalData.ActionCallback;
 import com.android.camera.debug.Log;
 import com.android.camera.filmstrip.ImageData;
 import com.android.camera.util.Callback;
@@ -125,14 +126,15 @@
     }
 
     @Override
-    public View getView(Context context, View recycled, int dataID) {
+    public View getView(Context context, View recycled, int dataID,
+            ActionCallback actionCallback) {
         if (dataID >= mImages.size() || dataID < 0) {
             return null;
         }
 
         return mImages.get(dataID).getView(
                 context, recycled, mSuggestedWidth, mSuggestedHeight,
-                mPlaceHolderResourceId, this, /* inProgress */ false);
+                mPlaceHolderResourceId, this, /* inProgress */ false, actionCallback);
     }
 
     @Override
@@ -178,7 +180,7 @@
         int pos = findDataByContentUri(uri);
         if (pos != -1) {
             // a duplicate one, just do a substitute.
-            Log.v(TAG, "found duplicate data");
+            Log.v(TAG, "found duplicate data: " + uri);
             updateData(pos, newData);
             return false;
         } else {
@@ -337,6 +339,7 @@
         @Override
         protected List<LocalData> doInBackground(ContentResolver... contentResolvers) {
             if (mMinPhotoId != LocalMediaData.QUERY_ALL_MEDIA_ID) {
+                Log.v(TAG, "updating media metadata with photos newer than id: " + mMinPhotoId);
                 final ContentResolver cr = contentResolvers[0];
                 return LocalMediaData.PhotoData.query(cr, LocalMediaData.PhotoData.CONTENT_URI,
                         mMinPhotoId);
@@ -346,11 +349,19 @@
 
         @Override
         protected void onPostExecute(List<LocalData> newPhotoData) {
+            if (newPhotoData == null) {
+                Log.w(TAG, "null data returned from new photos query");
+                return;
+            }
+            Log.v(TAG, "new photos query return num items: " + newPhotoData.size());
             if (!newPhotoData.isEmpty()) {
                 LocalData newestPhoto = newPhotoData.get(0);
                 // We may overlap with another load task or a query task, in which case we want
                 // to be sure we never decrement the oldest seen id.
-                mLastPhotoId = Math.max(mLastPhotoId, newestPhoto.getContentId());
+                long newLastPhotoId = newestPhoto.getContentId();
+                Log.v(TAG, "updating last photo id (old:new) " +
+                        mLastPhotoId + ":" + newLastPhotoId);
+                mLastPhotoId = Math.max(mLastPhotoId, newLastPhotoId);
             }
             // We may add data that is already present, but if we do, it will be deduped in addData.
             // addData does not dedupe session items, so we ignore them here
@@ -404,12 +415,27 @@
 
             long lastPhotoId = LocalMediaData.QUERY_ALL_MEDIA_ID;
             if (!photoData.isEmpty()) {
+                // This relies on {@link LocalMediaData.QUERY_ORDER} returning
+                // items sorted descending by ID, as such we can just pull the
+                // ID from the first item in the result to establish the last
+                // (max) photo ID.
                 lastPhotoId = photoData.get(0).getContentId();
             }
 
-            l.addAll(photoData);
-            l.addAll(videoData);
+            if (photoData != null) {
+                Log.v(TAG, "retrieved photo metadata, number of items: " + photoData.size());
+                l.addAll(photoData);
+            }
+            if (videoData != null) {
+                Log.v(TAG, "retrieved video metadata, number of items: " + videoData.size());
+                l.addAll(videoData);
+            }
+            Log.v(TAG, "sorting video/photo metadata");
+            // Photos should be sorted within photo/video by ID, which in most
+            // cases should correlate well to the date taken/modified. This sort
+            // operation makes all photos/videos sorted by date in one list.
             l.sort(new LocalData.NewestFirstComparator());
+            Log.v(TAG, "sorted video/photo metadata");
 
             // Load enough metadata so it's already loaded when we open the filmstrip.
             for (int i = 0; i < MAX_METADATA && i < l.size(); i++) {
diff --git a/src/com/android/camera/data/FixedFirstDataAdapter.java b/src/com/android/camera/data/FixedFirstDataAdapter.java
index 471fd19..f14a1c8 100644
--- a/src/com/android/camera/data/FixedFirstDataAdapter.java
+++ b/src/com/android/camera/data/FixedFirstDataAdapter.java
@@ -21,6 +21,7 @@
 import android.os.AsyncTask;
 import android.view.View;
 
+import com.android.camera.data.LocalData.ActionCallback;
 import com.android.camera.debug.Log;
 import com.android.camera.filmstrip.DataAdapter;
 import com.android.camera.filmstrip.ImageData;
@@ -110,12 +111,12 @@
     }
 
     @Override
-    public View getView(Context context, View recycled, int dataID) {
+    public View getView(Context context, View recycled, int dataID, ActionCallback actionCallback) {
         if (dataID == 0) {
-            return mFirstData.getView(
-                    context, recycled, mSuggestedWidth, mSuggestedHeight, 0, null, false);
+            return mFirstData.getView(context, recycled, mSuggestedWidth, mSuggestedHeight, 0,
+                    null, false, actionCallback);
         }
-        return mAdapter.getView(context, recycled, dataID - 1);
+        return mAdapter.getView(context, recycled, dataID - 1, actionCallback);
     }
 
     @Override
diff --git a/src/com/android/camera/data/FixedLastDataAdapter.java b/src/com/android/camera/data/FixedLastDataAdapter.java
index 35978d8..a87a2de 100644
--- a/src/com/android/camera/data/FixedLastDataAdapter.java
+++ b/src/com/android/camera/data/FixedLastDataAdapter.java
@@ -21,6 +21,7 @@
 import android.os.AsyncTask;
 import android.view.View;
 
+import com.android.camera.data.LocalData.ActionCallback;
 import com.android.camera.filmstrip.ImageData;
 
 /**
@@ -66,7 +67,6 @@
         } else if (dataID == totalNumber) {
             return mLastData;
         }
-
         return null;
     }
 
@@ -112,16 +112,15 @@
     }
 
     @Override
-    public View getView(Context context, View recycled, int dataID) {
+    public View getView(Context context, View recycled, int dataID, ActionCallback actionCallback) {
         int totalNumber = mAdapter.getTotalNumber();
 
         if (dataID < totalNumber) {
-            return mAdapter.getView(context, recycled, dataID);
+            return mAdapter.getView(context, recycled, dataID, actionCallback);
         } else if (dataID == totalNumber) {
-            return mLastData.getView(context, recycled,
-                    mSuggestedWidth, mSuggestedHeight, 0, null, false);
+            return mLastData.getView(context, recycled, mSuggestedWidth, mSuggestedHeight, 0, null,
+                    false, actionCallback);
         }
-
         return null;
     }
 
@@ -134,7 +133,6 @@
         } else if (dataId == totalNumber) {
             return mLastData.getItemViewType().ordinal();
         }
-
         return -1;
    }
 
diff --git a/src/com/android/camera/data/LocalData.java b/src/com/android/camera/data/LocalData.java
index df2d9c2..d42bf97 100644
--- a/src/com/android/camera/data/LocalData.java
+++ b/src/com/android/camera/data/LocalData.java
@@ -17,8 +17,10 @@
 package com.android.camera.data;
 
 import android.content.Context;
+import android.net.Uri;
 import android.os.Bundle;
 import android.view.View;
+
 import com.android.camera.debug.Log;
 import com.android.camera.filmstrip.ImageData;
 
@@ -32,6 +34,14 @@
  * can guarantee thread safety for LocalData.
  */
 public interface LocalData extends ImageData {
+    /**
+     * An action callback to be used for actions on the local media data items.
+     */
+    public static interface ActionCallback {
+        /** Plays the video with the given URI and title. */
+        public void playVideo(Uri uri, String title);
+    }
+
     static final Log.Tag TAG = new Log.Tag("LocalData");
 
     public static final String MIME_TYPE_JPEG = "image/jpeg";
@@ -79,7 +89,8 @@
      * @param adapter Data adapter for this data item.
      */
     View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
-        int placeHolderResourceId, LocalDataAdapter adapter, boolean isInProgress);
+            int placeHolderResourceId, LocalDataAdapter adapter, boolean isInProgress,
+            ActionCallback actionCallback);
 
     /** Returns a unique identifier for the view created by this data so that the view
      * can be reused.
diff --git a/src/com/android/camera/data/LocalDataUtil.java b/src/com/android/camera/data/LocalDataUtil.java
index f029f45..00ace49 100644
--- a/src/com/android/camera/data/LocalDataUtil.java
+++ b/src/com/android/camera/data/LocalDataUtil.java
@@ -43,7 +43,7 @@
      * @return Whether the MIME is a video type.
      */
     public static boolean isMimeTypeVideo(String mimeType) {
-        return mimeType.startsWith("video/");
+        return mimeType != null && mimeType.startsWith("video/");
     }
 
     /**
@@ -51,7 +51,7 @@
      * @return Whether the MIME is a image type.
      */
     public static boolean isMimeTypeImage(String mimeType) {
-        return mimeType.startsWith("image/");
+        return mimeType != null && mimeType.startsWith("image/");
     }
 
     /**
diff --git a/src/com/android/camera/data/LocalMediaData.java b/src/com/android/camera/data/LocalMediaData.java
index cb5ba41..83399e6 100644
--- a/src/com/android/camera/data/LocalMediaData.java
+++ b/src/com/android/camera/data/LocalMediaData.java
@@ -16,7 +16,6 @@
 
 package com.android.camera.data;
 
-import android.app.Activity;
 import android.content.ContentResolver;
 import android.content.Context;
 import android.database.Cursor;
@@ -32,7 +31,6 @@
 
 import com.android.camera.Storage;
 import com.android.camera.debug.Log;
-import com.android.camera.util.CameraUtil;
 import com.android.camera2.R;
 import com.bumptech.glide.BitmapRequestBuilder;
 import com.bumptech.glide.Glide;
@@ -219,7 +217,8 @@
 
     @Override
     public View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
-            int placeHolderResourceId, LocalDataAdapter adapter, boolean isInProgress) {
+            int placeHolderResourceId, LocalDataAdapter adapter, boolean isInProgress,
+            ActionCallback actionCallback) {
         final ImageView imageView;
         if (recycled != null) {
             imageView = (ImageView) recycled;
@@ -334,8 +333,10 @@
 
         static final Uri CONTENT_URI = MediaStore.Images.Media.EXTERNAL_CONTENT_URI;
 
-        private static final String QUERY_ORDER = MediaStore.Images.ImageColumns.DATE_TAKEN + " DESC, "
-                + MediaStore.Images.ImageColumns._ID + " DESC";
+        // Sort all data by ID. This must be aligned with
+        // {@link CameraDataAdapter.QueryTask} which relies on the highest ID
+        // being first in any data returned.
+        private static final String QUERY_ORDER = MediaStore.Images.ImageColumns._ID + " DESC";
         /**
          * These values should be kept in sync with column IDs (COL_*) above.
          */
@@ -536,32 +537,50 @@
                 return;
             }
 
-            BitmapRequestBuilder<Uri, Bitmap> request = Glide.with(context)
+            final int overrideWidth;
+            final int overrideHeight;
+            final BitmapRequestBuilder<Uri, Bitmap> thumbnailRequest;
+            if (full) {
+                // Load up to the maximum size Bitmap we can render.
+                overrideWidth = Math.min(getWidth(), MAXIMUM_TEXTURE_SIZE);
+                overrideHeight = Math.min(getHeight(), MAXIMUM_TEXTURE_SIZE);
+
+                // Load two thumbnails, first the small low quality thumb from the media store,
+                // then a medium quality thumbWidth/thumbHeight image. Using two thumbnails ensures
+                // we don't flicker to grey while we load the maximum size image.
+                thumbnailRequest = loadUri(context)
+                    .override(thumbWidth, thumbHeight)
+                    .fitCenter()
+                    .thumbnail(loadMediaStoreThumb(context));
+            } else {
+                // Load a medium quality thumbWidth/thumbHeight image.
+                overrideWidth = thumbWidth;
+                overrideHeight = thumbHeight;
+
+                // Load a single small low quality thumbnail from the media store.
+                thumbnailRequest = loadMediaStoreThumb(context);
+            }
+
+            loadUri(context)
+                .placeholder(placeHolderResourceId)
+                .fitCenter()
+                .override(overrideWidth, overrideHeight)
+                .thumbnail(thumbnailRequest)
+                .into(imageView);
+        }
+
+        /** Loads a thumbnail with a size targeted to use MediaStore.Images.Thumbnails. */
+        private BitmapRequestBuilder<Uri, Bitmap> loadMediaStoreThumb(Context context) {
+            return loadUri(context)
+                .override(MEDIASTORE_THUMB_WIDTH, MEDIASTORE_THUMB_HEIGHT);
+        }
+
+        /** Loads an image using a MediaStore Uri with our default options. */
+        private BitmapRequestBuilder<Uri, Bitmap> loadUri(Context context) {
+            return Glide.with(context)
                 .loadFromMediaStore(getUri(), mMimeType, mDateModifiedInSeconds, mOrientation)
                 .asBitmap()
-                .encoder(JPEG_ENCODER)
-                .placeholder(placeHolderResourceId)
-                .fitCenter();
-            if (full) {
-                request.thumbnail(Glide.with(context)
-                        .loadFromMediaStore(getUri(), mMimeType, mDateModifiedInSeconds,
-                            mOrientation)
-                        .asBitmap()
-                        .encoder(JPEG_ENCODER)
-                        .override(thumbWidth, thumbHeight)
-                        .fitCenter())
-                    .override(Math.min(getWidth(), MAXIMUM_TEXTURE_SIZE),
-                        Math.min(getHeight(), MAXIMUM_TEXTURE_SIZE));
-            } else {
-                request.thumbnail(Glide.with(context)
-                        .loadFromMediaStore(getUri(), mMimeType, mDateModifiedInSeconds,
-                            mOrientation)
-                        .asBitmap()
-                        .encoder(JPEG_ENCODER)
-                        .override(MEDIASTORE_THUMB_WIDTH, MEDIASTORE_THUMB_HEIGHT))
-                    .override(thumbWidth, thumbHeight);
-            }
-            request.into(imageView);
+                .encoder(JPEG_ENCODER);
         }
 
         @Override
@@ -824,7 +843,8 @@
         @Override
         public View getView(final Context context, View recycled,
                 int thumbWidth, int thumbHeight, int placeHolderResourceId,
-                LocalDataAdapter adapter, boolean isInProgress) {
+                LocalDataAdapter adapter, boolean isInProgress,
+                final ActionCallback actionCallback) {
 
             final VideoViewHolder viewHolder;
             final View result;
@@ -847,9 +867,7 @@
             viewHolder.mPlayButton.setOnClickListener(new View.OnClickListener() {
                 @Override
                 public void onClick(View v) {
-                    // TODO: refactor this into activities to avoid this class
-                    // conversion.
-                    CameraUtil.playVideo((Activity) context, getUri(), mTitle);
+                    actionCallback.playVideo(getUri(), mTitle);
                 }
             });
 
diff --git a/src/com/android/camera/data/LocalSessionData.java b/src/com/android/camera/data/LocalSessionData.java
index 8254baa..8a5d6c6 100644
--- a/src/com/android/camera/data/LocalSessionData.java
+++ b/src/com/android/camera/data/LocalSessionData.java
@@ -26,7 +26,6 @@
 import com.android.camera.Storage;
 import com.android.camera2.R;
 import com.bumptech.glide.Glide;
-import com.bumptech.glide.load.DecodeFormat;
 
 import java.util.Date;
 import java.util.concurrent.TimeUnit;
@@ -37,9 +36,9 @@
  */
 public class LocalSessionData implements LocalData {
 
-    private Uri mUri;
+    private final Uri mUri;
     // Units are GMT epoch milliseconds.
-    private long mDateTaken;
+    private final long mDateTaken;
     protected final Bundle mMetaData;
     private int mWidth;
     private int mHeight;
@@ -59,7 +58,8 @@
 
     @Override
     public View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
-            int placeholderResourcedId, LocalDataAdapter adapter, boolean isInProgress) {
+            int placeholderResourcedId, LocalDataAdapter adapter, boolean isInProgress,
+            ActionCallback actionCallback) {
         final ImageView imageView;
         if (recycled != null) {
             imageView = (ImageView) recycled;
diff --git a/src/com/android/camera/data/SimpleViewData.java b/src/com/android/camera/data/SimpleViewData.java
index 74f1073..3b60958 100644
--- a/src/com/android/camera/data/SimpleViewData.java
+++ b/src/com/android/camera/data/SimpleViewData.java
@@ -17,7 +17,6 @@
 package com.android.camera.data;
 
 import android.content.Context;
-import android.graphics.drawable.Drawable;
 import android.net.Uri;
 import android.os.Bundle;
 import android.view.View;
@@ -135,8 +134,9 @@
     }
 
     @Override
-    public View getView(Context context, View recycled, int width, int height, int placeHolderResourceId,
-            LocalDataAdapter adapter, boolean isInProgressSession) {
+    public View getView(Context context, View recycled, int width, int height,
+            int placeHolderResourceId, LocalDataAdapter adapter, boolean isInProgressSession,
+            ActionCallback actionCallback) {
         return mView;
     }
 
diff --git a/src/com/android/camera/debug/DebugCameraProxy.java b/src/com/android/camera/debug/DebugCameraProxy.java
index b847d87..05e8229 100644
--- a/src/com/android/camera/debug/DebugCameraProxy.java
+++ b/src/com/android/camera/debug/DebugCameraProxy.java
@@ -216,12 +216,6 @@
     }
 
     @Override
-    public void setErrorCallback(Handler handler, CameraAgent.CameraErrorCallback cb) {
-        log("setErrorCallback");
-        mProxy.setErrorCallback(handler, cb);
-    }
-
-    @Override
     public void setParameters(Camera.Parameters params) {
         log("setParameters");
         mProxy.setParameters(params);
diff --git a/src/com/android/camera/debug/Log.java b/src/com/android/camera/debug/Log.java
index b6a8e8c..1b3c98c 100644
--- a/src/com/android/camera/debug/Log.java
+++ b/src/com/android/camera/debug/Log.java
@@ -16,6 +16,10 @@
 
 package com.android.camera.debug;
 
+import android.os.Build;
+
+import com.android.camera.util.ReleaseHelper;
+
 public class Log {
     /**
      * All Camera logging using this class will use this tag prefix.
@@ -123,13 +127,22 @@
                 // than the desired output level. This applies to all tags.
                 return LogHelper.getOverrideLevel() <= level;
             } else {
-                // The prefix can be used as an override tag to see all camera logs
-                return android.util.Log.isLoggable(CAMERA_LOGTAG_PREFIX, level)
-                        || android.util.Log.isLoggable(tag.toString(), level);
+                return ReleaseHelper.shouldLogVerbose() ||
+                        isDebugOsBuild() || shouldLog(tag, level);
             }
         } catch (IllegalArgumentException ex) {
             e(TAG, "Tag too long:" + tag);
             return false;
         }
     }
+
+    private static boolean shouldLog(Tag tag, int level) {
+        // The prefix can be used as an override tag to see all camera logs
+        return android.util.Log.isLoggable(CAMERA_LOGTAG_PREFIX, level)
+                || android.util.Log.isLoggable(tag.toString(), level);
+    }
+
+    private static boolean isDebugOsBuild() {
+        return "userdebug".equals(Build.TYPE) || "eng".equals(Build.TYPE);
+    }
 }
diff --git a/src/com/android/camera/filmstrip/DataAdapter.java b/src/com/android/camera/filmstrip/DataAdapter.java
index e1ca61d..65ae48a 100644
--- a/src/com/android/camera/filmstrip/DataAdapter.java
+++ b/src/com/android/camera/filmstrip/DataAdapter.java
@@ -19,6 +19,8 @@
 import android.content.Context;
 import android.view.View;
 
+import com.android.camera.data.LocalData.ActionCallback;
+
 /**
  * An interface which defines the interactions between the
  * {@link ImageData} and the
@@ -85,7 +87,7 @@
      * @return The view representing the image data. Null if unavailable or
      *         the {@code dataID} is out of range.
      */
-    public View getView(Context context, View recycled, int dataID);
+    public View getView(Context context, View recycled, int dataID, ActionCallback actionCallback);
 
     /** Returns a unique identifier for the view created by this data so that the view
      * can be reused.
diff --git a/src/com/android/camera/one/OneCamera.java b/src/com/android/camera/one/OneCamera.java
index 593dea4..743be37 100644
--- a/src/com/android/camera/one/OneCamera.java
+++ b/src/com/android/camera/one/OneCamera.java
@@ -17,7 +17,6 @@
 package com.android.camera.one;
 
 import android.content.Context;
-import android.graphics.Bitmap;
 import android.location.Location;
 import android.net.Uri;
 import android.view.Surface;
@@ -159,7 +158,7 @@
          * Called when a thumbnail image is provided before the final image is
          * finished.
          */
-        public void onThumbnailResult(Bitmap bitmap);
+        public void onThumbnailResult(byte[] jpegData);
 
         /**
          * Called when the final picture is done taking
@@ -240,6 +239,10 @@
         public Flash flashMode = Flash.AUTO;
         /** The location of this capture. */
         public Location location = null;
+        /** Zoom value. */
+        public float zoom = 1f;
+        /** Timer duration in seconds or null for no timer. */
+        public Float timerSeconds = null;
 
         /** Set this to provide a debug folder for this capture. */
         public File debugDataFolder;
diff --git a/src/com/android/camera/one/OneCameraException.java b/src/com/android/camera/one/OneCameraException.java
new file mode 100644
index 0000000..154acbe
--- /dev/null
+++ b/src/com/android/camera/one/OneCameraException.java
@@ -0,0 +1,29 @@
+/*
+ * Copyright (C) 2014 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.camera.one;
+
+/**
+ * Used for exceptions thrown by OneCamera API. Use this for severe,
+ * irrecoverable errors only.
+ */
+public class OneCameraException extends Exception {
+    private static final long serialVersionUID = 1L;
+
+    public OneCameraException(String message) {
+        super(message);
+    }
+}
diff --git a/src/com/android/camera/one/OneCameraManager.java b/src/com/android/camera/one/OneCameraManager.java
index ee505ae..607e6a0 100644
--- a/src/com/android/camera/one/OneCameraManager.java
+++ b/src/com/android/camera/one/OneCameraManager.java
@@ -20,7 +20,6 @@
 import android.hardware.camera2.CameraAccessException;
 import android.hardware.camera2.CameraCharacteristics;
 import android.hardware.camera2.CameraManager;
-import android.os.Build;
 import android.os.Handler;
 import android.util.DisplayMetrics;
 import android.view.WindowManager;
@@ -30,6 +29,7 @@
 import com.android.camera.debug.Log.Tag;
 import com.android.camera.one.OneCamera.Facing;
 import com.android.camera.one.OneCamera.OpenCallback;
+import com.android.camera.util.ApiHelper;
 import com.android.camera.util.Size;
 
 /**
@@ -66,24 +66,37 @@
     /**
      * Creates a camera manager that is based on Camera2 API, if available, or
      * otherwise uses the portability layer API.
+     *
+     * @throws OneCameraException Thrown if an error occurred while trying to
+     *             access the camera.
      */
-    public static OneCameraManager get(CameraActivity activity) {
+    public static OneCameraManager get(CameraActivity activity) throws OneCameraException {
         return create(activity);
     }
 
     /**
      * Creates a new camera manager that is based on Camera2 API, if available,
      * or otherwise uses the portability API.
+     *
+     * @throws OneCameraException Thrown if an error occurred while trying to
+     *             access the camera.
      */
-    private static OneCameraManager create(CameraActivity activity) {
+    private static OneCameraManager create(CameraActivity activity) throws OneCameraException {
         DisplayMetrics displayMetrics = getDisplayMetrics(activity);
-        CameraManager cameraManager = (CameraManager) activity
-                .getSystemService(Context.CAMERA_SERVICE);
-        int maxMemoryMB = activity.getServices().getMemoryManager()
-                .getMaxAllowedNativeMemoryAllocation();
+        CameraManager cameraManager = null;
+
+        try {
+            cameraManager = ApiHelper.HAS_CAMERA_2_API ? (CameraManager) activity
+                    .getSystemService(Context.CAMERA_SERVICE) : null;
+        } catch (IllegalStateException ex) {
+            cameraManager = null;
+            Log.e(TAG, "Could not get camera service v2", ex);
+        }
         if (cameraManager != null && isCamera2Supported(cameraManager)) {
+            int maxMemoryMB = activity.getServices().getMemoryManager()
+                    .getMaxAllowedNativeMemoryAllocation();
             return new com.android.camera.one.v2.OneCameraManagerImpl(
-                    activity.getApplicationContext(), cameraManager, maxMemoryMB,
+                    activity.getAndroidContext(), cameraManager, maxMemoryMB,
                     displayMetrics, activity.getSoundPlayer());
         } else {
             return new com.android.camera.one.v1.OneCameraManagerImpl();
@@ -98,13 +111,20 @@
      *         HAL (such as the Nexus 4, 7 or 10), this method returns false. It
      *         only returns true, if Camera2 is fully supported through newer
      *         HALs.
+     * @throws OneCameraException Thrown if an error occurred while trying to
+     *             access the camera.
      */
-    private static boolean isCamera2Supported(CameraManager cameraManager) {
-        if (Build.VERSION.SDK_INT < 21) {
+    private static boolean isCamera2Supported(CameraManager cameraManager)
+            throws OneCameraException {
+        if (!ApiHelper.HAS_CAMERA_2_API) {
             return false;
         }
         try {
-            final String id = cameraManager.getCameraIdList()[0];
+            String[] cameraIds = cameraManager.getCameraIdList();
+            if (cameraIds.length == 0) {
+                throw new OneCameraException("Camera 2 API supported but no devices available.");
+            }
+            final String id = cameraIds[0];
             // TODO: We should check for all the flags we need to ensure the
             // device is capable of taking Camera2 API shots. For now, let's
             // accept all device that are either 'partial' or 'full' devices
diff --git a/src/com/android/camera/one/Settings3A.java b/src/com/android/camera/one/Settings3A.java
index a8abf69..cdfaa52 100644
--- a/src/com/android/camera/one/Settings3A.java
+++ b/src/com/android/camera/one/Settings3A.java
@@ -71,6 +71,12 @@
     private static final int FOCUS_HOLD_MILLIS = 3000;
 
     /**
+     * The number of milliseconds to hold tap-to-expose/metering after the
+     * last payload frame is received before returning to continuous 3A.
+     */
+    private static final int GCAM_POST_SHOT_FOCUS_HOLD_MILLIS = 1000;
+
+    /**
      * Width of touch metering region in [0,1] relative to shorter edge of the
      * current crop region. Multiply this number by the number of pixels along
      * shorter edge of the current crop region's width to get a value in pixels.
@@ -98,7 +104,7 @@
      * Was fixed at 15.0f prior to L release.
      * </p>
      */
-    private static final float GCAM_METERING_REGION_WEIGHT = 22.0f;
+    private static final float GCAM_METERING_REGION_WEIGHT = 45.0f;
 
     public static float getAutoFocusRegionWidth() {
         return AF_REGION_BOX;
@@ -123,4 +129,8 @@
     public static int getFocusHoldMillis() {
         return FOCUS_HOLD_MILLIS;
     }
+
+    public static int getGcamPostShotFocusHoldMillis() {
+        return GCAM_POST_SHOT_FOCUS_HOLD_MILLIS;
+    }
 }
diff --git a/src/com/android/camera/one/v2/AutoFocusHelper.java b/src/com/android/camera/one/v2/AutoFocusHelper.java
index 8cfab68..6416d70 100644
--- a/src/com/android/camera/one/v2/AutoFocusHelper.java
+++ b/src/com/android/camera/one/v2/AutoFocusHelper.java
@@ -122,10 +122,9 @@
      * @param cropRegion Crop region of the image.
      * @param sensorOrientation sensor orientation as defined by
      *             CameraCharacteristics.get(CameraCharacteristics.SENSOR_ORIENTATION).
-     *
-     * */
-    private static MeteringRectangle[] regionsForNormalizedCoord(float nx, float ny, float fraction,
-        final Rect cropRegion, int sensorOrientation) {
+     */
+    private static MeteringRectangle[] regionsForNormalizedCoord(float nx, float ny,
+        float fraction, final Rect cropRegion, int sensorOrientation) {
         // Compute half side length in pixels.
         int minCropEdge = Math.min(cropRegion.width(), cropRegion.height());
         int halfSideLength = (int) (0.5f * fraction * minCropEdge);
@@ -188,6 +187,22 @@
     }
 
     /**
+     * [Gcam mode only]: Return AE region(s) for a sensor-referenced touch coordinate.
+     *
+     * <p>
+     * Normalized coordinates are referenced to portrait preview window with
+     * (0, 0) top left and (1, 1) bottom right. Rotation has no effect.
+     * </p>
+     *
+     * @return AE region(s).
+     */
+    public static MeteringRectangle[] gcamAERegionsForNormalizedCoord(float nx,
+        float ny, final Rect cropRegion, int sensorOrientation) {
+        return regionsForNormalizedCoord(nx, ny, Settings3A.getGcamMeteringRegionFraction(),
+            cropRegion, sensorOrientation);
+    }
+
+    /**
      * Calculates sensor crop region for a zoom level (zoom >= 1.0).
      *
      * @return Crop region.
diff --git a/src/com/android/camera/one/v2/ImageCaptureManager.java b/src/com/android/camera/one/v2/ImageCaptureManager.java
index d84d957..0687071 100644
--- a/src/com/android/camera/one/v2/ImageCaptureManager.java
+++ b/src/com/android/camera/one/v2/ImageCaptureManager.java
@@ -48,7 +48,7 @@
 
 /**
  * Implements {@link android.media.ImageReader.OnImageAvailableListener} and
- * {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} to
+ * {@link android.hardware.camera2.CameraCaptureSession.CaptureListener} to
  * store the results of capture requests (both {@link Image}s and
  * {@link TotalCaptureResult}s in a ring-buffer from which they may be saved.
  * <br>
@@ -276,7 +276,7 @@
 
     /**
      * The set of constraints which must be satisfied for a newly acquired image
-     * to be captured and sent to {@link #mPendingImageCaptureListener}. null if
+     * to be captured and sent to {@link #mPendingImageCaptureCallback}. null if
      * there is no pending capture request.
      */
     private List<ImageCaptureManager.CapturedImageConstraint> mPendingImageCaptureConstraints;
@@ -286,7 +286,7 @@
      * image which satisfies {@link #mPendingImageCaptureConstraints}. null if
      * there is no pending capture request.
      */
-    private ImageCaptureManager.ImageCaptureListener mPendingImageCaptureListener;
+    private ImageCaptureManager.ImageCaptureListener mPendingImageCaptureCallback;
 
     /**
      * Map from CaptureResult key to the frame number of the capture result
@@ -310,11 +310,11 @@
      *            that this should probably be on a different thread than the
      *            one used for camera operations, such as capture requests and
      *            OnImageAvailable listeners, to avoid stalling the preview.
-     * @param imageCaptureCallbackExecutor the executor on which to invoke image
+     * @param imageCaptureListenerExecutor the executor on which to invoke image
      *            capture listeners, {@link ImageCaptureListener}.
      */
     ImageCaptureManager(int maxImages, Handler listenerHandler,
-            Executor imageCaptureCallbackExecutor) {
+            Executor imageCaptureListenerExecutor) {
         // Ensure that there are always 2 images available for the framework to
         // continue processing frames.
         // TODO Could we make this tighter?
@@ -322,7 +322,7 @@
                 maxImages - 2);
 
         mListenerHandler = listenerHandler;
-        mImageCaptureListenerExecutor = imageCaptureCallbackExecutor;
+        mImageCaptureListenerExecutor = imageCaptureListenerExecutor;
     }
 
     /**
@@ -551,7 +551,7 @@
      */
     public void captureNextImage(final ImageCaptureListener onImageCaptured,
             final List<CapturedImageConstraint> constraints) {
-        mPendingImageCaptureListener = onImageCaptured;
+        mPendingImageCaptureCallback = onImageCaptured;
         mPendingImageCaptureConstraints = constraints;
     }
 
@@ -562,7 +562,7 @@
      *            should be captured if appropriate and possible.
      */
     private void tryExecutePendingCaptureRequest(long newImageTimestamp) {
-        if (mPendingImageCaptureListener != null) {
+        if (mPendingImageCaptureCallback != null) {
             final Pair<Long, CapturedImage> pinnedImage = mCapturedImageBuffer.tryPin(
                     newImageTimestamp);
             if (pinnedImage != null) {
@@ -588,11 +588,11 @@
                 // If we get here, the image satisfies all the necessary
                 // constraints.
 
-                if (tryExecuteCaptureOrRelease(pinnedImage, mPendingImageCaptureListener)) {
+                if (tryExecuteCaptureOrRelease(pinnedImage, mPendingImageCaptureCallback)) {
                     // If we successfully handed the image off to the callback,
                     // remove the pending
                     // capture request.
-                    mPendingImageCaptureListener = null;
+                    mPendingImageCaptureCallback = null;
                     mPendingImageCaptureConstraints = null;
                 }
             }
diff --git a/src/com/android/camera/settings/AppUpgrader.java b/src/com/android/camera/settings/AppUpgrader.java
index 64dad64..9ff3dfa 100644
--- a/src/com/android/camera/settings/AppUpgrader.java
+++ b/src/com/android/camera/settings/AppUpgrader.java
@@ -43,6 +43,7 @@
     private static final String OLD_CAMERA_PREFERENCES_PREFIX = "_preferences_";
     private static final String OLD_MODULE_PREFERENCES_PREFIX = "_preferences_module_";
     private static final String OLD_GLOBAL_PREFERENCES_FILENAME = "_preferences_camera";
+    private static final String OLD_KEY_UPGRADE_VERSION = "pref_strict_upgrade_version";
 
     /**
      * With this version everyone was forced to choose their location settings
@@ -60,8 +61,13 @@
     /**
      * With this version, the names of the files storing camera specific and
      * module specific settings changed.
+     * <p>
+     * NOTE: changed this from 4 to 6 to re-run on latest Glacier upgrade.
+     * Initial upgraders to Glacier will run conversion once as of the change.
+     * When re-run for early dogfooders, values will get overwritten but will
+     * all work.
      */
-    private static final int CAMERA_MODULE_SETTINGS_FILES_RENAMED_VERSION = 4;
+    private static final int CAMERA_MODULE_SETTINGS_FILES_RENAMED_VERSION = 6;
 
     /**
      * With this version, timelapse mode was removed and mode indices need to be
@@ -70,9 +76,15 @@
     private static final int CAMERA_SETTINGS_SELECTED_MODULE_INDEX = 5;
 
     /**
+     * With this version internal storage is changed to use only Strings, and
+     * a type conversion process should execute.
+     */
+    private static final int CAMERA_SETTINGS_STRINGS_UPGRADE = 5;
+
+    /**
      * Increment this value whenever new AOSP UpgradeSteps need to be executed.
      */
-    public static final int APP_UPGRADE_VERSION = 5;
+    public static final int APP_UPGRADE_VERSION = 6;
 
     private final AppController mAppController;
 
@@ -83,28 +95,35 @@
 
     @Override
     protected int getLastVersion(SettingsManager settingsManager) {
-        // Prior appwide versions were stored in the default preferences. If
-        // current
-        // state indicates this is still the case, port the version and then
-        // process
-        // all other known app settings to the new SettingsManager string
-        // scheme.
-        try {
-            return super.getLastVersion(settingsManager);
-        } catch (ClassCastException e) {
-            // We infer that a ClassCastException here means we have pre-String
-            // settings that need to be upgraded, so we hack in a full upgrade
-            // here.
-            upgradeTypesToStrings(settingsManager);
-            // Retrieve version as default now that we're sure it is converted
-            return super.getLastVersion(settingsManager);
+        // Prior upgrade versions were stored in the default preferences as int
+        // and String. We create a new version location for migration to String.
+        // If we don't have a version persisted in the new location, check for
+        // the prior value from the old location. We expect the old value to be
+        // processed during {@link #upgradeTypesToStrings}.
+        SharedPreferences defaultPreferences = settingsManager.getDefaultPreferences();
+        if (defaultPreferences.contains(OLD_KEY_UPGRADE_VERSION)) {
+            Map<String, ?> allPrefs = defaultPreferences.getAll();
+            Object oldVersion = allPrefs.get(OLD_KEY_UPGRADE_VERSION);
+            defaultPreferences.edit().remove(OLD_KEY_UPGRADE_VERSION).apply();
+            if (oldVersion instanceof Integer) {
+                return (Integer) oldVersion;
+            } else if (oldVersion instanceof String) {
+                return SettingsManager.convertToInt((String) oldVersion);
+            }
         }
+        return super.getLastVersion(settingsManager);
     }
 
     @Override
     public void upgrade(SettingsManager settingsManager, int lastVersion, int currentVersion) {
         Context context = mAppController.getAndroidContext();
 
+        // Do strings upgrade first before 'earlier' upgrades, since they assume
+        // valid storage of values.
+        if (lastVersion < CAMERA_SETTINGS_STRINGS_UPGRADE) {
+            upgradeTypesToStrings(settingsManager);
+        }
+
         if (lastVersion < FORCE_LOCATION_CHOICE_VERSION) {
             forceLocationChoice(settingsManager);
         }
@@ -148,11 +167,6 @@
         SharedPreferences oldGlobalPreferences =
                 settingsManager.openPreferences(OLD_GLOBAL_PREFERENCES_FILENAME);
 
-        // Strict upgrade version: Integer -> String, from default.
-        int strictUpgradeVersion = removeInteger(defaultPreferences, Keys.KEY_UPGRADE_VERSION);
-        settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_UPGRADE_VERSION,
-                strictUpgradeVersion);
-
         // Location: boolean -> String, from default.
         if (defaultPreferences.contains(Keys.KEY_RECORD_LOCATION)) {
             boolean location = removeBoolean(defaultPreferences, Keys.KEY_RECORD_LOCATION);
@@ -322,6 +336,11 @@
      * SharedPreferences file to another SharedPreferences file, as Strings.
      * Settings that are not a known supported format (int/boolean/String)
      * are dropped with warning.
+     *
+     * This will normally be run only once but was used both for upgrade version
+     * 4 and 6 -- in 6 we repair issues with previous runs of the upgrader. So
+     * we make sure to remove entries from destination if the source isn't valid
+     * like a null or unsupported type.
      */
     private void copyPreferences(SharedPreferences oldPrefs,
             SharedPreferences newPrefs) {
@@ -330,7 +349,8 @@
             String key = entry.getKey();
             Object value = entry.getValue();
             if (value == null) {
-                Log.w(TAG, "skipped upgrade for null key " + key);
+                Log.w(TAG, "skipped upgrade and removing entry for null key " + key);
+                newPrefs.edit().remove(key).apply();
             } else if (value instanceof Boolean) {
                 String boolValue = SettingsManager.convert((Boolean) value);
                 newPrefs.edit().putString(key, boolValue).apply();
@@ -352,8 +372,9 @@
             } else if (value instanceof String){
                 newPrefs.edit().putString(key, (String) value).apply();
             } else {
-                Log.w(TAG,"skipped upgrade for unrecognized key type " +
-                        key + " : " + value.getClass());
+                Log.w(TAG,"skipped upgrade and removing entry for unrecognized "
+                        + "key type " + key + " : " + value.getClass());
+                newPrefs.edit().remove(key).apply();
             }
         }
     }
diff --git a/src/com/android/camera/settings/CameraSettingsActivity.java b/src/com/android/camera/settings/CameraSettingsActivity.java
index f09f33b..82b54cd 100644
--- a/src/com/android/camera/settings/CameraSettingsActivity.java
+++ b/src/com/android/camera/settings/CameraSettingsActivity.java
@@ -50,6 +50,13 @@
  * Provides the settings UI for the Camera app.
  */
 public class CameraSettingsActivity extends FragmentActivity {
+    /**
+     * Used to denote a subsection of the preference tree to display in the
+     * Fragment. For instance, if 'Advanced' key is provided, the advanced
+     * preference section will be treated as the root for display. This is used
+     * to enable activity transitions between preference sections, and allows
+     * back/up stack to operate correctly.
+     */
     public static final String PREF_SCREEN_EXTRA = "pref_screen_extra";
 
     @Override
@@ -61,7 +68,10 @@
         actionBar.setTitle(R.string.mode_settings);
 
         String prefKey = getIntent().getStringExtra(PREF_SCREEN_EXTRA);
-        CameraSettingsFragment dialog = new CameraSettingsFragment(prefKey);
+        CameraSettingsFragment dialog = new CameraSettingsFragment();
+        Bundle bundle = new Bundle(1);
+        bundle.putString(PREF_SCREEN_EXTRA, prefKey);
+        dialog.setArguments(bundle);
         getFragmentManager().beginTransaction().replace(android.R.id.content, dialog).commit();
     }
 
@@ -85,7 +95,7 @@
         private static DecimalFormat sMegaPixelFormat = new DecimalFormat("##0.0");
         private String[] mCamcorderProfileNames;
         private CameraDeviceInfo mInfos;
-        private final String mPrefKey;
+        private String mPrefKey;
         private boolean mGetSubPrefAsRoot = true;
 
         // Selected resolutions for the different cameras and sizes.
@@ -96,13 +106,13 @@
         private SelectedVideoQualities mVideoQualitiesBack;
         private SelectedVideoQualities mVideoQualitiesFront;
 
-        public CameraSettingsFragment(String prefKey) {
-            mPrefKey = prefKey;
-        }
-
         @Override
         public void onCreate(Bundle savedInstanceState) {
             super.onCreate(savedInstanceState);
+            Bundle arguments = getArguments();
+            if (arguments != null) {
+                mPrefKey = arguments.getString(PREF_SCREEN_EXTRA);
+            }
             Context context = this.getActivity().getApplicationContext();
             addPreferencesFromResource(R.xml.camera_preferences);
 
@@ -244,6 +254,14 @@
          * was found and removed.
          */
         private boolean recursiveDelete(PreferenceGroup group, Preference preference) {
+            if (group == null) {
+                Log.d(TAG, "attempting to delete from null preference group");
+                return false;
+            }
+            if (preference == null) {
+                Log.d(TAG, "attempting to delete null preference");
+                return false;
+            }
             if (group.removePreference(preference)) {
                 // Removal was successful.
                 return true;
diff --git a/src/com/android/camera/settings/Keys.java b/src/com/android/camera/settings/Keys.java
index ad81782..35d0aca 100644
--- a/src/com/android/camera/settings/Keys.java
+++ b/src/com/android/camera/settings/Keys.java
@@ -62,7 +62,7 @@
             "pref_release_dialog_last_shown_version";
     public static final String KEY_FLASH_SUPPORTED_BACK_CAMERA =
             "pref_flash_supported_back_camera";
-    public static final String KEY_UPGRADE_VERSION = "pref_strict_upgrade_version";
+    public static final String KEY_UPGRADE_VERSION = "pref_upgrade_version";
     public static final String KEY_REQUEST_RETURN_HDR_PLUS = "pref_request_return_hdr_plus";
     public static final String KEY_SHOULD_SHOW_REFOCUS_VIEWER_CLING =
             "pref_should_show_refocus_viewer_cling";
diff --git a/src/com/android/camera/settings/SettingsManager.java b/src/com/android/camera/settings/SettingsManager.java
index 297bacb..6d90832 100644
--- a/src/com/android/camera/settings/SettingsManager.java
+++ b/src/com/android/camera/settings/SettingsManager.java
@@ -320,7 +320,13 @@
      */
     public String getString(String scope, String key, String defaultValue) {
         SharedPreferences preferences = getPreferencesFromScope(scope);
-        return preferences.getString(key, defaultValue);
+        try {
+            return preferences.getString(key, defaultValue);
+        } catch (ClassCastException e) {
+            Log.w(TAG, "existing preference with invalid type, removing and returning default", e);
+            preferences.edit().remove(key).apply();
+            return defaultValue;
+        }
     }
 
     /**
@@ -332,13 +338,13 @@
     }
 
     /**
-     * Retrieve a setting's value as an Integer, manually specifiying
+     * Retrieve a setting's value as an Integer, manually specifying
      * a default value.
      */
     public Integer getInteger(String scope, String key, Integer defaultValue) {
         String defaultValueString = Integer.toString(defaultValue);
         String value = getString(scope, key, defaultValueString);
-        return Integer.parseInt(value);
+        return convertToInt(value);
     }
 
     /**
@@ -356,7 +362,7 @@
     public boolean getBoolean(String scope, String key, boolean defaultValue) {
         String defaultValueString = defaultValue ? "1" : "0";
         String value = getString(scope, key, defaultValueString);
-        return (Integer.parseInt(value) != 0);
+        return convertToBoolean(value);
     }
 
     /**
@@ -517,6 +523,29 @@
     }
 
     /**
+     * Package private conversion method to turn String storage format into
+     * ints.
+     *
+     * @param value String to be converted to int
+     * @return int value of stored String
+     */
+    static int convertToInt(String value) {
+        return Integer.parseInt(value);
+    }
+
+    /**
+     * Package private conversion method to turn String storage format into
+     * booleans.
+     *
+     * @param value String to be converted to boolean
+     * @return boolean value of stored String
+     */
+    static boolean convertToBoolean(String value) {
+        return Integer.parseInt(value) != 0;
+    }
+
+
+    /**
      * Package private conversion method to turn booleans into preferred
      * String storage format.
      *
diff --git a/src/com/android/camera/settings/SettingsUpgrader.java b/src/com/android/camera/settings/SettingsUpgrader.java
index 96797ac..4b38669 100644
--- a/src/com/android/camera/settings/SettingsUpgrader.java
+++ b/src/com/android/camera/settings/SettingsUpgrader.java
@@ -88,7 +88,12 @@
      * modules to upgrade their boolean settings to Strings.
      */
     protected boolean removeBoolean(SharedPreferences oldPreferencesLocation, String key) {
-        boolean value = oldPreferencesLocation.getBoolean(key, false);
+        boolean value = false;
+        try {
+            value = oldPreferencesLocation.getBoolean(key, value);
+        } catch (ClassCastException e) {
+            Log.e(TAG, "error reading old value, removing and returning default", e);
+        }
         oldPreferencesLocation.edit().remove(key).apply();
         return value;
     }
@@ -102,7 +107,12 @@
      * modules to upgrade their Integer settings to Strings.
      */
     protected int removeInteger(SharedPreferences oldPreferencesLocation, String key) {
-        int value = oldPreferencesLocation.getInt(key, 0);
+        int value = 0;
+        try {
+            value = oldPreferencesLocation.getInt(key, value);
+        } catch (ClassCastException e) {
+            Log.e(TAG, "error reading old value, removing and returning default", e);
+        }
         oldPreferencesLocation.edit().remove(key).apply();
         return value;
     }
@@ -116,7 +126,12 @@
      * modules to upgrade their boolean settings to Strings.
      */
     protected String removeString(SharedPreferences oldPreferencesLocation, String key) {
-        String value = oldPreferencesLocation.getString(key, null);
+        String value = null;
+        try {
+            value = oldPreferencesLocation.getString(key, value);
+        } catch (ClassCastException e) {
+            Log.e(TAG, "error reading old value, removing and returning default", e);
+        }
         oldPreferencesLocation.edit().remove(key).apply();
         return value;
     }
diff --git a/src/com/android/camera/settings/SettingsUtil.java b/src/com/android/camera/settings/SettingsUtil.java
index d0f9b09..acf8921 100644
--- a/src/com/android/camera/settings/SettingsUtil.java
+++ b/src/com/android/camera/settings/SettingsUtil.java
@@ -24,6 +24,7 @@
 import android.util.SparseArray;
 
 import com.android.camera.debug.Log;
+import com.android.camera.util.ApiHelper;
 import com.android.camera.util.Callback;
 import com.android.camera2.R;
 import com.android.ex.camera2.portability.CameraDeviceInfo;
@@ -353,7 +354,8 @@
      */
     private static int getNextSupportedVideoQualityIndex(int cameraId, int start) {
         for (int i = start + 1; i < sVideoQualities.length; ++i) {
-            if (CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) {
+            if (isVideoQualitySupported(sVideoQualities[i])
+                    && CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) {
                 // We found a new supported quality.
                 return i;
             }
@@ -371,6 +373,19 @@
     }
 
     /**
+     * @return Whether the given {@link CamcorderProfile} is supported on the
+     *         current device/OS version.
+     */
+    private static boolean isVideoQualitySupported(int videoQuality) {
+        // 4k is only supported on L or higher but some devices falsely report
+        // to have support for it on K, see b/18172081.
+        if (!ApiHelper.isLOrHigher() && videoQuality == CamcorderProfile.QUALITY_2160P) {
+            return false;
+        }
+        return true;
+    }
+
+    /**
      * Returns the index of the size within the given list that is closest to
      * the given target pixel count.
      */
diff --git a/src/com/android/camera/ui/BottomBar.java b/src/com/android/camera/ui/BottomBar.java
index 551cc09..d5fdbf6 100644
--- a/src/com/android/camera/ui/BottomBar.java
+++ b/src/com/android/camera/ui/BottomBar.java
@@ -18,6 +18,7 @@
 
 import android.content.Context;
 import android.content.res.TypedArray;
+import android.graphics.Rect;
 import android.graphics.RectF;
 import android.graphics.drawable.ColorDrawable;
 import android.graphics.drawable.Drawable;
@@ -25,6 +26,7 @@
 import android.graphics.drawable.TransitionDrawable;
 import android.util.AttributeSet;
 import android.view.MotionEvent;
+import android.view.TouchDelegate;
 import android.view.View;
 import android.widget.FrameLayout;
 import android.widget.ImageButton;
@@ -75,9 +77,7 @@
     private final float mCircleRadius;
     private CaptureLayoutHelper mCaptureLayoutHelper = null;
 
-    // for Android L, these backgrounds are RippleDrawables (ISA LayerDrawable)
-    // pre-L, they're plain old LayerDrawables
-    private final LayerDrawable[] mShutterButtonBackgrounds;
+    private final Drawable.ConstantState[] mShutterButtonBackgroundConstantStates;
     // a reference to the shutter background's first contained drawable
     // if it's an animated circle drawable (for video mode)
     private AnimatedCircleDrawable mAnimatedCircleDrawable;
@@ -100,25 +100,11 @@
         TypedArray ar = context.getResources()
                 .obtainTypedArray(R.array.shutter_button_backgrounds);
         int len = ar.length();
-
-        mShutterButtonBackgrounds = new LayerDrawable[len];
+        mShutterButtonBackgroundConstantStates = new Drawable.ConstantState[len];
         for (int i = 0; i < len; i++) {
             int drawableId = ar.getResourceId(i, -1);
-            LayerDrawable shutterBackground = mShutterButtonBackgrounds[i] =
-                    (LayerDrawable) context.getResources().getDrawable(drawableId).mutate();
-
-            // the background for video has a circle_item drawable placeholder
-            // that gets replaced by an AnimatedCircleDrawable for the cool
-            // shrink-down-to-a-circle effect
-            // all other modes need not do this replace
-            Drawable d = shutterBackground.findDrawableByLayerId(R.id.circle_item);
-            if (d != null) {
-                Drawable animatedCircleDrawable =
-                        new AnimatedCircleDrawable((int) mCircleRadius);
-                animatedCircleDrawable.setLevel(DRAWABLE_MAX_LEVEL);
-                shutterBackground
-                        .setDrawableByLayerId(R.id.circle_item, animatedCircleDrawable);
-            }
+            mShutterButtonBackgroundConstantStates[i] =
+                    context.getResources().getDrawable(drawableId).getConstantState();
         }
         ar.recycle();
     }
@@ -146,11 +132,18 @@
 
     private void setCancelBackgroundColor(int alpha, int color) {
         LayerDrawable layerDrawable = (LayerDrawable) mCancelButton.getBackground();
-        ColorDrawable colorDrawable = (ColorDrawable) layerDrawable.getDrawable(0);
-        if (!ApiHelper.isLOrHigher()) {
-            colorDrawable.setColor(color);
+        Drawable d = layerDrawable.getDrawable(0);
+        if (d instanceof AnimatedCircleDrawable) {
+            AnimatedCircleDrawable animatedCircleDrawable = (AnimatedCircleDrawable) d;
+            animatedCircleDrawable.setColor(color);
+            animatedCircleDrawable.setAlpha(alpha);
+        } else if (d instanceof ColorDrawable) {
+            ColorDrawable colorDrawable = (ColorDrawable) d;
+            if (!ApiHelper.isLOrHigher()) {
+                colorDrawable.setColor(color);
+            }
+            colorDrawable.setAlpha(alpha);
         }
-        colorDrawable.setAlpha(alpha);
     }
 
     private void setCaptureButtonUp() {
@@ -222,6 +215,32 @@
             }
         });
 
+        extendTouchAreaToMatchParent(R.id.done_button);
+    }
+
+    private void extendTouchAreaToMatchParent(int id) {
+        final View button = findViewById(id);
+        final View parent = (View) button.getParent();
+
+        parent.post(new Runnable() {
+            @Override
+            public void run() {
+                Rect parentRect = new Rect();
+                parent.getHitRect(parentRect);
+                Rect buttonRect = new Rect();
+                button.getHitRect(buttonRect);
+
+                int widthDiff = parentRect.width() - buttonRect.width();
+                int heightDiff = parentRect.height() - buttonRect.height();
+
+                buttonRect.left -= widthDiff/2;
+                buttonRect.right += widthDiff/2;
+                buttonRect.top -= heightDiff/2;
+                buttonRect.bottom += heightDiff/2;
+
+                parent.setTouchDelegate(new TouchDelegate(buttonRect, button));
+            }
+        });
     }
 
     /**
@@ -347,9 +366,33 @@
         }
     }
 
+    private LayerDrawable applyCircleDrawableToShutterBackground(LayerDrawable shutterBackground) {
+        // the background for video has a circle_item drawable placeholder
+        // that gets replaced by an AnimatedCircleDrawable for the cool
+        // shrink-down-to-a-circle effect
+        // all other modes need not do this replace
+        Drawable d = shutterBackground.findDrawableByLayerId(R.id.circle_item);
+        if (d != null) {
+            Drawable animatedCircleDrawable =
+                    new AnimatedCircleDrawable((int) mCircleRadius);
+            animatedCircleDrawable.setLevel(DRAWABLE_MAX_LEVEL);
+            shutterBackground
+                    .setDrawableByLayerId(R.id.circle_item, animatedCircleDrawable);
+        }
+
+        return shutterBackground;
+    }
+
+    private LayerDrawable newDrawableFromConstantState(Drawable.ConstantState constantState) {
+        return (LayerDrawable) constantState.newDrawable(getContext().getResources());
+    }
+
     private void setupShutterBackgroundForModeIndex(int index) {
-        LayerDrawable shutterBackground = mShutterButtonBackgrounds[index];
+        LayerDrawable shutterBackground = applyCircleDrawableToShutterBackground(
+                newDrawableFromConstantState(mShutterButtonBackgroundConstantStates[index]));
         mShutterButton.setBackground(shutterBackground);
+        mCancelButton.setBackground(applyCircleDrawableToShutterBackground(
+                newDrawableFromConstantState(mShutterButtonBackgroundConstantStates[index])));
 
         Drawable d = shutterBackground.getDrawable(0);
         mAnimatedCircleDrawable = null;
diff --git a/src/com/android/camera/ui/ModeListView.java b/src/com/android/camera/ui/ModeListView.java
index 41bd3d6..98c0c2e 100644
--- a/src/com/android/camera/ui/ModeListView.java
+++ b/src/com/android/camera/ui/ModeListView.java
@@ -276,6 +276,15 @@
             // Do nothing.
         }
 
+        /**
+         * Hide the mode drawer (with animation, if supported)
+         * and switch to fully hidden state.
+         * Default is to simply call {@link #hide()}.
+         */
+        public void hideAnimated() {
+            hide();
+        }
+
         /***************GestureListener implementation*****************/
         @Override
         public boolean onDown(MotionEvent e) {
@@ -742,6 +751,16 @@
             mCurrentStateManager.setCurrentState(new FullyHiddenState());
         }
 
+        @Override
+        public void hideAnimated() {
+            cancelAnimation();
+            animateListToWidth(0).addListener(new AnimatorListenerAdapter() {
+                @Override
+                public void onAnimationEnd(Animator animation) {
+                    mCurrentStateManager.setCurrentState(new FullyHiddenState());
+                }
+            });
+        }
     }
 
     /**
@@ -1440,6 +1459,20 @@
     }
 
     /**
+     * Hide the mode list immediately (provided the current state allows it).
+     */
+    public void hide() {
+        mCurrentStateManager.getCurrentState().hide();
+    }
+
+    /**
+     * Hide the mode list with an animation.
+     */
+    public void hideAnimated() {
+        mCurrentStateManager.getCurrentState().hideAnimated();
+    }
+
+    /**
      * Resets the visible width of all the mode selectors to 0.
      */
     private void resetModeSelectors() {
@@ -1895,7 +1928,7 @@
     private class PeepholeAnimationEffect extends AnimationEffects {
 
         private final static int UNSET = -1;
-        private final static int PEEP_HOLE_ANIMATION_DURATION_MS = 300;
+        private final static int PEEP_HOLE_ANIMATION_DURATION_MS = 500;
 
         private final Paint mMaskPaint = new Paint();
         private final RectF mBackgroundDrawArea = new RectF();
diff --git a/src/com/android/camera/util/ApiHelper.java b/src/com/android/camera/util/ApiHelper.java
index 7133975..7f6f59c 100644
--- a/src/com/android/camera/util/ApiHelper.java
+++ b/src/com/android/camera/util/ApiHelper.java
@@ -42,6 +42,7 @@
             Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
 
     public static final boolean HAS_CAMERA_HDR_PLUS = isKitKatOrHigher();
+    public static final boolean HDR_PLUS_CAN_USE_ARBITRARY_ASPECT_RATIOS = isKitKatMR2OrHigher();
     public static final boolean HAS_CAMERA_HDR =
             Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1;
     public static final boolean HAS_DISPLAY_LISTENER =
@@ -59,6 +60,12 @@
             && "hammerhead".equalsIgnoreCase(Build.DEVICE);
     public static final boolean IS_NEXUS_6 = "motorola".equalsIgnoreCase(Build.MANUFACTURER)
             && "shamu".equalsIgnoreCase(Build.DEVICE);
+    public static final boolean IS_NEXUS_9 = "htc".equalsIgnoreCase(Build.MANUFACTURER)
+            && ("flounder".equalsIgnoreCase(Build.DEVICE)
+                 || "flounder_lte".equalsIgnoreCase(Build.DEVICE));
+    public static final boolean IS_HTC = "htc".equalsIgnoreCase(Build.MANUFACTURER);
+
+    public static final boolean HAS_CAMERA_2_API = isLOrHigher();
 
     public static int getIntFieldIfExists(Class<?> klass, String fieldName,
             Class<?> obj, int defaultVal) {
@@ -76,6 +83,12 @@
                 || "KeyLimePie".equals(Build.VERSION.CODENAME);
     }
 
+    public static boolean isKitKatMR2OrHigher() {
+        return isLOrHigher()
+                || (isKitKatOrHigher() &&
+                       ("4.4.4".equals(Build.VERSION.RELEASE) || "4.4.3".equals(Build.VERSION.RELEASE)));
+    }
+
     public static boolean isLOrHigher() {
         return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP
                 || "L".equals(Build.VERSION.CODENAME);
diff --git a/src/com/android/camera/util/CameraUtil.java b/src/com/android/camera/util/CameraUtil.java
index a55aa84..d6237a9 100644
--- a/src/com/android/camera/util/CameraUtil.java
+++ b/src/com/android/camera/util/CameraUtil.java
@@ -40,7 +40,6 @@
 import android.os.ParcelFileDescriptor;
 import android.telephony.TelephonyManager;
 import android.util.DisplayMetrics;
-import android.util.FloatMath;
 import android.util.TypedValue;
 import android.view.Display;
 import android.view.OrientationEventListener;
@@ -301,6 +300,7 @@
         // appearing, so check to ensure that the activity is not shutting down
         // before attempting to attach a dialog to the window manager.
         if (!activity.isFinishing()) {
+            Log.e(TAG, "Show fatal error dialog");
             new AlertDialog.Builder(activity)
                     .setCancelable(false)
                     .setTitle(R.string.camera_error_title)
@@ -513,7 +513,15 @@
     public static int getOptimalPreviewSizeIndex(Context context,
             List<Size> sizes, double targetRatio) {
         // Use a very small tolerance because we want an exact match.
-        final double ASPECT_TOLERANCE = 0.01;
+        final double ASPECT_TOLERANCE;
+        // HTC 4:3 ratios is over .01 from true 4:3, targeted fix for those
+        // devices here, see b/18241645
+        if (ApiHelper.IS_HTC && targetRatio > 1.3433 && targetRatio < 1.35) {
+            Log.w(TAG, "4:3 ratio out of normal tolerance, increasing tolerance to 0.02");
+            ASPECT_TOLERANCE = 0.02;
+        } else {
+            ASPECT_TOLERANCE = 0.01;
+        }
         if (sizes == null) {
             return -1;
         }
@@ -552,7 +560,7 @@
         // Cannot find the one match the aspect ratio. This should not happen.
         // Ignore the requirement.
         if (optimalSizeIndex == -1) {
-            Log.w(TAG, "No preview size match the aspect ratio");
+            Log.w(TAG, "No preview size match the aspect ratio. available sizes: " + sizes);
             minDiff = Double.MAX_VALUE;
             for (int i = 0; i < sizes.size(); i++) {
                 Size size = sizes.get(i);
@@ -562,12 +570,24 @@
                 }
             }
         }
+
         return optimalSizeIndex;
     }
 
-    /** Returns the largest picture size which matches the given aspect ratio. */
+    /**
+     * Returns the largest picture size which matches the given aspect ratio,
+     * except for the special WYSIWYG case where the picture size exactly matches
+     * the target size.
+     *
+     * @param sizes        a list of candidate sizes, available for use
+     * @param targetWidth  the ideal width of the video snapshot
+     * @param targetHeight the ideal height of the video snapshot
+     * @return the Optimal Video Snapshot Picture Size
+     */
     public static com.android.ex.camera2.portability.Size getOptimalVideoSnapshotPictureSize(
-            List<com.android.ex.camera2.portability.Size> sizes, double targetRatio) {
+            List<com.android.ex.camera2.portability.Size> sizes, int targetWidth,
+            int targetHeight) {
+
         // Use a very small tolerance because we want an exact match.
         final double ASPECT_TOLERANCE = 0.001;
         if (sizes == null) {
@@ -576,7 +596,17 @@
 
         com.android.ex.camera2.portability.Size optimalSize = null;
 
+        //  WYSIWYG Override
+        //  We assume that physical display constraints have already been
+        //  imposed on the variables sizes
+        for (com.android.ex.camera2.portability.Size size : sizes) {
+            if (size.height() == targetHeight && size.width() == targetWidth) {
+                return size;
+            }
+        }
+
         // Try to find a size matches aspect ratio and has the largest width
+        final double targetRatio = (double) targetWidth / targetHeight;
         for (com.android.ex.camera2.portability.Size size : sizes) {
             double ratio = (double) size.width() / size.height();
             if (Math.abs(ratio - targetRatio) > ASPECT_TOLERANCE) {
@@ -903,7 +933,7 @@
         float sigma = len;
         float sum = 0;
         for (int i = 0; i <= mid; i++) {
-            float ex = FloatMath.exp(-(i - mid) * (i - mid) / (mid * mid))
+            float ex = (float) Math.exp(-(i - mid) * (i - mid) / (mid * mid))
                     / (2 * sigma * sigma);
             int symmetricIndex = len - 1 - i;
             mask[i] = ex;
diff --git a/src/com/android/camera/util/QuickActivity.java b/src/com/android/camera/util/QuickActivity.java
new file mode 100644
index 0000000..039d8fc
--- /dev/null
+++ b/src/com/android/camera/util/QuickActivity.java
@@ -0,0 +1,227 @@
+/*
+ * Copyright (C) 2014 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.camera.util;
+
+import android.app.Activity;
+import android.content.Intent;
+import android.os.Bundle;
+import android.os.Handler;
+import android.provider.MediaStore;
+
+import com.android.camera.debug.Log;
+
+/**
+ * Workaround for secure-lockscreen double-onResume() bug:
+ * <p>
+ * If started from the secure-lockscreen, the activity may be quickly started,
+ * resumed, paused, stopped, and then started and resumed again. This is
+ * problematic for launch time from the secure-lockscreen because we typically open the
+ * camera in onResume() and close it in onPause(). These camera operations take
+ * a long time to complete. To workaround it, this class filters out
+ * high-frequency onResume()->onPause() sequences if the current intent
+ * indicates that we have started from the secure-lockscreen.
+ * </p>
+ * <p>
+ * Subclasses should override the appropriate on[Create|Start...]Tasks() method
+ * in place of the original.
+ * </p>
+ * <p>
+ * Sequences of onResume() followed quickly by onPause(), when the activity is
+ * started from a secure-lockscreen will result in a quick no-op.<br>
+ * </p>
+ */
+public abstract class QuickActivity extends Activity {
+    private static final Log.Tag TAG = new Log.Tag("QuickActivity");
+
+    /**
+     * The amount of time to wait before running onResumeTasks when started from
+     * the lockscreen.
+     */
+    private static final long ON_RESUME_DELAY_MILLIS = 20;
+    /** A reference to the main handler on which to run lifecycle methods. */
+    private Handler mMainHandler;
+    private boolean mPaused;
+    /**
+     * True if the last call to onResume() resulted in a delayed call to
+     * mOnResumeTasks which was then canceled due to an immediate onPause().
+     * This allows optimizing the common case in which the subsequent
+     * call to onResume() should execute onResumeTasks() immediately.
+     */
+    private boolean mCanceledResumeTasks = false;
+
+    /**
+     * A runnable for deferring tasks to be performed in onResume() if starting
+     * from the lockscreen.
+     */
+    private final Runnable mOnResumeTasks = new Runnable() {
+            @Override
+        public void run() {
+            logLifecycle("onResumeTasks", true);
+            if (mPaused) {
+                onResumeTasks();
+                mPaused = false;
+                mCanceledResumeTasks = false;
+            }
+            logLifecycle("onResumeTasks", false);
+        }
+    };
+
+    @Override
+    protected final void onNewIntent(Intent intent) {
+        logLifecycle("onNewIntent", true);
+        Log.v(TAG, "Intent Action = " + intent.getAction());
+        setIntent(intent);
+        super.onNewIntent(intent);
+        onNewIntentTasks(intent);
+        logLifecycle("onNewIntent", false);
+    }
+
+    @Override
+    protected final void onCreate(Bundle bundle) {
+        logLifecycle("onCreate", true);
+        Log.v(TAG, "Intent Action = " + getIntent().getAction());
+        super.onCreate(bundle);
+
+        mMainHandler = new Handler(getMainLooper());
+
+        onCreateTasks(bundle);
+
+        mPaused = true;
+
+        logLifecycle("onCreate", false);
+    }
+
+    @Override
+    protected final void onStart() {
+        logLifecycle("onStart", true);
+        onStartTasks();
+        super.onStart();
+        logLifecycle("onStart", false);
+    }
+
+    @Override
+    protected final void onResume() {
+        logLifecycle("onResume", true);
+        mMainHandler.removeCallbacks(mOnResumeTasks);
+        if (delayOnResumeOnStart() && !mCanceledResumeTasks) {
+            mMainHandler.postDelayed(mOnResumeTasks, ON_RESUME_DELAY_MILLIS);
+        } else {
+            if (mPaused) {
+                onResumeTasks();
+                mPaused = false;
+                mCanceledResumeTasks = false;
+            }
+        }
+        super.onResume();
+        logLifecycle("onResume", false);
+    }
+
+    @Override
+    protected final void onPause() {
+        logLifecycle("onPause", true);
+        mMainHandler.removeCallbacks(mOnResumeTasks);
+        if (!mPaused) {
+            onPauseTasks();
+            mPaused = true;
+        } else {
+            mCanceledResumeTasks = true;
+        }
+        super.onPause();
+        logLifecycle("onPause", false);
+    }
+
+    @Override
+    protected final void onStop() {
+        if (isChangingConfigurations()) {
+            Log.v(TAG, "changing configurations");
+        }
+        logLifecycle("onStop", true);
+        onStopTasks();
+        super.onStop();
+        logLifecycle("onStop", false);
+    }
+
+    @Override
+    protected final void onRestart() {
+        logLifecycle("onRestart", true);
+        super.onRestart();
+        // TODO Support onRestartTasks() and handle the workaround for that too.
+        logLifecycle("onRestart", false);
+    }
+
+    @Override
+    protected final void onDestroy() {
+        logLifecycle("onDestroy", true);
+        onDestroyTasks();
+        super.onDestroy();
+        logLifecycle("onDestroy", false);
+    }
+
+    private void logLifecycle(String methodName, boolean start) {
+        String prefix = start ? "START" : "END";
+        Log.v(TAG, prefix + " " + methodName + ": Activity = " + toString());
+    }
+
+    private boolean delayOnResumeOnStart() {
+        String action = getIntent().getAction();
+        boolean isSecureLockscreenCamera =
+                MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.equals(action);
+        return isSecureLockscreenCamera;
+    }
+
+    /**
+     * Subclasses should override this in place of {@link Activity#onNewIntent}.
+     */
+    protected void onNewIntentTasks(Intent newIntent) {
+    }
+
+    /**
+     * Subclasses should override this in place of {@link Activity#onCreate}.
+     */
+    protected void onCreateTasks(Bundle savedInstanceState) {
+    }
+
+    /**
+     * Subclasses should override this in place of {@link Activity#onStart}.
+     */
+    protected void onStartTasks() {
+    }
+
+    /**
+     * Subclasses should override this in place of {@link Activity#onResume}.
+     */
+    protected void onResumeTasks() {
+    }
+
+    /**
+     * Subclasses should override this in place of {@link Activity#onPause}.
+     */
+    protected void onPauseTasks() {
+    }
+
+    /**
+     * Subclasses should override this in place of {@link Activity#onStop}.
+     */
+    protected void onStopTasks() {
+    }
+
+    /**
+     * Subclasses should override this in place of {@link Activity#onDestroy}.
+     */
+    protected void onDestroyTasks() {
+    }
+}
diff --git a/src/com/android/camera/widget/FilmstripView.java b/src/com/android/camera/widget/FilmstripView.java
index e0a1bac..37d3ea7 100644
--- a/src/com/android/camera/widget/FilmstripView.java
+++ b/src/com/android/camera/widget/FilmstripView.java
@@ -21,6 +21,7 @@
 import android.animation.TimeInterpolator;
 import android.animation.ValueAnimator;
 import android.annotation.TargetApi;
+import android.app.Activity;
 import android.content.Context;
 import android.graphics.Canvas;
 import android.graphics.Point;
@@ -42,6 +43,7 @@
 import android.widget.Scroller;
 
 import com.android.camera.CameraActivity;
+import com.android.camera.data.LocalData.ActionCallback;
 import com.android.camera.debug.Log;
 import com.android.camera.filmstrip.DataAdapter;
 import com.android.camera.filmstrip.FilmstripController;
@@ -52,11 +54,39 @@
 import com.android.camera.util.CameraUtil;
 import com.android.camera2.R;
 
+import java.lang.ref.WeakReference;
 import java.util.ArrayDeque;
 import java.util.Arrays;
 import java.util.Queue;
 
 public class FilmstripView extends ViewGroup {
+    /**
+     * An action callback to be used for actions on the local media data items.
+     */
+    public static class ActionCallbackImpl implements ActionCallback {
+        private final WeakReference<Activity> mActivity;
+
+        /**
+         * The given activity is used to start intents. It is wrapped in a weak
+         * reference to prevent leaks.
+         */
+        public ActionCallbackImpl(Activity activity) {
+            mActivity = new WeakReference<Activity>(activity);
+        }
+
+        /**
+         * Fires an intent to play the video with the given URI and title.
+         */
+        @Override
+        public void playVideo(Uri uri, String title) {
+            Activity activity = mActivity.get();
+            if (activity != null) {
+              CameraUtil.playVideo(activity, uri, title);
+            }
+        }
+    }
+
+
     private static final Log.Tag TAG = new Log.Tag("FilmstripView");
 
     private static final int BUFFER_SIZE = 5;
@@ -87,6 +117,7 @@
     private static final int DECELERATION_FACTOR = 4;
 
     private CameraActivity mActivity;
+    private ActionCallback mActionCallback;
     private FilmstripGestureRecognizer mGestureRecognizer;
     private FilmstripGestureRecognizer.Listener mGestureListener;
     private DataAdapter mDataAdapter;
@@ -585,6 +616,7 @@
     private void init(CameraActivity cameraActivity) {
         setWillNotDraw(false);
         mActivity = cameraActivity;
+        mActionCallback = new ActionCallbackImpl(mActivity);
         mScale = 1.0f;
         mDataIdOnUserScrolling = 0;
         mController = new MyController(cameraActivity);
@@ -792,6 +824,12 @@
     }
 
     private ViewItem buildItemFromData(int dataID) {
+        if (mActivity.isDestroyed()) {
+            // Loading item data is call from multiple AsyncTasks and the
+            // activity may be finished when buildItemFromData is called.
+            Log.d(TAG, "Activity destroyed, don't load data");
+            return null;
+        }
         ImageData data = mDataAdapter.getImageData(dataID);
         if (data == null) {
             return null;
@@ -807,7 +845,8 @@
 
         data.prepare();
         View recycled = getRecycledView(dataID);
-        View v = mDataAdapter.getView(mActivity, recycled, dataID);
+        View v = mDataAdapter.getView(mActivity.getAndroidContext(), recycled, dataID,
+                mActionCallback);
         if (v == null) {
             return null;
         }
@@ -1215,18 +1254,22 @@
                 // It's in full-screen mode.
                 fadeAndScaleRightViewItem(itemID);
             } else {
-                if (curr.getVisibility() == INVISIBLE) {
-                    curr.setVisibility(VISIBLE);
-                }
+                boolean setToVisible = (curr.getVisibility() == INVISIBLE);
+
                 if (itemID == mCurrentItem + 1) {
                     curr.setAlpha(1f - scaleFraction);
                 } else {
                     if (scaleFraction == 0f) {
                         curr.setAlpha(1f);
                     } else {
-                        curr.setVisibility(INVISIBLE);
+                        setToVisible = false;
                     }
                 }
+
+                if (setToVisible) {
+                    curr.setVisibility(VISIBLE);
+                }
+
                 curr.setTranslationX(
                         (mViewItem[mCurrentItem].getLeftPosition() - curr.getLeftPosition()) *
                                 scaleFraction);
@@ -1364,15 +1407,20 @@
             // The end of the filmstrip might have been changed.
             // The mCenterX might be out of the bound.
             ViewItem currItem = mViewItem[mCurrentItem];
-            if (currItem.getId() == mDataAdapter.getTotalNumber() - 1
-                    && mCenterX > currItem.getCenterX()) {
-                int adjustDiff = currItem.getCenterX() - mCenterX;
-                mCenterX = currItem.getCenterX();
-                for (int i = 0; i < BUFFER_SIZE; i++) {
-                    if (mViewItem[i] != null) {
-                        mViewItem[i].translateXScaledBy(adjustDiff);
+            if(currItem!=null) {
+                if (currItem.getId() == mDataAdapter.getTotalNumber() - 1
+                        && mCenterX > currItem.getCenterX()) {
+                    int adjustDiff = currItem.getCenterX() - mCenterX;
+                    mCenterX = currItem.getCenterX();
+                    for (int i = 0; i < BUFFER_SIZE; i++) {
+                        if (mViewItem[i] != null) {
+                            mViewItem[i].translateXScaledBy(adjustDiff);
+                        }
                     }
                 }
+            } else {
+                // CurrItem should NOT be NULL, but if is, at least don't crash.
+                Log.w(TAG,"Caught invalid update in removal animation.");
             }
         } else {
             // fill the removed place by right shift
@@ -1473,6 +1521,10 @@
                         getMeasuredWidth(), getMeasuredHeight());
         final int offsetX = dim.x + mViewGapInPixel;
         ViewItem viewItem = buildItemFromData(dataID);
+        if (viewItem == null) {
+            Log.w(TAG, "unable to build inserted item from data");
+            return;
+        }
 
         if (insertedItemId >= mCurrentItem) {
             if (insertedItemId == mCurrentItem) {
@@ -1887,7 +1939,7 @@
 
         MyController(Context context) {
             TimeInterpolator decelerateInterpolator = new DecelerateInterpolator(1.5f);
-            mScroller = new MyScroller(mActivity,
+            mScroller = new MyScroller(mActivity.getAndroidContext(),
                     new Handler(mActivity.getMainLooper()),
                     mScrollerListener, decelerateInterpolator);
             mCanStopScroll = true;
diff --git a/src/com/android/camera/widget/VideoRecordingHints.java b/src/com/android/camera/widget/VideoRecordingHints.java
index c931dfb..1c0b7a3 100644
--- a/src/com/android/camera/widget/VideoRecordingHints.java
+++ b/src/com/android/camera/widget/VideoRecordingHints.java
@@ -29,6 +29,8 @@
 import com.android.camera.util.CameraUtil;
 import com.android.camera2.R;
 
+import java.lang.ref.WeakReference;
+
 /**
  * This class is designed to show the video recording hint when device is held in
  * portrait before video recording. The rotation device indicator will start rotating
@@ -58,6 +60,87 @@
     private int mCenterY = UNSET;
     private int mLastOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
 
+    private static class RotationAnimatorListener implements Animator.AnimatorListener {
+        private final WeakReference<VideoRecordingHints> mHints;
+        private boolean mCanceled = false;
+
+        public RotationAnimatorListener(VideoRecordingHints hint) {
+            mHints = new WeakReference<VideoRecordingHints>(hint);
+        }
+
+        @Override
+        public void onAnimationStart(Animator animation) {
+            mCanceled = false;
+        }
+
+        @Override
+        public void onAnimationEnd(Animator animation) {
+            VideoRecordingHints hint = mHints.get();
+            if (hint == null) {
+                return;
+            }
+
+            hint.mRotation = ((int) hint.mRotation) % 360;
+            // If animation is canceled, do not restart it.
+            if (mCanceled) {
+                return;
+            }
+            hint.post(new Runnable() {
+                @Override
+                public void run() {
+                    VideoRecordingHints hint = mHints.get();
+                    if (hint != null) {
+                        hint.continueRotationAnimation();
+                    }
+                }
+            });
+        }
+
+        @Override
+        public void onAnimationCancel(Animator animation) {
+            mCanceled = true;
+        }
+
+        @Override
+        public void onAnimationRepeat(Animator animation) {
+            // Do nothing.
+        }
+    }
+
+    private static class AlphaAnimatorListener implements Animator.AnimatorListener {
+        private final WeakReference<VideoRecordingHints> mHints;
+        AlphaAnimatorListener(VideoRecordingHints hint) {
+            mHints = new WeakReference<VideoRecordingHints>(hint);
+        }
+
+        @Override
+        public void onAnimationStart(Animator animation) {
+            // Do nothing.
+        }
+
+        @Override
+        public void onAnimationEnd(Animator animation) {
+            VideoRecordingHints hint = mHints.get();
+            if (hint == null) {
+                return;
+            }
+
+            hint.invalidate();
+            hint.setAlpha(1f);
+            hint.mRotation = 0;
+        }
+
+        @Override
+        public void onAnimationCancel(Animator animation) {
+            // Do nothing.
+        }
+
+        @Override
+        public void onAnimationRepeat(Animator animation) {
+            // Do nothing.
+        }
+    }
+
     public VideoRecordingHints(Context context, AttributeSet attrs) {
         super(context, attrs);
         mRotateArrows = getResources().getDrawable(R.drawable.rotate_arrows);
@@ -80,64 +163,11 @@
             }
         });
 
-        mRotationAnimation.addListener(new Animator.AnimatorListener() {
-            private boolean mCanceled = false;
-            @Override
-            public void onAnimationStart(Animator animation) {
-                mCanceled = false;
-            }
-
-            @Override
-            public void onAnimationEnd(Animator animation) {
-                mRotation = ((int) mRotation) % 360;
-                // If animation is canceled, do not restart it.
-                if (mCanceled) {
-                    return;
-                }
-                post(new Runnable() {
-                    @Override
-                    public void run() {
-                        continueRotationAnimation();
-                    }
-                });
-            }
-
-            @Override
-            public void onAnimationCancel(Animator animation) {
-                mCanceled = true;
-            }
-
-            @Override
-            public void onAnimationRepeat(Animator animation) {
-                // Do nothing.
-            }
-        });
+        mRotationAnimation.addListener(new RotationAnimatorListener(this));
 
         mAlphaAnimator = ObjectAnimator.ofFloat(this, "alpha", 1f, 0f);
         mAlphaAnimator.setDuration(FADE_OUT_DURATION_MS);
-        mAlphaAnimator.addListener(new Animator.AnimatorListener() {
-            @Override
-            public void onAnimationStart(Animator animation) {
-                // Do nothing.
-            }
-
-            @Override
-            public void onAnimationEnd(Animator animation) {
-                invalidate();
-                setAlpha(1f);
-                mRotation = 0;
-            }
-
-            @Override
-            public void onAnimationCancel(Animator animation) {
-                // Do nothing.
-            }
-
-            @Override
-            public void onAnimationRepeat(Animator animation) {
-                // Do nothing.
-            }
-        });
+        mAlphaAnimator.addListener(new AlphaAnimatorListener(this));
         mIsDefaultToPortrait = CameraUtil.isDefaultToPortrait(context);
     }
 
diff --git a/src_pd/com/android/camera/util/ReleaseDialogHelper.java b/src_pd/com/android/camera/util/ReleaseHelper.java
similarity index 91%
rename from src_pd/com/android/camera/util/ReleaseDialogHelper.java
rename to src_pd/com/android/camera/util/ReleaseHelper.java
index 9db1245..dd41125 100644
--- a/src_pd/com/android/camera/util/ReleaseDialogHelper.java
+++ b/src_pd/com/android/camera/util/ReleaseHelper.java
@@ -21,7 +21,7 @@
 import com.android.camera.data.LocalData;
 import com.android.camera.settings.SettingsManager;
 
-public class ReleaseDialogHelper {
+public class ReleaseHelper {
     public static void showReleaseInfoDialogOnStart(Activity activity,
             SettingsManager settingsManager) {
         // Do nothing.
@@ -34,4 +34,8 @@
     public static boolean shouldShowReleaseInfoDialogOnShare(LocalData data) {
         return false;
     }
+
+    public static boolean shouldLogVerbose() {
+        return false;
+    }
 }
diff --git a/src_pd/com/android/camera/util/UsageStatistics.java b/src_pd/com/android/camera/util/UsageStatistics.java
index d68dec9..6c208de 100644
--- a/src_pd/com/android/camera/util/UsageStatistics.java
+++ b/src_pd/com/android/camera/util/UsageStatistics.java
@@ -26,6 +26,7 @@
 
 public class UsageStatistics {
     public static final long VIEW_TIMEOUT_MILLIS = 0;
+    public static final int NONE = -1;
 
     private static UsageStatistics sInstance;
 
@@ -66,7 +67,7 @@
                                       Boolean volumeButtonShutter) {
     }
 
-    public void cameraFailure(int cause, String info) {
+    public void cameraFailure(int cause, String info, int agentAction, int agentState) {
     }
 
     public void changeScreen(int newScreen, Integer interactionCause) {
diff --git a/src_pd/com/google/common/logging/eventprotos.java b/src_pd/com/google/common/logging/eventprotos.java
index afb7eb3..292d2a6 100644
--- a/src_pd/com/google/common/logging/eventprotos.java
+++ b/src_pd/com/google/common/logging/eventprotos.java
@@ -54,6 +54,8 @@
             public static final int SECURITY = 10000;
             public static final int OPEN_FAILURE = 10000;
             public static final int RECONNECT_FAILURE = 10000;
+            public static final int API_RUNTIME_EXCEPTION = 10000;
+            public static final int API_TIMEOUT = 10000;
         }
     }