roundcubemail-plugins-kolab/plugins/kolab_folders/localization/cs_CZ.inc

29 lines
1,008 B
PHP
Raw Normal View History

2013-10-11 15:06:22 +02:00
<?php
/**
* Localizations for the Kolab Folders plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
*/
2014-11-27 20:13:06 +01:00
$labels['folderctype'] = 'Typ obsahu';
$labels['foldertypemail'] = 'Pošta';
$labels['foldertypeevent'] = 'Kalendář';
2014-11-27 20:13:06 +01:00
$labels['foldertypejournal'] = 'Deník';
$labels['foldertypetask'] = 'Úkoly';
$labels['foldertypenote'] = 'Poznámky';
$labels['foldertypecontact'] = 'Spojení';
$labels['foldertypeconfiguration'] = 'Nastavení';
$labels['foldertypefile'] = 'Soubory';
$labels['foldertypefreebusy'] = 'Volný/Zaneprázdněný';
$labels['default'] = 'Výchozí';
$labels['inbox'] = 'Doručená pošta';
$labels['drafts'] = 'Návrhy';
$labels['sentitems'] = 'Posláno';
$labels['outbox'] = 'Odeslaná pošta';
$labels['wastebasket'] = 'Koš';
$labels['junkemail'] = 'Nevyžádaná pošta';
$labels['confidential'] = 'Důvěrné';
$messages['defaultfolderexists'] = 'Již je výchozí složka daného typu';
2013-10-11 15:06:22 +02:00
?>