diff options
25 files changed, 446 insertions, 0 deletions
diff --git a/CrespoParts/res/values-cs/arrays.xml b/CrespoParts/res/values-cs/arrays.xml new file mode 100644 index 0000000..43d5503 --- /dev/null +++ b/CrespoParts/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="backlight_timeout_entries"> +        <item>2 sekundy</item> +        <item>Výchozí (5 sekund)</item> +        <item>10 sekund</item> +        <item>15 sekund</item> +        <item>20 sekund</item> +        <item>30 sekund</item> +        <item>Nikdy</item> +    </string-array> + +    <string-array name="blink_timeout_entries"> +        <item>1 minuta</item> +        <item>2 minuty</item> +        <item>Výchozí (5 minut)</item> +        <item>10 minut</item> +        <item>15 minut</item> +        <item>30 minut</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/CrespoParts/res/values-cs/strings.xml b/CrespoParts/res/values-cs/strings.xml new file mode 100644 index 0000000..8494324 --- /dev/null +++ b/CrespoParts/res/values-cs/strings.xml @@ -0,0 +1,72 @@ +<?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:android="http://schemas.android.com/apk/res/android" +           xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> +    <string name="app_name">Pokročilé nastavení</string> + +    <string name="general_title">Obecné</string> +    <string name="display_title">Displej</string> +    <string name="sound_title">Zvuk</string> + +    <string name="category_cpu_title">CPU</string> +    <string name="cpu_deepidle_title_head">Deep idle</string> +    <string name="cpu_deepidle_summary_head">Povolit deep idle</string> +    <string name="category_screen_title">Nastavení WM8994 (Voodoo)</string> +    <string name="color_tuning_title_head">Ladění barevných násobitelů</string> +    <string name="color_tuning_summary_head">Kalibrace barevných násobitelů</string> +    <string name="gamma_tuning_title_head">Ladění barevného gamutu</string> +    <string name="gamma_tuning_summary_head">Kalibrace korekce barevného gamutu</string> +    <string name="color_hack_presets_title_head">Barevná předvolba</string> +    <string name="color_hack_presets_summary_head">Předvolby pro úpravy barevného gamutu a násobitelů</string> +    <string name="color_red_title">Červená</string> +    <string name="color_green_title">Zelená</string> +    <string name="color_blue_title">Modra</string> +    <string name="gamma_default_title">Výchozí</string> +    <string name="gamma_CM_title">CM</string> +    <string name="gamma_bright_title">Světlé</string> +    <string name="color_default_title">Výchozí</string> +    <string name="color_CM_title">CM</string> +    <string name="color_dark_title">Tmavé</string> +    <string name="bld_title">BLD</string> +    <string name="bld_tuning_title_head">Ladění BLD</string> +    <string name="bld_tuning_summary_head">Nastavení trvání podsvícení klávesy po dotyku (0 znamená žádné BLD)</string> + +    <string name="preset1_default_title">Výchozí</string> +    <string name="preset2_default_title">Naturální</string> +    <string name="preset3_default_title">Temná modř</string> +    <string name="preset4_default_title">Teplá</string> +    <string name="preset5_default_title">Temná chladná</string> +    <string name="preset6_default_title">Cross proc.</string> +    <string name="credits_presets">Titulky: ale.landra91 cpaixao provolinoo</string> + +    <string name="category_touchkey_title">Dotykové klávesy</string> +    <string name="touchkey_notification_title_head">Upozornění podsvícením</string> +    <string name="touchkey_notification_summary_head">Podsvícení dotykových kláves slouží jako upozornění</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="label_deepidle_stats">Statisktika nečinnosti</string> +    <string name="label_state">Stav</string> +    <string name="label_time">Čas (ms)</string> +    <string name="label_average">Prům. (ms)</string> +    <string name="label_reset">Obnovit</string> +    <string name="label_close">Zavřít</string> +    <string name="label_idle1">Idle</string> +    <string name="label_idle2">Deep idle (TOP=ON)</string> +    <string name="label_idle3">Deep idle (TOP=OFF)</string> +</resources> diff --git a/CrespoParts/res/values-da/strings.xml b/CrespoParts/res/values-da/strings.xml index b1c912e..e67a21f 100644 --- a/CrespoParts/res/values-da/strings.xml +++ b/CrespoParts/res/values-da/strings.xml @@ -1,4 +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>      <string name="app_name">Nexus S Indstillinger</string> diff --git a/CrespoParts/res/values-de/arrays.xml b/CrespoParts/res/values-de/arrays.xml index 1829723..19064f3 100644 --- a/CrespoParts/res/values-de/arrays.xml +++ b/CrespoParts/res/values-de/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>2 Sekunden</item> diff --git a/CrespoParts/res/values-de/strings.xml b/CrespoParts/res/values-de/strings.xml index a80df9a..82c821d 100644 --- a/CrespoParts/res/values-de/strings.xml +++ b/CrespoParts/res/values-de/strings.xml @@ -1,4 +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>      <string name="app_name">Nexus S-Einstellungen</string> diff --git a/CrespoParts/res/values-el/arrays.xml b/CrespoParts/res/values-el/arrays.xml index f548823..a28e9c3 100644 --- a/CrespoParts/res/values-el/arrays.xml +++ b/CrespoParts/res/values-el/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>2 δευτερόλεπτα</item> diff --git a/CrespoParts/res/values-el/strings.xml b/CrespoParts/res/values-el/strings.xml index aaaaac3..78c0f90 100644 --- a/CrespoParts/res/values-el/strings.xml +++ b/CrespoParts/res/values-el/strings.xml @@ -1,4 +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>      <string name="app_name">Ρυθμίσεις Nexus S</string> diff --git a/CrespoParts/res/values-es/arrays.xml b/CrespoParts/res/values-es/arrays.xml index 2a9de03..9de8358 100644 --- a/CrespoParts/res/values-es/arrays.xml +++ b/CrespoParts/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="backlight_timeout_entries">          <item>2 segundos</item> diff --git a/CrespoParts/res/values-es/strings.xml b/CrespoParts/res/values-es/strings.xml index fd0c1bd..4f33242 100644 --- a/CrespoParts/res/values-es/strings.xml +++ b/CrespoParts/res/values-es/strings.xml @@ -1,4 +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>      <string name="app_name">Ajustes avanzados</string>      <string name="general_title">General</string> diff --git a/CrespoParts/res/values-it/arrays.xml b/CrespoParts/res/values-it/arrays.xml index f377f3e..498b939 100644 --- a/CrespoParts/res/values-it/arrays.xml +++ b/CrespoParts/res/values-it/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>2 secondi</item> diff --git a/CrespoParts/res/values-it/strings.xml b/CrespoParts/res/values-it/strings.xml index 78305f4..9585d6b 100644 --- a/CrespoParts/res/values-it/strings.xml +++ b/CrespoParts/res/values-it/strings.xml @@ -1,4 +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>      <string name="app_name">Impostazioni Nexus S</string>      <string name="general_title">Generale</string> diff --git a/CrespoParts/res/values-ja/arrays.xml b/CrespoParts/res/values-ja/arrays.xml index 7b6f3e3..0a143bf 100644 --- a/CrespoParts/res/values-ja/arrays.xml +++ b/CrespoParts/res/values-ja/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>2 秒</item> diff --git a/CrespoParts/res/values-ja/strings.xml b/CrespoParts/res/values-ja/strings.xml index be16488..57c5c9e 100644 --- a/CrespoParts/res/values-ja/strings.xml +++ b/CrespoParts/res/values-ja/strings.xml @@ -1,4 +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>      <string name="app_name">Nexus S 設定</string> diff --git a/CrespoParts/res/values-ko/arrays.xml b/CrespoParts/res/values-ko/arrays.xml index d28384e..1f43a6f 100644 --- a/CrespoParts/res/values-ko/arrays.xml +++ b/CrespoParts/res/values-ko/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>2 초</item> diff --git a/CrespoParts/res/values-ko/strings.xml b/CrespoParts/res/values-ko/strings.xml index b2e9c3b..e81b99a 100644 --- a/CrespoParts/res/values-ko/strings.xml +++ b/CrespoParts/res/values-ko/strings.xml @@ -1,4 +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>      <string name="app_name">넥서스 S 설정</string> diff --git a/CrespoParts/res/values-nl/strings.xml b/CrespoParts/res/values-nl/strings.xml index 69396f1..1c8bcb3 100644 --- a/CrespoParts/res/values-nl/strings.xml +++ b/CrespoParts/res/values-nl/strings.xml @@ -1,4 +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>      <string name="app_name">Nexus S-instellingen</string> diff --git a/CrespoParts/res/values-pt-rBR/arrays.xml b/CrespoParts/res/values-pt-rBR/arrays.xml index e7c3fe6..f75f892 100644 --- a/CrespoParts/res/values-pt-rBR/arrays.xml +++ b/CrespoParts/res/values-pt-rBR/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>2 segundos</item>
 diff --git a/CrespoParts/res/values-pt-rBR/strings.xml b/CrespoParts/res/values-pt-rBR/strings.xml index 1ec8815..c41b66d 100644 --- a/CrespoParts/res/values-pt-rBR/strings.xml +++ b/CrespoParts/res/values-pt-rBR/strings.xml @@ -1,4 +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>      <string name="app_name">Configurações avançadas</string>      <string name="general_title">Geral</string> diff --git a/CrespoParts/res/values-pt-rPT/arrays.xml b/CrespoParts/res/values-pt-rPT/arrays.xml index 790c219..a438aff 100644 --- a/CrespoParts/res/values-pt-rPT/arrays.xml +++ b/CrespoParts/res/values-pt-rPT/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>2 segundo</item> diff --git a/CrespoParts/res/values-pt-rPT/strings.xml b/CrespoParts/res/values-pt-rPT/strings.xml index 2876eaa..ed46251 100644 --- a/CrespoParts/res/values-pt-rPT/strings.xml +++ b/CrespoParts/res/values-pt-rPT/strings.xml @@ -1,4 +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>      <string name="app_name">Definições Nexus S</string> diff --git a/CrespoParts/res/values-ru/arrays.xml b/CrespoParts/res/values-ru/arrays.xml index aa58f8b..38313fb 100644 --- a/CrespoParts/res/values-ru/arrays.xml +++ b/CrespoParts/res/values-ru/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>2 секунды</item> diff --git a/CrespoParts/res/values-ru/strings.xml b/CrespoParts/res/values-ru/strings.xml index 5536484..8cb3a84 100644 --- a/CrespoParts/res/values-ru/strings.xml +++ b/CrespoParts/res/values-ru/strings.xml @@ -1,4 +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>      <string name="app_name">Настройки Nexus S</string> diff --git a/CrespoParts/res/values-tr/strings.xml b/CrespoParts/res/values-tr/strings.xml index 250b825..959b359 100644 --- a/CrespoParts/res/values-tr/strings.xml +++ b/CrespoParts/res/values-tr/strings.xml @@ -1,4 +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>      <string name="app_name">Nexus S ayarları</string> diff --git a/CrespoParts/res/values/arrays.xml b/CrespoParts/res/values/arrays.xml index 874c983..2bc662e 100644 --- a/CrespoParts/res/values/arrays.xml +++ b/CrespoParts/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="backlight_timeout_entries">          <item>2 seconds</item> diff --git a/CrespoParts/res/values/strings.xml b/CrespoParts/res/values/strings.xml index 9b5d921..29f0b9d 100644 --- a/CrespoParts/res/values/strings.xml +++ b/CrespoParts/res/values/strings.xml @@ -1,4 +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>      <string name="app_name">Advanced settings</string>  | 
