diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-07-27 20:48:47 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-07-27 20:48:47 +0300 |
| commit | b25a82505d7305b8d076acf66dba671320837b35 (patch) | |
| tree | 76de6fed9550f8b6119117ddf7a47f5652637e38 | |
| parent | 6e1878eb4fe266caf26cc99d907eb453e8b11cf9 (diff) | |
| download | android_packages_apps_Camera2-b25a82505d7305b8d076acf66dba671320837b35.tar.gz android_packages_apps_Camera2-b25a82505d7305b8d076acf66dba671320837b35.tar.bz2 android_packages_apps_Camera2-b25a82505d7305b8d076acf66dba671320837b35.zip | |
Automatic translation import
Change-Id: I2cde5729f953eba81d98fff2219882785e5c267e
| -rw-r--r-- | res/values-ar/cm_strings.xml | 22 | ||||
| -rw-r--r-- | res/values-hi/cm_strings.xml | 1 | ||||
| -rw-r--r-- | res/values-kn-rIN/cm_strings.xml | 22 | ||||
| -rw-r--r-- | res/values-sl/cm_strings.xml | 22 |
4 files changed, 67 insertions, 0 deletions
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml new file mode 100644 index 000000000..af9e7e7b8 --- /dev/null +++ b/res/values-ar/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">مصراع قوي</string> + <string name="pref_camera_max_brightness_title">شاشة ساطعة</string> + <string name="pref_camera_storage_title">موقع التخزين</string> +</resources> diff --git a/res/values-hi/cm_strings.xml b/res/values-hi/cm_strings.xml index 77fffe02a..f1834320e 100644 --- a/res/values-hi/cm_strings.xml +++ b/res/values-hi/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">पावर शटर</string> <string name="pref_camera_max_brightness_title">उज्ज्वल स्क्रीन</string> + <string name="pref_camera_storage_title">भंडारण स्थान</string> </resources> diff --git a/res/values-kn-rIN/cm_strings.xml b/res/values-kn-rIN/cm_strings.xml new file mode 100644 index 000000000..3950b6354 --- /dev/null +++ b/res/values-kn-rIN/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">ಪವರ್ ಷಟರ್</string> + <string name="pref_camera_max_brightness_title">ಪ್ರಕಾಶಮಾನ ಪರದೆ</string> + <string name="pref_camera_storage_title">ಸಂಗ್ರಹಣೆ ಸ್ಥಳ</string> +</resources> diff --git a/res/values-sl/cm_strings.xml b/res/values-sl/cm_strings.xml new file mode 100644 index 000000000..59f132d04 --- /dev/null +++ b/res/values-sl/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">Gumb za vklop/izklop</string> + <string name="pref_camera_max_brightness_title">Svetel zaslon</string> + <string name="pref_camera_storage_title">Mesto za shranjevanje</string> +</resources> |
