diff options
| author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-11-23 18:04:03 -0800 |
|---|---|---|
| committer | droidfivex <droidfivex@gmail.com> | 2016-12-04 23:25:46 +0900 |
| commit | 5e919198d86b71af83b5e66c0a6b113a7d97a936 (patch) | |
| tree | 3cf916f274301a0b171fa2ea91cf140ad9791a47 | |
| parent | 39072bc164cd6c143ede1391a652f2ef650d3794 (diff) | |
hammerheadcaf: doze: Commonize Doze strings
* Translations moved to the new project
android_packages_resources_devicesettings
Change-Id: I3d24b7bae5126956dcb204b7146c371aecd9c8cf
Signed-off-by: Adrian DC <radian.dc@gmail.com>
104 files changed, 21 insertions, 2210 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 3ed7270..c638237 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -1,12 +1,17 @@ [ { - "repository": "CyanogenMod/android_kernel_lge_hammerhead", - "target_path": "kernel/lge/hammerheadcaf", - "branch": "cm-14.1-caf" + "repository": "CyanogenMod/android_kernel_lge_hammerhead", + "target_path": "kernel/lge/hammerheadcaf", + "branch": "cm-14.1-caf" }, { - "repository": "AICP/proprietary_vendor_lge", - "target_path": "vendor/lge", - "branch": "n7.1" + "repository": "AICP/proprietary_vendor_lge", + "target_path": "vendor/lge", + "branch": "n7.1" + }, + { + "repository": "CyanogenMod/android_packages_resources_devicesettings", + "target_path": "packages/resources/devicesettings", + "branch": "cm-14.1" } ] diff --git a/doze/Android.mk b/doze/Android.mk index 0e28770..2bf2102 100644 --- a/doze/Android.mk +++ b/doze/Android.mk @@ -1,4 +1,4 @@ -LOCAL_PATH:= $(call my-dir) +LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional @@ -11,6 +11,9 @@ LOCAL_PRIVILEGED_MODULE := true LOCAL_PROGUARD_FLAG_FILES := proguard.flags +LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res \ + $(LOCAL_PATH)/../../../../packages/resources/devicesettings/res + include $(BUILD_PACKAGE) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/doze/res/values-af/strings.xml b/doze/res/values-af/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-af/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-am/strings.xml b/doze/res/values-am/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-am/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ar/strings.xml b/doze/res/values-ar/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ar/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-as-rIN/strings.xml b/doze/res/values-as-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-as-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ast-rES/strings.xml b/doze/res/values-ast-rES/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ast-rES/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-az-rAZ/strings.xml b/doze/res/values-az-rAZ/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-az-rAZ/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-be-rBY/strings.xml b/doze/res/values-be-rBY/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-be-rBY/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-be/strings.xml b/doze/res/values-be/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-be/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-bg/strings.xml b/doze/res/values-bg/strings.xml deleted file mode 100644 index 6853d8f..0000000 --- a/doze/res/values-bg/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Атмосферен екран</string> - <string name="ambient_display_summary">Събуждане на екрана при получаване на известие</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Сензор за наклон</string> - <string name="pick_up_title">Отговор</string> - <string name="pick_up_summary">Светлинна индикация, когато устройството е вдигнато</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Сензор за близост</string> - <string name="hand_wave_gesture_title">Махане с ръка</string> - <string name="hand_wave_gesture_summary">Показва известията при прекарване на ръка над екрана</string> - <string name="pocket_gesture_title">Джоб</string> - <string name="pocket_gesture_summary">Показва известията, когато извадите устройството от джоба си</string> - <!-- Help text --> - <string name="dlg_ok">ОK</string> - <string name="doze_settings_help_title">Помощ</string> - <string name="doze_settings_help_text">Тези функции използват сензорни събития да показват известия, когато устройството е в състояние на покой. Избраният сензор се активира само когато устройството получава уведомление, което помага за намаляване на използването на батерията. Има и опция за активиране на избрания сензор, така че екранът се изключва, което ще доведе до увеличаване на използването на батерията.</string> -</resources> diff --git a/doze/res/values-bn-rBD/strings.xml b/doze/res/values-bn-rBD/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-bn-rBD/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-br-rFR/strings.xml b/doze/res/values-br-rFR/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-br-rFR/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-bs-rBA/strings.xml b/doze/res/values-bs-rBA/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-bs-rBA/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ca/strings.xml b/doze/res/values-ca/strings.xml deleted file mode 100644 index 8903c2c..0000000 --- a/doze/res/values-ca/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Pantalla ambient</string> - <string name="ambient_display_summary">Encen la pantalla quan rebis notificacions</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Sensor d\'inclinació</string> - <string name="pick_up_title">Contesta</string> - <string name="pick_up_summary">Mostra les notificacions quan es reculli el dispositiu</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Sensor de proximitat</string> - <string name="hand_wave_gesture_title">Passa la mà</string> - <string name="hand_wave_gesture_summary">Mostra notificacions quan es passi la mà</string> - <string name="pocket_gesture_title">Butxaca</string> - <string name="pocket_gesture_summary">Mostra notificacions quan te\'l treguis de la butxaca</string> - <!-- Help text --> - <string name="dlg_ok">D\'ACORD</string> - <string name="doze_settings_help_title">Ajuda</string> - <string name="doze_settings_help_text">Aquestes característiques utilitzen esdeveniments dels sensors per llançar una notificació latent. El sensor escollit només serà habilitat quan el dispositiu rebi una notificació, això ajuda a reduir l\'ús de la bateria. També hi ha una opció per habilitar el sensor escollit tan aviat com s\'apagui la pantalla, això causarà un major ús de la bateria.</string> -</resources> diff --git a/doze/res/values-cs/strings.xml b/doze/res/values-cs/strings.xml deleted file mode 100644 index 3c6e7a6..0000000 --- a/doze/res/values-cs/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Ambientní displej</string> - <string name="ambient_display_summary">Probudit obrazovku při upozornění</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Senzor náklonu</string> - <string name="pick_up_title">Sebrání</string> - <string name="pick_up_summary">Pulzovat oznámení při zvednutí zařízení</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Senzor přiblížení</string> - <string name="hand_wave_gesture_title">Mávání rukou</string> - <string name="hand_wave_gesture_summary">Upozornit pulsováním při zamáváním rukou</string> - <string name="pocket_gesture_title">Kapsa</string> - <string name="pocket_gesture_summary">Upozornit pulsováním při vyjmutí z kapsy</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Uživatelská příručka</string> - <string name="doze_settings_help_text">Tyto funkce používají události senzorů ke spuštění pulzování oznámení. Vybraný senzor je zapnut pouze v případě přijetí upozornění, což vede k úspoře baterie. Je zde i možnost zapnout daný senzor ihned po vypnutí obrazovky, ale dochází k většímu vybíjení.</string> -</resources> diff --git a/doze/res/values-csb-rPL/strings.xml b/doze/res/values-csb-rPL/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-csb-rPL/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-cy/strings.xml b/doze/res/values-cy/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-cy/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-da/strings.xml b/doze/res/values-da/strings.xml deleted file mode 100644 index f6f9e6f..0000000 --- a/doze/res/values-da/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Inaktivitetsvisning</string> - <string name="ambient_display_summary">Tænder skærmen, når du modtager notifikationer</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Tilt-sensor</string> - <string name="pick_up_title">Samle op</string> - <string name="pick_up_summary">Blink med notifikationerne når enheden tages op</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Berøringssensor</string> - <string name="hand_wave_gesture_title">Vink med hånden</string> - <string name="hand_wave_gesture_summary">Vibrér, hvis der er notifikationer, når du vinker over skærmen</string> - <string name="pocket_gesture_title">Lomme</string> - <string name="pocket_gesture_summary">Vibrér, hvis der er notifikationer, når telefonen tages op ad lommen</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Hjælp</string> - <string name="doze_settings_help_text">Disse funktioner bruger sensoraktiviteter til at starte en doze-notifikation. Den valgte sensor er kun aktiveret, når enheden modtager en notifikation, dette hjælper med at reducere batteriforbruget. Der er også en mulighed for at aktivere den valgte sensor, så snart skærmen slukkes, dette vil medføre højere batteribrug.</string> -</resources> diff --git a/doze/res/values-de/strings.xml b/doze/res/values-de/strings.xml deleted file mode 100644 index 75e5cb1..0000000 --- a/doze/res/values-de/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Inaktivitätsdisplay</string> - <string name="ambient_display_summary">Bildschirm einschalten, wenn Sie Benachrichtigungen erhalten</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Neigungssensor</string> - <string name="pick_up_title">Aufnehmen</string> - <string name="pick_up_summary">Benachrichtigungen kurz einblenden, wenn das Gerät aufgenommen wird</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Näherungssensor</string> - <string name="hand_wave_gesture_title">Winken</string> - <string name="hand_wave_gesture_summary">Beim Winken Benachrichtigungen kurzzeitig einblenden</string> - <string name="pocket_gesture_title">Tasche</string> - <string name="pocket_gesture_summary">Benachrichtigungen kurz einblenden, wenn das Gerät aus der Tasche genommen wird</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Hilfe</string> - <string name="doze_settings_help_text">Diese Features verwenden Sensoren, um im Standby kurz Benachrichtigungen einzublenden. Der gewählte Sensor wird nur bei Eingang einer Benachrichtigung aktiviert. Dies hilft dabei, den Stromverbrauch zu reduzieren. Alternativ kann der Sensor sofort beim Abschalten des Bildschirms aktiviert werden, wodurch sich jedoch der Stromverbrauch erhöht.</string> -</resources> diff --git a/doze/res/values-el/strings.xml b/doze/res/values-el/strings.xml deleted file mode 100644 index dff5c14..0000000 --- a/doze/res/values-el/strings.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Οθόνη ambient</string> - <string name="ambient_display_summary">Ενεργοποίηση της οθόνης όταν λαμβάνετε ειδοποιήσεις</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Αισθητήρας κλίσης</string> - <string name="pick_up_title">Σήκωμα συσκευής</string> - <string name="pick_up_summary">Παλμός ειδοποιήσεων κατά το σήκωμα της συσκευής</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Αισθητήρας εγγύτητας</string> - <string name="hand_wave_gesture_title">Αιώρηση χεριού</string> - <string name="hand_wave_gesture_summary">Παλμός ειδοποιήσεων κατά την αιώρηση του χεριού</string> - <string name="pocket_gesture_title">Τσέπη</string> - <string name="pocket_gesture_summary">Παλμός ειδοποιήσεων κατά την έξοδο από την τσέπη</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Βοήθεια</string> -</resources> diff --git a/doze/res/values-en-rAU/strings.xml b/doze/res/values-en-rAU/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-en-rAU/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-en-rGB/strings.xml b/doze/res/values-en-rGB/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-en-rGB/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-en-rIN/strings.xml b/doze/res/values-en-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-en-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-en-rPT/strings.xml b/doze/res/values-en-rPT/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-en-rPT/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-eo/strings.xml b/doze/res/values-eo/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-eo/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-es-rCO/strings.xml b/doze/res/values-es-rCO/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-es-rCO/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-es-rMX/strings.xml b/doze/res/values-es-rMX/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-es-rMX/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-es-rUS/strings.xml b/doze/res/values-es-rUS/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-es-rUS/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-es/strings.xml b/doze/res/values-es/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-es/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-et-rEE/strings.xml b/doze/res/values-et-rEE/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-et-rEE/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-eu-rES/strings.xml b/doze/res/values-eu-rES/strings.xml deleted file mode 100644 index 1c9a9c3..0000000 --- a/doze/res/values-eu-rES/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Ambient display</string> - <string name="ambient_display_summary">Piztu pantaila jakinarazpenak jasotzean</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Inklinazio sentsorea</string> - <string name="pick_up_title">Hartu</string> - <string name="pick_up_summary">Led jakinarazpenak gailua hartzean</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Hurbiltasun sentsorea</string> - <string name="hand_wave_gesture_title">Agurtu eskuarekin</string> - <string name="hand_wave_gesture_summary">Jakinarazpen argia eskuarekin agurtzean</string> - <string name="pocket_gesture_title">Poltsikoratu</string> - <string name="pocket_gesture_summary">Jakinarazpen argia poltsikotik ateratzean</string> - <!-- Help text --> - <string name="dlg_ok">Ados</string> - <string name="doze_settings_help_title">Laguntza</string> - <string name="doze_settings_help_text">Ezaugarri hauek sentsoreen gertakizunak erabiltzen dituzte jakinarazpen argi bat pizteko. Sentsorea jakinarazpen bat jasotzean gaituko da, honi esker bateria erabilera murrizten da. Badago ere pantaila itzali eta berehala sentsorea pizteko aukera, honek bateria gehiago erabiliko du.</string> -</resources> diff --git a/doze/res/values-fa/strings.xml b/doze/res/values-fa/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-fa/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-fi/strings.xml b/doze/res/values-fi/strings.xml deleted file mode 100644 index 56ad485..0000000 --- a/doze/res/values-fi/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Ambient-näyttö</string> - <string name="ambient_display_summary">Herätä näyttö kun saat ilmoituksia</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Kallistussensori</string> - <string name="pick_up_title">Nosto</string> - <string name="pick_up_summary">Väläytä ilmoituksia kun laite nostetaan</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Läheisyysanturi</string> - <string name="hand_wave_gesture_title">Käden heilautus</string> - <string name="hand_wave_gesture_summary">Näytä ilmoitukset heilautettaessa kättä</string> - <string name="pocket_gesture_title">Tasku</string> - <string name="pocket_gesture_summary">Näytä ilmoitukset kun laite otetaan taskusta</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Apua</string> - <string name="doze_settings_help_text">Ominaisuudet käyttää sensorin tapahtumia näyttääkseen ilmoituksia. Valittu sensori on vain käytössä kun laite saa ilmoituksen, tämä auttaa vähentämään akun kulutusta. Voit myös ottaa sensorit käyttöön kun näyttö on suljettu, mutta tämä kasvattaa akun kulutusta.</string> -</resources> diff --git a/doze/res/values-fil-rPH/strings.xml b/doze/res/values-fil-rPH/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-fil-rPH/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-fr-rCA/strings.xml b/doze/res/values-fr-rCA/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-fr-rCA/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-fr/strings.xml b/doze/res/values-fr/strings.xml deleted file mode 100644 index a705beb..0000000 --- a/doze/res/values-fr/strings.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Affichage ambiant</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Capteur d’inclinaison</string> - <string name="pick_up_title">Prise en main</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Capteur de proximité</string> - <string name="hand_wave_gesture_title">Passage de la main</string> - <string name="pocket_gesture_title">Poche</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> -</resources> diff --git a/doze/res/values-frp-rIT/strings.xml b/doze/res/values-frp-rIT/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-frp-rIT/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-fy-rNL/strings.xml b/doze/res/values-fy-rNL/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-fy-rNL/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ga-rIE/strings.xml b/doze/res/values-ga-rIE/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ga-rIE/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-gd-rGB/strings.xml b/doze/res/values-gd-rGB/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-gd-rGB/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-gl-rES/strings.xml b/doze/res/values-gl-rES/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-gl-rES/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-gu-rIN/strings.xml b/doze/res/values-gu-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-gu-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-hi/strings.xml b/doze/res/values-hi/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-hi/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-hr/strings.xml b/doze/res/values-hr/strings.xml deleted file mode 100644 index 0424dc0..0000000 --- a/doze/res/values-hr/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Ambijentni zaslon</string> - <string name="ambient_display_summary">Probudi zaslon kada primite obavijesti</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Senzor nagiba</string> - <string name="pick_up_title">Podizanje</string> - <string name="pick_up_summary">Prikazuj obavijesti kada je uređaj podignut</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Senzor blizine</string> - <string name="hand_wave_gesture_title">Zamah rukom</string> - <string name="hand_wave_gesture_summary">Prikaz obavijesti na zamah rukom</string> - <string name="pocket_gesture_title">Džep</string> - <string name="pocket_gesture_summary">Prikaz obavijesti kada izvadite uređaj iz džepa</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Pomoć</string> - <string name="doze_settings_help_text">Te značajke koriste događaje senzora za pokretanje pulsiranja obavijesti. Odabrani senzor je omogućen jedino kada uređaj primi obavijest, to pomaže smanjenju potrošnje baterije. Tu je i opcija omogućenja odabranog senzora čim se zaslon isključi, to će uzrokovati veću potrošnju baterije.</string> -</resources> diff --git a/doze/res/values-hu/strings.xml b/doze/res/values-hu/strings.xml deleted file mode 100644 index ddbfce3..0000000 --- a/doze/res/values-hu/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Környezeti kijelző</string> - <string name="ambient_display_summary">Képernyő felébresztése értesítések fogadásakor</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Dőlés érzékelő</string> - <string name="pick_up_title">Kézbevétel</string> - <string name="pick_up_summary">Villantsa fel az értesítéseket kézbevételkor</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Közelség érzékelő</string> - <string name="hand_wave_gesture_title">Lebegő simítás</string> - <string name="hand_wave_gesture_summary">Értesítések felvillantása lebegő simításnál</string> - <string name="pocket_gesture_title">Zseb</string> - <string name="pocket_gesture_summary">Értesítések felvillantása zsebből való kivételkor</string> - <!-- Help text --> - <string name="dlg_ok">Rendben</string> - <string name="doze_settings_help_title">Súgó</string> - <string name="doze_settings_help_text">Ezen funkció az érzékelő eseményeket használja a környezeti kijelző értesítési impulzusaihoz. A választott érzékelő csak akkor engedélyezett, ha a készülék értesítést kap, ez segít csökkenteni az akkumulátor használatát. Lehetőség van a választott érzékelő engedélyezésére is, amint a képernyő kikapcsol, de ez nagyobb akkumulátor használatot jelent.</string> -</resources> diff --git a/doze/res/values-hy-rAM/strings.xml b/doze/res/values-hy-rAM/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-hy-rAM/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-in/strings.xml b/doze/res/values-in/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-in/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-is-rIS/strings.xml b/doze/res/values-is-rIS/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-is-rIS/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-it/strings.xml b/doze/res/values-it/strings.xml deleted file mode 100644 index a941fe2..0000000 --- a/doze/res/values-it/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Display Ambient</string> - <string name="ambient_display_summary">Accendi lo schermo quando ricevi una notifica</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Sensore inclinazione</string> - <string name="pick_up_title">Solleva</string> - <string name="pick_up_summary">Mostra le notifiche quando il dispositivo viene sollevato</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Sensore prossimità</string> - <string name="hand_wave_gesture_title">Movimento della mano</string> - <string name="hand_wave_gesture_summary">Mostra le notifiche al passaggio della mano</string> - <string name="pocket_gesture_title">Tasca</string> - <string name="pocket_gesture_summary">Mostra le notifiche quando il telefono viene rimosso dalla tasca</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Guida</string> - <string name="doze_settings_help_text">Queste funzioni utilizzano i sensori per mostrare le notifiche. Il sensore selezionato verrà attivato solo quando il dispositivo riceve una notifica, questo consentirà di ridurre l\'utilizzo della batteria. È anche possibile attivare il sensore selezionato appena lo schermo si spegne, ma ciò comporterà ad un utilizzo maggiore della batteria.</string> -</resources> diff --git a/doze/res/values-iw/strings.xml b/doze/res/values-iw/strings.xml deleted file mode 100644 index 475951a..0000000 --- a/doze/res/values-iw/strings.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">תצוגת התראות עמומה</string> - <string name="ambient_display_summary">הפעל את המסך כשמתקבלות התראות</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">חיישן הטייה</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">חיישן קרבה</string> - <string name="hand_wave_gesture_title">הנפת יד</string> - <string name="hand_wave_gesture_summary">הדגש התראות בהנפת יד</string> - <string name="pocket_gesture_title">כיס</string> - <string name="pocket_gesture_summary">הצג התראות בהוצאה מהכיס</string> - <!-- Help text --> - <string name="dlg_ok">אישור</string> - <string name="doze_settings_help_title">עזרה</string> -</resources> diff --git a/doze/res/values-ja/strings.xml b/doze/res/values-ja/strings.xml deleted file mode 100644 index ca109e5..0000000 --- a/doze/res/values-ja/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">アンビエント表示</string> - <string name="ambient_display_summary">通知を受信したときに画面を点灯する</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">傾きセンサー</string> - <string name="pick_up_title">持ち上げ</string> - <string name="pick_up_summary">端末を持ち上げたときに通知を点滅表示する</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">接近センサー</string> - <string name="hand_wave_gesture_title">手を振る</string> - <string name="hand_wave_gesture_summary">手を振ったときに通知を点滅表示する</string> - <string name="pocket_gesture_title">ポケット</string> - <string name="pocket_gesture_summary">ポケットから取り出したときに通知を点滅表示する</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">ヘルプ</string> - <string name="doze_settings_help_text">これらの機能は、Doze通知点滅表示を起動するためにセンサーイベントを使用します。電池の使用量を削減するために、端末が通知を受信した時にのみ選択したセンサーが有効になります。画面を消灯した直後から選択したセンサーを有効にするオプションもありますが、電池の使用量が多くなります。</string> -</resources> diff --git a/doze/res/values-ka-rGE/strings.xml b/doze/res/values-ka-rGE/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ka-rGE/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-kk-rKZ/strings.xml b/doze/res/values-kk-rKZ/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-kk-rKZ/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-km-rKH/strings.xml b/doze/res/values-km-rKH/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-km-rKH/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-kn-rIN/strings.xml b/doze/res/values-kn-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-kn-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ko/strings.xml b/doze/res/values-ko/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ko/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ku/strings.xml b/doze/res/values-ku/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ku/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ky-rKG/strings.xml b/doze/res/values-ky-rKG/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ky-rKG/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-lb/strings.xml b/doze/res/values-lb/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-lb/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-lo-rLA/strings.xml b/doze/res/values-lo-rLA/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-lo-rLA/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-lt/strings.xml b/doze/res/values-lt/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-lt/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-lv/strings.xml b/doze/res/values-lv/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-lv/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-mk-rMK/strings.xml b/doze/res/values-mk-rMK/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-mk-rMK/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ml-rIN/strings.xml b/doze/res/values-ml-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ml-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-mn-rMN/strings.xml b/doze/res/values-mn-rMN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-mn-rMN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-mr-rIN/strings.xml b/doze/res/values-mr-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-mr-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ms-rMY/strings.xml b/doze/res/values-ms-rMY/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ms-rMY/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-my-rMM/strings.xml b/doze/res/values-my-rMM/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-my-rMM/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-nb/strings.xml b/doze/res/values-nb/strings.xml deleted file mode 100644 index 9e609c4..0000000 --- a/doze/res/values-nb/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Ambient visning</string> - <string name="ambient_display_summary">Våkne skjermen når du får varsler</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Tilt sensor</string> - <string name="pick_up_title">Opp-plukking</string> - <string name="pick_up_summary">Pulseringsnotifikasjon når telefonen er plukket opp</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Avstandsmåler</string> - <string name="hand_wave_gesture_title">Håndvink</string> - <string name="hand_wave_gesture_summary">Pulseringsnotifikasjon ved håndvink</string> - <string name="pocket_gesture_title">Lomme</string> - <string name="pocket_gesture_summary">Pulseringsnotifikasjon når telefonen er tatt opp av lommen</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Hjelp</string> - <string name="doze_settings_help_text">Disse funksjonene bruker sensor aktiviteter for å åpne en doze pulseringsnotifikasjon. Den valgte sensoren er bare slått på når du har fått et varsel, for å spare batteriet. Du kan også slå på så sensoren slår seg på når skjermen slår seg av, som vill tappe mer strøm.</string> -</resources> diff --git a/doze/res/values-ne-rNP/strings.xml b/doze/res/values-ne-rNP/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ne-rNP/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-nl/strings.xml b/doze/res/values-nl/strings.xml deleted file mode 100644 index c362dac..0000000 --- a/doze/res/values-nl/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Omgevingsdisplay</string> - <string name="ambient_display_summary">Scherm aan bij het ontvangen van meldingen</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Hellingssensor</string> - <string name="pick_up_title">Oppakken</string> - <string name="pick_up_summary">Meldingen laten knipperen bij oppakken</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Nabijheidssensor</string> - <string name="hand_wave_gesture_title">Handgebaar</string> - <string name="hand_wave_gesture_summary">Meldingen laten knipperen bij handgebaar</string> - <string name="pocket_gesture_title">Broekzak</string> - <string name="pocket_gesture_summary">Meldingen laten knipperen bij verwijderen uit broekzak</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Help</string> - <string name="doze_settings_help_text">Deze functies gebruiken sensoren om een Doze-puls te versturen. De gekozen sensor is alleen ingeschakeld als het apparaat een melding ontvangt. Dit helpt het batterijgebruik te verminderen. Er is ook een optie om de sensor te activeren zodra het scherm uitschakelt, maar dit leidt tot hoger batterijgebruik.</string> -</resources> diff --git a/doze/res/values-oc-rFR/strings.xml b/doze/res/values-oc-rFR/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-oc-rFR/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-or-rIN/strings.xml b/doze/res/values-or-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-or-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-pa-rIN/strings.xml b/doze/res/values-pa-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-pa-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-pl/strings.xml b/doze/res/values-pl/strings.xml deleted file mode 100644 index 644f4ae..0000000 --- a/doze/res/values-pl/strings.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Aktywny wyświetlacz</string> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-pt-rBR/strings.xml b/doze/res/values-pt-rBR/strings.xml deleted file mode 100644 index 444ffc4..0000000 --- a/doze/res/values-pt-rBR/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Tela ambiente</string> - <string name="ambient_display_summary">Ligar a tela ao receber notificações</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Sensor de inclinação</string> - <string name="pick_up_title">Pegar</string> - <string name="pick_up_summary">Pulsar notificações ao pegar o dispositivo</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Sensor de proximidade</string> - <string name="hand_wave_gesture_title">Acenar com a mão</string> - <string name="hand_wave_gesture_summary">Pulsar notificações ao acenar com a mão</string> - <string name="pocket_gesture_title">Bolso</string> - <string name="pocket_gesture_summary">Pulsar notificações ao retirar do bolso</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Ajuda</string> - <string name="doze_settings_help_text">Esses recursos monitoram o sensor para que o dispositivo possa despertar do estado de repouso e pulsar notificações. O sensor escolhido só é habilitado quando o dispositivo recebe uma notificação, isso ajuda a reduzir o uso de bateria. Há também uma opção para ativar o sensor escolhido assim que a tela desliga, isso causará o maior uso da bateria.</string> -</resources> diff --git a/doze/res/values-pt-rPT/strings.xml b/doze/res/values-pt-rPT/strings.xml deleted file mode 100644 index bedd3d6..0000000 --- a/doze/res/values-pt-rPT/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Visualização de ambiente</string> - <string name="ambient_display_summary">Ligar o ecrã quando receber notificações</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Sensor de inclinação</string> - <string name="pick_up_title">Pegar</string> - <string name="pick_up_summary">Mostrar as notificações ao pegar no dispositivo</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Sensor de proximidade</string> - <string name="hand_wave_gesture_title">Passar a mão</string> - <string name="hand_wave_gesture_summary">Mostrar notificações ao passar a mão</string> - <string name="pocket_gesture_title">Bolso</string> - <string name="pocket_gesture_summary">Mostrar notificações ao retirar do bolso</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Ajuda</string> - <string name="doze_settings_help_text">Estes recursos utilizam eventos de sensores para mostrarem notificações enquanto o dispositivo está em repouso. O sensor escolhido só é ativado quando o dispositivo recebe uma notificação, o que ajuda a reduzir a utilização da bateria. Há também uma opção para ativar o sensor escolhido assim que o ecrã se desliga, o que resultará numa maior utilização da bateria.</string> -</resources> diff --git a/doze/res/values-rm/strings.xml b/doze/res/values-rm/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-rm/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ro/strings.xml b/doze/res/values-ro/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ro/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ru/strings.xml b/doze/res/values-ru/strings.xml deleted file mode 100644 index 326454b..0000000 --- a/doze/res/values-ru/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Индикация событий</string> - <string name="ambient_display_summary">Включать экран при получении уведомлений</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Датчик наклона</string> - <string name="pick_up_title">Поднять</string> - <string name="pick_up_summary">Отображать уведомления при поднятии устройства</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Датчик приближения</string> - <string name="hand_wave_gesture_title">Взмах</string> - <string name="hand_wave_gesture_summary">Проведите ладонью над экраном для просмотра уведомлений</string> - <string name="pocket_gesture_title">Карман</string> - <string name="pocket_gesture_summary">Отображать уведомления при извлечении устройства из кармана</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Информация</string> - <string name="doze_settings_help_text">Эти функции используют события датчиков для отображения уведомлений. Датчик проверяется только при поступлении нового уведомления, что помогает сэкономить заряд батареи. Можно активировать включение датчика сразу при отключении экрана устройства, однако это может ускорить разряд батареи.</string> -</resources> diff --git a/doze/res/values-si-rLK/strings.xml b/doze/res/values-si-rLK/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-si-rLK/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-sk/strings.xml b/doze/res/values-sk/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-sk/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-sl/strings.xml b/doze/res/values-sl/strings.xml deleted file mode 100644 index 24e4049..0000000 --- a/doze/res/values-sl/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Okoliški zaslon</string> - <string name="ambient_display_summary">Zbudi zaslon ob prejemu obvestila</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Tipalo nagiba</string> - <string name="pick_up_title">Dvig</string> - <string name="pick_up_summary">Utripaj obvestila ob dvigu naprave</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Tipalo bližine</string> - <string name="hand_wave_gesture_title">Mahanje z roko</string> - <string name="hand_wave_gesture_summary">Utripaj obvestila ob mahanju z roko</string> - <string name="pocket_gesture_title">Žep</string> - <string name="pocket_gesture_summary">Utripaj obvestila ob odstranitvi iz žepa</string> - <!-- Help text --> - <string name="dlg_ok">V redu</string> - <string name="doze_settings_help_title">Pomoč</string> - <string name="doze_settings_help_text">Te značilnosti uporabljajo dogodke tipal za sprožitev utripanja obvestil ob spanju. Izbrano tipalo se omogoči samo, ko naprava prejme obvestilo. To pomaga zmanjšati porabo energije. Obstaja tudi možnost omogočanja izbranega tipala, takoj ko se zaslon izklopi, vendar bo to povzročilo večjo porabo energije.</string> -</resources> diff --git a/doze/res/values-sq-rAL/strings.xml b/doze/res/values-sq-rAL/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-sq-rAL/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-sr/strings.xml b/doze/res/values-sr/strings.xml deleted file mode 100644 index fa30ca7..0000000 --- a/doze/res/values-sr/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">Амбијент приказ</string> - <string name="ambient_display_summary">Пробуди екран кад добијеш обавештење</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Тилт сензор</string> - <string name="pick_up_title">Купљење</string> - <string name="pick_up_summary">Пулсно обавештење када је уређај покупљен</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Сензор близине</string> - <string name="hand_wave_gesture_title">Покрет руком</string> - <string name="hand_wave_gesture_summary">Пулсно обавештење при покрету руком</string> - <string name="pocket_gesture_title">Џеп</string> - <string name="pocket_gesture_summary">Пулсно обавештење при уклањању из џепа</string> - <!-- Help text --> - <string name="dlg_ok">У реду</string> - <string name="doze_settings_help_title">Помоћ</string> - <string name="doze_settings_help_text">Ова функција користи активирање сензора да покрене пулсно обавештење. Изабрани сензор је омогућен једино када уређај прима обавештење, то помаже смањењу потрожње батерије. Ту је и опција омогућења изабраног сензора чим се екран искључи, то ће узроковати већој потрожњи батерије.</string> -</resources> diff --git a/doze/res/values-sv/strings.xml b/doze/res/values-sv/strings.xml deleted file mode 100644 index 030a831..0000000 --- a/doze/res/values-sv/strings.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <string name="pick_up_title">Plocka upp</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Närhetscensor</string> - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Hjälp</string> -</resources> diff --git a/doze/res/values-sw/strings.xml b/doze/res/values-sw/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-sw/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ta-rIN/strings.xml b/doze/res/values-ta-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ta-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-te-rIN/strings.xml b/doze/res/values-te-rIN/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-te-rIN/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-th/strings.xml b/doze/res/values-th/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-th/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-tr/strings.xml b/doze/res/values-tr/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-tr/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ug/strings.xml b/doze/res/values-ug/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ug/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-uk/strings.xml b/doze/res/values-uk/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-uk/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-ur-rPK/strings.xml b/doze/res/values-ur-rPK/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-ur-rPK/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-uz-rUZ/strings.xml b/doze/res/values-uz-rUZ/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-uz-rUZ/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-vi/strings.xml b/doze/res/values-vi/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-vi/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-zh-rCN/strings.xml b/doze/res/values-zh-rCN/strings.xml deleted file mode 100644 index 97be6f5..0000000 --- a/doze/res/values-zh-rCN/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="ambient_display_title">环境显示</string> - <string name="ambient_display_summary">当接收到通知时唤醒屏幕</string> - <!-- Tilt sensor --> - <string name="tilt_sensor_title">倾斜传感器</string> - <string name="pick_up_title">拿起</string> - <string name="pick_up_summary">当拿起设备时闪烁通知灯</string> - <!-- Proximity sensor --> - <string name="priximity_sensor_title">距离传感器</string> - <string name="hand_wave_gesture_title">挥手</string> - <string name="hand_wave_gesture_summary">挥手时闪烁通知呼吸灯</string> - <string name="pocket_gesture_title">口袋</string> - <string name="pocket_gesture_summary">从口袋中拿出时闪烁通知呼吸灯</string> - <!-- Help text --> - <string name="dlg_ok">确定</string> - <string name="doze_settings_help_title">帮助</string> - <string name="doze_settings_help_text">这些功能使用传感器启用打盹通知指示灯。选择的传感器仅在设备收到通知时开启,这将有助于减少电池用量。还有一个选项是当屏幕关闭后立即启用传感器,这会导致更多的电池用量。</string> -</resources> diff --git a/doze/res/values-zh-rHK/strings.xml b/doze/res/values-zh-rHK/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-zh-rHK/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-zh-rTW/strings.xml b/doze/res/values-zh-rTW/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-zh-rTW/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values-zu/strings.xml b/doze/res/values-zu/strings.xml deleted file mode 100644 index c023c08..0000000 --- a/doze/res/values-zu/strings.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- Tilt sensor --> - <!-- Proximity sensor --> - <!-- Help text --> -</resources> diff --git a/doze/res/values/strings.xml b/doze/res/values/strings.xml deleted file mode 100644 index 63146cb..0000000 --- a/doze/res/values/strings.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <string name="ambient_display_title">Ambient display</string> - <string name="ambient_display_summary">Wake screen when you receive notifications</string> - - <!-- Tilt sensor --> - <string name="tilt_sensor_title">Tilt sensor</string> - <string name="pick_up_title">Pick up</string> - <string name="pick_up_summary">Pulse notifications when device is picked up</string> - - <!-- Proximity sensor --> - <string name="priximity_sensor_title">Proximity sensor</string> - <string name="hand_wave_gesture_title">Hand wave</string> - <string name="hand_wave_gesture_summary">Pulse notifications on hand wave</string> - <string name="pocket_gesture_title">Pocket</string> - <string name="pocket_gesture_summary">Pulse notifications on removal from pocket</string> - - <!-- Help text --> - <string name="dlg_ok">OK</string> - <string name="doze_settings_help_title">Help</string> - <string name="doze_settings_help_text">These features use sensor events to launch a doze notification pulse. The chosen sensor is only enabled when the device receives a notification, this helps to reduce battery usage. There is also an option to enable the chosen sensor as soon as the screen turns off, this will cause higher battery usage.</string> -</resources> diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml index dfa608b..c3e3bd8 100644 --- a/doze/res/xml/doze_settings.xml +++ b/doze/res/xml/doze_settings.xml @@ -19,8 +19,8 @@ <SwitchPreference android:key="ambient_display" android:defaultValue="true" - android:title="@string/ambient_display_title" - android:summary="@string/ambient_display_summary" /> + android:title="@string/ambient_display_enable_title" + android:summary="@string/ambient_display_enable_summary" /> <PreferenceCategory android:key="tilt_sensor" @@ -29,15 +29,15 @@ <SwitchPreference android:key="pick_up" android:defaultValue="false" - android:title="@string/pick_up_title" - android:summary="@string/pick_up_summary" + android:title="@string/pick_up_gesture_title" + android:summary="@string/pick_up_gesture_summary" android:dependency="ambient_display" /> </PreferenceCategory> <PreferenceCategory android:key="priximity_sensor" - android:title="@string/priximity_sensor_title" > + android:title="@string/proximity_sensor_title" > <SwitchPreference android:key="gesture_hand_wave" diff --git a/doze/src/com/cyanogenmod/settings/doze/DozeSettings.java b/doze/src/com/cyanogenmod/settings/doze/DozeSettings.java index 314d5bc..2d178dd 100644 --- a/doze/src/com/cyanogenmod/settings/doze/DozeSettings.java +++ b/doze/src/com/cyanogenmod/settings/doze/DozeSettings.java @@ -123,7 +123,7 @@ public class DozeSettings extends PreferenceActivity implements OnPreferenceChan return new AlertDialog.Builder(getActivity()) .setTitle(R.string.doze_settings_help_title) .setMessage(R.string.doze_settings_help_text) - .setNegativeButton(R.string.dlg_ok, new DialogInterface.OnClickListener() { + .setNegativeButton(R.string.dialog_ok, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { dialog.cancel(); |
