diff options
| author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-02-02 07:29:22 +0200 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-02-02 07:29:22 +0200 |
| commit | 7b8c225e1946de32a8e09e887f67cc41b48c2fec (patch) | |
| tree | 3c050916eb2b6591be709ecca5d05a83ffda97e6 | |
| parent | fa49bdcee804a5cb3780aebe9b0814da944a533f (diff) | |
| download | android_packages_apps_Camera2-7b8c225e1946de32a8e09e887f67cc41b48c2fec.tar.gz android_packages_apps_Camera2-7b8c225e1946de32a8e09e887f67cc41b48c2fec.tar.bz2 android_packages_apps_Camera2-7b8c225e1946de32a8e09e887f67cc41b48c2fec.zip | |
Automatic translation import
Change-Id: I28f1bf6d547bd8d3b142894ddb4680d17b2bd9f1
| -rw-r--r-- | res/values-be/cm_strings.xml | 22 | ||||
| -rw-r--r-- | res/values-bg/cm_strings.xml | 22 | ||||
| -rw-r--r-- | res/values-ja/cm_strings.xml | 4 |
3 files changed, 46 insertions, 2 deletions
diff --git a/res/values-be/cm_strings.xml b/res/values-be/cm_strings.xml new file mode 100644 index 000000000..eb41486bf --- /dev/null +++ b/res/values-be/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-bg/cm_strings.xml b/res/values-bg/cm_strings.xml new file mode 100644 index 000000000..5adb3b188 --- /dev/null +++ b/res/values-bg/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-ja/cm_strings.xml b/res/values-ja/cm_strings.xml index ee4d6cd1c..091ec5b07 100644 --- a/res/values-ja/cm_strings.xml +++ b/res/values-ja/cm_strings.xml @@ -16,7 +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_max_brightness_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> |
