source: github/plugins/archive/localization/cs_CZ.inc

Last change on this file was 5732325, checked in by Thomas Bruederli <thomas@…>, 10 days ago

Update localizations from Transifex

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | plugins/archive/localization/<lang>.inc                                |
6 |                                                                       |
7 | Localization file of the Roundcube Webmail Archive plugin             |
8 | Copyright (C) 2013, The Roundcube Dev Team                            |
9 |                                                                       |
10 | Licensed under the GNU General Public License version 3 or            |
11 | any later version with exceptions for skins & plugins.                |
12 | See the README file for a full license statement.                     |
13 |                                                                       |
14 +-----------------------------------------------------------------------+
15
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/
17*/
18
19$labels = array();
20$labels['buttontext'] = 'Archiv';
21$labels['buttontitle'] = 'Archivovat zprávu';
22$labels['archived'] = 'Úspěšně vloÅŸeno do archivu';
23$labels['archivedreload'] = 'Úspěšně archivovány. Obnovte stránku, abyste uviděli nové sloÅŸky v archivu.';
24$labels['archiveerror'] = 'Některé zprávy nelze archivovat';
25$labels['archivefolder'] = 'Archiv';
26$labels['settingstitle'] = 'Archiv';
27$labels['archivetype'] = 'Rozdělit archiv podle';
28$labels['archivetypeyear'] = 'Rok (např.  Archiv/2012)';
29$labels['archivetypemonth'] = 'Měsíc (např. Archiv/2012/06)';
30$labels['archivetypefolder'] = 'Původní sloşka';
31$labels['archivetypesender'] = 'E-mail odesílatele';
32$labels['unkownsender'] = 'neznámÜ';
33
34?>
Note: See TracBrowser for help on using the repository browser.