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['Height'] = 'ارتفاع'; |
---|
24 | $lang['Height has been updated'] = 'ارتفاع به روز شده است'; |
---|
25 | $lang['one category'] = 'یک البوم'; |
---|
26 | $lang['severals categories'] = 'چندین آلبوم '; |
---|
27 | $lang['All categories'] = 'تمام البوم ها'; |
---|
28 | $lang['Animation background color'] = 'رنگ انمیشن پس زمینه'; |
---|
29 | $lang['Animation size'] = 'اندازه انیمیشن'; |
---|
30 | $lang['Applicable categorie(s)'] = 'مربوط به البام(ها)'; |
---|
31 | $lang['Background color of animation has been updated'] = 'رنگ پس زمینه انمیشن برروز رسانی شد '; |
---|
32 | $lang['Color'] = 'رنگ'; |
---|
33 | $lang['Main configuration'] = 'ترتیب اصلی'; |
---|
34 | $lang['No'] = 'نه'; |
---|
35 | $lang['Photo Widget Plugin'] = 'پلاگین'; |
---|
36 | $lang['Submit'] = 'ارسال'; |
---|
37 | $lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'این پلاگین نصاویر ویا فیلم ها را به صورت 3 بعدی میچرخاند |
---|
38 | برای هیچان انگیز کردن فیلم ویا فایل های فلش |
---|
39 | '; |
---|
40 | $lang['This widget requires Flash Player 9 or better'] = 'برای نمایش بهتر لطفا فلش پلیر 9 ویا بالاتر را از نصب کنید '; |
---|
41 | $lang['Width'] = 'پهن'; |
---|
42 | $lang['Width has been updated'] = 'پهنا بروز شد '; |
---|
43 | $lang['Yes'] = 'بله'; |
---|
44 | $lang['You can choose that mode for displaying one, severals or all categories'] = 'شما می توانید این حالت را برای نمایش یک، severals یا تمام آلبوم را انتخاب کنید'; |
---|
45 | $lang['You choose that mode for'] = 'شما یک مد را انتخاب کید برای'; |
---|
46 | $lang['You must choose at least one category'] = 'بیشترین انتخاب راشما از اخرین البوم '; |
---|
47 | ?> |
---|