| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* |
|---|
| 4 | +-----------------------------------------------------------------------+ |
|---|
| 5 | | localization/<lang>/labels.inc | |
|---|
| 6 | | | |
|---|
| 7 | | Localization file of the Roundcube Webmail client | |
|---|
| 8 | | Copyright (C) 2005-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/labels/ |
|---|
| 17 | */ |
|---|
| 18 | |
|---|
| 19 | $labels = array(); |
|---|
| 20 | |
|---|
| 21 | // login page |
|---|
| 22 | $labels['welcome'] = 'VÃtejte v $product'; |
|---|
| 23 | $labels['username'] = 'UÅŸivatel'; |
|---|
| 24 | $labels['password'] = 'Heslo'; |
|---|
| 25 | $labels['server'] = 'Server'; |
|---|
| 26 | $labels['login'] = 'PÅihlásit'; |
|---|
| 27 | |
|---|
| 28 | // taskbar |
|---|
| 29 | $labels['logout'] = 'Odhlásit'; |
|---|
| 30 | $labels['mail'] = 'E-mail'; |
|---|
| 31 | $labels['settings'] = 'NastavenÃ'; |
|---|
| 32 | $labels['addressbook'] = 'AdresáÅ'; |
|---|
| 33 | |
|---|
| 34 | // mailbox names |
|---|
| 35 | $labels['inbox'] = 'PÅÃchozà poÅ¡ta'; |
|---|
| 36 | $labels['drafts'] = 'Rozepsané'; |
|---|
| 37 | $labels['sent'] = 'Odeslané'; |
|---|
| 38 | $labels['trash'] = 'Koš'; |
|---|
| 39 | $labels['junk'] = 'Spam'; |
|---|
| 40 | |
|---|
| 41 | // message listing |
|---|
| 42 | $labels['subject'] = 'PÅedmÄt'; |
|---|
| 43 | $labels['from'] = 'OdesÃlatel'; |
|---|
| 44 | $labels['sender'] = 'OdesÃlatel'; |
|---|
| 45 | $labels['to'] = 'Adresát'; |
|---|
| 46 | $labels['cc'] = 'Kopie'; |
|---|
| 47 | $labels['bcc'] = 'Skrytá kopie'; |
|---|
| 48 | $labels['replyto'] = 'OdpovÄÄ na'; |
|---|
| 49 | $labels['followupto'] = 'Následuje-po'; |
|---|
| 50 | $labels['date'] = 'Datum'; |
|---|
| 51 | $labels['size'] = 'Velikost'; |
|---|
| 52 | $labels['priority'] = 'Priorita'; |
|---|
| 53 | $labels['organization'] = 'Organizace'; |
|---|
| 54 | $labels['readstatus'] = 'PÅeÄteno'; |
|---|
| 55 | $labels['listoptions'] = 'Seznam moşnostà ...'; |
|---|
| 56 | |
|---|
| 57 | $labels['mailboxlist'] = 'SloÅŸky'; |
|---|
| 58 | $labels['messagesfromto'] = 'Zprávy $from aş $to z celkem $count'; |
|---|
| 59 | $labels['threadsfromto'] = 'Konverzace $from aÅŸ $to z celkem $count'; |
|---|
| 60 | $labels['messagenrof'] = 'Zpráva $nr z $count'; |
|---|
| 61 | $labels['fromtoshort'] = '$from - $to z $count'; |
|---|
| 62 | |
|---|
| 63 | $labels['copy'] = 'KopÃrovat'; |
|---|
| 64 | $labels['move'] = 'PÅesunout'; |
|---|
| 65 | $labels['moveto'] = 'pÅesunout do...'; |
|---|
| 66 | $labels['download'] = 'stáhnout'; |
|---|
| 67 | $labels['open'] = 'OtevÅÃt'; |
|---|
| 68 | $labels['showattachment'] = 'Zobrazit'; |
|---|
| 69 | $labels['showanyway'] = 'PÅesto zobrazit'; |
|---|
| 70 | |
|---|
| 71 | $labels['filename'] = 'Jméno pÅÃlohy'; |
|---|
| 72 | $labels['filesize'] = 'Velikost pÅÃlohy'; |
|---|
| 73 | |
|---|
| 74 | $labels['addtoaddressbook'] = 'PÅidat do adresáÅe'; |
|---|
| 75 | |
|---|
| 76 | // weekdays short |
|---|
| 77 | $labels['sun'] = 'Ne'; |
|---|
| 78 | $labels['mon'] = 'Po'; |
|---|
| 79 | $labels['tue'] = 'Ãt'; |
|---|
| 80 | $labels['wed'] = 'St'; |
|---|
| 81 | $labels['thu'] = 'Ät'; |
|---|
| 82 | $labels['fri'] = 'Pá'; |
|---|
| 83 | $labels['sat'] = 'So'; |
|---|
| 84 | |
|---|
| 85 | // weekdays long |
|---|
| 86 | $labels['sunday'] = 'NedÄle'; |
|---|
| 87 | $labels['monday'] = 'PondÄlÃ'; |
|---|
| 88 | $labels['tuesday'] = 'ÃterÜ'; |
|---|
| 89 | $labels['wednesday'] = 'StÅeda'; |
|---|
| 90 | $labels['thursday'] = 'Ätvrtek'; |
|---|
| 91 | $labels['friday'] = 'Pátek'; |
|---|
| 92 | $labels['saturday'] = 'Sobota'; |
|---|
| 93 | |
|---|
| 94 | // months short |
|---|
| 95 | $labels['jan'] = 'Led'; |
|---|
| 96 | $labels['feb'] = 'Ãno'; |
|---|
| 97 | $labels['mar'] = 'BÅe'; |
|---|
| 98 | $labels['apr'] = 'Dub'; |
|---|
| 99 | $labels['may'] = 'KvÄten'; |
|---|
| 100 | $labels['jun'] = 'Äer'; |
|---|
| 101 | $labels['jul'] = 'Äec'; |
|---|
| 102 | $labels['aug'] = 'Srp'; |
|---|
| 103 | $labels['sep'] = 'ZáÅ'; |
|---|
| 104 | $labels['oct'] = 'ÅÃj'; |
|---|
| 105 | $labels['nov'] = 'Lis'; |
|---|
| 106 | $labels['dec'] = 'Pro'; |
|---|
| 107 | |
|---|
| 108 | // months long |
|---|
| 109 | $labels['longjan'] = 'Leden'; |
|---|
| 110 | $labels['longfeb'] = 'Ãnor'; |
|---|
| 111 | $labels['longmar'] = 'BÅezen'; |
|---|
| 112 | $labels['longapr'] = 'Duben'; |
|---|
| 113 | $labels['longmay'] = 'KvÄten'; |
|---|
| 114 | $labels['longjun'] = 'Äerven'; |
|---|
| 115 | $labels['longjul'] = 'Äervenec'; |
|---|
| 116 | $labels['longaug'] = 'Srpen'; |
|---|
| 117 | $labels['longsep'] = 'ZáÅÃ'; |
|---|
| 118 | $labels['longoct'] = 'ÅÃjen'; |
|---|
| 119 | $labels['longnov'] = 'Listopad'; |
|---|
| 120 | $labels['longdec'] = 'Prosinec'; |
|---|
| 121 | |
|---|
| 122 | $labels['today'] = 'Dnes'; |
|---|
| 123 | |
|---|
| 124 | // toolbar buttons |
|---|
| 125 | $labels['refresh'] = 'Obnovit'; |
|---|
| 126 | $labels['checkmail'] = 'Zkontrolovat nové zprávy'; |
|---|
| 127 | $labels['compose'] = 'Napsat zprávu'; |
|---|
| 128 | $labels['writenewmessage'] = 'VytvoÅit novou zprávu'; |
|---|
| 129 | $labels['reply'] = 'OdpovÄdÄt'; |
|---|
| 130 | $labels['replytomessage'] = 'OdpovÄdÄt odesÃlateli'; |
|---|
| 131 | $labels['replytoallmessage'] = 'OdpovÄdÄt vÅ¡em'; |
|---|
| 132 | $labels['replyall'] = 'OdpovÄdÄt vÅ¡em'; |
|---|
| 133 | $labels['replylist'] = 'OdpovÄdÄt do e-mailové konference'; |
|---|
| 134 | $labels['forward'] = 'PÅeposlat'; |
|---|
| 135 | $labels['forwardinline'] = 'PÅeposlat v textu'; |
|---|
| 136 | $labels['forwardattachment'] = 'PÅeposlat jako pÅÃlohu'; |
|---|
| 137 | $labels['forwardmessage'] = 'PÅedat zprávu'; |
|---|
| 138 | $labels['deletemessage'] = 'Odstranit zprávu'; |
|---|
| 139 | $labels['movemessagetotrash'] = 'PÅesunout zprávu do koÅ¡e'; |
|---|
| 140 | $labels['printmessage'] = 'Vytisknout zprávu'; |
|---|
| 141 | $labels['previousmessage'] = 'Zobrazit pÅedchozà zprávu'; |
|---|
| 142 | $labels['firstmessage'] = 'Zobrazit prvnà zprávu'; |
|---|
| 143 | $labels['nextmessage'] = 'Zobrazit dalšà zprávu'; |
|---|
| 144 | $labels['lastmessage'] = 'Zobrazit poslednà zprávu'; |
|---|
| 145 | $labels['backtolist'] = 'ZpÄt do seznamu zpráv'; |
|---|
| 146 | $labels['viewsource'] = 'Zobrazit zdroj'; |
|---|
| 147 | $labels['mark'] = 'OznaÄit'; |
|---|
| 148 | $labels['markmessages'] = 'OznaÄ zprávy'; |
|---|
| 149 | $labels['markread'] = 'Jako pÅeÄtené'; |
|---|
| 150 | $labels['markunread'] = 'Jako nepÅeÄtené'; |
|---|
| 151 | $labels['markflagged'] = 'Jako oznaÄené'; |
|---|
| 152 | $labels['markunflagged'] = 'Jako neoznaÄené'; |
|---|
| 153 | $labels['moreactions'] = 'Dalšà akce...'; |
|---|
| 154 | $labels['more'] = 'VÃce'; |
|---|
| 155 | $labels['back'] = 'ZpÄt'; |
|---|
| 156 | $labels['options'] = 'MoÅŸnosti'; |
|---|
| 157 | |
|---|
| 158 | $labels['select'] = 'Vybrat'; |
|---|
| 159 | $labels['all'] = 'Vše'; |
|---|
| 160 | $labels['none'] = 'Nic'; |
|---|
| 161 | $labels['currpage'] = 'Aktuálnà stránka'; |
|---|
| 162 | $labels['unread'] = 'NepÅeÄtené'; |
|---|
| 163 | $labels['flagged'] = 'OznaÄené'; |
|---|
| 164 | $labels['unanswered'] = 'NeoznaÄené'; |
|---|
| 165 | $labels['withattachment'] = 'S pÅÃlohou'; |
|---|
| 166 | $labels['deleted'] = 'Smazané'; |
|---|
| 167 | $labels['undeleted'] = 'Nesmazáno'; |
|---|
| 168 | $labels['invert'] = 'PÅevrátit'; |
|---|
| 169 | $labels['filter'] = 'Filtr'; |
|---|
| 170 | $labels['list'] = 'Seznam'; |
|---|
| 171 | $labels['threads'] = 'Konverzace'; |
|---|
| 172 | $labels['expand-all'] = 'Rozbalit všechny'; |
|---|
| 173 | $labels['expand-unread'] = 'Rozbalit nepÅeÄtené'; |
|---|
| 174 | $labels['collapse-all'] = 'Sbalit všechny'; |
|---|
| 175 | $labels['threaded'] = 'Spojovat do konverzacÃ'; |
|---|
| 176 | |
|---|
| 177 | $labels['autoexpand_threads'] = 'Rozbalit konverzace'; |
|---|
| 178 | $labels['do_expand'] = 'všechny konverzace'; |
|---|
| 179 | $labels['expand_only_unread'] = 'pouze s nepÅeÄtenÜmi zprávami'; |
|---|
| 180 | $labels['fromto'] = 'OdesÃlatel/PÅÃjemce'; |
|---|
| 181 | $labels['flag'] = 'Vlajka'; |
|---|
| 182 | $labels['attachment'] = 'PÅÃloha'; |
|---|
| 183 | $labels['nonesort'] = 'Nic'; |
|---|
| 184 | $labels['sentdate'] = 'Datum odeslánÃ'; |
|---|
| 185 | $labels['arrival'] = 'Datum pÅijetÃ'; |
|---|
| 186 | $labels['asc'] = 'vzestupnÄ'; |
|---|
| 187 | $labels['desc'] = 'sestupnÄ'; |
|---|
| 188 | $labels['listcolumns'] = 'Seznam sloupců'; |
|---|
| 189 | $labels['listsorting'] = 'TÅÃdÄnà sloupců'; |
|---|
| 190 | $labels['listorder'] = 'UspoÅádánÃ'; |
|---|
| 191 | $labels['listmode'] = 'Reşim zobrazenà seznamu'; |
|---|
| 192 | |
|---|
| 193 | $labels['folderactions'] = 'Akce se sloÅŸkou...'; |
|---|
| 194 | $labels['compact'] = 'Zmenšit'; |
|---|
| 195 | $labels['empty'] = 'Vymazat'; |
|---|
| 196 | |
|---|
| 197 | $labels['quota'] = 'Vyuşità schránky'; |
|---|
| 198 | $labels['unknown'] = 'neznámÜ'; |
|---|
| 199 | $labels['unlimited'] = 'neomezenÜ'; |
|---|
| 200 | |
|---|
| 201 | $labels['quicksearch'] = 'Rychlé vyhledávánÃ'; |
|---|
| 202 | $labels['resetsearch'] = 'ZruÅ¡it vyhledávánÃ'; |
|---|
| 203 | $labels['searchmod'] = 'Parametry hledánÃ'; |
|---|
| 204 | $labels['msgtext'] = 'Celá zpráva'; |
|---|
| 205 | $labels['body'] = 'TÄlo'; |
|---|
| 206 | |
|---|
| 207 | $labels['openinextwin'] = 'OtevÅÃt v novém oknÄ'; |
|---|
| 208 | $labels['emlsave'] = 'Stáhnout (.eml)'; |
|---|
| 209 | $labels['changeformattext'] = 'Zobrazit v textovém formátu'; |
|---|
| 210 | $labels['changeformathtml'] = 'Zobrazit v HTML formátu'; |
|---|
| 211 | |
|---|
| 212 | // message compose |
|---|
| 213 | $labels['editasnew'] = 'Upravit jako novou'; |
|---|
| 214 | $labels['send'] = 'Odeslat'; |
|---|
| 215 | $labels['sendmessage'] = 'Odeslat zprávu nynÃ'; |
|---|
| 216 | $labels['savemessage'] = 'Uloşit do rozepsanÜch'; |
|---|
| 217 | $labels['addattachment'] = 'PÅidat pÅÃlohu'; |
|---|
| 218 | $labels['charset'] = 'Znaková sada'; |
|---|
| 219 | $labels['editortype'] = 'Typ editoru zpráv'; |
|---|
| 220 | $labels['returnreceipt'] = 'DoruÄenka'; |
|---|
| 221 | $labels['dsn'] = 'Stav doruÄenÃ'; |
|---|
| 222 | $labels['mailreplyintro'] = 'Dne $date, $sender napsal:'; |
|---|
| 223 | $labels['originalmessage'] = 'Původnà zpráva'; |
|---|
| 224 | |
|---|
| 225 | $labels['editidents'] = 'Editovat identity'; |
|---|
| 226 | $labels['spellcheck'] = 'Pravopis'; |
|---|
| 227 | $labels['checkspelling'] = 'Zkontrolovat pravopis'; |
|---|
| 228 | $labels['resumeediting'] = 'PokraÄovat v úpravách'; |
|---|
| 229 | $labels['revertto'] = 'PÅejÃt na'; |
|---|
| 230 | |
|---|
| 231 | $labels['attach'] = 'PÅiloÅŸit'; |
|---|
| 232 | $labels['attachments'] = 'PÅÃlohy'; |
|---|
| 233 | $labels['upload'] = 'Nahrát'; |
|---|
| 234 | $labels['uploadprogress'] = '$percent ($current z $total)'; |
|---|
| 235 | $labels['close'] = 'ZavÅÃt'; |
|---|
| 236 | $labels['messageoptions'] = 'Nastavenà zprávy...'; |
|---|
| 237 | |
|---|
| 238 | $labels['low'] = 'NÃzká'; |
|---|
| 239 | $labels['lowest'] = 'NejniÅŸÅ¡Ã'; |
|---|
| 240 | $labels['normal'] = 'NormálnÃ'; |
|---|
| 241 | $labels['high'] = 'Vysoká'; |
|---|
| 242 | $labels['highest'] = 'NejvyššÃ'; |
|---|
| 243 | |
|---|
| 244 | $labels['nosubject'] = '(bez predmetu)'; |
|---|
| 245 | $labels['showimages'] = 'Zobrazit obrázky'; |
|---|
| 246 | $labels['alwaysshow'] = 'Vşdy ukazovat obrázky od $sender'; |
|---|
| 247 | $labels['isdraft'] = 'Toto je šablona zprávy.'; |
|---|
| 248 | $labels['andnmore'] = '$nr dalÅ¡Ãch...'; |
|---|
| 249 | $labels['togglemoreheaders'] = 'Zobrazit vÃce hlaviÄek zprávy'; |
|---|
| 250 | $labels['togglefullheaders'] = 'PÅepnout skuteÄné hlaviÄky zprávy'; |
|---|
| 251 | |
|---|
| 252 | $labels['htmltoggle'] = 'HTML'; |
|---|
| 253 | $labels['plaintoggle'] = 'ProstÜ text'; |
|---|
| 254 | $labels['savesentmessagein'] = 'Ukládat odeslané zprávy v'; |
|---|
| 255 | $labels['dontsave'] = 'neukládat'; |
|---|
| 256 | $labels['maxuploadsize'] = 'Maximálnà povolená velikost souboru je $size'; |
|---|
| 257 | |
|---|
| 258 | $labels['addcc'] = 'PÅidat pole "Kopie'; |
|---|
| 259 | $labels['addbcc'] = 'PÅidat pole "Skrytá kopie'; |
|---|
| 260 | $labels['addreplyto'] = 'PÅidat pole "OdpovÄÄ'; |
|---|
| 261 | $labels['addfollowupto'] = 'PÅidat pole "Followup-To'; |
|---|
| 262 | |
|---|
| 263 | // mdn |
|---|
| 264 | $labels['mdnrequest'] = 'OdesÃlatel této zprávy si pÅeje bÜt upozornÄn na to, ÅŸe jste zprávu obdrÅŸeli. Chcete pÅijetà zprávy potvrdit?'; |
|---|
| 265 | $labels['receiptread'] = 'Potvrzenà o pÅijetà zprávy'; |
|---|
| 266 | $labels['yourmessage'] = 'Toto je potvrzenà o pÅijetà Vašà zprávy'; |
|---|
| 267 | $labels['receiptnote'] = 'Poznámka: Toto potvrzenà negarantuje, ÅŸe zpráva byla pÅÃjemce pÅeÄtena a ÅŸe porozumÄl jejÃmu obsahu.'; |
|---|
| 268 | |
|---|
| 269 | // address boook |
|---|
| 270 | $labels['name'] = 'Zobrazit jméno'; |
|---|
| 271 | $labels['firstname'] = 'Jméno'; |
|---|
| 272 | $labels['surname'] = 'PÅÃjmenÃ'; |
|---|
| 273 | $labels['middlename'] = 'Rodné pÅÃjmenÃ'; |
|---|
| 274 | $labels['nameprefix'] = 'Titul pÅed'; |
|---|
| 275 | $labels['namesuffix'] = 'Titul za'; |
|---|
| 276 | $labels['nickname'] = 'PÅezdÃvka'; |
|---|
| 277 | $labels['jobtitle'] = 'Pracovnà pozice'; |
|---|
| 278 | $labels['department'] = 'OddÄlenÃ'; |
|---|
| 279 | $labels['gender'] = 'PohlavÃ'; |
|---|
| 280 | $labels['maidenname'] = 'Rodné pÅÃjmenÃ'; |
|---|
| 281 | $labels['email'] = 'E-mail'; |
|---|
| 282 | $labels['phone'] = 'Telefon'; |
|---|
| 283 | $labels['address'] = 'Adresa'; |
|---|
| 284 | $labels['street'] = 'Ulice'; |
|---|
| 285 | $labels['locality'] = 'MÄsto'; |
|---|
| 286 | $labels['zipcode'] = 'PSÄ'; |
|---|
| 287 | $labels['region'] = 'Kraj'; |
|---|
| 288 | $labels['country'] = 'ZemÄ'; |
|---|
| 289 | $labels['birthday'] = 'Datum narozenÃ'; |
|---|
| 290 | $labels['anniversary'] = 'VÜroÄÃ'; |
|---|
| 291 | $labels['website'] = 'WWW'; |
|---|
| 292 | $labels['instantmessenger'] = 'Komunikace (ICQ, messenger...)'; |
|---|
| 293 | $labels['notes'] = 'Poznámky'; |
|---|
| 294 | $labels['male'] = 'MuÅŸ'; |
|---|
| 295 | $labels['female'] = 'Åœena'; |
|---|
| 296 | $labels['manager'] = 'ManaÅŸer'; |
|---|
| 297 | $labels['assistant'] = 'Asistent'; |
|---|
| 298 | $labels['spouse'] = 'ManÅŸel/ka'; |
|---|
| 299 | $labels['allfields'] = 'Všechny poloşky'; |
|---|
| 300 | $labels['search'] = 'Hledat'; |
|---|
| 301 | $labels['advsearch'] = 'PokroÄilé vyhledávánÃ'; |
|---|
| 302 | $labels['advanced'] = 'PokroÄilé'; |
|---|
| 303 | $labels['other'] = 'OstatnÃ'; |
|---|
| 304 | |
|---|
| 305 | $labels['typehome'] = 'DomacÃ'; |
|---|
| 306 | $labels['typework'] = 'PracovnÃ'; |
|---|
| 307 | $labels['typeother'] = 'OstatnÃ'; |
|---|
| 308 | $labels['typemobile'] = 'Mobil'; |
|---|
| 309 | $labels['typemain'] = 'OsobnÃ'; |
|---|
| 310 | $labels['typehomefax'] = 'Domácà FAX'; |
|---|
| 311 | $labels['typeworkfax'] = 'Pracovnà FAX'; |
|---|
| 312 | $labels['typecar'] = 'Automobil'; |
|---|
| 313 | $labels['typepager'] = 'Pager'; |
|---|
| 314 | $labels['typevideo'] = 'Video'; |
|---|
| 315 | $labels['typeassistant'] = 'Asistent'; |
|---|
| 316 | $labels['typehomepage'] = 'Domácà stránka'; |
|---|
| 317 | $labels['typeblog'] = 'Blog'; |
|---|
| 318 | $labels['typeprofile'] = 'Profil'; |
|---|
| 319 | |
|---|
| 320 | $labels['addfield'] = 'PÅidat poloÅŸku'; |
|---|
| 321 | $labels['addcontact'] = 'PÅidat kontakt'; |
|---|
| 322 | $labels['editcontact'] = 'Upravit kontakt'; |
|---|
| 323 | $labels['contacts'] = 'Kontakty'; |
|---|
| 324 | $labels['contactproperties'] = 'Vlastnosti kontaktu'; |
|---|
| 325 | $labels['personalinfo'] = 'Osobnà informace'; |
|---|
| 326 | |
|---|
| 327 | $labels['edit'] = 'Upravit'; |
|---|
| 328 | $labels['cancel'] = 'Konec'; |
|---|
| 329 | $labels['save'] = 'UloÅŸit'; |
|---|
| 330 | $labels['delete'] = 'Smazat'; |
|---|
| 331 | $labels['rename'] = 'PÅejmenovat'; |
|---|
| 332 | $labels['addphoto'] = 'PÅidat'; |
|---|
| 333 | $labels['replacephoto'] = 'ZmÄnit'; |
|---|
| 334 | $labels['uploadphoto'] = 'Nahrát fotku'; |
|---|
| 335 | |
|---|
| 336 | $labels['newcontact'] = 'VytvoÅit novÜ kontakt'; |
|---|
| 337 | $labels['deletecontact'] = 'Smazat vybrané kontakty'; |
|---|
| 338 | $labels['composeto'] = 'Poslat e-mail'; |
|---|
| 339 | $labels['contactsfromto'] = 'Kontakty $from aÅŸ $to z celkem $count'; |
|---|
| 340 | $labels['print'] = 'Tisk'; |
|---|
| 341 | $labels['export'] = 'Export'; |
|---|
| 342 | $labels['exportall'] = 'Export všech'; |
|---|
| 343 | $labels['exportsel'] = 'Export vybranÜch'; |
|---|
| 344 | $labels['exportvcards'] = 'Exportovat kontakty ve formátu vCard'; |
|---|
| 345 | $labels['newcontactgroup'] = 'VytvoÅit novou skupinu kontaktů'; |
|---|
| 346 | $labels['grouprename'] = 'PÅejmenovat skupinu'; |
|---|
| 347 | $labels['groupdelete'] = 'Smazat skupinu'; |
|---|
| 348 | $labels['groupremoveselected'] = 'Odstranit oznaÄené kontakty ze skupiny'; |
|---|
| 349 | |
|---|
| 350 | $labels['previouspage'] = 'PÅedchozÃ'; |
|---|
| 351 | $labels['firstpage'] = 'Zobrazit prvnà zprávy'; |
|---|
| 352 | $labels['nextpage'] = 'DalÅ¡Ã'; |
|---|
| 353 | $labels['lastpage'] = 'Zobrazit poslednà zprávy'; |
|---|
| 354 | |
|---|
| 355 | $labels['group'] = 'Skupina'; |
|---|
| 356 | $labels['groups'] = 'Skupiny'; |
|---|
| 357 | $labels['personaladrbook'] = 'Osobnà kontakty'; |
|---|
| 358 | |
|---|
| 359 | $labels['searchsave'] = 'UloÅŸit hledánÃ'; |
|---|
| 360 | $labels['searchdelete'] = 'Smazat hledánÃ'; |
|---|
| 361 | |
|---|
| 362 | $labels['import'] = 'Import'; |
|---|
| 363 | $labels['importcontacts'] = 'Importovat kontakty'; |
|---|
| 364 | $labels['importfromfile'] = 'Importovat ze souboru'; |
|---|
| 365 | $labels['importtarget'] = 'PÅidat nové kontakty do seznamu kontaktů:'; |
|---|
| 366 | $labels['importreplace'] = 'Nahradit celÜ seznam kontaktů'; |
|---|
| 367 | $labels['importdesc'] = 'Můşete nahrát kontakty z existujÃcÃho adresáÅe kontaktů.<br/>MomentálnÄ podporujeme kontakty ve formátu <a href="http://cs.wikipedia.org/wiki/VCard">vCard</a> nebo CSV (comma-separated).'; |
|---|
| 368 | $labels['done'] = 'Hotovo'; |
|---|
| 369 | |
|---|
| 370 | // settings |
|---|
| 371 | $labels['settingsfor'] = 'Nastavenà pro'; |
|---|
| 372 | $labels['about'] = 'O programu'; |
|---|
| 373 | $labels['preferences'] = 'Vlastnosti'; |
|---|
| 374 | $labels['userpreferences'] = 'Vlastnosti uÅŸivatele'; |
|---|
| 375 | $labels['editpreferences'] = 'Upravit vlastnosti uÅŸivatele'; |
|---|
| 376 | |
|---|
| 377 | $labels['identities'] = 'Profily'; |
|---|
| 378 | $labels['manageidentities'] = 'Spravovat profily u tohoto úÄtu'; |
|---|
| 379 | $labels['newidentity'] = 'NovÜ profil'; |
|---|
| 380 | |
|---|
| 381 | $labels['newitem'] = 'Nová poloşka'; |
|---|
| 382 | $labels['edititem'] = 'Upravit poloÅŸku'; |
|---|
| 383 | |
|---|
| 384 | $labels['preferhtml'] = 'UpÅednostÅovat HTML zobrazenÃ'; |
|---|
| 385 | $labels['defaultcharset'] = 'VÜchozà kódovánÃ'; |
|---|
| 386 | $labels['htmlmessage'] = 'HTML zpráva'; |
|---|
| 387 | $labels['messagepart'] = 'Äást'; |
|---|
| 388 | $labels['digitalsig'] = 'Digitálnà podpis'; |
|---|
| 389 | $labels['dateformat'] = 'Formát data'; |
|---|
| 390 | $labels['timeformat'] = 'Formát Äasu'; |
|---|
| 391 | $labels['prettydate'] = 'HezÄÃ datum'; |
|---|
| 392 | $labels['setdefault'] = 'Nastavit vÜchozÃ'; |
|---|
| 393 | $labels['autodetect'] = 'Automaticky'; |
|---|
| 394 | $labels['language'] = 'Jazyk'; |
|---|
| 395 | $labels['timezone'] = 'Äasová zóna'; |
|---|
| 396 | $labels['pagesize'] = 'Åádků na stránku'; |
|---|
| 397 | $labels['signature'] = 'Podpis'; |
|---|
| 398 | $labels['dstactive'] = 'Letnà Äas'; |
|---|
| 399 | $labels['showinextwin'] = 'OtevÅÃt zprávu v novém oknÄ'; |
|---|
| 400 | $labels['composeextwin'] = 'VytvoÅit v novém oknÄ'; |
|---|
| 401 | $labels['htmleditor'] = 'VytváÅet HTML zprávy'; |
|---|
| 402 | $labels['htmlonreply'] = 'jen pÅi odpovÄdi na HTML zprávy'; |
|---|
| 403 | $labels['htmlonreplyandforward'] = 'pÅi pÅeposlánà nebo odpovÄdi na HTML zprávu'; |
|---|
| 404 | $labels['htmlsignature'] = 'HTML podpis'; |
|---|
| 405 | $labels['showemail'] = 'Show email address with display name'; |
|---|
| 406 | $labels['previewpane'] = 'Zobrazit panel náhledu'; |
|---|
| 407 | $labels['skin'] = 'Vzhled'; |
|---|
| 408 | $labels['logoutclear'] = 'Vyprázdnit koÅ¡ pÅi odhlášenÃ'; |
|---|
| 409 | $labels['logoutcompact'] = 'Provést údrÅŸbu schránky pÅi odhlášenÃ'; |
|---|
| 410 | $labels['uisettings'] = 'UÅŸivatelské rozhranÃ'; |
|---|
| 411 | $labels['serversettings'] = 'Nastavenà serveru'; |
|---|
| 412 | $labels['mailboxview'] = 'Zobrazenà schránky'; |
|---|
| 413 | $labels['mdnrequests'] = 'Oznámenà o doruÄenÃ'; |
|---|
| 414 | $labels['askuser'] = 'zeptat se'; |
|---|
| 415 | $labels['autosend'] = 'poslat potvrzenà automaticky'; |
|---|
| 416 | $labels['autosendknown'] = 'poslat potvrzenà pouze mÜm kontaktům, jinak se zeptat'; |
|---|
| 417 | $labels['autosendknownignore'] = 'poslat potvrzenà pouze mÜm kontaktům, jinak ignorovat'; |
|---|
| 418 | $labels['ignore'] = 'ignorovat'; |
|---|
| 419 | $labels['readwhendeleted'] = 'PÅi odstranÄnà oznaÄit zprávu jako pÅeÄtenou'; |
|---|
| 420 | $labels['flagfordeletion'] = 'Zprávu nemazat, pouze oznaÄit pro odstranÄnÃ'; |
|---|
| 421 | $labels['skipdeleted'] = 'Nezobrazovat smazané zprávy'; |
|---|
| 422 | $labels['deletealways'] = 'Odstranit zprávy, pokud selÅŸe jejich pÅesun do koÅ¡e'; |
|---|
| 423 | $labels['deletejunk'] = 'PÅÃmo mazat zprávy ze sloÅŸky Nevyşádaná poÅ¡ta'; |
|---|
| 424 | $labels['showremoteimages'] = 'Zobrazovat obrázky uloşené mimo mail'; |
|---|
| 425 | $labels['fromknownsenders'] = 'od známÜch uşivatelů'; |
|---|
| 426 | $labels['always'] = 'vÅŸdy'; |
|---|
| 427 | $labels['showinlineimages'] = 'Zobrazovat pÅipojené obrázky pod textem'; |
|---|
| 428 | $labels['autosavedraft'] = 'Automaticky uloşit rozepsané zprávy'; |
|---|
| 429 | $labels['everynminutes'] = 'kaşdÜch $n minut'; |
|---|
| 430 | $labels['refreshinterval'] = 'Obnovit (zkontroluj nové zprávy, atd)'; |
|---|
| 431 | $labels['never'] = 'nikdy'; |
|---|
| 432 | $labels['immediately'] = 'ihned'; |
|---|
| 433 | $labels['messagesdisplaying'] = 'Zobrazovánà zpráv'; |
|---|
| 434 | $labels['messagescomposition'] = 'Psanà zpráv'; |
|---|
| 435 | $labels['mimeparamfolding'] = 'Jména pÅÃloh'; |
|---|
| 436 | $labels['2231folding'] = 'Podle RFC 2231 (Thunderbird)'; |
|---|
| 437 | $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; |
|---|
| 438 | $labels['2047folding'] = 'Podle RFC 2047 (ostatnÃ)'; |
|---|
| 439 | $labels['force7bit'] = 'PouÅŸÃt kódovánà MIME pro 8-bitové znaky'; |
|---|
| 440 | $labels['advancedoptions'] = 'PokroÄilá nastavenÃ'; |
|---|
| 441 | $labels['focusonnewmessage'] = 'Aktivovat okno prohlÃÅŸeÄe pÅi pÅÃchozà zprávÄ'; |
|---|
| 442 | $labels['checkallfolders'] = 'Kontrolovat nové zprávy ve všech sloşkách'; |
|---|
| 443 | $labels['displaynext'] = 'Zobrazit dalšà zprávu po smazánÃ/pÅesunu zprávy'; |
|---|
| 444 | $labels['defaultfont'] = 'VÜchozà pÃsmo zprávy HTML'; |
|---|
| 445 | $labels['mainoptions'] = 'Hlavnà nastavenÃ'; |
|---|
| 446 | $labels['browseroptions'] = 'MoÅŸnosti prohlÃÅŸeÄe'; |
|---|
| 447 | $labels['section'] = 'Sekce'; |
|---|
| 448 | $labels['maintenance'] = 'ÃdrÅŸba'; |
|---|
| 449 | $labels['newmessage'] = 'Nová zpráva'; |
|---|
| 450 | $labels['signatureoptions'] = 'Nastavenà podpisu'; |
|---|
| 451 | $labels['whenreplying'] = 'PÅi odpovÃdánÃ'; |
|---|
| 452 | $labels['replyempty'] = 'necitovat původnà zprávu'; |
|---|
| 453 | $labels['replytopposting'] = 'zaÄÃt novou zprávu nad původnÃ'; |
|---|
| 454 | $labels['replybottomposting'] = 'zaÄÃt novou zprávu pod původnÃ'; |
|---|
| 455 | $labels['replyremovesignature'] = 'PÅi odpovÃdánà odstranit ze zprávy původnà podpis'; |
|---|
| 456 | $labels['autoaddsignature'] = 'Automaticky pÅidat podpis'; |
|---|
| 457 | $labels['newmessageonly'] = 'pouze k novÜm zprávám'; |
|---|
| 458 | $labels['replyandforwardonly'] = 'jen k odpovÄdi a pÅeposÃlané zprávÄ'; |
|---|
| 459 | $labels['insertsignature'] = 'VloÅŸit podpis'; |
|---|
| 460 | $labels['previewpanemarkread'] = 'OznaÄit zobrazené zprávy jako pÅeÄtené'; |
|---|
| 461 | $labels['afternseconds'] = 'po $n sekundách'; |
|---|
| 462 | $labels['reqmdn'] = 'VÅŸdy poÅŸadovat doruÄenku'; |
|---|
| 463 | $labels['reqdsn'] = 'VÅŸdy poşádat o oznámenà o stavu doruÄenÃ'; |
|---|
| 464 | $labels['replysamefolder'] = 'Ukládat odpovÄdi ve stejné sloÅŸce jako je zodpovÄzená zpráva'; |
|---|
| 465 | $labels['defaultabook'] = 'VÜchozà adresáŠkontaktů'; |
|---|
| 466 | $labels['autocompletesingle'] = 'PÅi doplÅovánà adres pÅeskoÄit alternativnà email.'; |
|---|
| 467 | $labels['listnamedisplay'] = 'Vypsat kontakty jako'; |
|---|
| 468 | $labels['spellcheckbeforesend'] = 'PÅed odeslánÃm zkontrolovat pravopis'; |
|---|
| 469 | $labels['spellcheckoptions'] = 'Nastavenà pravopisu'; |
|---|
| 470 | $labels['spellcheckignoresyms'] = 'Ignorovat slova obsahujÃcà symboly'; |
|---|
| 471 | $labels['spellcheckignorenums'] = 'Ignorovat slova obsahujÃcà ÄÃsla'; |
|---|
| 472 | $labels['spellcheckignorecaps'] = 'Ignorovat slova psaná velkÜmi pÃsmeny'; |
|---|
| 473 | $labels['addtodict'] = 'PÅidat do slovnÃku'; |
|---|
| 474 | $labels['mailtoprotohandler'] = 'Zaregistrovat handler pro odkazy âmailto:â'; |
|---|
| 475 | $labels['forwardmode'] = 'PÅeposlat zprávu'; |
|---|
| 476 | $labels['inline'] = 'vloÅŸenÄ'; |
|---|
| 477 | $labels['asattachment'] = 'jako pÅÃlohu'; |
|---|
| 478 | |
|---|
| 479 | $labels['folder'] = 'SloÅŸka'; |
|---|
| 480 | $labels['folders'] = 'SloÅŸky'; |
|---|
| 481 | $labels['foldername'] = 'Jméno sloşky'; |
|---|
| 482 | $labels['subscribed'] = 'Vybráno'; |
|---|
| 483 | $labels['messagecount'] = 'PoÄet zpráv'; |
|---|
| 484 | $labels['create'] = 'VytvoÅit'; |
|---|
| 485 | $labels['createfolder'] = 'VytvoÅit novou sloÅŸku'; |
|---|
| 486 | $labels['managefolders'] = 'Spravovat sloÅŸky'; |
|---|
| 487 | $labels['specialfolders'] = 'Speciálnà sloşky'; |
|---|
| 488 | $labels['properties'] = 'Vlastnosti'; |
|---|
| 489 | $labels['folderproperties'] = 'Vlastnosti sloÅŸky'; |
|---|
| 490 | $labels['parentfolder'] = 'NadÅazená sloÅŸka'; |
|---|
| 491 | $labels['location'] = 'UmÃstÄnÃ'; |
|---|
| 492 | $labels['info'] = 'Informace'; |
|---|
| 493 | $labels['getfoldersize'] = 'KliknutÃm zjistÃte velikost sloÅŸky'; |
|---|
| 494 | $labels['changesubscription'] = 'KliknutÃm zmÄnÃte pÅednastavenÃ'; |
|---|
| 495 | $labels['foldertype'] = 'Typ sloÅŸky'; |
|---|
| 496 | $labels['personalfolder'] = 'Soukromá sloşka'; |
|---|
| 497 | $labels['otherfolder'] = 'SloÅŸky ostatnÃch uÅŸivatelů'; |
|---|
| 498 | $labels['sharedfolder'] = 'SdÃlená sloÅŸka'; |
|---|
| 499 | |
|---|
| 500 | $labels['sortby'] = 'SeÅadit podle'; |
|---|
| 501 | $labels['sortasc'] = 'SeÅadit vzestupnÄ'; |
|---|
| 502 | $labels['sortdesc'] = 'SeÅadit sestupnÄ'; |
|---|
| 503 | $labels['undo'] = 'Vrátit zpÄt'; |
|---|
| 504 | |
|---|
| 505 | $labels['installedplugins'] = 'Nainstalované pluginy'; |
|---|
| 506 | $labels['plugin'] = 'ZásuvnÜ modul'; |
|---|
| 507 | $labels['version'] = 'Verze'; |
|---|
| 508 | $labels['source'] = 'Zdroj'; |
|---|
| 509 | $labels['license'] = 'Licence'; |
|---|
| 510 | $labels['support'] = 'Podpora'; |
|---|
| 511 | |
|---|
| 512 | // units |
|---|
| 513 | $labels['B'] = 'B'; |
|---|
| 514 | $labels['KB'] = 'KB'; |
|---|
| 515 | $labels['MB'] = 'MB'; |
|---|
| 516 | $labels['GB'] = 'GB'; |
|---|
| 517 | |
|---|
| 518 | // character sets |
|---|
| 519 | $labels['unicode'] = 'Unicode'; |
|---|
| 520 | $labels['english'] = 'AngliÄtina'; |
|---|
| 521 | $labels['westerneuropean'] = 'Západnà Evropa'; |
|---|
| 522 | $labels['easterneuropean'] = 'VÜchodnà Evropa'; |
|---|
| 523 | $labels['southeasterneuropean'] = 'Jiho-vÜchodnà Evropa'; |
|---|
| 524 | $labels['baltic'] = 'Baltština'; |
|---|
| 525 | $labels['cyrillic'] = 'Cyrilice'; |
|---|
| 526 | $labels['arabic'] = 'Arabština'; |
|---|
| 527 | $labels['greek'] = 'ÅeÄtina'; |
|---|
| 528 | $labels['hebrew'] = 'Hebrejština'; |
|---|
| 529 | $labels['turkish'] = 'TureÄtina'; |
|---|
| 530 | $labels['nordic'] = 'Nordština'; |
|---|
| 531 | $labels['thai'] = 'Thajština'; |
|---|
| 532 | $labels['celtic'] = 'Keltština'; |
|---|
| 533 | $labels['vietnamese'] = 'Vietnamština'; |
|---|
| 534 | $labels['japanese'] = 'Japonština'; |
|---|
| 535 | $labels['korean'] = 'Korejština'; |
|---|
| 536 | $labels['chinese'] = 'ÄÃnÅ¡tina'; |
|---|
| 537 | |
|---|
| 538 | ?> |
|---|