diff options
30 files changed, 1011 insertions, 221 deletions
diff --git a/AriesParts/res/values-cs/arrays.xml b/AriesParts/res/values-cs/arrays.xml new file mode 100644 index 0000000..aac943c --- /dev/null +++ b/AriesParts/res/values-cs/arrays.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_entries"> + <item>Vypnuto</item> + <item>Režim UI</item> + <item>Režim video</item> + <item>Režim teplých barev</item> + <item>Režim studených barev</item> + <item>Režim videokamera</item> + </string-array> + + <string-array name="backlight_timeout_entries"> + <item>Výchozí (1,6 sekund)</item> + <item>0,5 sekund</item> + <item>2 sekundy</item> + <item>5 sekund</item> + <item>10 sekund</item> + <item>15 sekund</item> + <item>30 sekund</item> + <item>Nikdy</item> + </string-array> + + <string-array name="hspa_entries"> + <item>Pouze UMTS</item> + <item>Pouze HSDPA</item> + <item>HSDPA + HSUPA</item> + </string-array> +</resources> diff --git a/AriesParts/res/values-cs/strings.xml b/AriesParts/res/values-cs/strings.xml new file mode 100644 index 0000000..481a0bb --- /dev/null +++ b/AriesParts/res/values-cs/strings.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Pokročilé nastavení</string> + + <string name="category_screen_title">Obrazovka</string> + <string name="color_tuning_title_head">Ladění barev</string> + <string name="color_tuning_summary_head">Kalibrovat barvy obrazovky</string> + <string name="color_red_title">Červená</string> + <string name="color_green_title">Zelená</string> + <string name="color_blue_title">Modrá</string> + <string name="color_red_gamma_title">Červená gamma</string> + <string name="color_green_gamma_title">Zelená gamma</string> + <string name="color_blue_gamma_title">Modrá gamma</string> + <string name="mdnie_title_head">Režim mDNIe</string> + <string name="mdnie_summary_head">Upravit mDNIe</string> + + <string name="category_touchkey_title">Dotykové klávesy</string> + <string name="backlight_timeout_title_head">Trvání podsvícení</string> + <string name="backlight_timeout_summary_head">Nastavení trvání podsvícení klávesy po dotyku</string> + + <string name="category_radio_title">Rádio</string> + <string name="hspa_title_head">HSPA</string> + <string name="hspa_summary_head">Povolit HSDPA/HSUPA</string> + + <string name="category_tvout_title">Výstup na TV</string> + <string name="tvout_enable_head">Výstup na TV</string> + <string name="tvout_enable_summary_nocable">Kabel pro připojení TV není připojen</string> + <string name="tvout_enable_summary">Kabel pro připojení TV připojen. Lze povolit výstup na TV.</string> + <string name="tvout_enable_summary_on">Výstup na TV povolen</string> + <string name="tvout_system_head">Systém TV</string> + <string name="tvout_system_summary">Zvolte systém kódování obrazu pro výstup na TV</string> + + <string name="category_volume_boost_title">Ovládání hlasitosti</string> + <string name="volume_boost_title_head">Ovládání hlasitosti při hovoru</string> + <string name="volume_boost_summary_head">Nastavení zesílení při hovoru</string> + <string name="boost_rcv_title">Hlasitost pro sluchátka (do uší)</string> + <string name="boost_bt_title">Hlasitost pro Bluetooth</string> + <string name="boost_spk_title">Hlasitost pro vnitřní reproduktor</string> + <string name="boost_hp_title">Hlasitost pro sluchátka (na uši)</string> + <string name="mic_rcv_title">Mikrofon sluchátek (do uší)</string> + <string name="mic_spk_title">Mikrofon telefonu</string> + <string name="mic_hp_title">Mikrofon sluchátek (na uši)</string> + <string name="mic_hp_no_mic_title">Mikrofon sluchátek (bez mikrofonu)</string> + + <string name="category_dock_audio_title">Dok a možnosti zvuku</string> + <string name="cardock_audio_title_head">Automobilový dok</string> + <string name="cardock_audio_summary_on">Zvuk pro automobilový dok povolen</string> + <string name="cardock_audio_summary_off">Zvuk pro automobilový dok zakázán</string> + <string name="deskdock_audio_title_head">Stolní dok</string> + <string name="deskdock_audio_summary_on">Zvuk pro stolní dok povolen</string> + <string name="deskdock_audio_summary_off">Zvuk pro stolní dok zakázán</string> + + <string name="category_vibration_title">Vibrace</string> + <string name="vibration_title_head">Vibrace</string> + <string name="vibration_summary_head">Ovládání intenzity vibrací</string> + <string name="vibration_title">Intenzita vibrací</string> + <string name="vibration_test_title">Test</string> + + <string name="button_reset_title">Obnovit</string> + + <string name="generic_warning_title">Upozornění</string> + + <string name="imei_not_sane_title">Upozornění!</string> + <string name="imei_not_sane_message">Zjištěn problém s tímto zařízením. Číslo IMEI je neplatné. Neplatné číslo IMEI může způsobit potíže při registraci do sítě operátora a nemožnost volat tísňová čísla.</string> + <string name="imei_not_sane_ok">OK</string> +</resources> diff --git a/AriesParts/res/values-da/arrays.xml b/AriesParts/res/values-da/arrays.xml index 93cfc8b..b22bb52 100644 --- a/AriesParts/res/values-da/arrays.xml +++ b/AriesParts/res/values-da/arrays.xml @@ -1,3 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_entries"> <item>Slået fra</item> @@ -30,4 +45,3 @@ <item>PAL</item> </string-array> </resources> - diff --git a/AriesParts/res/values-da/strings.xml b/AriesParts/res/values-da/strings.xml index 0e02437..53c2b48 100644 --- a/AriesParts/res/values-da/strings.xml +++ b/AriesParts/res/values-da/strings.xml @@ -1,5 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Galaxy S-indstillinger</string> <string name="category_screen_title">Skærm</string> @@ -63,6 +77,4 @@ <string name="imei_not_sane_title">Advarsel!</string> <string name="imei_not_sane_message">Der blev fundet et problem med din enhed. Din enheds IMEI-nummer er ugyldigt. Et ugyldigt IMEI-nummer kan forårsage netværksproblemer, bl.a. manglende evne til at foretage nødopkald.</string> <string name="imei_not_sane_ok">OK</string> - </resources> - diff --git a/AriesParts/res/values-es/arrays.xml b/AriesParts/res/values-es/arrays.xml index 18bfa9d..e454bd8 100644 --- a/AriesParts/res/values-es/arrays.xml +++ b/AriesParts/res/values-es/arrays.xml @@ -1,3 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_entries"> <item>Deshabilitado</item> diff --git a/AriesParts/res/values-es/strings.xml b/AriesParts/res/values-es/strings.xml index 4f70671..f832c3c 100644 --- a/AriesParts/res/values-es/strings.xml +++ b/AriesParts/res/values-es/strings.xml @@ -1,5 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Ajustes avanzados</string> <string name="category_screen_title">Pantalla</string> <string name="color_tuning_title_head">Color</string> diff --git a/AriesParts/res/values-fr/arrays.xml b/AriesParts/res/values-fr/arrays.xml new file mode 100644 index 0000000..f4b36e7 --- /dev/null +++ b/AriesParts/res/values-fr/arrays.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_entries"> + <item>Désactivé</item> + <item>UI</item> + <item>Vidéo</item> + <item>Vidéo chaude</item> + <item>Vidéo froide</item> + <item>Caméra</item> + </string-array> + <string-array name="backlight_timeout_entries"> + <item>Défaut (1.6 seconde)</item> + <item>0.5 seconde</item> + <item>2 secondes</item> + <item>5 secondes</item> + <item>10 secondes</item> + <item>15 secondes</item> + <item>30 secondes</item> + <item>Jamais</item> + </string-array> + <string-array name="hspa_entries"> + <item>UMTS seulement</item> + <item>HSDPA seulement</item> + <item>HSDPA + HSUPA</item> + </string-array> + <string-array name="tvout_system_entries"> + <item>NTSC</item> + <item>PAL</item> + </string-array> +</resources> diff --git a/AriesParts/res/values-fr/strings.xml b/AriesParts/res/values-fr/strings.xml new file mode 100644 index 0000000..8be08e8 --- /dev/null +++ b/AriesParts/res/values-fr/strings.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012-2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Paramètres avancés</string> + <string name="category_screen_title">Écran</string> + <string name="color_tuning_title_head">Couleurs</string> + <string name="color_tuning_summary_head">Calibrer les couleurs de l\'écran</string> + <string name="color_red_title">Rouge</string> + <string name="color_green_title">Vert</string> + <string name="color_blue_title">Bleu</string> + <string name="color_red_gamma_title">Gamma rouge</string> + <string name="color_green_gamma_title">Gamma vert</string> + <string name="color_blue_gamma_title">Gamma bleu</string> + <string name="mdnie_title_head">Mode mDNIe</string> + <string name="mdnie_summary_head">Ajuster le pré-traitement de l\'affichage mDNIe</string> + <string name="category_touchkey_title">Touches tactiles</string> + <string name="backlight_timeout_title_head">Délai avant extinction</string> + <string name="backlight_timeout_summary_head">Définir le délai avant l\'extinction des touches</string> + <string name="category_radio_title">Radio</string> + <string name="hspa_title_head">HSPA</string> + <string name="hspa_summary_head">Activer HSDPA/HSUPA</string> + <string name="category_tvout_title">Sortie TV</string> + <string name="tvout_enable_head">Sortie TV</string> + <string name="tvout_enable_summary_nocable">Câble de sortie TV non connecté</string> + <string name="tvout_enable_summary">Câble de sortie TV connecté, vérification de l\'activation</string> + <string name="tvout_enable_summary_on">Sortie TV activée</string> + <string name="tvout_system_head">Système TV</string> + <string name="tvout_system_summary">Définir le système de sortie TV</string> + <string name="category_volume_boost_title">Bouton volume</string> + <string name="volume_boost_title_head">Bouton de volume pendant un appel</string> + <string name="volume_boost_summary_head">Augmenter les paramètres de volume pendant un appel</string> + <string name="boost_rcv_title">Volume des écouteurs</string> + <string name="boost_bt_title">Volume des écouteurs bluetooth</string> + <string name="boost_spk_title">Volume du haut-parleur</string> + <string name="boost_hp_title">Volume du casque</string> + <string name="mic_rcv_title">Micro des écouteurs</string> + <string name="mic_spk_title">Micro du haut-parleur</string> + <string name="mic_hp_title">Micro du casque</string> + <string name="mic_hp_no_mic_title">Micro du casque (sans micro)</string> + <string name="category_dock_audio_title">Audio</string> + <string name="cardock_audio_title_head">Station d\'accueil automobile</string> + <string name="cardock_audio_summary_on">Son de la station d\'accueil automobile activé</string> + <string name="cardock_audio_summary_off">Son de la station d\'accueil automobile désactivé</string> + <string name="deskdock_audio_title_head">Station d\'accueil de bureau</string> + <string name="deskdock_audio_summary_on">Son de la station d\'accueil de bureau activé</string> + <string name="deskdock_audio_summary_off">Son de la station d\'accueil de bureau désactivé</string> + <string name="category_vibration_title">Vibreur</string> + <string name="vibration_title_head">Vibreur</string> + <string name="vibration_summary_head">Définir l\'intensité du vibreur</string> + <string name="vibration_title">Intensité du vibreur</string> + <string name="vibration_test_title">Tester</string> + <string name="button_reset_title">Réinitialiser</string> + <string name="generic_warning_title">Attention</string> + <string name="imei_not_sane_title">Attention\u00A0!</string> + <string name="imei_not_sane_message">Un problème a été détecté avec votre appareil. Votre numéro IMEI est invalide. Un numéro IMEI invalide peut poser des problèmes de connexion au réseau mobile y compris l\'impossibilité de passer des appels d\'urgence.</string> + <string name="imei_not_sane_ok">OK</string> +</resources> diff --git a/AriesParts/res/values-it/arrays.xml b/AriesParts/res/values-it/arrays.xml index f9234e8..e6c4493 100644 --- a/AriesParts/res/values-it/arrays.xml +++ b/AriesParts/res/values-it/arrays.xml @@ -1,5 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_entries"> <item>Disabilitato</item> <item>Modalità UI</item> @@ -27,4 +41,4 @@ <item>NTSC</item> <item>PAL</item> </string-array> -</resources>
\ No newline at end of file +</resources> diff --git a/AriesParts/res/values-it/strings.xml b/AriesParts/res/values-it/strings.xml index 8468e0b..8ff75cb 100644 --- a/AriesParts/res/values-it/strings.xml +++ b/AriesParts/res/values-it/strings.xml @@ -1,5 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Impostazioni Galaxy S</string> <string name="category_screen_title">Display</string> <string name="color_tuning_title_head">Calibrazione colori</string> diff --git a/AriesParts/res/values-iw/arrays.xml b/AriesParts/res/values-iw/arrays.xml index 34120df..9de1771 100644 --- a/AriesParts/res/values-iw/arrays.xml +++ b/AriesParts/res/values-iw/arrays.xml @@ -1,3 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_entries"> <item>מושבת</item> diff --git a/AriesParts/res/values-iw/strings.xml b/AriesParts/res/values-iw/strings.xml index 51a5864..20ee85c 100644 --- a/AriesParts/res/values-iw/strings.xml +++ b/AriesParts/res/values-iw/strings.xml @@ -1,5 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">הגדרות Galaxy S</string> <string name="category_screen_title">מסך</string> @@ -58,13 +72,9 @@ <string name="button_reset_title">איפוס</string> - <!-- Used for activity title. Usually not visible, except on the - multi-task screen --> <string name="generic_warning_title">אזהרה</string> - <!-- Invalid IMEI --> <string name="imei_not_sane_title">אזהרה!</string> <string name="imei_not_sane_message">התגלתה בעייה במכשיר. מספר ה-IMEI שגוי. מספר IMEI שגוי עלול לגרום לבעיות רשת כולל חוסר אפשרות להתקשר למספרי חירום.</string> <string name="imei_not_sane_ok">אישור</string> - </resources> diff --git a/AriesParts/res/values-nl/arrays.xml b/AriesParts/res/values-nl/arrays.xml index 60a14d9..ffcd3e5 100644 --- a/AriesParts/res/values-nl/arrays.xml +++ b/AriesParts/res/values-nl/arrays.xml @@ -1,4 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_entries"> + <item>Uitgeschakeld</item> + <item>Gebruikersomgeving</item> + <item>Video</item> + <item>Video (warm)</item> + <item>Video (koud)</item> + <item>Camera</item> + </string-array> <string-array name="backlight_timeout_entries"> <item>Standaard (1,6 seconden)</item> <item>0,5 seconden</item> @@ -12,7 +35,7 @@ <string-array name="hspa_entries"> <item>Alleen UMTS</item> <item>Alleen HSDPA</item> - <item>HSDPA + HSUPA</item> + <item>HSDPA & HSUPA</item> </string-array> <string-array name="tvout_system_entries"> <item>NTSC</item> diff --git a/AriesParts/res/values-nl/strings.xml b/AriesParts/res/values-nl/strings.xml index 83476c6..4727d15 100644 --- a/AriesParts/res/values-nl/strings.xml +++ b/AriesParts/res/values-nl/strings.xml @@ -1,7 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Galaxy S-instellingen</string> +<!-- Copyright (C) 2013 The CyanogenMod Project + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Geavanceerde instellingen</string> <string name="category_screen_title">Scherm</string> <string name="color_tuning_title_head">Kleuren regelen</string> <string name="color_tuning_summary_head">Schermkleur kalibreren</string> @@ -13,15 +26,12 @@ <string name="color_blue_gamma_title">Blauw gamma</string> <string name="mdnie_title_head">mDNIe-modus</string> <string name="mdnie_summary_head">mDNIe-schermnabewerking aanpassen</string> - <string name="category_touchkey_title">Aanraakknoppen</string> - <string name="backlight_timeout_title_head">Time-out achtergrondverlichting</string> - <string name="backlight_timeout_summary_head">Vertraging voor automatisch uitschakelen achtergrondverlichting aanpassen</string> - + <string name="backlight_timeout_title_head">Time-out verlichting</string> + <string name="backlight_timeout_summary_head">Vertraging van uitschakelen verlichting aanraakknoppen</string> <string name="category_radio_title">Radio</string> <string name="hspa_title_head">HSPA</string> <string name="hspa_summary_head">HSDPA/HSUPA inschakelen</string> - <string name="category_tvout_title">Tv-uitvoer</string> <string name="tvout_enable_head">Tv-uitvoer</string> <string name="tvout_enable_summary_nocable">Kabel voor tv-uitvoer niet verbonden</string> @@ -29,7 +39,6 @@ <string name="tvout_enable_summary_on">Tv-uitvoer ingeschakeld</string> <string name="tvout_system_head">Tv-systeem</string> <string name="tvout_system_summary">Tv-systeem instellen voor tv-uitvoer</string> - <string name="category_volume_boost_title">Volume-instellingen</string> <string name="volume_boost_title_head">Volume-instellingen tijdens gesprek</string> <string name="volume_boost_summary_head">Instellingen voor volumeverhoging tijdens gesprek</string> @@ -41,7 +50,6 @@ <string name="mic_spk_title">Microfoon van luidspreker</string> <string name="mic_hp_title">Microfoon van headset</string> <string name="mic_hp_no_mic_title">Microfoon bij koptelefoon (zonder microfoon)</string> - <string name="category_dock_audio_title">Dock-geluid</string> <string name="cardock_audio_title_head">Auto-dock</string> <string name="cardock_audio_summary_on">Auto-dock-geluid ingeschakeld</string> @@ -49,20 +57,14 @@ <string name="deskdock_audio_title_head">Bureau-dock</string> <string name="deskdock_audio_summary_on">Bureau-dock-geluid ingeschakeld</string> <string name="deskdock_audio_summary_off">Bureau-dock-geluid uitgeschakeld</string> - <string name="category_vibration_title">Trillen</string> <string name="vibration_title_head">Trillen</string> <string name="vibration_summary_head">Trilintensiteit instellen</string> <string name="vibration_title">Trilintensiteit</string> - <string name="vibration_test_title">Test</string> - - <!-- Used for activity title. Usually not visible, except on the - multi-task screen --> + <string name="vibration_test_title">Testen</string> + <string name="button_reset_title">Herstellen</string> <string name="generic_warning_title">Let op</string> - - <!-- Invalid IMEI --> <string name="imei_not_sane_title">Let op</string> <string name="imei_not_sane_message">Er is een probleem gevonden met uw telefoon. Het IMEI-nummer van uw telefoon is ongeldig. Hierdoor kunnen problemen optreden met uw mobiele netwerkverbinding, inclusief het niet kunnen bellen van het alarmnummer.</string> <string name="imei_not_sane_ok">OK</string> - </resources> diff --git a/AriesParts/res/values-pl/arrays.xml b/AriesParts/res/values-pl/arrays.xml new file mode 100644 index 0000000..10e3750 --- /dev/null +++ b/AriesParts/res/values-pl/arrays.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_entries"> + <item>Wyłączony</item> + <item>UI</item> + <item>Wideo</item> + <item>Ciepły film</item> + <item>Zimny film</item> + <item>Kamera</item> + </string-array> + + <string-array name="backlight_timeout_entries"> + <item>Domyślnie (1.6 sekundy)</item> + <item>0.5 sekundy</item> + <item>2 sekundy</item> + <item>5 sekund</item> + <item>10 sekund</item> + <item>15 sekund</item> + <item>30 sekund</item> + <item>Nigdy</item> + </string-array> + + <string-array name="hspa_entries"> + <item>Tylko UMTS</item> + <item>Tylko HSDPA</item> + <item>HSDPA + HSUPA</item> + </string-array> + + <string-array name="tvout_system_entries"> + <item>NTSC</item> + <item>PAL</item> + </string-array> +</resources> diff --git a/AriesParts/res/values-pl/strings.xml b/AriesParts/res/values-pl/strings.xml new file mode 100644 index 0000000..fa7cd58 --- /dev/null +++ b/AriesParts/res/values-pl/strings.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Zaawansowane ustawienia</string> + + <string name="category_screen_title">Ekran</string> + <string name="color_tuning_title_head">Kalibracja kolorów</string> + <string name="color_tuning_summary_head">Kalibruj kolory ekranu</string> + <string name="color_red_title">Czerwony</string> + <string name="color_green_title">Zielony</string> + <string name="color_blue_title">Niebieski</string> + <string name="color_red_gamma_title">Czerwony (gamma)</string> + <string name="color_green_gamma_title">Zielony (gamma)</string> + <string name="color_blue_gamma_title">Niebieski (gamma)</string> + <string name="mdnie_title_head">Tryb mDNIe</string> + <string name="mdnie_summary_head">Dostosuj końcowe przetwarzanie trybu mDNIe</string> + + <string name="category_touchkey_title">Przyciski dotykowe</string> + <string name="backlight_timeout_title_head">Opóźnienie podświetlenia</string> + <string name="backlight_timeout_summary_head">Dostosuj opóźnienie automatycznego wyłączenia podświetlenia przycisków dotykowych</string> + + <string name="category_radio_title">Radio</string> + <string name="hspa_title_head">HSPA</string> + <string name="hspa_summary_head">Aktywuj HSDPA/HSUPA</string> + + <string name="category_tvout_title">Wyjście TV</string> + <string name="tvout_enable_head">Wyjście TV</string> + <string name="tvout_enable_summary_nocable">Kabel nie jest podłączony do wyjścia TV</string> + <string name="tvout_enable_summary">Kabel podłączony do wyjścia TV. Zaznacz, aby aktywować</string> + <string name="tvout_enable_summary_on">Wyjście TV aktywowane</string> + <string name="tvout_system_head">System na wyjściu TV</string> + <string name="tvout_system_summary">Ustaw system na wyjściu TV</string> + + <string name="category_volume_boost_title">Regulatory głośności</string> + <string name="volume_boost_title_head">Głośność podczas rozmowy</string> + <string name="volume_boost_summary_head">Podbij głośność podczas rozmowy</string> + <string name="boost_rcv_title">Głośność słuchawek</string> + <string name="boost_bt_title">Głośność słuchawki Bluetooth</string> + <string name="boost_spk_title">Głośność zestawu głośnomówiącego</string> + <string name="boost_hp_title">Głośność słuchawek</string> + <string name="mic_rcv_title">Mikrofon słuchawek</string> + <string name="mic_spk_title">Mikrofon zestawu głośnomówiącego</string> + <string name="mic_hp_title">Mikrofon słuchawek</string> + <string name="mic_hp_no_mic_title">Słuchawki (bez mikrofonu)</string> + + <string name="category_dock_audio_title">Stacja dokująca</string> + <string name="cardock_audio_title_head">Samochodowa stacja dokująca</string> + <string name="cardock_audio_summary_on">Dźwięk w samochodowej stacji dokującej włączony</string> + <string name="cardock_audio_summary_off">Dźwięk w samochodowej stacji dokującej wyłączony</string> + <string name="deskdock_audio_title_head">Stacja dokująca</string> + <string name="deskdock_audio_summary_on">Dźwięk w stacji dokującej włączony</string> + <string name="deskdock_audio_summary_off">Dźwięk w stacji dokującej wyłączony</string> + + <string name="category_vibration_title">Wibracje</string> + <string name="vibration_title_head">Wibracje</string> + <string name="vibration_summary_head">Kontroluj intensywność wibracji</string> + <string name="vibration_title">Intensywność wibracji</string> + <string name="vibration_test_title">Testuj</string> + + <string name="button_reset_title">Resetuj</string> + + <string name="generic_warning_title">Uwaga</string> + + <string name="imei_not_sane_title">Uwaga!</string> + <string name="imei_not_sane_message">Został wykryty problem z Twoim urządzeniem. Numer IMEI Twojego urządzenia jest niepoprawny. Niepoprawny numer IMEI może spowodować problemy z siecią, w tym brak możliwości połączenia z numerami alarmowymi.</string> + <string name="imei_not_sane_ok">OK</string> +</resources> diff --git a/AriesParts/res/values-pt/arrays.xml b/AriesParts/res/values-pt/arrays.xml index 75233fa..46155f2 100644 --- a/AriesParts/res/values-pt/arrays.xml +++ b/AriesParts/res/values-pt/arrays.xml @@ -1,3 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="backlight_timeout_entries"> <item>Padrão (1.6 segundos)</item> @@ -42,4 +57,12 @@ <item>1</item> <item>2</item> </string-array> -</resources> + <string-array name="mdnie_entries"> + <item>Desativado</item> + <item>Modo IU</item> + <item>Modo Vídeo</item> + <item>Modo Vídeo Quente</item> + <item>Modo Vídeo Frio</item> + <item>Modo Câmera</item> + </string-array> +</resources>
\ No newline at end of file diff --git a/AriesParts/res/values-pt/strings.xml b/AriesParts/res/values-pt/strings.xml index 9209c42..3d1d799 100755..100644 --- a/AriesParts/res/values-pt/strings.xml +++ b/AriesParts/res/values-pt/strings.xml @@ -1,6 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Configurações do Galaxy S</string> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Configurações avançadas</string> <string name="category_screen_title">Tela</string> <string name="color_tuning_title_head">Ajuste de Cor</string> @@ -58,4 +72,5 @@ <string name="generic_warning_title">Aviso</string> <string name="imei_not_sane_title">Aviso!</string> <string name="imei_not_sane_message">Um problema foi detectado no seu dispositivo. O número IMEI do seu dispositivo é inválido. Um número de IMEI inválido pode causar problemas de rede incluindo a impossibilidade de realizar chamadas a números de emergências.</string> -</resources> + <string name="imei_not_sane_ok">OK</string> +</resources>
\ No newline at end of file diff --git a/AriesParts/res/values-ro/arrays.xml b/AriesParts/res/values-ro/arrays.xml index 045ac39..b8bcc6d 100644 --- a/AriesParts/res/values-ro/arrays.xml +++ b/AriesParts/res/values-ro/arrays.xml @@ -1,30 +1,44 @@ -<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string-array name="mdnie_entries">
- <item>Dezactivat</item>
- <item>Mod UI</item>
- <item>Mod Video</item>
- <item>Mod Video Cald</item>
- <item>Mod Video Rece</item>
- <item>Mod Cameră</item>
- </string-array>
- <string-array name="backlight_timeout_entries">
- <item>Prestabilit (1.6 s)</item>
- <item>0.5 s</item>
- <item>2 s</item>
- <item>5 s</item>
- <item>10 s</item>
- <item>15 s</item>
- <item>30 s</item>
- <item>Niciodată</item>
- </string-array>
- <string-array name="hspa_entries">
- <item>Doar UMTS</item>
- <item>Doar HSDPA</item>
- <item>HSDPA + HSUPA</item>
- </string-array>
- <string-array name="tvout_system_entries">
- <item>NTSC</item>
- <item>PAL</item>
- </string-array>
-</resources>
+<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_entries"> + <item>Dezactivat</item> + <item>Mod UI</item> + <item>Mod Video</item> + <item>Mod Video Cald</item> + <item>Mod Video Rece</item> + <item>Mod Cameră</item> + </string-array> + <string-array name="backlight_timeout_entries"> + <item>Prestabilit (1.6 s)</item> + <item>0.5 s</item> + <item>2 s</item> + <item>5 s</item> + <item>10 s</item> + <item>15 s</item> + <item>30 s</item> + <item>Niciodată</item> + </string-array> + <string-array name="hspa_entries"> + <item>Doar UMTS</item> + <item>Doar HSDPA</item> + <item>HSDPA + HSUPA</item> + </string-array> + <string-array name="tvout_system_entries"> + <item>NTSC</item> + <item>PAL</item> + </string-array> +</resources> diff --git a/AriesParts/res/values-ro/strings.xml b/AriesParts/res/values-ro/strings.xml index 95a12e6..5f11094 100644 --- a/AriesParts/res/values-ro/strings.xml +++ b/AriesParts/res/values-ro/strings.xml @@ -1,55 +1,69 @@ -<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="app_name">Setări Galaxy S</string>
- <string name="category_screen_title">Ecran</string>
- <string name="color_tuning_title_head">Reglaj Culori</string>
- <string name="color_tuning_summary_head">Calibraţi culorile ecranului</string>
- <string name="color_red_title">Roşu</string>
- <string name="color_green_title">Verde</string>
- <string name="color_blue_title">Albastru</string>
- <string name="color_red_gamma_title">Gamma Roşu</string>
- <string name="color_green_gamma_title">Gamma Verde</string>
- <string name="color_blue_gamma_title">Gamma Albastru</string>
- <string name="mdnie_title_head">Mod mDNIe</string>
- <string name="mdnie_summary_head">Reglaj post-procesare mDNIe</string>
- <string name="category_touchkey_title">Butoane Senzoriale</string>
- <string name="backlight_timeout_title_head">Iluminare de Fundal</string>
- <string name="backlight_timeout_summary_head">Ajustaţi durata iluminării de fundal</string>
- <string name="category_radio_title">Radio</string>
- <string name="hspa_title_head">HSPA</string>
- <string name="hspa_summary_head">Activaţi HSDPA/HSUPA</string>
- <string name="category_tvout_title">TV Out</string>
- <string name="tvout_enable_head">TV Out</string>
- <string name="tvout_enable_summary_nocable">Cablul TV Out nu este conectat</string>
- <string name="tvout_enable_summary">Cablul TV Out este conectat, selectaţi pentru activare</string>
- <string name="tvout_enable_summary_on">TV Out activat</string>
- <string name="tvout_system_head">Standard TV</string>
- <string name="tvout_system_summary">Setaţi standardul TV pentru TV Out</string>
- <string name="category_volume_boost_title">Control Volum</string>
- <string name="volume_boost_title_head">Control Volum Apel Intrare</string>
- <string name="volume_boost_summary_head">Setări volum amplificare apel intrare </string>
- <string name="boost_rcv_title">Volumul Receptorului</string>
- <string name="boost_bt_title">Volum Bluetooth</string>
- <string name="boost_spk_title">Volum Difuzor</string>
- <string name="boost_hp_title">Volumul Setului cu cască</string>
- <string name="mic_rcv_title">Microfon Receptor</string>
- <string name="mic_spk_title">Microfon Difuzor</string>
- <string name="mic_hp_title">Set cu cască Microfon</string>
- <string name="mic_hp_no_mic_title">Set cu cască (fără microfon) Microfon</string>
- <string name="cardock_audio_title_head">Car Dock</string>
- <string name="deskdock_audio_title_head">Desk Dock</string>
- <string name="category_dock_audio_title">Dock Audio</string>
- <string name="cardock_audio_summary_on">Audio pentru car dock activat</string>
- <string name="cardock_audio_summary_off">Audio pentru car dock dezactivat</string>
- <string name="deskdock_audio_summary_on">Audio pentru desk dock activat</string>
- <string name="deskdock_audio_summary_off">Audio pentru desk dock dezactivat</string>
- <string name="category_vibration_title">Vibrare</string>
- <string name="vibration_title_head">Vibrare</string>
- <string name="vibration_summary_head">Control intensitate vibraţii</string>
- <string name="vibration_title">Intesitate vibraţii</string>
- <string name="vibration_test_title">Testaţi</string>
- <string name="button_reset_title">Resetați</string>
- <string name="generic_warning_title">Avertisment</string>
- <string name="imei_not_sane_message">A fost detectată o problemă la dispozitivul dvs. IMEI-ul dispozitivului nu este valid. Un IMEI nevalid poate provoca probleme de reţea inclusiv incapacitatea de a apela nr. de urgenţă.</string>
- <string name="imei_not_sane_ok">OK</string>
-</resources>
+<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Setări Galaxy S</string> + <string name="category_screen_title">Ecran</string> + <string name="color_tuning_title_head">Reglaj Culori</string> + <string name="color_tuning_summary_head">Calibraţi culorile ecranului</string> + <string name="color_red_title">Roşu</string> + <string name="color_green_title">Verde</string> + <string name="color_blue_title">Albastru</string> + <string name="color_red_gamma_title">Gamma Roşu</string> + <string name="color_green_gamma_title">Gamma Verde</string> + <string name="color_blue_gamma_title">Gamma Albastru</string> + <string name="mdnie_title_head">Mod mDNIe</string> + <string name="mdnie_summary_head">Reglaj post-procesare mDNIe</string> + <string name="category_touchkey_title">Butoane Senzoriale</string> + <string name="backlight_timeout_title_head">Iluminare de Fundal</string> + <string name="backlight_timeout_summary_head">Ajustaţi durata iluminării de fundal</string> + <string name="category_radio_title">Radio</string> + <string name="hspa_title_head">HSPA</string> + <string name="hspa_summary_head">Activaţi HSDPA/HSUPA</string> + <string name="category_tvout_title">TV Out</string> + <string name="tvout_enable_head">TV Out</string> + <string name="tvout_enable_summary_nocable">Cablul TV Out nu este conectat</string> + <string name="tvout_enable_summary">Cablul TV Out este conectat, selectaţi pentru activare</string> + <string name="tvout_enable_summary_on">TV Out activat</string> + <string name="tvout_system_head">Standard TV</string> + <string name="tvout_system_summary">Setaţi standardul TV pentru TV Out</string> + <string name="category_volume_boost_title">Control Volum</string> + <string name="volume_boost_title_head">Control Volum Apel Intrare</string> + <string name="volume_boost_summary_head">Setări volum amplificare apel intrare </string> + <string name="boost_rcv_title">Volumul Receptorului</string> + <string name="boost_bt_title">Volum Bluetooth</string> + <string name="boost_spk_title">Volum Difuzor</string> + <string name="boost_hp_title">Volumul Setului cu cască</string> + <string name="mic_rcv_title">Microfon Receptor</string> + <string name="mic_spk_title">Microfon Difuzor</string> + <string name="mic_hp_title">Set cu cască Microfon</string> + <string name="mic_hp_no_mic_title">Set cu cască (fără microfon) Microfon</string> + <string name="cardock_audio_title_head">Car Dock</string> + <string name="deskdock_audio_title_head">Desk Dock</string> + <string name="category_dock_audio_title">Dock Audio</string> + <string name="cardock_audio_summary_on">Audio pentru car dock activat</string> + <string name="cardock_audio_summary_off">Audio pentru car dock dezactivat</string> + <string name="deskdock_audio_summary_on">Audio pentru desk dock activat</string> + <string name="deskdock_audio_summary_off">Audio pentru desk dock dezactivat</string> + <string name="category_vibration_title">Vibrare</string> + <string name="vibration_title_head">Vibrare</string> + <string name="vibration_summary_head">Control intensitate vibraţii</string> + <string name="vibration_title">Intesitate vibraţii</string> + <string name="vibration_test_title">Testaţi</string> + <string name="button_reset_title">Resetați</string> + <string name="generic_warning_title">Avertisment</string> + <string name="imei_not_sane_message">A fost detectată o problemă la dispozitivul dvs. IMEI-ul dispozitivului nu este valid. Un IMEI nevalid poate provoca probleme de reţea inclusiv incapacitatea de a apela nr. de urgenţă.</string> + <string name="imei_not_sane_ok">OK</string> +</resources> diff --git a/AriesParts/res/values-ru/arrays.xml b/AriesParts/res/values-ru/arrays.xml index 147fa0b..ddf5484 100644 --- a/AriesParts/res/values-ru/arrays.xml +++ b/AriesParts/res/values-ru/arrays.xml @@ -1,26 +1,40 @@ -<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string-array name="mdnie_entries">
- <item>Откл.</item>
- <item>Режим UI</item>
- <item>Режим Video</item>
- <item>Режим Video Warm</item>
- <item>Режим Video Cold</item>
- <item>Режим Camera</item>
- </string-array>
- <string-array name="backlight_timeout_entries">
- <item>По-умолч. (1.6 с)</item>
- <item>0.5 с</item>
- <item>2 с</item>
- <item>5 с</item>
- <item>10 с</item>
- <item>15 с</item>
- <item>30 с</item>
- <item>Никогда</item>
- </string-array>
- <string-array name="hspa_entries">
- <item>Только UMTS</item>
- <item>Только HSDPA</item>
- <item>HSDPA + HSUPA</item>
- </string-array>
-</resources>
+<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_entries"> + <item>Откл.</item> + <item>Режим UI</item> + <item>Режим Video</item> + <item>Режим Video Warm</item> + <item>Режим Video Cold</item> + <item>Режим Camera</item> + </string-array> + <string-array name="backlight_timeout_entries"> + <item>По-умолч. (1.6 с)</item> + <item>0.5 с</item> + <item>2 с</item> + <item>5 с</item> + <item>10 с</item> + <item>15 с</item> + <item>30 с</item> + <item>Никогда</item> + </string-array> + <string-array name="hspa_entries"> + <item>Только UMTS</item> + <item>Только HSDPA</item> + <item>HSDPA + HSUPA</item> + </string-array> +</resources> diff --git a/AriesParts/res/values-ru/strings.xml b/AriesParts/res/values-ru/strings.xml index 430dd03..81911eb 100644 --- a/AriesParts/res/values-ru/strings.xml +++ b/AriesParts/res/values-ru/strings.xml @@ -1,67 +1,78 @@ -<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="app_name">Настройки Galaxy S</string>
-
- <string name="category_screen_title">Экран</string>
- <string name="color_tuning_title_head">Настройки цвета</string>
- <string name="color_tuning_summary_head">Настройте экранные цвета</string>
- <string name="color_red_title">Красный</string>
- <string name="color_green_title">Зеленый</string>
- <string name="color_blue_title">Синий</string>
- <string name="color_red_gamma_title">Гамма красного</string>
- <string name="color_green_gamma_title">Гамма зеленого</string>
- <string name="color_blue_gamma_title">Гамма синего</string>
- <string name="mdnie_title_head">Режим mDNIe</string>
- <string name="mdnie_summary_head">Настройте пост-обработку mDNIe</string>
-
- <string name="category_touchkey_title">Сенсорные кнопки</string>
- <string name="backlight_timeout_title_head">Подсветка кнопок</string>
- <string name="backlight_timeout_summary_head">Настройте время подсветки сенсорных кнопок</string>
-
- <string name="category_radio_title">Модем</string>
- <string name="hspa_title_head">HSPA</string>
- <string name="hspa_summary_head">Вкл. HSDPA/HSUPA</string>
-
- <string name="category_tvout_title">ТВ выход</string>
- <string name="tvout_enable_head">ТВ выход</string>
- <string name="tvout_enable_summary_nocable">ТВ выход - кабель не подключен</string>
- <string name="tvout_enable_summary">ТВ выход - кабель подключен, нажмите для включения</string>
- <string name="tvout_enable_summary_on">ТВ выход включен</string>
- <string name="tvout_system_head">Система ТВ</string>
- <string name="tvout_system_summary">Установите систему вещания</string>
-
- <string name="category_volume_boost_title">Регулировка громкости</string>
- <string name="volume_boost_title_head">Регулировка громкости разговора</string>
- <string name="volume_boost_summary_head">Увеличение громкости в телефонных разговорах</string>
- <string name="boost_rcv_title">Громкость динамика</string>
- <string name="boost_bt_title">Громоксть Bluetooth</string>
- <string name="boost_spk_title">Громкость спикера</string>
- <string name="boost_hp_title">Громкость гарнитуры</string>
- <string name="mic_rcv_title">Микрофон</string>
- <string name="mic_spk_title">Микрофон спикера</string>
- <string name="mic_hp_title">Микрофон гарнитуры</string>
- <string name="mic_hp_no_mic_title">Микрофон гарнитуры (без микрофона)</string>
-
- <string name="category_dock_audio_title">Аудио док-станция</string>
- <string name="cardock_audio_title_head">Автомобильная док-станция</string>
- <string name="cardock_audio_summary_on">Автомоб. док-станция подключена</string>
- <string name="cardock_audio_summary_off">Автомоб. док-станция отключена</string>
- <string name="deskdock_audio_title_head">Настольная док-станция</string>
- <string name="deskdock_audio_summary_on">Настольная док-станция подключена</string>
- <string name="deskdock_audio_summary_off">Настольная док-станция отключена</string>
-
- <string name="category_vibration_title">Вибрация</string>
- <string name="vibration_title_head">Интенсивность</string>
- <string name="vibration_summary_head">Настройка интенсивности вибрации</string>
- <string name="vibration_title">Интенсивность вибрации</string>
- <string name="vibration_test_title">Тест</string>
-
- <!-- Used for activity title. Usually not visible, except on the
- multi-task screen -->
- <string name="generic_warning_title">Внимание</string>
-
- <!-- Invalid IMEI -->
- <string name="imei_not_sane_title">Внимание!</string>
- <string name="imei_not_sane_message">Обнаружена проблема! IMEI номер не действителен. Такой IMEI номер может привести к сбоям в работе с оператором, в частности, будет невозможен вызов служб экстренной помощи.</string>
- <string name="imei_not_sane_ok">OK</string>
-</resources>
+<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Настройки Galaxy S</string> + + <string name="category_screen_title">Экран</string> + <string name="color_tuning_title_head">Настройки цвета</string> + <string name="color_tuning_summary_head">Настройте экранные цвета</string> + <string name="color_red_title">Красный</string> + <string name="color_green_title">Зеленый</string> + <string name="color_blue_title">Синий</string> + <string name="color_red_gamma_title">Гамма красного</string> + <string name="color_green_gamma_title">Гамма зеленого</string> + <string name="color_blue_gamma_title">Гамма синего</string> + <string name="mdnie_title_head">Режим mDNIe</string> + <string name="mdnie_summary_head">Настройте пост-обработку mDNIe</string> + + <string name="category_touchkey_title">Сенсорные кнопки</string> + <string name="backlight_timeout_title_head">Подсветка кнопок</string> + <string name="backlight_timeout_summary_head">Настройте время подсветки сенсорных кнопок</string> + + <string name="category_radio_title">Модем</string> + <string name="hspa_title_head">HSPA</string> + <string name="hspa_summary_head">Вкл. HSDPA/HSUPA</string> + + <string name="category_tvout_title">ТВ выход</string> + <string name="tvout_enable_head">ТВ выход</string> + <string name="tvout_enable_summary_nocable">ТВ выход - кабель не подключен</string> + <string name="tvout_enable_summary">ТВ выход - кабель подключен, нажмите для включения</string> + <string name="tvout_enable_summary_on">ТВ выход включен</string> + <string name="tvout_system_head">Система ТВ</string> + <string name="tvout_system_summary">Установите систему вещания</string> + + <string name="category_volume_boost_title">Регулировка громкости</string> + <string name="volume_boost_title_head">Регулировка громкости разговора</string> + <string name="volume_boost_summary_head">Увеличение громкости в телефонных разговорах</string> + <string name="boost_rcv_title">Громкость динамика</string> + <string name="boost_bt_title">Громоксть Bluetooth</string> + <string name="boost_spk_title">Громкость спикера</string> + <string name="boost_hp_title">Громкость гарнитуры</string> + <string name="mic_rcv_title">Микрофон</string> + <string name="mic_spk_title">Микрофон спикера</string> + <string name="mic_hp_title">Микрофон гарнитуры</string> + <string name="mic_hp_no_mic_title">Микрофон гарнитуры (без микрофона)</string> + + <string name="category_dock_audio_title">Аудио док-станция</string> + <string name="cardock_audio_title_head">Автомобильная док-станция</string> + <string name="cardock_audio_summary_on">Автомоб. док-станция подключена</string> + <string name="cardock_audio_summary_off">Автомоб. док-станция отключена</string> + <string name="deskdock_audio_title_head">Настольная док-станция</string> + <string name="deskdock_audio_summary_on">Настольная док-станция подключена</string> + <string name="deskdock_audio_summary_off">Настольная док-станция отключена</string> + + <string name="category_vibration_title">Вибрация</string> + <string name="vibration_title_head">Интенсивность</string> + <string name="vibration_summary_head">Настройка интенсивности вибрации</string> + <string name="vibration_title">Интенсивность вибрации</string> + <string name="vibration_test_title">Тест</string> + + <string name="generic_warning_title">Внимание</string> + + <string name="imei_not_sane_title">Внимание!</string> + <string name="imei_not_sane_message">Обнаружена проблема! IMEI номер не действителен. Такой IMEI номер может привести к сбоям в работе с оператором, в частности, будет невозможен вызов служб экстренной помощи.</string> + <string name="imei_not_sane_ok">OK</string> +</resources> diff --git a/AriesParts/res/values-zh-rCN/arrays.xml b/AriesParts/res/values-zh-rCN/arrays.xml new file mode 100644 index 0000000..a07abe1 --- /dev/null +++ b/AriesParts/res/values-zh-rCN/arrays.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string-array name="mdnie_entries"> + <item>已禁用</item> + <item>UI 模式</item> + <item>影像模式</item> + <item>影像模式 (温)</item> + <item>影像模式 (冷)</item> + <item>相机模式</item> + </string-array> + <string-array name="backlight_timeout_entries"> + <item>默认 (1.6 秒)</item> + <item>0.5 秒</item> + <item>2 秒</item> + <item>5 秒</item> + <item>10 秒</item> + <item>15 秒</item> + <item>30 秒</item> + <item>永不</item> + </string-array> + <string-array name="hspa_entries"> + <item>仅使用 UMTS</item> + <item>仅使用 HSDPA</item> + <item>使用 HSDPA + HSUPA</item> + </string-array> + <string-array name="tvout_system_entries"> + <item>NTSC</item> + <item>PAL</item> + </string-array> +</resources> diff --git a/AriesParts/res/values-zh-rCN/strings.xml b/AriesParts/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..2b26f83 --- /dev/null +++ b/AriesParts/res/values-zh-rCN/strings.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">高级设置</string> + + <string name="category_screen_title">屏幕</string> + <string name="color_tuning_title_head">颜色调整</string> + <string name="color_tuning_summary_head">校准屏幕颜色</string> + <string name="color_red_title">红</string> + <string name="color_green_title">绿</string> + <string name="color_blue_title">蓝</string> + <string name="color_red_gamma_title">红伽玛</string> + <string name="color_green_gamma_title">绿伽玛</string> + <string name="color_blue_gamma_title">蓝伽玛</string> + <string name="mdnie_title_head">mDNIe 模式</string> + <string name="mdnie_summary_head">调整 mDNIe 显示后期处理</string> + + <string name="category_touchkey_title">触摸键</string> + <string name="backlight_timeout_title_head">背光灯超时</string> + <string name="backlight_timeout_summary_head">调整关闭触摸键背光灯的延迟</string> + + <string name="category_radio_title">无线电</string> + <string name="hspa_title_head">HSPA</string> + <string name="hspa_summary_head">启用 HSDPA/HSUPA</string> + + <string name="category_tvout_title">电视输出</string> + <string name="tvout_enable_head">电视输出</string> + <string name="tvout_enable_summary_nocable">电视输出线未连接</string> + <string name="tvout_enable_summary">电视输出线已连接,点击以启用</string> + <string name="tvout_enable_summary_on">电视输出已启用</string> + <string name="tvout_system_head">电视制式</string> + <string name="tvout_system_summary">设定电视输出使用的制式</string> + + <string name="category_volume_boost_title">音量控制</string> + <string name="volume_boost_title_head">通话音量控制</string> + <string name="volume_boost_summary_head">增强通话音量设置</string> + <string name="boost_rcv_title">听筒音量</string> + <string name="boost_bt_title">蓝牙音量</string> + <string name="boost_spk_title">扬声器音量</string> + <string name="boost_hp_title">耳机音量</string> + <string name="mic_rcv_title">听筒麦克风</string> + <string name="mic_spk_title">扬声器麦克风</string> + <string name="mic_hp_title">耳机麦克风</string> + <string name="mic_hp_no_mic_title">耳机 (无麦克风) 麦克风</string> + + <string name="category_dock_audio_title">基座音频</string> + <string name="cardock_audio_title_head">车载基座</string> + <string name="cardock_audio_summary_on">车载基座音频已启用</string> + <string name="cardock_audio_summary_off">车载基座音频已禁用</string> + <string name="deskdock_audio_title_head">台式基座</string> + <string name="deskdock_audio_summary_on">台式基座音频已启用</string> + <string name="deskdock_audio_summary_off">台式基座音频已禁用</string> + + <string name="category_vibration_title">振动</string> + <string name="vibration_title_head">振动</string> + <string name="vibration_summary_head">控制振动强度</string> + <string name="vibration_title">振动强度</string> + <string name="vibration_test_title">测试</string> + + <string name="button_reset_title">重置</string> + + <string name="generic_warning_title">警告</string> + + <string name="imei_not_sane_title">警告!</string> + <string name="imei_not_sane_message">在您的设备上发现了一个问题。您设备的 IMEI 号码是无效的。无效的 IMEI 号码可能会导致网络问题,包括无法拔打紧急呼叫电话。</string> + <string name="imei_not_sane_ok">确定</string> +</resources> diff --git a/AriesParts/res/values-zh-rTW/arrays.xml b/AriesParts/res/values-zh-rTW/arrays.xml index da23e46..6ac7338 100644 --- a/AriesParts/res/values-zh-rTW/arrays.xml +++ b/AriesParts/res/values-zh-rTW/arrays.xml @@ -1,3 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="backlight_timeout_entries"> <item>預設(1.6秒)</item> @@ -10,13 +25,9 @@ <item>永不</item> </string-array> - <!-- skipping untranslatable /resources:0/string-array:name=backlight_timeout_entries_values --> - <string-array name="hspa_entries"> <item>僅 UMTS</item> <item>僅 HSDPA</item> <item>HSDPA+HSUPA</item> </string-array> - - <!-- skipping untranslatable /resources:0/string-array:name=hspa_entries_values --> </resources> diff --git a/AriesParts/res/values-zh-rTW/strings.xml b/AriesParts/res/values-zh-rTW/strings.xml index 5644eaa..02c3978 100644 --- a/AriesParts/res/values-zh-rTW/strings.xml +++ b/AriesParts/res/values-zh-rTW/strings.xml @@ -1,6 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Galaxy S 設定</string> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">高級設定</string> <string name="category_screen_title">螢幕</string> <string name="color_tuning_title_head">色彩調整</string> diff --git a/AriesParts/res/values/arrays.xml b/AriesParts/res/values/arrays.xml index a0abb5b..52b864f 100644 --- a/AriesParts/res/values/arrays.xml +++ b/AriesParts/res/values/arrays.xml @@ -1,3 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_entries"> <item>Disabled</item> diff --git a/AriesParts/res/values/strings.xml b/AriesParts/res/values/strings.xml index 266772c..bb92398 100644 --- a/AriesParts/res/values/strings.xml +++ b/AriesParts/res/values/strings.xml @@ -1,5 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<!-- Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Advanced settings</string> <string name="category_screen_title">Screen</string> @@ -66,5 +80,4 @@ <string name="imei_not_sane_title">Warning!</string> <string name="imei_not_sane_message">A problem was detected with your device. Your device IMEI number is invalid. An invalid IMEI number could cause network issues including the inability to call emergency numbers.</string> <string name="imei_not_sane_ok">OK</string> - </resources> diff --git a/liblight/Android.mk b/liblight/Android.mk index 9933c34..8c4ae27 100644 --- a/liblight/Android.mk +++ b/liblight/Android.mk @@ -28,5 +28,9 @@ LOCAL_MODULE := lights.aries LOCAL_MODULE_TAGS := optional +ifdef BOARD_BUTTON_LIGHTS_PATH + LOCAL_CFLAGS += -DBUTTONS_FILE=\"$(BOARD_BUTTON_LIGHTS_PATH)\" +endif + include $(BUILD_SHARED_LIBRARY) diff --git a/liblight/lights.c b/liblight/lights.c index 86feb9d..47bd5ce 100644 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -98,6 +98,24 @@ static int set_light_backlight(struct light_device_t *dev, return err; } +#ifdef BUTTONS_FILE +static int set_light_buttons(struct light_device_t *dev, + struct light_state_t const *state) +{ + int touch_led_control = !!(state->color & 0x00ffffff); + int res; + + ALOGD("set_light_buttons: color=%#010x, tlc=%u.", state->color, + touch_led_control); + + pthread_mutex_lock(&g_lock); + res = write_int(BUTTONS_FILE, touch_led_control); + pthread_mutex_unlock(&g_lock); + + return res; +} +#endif + static int close_lights(struct light_device_t *dev) { ALOGV("close_light is called"); @@ -119,6 +137,10 @@ static int open_lights(const struct hw_module_t *module, char const *name, set_light = set_light_backlight; else if (0 == strcmp(LIGHT_ID_NOTIFICATIONS, name)) set_light = set_light_notifications; +#ifdef BUTTONS_FILE + else if (0 == strcmp(LIGHT_ID_BUTTONS, name)) + set_light = set_light_buttons; +#endif else return -EINVAL; |