summaryrefslogtreecommitdiffstats
path: root/res/values-vi
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@lineageos.org>2017-02-19 16:53:23 -0800
committerAbhisek Devkota <ciwrl@lineageos.org>2017-02-19 16:53:23 -0800
commit32c73817a91a1671bbdde2c76a2ad8889e0c8913 (patch)
tree08a0071e3bd2b0c1daf366041d3f3609526f088b /res/values-vi
parent203aba2c71c2bf3a557a5ecf6ed3ed10142d35e3 (diff)
downloadandroid_packages_apps_Snap-32c73817a91a1671bbdde2c76a2ad8889e0c8913.tar.gz
android_packages_apps_Snap-32c73817a91a1671bbdde2c76a2ad8889e0c8913.tar.bz2
android_packages_apps_Snap-32c73817a91a1671bbdde2c76a2ad8889e0c8913.zip
Automatic translation import
Change-Id: Ia8a0d8a7546ee672d81f3b5468e1bbba47ddc8b9
Diffstat (limited to 'res/values-vi')
-rw-r--r--res/values-vi/cm_strings.xml10
-rw-r--r--res/values-vi/qcomstrings.xml2
-rw-r--r--res/values-vi/strings.xml2
3 files changed, 14 insertions, 0 deletions
diff --git a/res/values-vi/cm_strings.xml b/res/values-vi/cm_strings.xml
index 4c95367db..3067385da 100644
--- a/res/values-vi/cm_strings.xml
+++ b/res/values-vi/cm_strings.xml
@@ -16,6 +16,14 @@
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">Rộng</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> megapixels</string>
<!-- Settings screen, scene mode -->
<string name="pref_camera_scenemode_entry_refocus">Macro+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">Giảm mờ chuyển động</string>
@@ -96,4 +104,6 @@
<string name="pref_camera_shutter_speed_title">Tốc độ chụp màn trập</string>
<string name="auto_hdr_enabled">HDR tự động được kích hoạt</string>
<!-- Advanced options -->
+ <string name="developer_menu_enabled">Bạn đã bật tùy chọn máy ảnh nâng cao</string>
+ <string name="developer_menu_disabled">Bạn đã tắt tùy chọn máy ảnh nâng cao</string>
</resources>
diff --git a/res/values-vi/qcomstrings.xml b/res/values-vi/qcomstrings.xml
index efc6fe8b4..717115ab6 100644
--- a/res/values-vi/qcomstrings.xml
+++ b/res/values-vi/qcomstrings.xml
@@ -266,6 +266,8 @@
<!-- Toast after 2k4k video is enabled to inform SeeMore has been disabled -->
<string name="video_quality_4k_disable_SeeMore">Không thể kích hoạt SeeMore lúc quay video 4k</string>
<!-- Toast after SeeMore has been enabled to show CDS is disabled -->
+ <string name="disable_CDS_during_SeeMore">Cho phép SeeMore sẽ tắt CDS</string>
<!-- Toast after SeeMore has been enabled to show TNR is disabled -->
+ <string name="disable_TNR_during_SeeMore">Cho phép SeeMore sẽ tắt TNR</string>
<!-- TODO: Remove these? -->
</resources>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index 82688010d..4a86810a4 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -140,7 +140,9 @@
<!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
<string name="camera_disabled">Máy ảnh đã bị tắt do chính sách bảo mật.</string>
<!-- message for the dialog showing that the app does not have sufficient permissions [CHAR LIMIT=NONE] -->
+ <string name="error_permissions">Ứng dụng không có quyền quan trọng cần thiết để chạy. Hãy kiểm tra cài đặt quyền của bạn.</string>
<!-- Dialog "Dismiss" button. Closes the dialog [CHAR LIMIT=12]-->
+ <string name="dialog_dismiss">Bỏ qua</string>
<!-- alert to the user to wait for some operation to complete -->
<string name="wait">Vui lòng đợi\u2026</string>
<!-- alert to the user that an SD card must be installed before using the camera -->