Skip to content

Commit a34db01

Browse files
committed
[extensions] - url_uploader -Add cs_CZ - Česky – Czech - Thanks to webprostor
git-svn-id: http://piwigo.org/svn/extensions/url_uploader@24568 68402e56-0260-453c-a942-63ccdbb3a9ee
1 parent 588ced4 commit a34db01

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

language/cs_CZ/description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Vloží fotografie z URL odkazu (viz. Admin->Fotky->Přidat)

language/cs_CZ/index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$url = '../';
3+
header( 'Request-URI: '.$url );
4+
header( 'Content-Location: '.$url );
5+
header( 'Location: '.$url );
6+
exit();
7+
?>

language/cs_CZ/plugin.lang.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
?>

0 commit comments

Comments
 (0)