summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-07-27 21:20:31 -0700
committerAbhisek Devkota <ciwrl@lineageos.org>2017-07-27 21:20:31 -0700
commit7e3adaea772250f3ae0412c6a61d80cb20c403e9 (patch)
tree6eeffac035eec6e386ff18c5ed3e1f4b99a34cc6
parentb6b596c2c83e14f5978661a242c5b3dc5558d4fd (diff)
downloadandroid_packages_apps_Camera2-7e3adaea772250f3ae0412c6a61d80cb20c403e9.tar.gz
android_packages_apps_Camera2-7e3adaea772250f3ae0412c6a61d80cb20c403e9.tar.bz2
android_packages_apps_Camera2-7e3adaea772250f3ae0412c6a61d80cb20c403e9.zip
Automatic translation importreplicant-6.0-0002
Change-Id: I68e665c11ee2df693022f3009cf370a0a8e6770a
-rw-r--r--res/values-ast-rES/strings.xml14
-rw-r--r--res/values-tr/cm_strings.xml2
2 files changed, 15 insertions, 1 deletions
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
index 741faeb1e..5cf4ac623 100644
--- a/res/values-ast-rES/strings.xml
+++ b/res/values-ast-rES/strings.xml
@@ -348,18 +348,31 @@
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_30000">0,5 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_60000">1 minutu</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_90000">1,5 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_120000">2 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_150000">2,5 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_180000">3 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_240000">4 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_300000">5 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_360000">6 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_600000">10 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_720000">12 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_900000">15 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
+ <string name="pref_video_time_lapse_frame_interval_1440000">24 minutos</string>
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
@@ -375,6 +388,7 @@
<!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
<!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
<!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
+ <string name="time_lapse_minutes">minutos</string>
<!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
<!-- The button to confirm time-lapse setting changes. [CHAR LIMIT=20] -->
<!-- Title in time interval picker for setting time interval. [CHAR LIMIT=30]-->
diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml
index c0dcef335..2e210dda9 100644
--- a/res/values-tr/cm_strings.xml
+++ b/res/values-tr/cm_strings.xml
@@ -21,5 +21,5 @@
<!-- More Settings screen, max brightness title -->
<string name="pref_camera_max_brightness_title">Parlak ekran</string>
<!-- More Settings screen, storage title -->
- <string name="pref_camera_storage_title">Bellek konumu</string>
+ <string name="pref_camera_storage_title">Depolama yeri</string>
</resources>