summaryrefslogtreecommitdiffstats
path: root/res/values-nl
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-nl')
-rw-r--r--res/values-nl/cm_strings.xml9
-rw-r--r--res/values-nl/qcomstrings.xml4
2 files changed, 10 insertions, 3 deletions
diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml
index f62a21042..1a6fc8d44 100644
--- a/res/values-nl/cm_strings.xml
+++ b/res/values-nl/cm_strings.xml
@@ -16,7 +16,14 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="pref_camera_megapixel_format">(%1$s) %2$1.1f megapixel</string>
+ <!-- common aspect ratios -->
+ <!-- aspect ratio greater than 16:9, so "widescreen" or "cinematic" -->
+ <string name="pref_camera_aspectratio_wide">Breed</string>
+ <!-- Format for entries in the picture size menu. Parameter one is aspect ratio,
+ parameter two is size in megapixels, e.g. "(4:3) 12.1 megapixels"
+ NOTE: for Chinese (zh) and Korean (ko) the pixel number (parameter two)
+ will be multiplied by 100 as those languages want to count by ten thousands -->
+ <string name="pref_camera_megapixel_format">(<xliff:g id="ratio" example="16:9">%1$s</xliff:g>) <xliff:g id="pixels">%2$1.1f</xliff:g> megapixel</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">Macro+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">Beweging verscherpen</string>
diff --git a/res/values-nl/qcomstrings.xml b/res/values-nl/qcomstrings.xml
index c855bfffc..b0e81f3ec 100644
--- a/res/values-nl/qcomstrings.xml
+++ b/res/values-nl/qcomstrings.xml
@@ -85,7 +85,7 @@
<!-- Red eye reduction -->
<string name="pref_camera_redeyereduction_title">Rode ogen verminderen</string>
<!-- AE bracketing -->
- <string name="pref_camera_ae_bracket_hdr_title">Reeksopname met automatische belichting (AEB)</string>
+ <string name="pref_camera_ae_bracket_hdr_title">Reeksopname met automatische belichtingscompensatie (AEB)</string>
<!-- High-framerate recording -->
<string name="pref_camera_hfr_title">Opname met hoge beeldsnelheid</string>
<string name="pref_camera_hfr_entry_off">Uit</string>
@@ -248,7 +248,7 @@
<string name="error_app_unsupported_raw">Raw beeldformaat wordt niet ondersteund in Zero shutter lag modus. Selecteer JPEG</string>
<string name="msg_cancel_longshot_for_limited_memory">Niet genoeg geheugen, continue opname wordt afgebroken</string>
<!-- Toast showing non-supported functionality for flash in AE bracket -->
- <string name="flash_aebracket_message">Flits is niet ondersteund in AE bracketing modus</string>
+ <string name="flash_aebracket_message">Flits wordt niet ondersteund in AEB-stand</string>
<!-- toast message for storage location switch -->
<string name="on_switch_save_path_to_sdcard">Onvoldoende interne opslagruimte, opslaglocatie veranderd naar SD-kaart</string>
<!-- The message is shown in toast when click showOnMap Menu and there is no map app -->