Ignore:
Timestamp:
Apr 10, 2011, 10:02:21 PM (13 years ago)
Author:
ddtddt
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/language/ar_SA/plugin.lang.php

    r10261 r10263  
    11<?php
    2                
    3         $lang['p_help']                 = "Paragraph : [p]Paragraph[/p]";       
    4         $lang['b_help']                 = "Bold : [b]bold[/b]";
    5         $lang['i_help']                 = "Italic : [i]italic[/i]";
    6         $lang['u_help']                 = "Underline : [u]underline[/u]";       
    7         $lang['s_help']                 = "Striped  : [s]striped[/s]";
    82       
    9         $lang['center_help']    = "Center : [center]center[/center]";
    10         $lang['right_help']     = "Right : [right]right[/right]";
    11         $lang['ul_help']                = "Unordered list : [ul][li]element[/li][/ul]";
    12         $lang['ol_help']                = "Ordered list : [ol][li]element[/li][/ol]";
    13         $lang['li_help']                = "List element : [li]element[/li]";
    14        
    15         $lang['quote_help']     = "Quote : [quote]quote[/quote]";
    16         $lang['img_help']               = "Picture : [img]picture[/img]";
    17         $lang['url_help']               = "URL : [url=URL]Title[/url]";
    18         $lang['mail_help']              = "E-mail : [email]Email[/email]";     
    19        
    20         $lang['size_help']              = "Font size : [size=X]text[/size]";
    21         $lang['tiny']                   = "Tiny";
    22         $lang['small']                  = "Small";
    23         $lang['normal']                 = "Normal";
    24         $lang['large']                  = "Large";
    25         $lang['huge']                   = "Huge";       
    26        
    27         $lang['color_help']     = "Font color : [color=color]text[/color]";
    28         $lang['red_help']               = "Red";                       
    29         $lang['orange_help']    = "Orange";             
    30         $lang['yellow_help']    = "Yellow";             
    31         $lang['green_help']     = "Green";     
    32         $lang['blue_help']              = "Blue";       
    33         $lang['purple_help']    = "Purple";
    34         $lang['white_help']     = "White";
    35         $lang['grey_help']              = "Grey";
    36         $lang['black_help']     = "Black";
    37 
     3$lang['p_help']         = "فقرة: [p]فقرة[/p]";
     4$lang['b_help']         = "واضح: [b]واضح[/b]";
     5$lang['i_help']         = "ايتاليك: [i]ايتاليك[/i]";
     6$lang['u_help']         = "تحته خط: [u]تحته خط[/u]";
     7$lang['s_help']         = "مزال: [s]مزال[/s]";
     8 
     9$lang['center_help']     = "منتصف: [center]منتصف[/center]";
     10$lang['right_help']     = "يمين : [right]يمين[/right]";
     11$lang['ul_help']         = "قائمة غير مرتبة : [ul][li]العنصؤ[/li][/ul]";
     12$lang['ol_help']         = "قائمة مرتبة : [ol][li]العنصر[/li][/ol]";
     13$lang['li_help']         = "عنصر القائمة : [li]العنصر[/li]";
     14 
     15$lang['quote_help']     = "الاقتباس : [quote]الاقتباس[/quote]";
     16$lang['img_help']         = "الصورة : [url]الصورة[/url]";
     17$lang['url_help']         = "الرابط : [url=URL]العنوان[/url]";
     18$lang['mail_help']         = "البريد : [email]البريد[/email]";
     19 
     20$lang['size_help']         = "حجم الخط : [size=X]النص[/size]";
     21$lang['tiny']             = "صغير جدا";
     22$lang['small']             = "صغير";
     23$lang['normal']         = "عادي";
     24$lang['large']             = "كبير";
     25$lang['huge']             = "كبير جدا";
     26 
     27$lang['color_help']     = "لون الخط : [color=color]النص[/color]";
     28$lang['red_help']         = "احمر";
     29$lang['orange_help']     = "برتقالي";
     30$lang['yellow_help']     = "اصفر";
     31$lang['green_help']     = "اخضر";
     32$lang['blue_help']         = "ازرق";
     33$lang['purple_help']     = "زهري";
     34$lang['white_help']     = "ابيض";
     35$lang['grey_help']         = "رمادي";
     36$lang['black_help']     = "اسود";
     37 
    3838?>
Note: See TracChangeset for help on using the changeset viewer.