summaryrefslogtreecommitdiffstats
path: root/res/values-cs
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-cs')
-rw-r--r--res/values-cs/cm_plurals.xml24
-rw-r--r--res/values-cs/cm_strings.xml11
2 files changed, 35 insertions, 0 deletions
diff --git a/res/values-cs/cm_plurals.xml b/res/values-cs/cm_plurals.xml
new file mode 100644
index 00000000..2ad43c67
--- /dev/null
+++ b/res/values-cs/cm_plurals.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <plurals name="events_selected">
+ <item quantity="one">%1$d vybrána</item>
+ <item quantity="few">%1$d vybrány</item>
+ <item quantity="other">%1$d vybraných</item>
+ </plurals>
+</resources>
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
index f3e84dda..f71c0392 100644
--- a/res/values-cs/cm_strings.xml
+++ b/res/values-cs/cm_strings.xml
@@ -24,4 +24,15 @@
<string name="preferences_default_snooze_delay_dialog">Výchozí délka odložení</string>
<string name="default_start_title">Výchozí zobrazení</string>
<string name="default_start_last">Předchozí použité zobrazení</string>
+ <string name="events_delete">Odstranit události</string>
+ <string name="action_select_all">Vybrat vše</string>
+ <string name="action_select_none">Zrušit výběr</string>
+ <string name="action_delete">Hotovo</string>
+ <string name="all_events">Všechny udalosti</string>
+ <string name="no_events">Žádné události k dispozici</string>
+ <string name="evt_del_dlg_title">Odstranit události?</string>
+ <string name="evt_del_dlg_msg_selected">Vybrané události budou odstraněny</string>
+ <string name="evt_del_dlg_msg_all">Všechny události budou odstraněny</string>
+ <string name="no_events_selected">Nejsou vybrané žádné události</string>
+ <string name="go_to">"Přejít"</string>
</resources>