diff options
| author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-05 00:49:57 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-05 00:49:57 +0200 |
| commit | 8373d80a1894d598b38266c87e88e92949fe5dbb (patch) | |
| tree | 4b54e0dd1ec0380dece99f8cc6806fefdfec8de0 | |
| parent | 9728276b0843415f21813f91925c3f0f5cdad65c (diff) | |
| download | android_packages_apps_Camera2-8373d80a1894d598b38266c87e88e92949fe5dbb.tar.gz android_packages_apps_Camera2-8373d80a1894d598b38266c87e88e92949fe5dbb.tar.bz2 android_packages_apps_Camera2-8373d80a1894d598b38266c87e88e92949fe5dbb.zip | |
Automatic translation import
Change-Id: Icdb353be8b8e9014d74b1c918bee8edbb49bf4f0
| -rw-r--r-- | res/values-en-rIN/cm_strings.xml | 1 | ||||
| -rw-r--r-- | res/values-th/cm_strings.xml | 3 | ||||
| -rw-r--r-- | res/values-vi/cm_strings.xml | 22 |
3 files changed, 25 insertions, 1 deletions
diff --git a/res/values-en-rIN/cm_strings.xml b/res/values-en-rIN/cm_strings.xml index 602586c1b..7134cab17 100644 --- a/res/values-en-rIN/cm_strings.xml +++ b/res/values-en-rIN/cm_strings.xml @@ -18,4 +18,5 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="pref_camera_power_shutter_title">Power shutter</string> <string name="pref_camera_max_brightness_title">Bright screen</string> + <string name="pref_camera_storage_title">Storage location</string> </resources> diff --git a/res/values-th/cm_strings.xml b/res/values-th/cm_strings.xml index 9097199ab..b8d81ed84 100644 --- a/res/values-th/cm_strings.xml +++ b/res/values-th/cm_strings.xml @@ -16,6 +16,7 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="pref_camera_power_shutter_title">ปุ่มชัตเตอร์เพาเวอร์</string> + <string name="pref_camera_power_shutter_title">ปุ่มชัตเตอร์พาวเวอร์</string> <string name="pref_camera_max_brightness_title">หน้าจอสว่าง</string> + <string name="pref_camera_storage_title">ตำแหน่งพื้นที่จัดเก็บ</string> </resources> diff --git a/res/values-vi/cm_strings.xml b/res/values-vi/cm_strings.xml new file mode 100644 index 000000000..032a57789 --- /dev/null +++ b/res/values-vi/cm_strings.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (C) 2015 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="pref_camera_power_shutter_title">Chụp bằng nút nguồn</string> + <string name="pref_camera_max_brightness_title">Sáng màn hình</string> + <string name="pref_camera_storage_title">Vị trí lưu trữ</string> +</resources> |
