source: extensions/piwigo_videojs/language/fa_IR/plugin.lang.php @ 27374

Last change on this file since 27374 was 27374, checked in by TranslationTeam, 10 years ago

[piwigo_videojs] Update fa_IR, thanks to : mnsb13600

  • Property svn:executable set to *
File size: 3.6 KB
Line 
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['ZOOMROTATE'] = 'زوم چرخشی';
24$lang['ZOOMROTATE_DESC'] = 'چرخش و زوم یک ویدیو در صورت امکان، استفاده از ابرداده چرخش.';
25$lang['SYNC_POSTEROVERLAY_DESC'] = 'درخواست همپوشانی در ایجاد پوستر';
26$lang['SYNC_POSTEROVERWRITE'] = 'بازنویسی پوستر های موجود';
27$lang['UPSCALE'] = 'مجلل';
28$lang['VIDEOJSPLUGIN'] = 'پلاگین جاوا اسکریپت';
29$lang['VOLUME'] = 'مقدار ';
30$lang['WATERMARK'] = 'ارم وعلایم ';
31$lang['WATERMARK_DESC'] = 'نشان دادن ارم روی ویدیو ';
32$lang['WIDTH'] = 'حداکثر عرض';
33$lang['SYNC_POSTEROVERLAY'] = 'اضافه کردن جلوه فیلم';
34$lang['SYNC_POSTER_DESC'] = ' ایجاد یک پوستر از این ویدئو را در موقعیت مشخص';
35$lang['SYNC_THUMBSEC'] = 'ایجاد یک تصویر بند انگشتی در هر ثانیه';
36$lang['SYNC_THUMBSEC_DESC'] = 'ایجاد یک تصویر بند انگشتی هر x ثانیه صورت گرفت.';
37$lang['SYNC_THUMBSIZE'] = 'اندازه تصویر بند انگشتی';
38$lang['SYNC_THUMBSIZE_DESC'] = 'ابعاد در پیکسل، کوچک نگه داشتن آن، به طور پیش فرض خوب است، یوتیوب استفاده 190x68.';
39$lang['SYNC_WARNINGS'] = 'هشدارها';
40$lang['THUMBNAILS'] = 'ریز عکسها';
41$lang['THUMBNAILS_DESC'] = 'نمایش تصاویر بر روی نوار پیشرفت کوچک.';
42$lang['AUTOPLAY'] = 'پخش خودکار';
43$lang['CONTROLS'] = 'کنترل گرها';
44$lang['CUSTOMCSS'] = 'استایل سفارشی';
45$lang['HTML5'] = 'تنظیم کردن برچسب های HTML5';
46$lang['LOOP'] = 'تکرار ';
47$lang['PLUGIN'] = 'تنظیمات پلاگین';
48$lang['PRELOAD'] = 'پیش نمایش';
49$lang['SKIN'] = 'پوسته';
50$lang['SYNC_ERRORS'] = 'خطا ها';
51$lang['SYNC_INFOS'] = 'جزئیات اطلاعات';
52$lang['SYNC_OUTPUT'] = 'فرمت خروجی';
53$lang['SYNC_POSTER'] = 'ایجاد پوستر موقعیت دوم';
54?>
Note: See TracBrowser for help on using the repository browser.