diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-03-15 01:46:55 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-04-17 01:33:27 +0300 |
| commit | 221eac31a16b5e953811af668c612c4372d09dac (patch) | |
| tree | cc26535dfb7ba69fe6912a7cddf9c2f35b364ca3 | |
| parent | 6eaafbef54de3a9b70ec338512b537cd0f7b5d13 (diff) | |
| download | android_packages_apps_Camera2-221eac31a16b5e953811af668c612c4372d09dac.tar.gz android_packages_apps_Camera2-221eac31a16b5e953811af668c612c4372d09dac.tar.bz2 android_packages_apps_Camera2-221eac31a16b5e953811af668c612c4372d09dac.zip | |
Automatic translation import
Change-Id: Ic0ffbc7f6a7198ea341425c966fc238d42721058
| -rw-r--r-- | res/values-af/cm_strings.xml | 1 | ||||
| -rw-r--r-- | res/values-en-rAU/cm_strings.xml | 21 | ||||
| -rw-r--r-- | res/values-et-rEE/cm_strings.xml | 21 |
3 files changed, 43 insertions, 0 deletions
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml index d701e2d19..701c795c5 100644 --- a/res/values-af/cm_strings.xml +++ b/res/values-af/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">Krag knoppie</string> + <string name="pref_camera_max_brightness_title">Helder skerm</string> </resources> diff --git a/res/values-en-rAU/cm_strings.xml b/res/values-en-rAU/cm_strings.xml new file mode 100644 index 000000000..602586c1b --- /dev/null +++ b/res/values-en-rAU/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">Power shutter</string> + <string name="pref_camera_max_brightness_title">Bright screen</string> +</resources> diff --git a/res/values-et-rEE/cm_strings.xml b/res/values-et-rEE/cm_strings.xml new file mode 100644 index 000000000..d9a3c60bf --- /dev/null +++ b/res/values-et-rEE/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">Sisselülitusnupp</string> + <string name="pref_camera_max_brightness_title">Hele ekraan</string> +</resources> |
