]> git.donarmstrong.com Git - roundcube.git/blob - plugins/help/localization/cs_CZ.inc
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / plugins / help / localization / cs_CZ.inc
1 <?php
2
3 /*
4
5 +-----------------------------------------------------------------------+
6 | language/cs_CZ/labels.inc                                             |
7 |                                                                       |
8 | Language file of the Roundcube help plugin                            |
9 | Copyright (C) 2005-2009, The Roundcube Dev Team                       |
10 | Licensed under the GNU GPL                                            |
11 |                                                                       |
12 +-----------------------------------------------------------------------+
13 | Author: Milan Kozak <hodza@hodza.net>                                 |
14 +-----------------------------------------------------------------------+
15
16 @version $Id: labels.inc 2993 2009-09-26 18:32:07Z alec $
17
18 */
19
20 $labels = array();
21 $labels['help'] = 'Nápověda';
22 $labels['about'] = 'O aplikaci';
23 $labels['license'] = 'Licence';
24
25 ?>