summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/help
diff options
context:
space:
mode:
authoryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-05 19:10:11 +0000
committeryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-05 19:10:11 +0000
commit3eb5a4ad3b21b95c276e76217d3d0489aaf12d6c (patch)
treeb470251aee273bb05e28a58382a97f7cd9fe1b45 /roundcubemail/plugins/help
parent46faf91019d06277302d4fb169f285a866f0bc3d (diff)
localization update
git-svn-id: https://svn.roundcube.net/trunk@3019 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/help')
-rw-r--r--roundcubemail/plugins/help/localization/cs_CZ.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/roundcubemail/plugins/help/localization/cs_CZ.inc b/roundcubemail/plugins/help/localization/cs_CZ.inc
new file mode 100644
index 000000000..638b3556f
--- /dev/null
+++ b/roundcubemail/plugins/help/localization/cs_CZ.inc
@@ -0,0 +1,25 @@
+<?php
+
+/*
+
++-----------------------------------------------------------------------+
+| language/cs_CZ/labels.inc |
+| |
+| Language file of the RoundCube help plugin |
+| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: Milan Kozak <hodza@hodza.net> |
++-----------------------------------------------------------------------+
+
+@version $Id: labels.inc 2993 2009-09-26 18:32:07Z alec $
+
+*/
+
+$labels = array();
+$labels['help'] = 'Nápověda';
+$labels['about'] = 'O aplikaci';
+$labels['license'] = 'Licence';
+
+?>