summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorOndrej Zima <keltuv.email@gmail.com>2014-01-25 19:56:56 +0100
committerEddy Witkamp <eddywitkamp@gmail.com>2014-01-28 21:15:02 +0100
commitb1dfec3ea0a05803b123c68e93c1843faf7972e4 (patch)
tree8158a482847842069f01aae61a55fcc68dc2cadb /res
parente86f3cb065b3901133b7fa05a9e847456f9d0939 (diff)
downloadandroid_packages_apps_Trebuchet-b1dfec3ea0a05803b123c68e93c1843faf7972e4.tar.gz
android_packages_apps_Trebuchet-b1dfec3ea0a05803b123c68e93c1843faf7972e4.tar.bz2
android_packages_apps_Trebuchet-b1dfec3ea0a05803b123c68e93c1843faf7972e4.zip
Trebuchet: CS translation
- added header to original CM XML files - added Czech translation - added some more transaltable=false Change-Id: I116b9993657ab417aa3b4054f893cd323e97a3cf
Diffstat (limited to 'res')
-rw-r--r--res/values-cs/cm_arrays.xml40
-rw-r--r--res/values-cs/cm_strings.xml51
-rw-r--r--res/values/cm_arrays.xml21
-rw-r--r--res/values/cm_strings.xml19
4 files changed, 126 insertions, 5 deletions
diff --git a/res/values-cs/cm_arrays.xml b/res/values-cs/cm_arrays.xml
new file mode 100644
index 000000000..c65c529e0
--- /dev/null
+++ b/res/values-cs/cm_arrays.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 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-array name="preferences_interface_general_icons_text_font_family_entries">
+ <item>Obyčejné</item>
+ <item>Slabé</item>
+ <item>Zůžené</item>
+ </string-array>
+
+ <string-array name="transition_effect_entries">
+ <item>Žádný</item>
+ <item>Přiblížení</item>
+ <item>Oddálení</item>
+ <item>Rotace nahoru</item>
+ <item>Rotace dolu</item>
+ <item>Uvnitř krychle</item>
+ <item>Vně krychle</item>
+ <item>Vrstvy</item>
+ <item>Harmonika</item>
+ <item>Překlopení</item>
+ <item>Uvnitř válce</item>
+ <item>Vně válce</item>
+ <item>Kolotoč</item>
+ <item>Přehled</item>
+ </string-array>
+</resources> \ No newline at end of file
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
new file mode 100644
index 000000000..18b83e09e
--- /dev/null
+++ b/res/values-cs/cm_strings.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 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="sort_button_text">Třídit</string>
+ <string name="filter_button_text">Filtr</string>
+ <string name="default_screen_button_text">Výchozí plocha</string>
+ <string name="transition_effect_button_text">Efekt přechodu</string>
+
+ <string name="sort_mode_title">Název</string>
+ <string name="sort_mode_launch_count">Počet spuštění</string>
+ <string name="sort_mode_install_time">Čas instalace</string>
+
+ <string name="scrolling_page_outlines">Ohraničení stránek</string>
+ <string name="scrolling_fade_adjacent">Prolínat hrany ploch</string>
+
+ <string name="wallpaper_scroll">Posouvání tapety</string>
+
+ <string name="preferences_title">Nastavení</string>
+ <string name="preferences_interface_title">Rozhraní</string>
+ <string name="preferences_application_title">Aplikace</string>
+
+ <string name="preferences_interface_homescreen_title">Domovská plocha</string>
+ <string name="preferences_interface_homescreen_summary">Plochy a tapety</string>
+ <string name="preferences_interface_homescreen_search_title">Vyhledávací lišta</string>
+ <string name="preferences_interface_homescreen_search_summary">Trvale zobrazit lištu vyhledávání vždy u horní hrany plochy</string>
+
+ <string name="preferences_interface_drawer_title">Aplikační složka</string>
+
+ <string name="preferences_interface_dock_title">Dok</string>
+
+ <string name="preferences_interface_general_title">Obecné</string>
+ <string name="preferences_interface_general_icons_category">Ikony</string>
+ <string name="preferences_interface_general_icons_large_title">Větší ikony</string>
+ <string name="preferences_interface_general_icons_large_summary">Použít větší ikony aplikací na plochách a aplikační složce</string>
+ <string name="preferences_interface_general_icons_text_style_title">Vzhled písma</string>
+ <string name="preferences_interface_general_icons_text_style_summary">Vzhled a varianta pro popis ikon</string>
+</resources>
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 5d614ab2d..502b7a65c 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -1,11 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 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-array name="preferences_interface_general_icons_text_font_family_entries">
<item>Regular</item>
<item>Light</item>
<item>Condensed</item>
</string-array>
- <string-array name="preferences_interface_general_icons_text_font_family_values">
+ <string-array name="preferences_interface_general_icons_text_font_family_values" translatable="false">
<item>sans-serif</item>
<item>sans-serif-light</item>
<item>sans-serif-condensed</item>
@@ -27,7 +42,7 @@
<item>Carousel</item>
<item>Overview</item>
</string-array>
- <string-array name="transition_effect_values">
+ <string-array name="transition_effect_values" translatable="false">
<item>none</item>
<item>zoom-in</item>
<item>zoom-out</item>
@@ -43,4 +58,4 @@
<item>carousel</item>
<item>overview</item>
</string-array>
-</resources> \ No newline at end of file
+</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index f8583867a..9d36461a1 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1,9 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 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>
<!-- Application name -->
- <string name="cm_application_name">Trebuchet</string>
+ <string name="cm_application_name" translatable="false">Trebuchet</string>
<!-- App copyright -->
- <string name="application_copyright">Copyright \u00A9 2014 The CyanogenMod Project</string>
+ <string name="application_copyright" translatable="false">Copyright \u00A9 2014 The CyanogenMod Project</string>
<!-- App version -->
<string name="application_version" translatable="false">1.0</string>