diff options
Diffstat (limited to 'GNexusParts/res')
-rw-r--r-- | GNexusParts/res/values-cs/arrays.xml | 22 | ||||
-rw-r--r-- | GNexusParts/res/values-cs/strings.xml | 46 |
2 files changed, 68 insertions, 0 deletions
diff --git a/GNexusParts/res/values-cs/arrays.xml b/GNexusParts/res/values-cs/arrays.xml new file mode 100644 index 0000000..90cc703 --- /dev/null +++ b/GNexusParts/res/values-cs/arrays.xml @@ -0,0 +1,22 @@ +<?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="gpu_overclock_entries"> + <item>307,2 MHz (výchozí)</item> + <item>384,0 MHz</item> + <item>512,0 MHz</item> + </string-array> +</resources> diff --git a/GNexusParts/res/values-cs/strings.xml b/GNexusParts/res/values-cs/strings.xml new file mode 100644 index 0000000..ddc4d21 --- /dev/null +++ b/GNexusParts/res/values-cs/strings.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Pokročilé nastavení</string> + + <string name="category_display_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="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="gamma1_title">Výchozí</string> + <string name="gamma2_title">CM</string> + <string name="gamma3_title">Přirozené</string> + <string name="color1_title">Výchozí</string> + <string name="color2_title">CM</string> + <string name="color3_title">Přirozené</string> + <string name="color_warning">Hodnoty větší než 200 nejsou doporučeny</string> + <string name="gamma_dss_title">Nastavení DSS gamutu</string> + + <string name="vibrator_tuning_title_head">Ladění vibrování</string> + <string name="vibrator_tuning_summary_head">Změna výchozí intenzity vibrací</string> + + <string name="vibrator_title">Vibrace %</string> + <string name="vibrator_default_title">Výchozí</string> + + <string name="preset1_default_title">Výchozí</string> + <string name="preset2_default_title">Maximální</string> + <string name="preset3_default_title">Opravdové</string> + <string name="preset4_default_title">Teplé</string> + <string name="preset5_default_title">Temné studené</string> + <string name="preset6_default_title">Přirozené</string> + <string name="credits_presets">Tvůrci: ale.landra91, cpaixao, provolinoo</string> + + <string name="category_touchkey_title">Dotyková tlačítka</string> + <string name="touchkey_notification_title_head">Upozornění podsvícením</string> + <string name="touchkey_notification_summary_head">Podsvícení dotykových tlačítek slouží jako upozornění</string> + + <string name="category_radio_title">Rádio</string> + <string name="hspa_summary_head">Povolit HSDPA/HSUPA</string> + + <string name="gpu_overclock_title">Kmitočet</string> +</resources> |