Skip to content

Commit cf1dbc6

Browse files
[url_uploader] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/extensions/url_uploader@26412 68402e56-0260-453c-a942-63ccdbb3a9ee
1 parent 47ec7de commit cf1dbc6

3 files changed

Lines changed: 43 additions & 0 deletions

File tree

language/eo_EO/description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Aldonas fotojn el foraj retadresoj (vd. Administrado->Fotoj->Aldoni)

language/eo_EO/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/eo_EO/plugin.lang.php

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?php
2+
// +-----------------------------------------------------------------------+
3+
// | Piwigo - a PHP based photo gallery |
4+
// +-----------------------------------------------------------------------+
5+
// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
6+
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
7+
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
8+
// +-----------------------------------------------------------------------+
9+
// | This program is free software; you can redistribute it and/or modify |
10+
// | it under the terms of the GNU General Public License as published by |
11+
// | the Free Software Foundation |
12+
// | |
13+
// | This program is distributed in the hope that it will be useful, but |
14+
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
15+
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16+
// | General Public License for more details. |
17+
// | |
18+
// | You should have received a copy of the GNU General Public License |
19+
// | along with this program; if not, write to the Free Software |
20+
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21+
// | USA. |
22+
// +-----------------------------------------------------------------------+
23+
$lang['Want to upload many files? Try the <a href="%s">multiple uploader</a> instead.'] = 'Ĉu vi volas alŝuti plurajn dosierojn? Alie provu la <a href="%s">pluropan elŝutilon</a>.';
24+
$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'Unu ligilo sur ĉiu linio, disigu la fotonomon kaj la fotoadreson per la signo &laquo; | &raquo;. Fotonomo estas opcia.';
25+
$lang['Multiple uploader doesn\'t work? Try the <a href="%s">single uploader</a> instead.'] = 'Ĉu la pluropan elŝutilon ne funkcias? Alie provu la <a href="%s">unuopan elŝutilon</a>.';
26+
$lang['File URL'] = 'Dosieradreso';
27+
$lang['File URL is empty'] = 'Dosieradreso malplenas';
28+
$lang['Unable to download file'] = 'Neeblas elŝuti dosieron';
29+
$lang['Add links'] = 'Aldoni ligilojn';
30+
$lang['Add website URL in photo description'] = 'Aldoni retadreson en fotopriskribon';
31+
$lang['Delete this item'] = 'Forigi tiun eron';
32+
$lang['Invalid file URL'] = 'Nevalida dosieradreso';
33+
$lang['Invalid file type'] = 'Nevalida dosierotipo';
34+
$lang['Pending'] = 'Okazanta';
35+
?>

0 commit comments

Comments
 (0)