source: extensions/url_uploader/language/cs_CZ/plugin.lang.php @ 24568

Last change on this file since 24568 was 24568, checked in by ddtddt, 11 years ago

[extensions] - url_uploader -Add cs_CZ - Česky – Czech - Thanks to webprostor

File size: 1.0 KB
Line 
1<?php
2
3$lang['Invalid file URL'] = 'Neplatný soubor URL';
4$lang['Invalid file type'] = 'Neplatný typ souboru';
5$lang['File URL is empty'] = 'Soubor URL je prázdný';
6$lang['Unable to download file'] = 'Nelze stáhnout soubor';
7$lang['Pending'] = 'Pracuji';
8$lang['Delete this item'] = 'Odstranit tuto položku';
9$lang['File URL'] = 'URL souboru';
10$lang['Want to upload many files? Try the <a href="%s">multiple uploader</a> instead.'] = 'Chcete vložit více souborů? Zkuste <a href="%s">multi uploader</a>.';
11$lang['Multiple uploader doesn\'t work? Try the <a href="%s">single uploader</a> instead.'] = 'Multi uploader nefunguje? Zkuste tedy <a href="%s">single uploader</a>.';
12$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'Jeden url odkaz na řádek, oddělte název fotky a url pomocí &laquo; | &raquo;. Název fotky není povinný.';
13$lang['Add links'] = 'Vložit odkazy';
14$lang['Add website URL in photo description'] = 'Vložit URL adresu webu do popisu fotografií';
15
16?>
Note: See TracBrowser for help on using the repository browser.