summaryrefslogtreecommitdiff
path: root/lang/cs/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cs/lang.php')
-rw-r--r--lang/cs/lang.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/cs/lang.php b/lang/cs/lang.php
new file mode 100644
index 000000000..d4e0ef32a
--- /dev/null
+++ b/lang/cs/lang.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * Czech language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ */
+
+$lang['discussion'] = 'Diskuse';
+$lang['back_to_article'] = 'Zpet na clánek';
+$lang['userpage'] = 'Uživatelova stránka';
+
+//Setup VIM: ex: et ts=2 :