source: extensions/bbcode_bar/language/ar_SA/plugin.lang.php @ 10260

Last change on this file since 10260 was 10260, checked in by ddtddt, 13 years ago

[extensions] - bbcode_bar - add help ar_SA thanks to bakir

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<?php
2       
3$lang['center_help']     = "منتصف: [center]منتصف[/center]";
4$lang['right_help']     = "يمين : [right]يمين[/right]";
5$lang['ul_help']         = "قائمة غير مرتبة : [ul][li]العنصؤ[/li][/ul]";
6$lang['ol_help']         = "قائمة مرتبة : [ol][li]العنصر[/li][/ol]";
7$lang['li_help']         = "عنصر القائمة : [li]العنصر[/li]";
8 
9$lang['quote_help']     = "الاقتباس : [quote]الاقتباس[/quote]";
10$lang['img_help']         = "الصورة : [img]الصورة[/img]";
11$lang['url_help']         = "الرابط : [url=URL]العنوان[/url]";
12$lang['mail_help']         = "البريد : [email]البريد[/email]";
13 
14$lang['size_help']         = "حجم الخط : [size=X]النص[/size]";
15$lang['tiny']             = "صغير جدا";
16$lang['small']             = "صغير";
17$lang['normal']         = "عادي";
18$lang['large']             = "كبير";
19$lang['huge']             = "كبير جدا";
20 
21$lang['color_help']     = "لون الخط : [color=color]النص[/color]";
22$lang['red_help']         = "احمر";
23$lang['orange_help']     = "برتقالي";
24$lang['yellow_help']     = "اصفر";
25$lang['green_help']     = "اخضر";
26$lang['blue_help']         = "ازرق";
27$lang['purple_help']     = "زهري";
28$lang['white_help']     = "ابيض";
29$lang['grey_help']         = "رمادي";
30$lang['black_help']     = "اسود";
31 
32?>
Note: See TracBrowser for help on using the repository browser.