diff options
author | Simon Shields <keepcalm444@gmail.com> | 2016-03-18 23:12:55 +1100 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2016-03-18 23:55:20 +1100 |
commit | e8efd4ccc5d79eb663706f14bcbabb5ba865083a (patch) | |
tree | 03d38d08013122b06592ce974b88780012fd092c | |
parent | 2415f7d812d19d3840cb186e55c7c0b09ff4f3b2 (diff) | |
download | device_samsung_galaxys2-common-e8efd4ccc5d79eb663706f14bcbabb5ba865083a.zip device_samsung_galaxys2-common-e8efd4ccc5d79eb663706f14bcbabb5ba865083a.tar.gz device_samsung_galaxys2-common-e8efd4ccc5d79eb663706f14bcbabb5ba865083a.tar.bz2 |
galaxys2-common: commonize AdvancedDisplay [2/3]
Change-Id: Icd5dd4c74abc9c9219209c1f8bc514949b3a2922
172 files changed, 0 insertions, 5706 deletions
diff --git a/AdvancedDisplay/Android.mk b/AdvancedDisplay/Android.mk deleted file mode 100644 index f848efe..0000000 --- a/AdvancedDisplay/Android.mk +++ /dev/null @@ -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)) diff --git a/AdvancedDisplay/AndroidManifest.xml b/AdvancedDisplay/AndroidManifest.xml deleted file mode 100644 index ed67c63..0000000 --- a/AdvancedDisplay/AndroidManifest.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/layout/top.xml b/AdvancedDisplay/res/layout/top.xml deleted file mode 100755 index 744b568..0000000 --- a/AdvancedDisplay/res/layout/top.xml +++ /dev/null @@ -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" /> - diff --git a/AdvancedDisplay/res/mipmap-hdpi/ic_launcher_settings.png b/AdvancedDisplay/res/mipmap-hdpi/ic_launcher_settings.png Binary files differdeleted file mode 100644 index a8ccc89..0000000 --- a/AdvancedDisplay/res/mipmap-hdpi/ic_launcher_settings.png +++ /dev/null diff --git a/AdvancedDisplay/res/mipmap-xhdpi/ic_launcher_settings.png b/AdvancedDisplay/res/mipmap-xhdpi/ic_launcher_settings.png Binary files differdeleted file mode 100644 index c3adce6..0000000 --- a/AdvancedDisplay/res/mipmap-xhdpi/ic_launcher_settings.png +++ /dev/null diff --git a/AdvancedDisplay/res/values-af/arrays.xml b/AdvancedDisplay/res/values-af/arrays.xml deleted file mode 100644 index 6fb8c47..0000000 --- a/AdvancedDisplay/res/values-af/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-af/strings.xml b/AdvancedDisplay/res/values-af/strings.xml deleted file mode 100644 index cdfa28f..0000000 --- a/AdvancedDisplay/res/values-af/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-am/strings.xml b/AdvancedDisplay/res/values-am/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-am/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ar/arrays.xml b/AdvancedDisplay/res/values-ar/arrays.xml deleted file mode 100644 index 1c7150c..0000000 --- a/AdvancedDisplay/res/values-ar/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ar/strings.xml b/AdvancedDisplay/res/values-ar/strings.xml deleted file mode 100644 index e9f499e..0000000 --- a/AdvancedDisplay/res/values-ar/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-as-rIN/strings.xml b/AdvancedDisplay/res/values-as-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-as-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ast-rES/arrays.xml b/AdvancedDisplay/res/values-ast-rES/arrays.xml deleted file mode 100644 index 1535257..0000000 --- a/AdvancedDisplay/res/values-ast-rES/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ast-rES/strings.xml b/AdvancedDisplay/res/values-ast-rES/strings.xml deleted file mode 100644 index 1d2ff51..0000000 --- a/AdvancedDisplay/res/values-ast-rES/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-az-rAZ/arrays.xml b/AdvancedDisplay/res/values-az-rAZ/arrays.xml deleted file mode 100644 index 7c3408e..0000000 --- a/AdvancedDisplay/res/values-az-rAZ/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-az-rAZ/strings.xml b/AdvancedDisplay/res/values-az-rAZ/strings.xml deleted file mode 100644 index d36dcec..0000000 --- a/AdvancedDisplay/res/values-az-rAZ/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-az/arrays.xml b/AdvancedDisplay/res/values-az/arrays.xml deleted file mode 100644 index 368f780..0000000 --- a/AdvancedDisplay/res/values-az/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-az/strings.xml b/AdvancedDisplay/res/values-az/strings.xml deleted file mode 100644 index 5e88dc2..0000000 --- a/AdvancedDisplay/res/values-az/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-be/arrays.xml b/AdvancedDisplay/res/values-be/arrays.xml deleted file mode 100644 index 38151e0..0000000 --- a/AdvancedDisplay/res/values-be/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-be/strings.xml b/AdvancedDisplay/res/values-be/strings.xml deleted file mode 100644 index a78f848..0000000 --- a/AdvancedDisplay/res/values-be/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-bg/arrays.xml b/AdvancedDisplay/res/values-bg/arrays.xml deleted file mode 100644 index 1850499..0000000 --- a/AdvancedDisplay/res/values-bg/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-bg/strings.xml b/AdvancedDisplay/res/values-bg/strings.xml deleted file mode 100644 index f55e1df..0000000 --- a/AdvancedDisplay/res/values-bg/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-bn-rBD/strings.xml b/AdvancedDisplay/res/values-bn-rBD/strings.xml deleted file mode 100644 index 131f9b0..0000000 --- a/AdvancedDisplay/res/values-bn-rBD/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-bn/arrays.xml b/AdvancedDisplay/res/values-bn/arrays.xml deleted file mode 100644 index 9529d29..0000000 --- a/AdvancedDisplay/res/values-bn/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-bn/strings.xml b/AdvancedDisplay/res/values-bn/strings.xml deleted file mode 100644 index 8df5e78..0000000 --- a/AdvancedDisplay/res/values-bn/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-br-rFR/strings.xml b/AdvancedDisplay/res/values-br-rFR/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-br-rFR/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ca/arrays.xml b/AdvancedDisplay/res/values-ca/arrays.xml deleted file mode 100644 index 696a52d..0000000 --- a/AdvancedDisplay/res/values-ca/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ca/strings.xml b/AdvancedDisplay/res/values-ca/strings.xml deleted file mode 100644 index cad060f..0000000 --- a/AdvancedDisplay/res/values-ca/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-cs/arrays.xml b/AdvancedDisplay/res/values-cs/arrays.xml deleted file mode 100644 index 9dbe821..0000000 --- a/AdvancedDisplay/res/values-cs/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-cs/strings.xml b/AdvancedDisplay/res/values-cs/strings.xml deleted file mode 100644 index 7c76de2..0000000 --- a/AdvancedDisplay/res/values-cs/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-cy/strings.xml b/AdvancedDisplay/res/values-cy/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-cy/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-da/arrays.xml b/AdvancedDisplay/res/values-da/arrays.xml deleted file mode 100644 index 6a0bd64..0000000 --- a/AdvancedDisplay/res/values-da/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-da/strings.xml b/AdvancedDisplay/res/values-da/strings.xml deleted file mode 100644 index b8d543a..0000000 --- a/AdvancedDisplay/res/values-da/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-de/arrays.xml b/AdvancedDisplay/res/values-de/arrays.xml deleted file mode 100644 index 9f1354b..0000000 --- a/AdvancedDisplay/res/values-de/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-de/strings.xml b/AdvancedDisplay/res/values-de/strings.xml deleted file mode 100644 index 7f3f218..0000000 --- a/AdvancedDisplay/res/values-de/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-el/arrays.xml b/AdvancedDisplay/res/values-el/arrays.xml deleted file mode 100644 index 307a421..0000000 --- a/AdvancedDisplay/res/values-el/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-el/strings.xml b/AdvancedDisplay/res/values-el/strings.xml deleted file mode 100644 index 939eda7..0000000 --- a/AdvancedDisplay/res/values-el/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-en-rAU/strings.xml b/AdvancedDisplay/res/values-en-rAU/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-en-rAU/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-en-rGB/strings.xml b/AdvancedDisplay/res/values-en-rGB/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-en-rGB/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-en-rIN/arrays.xml b/AdvancedDisplay/res/values-en-rIN/arrays.xml deleted file mode 100644 index 7385020..0000000 --- a/AdvancedDisplay/res/values-en-rIN/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-en-rIN/strings.xml b/AdvancedDisplay/res/values-en-rIN/strings.xml deleted file mode 100644 index 4afdc5f..0000000 --- a/AdvancedDisplay/res/values-en-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-en-rPT/strings.xml b/AdvancedDisplay/res/values-en-rPT/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-en-rPT/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-eo/strings.xml b/AdvancedDisplay/res/values-eo/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-eo/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-es-rMX/strings.xml b/AdvancedDisplay/res/values-es-rMX/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-es-rMX/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-es-rUS/arrays.xml b/AdvancedDisplay/res/values-es-rUS/arrays.xml deleted file mode 100644 index 450d12d..0000000 --- a/AdvancedDisplay/res/values-es-rUS/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-es-rUS/strings.xml b/AdvancedDisplay/res/values-es-rUS/strings.xml deleted file mode 100644 index 7e7003e..0000000 --- a/AdvancedDisplay/res/values-es-rUS/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-es-rXA/arrays.xml b/AdvancedDisplay/res/values-es-rXA/arrays.xml deleted file mode 100644 index 986f5b7..0000000 --- a/AdvancedDisplay/res/values-es-rXA/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-es-rXA/strings.xml b/AdvancedDisplay/res/values-es-rXA/strings.xml deleted file mode 100644 index ffe4816..0000000 --- a/AdvancedDisplay/res/values-es-rXA/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-es/arrays.xml b/AdvancedDisplay/res/values-es/arrays.xml deleted file mode 100644 index ae186a4..0000000 --- a/AdvancedDisplay/res/values-es/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-es/strings.xml b/AdvancedDisplay/res/values-es/strings.xml deleted file mode 100644 index 164a2f7..0000000 --- a/AdvancedDisplay/res/values-es/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-et-rEE/arrays.xml b/AdvancedDisplay/res/values-et-rEE/arrays.xml deleted file mode 100644 index 46f34b2..0000000 --- a/AdvancedDisplay/res/values-et-rEE/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-et-rEE/strings.xml b/AdvancedDisplay/res/values-et-rEE/strings.xml deleted file mode 100644 index 8025503..0000000 --- a/AdvancedDisplay/res/values-et-rEE/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-et/arrays.xml b/AdvancedDisplay/res/values-et/arrays.xml deleted file mode 100644 index 01c4f17..0000000 --- a/AdvancedDisplay/res/values-et/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-et/strings.xml b/AdvancedDisplay/res/values-et/strings.xml deleted file mode 100644 index d3422ad..0000000 --- a/AdvancedDisplay/res/values-et/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-eu-rES/arrays.xml b/AdvancedDisplay/res/values-eu-rES/arrays.xml deleted file mode 100644 index 8a215d2..0000000 --- a/AdvancedDisplay/res/values-eu-rES/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-eu-rES/strings.xml b/AdvancedDisplay/res/values-eu-rES/strings.xml deleted file mode 100644 index 167fde7..0000000 --- a/AdvancedDisplay/res/values-eu-rES/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-eu/arrays.xml b/AdvancedDisplay/res/values-eu/arrays.xml deleted file mode 100644 index d48e7bd..0000000 --- a/AdvancedDisplay/res/values-eu/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-eu/strings.xml b/AdvancedDisplay/res/values-eu/strings.xml deleted file mode 100644 index cb57988..0000000 --- a/AdvancedDisplay/res/values-eu/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fa/arrays.xml b/AdvancedDisplay/res/values-fa/arrays.xml deleted file mode 100644 index e1fd9a3..0000000 --- a/AdvancedDisplay/res/values-fa/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fa/strings.xml b/AdvancedDisplay/res/values-fa/strings.xml deleted file mode 100644 index daadbbc..0000000 --- a/AdvancedDisplay/res/values-fa/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fi/arrays.xml b/AdvancedDisplay/res/values-fi/arrays.xml deleted file mode 100644 index e7b806d..0000000 --- a/AdvancedDisplay/res/values-fi/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fi/strings.xml b/AdvancedDisplay/res/values-fi/strings.xml deleted file mode 100644 index 7bf7d9b..0000000 --- a/AdvancedDisplay/res/values-fi/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fil-rPH/strings.xml b/AdvancedDisplay/res/values-fil-rPH/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-fil-rPH/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fr-rCA/strings.xml b/AdvancedDisplay/res/values-fr-rCA/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-fr-rCA/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fr/arrays.xml b/AdvancedDisplay/res/values-fr/arrays.xml deleted file mode 100644 index 69ec602..0000000 --- a/AdvancedDisplay/res/values-fr/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fr/strings.xml b/AdvancedDisplay/res/values-fr/strings.xml deleted file mode 100644 index 84d5f2d..0000000 --- a/AdvancedDisplay/res/values-fr/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-fy-rNL/strings.xml b/AdvancedDisplay/res/values-fy-rNL/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-fy-rNL/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-gd-rGB/strings.xml b/AdvancedDisplay/res/values-gd-rGB/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-gd-rGB/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-gl-rES/arrays.xml b/AdvancedDisplay/res/values-gl-rES/arrays.xml deleted file mode 100644 index d8bf3f2..0000000 --- a/AdvancedDisplay/res/values-gl-rES/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-gl-rES/strings.xml b/AdvancedDisplay/res/values-gl-rES/strings.xml deleted file mode 100644 index 4e601ac..0000000 --- a/AdvancedDisplay/res/values-gl-rES/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-gl/arrays.xml b/AdvancedDisplay/res/values-gl/arrays.xml deleted file mode 100644 index dca3d07..0000000 --- a/AdvancedDisplay/res/values-gl/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-gl/strings.xml b/AdvancedDisplay/res/values-gl/strings.xml deleted file mode 100644 index 948c40a..0000000 --- a/AdvancedDisplay/res/values-gl/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-gu-rIN/strings.xml b/AdvancedDisplay/res/values-gu-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-gu-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-hi/strings.xml b/AdvancedDisplay/res/values-hi/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-hi/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-hr/arrays.xml b/AdvancedDisplay/res/values-hr/arrays.xml deleted file mode 100644 index 0434a33..0000000 --- a/AdvancedDisplay/res/values-hr/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-hr/strings.xml b/AdvancedDisplay/res/values-hr/strings.xml deleted file mode 100644 index 3d6a46f..0000000 --- a/AdvancedDisplay/res/values-hr/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-hu/arrays.xml b/AdvancedDisplay/res/values-hu/arrays.xml deleted file mode 100644 index 34131f9..0000000 --- a/AdvancedDisplay/res/values-hu/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-hu/strings.xml b/AdvancedDisplay/res/values-hu/strings.xml deleted file mode 100644 index 20fb0da..0000000 --- a/AdvancedDisplay/res/values-hu/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-hy-rAM/strings.xml b/AdvancedDisplay/res/values-hy-rAM/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-hy-rAM/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-in/arrays.xml b/AdvancedDisplay/res/values-in/arrays.xml deleted file mode 100644 index f74f89a..0000000 --- a/AdvancedDisplay/res/values-in/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-in/strings.xml b/AdvancedDisplay/res/values-in/strings.xml deleted file mode 100644 index e9ee69b..0000000 --- a/AdvancedDisplay/res/values-in/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-is-rIS/strings.xml b/AdvancedDisplay/res/values-is-rIS/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-is-rIS/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-it/arrays.xml b/AdvancedDisplay/res/values-it/arrays.xml deleted file mode 100644 index e7ac3a0..0000000 --- a/AdvancedDisplay/res/values-it/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-it/strings.xml b/AdvancedDisplay/res/values-it/strings.xml deleted file mode 100644 index e0b3a09..0000000 --- a/AdvancedDisplay/res/values-it/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-iw/arrays.xml b/AdvancedDisplay/res/values-iw/arrays.xml deleted file mode 100644 index 4559aed..0000000 --- a/AdvancedDisplay/res/values-iw/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-iw/strings.xml b/AdvancedDisplay/res/values-iw/strings.xml deleted file mode 100644 index 0c20d4f..0000000 --- a/AdvancedDisplay/res/values-iw/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ja/arrays.xml b/AdvancedDisplay/res/values-ja/arrays.xml deleted file mode 100644 index 8a16ee5..0000000 --- a/AdvancedDisplay/res/values-ja/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ja/strings.xml b/AdvancedDisplay/res/values-ja/strings.xml deleted file mode 100644 index 74fc8c3..0000000 --- a/AdvancedDisplay/res/values-ja/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ka-rGE/strings.xml b/AdvancedDisplay/res/values-ka-rGE/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ka-rGE/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-kk-rKZ/strings.xml b/AdvancedDisplay/res/values-kk-rKZ/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-kk-rKZ/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-km-rKH/strings.xml b/AdvancedDisplay/res/values-km-rKH/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-km-rKH/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-kn-rIN/arrays.xml b/AdvancedDisplay/res/values-kn-rIN/arrays.xml deleted file mode 100644 index 57bf4ad..0000000 --- a/AdvancedDisplay/res/values-kn-rIN/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-kn-rIN/strings.xml b/AdvancedDisplay/res/values-kn-rIN/strings.xml deleted file mode 100644 index 6565ae5..0000000 --- a/AdvancedDisplay/res/values-kn-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ko/arrays.xml b/AdvancedDisplay/res/values-ko/arrays.xml deleted file mode 100644 index d8872f7..0000000 --- a/AdvancedDisplay/res/values-ko/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ko/strings.xml b/AdvancedDisplay/res/values-ko/strings.xml deleted file mode 100644 index 450cccb..0000000 --- a/AdvancedDisplay/res/values-ko/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ku/arrays.xml b/AdvancedDisplay/res/values-ku/arrays.xml deleted file mode 100644 index 2e50986..0000000 --- a/AdvancedDisplay/res/values-ku/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ku/strings.xml b/AdvancedDisplay/res/values-ku/strings.xml deleted file mode 100644 index 90f5bff..0000000 --- a/AdvancedDisplay/res/values-ku/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ky-rKG/strings.xml b/AdvancedDisplay/res/values-ky-rKG/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ky-rKG/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-lb/arrays.xml b/AdvancedDisplay/res/values-lb/arrays.xml deleted file mode 100644 index 270b833..0000000 --- a/AdvancedDisplay/res/values-lb/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-lb/strings.xml b/AdvancedDisplay/res/values-lb/strings.xml deleted file mode 100644 index b0395db..0000000 --- a/AdvancedDisplay/res/values-lb/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-lo-rLA/strings.xml b/AdvancedDisplay/res/values-lo-rLA/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-lo-rLA/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-lt/strings.xml b/AdvancedDisplay/res/values-lt/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-lt/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-lv/arrays.xml b/AdvancedDisplay/res/values-lv/arrays.xml deleted file mode 100644 index 01c1dbc..0000000 --- a/AdvancedDisplay/res/values-lv/arrays.xml +++ /dev/null @@ -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 (noklusētais)</item> - <item>Lietotāja saskarne</item> - <item>Video</item> - <item>Silts video</item> - <item>Auksts video</item> - <item>Kamera</item> - <item>Navigācija</item> - <item>Galerija</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dinamisks (noklusētais)</item> - <item>Standarta</item> - <item>Dabīgs</item> - <item>Filma</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Parasts</item> - <item>Invertēts</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-lv/strings.xml b/AdvancedDisplay/res/values-lv/strings.xml deleted file mode 100644 index b4daa6e..0000000 --- a/AdvancedDisplay/res/values-lv/strings.xml +++ /dev/null @@ -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">Papildu displejs</string> - <string name="defaults_button">Atstatīt uz noklusējumu</string> - <!-- Screen Preference --> - <string name="category_screen_title">Ekrāns</string> - <string name="screen_colors_title">Krāsas</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenārijs</string> - <string name="mdnie_scenario_summary_head">Uzstādīt mDNIe scenāriju</string> - <string name="mdnie_mode_title_head">Režīms</string> - <string name="mdnie_mode_summary_head">Uzstādīt mDNIe režīmu</string> - <string name="mdnie_negative_title_head">Negatīvs režīms</string> - <string name="mdnie_negative_summary_head">Ieslēgt/izslēgt apvērstās krāsas</string> -</resources> diff --git a/AdvancedDisplay/res/values-mk-rMK/strings.xml b/AdvancedDisplay/res/values-mk-rMK/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-mk-rMK/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ml-rIN/strings.xml b/AdvancedDisplay/res/values-ml-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ml-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-mn-rMN/strings.xml b/AdvancedDisplay/res/values-mn-rMN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-mn-rMN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-mr-rIN/strings.xml b/AdvancedDisplay/res/values-mr-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-mr-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ms-rMY/strings.xml b/AdvancedDisplay/res/values-ms-rMY/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ms-rMY/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-my-rMM/strings.xml b/AdvancedDisplay/res/values-my-rMM/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-my-rMM/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-nb/arrays.xml b/AdvancedDisplay/res/values-nb/arrays.xml deleted file mode 100644 index 40df8d4..0000000 --- a/AdvancedDisplay/res/values-nb/arrays.xml +++ /dev/null @@ -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 varme</item> - <item>Video kulde</item> - <item>Kamera</item> - <item>Navigasjon</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>Invertert</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-nb/strings.xml b/AdvancedDisplay/res/values-nb/strings.xml deleted file mode 100644 index 991c10d..0000000 --- a/AdvancedDisplay/res/values-nb/strings.xml +++ /dev/null @@ -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">Avansert visning</string> - <string name="defaults_button">Tilbakestill til standard</string> - <!-- Screen Preference --> - <string name="category_screen_title">Skjerm</string> - <string name="screen_colors_title">Farger</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenario</string> - <string name="mdnie_scenario_summary_head">Angi mDNIe scenariet</string> - <string name="mdnie_mode_title_head">Modus</string> - <string name="mdnie_mode_summary_head">Angi mDNIe-modus</string> - <string name="mdnie_negative_title_head">Negativ modus</string> - <string name="mdnie_negative_summary_head">Aktiver/deaktiver inverterte farger</string> -</resources> diff --git a/AdvancedDisplay/res/values-ne-rNP/strings.xml b/AdvancedDisplay/res/values-ne-rNP/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ne-rNP/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-nl/arrays.xml b/AdvancedDisplay/res/values-nl/arrays.xml deleted file mode 100644 index c02d90d..0000000 --- a/AdvancedDisplay/res/values-nl/arrays.xml +++ /dev/null @@ -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>Gebruikersomgeving</item> - <item>Video</item> - <item>Video (warm)</item> - <item>Video (koud)</item> - <item>Camera</item> - <item>Navigatie</item> - <item>Galerij</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dynamisch (standaard)</item> - <item>Standaard</item> - <item>Natuurlijk</item> - <item>Film</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Normaal</item> - <item>Omgedraaid</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-nl/strings.xml b/AdvancedDisplay/res/values-nl/strings.xml deleted file mode 100644 index 4f4fd86..0000000 --- a/AdvancedDisplay/res/values-nl/strings.xml +++ /dev/null @@ -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">Geavanceerde instellingen</string> - <string name="defaults_button">Standaardwaarden</string> - <!-- Screen Preference --> - <string name="category_screen_title">Scherm</string> - <string name="screen_colors_title">Kleuren</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenario</string> - <string name="mdnie_scenario_summary_head">mDNIe-scenario instellen</string> - <string name="mdnie_mode_title_head">Modus</string> - <string name="mdnie_mode_summary_head">mDNIe-modus instellen</string> - <string name="mdnie_negative_title_head">Negatieve modus</string> - <string name="mdnie_negative_summary_head">Negatieve kleuren in-/uitschakelen</string> -</resources> diff --git a/AdvancedDisplay/res/values-oc-rFR/strings.xml b/AdvancedDisplay/res/values-oc-rFR/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-oc-rFR/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-or-rIN/strings.xml b/AdvancedDisplay/res/values-or-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-or-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-pa-rIN/strings.xml b/AdvancedDisplay/res/values-pa-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-pa-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-pl/arrays.xml b/AdvancedDisplay/res/values-pl/arrays.xml deleted file mode 100644 index cc37b65..0000000 --- a/AdvancedDisplay/res/values-pl/arrays.xml +++ /dev/null @@ -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 (domyślnie)</item> - <item>UI</item> - <item>Wideo</item> - <item>Ciepły film</item> - <item>Zimny film</item> - <item>Aparat</item> - <item>Nawigacja</item> - <item>Galeria</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dynamicznie (domyślnie)</item> - <item>Standardowo</item> - <item>Naturalnie</item> - <item>Film</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Normalny</item> - <item>Odwrócony</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-pl/strings.xml b/AdvancedDisplay/res/values-pl/strings.xml deleted file mode 100644 index 1a0a2d0..0000000 --- a/AdvancedDisplay/res/values-pl/strings.xml +++ /dev/null @@ -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">Zaawansowane ustawienia ekranu</string> - <string name="defaults_button">Przywróć domyślne</string> - <!-- Screen Preference --> - <string name="category_screen_title">Ekran</string> - <string name="screen_colors_title">Kolory</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenerie</string> - <string name="mdnie_scenario_summary_head">Ustaw scenariusz mDNIe</string> - <string name="mdnie_mode_title_head">Tryb</string> - <string name="mdnie_mode_summary_head">Ustaw tryb mDNIe</string> - <string name="mdnie_negative_title_head">Tryb negatywu</string> - <string name="mdnie_negative_summary_head">Włącz/wyłącz odwrócone kolory</string> -</resources> diff --git a/AdvancedDisplay/res/values-pt-rBR/arrays.xml b/AdvancedDisplay/res/values-pt-rBR/arrays.xml deleted file mode 100644 index 9c6459b..0000000 --- a/AdvancedDisplay/res/values-pt-rBR/arrays.xml +++ /dev/null @@ -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 (padrão)</item> - <item>IU</item> - <item>Vídeo</item> - <item>Vídeo quente</item> - <item>Vídeo frio</item> - <item>Câmera</item> - <item>Navegação</item> - <item>Galeria</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dinâmico (padrão)</item> - <item>Padrão</item> - <item>Natural</item> - <item>Filme</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Normal</item> - <item>Invertido</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-pt-rBR/strings.xml b/AdvancedDisplay/res/values-pt-rBR/strings.xml deleted file mode 100644 index 1bee790..0000000 --- a/AdvancedDisplay/res/values-pt-rBR/strings.xml +++ /dev/null @@ -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">Display avançado</string> - <string name="defaults_button">Restaurar ao padrão</string> - <!-- Screen Preference --> - <string name="category_screen_title">Tela</string> - <string name="screen_colors_title">Cores</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Cenário</string> - <string name="mdnie_scenario_summary_head">Define o cenário mDNIe</string> - <string name="mdnie_mode_title_head">Modo</string> - <string name="mdnie_mode_summary_head">Define o modo mDNIe</string> - <string name="mdnie_negative_title_head">Modo negativo</string> - <string name="mdnie_negative_summary_head">Ativar/desativar cores invertidas</string> -</resources> diff --git a/AdvancedDisplay/res/values-pt-rPT/arrays.xml b/AdvancedDisplay/res/values-pt-rPT/arrays.xml deleted file mode 100644 index 432b0d6..0000000 --- a/AdvancedDisplay/res/values-pt-rPT/arrays.xml +++ /dev/null @@ -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 (padrão)</item> - <item>Interface do Utilizador</item> - <item>Vídeo</item> - <item>Modo vídeo quente</item> - <item>Modo vídeo frio</item> - <item>Câmara</item> - <item>Navegação</item> - <item>Galeria</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dinâmico (padrão)</item> - <item>Padrão</item> - <item>Natural</item> - <item>Cinema</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Normal</item> - <item>Invertido</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-pt-rPT/strings.xml b/AdvancedDisplay/res/values-pt-rPT/strings.xml deleted file mode 100644 index a4828a3..0000000 --- a/AdvancedDisplay/res/values-pt-rPT/strings.xml +++ /dev/null @@ -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">Visualização avançada</string> - <string name="defaults_button">Repor os valores de origem</string> - <!-- Screen Preference --> - <string name="category_screen_title">Ecrã</string> - <string name="screen_colors_title">Cores</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Cenário</string> - <string name="mdnie_scenario_summary_head">Definir o cenário mDNIe</string> - <string name="mdnie_mode_title_head">Modo</string> - <string name="mdnie_mode_summary_head">Definir o modo mDNIe</string> - <string name="mdnie_negative_title_head">Modo negativo</string> - <string name="mdnie_negative_summary_head">Ativar/desativar cores invertidas</string> -</resources> diff --git a/AdvancedDisplay/res/values-rm/strings.xml b/AdvancedDisplay/res/values-rm/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-rm/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ro/arrays.xml b/AdvancedDisplay/res/values-ro/arrays.xml deleted file mode 100644 index a3f3dbf..0000000 --- a/AdvancedDisplay/res/values-ro/arrays.xml +++ /dev/null @@ -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 (implicit)</item> - <item>Mod UI</item> - <item>Mod Video</item> - <item>Mod Video Cald</item> - <item>Mod Video Rece</item> - <item>Cameră</item> - <item>Navigare</item> - <item>Galerie</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dinamic (implicit)</item> - <item>Standard</item> - <item>Natural</item> - <item>Film</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Normal</item> - <item>Inversat</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-ro/strings.xml b/AdvancedDisplay/res/values-ro/strings.xml deleted file mode 100644 index 378cf3c..0000000 --- a/AdvancedDisplay/res/values-ro/strings.xml +++ /dev/null @@ -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">Setări avansate de afișare</string> - <string name="defaults_button">Resetare la valori implicite</string> - <!-- Screen Preference --> - <string name="category_screen_title">Ecran</string> - <string name="screen_colors_title">Culori</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenariu</string> - <string name="mdnie_scenario_summary_head">Setează scenariul mDNIe</string> - <string name="mdnie_mode_title_head">Mod</string> - <string name="mdnie_mode_summary_head">Setează modul mDNIe</string> - <string name="mdnie_negative_title_head">Mod culori negative</string> - <string name="mdnie_negative_summary_head">Activează/dezactivează culori inversate</string> -</resources> diff --git a/AdvancedDisplay/res/values-ru/arrays.xml b/AdvancedDisplay/res/values-ru/arrays.xml deleted file mode 100644 index 4d7e6ab..0000000 --- a/AdvancedDisplay/res/values-ru/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ru/strings.xml b/AdvancedDisplay/res/values-ru/strings.xml deleted file mode 100644 index 8d1a48c..0000000 --- a/AdvancedDisplay/res/values-ru/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-si-rLK/strings.xml b/AdvancedDisplay/res/values-si-rLK/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-si-rLK/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-si/arrays.xml b/AdvancedDisplay/res/values-si/arrays.xml deleted file mode 100644 index 2a87787..0000000 --- a/AdvancedDisplay/res/values-si/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-si/strings.xml b/AdvancedDisplay/res/values-si/strings.xml deleted file mode 100644 index dfbf3fb..0000000 --- a/AdvancedDisplay/res/values-si/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-sk/arrays.xml b/AdvancedDisplay/res/values-sk/arrays.xml deleted file mode 100644 index 807ff56..0000000 --- a/AdvancedDisplay/res/values-sk/arrays.xml +++ /dev/null @@ -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 (predvolené)</item> - <item>Používateľské rozhranie</item> - <item>Video</item> - <item>Teplé video</item> - <item>Chladné video</item> - <item>Fotoaparát</item> - <item>Navigácia</item> - <item>Galéria</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dynamický (predvolené)</item> - <item>Štandardné</item> - <item>Prirodzené</item> - <item>Film</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Normálne</item> - <item>Obrátené</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-sk/strings.xml b/AdvancedDisplay/res/values-sk/strings.xml deleted file mode 100644 index 9e4a626..0000000 --- a/AdvancedDisplay/res/values-sk/strings.xml +++ /dev/null @@ -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">Pokročilé zobrazenie</string> - <string name="defaults_button">Obnoviť na predvolené</string> - <!-- Screen Preference --> - <string name="category_screen_title">Obrazovka</string> - <string name="screen_colors_title">Farby</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenár</string> - <string name="mdnie_scenario_summary_head">Nastaviť scenár mDNIe</string> - <string name="mdnie_mode_title_head">Režim</string> - <string name="mdnie_mode_summary_head">Nastaviť režim mDNIe</string> - <string name="mdnie_negative_title_head">Inverzný režim</string> - <string name="mdnie_negative_summary_head">Povoliť/zakázať obrátené farby</string> -</resources> diff --git a/AdvancedDisplay/res/values-sl/arrays.xml b/AdvancedDisplay/res/values-sl/arrays.xml deleted file mode 100644 index e982310..0000000 --- a/AdvancedDisplay/res/values-sl/arrays.xml +++ /dev/null @@ -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 (privzeti)</item> - <item>UI</item> - <item>Videopos.</item> - <item>Topel videoposnetek</item> - <item>Hladen videoposnetek</item> - <item>Fotoaparat</item> - <item>Navigacija</item> - <item>Galerija</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dinamično (privzeto)</item> - <item>Običajni</item> - <item>Naravni</item> - <item>Film</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Običajno</item> - <item>Obrnjeno</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-sl/strings.xml b/AdvancedDisplay/res/values-sl/strings.xml deleted file mode 100644 index fd4f4b6..0000000 --- a/AdvancedDisplay/res/values-sl/strings.xml +++ /dev/null @@ -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">Napreden zaslon</string> - <string name="defaults_button">Ponastavi na privzeto</string> - <!-- Screen Preference --> - <string name="category_screen_title">Zaslon</string> - <string name="screen_colors_title">Barve</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenarij</string> - <string name="mdnie_scenario_summary_head">Nastavite scenarij mDNIe</string> - <string name="mdnie_mode_title_head">Način</string> - <string name="mdnie_mode_summary_head">Nastavite način mDNIe</string> - <string name="mdnie_negative_title_head">Način negativa</string> - <string name="mdnie_negative_summary_head">Omogoči/Onemogoči obrnjene barve</string> -</resources> diff --git a/AdvancedDisplay/res/values-sq-rAL/strings.xml b/AdvancedDisplay/res/values-sq-rAL/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-sq-rAL/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-sr/arrays.xml b/AdvancedDisplay/res/values-sr/arrays.xml deleted file mode 100644 index 8225328..0000000 --- a/AdvancedDisplay/res/values-sr/arrays.xml +++ /dev/null @@ -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>ВТ</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> diff --git a/AdvancedDisplay/res/values-sr/strings.xml b/AdvancedDisplay/res/values-sr/strings.xml deleted file mode 100644 index 31e8076..0000000 --- a/AdvancedDisplay/res/values-sr/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-sv/arrays.xml b/AdvancedDisplay/res/values-sv/arrays.xml deleted file mode 100644 index b8b8fca..0000000 --- a/AdvancedDisplay/res/values-sv/arrays.xml +++ /dev/null @@ -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>Kall video</item> - <item>Kamera</item> - <item>Navigering</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>Inverterad</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-sv/strings.xml b/AdvancedDisplay/res/values-sv/strings.xml deleted file mode 100644 index b1a0a87..0000000 --- a/AdvancedDisplay/res/values-sv/strings.xml +++ /dev/null @@ -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">Avancerad visning</string> - <string name="defaults_button">Återställ till standard</string> - <!-- Screen Preference --> - <string name="category_screen_title">Skärm</string> - <string name="screen_colors_title">Färger</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Scenario</string> - <string name="mdnie_scenario_summary_head">Ställ in mDNIe-scenario</string> - <string name="mdnie_mode_title_head">Läge</string> - <string name="mdnie_mode_summary_head">Ställ in mDNIe läge</string> - <string name="mdnie_negative_title_head">Negativt läge</string> - <string name="mdnie_negative_summary_head">Aktivera/inaktivera inverterade färger</string> -</resources> diff --git a/AdvancedDisplay/res/values-sw/strings.xml b/AdvancedDisplay/res/values-sw/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-sw/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ta-rIN/strings.xml b/AdvancedDisplay/res/values-ta-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ta-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-te-rIN/strings.xml b/AdvancedDisplay/res/values-te-rIN/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-te-rIN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-th/arrays.xml b/AdvancedDisplay/res/values-th/arrays.xml deleted file mode 100644 index 09294e2..0000000 --- a/AdvancedDisplay/res/values-th/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-th/strings.xml b/AdvancedDisplay/res/values-th/strings.xml deleted file mode 100644 index ba0fc7e..0000000 --- a/AdvancedDisplay/res/values-th/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-tr/arrays.xml b/AdvancedDisplay/res/values-tr/arrays.xml deleted file mode 100644 index f029f0d..0000000 --- a/AdvancedDisplay/res/values-tr/arrays.xml +++ /dev/null @@ -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 (varsayılan)</item> - <item>Arayüz</item> - <item>Video</item> - <item>Video sıcak</item> - <item>Video soğuk</item> - <item>Kamera</item> - <item>Dolaşım</item> - <item>Galeri</item> - <item>VT</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Dinamik (varsayılan)</item> - <item>Standart</item> - <item>Doğal</item> - <item>Film</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Normal</item> - <item>Ters çevrilmiş</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-tr/strings.xml b/AdvancedDisplay/res/values-tr/strings.xml deleted file mode 100644 index 00e3619..0000000 --- a/AdvancedDisplay/res/values-tr/strings.xml +++ /dev/null @@ -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">Gelişmiş ekran</string> - <string name="defaults_button">Varsayılana sıfırla</string> - <!-- Screen Preference --> - <string name="category_screen_title">Ekran</string> - <string name="screen_colors_title">Renkler</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Ekran Modu</string> - <string name="mdnie_scenario_summary_head">mDNIe senaryosunu ayarla</string> - <string name="mdnie_mode_title_head">Mod</string> - <string name="mdnie_mode_summary_head">mDNIe modunu ayarla</string> - <string name="mdnie_negative_title_head">Negatif modu</string> - <string name="mdnie_negative_summary_head">Ters renkleri aç/kapat</string> -</resources> diff --git a/AdvancedDisplay/res/values-ug/strings.xml b/AdvancedDisplay/res/values-ug/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ug/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-uk/arrays.xml b/AdvancedDisplay/res/values-uk/arrays.xml deleted file mode 100644 index 3c20632..0000000 --- a/AdvancedDisplay/res/values-uk/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-uk/strings.xml b/AdvancedDisplay/res/values-uk/strings.xml deleted file mode 100644 index 418f699..0000000 --- a/AdvancedDisplay/res/values-uk/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-ur-rPK/strings.xml b/AdvancedDisplay/res/values-ur-rPK/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-ur-rPK/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-uz-rUZ/strings.xml b/AdvancedDisplay/res/values-uz-rUZ/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-uz-rUZ/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-vi/arrays.xml b/AdvancedDisplay/res/values-vi/arrays.xml deleted file mode 100644 index 3e7a7e9..0000000 --- a/AdvancedDisplay/res/values-vi/arrays.xml +++ /dev/null @@ -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 (mặc định)</item> - <item>Giao diện người dùng</item> - <item>Video</item> - <item>Video ấm</item> - <item>Video lạnh</item> - <item>Máy ảnh</item> - <item>Điều hướng</item> - <item>Thư viện</item> - <item>Công nghệ ảo hóa</item> - </string-array> - <string-array name="mdnie_mode_entries"> - <item>Động (mặc định)</item> - <item>Tiêu chuẩn</item> - <item>Tự nhiên</item> - <item>Phim</item> - </string-array> - <string-array name="mdnie_negative_entries"> - <item>Thông thường</item> - <item>Đảo ngược</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values-vi/strings.xml b/AdvancedDisplay/res/values-vi/strings.xml deleted file mode 100644 index f0ea4bc..0000000 --- a/AdvancedDisplay/res/values-vi/strings.xml +++ /dev/null @@ -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">Hiển thị nâng cao</string> - <string name="defaults_button">Thiết lập lại về mặc định</string> - <!-- Screen Preference --> - <string name="category_screen_title">Màn hình</string> - <string name="screen_colors_title">Màu</string> - <!-- mDNIe --> - <string name="mdnie_scenario_title_head">Tình huống</string> - <string name="mdnie_scenario_summary_head">Đặt tình huống cho mDNIe</string> - <string name="mdnie_mode_title_head">Chế độ</string> - <string name="mdnie_mode_summary_head">Đặt chế độ mDNle</string> - <string name="mdnie_negative_title_head">Chế độ màu âm bản</string> - <string name="mdnie_negative_summary_head">Bật/tắt đảo ngược màu sắc</string> -</resources> diff --git a/AdvancedDisplay/res/values-zh-rCN/arrays.xml b/AdvancedDisplay/res/values-zh-rCN/arrays.xml deleted file mode 100644 index ef5d04a..0000000 --- a/AdvancedDisplay/res/values-zh-rCN/arrays.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-zh-rCN/strings.xml b/AdvancedDisplay/res/values-zh-rCN/strings.xml deleted file mode 100644 index 303249a..0000000 --- a/AdvancedDisplay/res/values-zh-rCN/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-zh-rHK/arrays.xml b/AdvancedDisplay/res/values-zh-rHK/arrays.xml deleted file mode 100644 index 0a488ed..0000000 --- a/AdvancedDisplay/res/values-zh-rHK/arrays.xml +++ /dev/null @@ -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>影片(暖色)</item> - <item>影片(冷色)</item> - <item>Camera</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> diff --git a/AdvancedDisplay/res/values-zh-rHK/strings.xml b/AdvancedDisplay/res/values-zh-rHK/strings.xml deleted file mode 100644 index 315bfea..0000000 --- a/AdvancedDisplay/res/values-zh-rHK/strings.xml +++ /dev/null @@ -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"> - <!-- Screen Preference --> - <string name="category_screen_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> diff --git a/AdvancedDisplay/res/values-zh-rTW/strings.xml b/AdvancedDisplay/res/values-zh-rTW/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-zh-rTW/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values-zu/strings.xml b/AdvancedDisplay/res/values-zu/strings.xml deleted file mode 100644 index f5df7fe..0000000 --- a/AdvancedDisplay/res/values-zu/strings.xml +++ /dev/null @@ -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> diff --git a/AdvancedDisplay/res/values/arrays.xml b/AdvancedDisplay/res/values/arrays.xml deleted file mode 100644 index be9f348..0000000 --- a/AdvancedDisplay/res/values/arrays.xml +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - 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_scenario_entries_values" translatable="false"> - <item>0</item> - <item>1</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - <item>6</item> - <item>7</item> - <item>8</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_mode_entries_values" translatable="false"> - <item>0</item> - <item>1</item> - <item>2</item> - <item>3</item> - </string-array> - - <string-array name="mdnie_negative_entries"> - <item>Normal</item> - <item>Inverted</item> - </string-array> - - <string-array name="mdnie_negative_entries_values" translatable="false"> - <item>0</item> - <item>1</item> - </string-array> -</resources> diff --git a/AdvancedDisplay/res/values/config.xml b/AdvancedDisplay/res/values/config.xml deleted file mode 100644 index 5e4be8f..0000000 --- a/AdvancedDisplay/res/values/config.xml +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 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. ---> - -<!-- These resources are around just to allow their values to be customized - for different hardware and product builds. --> -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <!-- Vibrator Tuning --> - <bool name="has_vibrator_tuning">true</bool> - <string name="vibrator_sysfs_file" translatable="false">"/sys/vibrator/pwm_val"</string> - <string name="intensity_max_value" translatable="false">100</string> - <string name="intensity_warning_threshold" translatable="false">75</string> - <string name="intensity_default_value" translatable="false">50</string> - <string name="intensity_min_value" translatable="false">0</string> - - <!-- S-Pen --> - <string name="spen_sysfs_file" translatable="false">"/sys/class/sec/sec_epen"</string> - <string name="spen_powersaving_sysfs_file" translatable="false">"/sys/class/sec/sec_epen/epen_saving_mode"</string> - - <!-- Audio Tuning --> - <bool name="has_incall_audio_tuning">false</bool> - <bool name="has_output_audio_tuning">false</bool> - - <string name="incall_max_value" translatable="false">10</string> - <string name="incall_warning_threshold" translatable="false">9</string> - <string name="incall_default_value" translatable="false">5</string> - <string name="incall_min_value" translatable="false">1</string> - <string name="audioout_max_value" translatable="false">63</string> - <string name="audioout_warning_threshold" translatable="false">60</string> - <string name="audioout_default_value" translatable="false">50</string> - <string name="audioout_min_value" translatable="false">0</string> - - <!-- HSPA --> - <bool name="has_hspa">true</bool> - - <!-- Touchkey --> - <bool name="has_touchkey">true</bool> - - <!-- MDNIE --> - <string name="mdnie_cabc_sysfs_file" translatable="false">"/sys/class/lcd/panel/power_reduce"</string> - <string name="mdnie_scenario_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/scenario"</string> - <string name="mdnie_mode_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/mode"</string> - <string name="mdnie_negative_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/negative"</string> - -</resources> diff --git a/AdvancedDisplay/res/values/strings.xml b/AdvancedDisplay/res/values/strings.xml deleted file mode 100644 index d7e1666..0000000 --- a/AdvancedDisplay/res/values/strings.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - 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 colors</string> -</resources> diff --git a/AdvancedDisplay/res/values/themes.xml b/AdvancedDisplay/res/values/themes.xml deleted file mode 100644 index 0df4907..0000000 --- a/AdvancedDisplay/res/values/themes.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 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> - <style name="Theme.Main" parent="@android:style/Theme.Holo"> - <item name="android:actionBarStyle">@android:style/Widget.Holo.ActionBar.Solid</item> - </style> -</resources> diff --git a/AdvancedDisplay/res/xml/screen_preferences.xml b/AdvancedDisplay/res/xml/screen_preferences.xml deleted file mode 100644 index 56e536c..0000000 --- a/AdvancedDisplay/res/xml/screen_preferences.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - - <!-- Screen --> - <PreferenceCategory - android:title="@string/screen_colors_title"> - - <!-- mDNIe Scenario modes --> - <com.cyanogenmod.settings.device.mDNIeScenario - android:key="mdnie_scenario" - android:title="@string/mdnie_scenario_title_head" - android:summary="@string/mdnie_scenario_summary_head" - android:entries="@array/mdnie_scenario_entries" - android:entryValues="@array/mdnie_scenario_entries_values" - android:defaultValue="0" /> - - <!-- mDNIe Mode --> - <com.cyanogenmod.settings.device.mDNIeMode - android:key="mdnie_mode" - android:title="@string/mdnie_mode_title_head" - android:summary="@string/mdnie_mode_summary_head" - android:entries="@array/mdnie_mode_entries" - android:entryValues="@array/mdnie_mode_entries_values" - android:defaultValue="0" /> - - <!-- mDNIe Negative mode --> - <com.cyanogenmod.settings.device.mDNIeNegative - android:key="mdnie_negative" - android:title="@string/mdnie_negative_title_head" - android:summary="@string/mdnie_negative_summary_head" - android:entries="@array/mdnie_negative_entries" - android:entryValues="@array/mdnie_negative_entries_values" - android:defaultValue="0" /> - </PreferenceCategory> - -</PreferenceScreen> diff --git a/AdvancedDisplay/src/com/cyanogenmod/settings/device/DisplaySettings.java b/AdvancedDisplay/src/com/cyanogenmod/settings/device/DisplaySettings.java deleted file mode 100644 index d838c31..0000000 --- a/AdvancedDisplay/src/com/cyanogenmod/settings/device/DisplaySettings.java +++ /dev/null @@ -1,162 +0,0 @@ -/* - * Copyright (C) 2012 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. - */ - -package com.cyanogenmod.settings.device; - -import android.app.ActionBar; -import android.app.ActionBar.Tab; -import android.app.Activity; -import android.app.Fragment; -import android.app.FragmentTransaction; -import android.content.Context; -import android.os.Bundle; -import android.support.v4.app.FragmentActivity; -import android.support.v13.app.FragmentPagerAdapter; -import android.support.v4.view.ViewPager; -import android.view.MenuItem; - -import com.cyanogenmod.settings.device.R; - -import java.util.ArrayList; - -public class DisplaySettings extends FragmentActivity { - - public static final String SHARED_PREFERENCES_BASENAME = "com.cyanogenmod.settings.device"; - public static final String ACTION_UPDATE_PREFERENCES = "com.cyanogenmod.settings.device.UPDATE"; - public static final String KEY_CABC = "cabc"; - public static final String KEY_MDNIE_SCENARIO = "mdnie_scenario"; - public static final String KEY_MDNIE_MODE = "mdnie_mode"; - public static final String KEY_MDNIE_NEGATIVE = "mdnie_negative"; - public static final String KEY_LED_FADE = "led_fade"; - public static final String KEY_TOUCHKEY_LIGHT = "touchkey_light"; - public static final String KEY_TOUCHKEY_TIMEOUT = "touchkey_timeout"; - public static final String KEY_HSPA = "hspa"; - public static final String KEY_USE_DOCK_AUDIO = "dock_audio"; - public static final String KEY_CATEGORY_SPEN = "category_spen"; - public static final String KEY_SPEN_POWER_SAVING_MODE = "spen_power_saving"; - - ViewPager mViewPager; - TabsAdapter mTabsAdapter; - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - - mViewPager = new ViewPager(this); - mViewPager.setId(R.id.viewPager); - setContentView(mViewPager); - - final ActionBar bar = getActionBar(); - bar.setTitle(R.string.app_name); - bar.setDisplayHomeAsUpEnabled(true); - - mTabsAdapter = new TabsAdapter(this, mViewPager); - mTabsAdapter.addTab(bar.newTab().setText(R.string.category_screen_title), - ScreenFragmentActivity.class, null); - - if (savedInstanceState != null) { - bar.setSelectedNavigationItem(savedInstanceState.getInt("tab", 0)); - } - } - - @Override - protected void onSaveInstanceState(Bundle outState) { - super.onSaveInstanceState(outState); - outState.putInt("tab", getActionBar().getSelectedNavigationIndex()); - } - - public static class TabsAdapter extends FragmentPagerAdapter - implements ActionBar.TabListener, ViewPager.OnPageChangeListener { - private final Context mContext; - private final ActionBar mActionBar; - private final ViewPager mViewPager; - private final ArrayList<TabInfo> mTabs = new ArrayList<TabInfo>(); - - static final class TabInfo { - private final Class<?> clss; - private final Bundle args; - - TabInfo(Class<?> _class, Bundle _args) { - clss = _class; - args = _args; - } - } - - public TabsAdapter(Activity activity, ViewPager pager) { - super(activity.getFragmentManager()); - mContext = activity; - mActionBar = activity.getActionBar(); - mViewPager = pager; - mViewPager.setAdapter(this); - mViewPager.setOnPageChangeListener(this); - } - - public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) { - TabInfo info = new TabInfo(clss, args); - tab.setTag(info); - tab.setTabListener(this); - mTabs.add(info); - mActionBar.addTab(tab); - notifyDataSetChanged(); - } - - @Override - public int getCount() { - return mTabs.size(); - } - - @Override - public Fragment getItem(int position) { - TabInfo info = mTabs.get(position); - return Fragment.instantiate(mContext, info.clss.getName(), info.args); - } - - public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) { - } - - public void onPageSelected(int position) { - mActionBar.setSelectedNavigationItem(position); - } - - public void onPageScrollStateChanged(int state) { - } - - public void onTabSelected(Tab tab, FragmentTransaction ft) { - Object tag = tab.getTag(); - for (int i=0; i<mTabs.size(); i++) { - if (mTabs.get(i) == tag) { - mViewPager.setCurrentItem(i); - } - } - } - - public void onTabUnselected(Tab tab, FragmentTransaction ft) { - } - - public void onTabReselected(Tab tab, FragmentTransaction ft) { - } - } - - @Override - public boolean onOptionsItemSelected(MenuItem item) { - switch (item.getItemId()) { - case android.R.id.home: - DisplaySettings.this.onBackPressed(); - default: - return super.onOptionsItemSelected(item); - } - } -} diff --git a/AdvancedDisplay/src/com/cyanogenmod/settings/device/ScreenFragmentActivity.java b/AdvancedDisplay/src/com/cyanogenmod/settings/device/ScreenFragmentActivity.java deleted file mode 100644 index 7b64a4f..0000000 --- a/AdvancedDisplay/src/com/cyanogenmod/settings/device/ScreenFragmentActivity.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Copyright (C) 2012 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. - */ - -package com.cyanogenmod.settings.device; - -import android.content.Context; -import android.content.res.Resources; -import android.content.SharedPreferences; -import android.os.Bundle; -import android.preference.CheckBoxPreference; -import android.preference.ListPreference; -import android.preference.Preference; -import android.preference.PreferenceActivity; -import android.preference.PreferenceCategory; -import android.preference.PreferenceFragment; -import android.preference.PreferenceManager; -import android.preference.PreferenceScreen; -import android.util.Log; - -import com.cyanogenmod.settings.device.R; - -public class ScreenFragmentActivity extends PreferenceFragment { - - private static final String PREF_ENABLED = "1"; - private static final String TAG = "DisplaySettings_Screen"; - private mDNIeScenario mmDNIeScenario; - private mDNIeMode mmDNIeMode; - private mDNIeNegative mmDNIeNegative; - - @Override - public void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - - addPreferencesFromResource(R.xml.screen_preferences); - PreferenceScreen preferenceScreen = getPreferenceScreen(); - Resources res = getResources(); - - /* mDNIe */ - mmDNIeScenario = (mDNIeScenario) findPreference(DisplaySettings.KEY_MDNIE_SCENARIO); - mmDNIeScenario.setEnabled(mDNIeScenario.isSupported(res.getString(R.string.mdnie_scenario_sysfs_file))); - - mmDNIeMode = (mDNIeMode) findPreference(DisplaySettings.KEY_MDNIE_MODE); - mmDNIeMode.setEnabled(mDNIeMode.isSupported(res.getString(R.string.mdnie_mode_sysfs_file))); - - mmDNIeNegative = (mDNIeNegative) findPreference(DisplaySettings.KEY_MDNIE_NEGATIVE); - mmDNIeNegative.setEnabled(mDNIeNegative.isSupported(res.getString(R.string.mdnie_negative_sysfs_file))); - - } - - @Override - public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference) { - - String key = preference.getKey(); - Log.w(TAG, "key: " + key); - - return true; - } - - public static boolean isSupported(String FILE) { - return Utils.fileExists(FILE); - } - - public static void restore(Context context) { - SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(context); - } -} diff --git a/AdvancedDisplay/src/com/cyanogenmod/settings/device/Startup.java b/AdvancedDisplay/src/com/cyanogenmod/settings/device/Startup.java deleted file mode 100644 index 2bada88..0000000 --- a/AdvancedDisplay/src/com/cyanogenmod/settings/device/Startup.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2012 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. - */ - -package com.cyanogenmod.settings.device; - -import android.content.BroadcastReceiver; -import android.content.Context; -import android.content.Intent; - -public class Startup extends BroadcastReceiver { - - @Override - public void onReceive(final Context context, final Intent bootintent) { - mDNIeScenario.restore(context); - mDNIeMode.restore(context); - mDNIeNegative.restore(context); - ScreenFragmentActivity.restore(context); - } -} diff --git a/AdvancedDisplay/src/com/cyanogenmod/settings/device/Utils.java b/AdvancedDisplay/src/com/cyanogenmod/settings/device/Utils.java deleted file mode 100644 index 4ca2e9e..0000000 --- a/AdvancedDisplay/src/com/cyanogenmod/settings/device/Utils.java +++ /dev/null @@ -1,163 +0,0 @@ -/* - * Copyright (C) 2012 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. - */ - -package com.cyanogenmod.settings.device; - -import android.util.Log; - -import java.io.BufferedReader; -import java.io.File; -import java.io.FileNotFoundException; -import java.io.FileOutputStream; -import java.io.FileReader; -import java.io.IOException; -import java.io.SyncFailedException; -import android.app.AlertDialog; -import android.content.DialogInterface; -import android.content.Context; - -public class Utils { - - private static final String TAG = "DeviceSettings_Utils"; - private static final String TAG_READ = "DeviceSettings_Utils_Read"; - private static final String TAG_WRITE = "DeviceSettings_Utils_Write"; - - // Read value from sysfs interface - public static String readOneLine(String sFile) { - BufferedReader brBuffer; - String sLine = null; - - try { - brBuffer = new BufferedReader(new FileReader(sFile), 512); - try { - sLine = brBuffer.readLine(); - } finally { - Log.w(TAG_READ, "file " + sFile + ": " + sLine); - brBuffer.close(); - } - } catch (Exception e) { - Log.e(TAG_READ, "IO Exception when reading /sys/ file", e); - } - return sLine; - } - - /** - * Write a string value to the specified file. - * - * @param filename The filename - * @param value The value - */ - public static void writeValue(String filename, String value) { - FileOutputStream fos = null; - try { - fos = new FileOutputStream(new File(filename), false); - fos.write(value.getBytes()); - fos.flush(); - // fos.getFD().sync(); - } catch (FileNotFoundException ex) { - Log.w(TAG, "file " + filename + " not found: " + ex); - } catch (SyncFailedException ex) { - Log.w(TAG, "file " + filename + " sync failed: " + ex); - } catch (IOException ex) { - Log.w(TAG, "IOException trying to sync " + filename + ": " + ex); - } catch (RuntimeException ex) { - Log.w(TAG, "exception while syncing file: ", ex); - } finally { - if (fos != null) { - try { - Log.w(TAG_WRITE, "file " + filename + ": " + value); - fos.close(); - } catch (IOException ex) { - Log.w(TAG, "IOException while closing synced file: ", ex); - } catch (RuntimeException ex) { - Log.w(TAG, "exception while closing file: ", ex); - } - } - } - - } - - /** - * Write a string value to the specified file. - * - * @param filename The filename - * @param value The value - */ - public static void writeValue(String filename, Boolean value) { - FileOutputStream fos = null; - String sEnvia; - try { - fos = new FileOutputStream(new File(filename), false); - if (value) - sEnvia = "1"; - else - sEnvia = "0"; - fos.write(sEnvia.getBytes()); - fos.flush(); - // fos.getFD().sync(); - } catch (FileNotFoundException ex) { - Log.w(TAG, "file " + filename + " not found: " + ex); - } catch (SyncFailedException ex) { - Log.w(TAG, "file " + filename + " sync failed: " + ex); - } catch (IOException ex) { - Log.w(TAG, "IOException trying to sync " + filename + ": " + ex); - } catch (RuntimeException ex) { - Log.w(TAG, "exception while syncing file: ", ex); - } finally { - if (fos != null) { - try { - Log.w(TAG_WRITE, "file " + filename + ": " + value); - fos.close(); - } catch (IOException ex) { - Log.w(TAG, "IOException while closing synced file: ", ex); - } catch (RuntimeException ex) { - Log.w(TAG, "exception while closing file: ", ex); - } - } - } - } - - /** - * Write the "color value" to the specified file. The value is scaled from - * an integer to an unsigned integer by multiplying by 2. - * @param filename The filename - * @param value The value of max value Integer.MAX - */ - public static void writeColor(String filename, int value) { - writeValue(filename, String.valueOf((long) value * 2)); - } - - /** - * Check if the specified file exists. - * @param filename The filename - * @return Whether the file exists or not - */ - public static boolean fileExists(String filename) { - return new File(filename).exists(); - } - - public static void showDialog(Context ctx, String title, String message) { - final AlertDialog alertDialog = new AlertDialog.Builder(ctx).create(); - alertDialog.setTitle(title); - alertDialog.setMessage(message); - alertDialog.setButton("OK", new DialogInterface.OnClickListener() { - public void onClick(DialogInterface dialog, int which) { - alertDialog.dismiss(); - } - }); - alertDialog.show(); - } -} diff --git a/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeMode.java b/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeMode.java deleted file mode 100644 index c777d72..0000000 --- a/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeMode.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Copyright (C) 2012 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. - */ - -package com.cyanogenmod.settings.device; - -import android.content.Context; - -import android.content.SharedPreferences; -import android.util.AttributeSet; -import android.preference.Preference; -import android.preference.ListPreference; -import android.preference.Preference.OnPreferenceChangeListener; -import android.preference.PreferenceManager; - -public class mDNIeMode extends ListPreference implements OnPreferenceChangeListener { - - private static String FILE = null; - - public mDNIeMode(Context context, AttributeSet attrs) { - super(context, attrs); - this.setOnPreferenceChangeListener(this); - FILE = context.getResources().getString(R.string.mdnie_mode_sysfs_file); - } - - public static boolean isSupported(String filePath) { - return Utils.fileExists(filePath); - } - - /** - * Restore mdnie user mode setting from SharedPreferences. (Write to kernel.) - * @param context The context to read the SharedPreferences from - */ - public static void restore(Context context) { - FILE = context.getResources().getString(R.string.mdnie_mode_sysfs_file); - if (!isSupported(FILE)) { - return; - } - - SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(context); - Utils.writeValue(FILE, sharedPrefs.getString(DisplaySettings.KEY_MDNIE_MODE, "0")); - } - - public boolean onPreferenceChange(Preference preference, Object newValue) { - Utils.writeValue(FILE, (String) newValue); - return true; - } - -} diff --git a/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeNegative.java b/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeNegative.java deleted file mode 100644 index bde9946..0000000 --- a/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeNegative.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Copyright (C) 2012 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. - */ - -package com.cyanogenmod.settings.device; - -import java.io.IOException; -import android.content.Context; -import android.util.AttributeSet; -import android.content.SharedPreferences; -import android.preference.Preference; -import android.preference.ListPreference; -import android.preference.Preference.OnPreferenceChangeListener; -import android.preference.PreferenceManager; - -public class mDNIeNegative extends ListPreference implements OnPreferenceChangeListener { - - private static String FILE = null; - - public mDNIeNegative(Context context, AttributeSet attrs) { - super(context, attrs); - this.setOnPreferenceChangeListener(this); - FILE = context.getResources().getString(R.string.mdnie_negative_sysfs_file); - } - - public static boolean isSupported(String filePath) { - return Utils.fileExists(filePath); - } - - /** - * Restore mdnie user mode setting from SharedPreferences. (Write to kernel.) - * @param context The context to read the SharedPreferences from - */ - public static void restore(Context context) { - FILE = context.getResources().getString(R.string.mdnie_negative_sysfs_file); - if (!isSupported(FILE)) { - return; - } - - SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(context); - Utils.writeValue(FILE, sharedPrefs.getString(DisplaySettings.KEY_MDNIE_NEGATIVE, "0")); - } - - public boolean onPreferenceChange(Preference preference, Object newValue) { - Utils.writeValue(FILE, (String) newValue); - return true; - } - -} diff --git a/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeScenario.java b/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeScenario.java deleted file mode 100644 index cbab69d..0000000 --- a/AdvancedDisplay/src/com/cyanogenmod/settings/device/mDNIeScenario.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Copyright (C) 2012 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. - */ - -package com.cyanogenmod.settings.device; - -import android.content.Context; - -import android.content.SharedPreferences; -import android.util.AttributeSet; -import android.preference.Preference; -import android.preference.ListPreference; -import android.preference.Preference.OnPreferenceChangeListener; -import android.preference.PreferenceManager; - -public class mDNIeScenario extends ListPreference implements OnPreferenceChangeListener { - - private static String FILE = null; - - public mDNIeScenario(Context context, AttributeSet attrs) { - super(context,attrs); - this.setOnPreferenceChangeListener(this); - FILE = context.getResources().getString(R.string.mdnie_scenario_sysfs_file); - } - - public static boolean isSupported(String filePath) { - return Utils.fileExists(filePath); - } - - /** - * Restore mdnie "camera" setting from SharedPreferences. (Write to kernel.) - * @param context The context to read the SharedPreferences from - */ - public static void restore(Context context) { - FILE = context.getResources().getString(R.string.mdnie_scenario_sysfs_file); - if (!isSupported(FILE)) { - return; - } - - SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(context); - Utils.writeValue(FILE, sharedPrefs.getString(DisplaySettings.KEY_MDNIE_SCENARIO, "0")); - } - - public boolean onPreferenceChange(Preference preference, Object newValue) { - Utils.writeValue(FILE, (String) newValue); - return true; - } - -} |