diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-05-02 02:51:20 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-05-02 02:51:20 +0300 |
| commit | 163d19acd194bb4b8f3595c169f8f7083e43064c (patch) | |
| tree | b244ca80f23229080f8571133cc1c7b25be5f5ff | |
| parent | 7812b80168e8077a105169f127e9d916caa52ec3 (diff) | |
| download | android_packages_apps_Camera2-163d19acd194bb4b8f3595c169f8f7083e43064c.tar.gz android_packages_apps_Camera2-163d19acd194bb4b8f3595c169f8f7083e43064c.tar.bz2 android_packages_apps_Camera2-163d19acd194bb4b8f3595c169f8f7083e43064c.zip | |
Automatic translation import
Change-Id: I85cda76936f8317f427828a9b9f951205c1ced60
| -rw-r--r-- | res/values-ast-rES/cm_strings.xml | 1 | ||||
| -rw-r--r-- | res/values-hi/cm_strings.xml | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/res/values-ast-rES/cm_strings.xml b/res/values-ast-rES/cm_strings.xml index 31f40212d..499a3aa27 100644 --- a/res/values-ast-rES/cm_strings.xml +++ b/res/values-ast-rES/cm_strings.xml @@ -17,4 +17,5 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="pref_camera_power_shutter_title">Disparador c/botón d\'encendíu</string> + <string name="pref_camera_max_brightness_title">Pantalla brillante</string> </resources> diff --git a/res/values-hi/cm_strings.xml b/res/values-hi/cm_strings.xml new file mode 100644 index 000000000..77fffe02a --- /dev/null +++ b/res/values-hi/cm_strings.xml @@ -0,0 +1,21 @@ +<?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> +</resources> |
