3
0
Fork 0

galaxys2-common: commonize AdvancedDisplay [2/3]

Change-Id: Icd5dd4c74abc9c9219209c1f8bc514949b3a2922
This commit is contained in:
Simon Shields 2016-03-18 23:12:55 +11:00
parent 2415f7d812
commit e8efd4ccc5
172 changed files with 0 additions and 5706 deletions

View File

@ -1,15 +0,0 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := AdvancedDisplay
LOCAL_CERTIFICATE := platform
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cyanogenmod.settings.device"
android:sharedUserId="android.uid.system" >
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
<application android:label="@string/app_name">
<activity
android:name="com.cyanogenmod.settings.device.DisplaySettings"
android:launchMode="singleTop"
android:icon="@mipmap/ic_launcher_settings"
android:hardwareAccelerated="true"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:theme="@style/Theme.Main"
android:excludeFromRecents="true" >
<intent-filter>
<action android:name="com.cyanogenmod.action.LAUNCH_DEVICE_SETTINGS" />
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
<receiver android:name=".Startup">
<intent-filter android:priority="100">
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<activity android:name=".ScreenFragmentActivity" />
</application>
</manifest>

View File

@ -1,5 +0,0 @@
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (standaard)</item>
<item>Gebruikerskoppelvlak Modus</item>
<item>Video Modus</item>
<item>Video Warm Modus</item>
<item>Video Koud Modus</item>
<item>Kamera</item>
<item>Navigasie</item>
<item>Galery</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamies (standaard)</item>
<item>Standaard</item>
<item>Natuurlik</item>
<item>Flieks</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normaal</item>
<item>Omgekeerde</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Gevorderde skerm</string>
<string name="defaults_button">Herstel na standaard</string>
<!-- Screen Preference -->
<string name="category_screen_title">Skerm</string>
<string name="screen_colors_title">Kleure</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Scenario</string>
<string name="mdnie_scenario_summary_head">Stel die mDNIe scenario</string>
<string name="mdnie_mode_title_head">Modus</string>
<string name="mdnie_mode_summary_head">Stel die mDNIe modus</string>
<string name="mdnie_negative_title_head">Negatiewe modus</string>
<string name="mdnie_negative_summary_head">Aktiveer/deaktiveer omgekeerde kleure</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (الإفتراضي)</item>
<item>واجهة المستخدم</item>
<item>فيديو</item>
<item>فيديو سريع</item>
<item>فيديو بطيء</item>
<item>الكاميرا</item>
<item>التنقل</item>
<item>معرض</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>ديناميكي (افتراضي)</item>
<item>قياسي</item>
<item>طبيعي</item>
<item>فيلم</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>عادي</item>
<item>معكوس</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">عرض متقدم</string>
<string name="defaults_button">إعادة التعيين إلى الافتراضي</string>
<!-- Screen Preference -->
<string name="category_screen_title">الشاشة</string>
<string name="screen_colors_title">الألوان</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">السيناريو</string>
<string name="mdnie_scenario_summary_head">تعيين السيناريو mDNIe</string>
<string name="mdnie_mode_title_head">نمط</string>
<string name="mdnie_mode_summary_head">تعيين وضع mDNIe</string>
<string name="mdnie_negative_title_head">وضع سلبي</string>
<string name="mdnie_negative_summary_head">تمكين/تعطيل ألوان معكوسة</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (por defeutu)</item>
<item>IU</item>
<item>Videu</item>
<item>Videu caldiu</item>
<item>Videu fríu</item>
<item>Cámara</item>
<item>Navegación</item>
<item>Galería</item>
<item>Videollamada</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinámicu (por defeutu)</item>
<item>Estándar</item>
<item>Natural</item>
<item>Película</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertíu</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Axustes avanzaos</string>
<string name="defaults_button">Restablecer valores</string>
<!-- Screen Preference -->
<string name="category_screen_title">Pantalla</string>
<string name="screen_colors_title">Colores</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Escenariu</string>
<string name="mdnie_scenario_summary_head">Definir l\'escenariu mDNIe</string>
<string name="mdnie_mode_title_head">Mou</string>
<string name="mdnie_mode_summary_head">Definir el mou mDNIe</string>
<string name="mdnie_negative_title_head">Mou negativu</string>
<string name="mdnie_negative_summary_head">Activar/desactivar los colores invertíos</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (ilkin)</item>
<item>İstifadәçi İnterfeysi</item>
<item>Video</item>
<item>Video - isti</item>
<item>Video - soyuq</item>
<item>Kamera</item>
<item>Hərəkət</item>
<item>Qalereya</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamik (ilkin)</item>
<item>Standard</item>
<item>Tәbii</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Tərsinə çevrilmiş</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Qabaqcıl ekran</string>
<string name="defaults_button">İlkin vəziyyətə qaytar</string>
<!-- Screen Preference -->
<string name="category_screen_title">Ekran</string>
<string name="screen_colors_title">Rənglər</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Ekran rejimi</string>
<string name="mdnie_scenario_summary_head">mDNle ssenarisini tənzimlə</string>
<string name="mdnie_mode_title_head">Rejim</string>
<string name="mdnie_mode_summary_head">mDNle rejimini tənzimlə</string>
<string name="mdnie_negative_title_head">Neqativ rejim</string>
<string name="mdnie_negative_summary_head">Tərs rәnglәri aç/bağla</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (ilkin)</item>
<item>İstifadәçi İnterfeysi</item>
<item>Video</item>
<item>Video isti</item>
<item>Video soyuq</item>
<item>Kamera</item>
<item>Naviqasiya</item>
<item>Qalereya</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamik (ilkin)</item>
<item>Standart</item>
<item>Tәbii</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Tərsinə çevrilmiş</item>
</string-array>
</resources>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Qabaqcıl ekran</string>
<string name="defaults_button">İlkin vəziyyətə qaytar</string>
<string name="category_screen_title">Ekran</string>
<string name="screen_colors_title">Rәnglәr</string>
<string name="mdnie_scenario_title_head">Ssenari</string>
<string name="mdnie_scenario_summary_head">mDNle ssenarisini tənzimlə</string>
<string name="mdnie_mode_title_head">Rejim</string>
<string name="mdnie_mode_summary_head">mDNle rejimini tənzimlə</string>
<string name="mdnie_negative_title_head">Neqativ rejim</string>
<string name="mdnie_negative_summary_head">Tərs rәnglәri aç/bağla</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (па змаўчанні)</item>
<item>Рэжым UIitem</item>
<item>Фільм</item>
<item>Фільм — цёплыя таны</item>
<item>Фільм — лядоўні тону</item>
<item>Камера</item>
<item>Панэль навігацыі</item>
<item>Галерэя</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Дынамічны (Па змаўчанні)</item>
<item>Стандартны</item>
<item>Натуральны</item>
<item>Фільм</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Звычайны</item>
<item>Інверсія</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Налады экрана</string>
<string name="defaults_button">Скінуць налады</string>
<!-- Screen Preference -->
<string name="category_screen_title">Экран</string>
<string name="screen_colors_title">Колеры</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Сцэнар</string>
<string name="mdnie_scenario_summary_head">Усталёўка сцэнара mDNIe</string>
<string name="mdnie_mode_title_head">Рэжым</string>
<string name="mdnie_mode_summary_head">Усталёўка рэжыму mDNIe</string>
<string name="mdnie_negative_title_head">Негатыў</string>
<string name="mdnie_negative_summary_head">Укл./выкл. інверсіі колераў</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (по подразбиране)</item>
<item>ПОТРЕБИТЕЛСКИ ИНТЕРФЕЙС</item>
<item>Видео</item>
<item>Видео топло</item>
<item>Видео студено</item>
<item>Камера</item>
<item>Навигация</item>
<item>Галерия</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Динамичен (по подразбиране)</item>
<item>Стандартен</item>
<item>Естествен</item>
<item>Филм</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Нормално</item>
<item>Обърнати</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Настройки на дисплея</string>
<string name="defaults_button">Възстанови по подразбиране</string>
<!-- Screen Preference -->
<string name="category_screen_title">Екран</string>
<string name="screen_colors_title">Цветове</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Сценарий</string>
<string name="mdnie_scenario_summary_head">Избор на сценария mDNIe</string>
<string name="mdnie_mode_title_head">Режим</string>
<string name="mdnie_mode_summary_head">Посочете режим mDNIe</string>
<string name="mdnie_negative_title_head">Негативен режим</string>
<string name="mdnie_negative_summary_head">Включи/изключи инверсия на цветовете</string>
</resources>

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="defaults_button">পূর্ব-নির্ধারিত অবস্থায় পুন:স্থাপন</string>
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>সায়ানোজেনমড (পূর্ব-নির্ধারিত)</item>
<item>ইউআই</item>
<item>ভিডিও</item>
<item>ভিডিও উষ্ণ</item>
<item>ভিডিও শীতল</item>
<item>ক্যামেরা</item>
<item>পরিভ্রমণ</item>
<item>সংগ্রহশালা</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>গতিশীল (পূর্ব-নির্ধারিত)</item>
<item>আদর্শ</item>
<item>প্রাকৃতিক</item>
<item>চলচ্চিত্র</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>স্বাভাবিক</item>
<item>বিপর্যস্ত</item>
</string-array>
</resources>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">উন্নততর প্রদর্শন</string>
<string name="defaults_button">পূর্ব-নির্ধারিত অবস্থায় পুন:স্থাপন</string>
<string name="category_screen_title">পর্দা</string>
<string name="screen_colors_title">রঙ</string>
<string name="mdnie_scenario_title_head">দৃশ্যবিবরণী</string>
<string name="mdnie_scenario_summary_head">mDNIe দৃশ্যবিবরণী ধার্য করুন</string>
<string name="mdnie_mode_title_head">অবস্থা</string>
<string name="mdnie_mode_summary_head">mDNIe অবস্থা ধার্য করুন</string>
<string name="mdnie_negative_title_head">নেতিবাচক অবস্থা</string>
<string name="mdnie_negative_summary_head">বিপর্যস্ত রঙ সক্রিয়/নিস্ক্রিয় করা</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (per defecte)</item>
<item>IU</item>
<item>Vídeo</item>
<item>Video càlid</item>
<item>Vídeo fred</item>
<item>Càmera</item>
<item>Navegació</item>
<item>Galeria</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinàmic (per defecte)</item>
<item>Estàndard</item>
<item>Natural</item>
<item>Cinema</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertit</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Pantalla avançada</string>
<string name="defaults_button">Restableix els valors per defecte</string>
<!-- Screen Preference -->
<string name="category_screen_title">Pantalla</string>
<string name="screen_colors_title">Colors</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Escenari</string>
<string name="mdnie_scenario_summary_head">Estableix l\'escenari de mDNIe</string>
<string name="mdnie_mode_title_head">Mode</string>
<string name="mdnie_mode_summary_head">Estableix el mode de mDNIe</string>
<string name="mdnie_negative_title_head">Mode negatiu</string>
<string name="mdnie_negative_summary_head">Habilita/inhabilita els colors invertits</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (výchozí)</item>
<item>Režim UI</item>
<item>Kamera</item>
<item>Režim teplých barev</item>
<item>Režim studených barev</item>
<item>Fotoaparát</item>
<item>Navigace</item>
<item>Galerie</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dynamický (výchozí)</item>
<item>Standardní</item>
<item>Přirozený</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normálně</item>
<item>Inverzní</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Rozšířené zobrazení</string>
<string name="defaults_button">Obnovit výchozí</string>
<!-- Screen Preference -->
<string name="category_screen_title">Obrazovka</string>
<string name="screen_colors_title">Barvy</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Scénář</string>
<string name="mdnie_scenario_summary_head">Nastavit scénář pro mDNIe</string>
<string name="mdnie_mode_title_head">Režim</string>
<string name="mdnie_mode_summary_head">Nastavit režim mDNIe</string>
<string name="mdnie_negative_title_head">Inverzní režim</string>
<string name="mdnie_negative_summary_head">Použít invertování barev</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (standard)</item>
<item>UI</item>
<item>Video</item>
<item>Varm video</item>
<item>Kold video</item>
<item>Kamera</item>
<item>Navigation</item>
<item>Galleri</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dynamisk (standard)</item>
<item>Standard</item>
<item>Naturlig</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Inverteret</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Avancerede skærmindstillinger</string>
<string name="defaults_button">Nulstil til standard</string>
<!-- Screen Preference -->
<string name="category_screen_title">Skærm</string>
<string name="screen_colors_title">Farver</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Scenarie</string>
<string name="mdnie_scenario_summary_head">Angiv mDNIe-scenariet</string>
<string name="mdnie_mode_title_head">Tilstand</string>
<string name="mdnie_mode_summary_head">Angiv mDNIe-tilstanden</string>
<string name="mdnie_negative_title_head">Negativ tilstand</string>
<string name="mdnie_negative_summary_head">Aktivér/deaktivér inverteret farver</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (Standard)</item>
<item>UI-Modus</item>
<item>Videomodus</item>
<item>Videomodus (warm)</item>
<item>Videomodus (kalt)</item>
<item>Kamera</item>
<item>Navigation</item>
<item>Galerie</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dynamisch (Standard)</item>
<item>Normal</item>
<item>Natürlich</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertiert</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Erweiterte Display-Einstellungen</string>
<string name="defaults_button">Zurücksetzen</string>
<!-- Screen Preference -->
<string name="category_screen_title">Bildschirm</string>
<string name="screen_colors_title">Farben</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Szenario</string>
<string name="mdnie_scenario_summary_head">Wählen Sie das mDNIe-Szenario</string>
<string name="mdnie_mode_title_head">Modus</string>
<string name="mdnie_mode_summary_head">Wählen Sie den mDNIe-Modus</string>
<string name="mdnie_negative_title_head">Negativmodus</string>
<string name="mdnie_negative_summary_head">Invertierte Farben ein-/ausschalten</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (προεπιλογή)</item>
<item>UI</item>
<item>Βίντεο</item>
<item>Θερμό βίντεο</item>
<item>Ψυχρό βίντεο</item>
<item>Φωτογρ. μηχανή</item>
<item>Πλοήγηση</item>
<item>Συλλογή</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Δυναμική (προεπιλογή)</item>
<item>Κανονική</item>
<item>Φυσική</item>
<item>Ταινία</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Κανονική</item>
<item>Ανεστραμμένη</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Ρυθμίσεις οθόνης για προχωρημένους</string>
<string name="defaults_button">Επαναφορά στις προεπιλογές</string>
<!-- Screen Preference -->
<string name="category_screen_title">Οθόνη</string>
<string name="screen_colors_title">Χρώματα</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Σενάριο</string>
<string name="mdnie_scenario_summary_head">Ορίστε το σενάριο mDNIe</string>
<string name="mdnie_mode_title_head">Λειτουργία</string>
<string name="mdnie_mode_summary_head">Ορίστε την λειτουργία mDNIe</string>
<string name="mdnie_negative_title_head">Αρνητική λειτουργία</string>
<string name="mdnie_negative_summary_head">Ενεργοποίηση/απενεργοποίηση αντεστραμμένων χρωμάτων</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (default)</item>
<item>UI</item>
<item>Video</item>
<item>Video warm</item>
<item>Video cold</item>
<item>Camera</item>
<item>Navigation</item>
<item>Gallery</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dynamic (default)</item>
<item>Standard</item>
<item>Natural</item>
<item>Movie</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Inverted</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Advanced display</string>
<string name="defaults_button">Reset to default</string>
<!-- Screen Preference -->
<string name="category_screen_title">Screen</string>
<string name="screen_colors_title">Colors</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Scenario</string>
<string name="mdnie_scenario_summary_head">Set the mDNIe scenario</string>
<string name="mdnie_mode_title_head">Mode</string>
<string name="mdnie_mode_summary_head">Set the mDNIe mode</string>
<string name="mdnie_negative_title_head">Negative mode</string>
<string name="mdnie_negative_summary_head">Enable/disable inverted colours</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (predeterminado)</item>
<item>UI</item>
<item>Video</item>
<item>Video warm</item>
<item>Video cold</item>
<item>Camera</item>
<item>Navigation</item>
<item>Gallery</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinámico (predeterminado)</item>
<item>Standard</item>
<item>Natural</item>
<item>Movie</item>
</string-array>
</resources>

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
<string name="mdnie_negative_title_head">Modo negativo</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (por defeutu)</item>
<item>IU</item>
<item>Videu</item>
<item>Videu caldiu</item>
<item>Videu fríu</item>
<item>Cámara</item>
<item>Navegación</item>
<item>Galería</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinámicu (por defeutu)</item>
<item>Estándar</item>
<item>Natural</item>
<item>Película</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertíu</item>
</string-array>
</resources>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Axustes avanzaos</string>
<string name="defaults_button">Valores predeterminaos</string>
<string name="category_screen_title">Pantalla</string>
<string name="screen_colors_title">Colores</string>
<string name="mdnie_scenario_title_head">Escenariu</string>
<string name="mdnie_scenario_summary_head">Definir l\'escenariu mDNIe</string>
<string name="mdnie_mode_title_head">Mou</string>
<string name="mdnie_mode_summary_head">Definir el mou mDNIe</string>
<string name="mdnie_negative_title_head">Mou negativu</string>
<string name="mdnie_negative_summary_head">Activar/desactivar los colores invertíos</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (por defecto)</item>
<item>Interfaz de usuario</item>
<item>Vídeo</item>
<item>Video calido</item>
<item>Vídeo frío</item>
<item>Cámara</item>
<item>Navegación</item>
<item>Galería</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinámico (por defecto)</item>
<item>Estándar</item>
<item>Natural</item>
<item>Película</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertido</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Pantalla avanzada</string>
<string name="defaults_button">Restablecer</string>
<!-- Screen Preference -->
<string name="category_screen_title">Pantalla</string>
<string name="screen_colors_title">Colores</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Escenario</string>
<string name="mdnie_scenario_summary_head">Establecer el escenario mDNIe</string>
<string name="mdnie_mode_title_head">Modo</string>
<string name="mdnie_mode_summary_head">Establecer el modo de mDNIe</string>
<string name="mdnie_negative_title_head">Modo negativo</string>
<string name="mdnie_negative_summary_head">Activar/desactivar colores invertidos</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (vaikimisi)</item>
<item>UI</item>
<item>Video</item>
<item>Video soe</item>
<item>Video külm</item>
<item>Kaamera</item>
<item>Navigeerimine</item>
<item>Galerii</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dünaamiline (vaikimisi)</item>
<item>Standard</item>
<item>Looduslik</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normaalne</item>
<item>Negatiivne</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Täpsem displei</string>
<string name="defaults_button">Taasta vaikesätted</string>
<!-- Screen Preference -->
<string name="category_screen_title">Ekraan</string>
<string name="screen_colors_title">Värvid</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Stsenaarium</string>
<string name="mdnie_scenario_summary_head">Seadke mDNIe stsenaarium</string>
<string name="mdnie_mode_title_head">Režiim</string>
<string name="mdnie_mode_summary_head">Seadke mDNIe režiim</string>
<string name="mdnie_negative_title_head">Negatiivne režiim</string>
<string name="mdnie_negative_summary_head">Luba/keela negatiivsed värvid</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (vaikimisi)</item>
<item>UI</item>
<item>Video</item>
<item>Video soe</item>
<item>Video külm</item>
<item>Kaamera</item>
<item>Navigeerimine</item>
<item>Galerii</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dünaamiline (vaikimisi)</item>
<item>Standard</item>
<item>Looduslik</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Tavaline</item>
<item>Negatiivne</item>
</string-array>
</resources>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Täpsem displei</string>
<string name="defaults_button">Taasta vaikesätted</string>
<string name="category_screen_title">Ekraan</string>
<string name="screen_colors_title">Värvid</string>
<string name="mdnie_scenario_title_head">Stsenaarium</string>
<string name="mdnie_scenario_summary_head">Seadke mDNIe stsenaarium</string>
<string name="mdnie_mode_title_head">Režiim</string>
<string name="mdnie_mode_summary_head">Seadke mDNIe režiim</string>
<string name="mdnie_negative_title_head">Negatiivne režiim</string>
<string name="mdnie_negative_summary_head">Luba/keela negatiivsed värvid</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (lehenetsia)</item>
<item>UI</item>
<item>Bideoa</item>
<item>Bideo epela</item>
<item>Bideo hotza</item>
<item>Kamera</item>
<item>Nabigazioa</item>
<item>Galeria</item>
<item>Bideodeia</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamikoa (lehenetsia)</item>
<item>Estandarra</item>
<item>Naturala</item>
<item>Filmea</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Arrunta</item>
<item>Alderantzikatua</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Pantaila aurreratua</string>
<string name="defaults_button">Leheneratu balio lehenetsietara</string>
<!-- Screen Preference -->
<string name="category_screen_title">Pantaila</string>
<string name="screen_colors_title">Koloreak</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Eszenatokia</string>
<string name="mdnie_scenario_summary_head">mDNIe eszenatokia ezarri</string>
<string name="mdnie_mode_title_head">Modua</string>
<string name="mdnie_mode_summary_head">Ezarri mDNIe modua</string>
<string name="mdnie_negative_title_head">Modu negatiboa</string>
<string name="mdnie_negative_summary_head">Gaitu/ezgaitu kolore alderantzikatuak</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (default)</item>
<item>UI</item>
<item>Bideoa</item>
<item>Bideo epela</item>
<item>Bideo hotza</item>
<item>Kamera</item>
<item>Nabigazioa</item>
<item>Galeria</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamikoa (lehenetsia)</item>
<item>Estandarra</item>
<item>Naturala</item>
<item>Filmea</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Arrunta</item>
<item>Alderantzikatua</item>
</string-array>
</resources>

View File

@ -1,28 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="defaults_button">Berrezarri</string>
<string name="category_screen_title">Pantaila</string>
<string name="screen_colors_title">Koloreak</string>
<string name="mdnie_scenario_title_head">Eszenatokia</string>
<string name="mdnie_scenario_summary_head">mDNIe eszenatokia ezarri</string>
<string name="mdnie_mode_title_head">Modua</string>
<string name="mdnie_mode_summary_head">mDNIe modua ezarri</string>
<string name="mdnie_negative_title_head">Modu negatiboa</string>
<string name="mdnie_negative_summary_head">Kolore alderantzikatuak gaitu/ezgaitu</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>سایانوژن‌مود (پیش‌فرض)</item>
<item>رابط کاربر</item>
<item>ویدیو</item>
<item>تصویری گرم</item>
<item>تصویری سرد</item>
<item>دوربین</item>
<item>پیمایش</item>
<item>گالری</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>پویا (پیش‌فرض)</item>
<item>استاندارد</item>
<item>طبیعی</item>
<item>فیلم</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>عادی</item>
<item>معکوس</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">نمایش پیشرفته</string>
<string name="defaults_button">تنظیم مجدد به پیش‌فرض</string>
<!-- Screen Preference -->
<string name="category_screen_title">صفحه نمایش</string>
<string name="screen_colors_title">رنگ‌ها</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">خط مشی</string>
<string name="mdnie_scenario_summary_head">تنظیم خط مشی mDNIe</string>
<string name="mdnie_mode_title_head">حالت</string>
<string name="mdnie_mode_summary_head">تنظیم حالت mDNIe</string>
<string name="mdnie_negative_title_head">حالت معکوس رنگ‌ها</string>
<string name="mdnie_negative_summary_head">فعال/غیرفعال کردن رنگ‌های معکوس</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (oletus)</item>
<item>Käyttöliittymä</item>
<item>Video</item>
<item>Video (lämmin)</item>
<item>Video (kylmä)</item>
<item>Kamera</item>
<item>Navigointi</item>
<item>Galleria</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dynaaminen (oletus)</item>
<item>Standardi</item>
<item>Luonnollinen</item>
<item>Elokuva</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normaali</item>
<item>Käänteinen</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Näytön lisäasetukset</string>
<string name="defaults_button">Palauta oletukset</string>
<!-- Screen Preference -->
<string name="category_screen_title">Näyttö</string>
<string name="screen_colors_title">Värit</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Skenaario</string>
<string name="mdnie_scenario_summary_head">Aseta mDNIe-skenaario</string>
<string name="mdnie_mode_title_head">Tila</string>
<string name="mdnie_mode_summary_head">Aseta mDNIe-tila</string>
<string name="mdnie_negative_title_head">Negatiivitila</string>
<string name="mdnie_negative_summary_head">Käytä käänteisiä värejä</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (par défaut)</item>
<item>IU</item>
<item>Vidéo</item>
<item>Vidéo chaude</item>
<item>Vidéo froide</item>
<item>Appareil photo</item>
<item>Navigation</item>
<item>Galerie</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dynamique (par défaut)</item>
<item>Standard</item>
<item>Naturel</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Inversé</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Affichage avancé</string>
<string name="defaults_button">Réinitialiser par défaut</string>
<!-- Screen Preference -->
<string name="category_screen_title">Écran</string>
<string name="screen_colors_title">Couleurs</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Scénario</string>
<string name="mdnie_scenario_summary_head">Définir le scénario mDNIe</string>
<string name="mdnie_mode_title_head">Mode</string>
<string name="mdnie_mode_summary_head">Définir le mode mDNIe</string>
<string name="mdnie_negative_title_head">Mode négatif</string>
<string name="mdnie_negative_summary_head">Activer/désactiver les couleurs inversées</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (predeterminado)</item>
<item>IU</item>
<item>Vídeo</item>
<item>Vídeo cálido</item>
<item>Vídeo frío</item>
<item>Cámara</item>
<item>Navegación</item>
<item>Galería</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinámico (predeterminado)</item>
<item>Estándar</item>
<item>Natural</item>
<item>Película</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertido</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Visualización avanzada</string>
<string name="defaults_button">Restabelecer</string>
<!-- Screen Preference -->
<string name="category_screen_title">Pantalla</string>
<string name="screen_colors_title">Cores</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Escenario</string>
<string name="mdnie_scenario_summary_head">Estabelecer o escenario mDNIe</string>
<string name="mdnie_mode_title_head">Modo</string>
<string name="mdnie_mode_summary_head">Estabelecer o modo mDNIe</string>
<string name="mdnie_negative_title_head">Modo negativo</string>
<string name="mdnie_negative_summary_head">Activar/desactivar cores invertidas</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (predefinido)</item>
<item>Interface de usuario</item>
<item>Vídeo</item>
<item>Vídeo cálido</item>
<item>Vídeo frío</item>
<item>Cámara</item>
<item>Navegación</item>
<item>Galería</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinámico (predefinido)</item>
<item>Estándar</item>
<item>Natural</item>
<item>Película</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertido</item>
</string-array>
</resources>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Axustes avanzados</string>
<string name="defaults_button">Restablecer</string>
<string name="category_screen_title">Pantalla</string>
<string name="screen_colors_title">Cores</string>
<string name="mdnie_scenario_title_head">Escenario</string>
<string name="mdnie_scenario_summary_head">Establecer o escenario mDNIe</string>
<string name="mdnie_mode_title_head">Modo</string>
<string name="mdnie_mode_summary_head">Establecer o modo mDNIe</string>
<string name="mdnie_negative_title_head">Modo negativo</string>
<string name="mdnie_negative_summary_head">Activar/desactivar cores invertidas</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (zadano)</item>
<item>Korisničko sučelje</item>
<item>Video</item>
<item>Video toplo</item>
<item>Video hladno</item>
<item>Fotoaparat</item>
<item>Navigacija</item>
<item>Galerija</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamično (zadano)</item>
<item>Standardno</item>
<item>Prirodno</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normalan</item>
<item>Preokrenuto</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Napredni zaslon</string>
<string name="defaults_button">Vrati na zadane postavke</string>
<!-- Screen Preference -->
<string name="category_screen_title">Zaslon</string>
<string name="screen_colors_title">Boje</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Scenarij</string>
<string name="mdnie_scenario_summary_head">Podesite mDNIe scenarij</string>
<string name="mdnie_mode_title_head">Način</string>
<string name="mdnie_mode_summary_head">Postavite mDNIe način</string>
<string name="mdnie_negative_title_head">Negativni način</string>
<string name="mdnie_negative_summary_head">Uključite/isključite obrnute boje</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (alapbeállítás)</item>
<item>Felhasználói felület</item>
<item>Videó</item>
<item>Videó (Meleg árnyalat)</item>
<item>Videó (Hideg árnyalat)</item>
<item>Kamera</item>
<item>Navigáció</item>
<item>Galéria</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamikus (alapbeállítás)</item>
<item>Hagyományos</item>
<item>Természetes</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normál</item>
<item>Fordított</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Speciális kijelző</string>
<string name="defaults_button">Beállítások visszaállítása alaphelyzetbe</string>
<!-- Screen Preference -->
<string name="category_screen_title">Kijelző</string>
<string name="screen_colors_title">Színek</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Megjelenítés</string>
<string name="mdnie_scenario_summary_head">mDNIe megjelenítési beállítások</string>
<string name="mdnie_mode_title_head">Üzemmód</string>
<string name="mdnie_mode_summary_head">mDNIe üzemmódok</string>
<string name="mdnie_negative_title_head">Negatív üzemmód</string>
<string name="mdnie_negative_summary_head">Fordított színek ki/be</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (baku)</item>
<item>UI</item>
<item>Video</item>
<item>Video (warna hangat)</item>
<item>Video (warna sejuk)</item>
<item>Kamera</item>
<item>Navigasi</item>
<item>Galeri</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamis (baku)</item>
<item>Standar</item>
<item>Natural</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Terbalik</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Tampilan lanjutan</string>
<string name="defaults_button">Kembalikan ke setelan baku</string>
<!-- Screen Preference -->
<string name="category_screen_title">Layar</string>
<string name="screen_colors_title">Warna</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Skenario</string>
<string name="mdnie_scenario_summary_head">Setel skenario mDNIe</string>
<string name="mdnie_mode_title_head">Modus</string>
<string name="mdnie_mode_summary_head">Setel modus mDNIe</string>
<string name="mdnie_negative_title_head">Modus negatif</string>
<string name="mdnie_negative_summary_head">Aktifkan/nonaktifkan warna terbalik</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (predefinito)</item>
<item>UI</item>
<item>Video</item>
<item>Toni caldi</item>
<item>Toni freddi</item>
<item>Fotocamera</item>
<item>Navigazione</item>
<item>Galleria</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dinamico (predefinito)</item>
<item>Standard</item>
<item>Naturale</item>
<item>Video</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normale</item>
<item>Invertito</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Schermo avanzato</string>
<string name="defaults_button">Ripristina predefinito</string>
<!-- Screen Preference -->
<string name="category_screen_title">Display</string>
<string name="screen_colors_title">Colori</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Scenario</string>
<string name="mdnie_scenario_summary_head">Imposta scenario mDNle</string>
<string name="mdnie_mode_title_head">Modalità</string>
<string name="mdnie_mode_summary_head">Imposta modalità mDNIe</string>
<string name="mdnie_negative_title_head">Modalità negativo</string>
<string name="mdnie_negative_summary_head">Attiva/Disattiva colori invertiti</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (ברירת מחדל)</item>
<item>ממשק משתמש</item>
<item>וידאו</item>
<item>וידאו חם</item>
<item>וידאו קר</item>
<item>מצלמה</item>
<item>ניווט</item>
<item>גלריה</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>דינמי (ברירת מחדל)</item>
<item>סטנדרטי</item>
<item>טבעי</item>
<item>סרט</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>רגיל</item>
<item>הפוך</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">תצוגה מתקדמת</string>
<string name="defaults_button">אפס לברירת מחדל</string>
<!-- Screen Preference -->
<string name="category_screen_title">מסך</string>
<string name="screen_colors_title">צבעים</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">תרחיש</string>
<string name="mdnie_scenario_summary_head">הגדר תרחיש mDNIe</string>
<string name="mdnie_mode_title_head">מצב</string>
<string name="mdnie_mode_summary_head">הגדר מצב mDNIe</string>
<string name="mdnie_negative_title_head">מצב שלילי (נגטיב)</string>
<string name="mdnie_negative_summary_head">הפעל/השבת צבעים הפוכים</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenModデフォルト</item>
<item>UI</item>
<item>ビデオ</item>
<item>ビデオ暖色</item>
<item>ビデオ寒色</item>
<item>カメラ</item>
<item>ナビゲーション</item>
<item>ギャラリー</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>ダイナミック(デフォルト)</item>
<item>スタンダード</item>
<item>自然</item>
<item>映画</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>標準</item>
<item>反転</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">ディスプレイの詳細設定</string>
<string name="defaults_button">デフォルトに戻す</string>
<!-- Screen Preference -->
<string name="category_screen_title">画面</string>
<string name="screen_colors_title"></string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">シナリオ</string>
<string name="mdnie_scenario_summary_head">mDNIeシナリオを設定する</string>
<string name="mdnie_mode_title_head">モード</string>
<string name="mdnie_mode_summary_head">mDNIeモードを設定する</string>
<string name="mdnie_negative_title_head">ネガモード</string>
<string name="mdnie_negative_summary_head">色の反転を有効/無効にする</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (ಡೀಫಾಲ್ಟ್)</item>
<item>UI</item>
<item>ವೀಡಿಯೋ</item>
<item>ವೀಡಿಯೋ ಬೆಚ್ಚನೆ</item>
<item>ವೀಡಿಯೋ ತಣ್ಣನೆ</item>
<item>ಕ್ಯಾಮೆರಾ</item>
<item>ನಾವಿಗೇಶನ್</item>
<item>ಗ್ಯಾಲರಿ</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>ಕ್ರಿಯಾತ್ಮಕ (ಡೀಫಾಲ್ಟ್)</item>
<item>ಸ್ಟಾಂಡರ್ಡ್</item>
<item>ನೈಸರ್ಗಿಕ</item>
<item>ಸಿನಿಮಾ</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>ಸಾಧಾರಣ</item>
<item>ಇನ್ವರ್ಟೆಡ್</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">ಸುಧಾರಿತ ಪ್ರದರ್ಶನ</string>
<string name="defaults_button">ಡೀಫಾಲ್ಟ್ ಗೆ ಮರುಹೊಂದಿಸು</string>
<!-- Screen Preference -->
<string name="category_screen_title">ಪರದೆ</string>
<string name="screen_colors_title">ಬಣ್ಣಗಳು</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">ಸನ್ನಿವೇಶ</string>
<string name="mdnie_scenario_summary_head">mDNIe ಸನ್ನಿವೇಶವನ್ನು ಹೊಂದಿಸಿ</string>
<string name="mdnie_mode_title_head">ಮೋಡ್</string>
<string name="mdnie_mode_summary_head">mDNIe ಮೋಡ್ ಹೊಂದಿಸಿ</string>
<string name="mdnie_negative_title_head">ನೆಗೆಟಿವ್ ಮೋಡ್</string>
<string name="mdnie_negative_summary_head">ಇನ್ವರ್ಟೆಡ್ ಬಣ್ಣಗಳನ್ನು ಸಕ್ರಿಯ/ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (기본값)</item>
<item>UI</item>
<item>비디오</item>
<item>비디오 (따뜻한 색)</item>
<item>비디오 (차가운 색)</item>
<item>카메라</item>
<item>내비게이션</item>
<item>갤러리</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>다이나믹(기본값)</item>
<item>표준</item>
<item>자연스러움</item>
<item>영화</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>보통</item>
<item>반전</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">고급 디스플레이</string>
<string name="defaults_button">기본값으로 재설정</string>
<!-- Screen Preference -->
<string name="category_screen_title">화면</string>
<string name="screen_colors_title">색상</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">시나리오</string>
<string name="mdnie_scenario_summary_head">mDNIe 시나리오 설정</string>
<string name="mdnie_mode_title_head">모드</string>
<string name="mdnie_mode_summary_head">mDNIe 모드 설정</string>
<string name="mdnie_negative_title_head">반전 모드</string>
<string name="mdnie_negative_summary_head">반전된 색상 사용/사용 안 함</string>
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>سیانۆجین مۆد (سەرەکی)</item>
<item>UI</item>
<item>ڤیدیۆ</item>
<item>ڤیدیۆی گەرم</item>
<item>ڤیدیۆی سارد</item>
<item>کامێرا</item>
<item>ئاڕاستە</item>
<item>گەلەری</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>دینامیک (سەرەکی)</item>
<item>پێوانەی</item>
<item>سروشتی</item>
<item>فیلم</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>ئاسایی</item>
<item>پێچەوانە</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">پیشاندانی پێشکه‌وتوو</string>
<string name="defaults_button">ڕێکخستنه‌وه‌ بۆ سەرەکی</string>
<!-- Screen Preference -->
<string name="category_screen_title">شاشە</string>
<string name="screen_colors_title">ڕه‌نگه‌کان</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">سیناریۆ</string>
<string name="mdnie_scenario_summary_head">دانانی دۆخی mDNIe سیناریۆ</string>
<string name="mdnie_mode_title_head">دۆخ</string>
<string name="mdnie_mode_summary_head">دانانی mDNIe باری</string>
<string name="mdnie_negative_title_head">دۆخی نەرێنی</string>
<string name="mdnie_negative_summary_head">چالاککردن/ناچالاککردنی ڕه‌نگه‌کان گۆڕاوەکان</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

View File

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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-array name="mdnie_scenario_entries">
<item>CyanogenMod (Standard)</item>
<item>UI</item>
<item>Video</item>
<item>Video (waarm)</item>
<item>Video (kal)</item>
<item>Kamera</item>
<item>Navigatioun</item>
<item>Galerie</item>
<item>VT</item>
</string-array>
<string-array name="mdnie_mode_entries">
<item>Dynamesch (Standard)</item>
<item>Standard</item>
<item>Natierlech</item>
<item>Film</item>
</string-array>
<string-array name="mdnie_negative_entries">
<item>Normal</item>
<item>Invertéiert</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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="app_name">Erweiderte Schierm</string>
<string name="defaults_button">Op de Standard zrécksetzen</string>
<!-- Screen Preference -->
<string name="category_screen_title">Schierm</string>
<string name="screen_colors_title">Faarwen</string>
<!-- mDNIe -->
<string name="mdnie_scenario_title_head">Zeenario</string>
<string name="mdnie_scenario_summary_head">mDNIe-Zeenario auswielen</string>
<string name="mdnie_mode_title_head">Modus</string>
<string name="mdnie_mode_summary_head">mDNIe-Modus setzen</string>
<string name="mdnie_negative_title_head">Negativ-Modus</string>
<string name="mdnie_negative_summary_head">Aktivéier/desaktivéier invertéiert Faarwen</string>
</resources>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 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">
<!-- Screen Preference -->
<!-- mDNIe -->
</resources>

Some files were not shown because too many files have changed in this diff Show More