mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-04 15:37:46 -04:00
universal7570: Nuke advanceddisplay & samsungdoze
It already defined in hardware/samsung. NUKE IT Change-Id: I8e4679bbf207a9b79d378f7b947eeedae0fd3d85
This commit is contained in:
parent
13acf0a09f
commit
3cfa260346
167 changed files with 0 additions and 5332 deletions
|
@ -1,33 +0,0 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||
|
||||
LOCAL_PACKAGE_NAME := AdvancedDisplay
|
||||
LOCAL_PRIVATE_PLATFORM_APIS := true
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_USE_AAPT2 := true
|
||||
|
||||
LOCAL_STATIC_ANDROID_LIBRARIES := \
|
||||
android-support-v4 \
|
||||
android-support-v7-appcompat \
|
||||
android-support-v7-preference \
|
||||
android-support-v7-recyclerview \
|
||||
android-support-v13 \
|
||||
android-support-v14-preference
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
org.lineageos.platform.internal
|
||||
|
||||
LOCAL_RESOURCE_DIR := \
|
||||
$(LOCAL_PATH)/res \
|
||||
$(TOP)/packages/resources/devicesettings/res
|
||||
|
||||
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.lineageos.settings.device"
|
||||
android:sharedUserId="android.uid.system">
|
||||
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Main">
|
||||
<receiver android:name="org.lineageos.settings.device.BootCompletedReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<activity
|
||||
android:name=".AdvancedDisplayActivity"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.settings.action.EXTRA_SETTINGS" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="com.android.settings.category"
|
||||
android:value="com.android.settings.category.ia.display" />
|
||||
<meta-data
|
||||
android:name="com.android.settings.summary"
|
||||
android:value="@string/summary_empty" />
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
|
@ -1,5 +0,0 @@
|
|||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet);
|
||||
}
|
||||
|
||||
-keep class ** extends android.support.v14.preference.PreferenceFragment
|
|
@ -1,30 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2016 The CyanogenMod Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0z" />
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M12.01 5.5L10 8h4l-1.99-2.5zM18 10v4l2.5-1.99L18 10zM6 10l-2.5 2.01L6 14v-4zm8
|
||||
6h-4l2.01 2.5L14 16zm7-13H3c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2 2h18c1.1 0 2-.9
|
||||
2-2V5c0-1.1-.9-2-2-2zm0 16.01H3V4.99h18v14.02z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/frameLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Skerm</string>
|
||||
<string name="screen_colors_title">Kleure</string>
|
||||
<string name="mdnie_scenario_title_head">Scenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Stel die mDNIe scenario</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">وضع إمكانية الوصول</string>
|
||||
<string name="mdnie_accessibility_summary_head">قم بتعيين وضع إمكانية الوصول mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (الافتراضي)</string>
|
||||
<string name="mdnie_scenario_video">فيديو</string>
|
||||
<string name="mdnie_scenario_video_warm">فيديو دافئ</string>
|
||||
<string name="mdnie_scenario_video_cold">فيديو بارد</string>
|
||||
<string name="mdnie_scenario_camera">الكاميرا</string>
|
||||
<string name="mdnie_scenario_navigation">التنقل</string>
|
||||
<string name="mdnie_scenario_gallery">المعرض</string>
|
||||
<string name="mdnie_scenario_vt">مكالمة فيديو</string>
|
||||
<string name="mdnie_scenario_browser">المتصفح</string>
|
||||
<string name="mdnie_scenario_ebook">كتاب الكتروني</string>
|
||||
<string name="mdnie_scenario_email">البريد الإلكتروني</string>
|
||||
<string name="mdnie_scenario_tdmb">التلفزيون الرقمي</string>
|
||||
<string name="mdnie_accessibility_normal">عادي</string>
|
||||
<string name="mdnie_accessibility_inverse">معكوس</string>
|
||||
<string name="mdnie_accessibility_color_blind">عمى الألوان</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">حجب الشاشة</string>
|
||||
<string name="mdnie_accessibility_grayscale">رمادي</string>
|
||||
<string name="mdnie_accessibility_gray_negative">رمادي معكوس</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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">Afita l\'escenariu mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Mou d\'accesibilidá</string>
|
||||
<string name="mdnie_accessibility_summary_head">Afitar el mou d\'accesibilidá mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (por defeutu)</string>
|
||||
<string name="mdnie_scenario_video">Videu</string>
|
||||
<string name="mdnie_scenario_video_warm">Videu caldiu</string>
|
||||
<string name="mdnie_scenario_video_cold">Videu fríu</string>
|
||||
<string name="mdnie_scenario_camera">Cámara</string>
|
||||
<string name="mdnie_scenario_navigation">Navegación</string>
|
||||
<string name="mdnie_scenario_gallery">Galería</string>
|
||||
<string name="mdnie_scenario_vt">Videollamada</string>
|
||||
<string name="mdnie_scenario_browser">Restolador</string>
|
||||
<string name="mdnie_scenario_ebook">Llibru electrónicu</string>
|
||||
<string name="mdnie_scenario_email">Corréu electrónicu</string>
|
||||
<string name="mdnie_scenario_tdmb">Televisión dixital</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Invertíu</string>
|
||||
<string name="mdnie_accessibility_color_blind">Daltónicu</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Cortina de pantalla</string>
|
||||
<string name="mdnie_accessibility_grayscale">Buxu</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Gris invertíu</string>
|
||||
</resources>
|
|
@ -1,34 +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>LineageOS (default)</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_negative_entries">
|
||||
<item>Normal</item>
|
||||
<item>Tərsinə çevrilmiş</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">Qabaqcıl ekran</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_negative_title_head">Neqativ rejim</string>
|
||||
<string name="mdnie_negative_summary_head">Tərs rәnglәri aç/bağla</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Ekran</string>
|
||||
<string name="screen_colors_title">Rənglər</string>
|
||||
<string name="mdnie_scenario_title_head">Ekran rejimi</string>
|
||||
<string name="mdnie_scenario_summary_head">mDNle ssenarisini tənzimlə</string>
|
||||
<string name="mdnie_accessibility_title_head">Əlçatımlılıq rejimi</string>
|
||||
<string name="mdnie_accessibility_summary_head">mDNIe əlçatımlılıq rejimini tənzimlə</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (ilkin)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video - isti</string>
|
||||
<string name="mdnie_scenario_video_cold">Video - soyuq</string>
|
||||
<string name="mdnie_scenario_camera">Kamera</string>
|
||||
<string name="mdnie_scenario_navigation">Hərəkət</string>
|
||||
<string name="mdnie_scenario_gallery">Qalereya</string>
|
||||
<string name="mdnie_scenario_vt">Görüntülü zəng</string>
|
||||
<string name="mdnie_scenario_browser">Səyyah</string>
|
||||
<string name="mdnie_scenario_ebook">Elektron kitab</string>
|
||||
<string name="mdnie_scenario_email">Elektron poçt</string>
|
||||
<string name="mdnie_scenario_tdmb">Rəqəmsal televizor</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Tərsinə çevrilmiş</string>
|
||||
<string name="mdnie_accessibility_color_blind">Daltonizm</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Ekran pərdəsi</string>
|
||||
<string name="mdnie_accessibility_grayscale">Boz</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Tərs boz</string>
|
||||
</resources>
|
|
@ -1,34 +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>LineageOS (default)</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_negative_entries">
|
||||
<item>Звычайны</item>
|
||||
<item>Інверсія</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">Налады экрана</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_negative_title_head">Негатыў</string>
|
||||
<string name="mdnie_negative_summary_head">Укл./выкл. інверсіі колераў</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">Режим на достъп</string>
|
||||
<string name="mdnie_accessibility_summary_head">Задайте режим на достъп за mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (по подразбиране)</string>
|
||||
<string name="mdnie_scenario_video">Видео</string>
|
||||
<string name="mdnie_scenario_video_warm">Видео топло</string>
|
||||
<string name="mdnie_scenario_video_cold">Видео студено</string>
|
||||
<string name="mdnie_scenario_camera">Камера</string>
|
||||
<string name="mdnie_scenario_navigation">Навигация</string>
|
||||
<string name="mdnie_scenario_gallery">Галерия</string>
|
||||
<string name="mdnie_scenario_vt">Видео разговор</string>
|
||||
<string name="mdnie_scenario_browser">Браузър</string>
|
||||
<string name="mdnie_scenario_ebook">Е-книга</string>
|
||||
<string name="mdnie_scenario_email">Имейл</string>
|
||||
<string name="mdnie_scenario_tdmb">Цифрова телевизия</string>
|
||||
<string name="mdnie_accessibility_normal">Нормален</string>
|
||||
<string name="mdnie_accessibility_inverse">Обърнат</string>
|
||||
<string name="mdnie_accessibility_color_blind">За далтонисти</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Екранна завеса</string>
|
||||
<string name="mdnie_accessibility_grayscale">Сив</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Обърнат сив</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Ekran</string>
|
||||
<string name="screen_colors_title">Boje</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Pantalla</string>
|
||||
<string name="screen_colors_title">Colors</string>
|
||||
<string name="mdnie_scenario_title_head">Escenari</string>
|
||||
<string name="mdnie_scenario_summary_head">Estableix l\'escenari de mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Mode d\'accessibilitat</string>
|
||||
<string name="mdnie_accessibility_summary_head">Estableix el mode d\'accessibilitat mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (per defecte)</string>
|
||||
<string name="mdnie_scenario_video">Vídeo</string>
|
||||
<string name="mdnie_scenario_video_warm">Vídeo càlid</string>
|
||||
<string name="mdnie_scenario_video_cold">Vídeo fred</string>
|
||||
<string name="mdnie_scenario_camera">Càmera</string>
|
||||
<string name="mdnie_scenario_navigation">Navegació</string>
|
||||
<string name="mdnie_scenario_gallery">Galeria</string>
|
||||
<string name="mdnie_scenario_vt">Vídeotrucada</string>
|
||||
<string name="mdnie_scenario_browser">Navegador</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">Correu</string>
|
||||
<string name="mdnie_scenario_tdmb">Televisió digital</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Invertit</string>
|
||||
<string name="mdnie_accessibility_color_blind">Daltònic</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Cortina de pantalla</string>
|
||||
<string name="mdnie_accessibility_grayscale">Gris</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Gris invertit</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Obrazovka</string>
|
||||
<string name="screen_colors_title">Barvy</string>
|
||||
<string name="mdnie_scenario_title_head">Scénář</string>
|
||||
<string name="mdnie_scenario_summary_head">Nastavit scénář pro mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Režim usnadnění</string>
|
||||
<string name="mdnie_accessibility_summary_head">Nastavení režimu usnadnění mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (výchozí)</string>
|
||||
<string name="mdnie_scenario_video">Kamera</string>
|
||||
<string name="mdnie_scenario_video_warm">Režim teplých barev</string>
|
||||
<string name="mdnie_scenario_video_cold">Režim studených barev</string>
|
||||
<string name="mdnie_scenario_camera">Fotoaparát</string>
|
||||
<string name="mdnie_scenario_navigation">Navigace</string>
|
||||
<string name="mdnie_scenario_gallery">Galerie</string>
|
||||
<string name="mdnie_scenario_vt">Video hovor</string>
|
||||
<string name="mdnie_scenario_browser">Prohlížeč</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digitální televize</string>
|
||||
<string name="mdnie_accessibility_normal">Normální</string>
|
||||
<string name="mdnie_accessibility_inverse">Inverzní</string>
|
||||
<string name="mdnie_accessibility_color_blind">Barvoslepost</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Záclony v obraze</string>
|
||||
<string name="mdnie_accessibility_grayscale">Šedá</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Invertovaná šedá</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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">Dangosydd uwch</string>
|
||||
<string name="category_screen_title">Sgrin</string>
|
||||
<string name="screen_colors_title">Lliwiau</string>
|
||||
<string name="mdnie_scenario_title_head">Senario</string>
|
||||
<string name="mdnie_scenario_summary_head">Gosod y senario mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Modd hygyrchedd</string>
|
||||
<string name="mdnie_accessibility_summary_head">Gosod modd hygyrchedd mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (rhagosodiad)</string>
|
||||
<string name="mdnie_scenario_video">Fideo</string>
|
||||
<string name="mdnie_scenario_video_warm">Fideo cynnes</string>
|
||||
<string name="mdnie_scenario_video_cold">Fideo oer</string>
|
||||
<string name="mdnie_scenario_camera">Camera</string>
|
||||
<string name="mdnie_scenario_navigation">Llywio</string>
|
||||
<string name="mdnie_scenario_gallery">Oriel</string>
|
||||
<string name="mdnie_scenario_vt">Galwad fideo</string>
|
||||
<string name="mdnie_scenario_browser">Porwr</string>
|
||||
<string name="mdnie_scenario_ebook">eLyfr</string>
|
||||
<string name="mdnie_scenario_email">Ebost</string>
|
||||
<string name="mdnie_scenario_tdmb">Teledu digidol</string>
|
||||
<string name="mdnie_accessibility_normal">Arferol</string>
|
||||
<string name="mdnie_accessibility_inverse">Wedi\'i wrthdroi</string>
|
||||
<string name="mdnie_accessibility_color_blind">Lliwddall</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Screen curtain (Rhybudd: Peryg. Paid â\'i ddewis.) </string>
|
||||
<string name="mdnie_accessibility_grayscale">Llwyd</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Llwyd wedi\'i wrthdroi</string>
|
||||
</resources>
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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">Avanceret display</string>
|
||||
<string name="category_screen_title">Skærm</string>
|
||||
<string name="screen_colors_title">Farver</string>
|
||||
<string name="mdnie_scenario_title_head">Scenarie</string>
|
||||
<string name="mdnie_scenario_summary_head">Angiv mDNIe-scenariet</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (standard)</string>
|
||||
<string name="mdnie_scenario_vt">Videoopkald</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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 Anzeige-Einstellungen</string>
|
||||
<string name="category_screen_title">Bildschirm</string>
|
||||
<string name="screen_colors_title">Farben</string>
|
||||
<string name="mdnie_scenario_title_head">Szenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Wählen Sie das mDNIe-Szenario</string>
|
||||
<string name="mdnie_accessibility_title_head">Barrierefreier Modus</string>
|
||||
<string name="mdnie_accessibility_summary_head">mDNIe-Modus festlegen</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (Standard)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Videomodus (warm)</string>
|
||||
<string name="mdnie_scenario_video_cold">Videomodus (kalt)</string>
|
||||
<string name="mdnie_scenario_camera">Kamera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigation</string>
|
||||
<string name="mdnie_scenario_gallery">Galerie</string>
|
||||
<string name="mdnie_scenario_vt">Videoanruf</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">E-Book</string>
|
||||
<string name="mdnie_scenario_email">E-Mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digitales Fernsehen</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Invertiert</string>
|
||||
<string name="mdnie_accessibility_color_blind">Farbenblind</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Bildschirmvorhang</string>
|
||||
<string name="mdnie_accessibility_grayscale">Grau</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Grau invertiert</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">Λειτουργία προσβασιμότητας</string>
|
||||
<string name="mdnie_accessibility_summary_head">Ορίστε τη λειτουργία προσβασιμότητας mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (προεπιλογή)</string>
|
||||
<string name="mdnie_scenario_video">Βίντεο</string>
|
||||
<string name="mdnie_scenario_video_warm">Θερμό βίντεο</string>
|
||||
<string name="mdnie_scenario_video_cold">Ψυχρό βίντεο</string>
|
||||
<string name="mdnie_scenario_camera">Φωτογραφική μηχανή</string>
|
||||
<string name="mdnie_scenario_navigation">Πλοήγηση</string>
|
||||
<string name="mdnie_scenario_gallery">Συλλογή</string>
|
||||
<string name="mdnie_scenario_vt">Βιντεοκλήση</string>
|
||||
<string name="mdnie_scenario_browser">Περιηγητής</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Ψηφιακή τηλεόραση</string>
|
||||
<string name="mdnie_accessibility_normal">Κανονική</string>
|
||||
<string name="mdnie_accessibility_inverse">Ανεστραμμένη</string>
|
||||
<string name="mdnie_accessibility_color_blind">Αχρωματοψία</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Κουρτίνα οθόνης</string>
|
||||
<string name="mdnie_accessibility_grayscale">Γκρί</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Γκρι ανεστραμμένη</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Screen</string>
|
||||
<string name="screen_colors_title">Colours</string>
|
||||
<string name="mdnie_scenario_title_head">Scenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Set the mDNIe scenario</string>
|
||||
<string name="mdnie_accessibility_title_head">Accessibility mode</string>
|
||||
<string name="mdnie_accessibility_summary_head">Set the mDNIe accessibility mode</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (default)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video warm</string>
|
||||
<string name="mdnie_scenario_video_cold">Video cold</string>
|
||||
<string name="mdnie_scenario_camera">Camera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigation</string>
|
||||
<string name="mdnie_scenario_gallery">Gallery</string>
|
||||
<string name="mdnie_scenario_vt">Video call</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digital television</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Inverted</string>
|
||||
<string name="mdnie_accessibility_color_blind">Colour blind</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Screen curtain</string>
|
||||
<string name="mdnie_accessibility_grayscale">Grey</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Grey inverted</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Screen</string>
|
||||
<string name="screen_colors_title">Colours</string>
|
||||
<string name="mdnie_scenario_title_head">Scenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Set the mDNIe scenario</string>
|
||||
<string name="mdnie_accessibility_title_head">Accessibility mode</string>
|
||||
<string name="mdnie_accessibility_summary_head">Set the mDNIe accessibility mode</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (default)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video warm</string>
|
||||
<string name="mdnie_scenario_video_cold">Video cold</string>
|
||||
<string name="mdnie_scenario_camera">Camera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigation</string>
|
||||
<string name="mdnie_scenario_gallery">Gallery</string>
|
||||
<string name="mdnie_scenario_vt">Video call</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digital television</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Inverted</string>
|
||||
<string name="mdnie_accessibility_color_blind">Colour blind</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Screen curtain</string>
|
||||
<string name="mdnie_accessibility_grayscale">Gray</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Gray inverted</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Screen</string>
|
||||
<string name="screen_colors_title">Colours</string>
|
||||
<string name="mdnie_scenario_title_head">Scenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Set the mDNIe scenario</string>
|
||||
<string name="mdnie_accessibility_title_head">Accessibility mode</string>
|
||||
<string name="mdnie_accessibility_summary_head">Set the mDNIe accessibility mode</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (default)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video warm</string>
|
||||
<string name="mdnie_scenario_video_cold">Video cold</string>
|
||||
<string name="mdnie_scenario_camera">Camera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigation</string>
|
||||
<string name="mdnie_scenario_gallery">Gallery</string>
|
||||
<string name="mdnie_scenario_vt">Video call</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digital television</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Inverted</string>
|
||||
<string name="mdnie_accessibility_color_blind">Colour blind</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Screen curtain</string>
|
||||
<string name="mdnie_accessibility_grayscale">Grey</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Grey inverted</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Screen</string>
|
||||
<string name="screen_colors_title">Colours</string>
|
||||
<string name="mdnie_scenario_title_head">Scenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Set the mDNIe scenario</string>
|
||||
<string name="mdnie_accessibility_title_head">Accessibility mode</string>
|
||||
<string name="mdnie_accessibility_summary_head">Set the mDNIe accessibility mode</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (default)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video warm</string>
|
||||
<string name="mdnie_scenario_video_cold">Video cold</string>
|
||||
<string name="mdnie_scenario_camera">Camera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigation</string>
|
||||
<string name="mdnie_scenario_gallery">Gallery</string>
|
||||
<string name="mdnie_scenario_vt">Video call</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digital television</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Inverted</string>
|
||||
<string name="mdnie_accessibility_color_blind">Colour blind</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Screen curtain</string>
|
||||
<string name="mdnie_accessibility_grayscale">Grey</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Grey inverted</string>
|
||||
</resources>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="screen_colors_title">Koloroj</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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">Ajustes avanzados</string>
|
||||
<string name="category_screen_title">Pantalla</string>
|
||||
<string name="screen_colors_title">Colores</string>
|
||||
<string name="mdnie_scenario_title_head">Escenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Establecer escenario mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Modo de accesibilidad</string>
|
||||
<string name="mdnie_accessibility_summary_head">Establecer el modo de accesibilidad mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (predefinido)</string>
|
||||
<string name="mdnie_scenario_video">Vídeo</string>
|
||||
<string name="mdnie_scenario_video_warm">Vídeo cálido</string>
|
||||
<string name="mdnie_scenario_video_cold">Vídeo frío</string>
|
||||
<string name="mdnie_scenario_camera">Cámara</string>
|
||||
<string name="mdnie_scenario_navigation">Navegación</string>
|
||||
<string name="mdnie_scenario_gallery">Galería</string>
|
||||
<string name="mdnie_scenario_vt">Videollamada</string>
|
||||
<string name="mdnie_scenario_browser">Navegador</string>
|
||||
<string name="mdnie_scenario_ebook">Libro digital</string>
|
||||
<string name="mdnie_scenario_email">Correo electrónico</string>
|
||||
<string name="mdnie_scenario_tdmb">Televisión digital</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Invertido</string>
|
||||
<string name="mdnie_accessibility_color_blind">Daltónico</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Cortina de pantalla</string>
|
||||
<string name="mdnie_accessibility_grayscale">Gris</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Gris invertido</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Pantalla</string>
|
||||
<string name="screen_colors_title">Colores</string>
|
||||
<string name="mdnie_scenario_title_head">Escenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Establecer el escenario mDNIe</string>
|
||||
</resources>
|
|
@ -1,34 +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>LineageOS (default)</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_negative_entries">
|
||||
<item>Normaalne</item>
|
||||
<item>Negatiivne</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">Täpsem displei</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_negative_title_head">Negatiivne režiim</string>
|
||||
<string name="mdnie_negative_summary_head">Luba/keela negatiivsed värvid</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">Juurdepääsetavusrežiim</string>
|
||||
<string name="mdnie_accessibility_summary_head">Määra mDNIe juurdepääsetavusrežiim</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (vaikimisi)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video soe</string>
|
||||
<string name="mdnie_scenario_video_cold">Video külm</string>
|
||||
<string name="mdnie_scenario_camera">Kaamera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigeerimine</string>
|
||||
<string name="mdnie_scenario_gallery">Galerii</string>
|
||||
<string name="mdnie_scenario_vt">Videokõne</string>
|
||||
<string name="mdnie_scenario_browser">Veebilehitseja</string>
|
||||
<string name="mdnie_scenario_ebook">E-raamat</string>
|
||||
<string name="mdnie_scenario_email">E-post</string>
|
||||
<string name="mdnie_scenario_tdmb">Digitaalne televisioon</string>
|
||||
<string name="mdnie_accessibility_normal">Tavaline</string>
|
||||
<string name="mdnie_accessibility_inverse">Pööratud</string>
|
||||
<string name="mdnie_accessibility_color_blind">Värvipimedatele</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Ekraanikardin</string>
|
||||
<string name="mdnie_accessibility_grayscale">Hall</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Pööratud hall</string>
|
||||
</resources>
|
|
@ -1,34 +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>LineageOS (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>Bideodeia</item>
|
||||
</string-array>
|
||||
<string-array name="mdnie_negative_entries">
|
||||
<item>Arrunta</item>
|
||||
<item>Alderantzikatua</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">Pantaila aurreratua</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_negative_title_head">Modu negatiboa</string>
|
||||
<string name="mdnie_negative_summary_head">Gaitu/ezgaitu kolore alderantzikatuak</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">Irisgarritasun modua</string>
|
||||
<string name="mdnie_accessibility_summary_head">Ezarri mDNIe irisgarritasun modua</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (lehenetsia)</string>
|
||||
<string name="mdnie_scenario_video">Bideoa</string>
|
||||
<string name="mdnie_scenario_video_warm">Bideo epela</string>
|
||||
<string name="mdnie_scenario_video_cold">Bideo hotza</string>
|
||||
<string name="mdnie_scenario_camera">Kamera</string>
|
||||
<string name="mdnie_scenario_navigation">Nabigazioa</string>
|
||||
<string name="mdnie_scenario_gallery">Galeria</string>
|
||||
<string name="mdnie_scenario_vt">Bideo-deia</string>
|
||||
<string name="mdnie_scenario_browser">Nabigatzailea</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Telebista digitala</string>
|
||||
<string name="mdnie_accessibility_normal">Arrunta</string>
|
||||
<string name="mdnie_accessibility_inverse">Alderantzikatua</string>
|
||||
<string name="mdnie_accessibility_color_blind">Kolore-itsua</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Pantaila gortina</string>
|
||||
<string name="mdnie_accessibility_grayscale">Grisa</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Grisa alderantzikatua</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Näyttö</string>
|
||||
<string name="screen_colors_title">Värit</string>
|
||||
<string name="mdnie_scenario_title_head">Skenaario</string>
|
||||
<string name="mdnie_scenario_summary_head">Aseta mDNIe-skenaario</string>
|
||||
<string name="mdnie_accessibility_title_head">Helppokäyttötila</string>
|
||||
<string name="mdnie_accessibility_summary_head">Aseta mDNIe-tila</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (oletus)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video (lämmin)</string>
|
||||
<string name="mdnie_scenario_video_cold">Video (kylmä)</string>
|
||||
<string name="mdnie_scenario_camera">Kamera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigointi</string>
|
||||
<string name="mdnie_scenario_gallery">Galleria</string>
|
||||
<string name="mdnie_scenario_vt">Videopuhelu</string>
|
||||
<string name="mdnie_scenario_browser">Selain</string>
|
||||
<string name="mdnie_scenario_ebook">E-kirja</string>
|
||||
<string name="mdnie_scenario_email">Sähköposti</string>
|
||||
<string name="mdnie_scenario_tdmb">Digitaalinen televisio</string>
|
||||
<string name="mdnie_accessibility_normal">Normaali</string>
|
||||
<string name="mdnie_accessibility_inverse">Käänteinen</string>
|
||||
<string name="mdnie_accessibility_color_blind">Värisokea</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Näyttöverho</string>
|
||||
<string name="mdnie_accessibility_grayscale">Harmaa</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Harmaa (käänteinen)</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Écran</string>
|
||||
<string name="screen_colors_title">Couleurs</string>
|
||||
<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_accessibility_title_head">Mode d\'accessibilité</string>
|
||||
<string name="mdnie_accessibility_summary_head">Définir le mode d\'accessibilité mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (par défaut)</string>
|
||||
<string name="mdnie_scenario_video">Vidéo</string>
|
||||
<string name="mdnie_scenario_video_warm">Vidéo chaude</string>
|
||||
<string name="mdnie_scenario_video_cold">Vidéo froide</string>
|
||||
<string name="mdnie_scenario_camera">Appareil photo</string>
|
||||
<string name="mdnie_scenario_navigation">Navigation</string>
|
||||
<string name="mdnie_scenario_gallery">Galerie</string>
|
||||
<string name="mdnie_scenario_vt">Appel vidéo</string>
|
||||
<string name="mdnie_scenario_browser">Navigateur</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Télévision numérique</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Inversé</string>
|
||||
<string name="mdnie_accessibility_color_blind">Daltonien</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Rideau d\'écran</string>
|
||||
<string name="mdnie_accessibility_grayscale">Gris</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Gris inversé</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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">Avansearre ynstellingen</string>
|
||||
<string name="category_screen_title">Skerm</string>
|
||||
<string name="screen_colors_title">Kleuren</string>
|
||||
<string name="mdnie_scenario_title_head">Senario</string>
|
||||
<string name="mdnie_scenario_summary_head">mDNIe-senario ynstelle</string>
|
||||
<string name="mdnie_accessibility_title_head">Tagonklikheidsmodus</string>
|
||||
<string name="mdnie_accessibility_summary_head">Stel de mDNIe-tagonklikheidsmodus yn</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (standert)</string>
|
||||
<string name="mdnie_scenario_video">Fideo</string>
|
||||
<string name="mdnie_scenario_video_warm">Fideo (waarm)</string>
|
||||
<string name="mdnie_scenario_video_cold">Fideo (kâld)</string>
|
||||
<string name="mdnie_scenario_camera">Kamera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigaasje</string>
|
||||
<string name="mdnie_scenario_gallery">Galery</string>
|
||||
<string name="mdnie_scenario_vt">Fideobelle</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digitale televyzje</string>
|
||||
<string name="mdnie_accessibility_normal">Normaal</string>
|
||||
<string name="mdnie_accessibility_inverse">Omkeard</string>
|
||||
<string name="mdnie_accessibility_color_blind">Kleureblyn</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Skermgerdyn</string>
|
||||
<string name="mdnie_accessibility_grayscale">Griis</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Griis (omkeard)</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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">Taisbeanadh adhartach</string>
|
||||
<string name="category_screen_title">Sgrìn</string>
|
||||
<string name="screen_colors_title">Dathan</string>
|
||||
<string name="mdnie_scenario_title_head">Cnàmh-sgeul</string>
|
||||
<string name="mdnie_scenario_summary_head">Suidhich cnàmh-sgeul mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Modh na so-ruigsinneachd</string>
|
||||
<string name="mdnie_accessibility_summary_head">Suidhich modh so-inntrigeachd mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (bun-roghainn)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video blàth</string>
|
||||
<string name="mdnie_scenario_video_cold">Video fuar</string>
|
||||
<string name="mdnie_scenario_camera">Camara</string>
|
||||
<string name="mdnie_scenario_navigation">Seòladaireachd</string>
|
||||
<string name="mdnie_scenario_gallery">Gailearaidh</string>
|
||||
<string name="mdnie_scenario_vt">Gairm video</string>
|
||||
<string name="mdnie_scenario_browser">Brabhsair</string>
|
||||
<string name="mdnie_scenario_ebook">Leabhar-d</string>
|
||||
<string name="mdnie_scenario_email">Post-d</string>
|
||||
<string name="mdnie_scenario_tdmb">Telebhisean digiteach</string>
|
||||
<string name="mdnie_accessibility_normal">Àbhaisteach</string>
|
||||
<string name="mdnie_accessibility_inverse">Ais-thionndaichte</string>
|
||||
<string name="mdnie_accessibility_color_blind">Dath-dhoille</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Cùirtear sgrìn</string>
|
||||
<string name="mdnie_accessibility_grayscale">Liath</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Liath ais-thionndaichte</string>
|
||||
</resources>
|
|
@ -1,34 +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>LineageOS (predefiniso)</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_negative_entries">
|
||||
<item>Normal</item>
|
||||
<item>Invertido</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">Visualización avanzada</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_negative_title_head">Modo negativo</string>
|
||||
<string name="mdnie_negative_summary_head">Activar/desactivar cores invertidas</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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">Estabelecer o escenario mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Modo de accesibilidade</string>
|
||||
<string name="mdnie_accessibility_summary_head">Definir o modo de accesibilidade mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (predefinido)</string>
|
||||
<string name="mdnie_scenario_video">Vídeo</string>
|
||||
<string name="mdnie_scenario_video_warm">Vídeo cálido</string>
|
||||
<string name="mdnie_scenario_video_cold">Vídeo frío</string>
|
||||
<string name="mdnie_scenario_camera">Cámara</string>
|
||||
<string name="mdnie_scenario_navigation">Navegación</string>
|
||||
<string name="mdnie_scenario_gallery">Galería</string>
|
||||
<string name="mdnie_scenario_vt">Videochamada</string>
|
||||
<string name="mdnie_scenario_browser">Navegador</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">Correo electrónico</string>
|
||||
<string name="mdnie_scenario_tdmb">Televisión dixital</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Invertido</string>
|
||||
<string name="mdnie_accessibility_color_blind">Daltónico</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Cortina de pantalla</string>
|
||||
<string name="mdnie_accessibility_grayscale">Gris</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Gris invertido</string>
|
||||
</resources>
|
|
@ -1,34 +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>LineageOS (default)</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_negative_entries">
|
||||
<item>સામાન્ય</item>
|
||||
<item>ઉલટાવેલ</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">ઍડવાન્સ્ડ ડિસ્પ્લે</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_negative_title_head">નૅવિગેશન મોડ</string>
|
||||
<string name="mdnie_negative_summary_head">વિપરીત રંગો સક્ષમ/અક્ષમ કરો</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Zaslon</string>
|
||||
<string name="screen_colors_title">Boje</string>
|
||||
<string name="mdnie_scenario_title_head">Scenarij</string>
|
||||
<string name="mdnie_scenario_summary_head">Podesite mDNIe scenarij</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Kijelző</string>
|
||||
<string name="screen_colors_title">Színek</string>
|
||||
<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_accessibility_title_head">Kisegítőmód</string>
|
||||
<string name="mdnie_accessibility_summary_head">A mDNIe-kisegítőmód beállításai</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (alapértelmezett)</string>
|
||||
<string name="mdnie_scenario_video">Videó</string>
|
||||
<string name="mdnie_scenario_video_warm">Videó (meleg árnyalat)</string>
|
||||
<string name="mdnie_scenario_video_cold">Videó (hideg árnyalat)</string>
|
||||
<string name="mdnie_scenario_camera">Kamera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigáció</string>
|
||||
<string name="mdnie_scenario_gallery">Galéria</string>
|
||||
<string name="mdnie_scenario_vt">Videóhívás</string>
|
||||
<string name="mdnie_scenario_browser">Böngésző</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Digitális televízió</string>
|
||||
<string name="mdnie_accessibility_normal">Normál</string>
|
||||
<string name="mdnie_accessibility_inverse">Negatív</string>
|
||||
<string name="mdnie_accessibility_color_blind">Színvak</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Képernyő-függöny</string>
|
||||
<string name="mdnie_accessibility_grayscale">Szürke</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Negatív szürke</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Layar</string>
|
||||
<string name="screen_colors_title">Warna</string>
|
||||
<string name="mdnie_scenario_title_head">Skenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Setel skenario mDNIe</string>
|
||||
<string name="mdnie_accessibility_title_head">Modus aksesibilitas</string>
|
||||
<string name="mdnie_accessibility_summary_head">Setel modus aksesibilitas mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (standar)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Video (warna hangat)</string>
|
||||
<string name="mdnie_scenario_video_cold">Video (warna sejuk)</string>
|
||||
<string name="mdnie_scenario_camera">Kamera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigasi</string>
|
||||
<string name="mdnie_scenario_gallery">Galeri</string>
|
||||
<string name="mdnie_scenario_vt">Panggilan video</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Televisi digital</string>
|
||||
<string name="mdnie_accessibility_normal">Normal</string>
|
||||
<string name="mdnie_accessibility_inverse">Terbalik</string>
|
||||
<string name="mdnie_accessibility_color_blind">Buta warna</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Tirai layar</string>
|
||||
<string name="mdnie_accessibility_grayscale">Abu-abu</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Abu-abu terbalik</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Display</string>
|
||||
<string name="screen_colors_title">Colori</string>
|
||||
<string name="mdnie_scenario_title_head">Scenario</string>
|
||||
<string name="mdnie_scenario_summary_head">Imposta scenario mDNle</string>
|
||||
<string name="mdnie_accessibility_title_head">Modalità di accesso facilitato</string>
|
||||
<string name="mdnie_accessibility_summary_head">Imposta la modalità di accesso facilitato mDNIe</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (predefinito)</string>
|
||||
<string name="mdnie_scenario_video">Video</string>
|
||||
<string name="mdnie_scenario_video_warm">Toni caldi</string>
|
||||
<string name="mdnie_scenario_video_cold">Toni freddi</string>
|
||||
<string name="mdnie_scenario_camera">Fotocamera</string>
|
||||
<string name="mdnie_scenario_navigation">Navigazione</string>
|
||||
<string name="mdnie_scenario_gallery">Galleria</string>
|
||||
<string name="mdnie_scenario_vt">Video chiamata</string>
|
||||
<string name="mdnie_scenario_browser">Browser</string>
|
||||
<string name="mdnie_scenario_ebook">eBook</string>
|
||||
<string name="mdnie_scenario_email">E-mail</string>
|
||||
<string name="mdnie_scenario_tdmb">Televisione digitale</string>
|
||||
<string name="mdnie_accessibility_normal">Normale</string>
|
||||
<string name="mdnie_accessibility_inverse">Invertito</string>
|
||||
<string name="mdnie_accessibility_color_blind">Modalità daltonico</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">Modalità schermo oscurato</string>
|
||||
<string name="mdnie_accessibility_grayscale">Grigio</string>
|
||||
<string name="mdnie_accessibility_gray_negative">Grigio invertito</string>
|
||||
</resources>
|
|
@ -1,40 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">מצב נגישות</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (ברירת מחדל)</string>
|
||||
<string name="mdnie_scenario_video">וידאו</string>
|
||||
<string name="mdnie_scenario_video_warm">וידאו חם</string>
|
||||
<string name="mdnie_scenario_video_cold">וידאו קר</string>
|
||||
<string name="mdnie_scenario_camera">מצלמה</string>
|
||||
<string name="mdnie_scenario_navigation">ניווט</string>
|
||||
<string name="mdnie_scenario_gallery">גלריה</string>
|
||||
<string name="mdnie_scenario_vt">שיחת וידאו</string>
|
||||
<string name="mdnie_scenario_browser">דפדפן</string>
|
||||
<string name="mdnie_scenario_ebook">ספר אלקטרוני</string>
|
||||
<string name="mdnie_scenario_email">דוא\"ל</string>
|
||||
<string name="mdnie_scenario_tdmb">טלוויזיה דיגיטלית</string>
|
||||
<string name="mdnie_accessibility_normal">רגיל</string>
|
||||
<string name="mdnie_accessibility_inverse">הפוך</string>
|
||||
<string name="mdnie_accessibility_color_blind">עיוור צבעים</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">アクセシビリティモード</string>
|
||||
<string name="mdnie_accessibility_summary_head">mDNIe アクセシビリティモードを設定します</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS(デフォルト)</string>
|
||||
<string name="mdnie_scenario_video">ビデオ</string>
|
||||
<string name="mdnie_scenario_video_warm">ビデオ(暖色)</string>
|
||||
<string name="mdnie_scenario_video_cold">ビデオ(寒色)</string>
|
||||
<string name="mdnie_scenario_camera">カメラ</string>
|
||||
<string name="mdnie_scenario_navigation">ナビゲーション</string>
|
||||
<string name="mdnie_scenario_gallery">ギャラリー</string>
|
||||
<string name="mdnie_scenario_vt">ビデオ通話</string>
|
||||
<string name="mdnie_scenario_browser">ブラウザー</string>
|
||||
<string name="mdnie_scenario_ebook">電子書籍</string>
|
||||
<string name="mdnie_scenario_email">メール</string>
|
||||
<string name="mdnie_scenario_tdmb">デジタルテレビ</string>
|
||||
<string name="mdnie_accessibility_normal">標準</string>
|
||||
<string name="mdnie_accessibility_inverse">反転</string>
|
||||
<string name="mdnie_accessibility_color_blind">色覚異常</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">スクリーンカーテン</string>
|
||||
<string name="mdnie_accessibility_grayscale">グレー</string>
|
||||
<string name="mdnie_accessibility_gray_negative">グレー反転</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,23 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">ეკრანი</string>
|
||||
<string name="screen_colors_title">ფერები</string>
|
||||
<string name="mdnie_scenario_tdmb">ციფრული ტელევიზია</string>
|
||||
<string name="mdnie_accessibility_grayscale">ნაცრისფერი</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,34 +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>LineageOS (default)</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_negative_entries">
|
||||
<item>ಸಾಧಾರಣ</item>
|
||||
<item>ಇನ್ವರ್ಟೆಡ್</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">ಸುಧಾರಿತ ಪ್ರದರ್ಶನ</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_negative_title_head">ನೆಗೆಟಿವ್ ಮೋಡ್</string>
|
||||
<string name="mdnie_negative_summary_head">ಇನ್ವರ್ಟೆಡ್ ಬಣ್ಣಗಳನ್ನು ಸಕ್ರಿಯ/ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">ಪ್ರವೇಶಾವಕಾಶ ರೀತಿ</string>
|
||||
<string name="mdnie_accessibility_summary_head">mDNIe ಪ್ರವೇಶ ರೀತಿ ಹೊಂದಿಸು</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (ಇದ್ದಾಯ್ಕೆ)</string>
|
||||
<string name="mdnie_scenario_video">ದೃಶ್ಯ</string>
|
||||
<string name="mdnie_scenario_video_warm">ಬೆಚ್ಚನೆ ದೃಶ್ಯ</string>
|
||||
<string name="mdnie_scenario_video_cold">ತಣ್ಣನೆ ದೃಶ್ಯ</string>
|
||||
<string name="mdnie_scenario_camera">ತಿಟ್ಟುಕ</string>
|
||||
<string name="mdnie_scenario_navigation">ಸಂಚಾಲನೆ</string>
|
||||
<string name="mdnie_scenario_gallery">ಚಿತ್ರಶಾಲೆ</string>
|
||||
<string name="mdnie_scenario_vt">ದೃಶ್ಯ ಕರೆ</string>
|
||||
<string name="mdnie_scenario_browser">ಬ್ರೌಸರ್</string>
|
||||
<string name="mdnie_scenario_ebook">e-ಪುಸ್ತಕ</string>
|
||||
<string name="mdnie_scenario_email">e-ಅಂಚೆ</string>
|
||||
<string name="mdnie_scenario_tdmb">ಅಂಕೀಯ ದೂರದರ್ಶನ</string>
|
||||
<string name="mdnie_accessibility_normal">ಸಾಧಾರಣ</string>
|
||||
<string name="mdnie_accessibility_inverse">ವ್ಯತಿರಿಕ್ತವಾದ</string>
|
||||
<string name="mdnie_accessibility_color_blind">ಬಣ್ಣ ಕುರುಡು</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">ಪರದೆಯ ತೆರೆ</string>
|
||||
<string name="mdnie_accessibility_grayscale">ಬೂದು</string>
|
||||
<string name="mdnie_accessibility_gray_negative">ವ್ಯತಿರಿಕ್ತವಾದ ಬೂದು</string>
|
||||
</resources>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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_accessibility_title_head">접근성 모드</string>
|
||||
<string name="mdnie_accessibility_summary_head">mDNIe 접근성 모드 설정</string>
|
||||
<string name="mdnie_scenario_ui">LineageOS (기본값)</string>
|
||||
<string name="mdnie_scenario_video">비디오</string>
|
||||
<string name="mdnie_scenario_video_warm">비디오 (따뜻한 색)</string>
|
||||
<string name="mdnie_scenario_video_cold">비디오 (차가운 색)</string>
|
||||
<string name="mdnie_scenario_camera">카메라</string>
|
||||
<string name="mdnie_scenario_navigation">내비게이션</string>
|
||||
<string name="mdnie_scenario_gallery">갤러리</string>
|
||||
<string name="mdnie_scenario_vt">영상 통화</string>
|
||||
<string name="mdnie_scenario_browser">브라우저</string>
|
||||
<string name="mdnie_scenario_ebook">전자책</string>
|
||||
<string name="mdnie_scenario_email">이메일</string>
|
||||
<string name="mdnie_scenario_tdmb">디지털 TV</string>
|
||||
<string name="mdnie_accessibility_normal">기본</string>
|
||||
<string name="mdnie_accessibility_inverse">반전</string>
|
||||
<string name="mdnie_accessibility_color_blind">색맹</string>
|
||||
<string name="mdnie_accessibility_screen_curtain">화면 커튼</string>
|
||||
<string name="mdnie_accessibility_grayscale">흑백</string>
|
||||
<string name="mdnie_accessibility_gray_negative">흑백 반전</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Schierm</string>
|
||||
<string name="screen_colors_title">Faarwen</string>
|
||||
<string name="mdnie_scenario_title_head">Zeenario</string>
|
||||
<string name="mdnie_scenario_summary_head">mDNIe-Zeenario auswielen</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">Ekrāns</string>
|
||||
<string name="screen_colors_title">Krāsas</string>
|
||||
<string name="mdnie_scenario_title_head">Scenārijs</string>
|
||||
<string name="mdnie_scenario_summary_head">Uzstādīt mDNIe scenāriju</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,34 +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>LineageOS (default)</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_negative_entries">
|
||||
<item>സാധാരണം</item>
|
||||
<item>വിപരീതദിശയിലാക്കി</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">വികസിത ഡിസ്പ്ലേ</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">mDNle അവസ്ഥ സജ്ജമാക്കാൻ</string>
|
||||
<string name="mdnie_negative_title_head">നെഗറ്റീവ് മോഡ്</string>
|
||||
<string name="mdnie_negative_summary_head">വിപരീതം നിറങ്ങൾ ഓൺ-ഓഫ് ചെയ്യുക</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="category_screen_title">സ്ക്രീൻ</string>
|
||||
<string name="screen_colors_title">നിറങ്ങൾ</string>
|
||||
<string name="mdnie_scenario_title_head">അവസ്ഥ</string>
|
||||
<string name="mdnie_scenario_summary_head">mDNle അവസ്ഥ സജ്ജമാക്കാൻ</string>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,34 +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>LineageOS (default)</item>
|
||||
<item>युआय</item>
|
||||
<item>व्हिडिओ</item>
|
||||
<item>व्हिडिओ वॉर्म</item>
|
||||
<item>व्हिडिओ कोल्ड</item>
|
||||
<item>कॅमेरा</item>
|
||||
<item>नॅव्हिगेशन</item>
|
||||
<item>गॅलरी</item>
|
||||
<item>व्हीटी</item>
|
||||
</string-array>
|
||||
<string-array name="mdnie_negative_entries">
|
||||
<item>सामान्य</item>
|
||||
<item>अधोमुख</item>
|
||||
</string-array>
|
||||
</resources>
|
|
@ -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="app_name">प्रगत प्रदर्शन</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_negative_title_head">नकारात्मक मोड</string>
|
||||
<string name="mdnie_negative_summary_head">अधोमुख रंग सक्षम करा/अक्षम करा</string>
|
||||
</resources>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012-2014 The CyanogenMod Project
|
||||
Copyright (C) 2018 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See 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="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>
|
||||
</resources>
|
|
@ -1,18 +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"></resources>
|
|
@ -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>
|
|
@ -1,18 +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"></resources>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue