summaryrefslogtreecommitdiffstats
path: root/res/values-pt-rBR/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-pt-rBR/cm_strings.xml')
-rw-r--r--res/values-pt-rBR/cm_strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml
index 8b6fc8b19..1133ff94a 100644
--- a/res/values-pt-rBR/cm_strings.xml
+++ b/res/values-pt-rBR/cm_strings.xml
@@ -16,6 +16,13 @@
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">Wide</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 MP</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">Macro+</string>
@@ -96,4 +103,7 @@
<!-- Shutter speed -->
<string name="pref_camera_shutter_speed_title">Velocidade do obturador</string>
<string name="auto_hdr_enabled">HDR automático ativado</string>
+ <!-- Advanced options -->
+ <string name="developer_menu_enabled">Você ativou as opções avançadas da câmera</string>
+ <string name="developer_menu_disabled">Você desativou as opções avançadas da câmera</string>
</resources>