Skip to content

Commit eba58d0

Browse files
[url_uploader] Update fa_IR, thanks to : ipic
git-svn-id: http://piwigo.org/svn/extensions/url_uploader@26493 68402e56-0260-453c-a942-63ccdbb3a9ee
1 parent cf1dbc6 commit eba58d0

3 files changed

Lines changed: 45 additions & 0 deletions

File tree

language/fa_IR/description.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
می توانید از این طریق فایل ها رو از طریق وب های دیگر به هاست خود انتقال دهید بین خودمونبمون شرعا این کار دزدیه^-^
2+
ادرسشهم :( Admin->Photos->Add)

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?php
2+
// +-----------------------------------------------------------------------+
3+
// | Piwigo - a PHP based photo gallery |
4+
// +-----------------------------------------------------------------------+
5+
// | Copyright(C) 2008-2014 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['Add links'] = 'افزودن پیوند ';
24+
$lang['Add website URL in photo description'] = 'افزودن پیوند از سایت دیگر برای تصاویر ';
25+
$lang['Delete this item'] = 'حذف این مورد ';
26+
$lang['File URL'] = 'ادرس پیوند ';
27+
$lang['File URL is empty'] = 'فایل در پیوند خالی است ';
28+
$lang['Invalid file URL'] = 'پیوند نامعتبر است :(';
29+
$lang['Invalid file type'] = 'نوع فایل نامعتبراست';
30+
$lang['Multiple uploader doesn\'t work? Try the <a href="%s">single uploader</a> instead.'] = ' <a href="%s"> اپلودتکی</a> اپلود چندتایی کار نمیکند؟این را امتحان کنید ';
31+
$lang['One link by line, separate photo name and url with a &laquo; | &raquo;. Photo name is optional.'] = 'هر خط یک لینک &laquo; | &raquo;. با جدا کننده نام تصایو را جدا کنید
32+
بین خودمون بمونه نام عکس دلبخواهی است می توانید نزاریدش ';
33+
$lang['Pending'] = 'منتظرم';
34+
$lang['Unable to download file'] = 'فایل دانلود نشد';
35+
$lang['Want to upload many files? Try the <a href="%s">multiple uploader</a> instead.'] = 'اپلود بیشتر میخواهید ؟ ایو امتحان کنید<a href="%s"> اپلود چند خطه</a> ';
36+
?>

0 commit comments

Comments
 (0)