summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-12-25 19:36:21 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-12-25 19:36:21 +0200
commitcb125cae1c05c6bfcd9c8105708a0deeb4b7db2e (patch)
treed936d39ea6a6614443343396ba7173fe18b46532
parent00524a85c14fae3ca8b3b1e865d339e02a1379c4 (diff)
downloadandroid_packages_apps_Profiles-cb125cae1c05c6bfcd9c8105708a0deeb4b7db2e.tar.gz
android_packages_apps_Profiles-cb125cae1c05c6bfcd9c8105708a0deeb4b7db2e.tar.bz2
android_packages_apps_Profiles-cb125cae1c05c6bfcd9c8105708a0deeb4b7db2e.zip
Automatic translation import
Change-Id: Ieed9bad60fedf565fbc73ea95bae370423f5ecf5
-rw-r--r--res/values-ca/strings.xml25
-rw-r--r--res/values-cs/strings.xml23
-rw-r--r--res/values-da/strings.xml23
-rw-r--r--res/values-de/strings.xml21
-rw-r--r--res/values-el/strings.xml25
-rw-r--r--res/values-es/strings.xml21
-rw-r--r--res/values-eu-rES/strings.xml25
-rw-r--r--res/values-fi/strings.xml25
-rw-r--r--res/values-fr/strings.xml21
-rw-r--r--res/values-it/strings.xml25
-rw-r--r--res/values-iw/strings.xml25
-rw-r--r--res/values-ja/strings.xml25
-rw-r--r--res/values-kn-rIN/strings.xml23
-rw-r--r--res/values-ko/strings.xml22
-rw-r--r--res/values-nl/strings.xml23
-rw-r--r--res/values-pt-rBR/strings.xml23
-rw-r--r--res/values-pt-rPT/strings.xml25
-rw-r--r--res/values-ru/strings.xml25
-rw-r--r--res/values-sl/strings.xml23
-rw-r--r--res/values-sr/strings.xml25
-rw-r--r--res/values-tr/strings.xml23
-rw-r--r--res/values-zh-rCN/strings.xml25
22 files changed, 521 insertions, 0 deletions
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
new file mode 100644
index 0000000..741b2f3
--- /dev/null
+++ b/res/values-ca/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Proveïdor de perfils de confiança</string>
+ <string name="profile_picker_title">Perfils</string>
+ <string name="profile_none">Cap</string>
+ <string name="profile_trust_agent_title">Agent de perfils de confiança</string>
+ <string name="profile_trust_agent_summary">Permet que els perfils desactivin temporalment la protecció de la pantalla de bloqueig</string>
+ <string name="trust_by_profile">Confiat mitjançant un Perfil</string>
+</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
new file mode 100644
index 0000000..19c4b1c
--- /dev/null
+++ b/res/values-cs/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Důvěryhodný poskytovatel profilů</string>
+ <string name="profile_trust_agent_title">Důvěryhodný agent profilů</string>
+ <string name="profile_trust_agent_summary">Umožňuje profilům dočasně vypnout uzamčení obrazovky</string>
+ <string name="trust_by_profile">Akceptuje profil jako důvěryhodný</string>
+</resources>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
new file mode 100644
index 0000000..ff19a91
--- /dev/null
+++ b/res/values-da/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Betroet Leverandør Profiler</string>
+ <string name="profile_trust_agent_title">Betroet Agent Profiler</string>
+ <string name="profile_trust_agent_summary">Tillader at Profiler midlertidigt deaktiverer skærmlåsbeskyttelse</string>
+ <string name="trust_by_profile">Betroet af Profil</string>
+</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
new file mode 100644
index 0000000..701fa51
--- /dev/null
+++ b/res/values-de/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="profile_picker_title">Profile</string>
+ <string name="profile_none">Keins</string>
+</resources>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
new file mode 100644
index 0000000..0519b06
--- /dev/null
+++ b/res/values-el/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Πάροχος Εμπιστοσύνης Προφίλ</string>
+ <string name="profile_picker_title">Προφίλ</string>
+ <string name="profile_none">Κανένα</string>
+ <string name="profile_trust_agent_title">Πράκτορας Εμπιστοσύνης Προφίλ</string>
+ <string name="profile_trust_agent_summary">Επιτρέπει στα Προφίλ να απενεργοποιήσουν προσωρινά την οθόνη κλειδώματος</string>
+ <string name="trust_by_profile">Έμπιστο από το Προφίλ</string>
+</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
new file mode 100644
index 0000000..704259f
--- /dev/null
+++ b/res/values-es/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="profile_picker_title">Perfiles</string>
+ <string name="profile_none">Ninguno</string>
+</resources>
diff --git a/res/values-eu-rES/strings.xml b/res/values-eu-rES/strings.xml
new file mode 100644
index 0000000..d211056
--- /dev/null
+++ b/res/values-eu-rES/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Profilen Konfiantza Hornitzailea</string>
+ <string name="profile_picker_title">Profilak</string>
+ <string name="profile_none">Bat ere ez</string>
+ <string name="profile_trust_agent_title">Profilen Konfiantza Agentea</string>
+ <string name="profile_trust_agent_summary">Hasiera-pantailako babesa une batez desgaitzea ahalbidetzen dio profilei</string>
+ <string name="trust_by_profile">Profilaren konfiantzazkoa</string>
+</resources>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
new file mode 100644
index 0000000..13b3ca0
--- /dev/null
+++ b/res/values-fi/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Profiilin luottama tarjoaja</string>
+ <string name="profile_picker_title">Profiilit</string>
+ <string name="profile_none">Ei mitään</string>
+ <string name="profile_trust_agent_title">Profiilin luottama taho</string>
+ <string name="profile_trust_agent_summary">Sallii profiilien ottaa lukitusnäytön suojauksen väliaikaisesti pois käytöstä</string>
+ <string name="trust_by_profile">Profiilin luottama</string>
+</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
new file mode 100644
index 0000000..28f10de
--- /dev/null
+++ b/res/values-fr/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="profile_picker_title">Profils</string>
+ <string name="profile_none">Aucun</string>
+</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
new file mode 100644
index 0000000..2b8033e
--- /dev/null
+++ b/res/values-it/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Profili attendibilità Provider</string>
+ <string name="profile_picker_title">Profili</string>
+ <string name="profile_none">Nessuno</string>
+ <string name="profile_trust_agent_title">Profili attendibilità Agente</string>
+ <string name="profile_trust_agent_summary">Consenti a Profili di disattivare temporaneamente la protezione della schermata di sblocco</string>
+ <string name="trust_by_profile">Attendibile da Profilo</string>
+</resources>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
new file mode 100644
index 0000000..32c74c4
--- /dev/null
+++ b/res/values-iw/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">ספק מהימנות פרופילים</string>
+ <string name="profile_picker_title">פרופילים</string>
+ <string name="profile_none">אין</string>
+ <string name="profile_trust_agent_title">סוכן מהימנות פרופילים</string>
+ <string name="profile_trust_agent_summary">מאפשר לפרופילים לבטל באופן זמני את הגנת נעילת המסך</string>
+ <string name="trust_by_profile">מהימן לפי פרופיל</string>
+</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
new file mode 100644
index 0000000..5bf779c
--- /dev/null
+++ b/res/values-ja/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">プロファイル信頼プロバイダ</string>
+ <string name="profile_picker_title">プロファイル</string>
+ <string name="profile_none">なし</string>
+ <string name="profile_trust_agent_title">プロファイル信頼エージェント</string>
+ <string name="profile_trust_agent_summary">ロック画面の保護を一時的に無効にすることをプロファイルに許可する</string>
+ <string name="trust_by_profile">プロファイルによって信頼されています</string>
+</resources>
diff --git a/res/values-kn-rIN/strings.xml b/res/values-kn-rIN/strings.xml
new file mode 100644
index 0000000..503c54f
--- /dev/null
+++ b/res/values-kn-rIN/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">ಪ್ರೊಫೈಲ್ಗಳ ಟ್ರಸ್ಟ್ ಪೂರೈಕೆದಾರ</string>
+ <string name="profile_trust_agent_title">ಪ್ರೊಫೈಲ್ಗಳ ಟ್ರಸ್ಟ್ ಏಜೆಂಟ್</string>
+ <string name="profile_trust_agent_summary">ಪ್ರೊಫೈಲ್‍ಗಳಿಗೆ ಲಾಕ್ ಪರದೆ ಸುರಕ್ಷೆಯನ್ನು ತಾತ್ಕಾಲಿಕವಾಗಿ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು ಅನುಮತಿಸುತ್ತದೆ</string>
+ <string name="trust_by_profile">ವಿಶ್ವಾಸಾರ್ಹ ಪ್ರೊಫೈಲ್</string>
+</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
new file mode 100644
index 0000000..7945c17
--- /dev/null
+++ b/res/values-ko/strings.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="profile_picker_title">프로필
+</string>
+ <string name="profile_none">선택 안함</string>
+</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
new file mode 100644
index 0000000..f9f9ee6
--- /dev/null
+++ b/res/values-nl/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Trust-Agents-provider</string>
+ <string name="profile_trust_agent_title">Trust-Agents-profielen</string>
+ <string name="profile_trust_agent_summary">Hiermee kunnen profielen tijdelijk het vergrendelscherm uitschakelen</string>
+ <string name="trust_by_profile">Vertrouwd door profiel</string>
+</resources>
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
new file mode 100644
index 0000000..aa3bf12
--- /dev/null
+++ b/res/values-pt-rBR/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Provedor de Perfis de Confiança</string>
+ <string name="profile_trust_agent_title">Perfis de Perfis de Confiança</string>
+ <string name="profile_trust_agent_summary">Permite que os Perfis desativem temporariamente a proteção da tela de bloqueio</string>
+ <string name="trust_by_profile">Confiável por Perfil</string>
+</resources>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
new file mode 100644
index 0000000..83a361b
--- /dev/null
+++ b/res/values-pt-rPT/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Perfis de provedor de confiança</string>
+ <string name="profile_picker_title">Perfis</string>
+ <string name="profile_none">Nenhum</string>
+ <string name="profile_trust_agent_title">Perfis de agente de confiança</string>
+ <string name="profile_trust_agent_summary">Permite que os perfis desativem temporariamente a proteção do ecrã de bloqueio</string>
+ <string name="trust_by_profile">Perfil confiável</string>
+</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
new file mode 100644
index 0000000..1c4bdbb
--- /dev/null
+++ b/res/values-ru/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Поставщик доверенных профилей</string>
+ <string name="profile_picker_title">Профили</string>
+ <string name="profile_none">Не выбран</string>
+ <string name="profile_trust_agent_title">Агент доверенных профилей</string>
+ <string name="profile_trust_agent_summary">Позволяет «профилям» отключать экран блокировки</string>
+ <string name="trust_by_profile">Доверенный профиль</string>
+</resources>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
new file mode 100644
index 0000000..74a1e7c
--- /dev/null
+++ b/res/values-sl/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Ponudnik zaupanja za profile</string>
+ <string name="profile_trust_agent_title">Posrednik zaupanja za profile</string>
+ <string name="profile_trust_agent_summary">Dovoli profilom, da začasno onemogočijo zaklepanje zaslona</string>
+ <string name="trust_by_profile">Zaupanje po profilu</string>
+</resources>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
new file mode 100644
index 0000000..4802433
--- /dev/null
+++ b/res/values-sr/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Профили провајдера од поверења</string>
+ <string name="profile_picker_title">Профили</string>
+ <string name="profile_none">Ништа</string>
+ <string name="profile_trust_agent_title">Профили агента од поверења</string>
+ <string name="profile_trust_agent_summary">Дозволи профилима да привремено онемогуће закључани екран</string>
+ <string name="trust_by_profile">Поуздани профил</string>
+</resources>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
new file mode 100644
index 0000000..59072d6
--- /dev/null
+++ b/res/values-tr/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">Profil Güven Sağlayıcısı</string>
+ <string name="profile_trust_agent_title">Profil Güven Ajanı</string>
+ <string name="profile_trust_agent_summary">Profillere geçici olarak kilit ekranı korumasını devre dışı bırakma izni verir</string>
+ <string name="trust_by_profile">Profil güveniyor</string>
+</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000..f94d042
--- /dev/null
+++ b/res/values-zh-rCN/strings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License"
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="app_label">情景模式信任提供者</string>
+ <string name="profile_picker_title">情景模式</string>
+ <string name="profile_none">无</string>
+ <string name="profile_trust_agent_title">情景模式信任代理</string>
+ <string name="profile_trust_agent_summary">允许情景模式暂时禁用屏幕锁定保护</string>
+ <string name="trust_by_profile">在情景模式中信任</string>
+</resources>