]> git.donarmstrong.com Git - roundcube.git/blob - plugins/archive/localization/cs_CZ.inc
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / plugins / archive / localization / cs_CZ.inc
1 <?php
2
3 /*
4
5 +-----------------------------------------------------------------------+
6 | language/cs_CZ/labels.inc                                             |
7 |                                                                       |
8 | Language file of the Roundcube archive 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['buttontitle'] = 'Archivovat zprávu';
22 $labels['archived'] = 'Úspěšně vloženo do archivu';
23 $labels['archivefolder'] = 'Archiv';
24
25 ?>