You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/localization/cz/labels.inc

177 lines
5.3 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/*
+-----------------------------------------------------------------------+
| language/cz/labels.inc |
| |
| Language file of the RoundCube Webmail client |
| Copyright (C) 2005, RoundQube Dev. - Switzerland |
| All rights reserved. |
| |
+-----------------------------------------------------------------------+
| Author: Martin Mrajca <martin@moonlake.cz> |
+-----------------------------------------------------------------------+
$Id$
*/
$labels = array();
// login page
$labels['username'] = 'Uћivatel';
$labels['password'] = 'Heslo';
$labels['server'] = 'Server';
$labels['login'] = 'Pшihlбsit';
// taskbar
$labels['logout'] = 'Odhlбsit';
$labels['mail'] = 'E-Mail';
$labels['settings'] = 'Osobnн nastavenн';
$labels['addressbook'] = 'Adresбш';
// mailbox names
$labels['inbox'] = 'Pшнchozн poљta';
$labels['sent'] = 'Odeslanй';
$labels['trash'] = 'Koљ';
$labels['drafts'] = 'Rozepsanй';
$labels['junk'] = 'Nevyћбdanб poљta';
// message listing
$labels['subject'] = 'Pшedmмt';
$labels['from'] = 'Odesilatel';
$labels['to'] = 'Adresбt';
$labels['cc'] = 'Kopie';
$labels['bcc'] = 'Slepб';
$labels['replyto'] = 'Odpovмп na';
$labels['date'] = 'Datum';
$labels['size'] = 'Velikost';
$labels['priority'] = 'Priorita';
$labels['organization'] = 'Organizace';
// aliases
$labels['reply-to'] = $labels['replyto'];
$labels['mailboxlist'] = 'Sloћky';
$labels['messagesfromto'] = 'Zprбvy od $from do $to z celkem $count';
$labels['messagenrof'] = 'Zprбva $nr z $count';
$labels['moveto'] = 'pшesunout do...';
$labels['download'] = 'stбhnout';
$labels['filename'] = 'Jmйno pшнlohy';
$labels['filesize'] = 'Velikost pшнlohy';
$labels['preferhtml'] = 'Upшednostтovat HTML zobrazenн';
$labels['htmlmessage'] = 'HTML zprбva';
$labels['prettydate'] = 'Hezин data';
$labels['addtoaddressbook'] = 'Pшidat do adresбшe';
// weekdays short
$labels['sun'] = 'Ne';
$labels['mon'] = 'Po';
$labels['tue'] = 'Ъt';
$labels['wed'] = 'St';
$labels['thu'] = 'Иt';
$labels['fri'] = 'Pб';
$labels['sat'] = 'So';
// weekdays long
$labels['sunday'] = 'Nedмle';
$labels['monday'] = 'Pondмlн';
$labels['tuesday'] = 'Ъterэ';
$labels['wednesday'] = 'Stшeda';
$labels['thursday'] = 'Иtvrtek';
$labels['friday'] = 'Pбtek';
$labels['saturday'] = 'Sobota';
$labels['today'] = 'Dnes';
// toolbar buttons
$labels['writenewmessage'] = 'Vytvoшit novou zprбvu';
$labels['replytomessage'] = 'Odpovмdмt odesilateli';
$labels['forwardmessage'] = 'Pшedat zprбvu';
$labels['deletemessage'] = 'Pшesunout do koљe';
$labels['printmessage'] = 'Vytisknout zprбvu';
$labels['previousmessages'] = 'Zobrazit pшedchozн zprбvy';
$labels['nextmessages'] = 'Zobrazit dalљн zprбvy';
$labels['backtolist'] = 'Zpмt do seznamu zprбv';
$labels['viewsource'] = 'Zobrazit zdroj';
$labels['select'] = 'Vybrat';
$labels['all'] = 'Vљe';
$labels['none'] = 'Nic';
$labels['unread'] = 'Nepшeиtenй';
// message compose
$labels['compose'] = 'Napsat zprбvu';
$labels['sendmessage'] = 'Odeslat zprбvu nynн';
$labels['addattachment'] = 'Pшidat pшнlohu';
$labels['attachments'] = 'Pшнlohy';
$labels['upload'] = 'Nahrбt';
$labels['close'] = 'Zavшнt';
$labels['low'] = 'Nнzkб';
$labels['lowest'] = 'Nejniћљн';
$labels['normal'] = 'Normalnн';
$labels['high'] = 'Vysokб';
$labels['highest'] = 'Nejvyљљн';
$labels['showimages'] = 'Zobrazit obrбzky';
// address boook
$labels['name'] = 'Zobrazit jmйno';
$labels['firstname'] = 'Jmйno';
$labels['surname'] = 'Pшнjmenн';
$labels['email'] = 'E-Mail';
$labels['addcontact'] = 'Pшidat kontakt';
$labels['editcontact'] = 'Upravit kontakt';
$labels['edit'] = 'Upravit';
$labels['cancel'] = 'Konec';
$labels['save'] = 'Uloћit';
$labels['delete'] = 'Smazat';
$labels['newcontact'] = 'Vytvoшit novэ kontakt';
$labels['deletecontact'] = 'Smazat vybranй kontakty';
$labels['composeto'] = 'Poslat mail';
$labels['contactsfromto'] = 'Kontakty od $from do $to z celkem $count';
$labels['print'] = 'Tisk';
$labels['export'] = 'Export';
// settings
$labels['settingsfor'] = 'Nastavenн pro';
$labels['preferences'] = 'Vlastnosti';
$labels['userpreferences'] = 'Vlastnosti uћivatele';
$labels['editpreferences'] = 'Upravit vlastnosti uћivatele';
$labels['identities'] = 'Profily';
$labels['manageidentities'] = 'Spravovat profily u tohoto ъиtu';
$labels['newidentity'] = 'Novб profil';
$labels['newitem'] = 'Novб poloћka';
$labels['edititem'] = 'Upravit poloѕku';
$labels['setdefault'] = 'Nastavit vэchozн';
$labels['language'] = 'Jazyk';
$labels['timezone'] = 'Иasovб zуna';
$labels['pagesize'] = бdkщ na strбnku';
$labels['folders'] = 'Sloћky';
$labels['foldername'] = 'Jmйno sloћky';
$labels['subscribed'] = 'Podepsanй';
$labels['create'] = 'Vytvoшit';
$labels['createfolder'] = 'Vytvoшit novou sloћku';
$labels['deletefolder'] = 'Smazat sloћku';
$labels['managefolders'] = 'Spravovat sloћky';
?>