summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-11 22:40:44 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-11 15:21:43 -0800
commit50ff24f5a9f50ff6b75c0b89965ae0feda6cac7a (patch)
tree42b6dadebb465009e7adfd8c05b0c8bc8a690c22 /packages/SettingsLib
parent2b30269d11f85fea9f942471193f1d59e7b6d7ac (diff)
downloadframeworks_base-50ff24f5a9f50ff6b75c0b89965ae0feda6cac7a.zip
frameworks_base-50ff24f5a9f50ff6b75c0b89965ae0feda6cac7a.tar.gz
frameworks_base-50ff24f5a9f50ff6b75c0b89965ae0feda6cac7a.tar.bz2
Automatic translation import
Change-Id: Icca32de2d5cfed0c6d211a55991b31fc1c45c09d
Diffstat (limited to 'packages/SettingsLib')
-rw-r--r--packages/SettingsLib/res/values-de/cm_strings.xml27
-rw-r--r--packages/SettingsLib/res/values-el/cm_strings.xml27
-rw-r--r--packages/SettingsLib/res/values-fr/cm_strings.xml27
-rw-r--r--packages/SettingsLib/res/values-it/cm_strings.xml27
-rw-r--r--packages/SettingsLib/res/values-ko/cm_strings.xml27
-rw-r--r--packages/SettingsLib/res/values-zh-rCN/cm_strings.xml27
6 files changed, 162 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values-de/cm_strings.xml b/packages/SettingsLib/res/values-de/cm_strings.xml
new file mode 100644
index 0000000..2e33a1d
--- /dev/null
+++ b/packages/SettingsLib/res/values-de/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+/*
+**
+** Copyright 2015 The CyanogenMod Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="profile_applist_title">Apps</string>
+ <string name="picker_activities">Aktivitäten</string>
+ <string name="select_custom_app_title">Anwendung wählen</string>
+ <string name="select_custom_activity_title">Aktivität wählen</string>
+ <string name="lockscreen_targets_message">Sperrbildschirm-Verknüpfungen</string>
+</resources>
diff --git a/packages/SettingsLib/res/values-el/cm_strings.xml b/packages/SettingsLib/res/values-el/cm_strings.xml
new file mode 100644
index 0000000..f622a7f
--- /dev/null
+++ b/packages/SettingsLib/res/values-el/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+/*
+**
+** Copyright 2015 The CyanogenMod Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="profile_applist_title">Εφαρμογές</string>
+ <string name="picker_activities">Δραστηριότητες</string>
+ <string name="select_custom_app_title">Επιλέξτε προσαρμοσμένη εφαρμογή</string>
+ <string name="select_custom_activity_title">Επιλέξτε προσαρμοσμένη δραστηριότητα</string>
+ <string name="lockscreen_targets_message">Συντομεύσεις οθόνης κλειδώματος</string>
+</resources>
diff --git a/packages/SettingsLib/res/values-fr/cm_strings.xml b/packages/SettingsLib/res/values-fr/cm_strings.xml
new file mode 100644
index 0000000..7cd934f
--- /dev/null
+++ b/packages/SettingsLib/res/values-fr/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+/*
+**
+** Copyright 2015 The CyanogenMod Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="profile_applist_title">Applications</string>
+ <string name="picker_activities">Activités</string>
+ <string name="select_custom_app_title">Sélectionner une application personnalisée</string>
+ <string name="select_custom_activity_title">Sélectionner une activité personnalisée</string>
+ <string name="lockscreen_targets_message">Raccourcis de l\'écran de verrouillage</string>
+</resources>
diff --git a/packages/SettingsLib/res/values-it/cm_strings.xml b/packages/SettingsLib/res/values-it/cm_strings.xml
new file mode 100644
index 0000000..e7cc83a
--- /dev/null
+++ b/packages/SettingsLib/res/values-it/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+/*
+**
+** Copyright 2015 The CyanogenMod Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="profile_applist_title">App</string>
+ <string name="picker_activities">Attività</string>
+ <string name="select_custom_app_title">Seleziona app personalizzata</string>
+ <string name="select_custom_activity_title">Seleziona attività personalizzata</string>
+ <string name="lockscreen_targets_message">Scorciatoie schermata di sblocco</string>
+</resources>
diff --git a/packages/SettingsLib/res/values-ko/cm_strings.xml b/packages/SettingsLib/res/values-ko/cm_strings.xml
new file mode 100644
index 0000000..9669798
--- /dev/null
+++ b/packages/SettingsLib/res/values-ko/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+/*
+**
+** Copyright 2015 The CyanogenMod Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="profile_applist_title">애플리케이션</string>
+ <string name="picker_activities">액티비티</string>
+ <string name="select_custom_app_title">사용자 정의 앱 선택</string>
+ <string name="select_custom_activity_title">사용자 정의 액티비티 선택</string>
+ <string name="lockscreen_targets_message">잠금 화면 바로 가기</string>
+</resources>
diff --git a/packages/SettingsLib/res/values-zh-rCN/cm_strings.xml b/packages/SettingsLib/res/values-zh-rCN/cm_strings.xml
new file mode 100644
index 0000000..7fbfad4
--- /dev/null
+++ b/packages/SettingsLib/res/values-zh-rCN/cm_strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+/*
+**
+** Copyright 2015 The CyanogenMod Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="profile_applist_title">应用</string>
+ <string name="picker_activities">活动</string>
+ <string name="select_custom_app_title">选择自定义应用</string>
+ <string name="select_custom_activity_title">选择自定义活动</string>
+ <string name="lockscreen_targets_message">锁屏快捷方式</string>
+</resources>