source: github/plugins/archive/localization/cs_CZ.inc @ 884add1

Last change on this file since 884add1 was 884add1, checked in by thomascube <thomas@…>, 15 months ago

Tagging plugins for 0.8-beta

  • Property mode set to 100644
File size: 979 bytes
Line 
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?>
Note: See TracBrowser for help on using the repository browser.