summaryrefslogtreecommitdiffstats
path: root/res/values-ca/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ca/cm_strings.xml')
-rw-r--r--res/values-ca/cm_strings.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml
index 3b0c301d0..1719f5ef6 100644
--- a/res/values-ca/cm_strings.xml
+++ b/res/values-ca/cm_strings.xml
@@ -16,9 +16,15 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- common aspect ratios -->
+ <!-- aspect ratio greater than 16:9, so "widescreen" or "cinematic" -->
+ <string name="pref_camera_aspectratio_wide">Panoràmica</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">(%1$s) %2$1.1f megapíxels</string>
<!-- Settings screen, scene mode -->
- <string name="pref_camera_scenemode_entry_refocus">Macro+</string>
- <string name="pref_camera_megapixel_format">(%1$s) %2$1.1f Mp</string>
<string name="pref_camera_scenemode_entry_antimotionblur">Reducció del difuminat del moviment</string>
<string name="pref_camera_scenemode_entry_aqua">Aigua</string>
<string name="pref_camera_scenemode_entry_ar">Realitat augmentada</string>
@@ -61,6 +67,7 @@
<string name="pref_camera_scenemode_entry_text">Text</string>
<string name="pref_camera_scenemode_entry_theatre">Teatre</string>
<string name="pref_camera_scenemode_entry_whiteboard">Pissarra blanca</string>
+ <!-- Settings screen, focus mode -->
<string name="pref_camera_focusmode_entry_continuous">Continu</string>
<string name="pref_camera_focusmode_entry_mw_continuous">Continu (MW)</string>
<string name="pref_camera_focusmode_entry_extended">Extès</string>
@@ -70,6 +77,7 @@
<string name="pref_camera_focusmode_entry_normal">Normal</string>
<string name="pref_camera_focusmode_entry_portrait">Retrat</string>
<string name="pref_camera_focusmode_entry_hyperfocal">Hiperfocal</string>
+ <!-- Color effects -->
<string name="pref_camera_coloreffect_entry_washed">Rentat</string>
<string name="pref_camera_coloreffect_entry_vintage_warm">Vintage càlid</string>
<string name="pref_camera_coloreffect_entry_vintage_cold">Vintage fred</string>
@@ -77,16 +85,24 @@
<string name="pref_camera_coloreffect_entry_point_green">Punt verd</string>
<string name="pref_camera_coloreffect_entry_point_red_yellow">Punt vermell-groc</string>
<string name="pref_camera_coloreffect_entry_cartoonize">Encartrona</string>
+ <!-- Red eye flash mode title -->
<string name="pref_camera_flashmode_entry_redeye">Ulls vermells</string>
<string name="pref_camera_flashmode_label_redeye">ULLS VERMELLS</string>
+ <!-- Power shutter -->
<string name="pref_camera_power_shutter_title">Obturador ràpid</string>
+ <!-- Max brightness -->
<string name="pref_camera_max_brightness_title">Pantalla brillant</string>
+ <!-- Touch focus duration -->
<string name="pref_camera_focustime_title">Duració del focus tàctil</string>
<string name="pref_camera_focustime_entry_0">0s</string>
<string name="pref_camera_focustime_entry_3">3s</string>
<string name="pref_camera_focustime_entry_5">5s</string>
<string name="pref_camera_focustime_entry_10">10s</string>
<string name="pref_camera_focustime_entry_infinite">Infinit</string>
+ <!-- Shutter speed -->
<string name="pref_camera_shutter_speed_title">Velocitat d\'obturació</string>
<string name="auto_hdr_enabled">Auto HDR habilitat</string>
+ <!-- Advanced options -->
+ <string name="developer_menu_enabled">Has habilitat les opcions avançades de la càmera</string>
+ <string name="developer_menu_disabled">Has deshabilitat les opcions avançades de la càmera</string>
</resources>