source: extensions/bbcode_bar/language/fa_IR/plugin.lang.php @ 27290

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

[bbcode_bar] Update fa_IR, thanks to : mnsb13600

  • Property svn:executable set to *
File size: 3.1 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['Available options'] = 'گزینه های در دسترس';
24$lang['Striped  : [s]striped']['/s'] = 'راه راه';
25$lang['URL : [url=URL]Title']['/url'] = 'ادرس اینترنتی';
26$lang['Underline : [u]underline']['/u'] = 'زیر خط دار';
27$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'لیست نامرتب';
28$lang['White'] = 'سفید ';
29$lang['Yellow'] = 'زرد';
30$lang['huge font'] = 'بسیار بزرگ ';
31$lang['large font'] = 'بزرگ ';
32$lang['normal font'] = 'نرمال ';
33$lang['small font'] = 'کوچک ';
34$lang['tiny font'] = 'کوچک تر';
35$lang['Black'] = 'سیاه ';
36$lang['Blue'] = 'ابی';
37$lang['Bold : [b]bold']['/b'] = 'تو پر';
38$lang['Center : [center]center']['/center'] = 'مرکز';
39$lang['E-mail : [email]Email']['/email'] = 'ایمیل';
40$lang['Font color : [color=color]text']['/color'] = 'رنگ فونت';
41$lang['Font size : [size=X]text']['/size'] = 'سایز فونت';
42$lang['Green'] = 'سبز';
43$lang['Grey'] = 'خاکستری';
44$lang['Italic : [i]italic']['/i'] = 'مورب';
45$lang['List element : [li]element']['/li'] = 'فهرست عنصر';
46$lang['Orange'] = 'نارنجی';
47$lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'لیست سفارشی';
48$lang['Paragraph : [p]Paragraph']['/p'] = 'پاراگراف';
49$lang['Picture : [img]picture']['/img'] = 'عکس';
50$lang['Purple'] = 'ارغوانی';
51$lang['Quote : [quote]quote']['/quote'] = 'نقل قول';
52$lang['Red'] = 'قرمز';
53$lang['Right : [right]right']['/right'] = 'راست چین';
54?>
Note: See TracBrowser for help on using the repository browser.