Ignore:
Timestamp:
Aug 1, 2011, 6:10:33 PM (13 years ago)
Author:
mistic100
Message:

rename language keys

Location:
extensions/bbcode_bar/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/template/bbcode_bar.tpl

    r11295 r11873  
    55BBCodeBar = {ldelim}
    66  markupSet: [
    7     {if isset($BBC_b)}{ldelim}name:'{'b_help'|@translate}', key:'B', openWith:'[b]', closeWith:'[/b]', className:'markItUpBold'},{/if}
    8     {if isset($BBC_i)}{ldelim}name:'{'i_help'|@translate}', key:'I', openWith:'[i]', closeWith:'[/i]', className:'markItUpItalic'},{/if}
    9     {if isset($BBC_u)}{ldelim}name:'{'u_help'|@translate}', key:'U', openWith:'[u]', closeWith:'[/u]', className:'markItUpUnderline'},{/if}
    10     {if isset($BBC_s)}{ldelim}name:'{'s_help'|@translate}', key:'S', openWith:'[s]', closeWith:'[/s]', className:'markItUpStroke'},{/if}
     7    {if isset($BBC_b)}{ldelim}name:'{'Bold : [b]bold[/b]'|@translate}', key:'B', openWith:'[b]', closeWith:'[/b]', className:'markItUpBold'},{/if}
     8    {if isset($BBC_i)}{ldelim}name:'{'Italic : [i]italic[/i]'|@translate}', key:'I', openWith:'[i]', closeWith:'[/i]', className:'markItUpItalic'},{/if}
     9    {if isset($BBC_u)}{ldelim}name:'{'Underline : [u]underline[/u]'|@translate}', key:'U', openWith:'[u]', closeWith:'[/u]', className:'markItUpUnderline'},{/if}
     10    {if isset($BBC_s)}{ldelim}name:'{'Striped  : [s]striped[/s]'|@translate}', key:'S', openWith:'[s]', closeWith:'[/s]', className:'markItUpStroke'},{/if}
    1111   
    1212    {if isset($BBC_p) OR isset($BBC_center) OR isset($BBC_right) OR isset($BBC_quote)}{ldelim}separator:'|'},{/if}
    1313   
    14     {if isset($BBC_p)}{ldelim}name:'{'p_help'|@translate}', openWith:'[p]', closeWith:'[/p]', className:'markItUpParagraph'},{/if}
    15     {if isset($BBC_center)}{ldelim}name:'{'center_help'|@translate}', openWith:'[center]', closeWith:'[/center]', className:'markItUpCenter'},{/if}
    16     {if isset($BBC_right)}{ldelim}name:'{'right_help'|@translate}', openWith:'[right]', closeWith:'[/right]', className:'markItUpRight'},{/if}
    17     {if isset($BBC_quote)}{ldelim}name:'{'quote_help'|@translate}', openWith:'[quote]', closeWith:'[/quote]', className:'markItUpQuote'},{/if}
     14    {if isset($BBC_p)}{ldelim}name:'{'Paragraph : [p]Paragraph[/p]'|@translate}', openWith:'[p]', closeWith:'[/p]', className:'markItUpParagraph'},{/if}
     15    {if isset($BBC_center)}{ldelim}name:'{'Center : [center]center[/center]'|@translate}', openWith:'[center]', closeWith:'[/center]', className:'markItUpCenter'},{/if}
     16    {if isset($BBC_right)}{ldelim}name:'{'Right : [right]right[/right]'|@translate}', openWith:'[right]', closeWith:'[/right]', className:'markItUpRight'},{/if}
     17    {if isset($BBC_quote)}{ldelim}name:'{'Quote : [quote]quote[/quote]'|@translate}', openWith:'[quote]', closeWith:'[/quote]', className:'markItUpQuote'},{/if}
    1818   
    1919    {if isset($BBC_ul) OR isset($BBC_ol) OR isset($BBC_li)}{ldelim}separator:'|'},{/if}
    2020   
    21     {if isset($BBC_ul)}{ldelim}name:'{'ul_help'|@translate}', openWith:'[ul]\n', closeWith:'\n[/ul]', className:'markItUpListUL'},{/if}
    22     {if isset($BBC_ol)}{ldelim}name:'{'ol_help'|@translate}', openWith:'[ol]\n', closeWith:'\n[/ol]', className:'markItUpListOL'},{/if}
    23     {if isset($BBC_ul) OR isset($BBC_ol)}{ldelim}name:'{'li_help'|@translate}', openWith:'[li]', closeWith:'[/li]', className:'markItUpListLI'},{/if}
     21    {if isset($BBC_ul)}{ldelim}name:'{'Unordered list : [ul][li]element[/li][/ul]'|@translate}', openWith:'[ul]\n', closeWith:'\n[/ul]', className:'markItUpListUL'},{/if}
     22    {if isset($BBC_ol)}{ldelim}name:'{'Ordered list : [ol][li]element[/li][/ol]'|@translate}', openWith:'[ol]\n', closeWith:'\n[/ol]', className:'markItUpListOL'},{/if}
     23    {if isset($BBC_ul) OR isset($BBC_ol)}{ldelim}name:'{'List element : [li]element[/li]'|@translate}', openWith:'[li]', closeWith:'[/li]', className:'markItUpListLI'},{/if}
    2424   
    2525    {if isset($BBC_img) OR isset($BBC_url) OR isset($BBC_mail)}{ldelim}separator:'|' },{/if}
    2626   
    27     {if isset($BBC_img)}{ldelim}name:'{'img_help'|@translate}', key:'P', replaceWith:'[img][![Url]!][/img]', className:'markItUpPicture'},{/if}
    28     {if isset($BBC_url)}{ldelim}name:'{'url_help'|@translate}', key:'L', openWith:'[url=[![Url]!]]', closeWith:'[/url]', className:'markItUpLink'},{/if}
    29     {if isset($BBC_email)}{ldelim}name:'{'mail_help'|@translate}', key:'M', replaceWith:'[email][![Mail]!][/email]', className:'markItUpMail'},{/if}
     27    {if isset($BBC_img)}{ldelim}name:'{'Picture : [img]picture[/img]'|@translate}', key:'P', replaceWith:'[img][![Url]!][/img]', className:'markItUpPicture'},{/if}
     28    {if isset($BBC_url)}{ldelim}name:'{'URL : [url=URL]Title[/url]'|@translate}', key:'L', openWith:'[url=[![Url]!]]', closeWith:'[/url]', className:'markItUpLink'},{/if}
     29    {if isset($BBC_email)}{ldelim}name:'{'E-mail : [email]Email[/email]'|@translate}', key:'M', replaceWith:'[email][![Mail]!][/email]', className:'markItUpMail'},{/if}
    3030   
    3131    {if isset($BBC_size) OR isset($BBC_color) OR isset($BBC_smilies)}{ldelim}separator:'|'},{/if}
    3232   
    3333    {if isset($BBC_size)}
    34     {ldelim}name:'{'size_help'|@translate}', className:'markItUpSize',
     34    {ldelim}name:'{'Font size : [size=X]text[/size]'|@translate}', className:'markItUpSize',
    3535      dropMenu :[
    3636        {ldelim}name:'{'tiny'|@translate}', openWith:'[size=7]', closeWith:'[/size]' },
     
    4343    {/if}
    4444    {if isset($BBC_color)}
    45     {ldelim}name:'{'color_help'|@translate}', className:'markItUpColors', openWith:'[color=[![Color]!]]', closeWith:'[/color]',
     45    {ldelim}name:'{'Font color : [color=color]text[/color]'|@translate}', className:'markItUpColors', openWith:'[color=[![Color]!]]', closeWith:'[/color]',
    4646      dropMenu: [
    47         {ldelim}name:'{'yellow_help'|@translate}',  openWith:'[color=yellow]',   closeWith:'[/color]', className:"col1-1" },
    48         {ldelim}name:'{'orange_help'|@translate}',  openWith:'[color=orange]',   closeWith:'[/color]', className:"col1-2" },
    49         {ldelim}name:'{'red_help'|@translate}',   openWith:'[color=red]',   closeWith:'[/color]', className:"col1-3" },
     47        {ldelim}name:'{'Yellow'|@translate}',  openWith:'[color=yellow]',   closeWith:'[/color]', className:"col1-1" },
     48        {ldelim}name:'{'Orange'|@translate}',  openWith:'[color=orange]',   closeWith:'[/color]', className:"col1-2" },
     49        {ldelim}name:'{'Red'|@translate}',   openWith:'[color=red]',   closeWith:'[/color]', className:"col1-3" },
    5050       
    51         {ldelim}name:'{'blue_help'|@translate}',   openWith:'[color=blue]',   closeWith:'[/color]', className:"col2-1" },
    52         {ldelim}name:'{'purple_help'|@translate}',   openWith:'[color=purple]',   closeWith:'[/color]', className:"col2-2" },
    53         {ldelim}name:'{'green_help'|@translate}',   openWith:'[color=green]',   closeWith:'[/color]', className:"col2-3" },
     51        {ldelim}name:'{'Blue'|@translate}',   openWith:'[color=blue]',   closeWith:'[/color]', className:"col2-1" },
     52        {ldelim}name:'{'Purple'|@translate}',   openWith:'[color=purple]',   closeWith:'[/color]', className:"col2-2" },
     53        {ldelim}name:'{'Green'|@translate}',   openWith:'[color=green]',   closeWith:'[/color]', className:"col2-3" },
    5454       
    55         {ldelim}name:'{'white_help'|@translate}',   openWith:'[color=white]',   closeWith:'[/color]', className:"col3-1" },
    56         {ldelim}name:'{'grey_help'|@translate}',   openWith:'[color=gray]',   closeWith:'[/color]', className:"col3-2" },
    57         {ldelim}name:'{'black_help'|@translate}',  openWith:'[color=black]',   closeWith:'[/color]', className:"col3-3" }
     55        {ldelim}name:'{'White'|@translate}',   openWith:'[color=white]',   closeWith:'[/color]', className:"col3-1" },
     56        {ldelim}name:'{'Grey'|@translate}',   openWith:'[color=gray]',   closeWith:'[/color]', className:"col3-2" },
     57        {ldelim}name:'{'Black'|@translate}',  openWith:'[color=black]',   closeWith:'[/color]', className:"col3-3" }
    5858      ]
    5959    },
  • extensions/bbcode_bar/template/bbcode_bar_admin.tpl

    r10983 r11873  
    1818    <ul>
    1919      <li>
    20         <label><span class="property">{'b_help'|@translate}</span>
     20        <label><span class="property">{'Bold : [b]bold[/b]'|@translate}</span>
    2121        <input type="checkbox" name="b" {$B_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/bold.png"></label>
    2222      </li>
    2323      <li>
    24         <label><span class="property">{'i_help'|@translate}</span>
     24        <label><span class="property">{'Italic : [i]italic[/i]'|@translate}</span>
    2525        <input type="checkbox" name="i" {$I_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/italic.png"></label>
    2626      </li>
    2727      <li>
    28         <label><span class="property">{'u_help'|@translate}</span>
     28        <label><span class="property">{'Underline : [u]underline[/u]'|@translate}</span>
    2929        <input type="checkbox" name="u" {$U_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/underline.png"></label>
    3030      </li>     
    3131      <li>
    32         <label><span class="property">{'s_help'|@translate}</span>
     32        <label><span class="property">{'Striped  : [s]striped[/s]'|@translate}</span>
    3333        <input type="checkbox" name="s" {$S_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/stroke.png"></label>
    3434      </li>
    3535      <li>
    36         <label><span class="property">{'p_help'|@translate}</span>
     36        <label><span class="property">{'Paragraph : [p]Paragraph[/p]'|@translate}</span>
    3737        <input type="checkbox" name="p" {$P_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/p.png"></label>
    3838      </li>
    3939      <li>
    40         <label><span class="property">{'center_help'|@translate}</span>
     40        <label><span class="property">{'Center : [center]center[/center]'|@translate}</span>
    4141        <input type="checkbox" name="center" {$CENTER_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/center.png"></label>
    4242      </li>
    4343      <li>
    44         <label><span class="property">{'right_help'|@translate}</span>
     44        <label><span class="property">{'Right : [right]right[/right]'|@translate}</span>
    4545        <input type="checkbox" name="right" {$RIGHT_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/right.png"></label>
    4646      </li>
    4747      <li>
    48         <label><span class="property">{'quote_help'|@translate}</span>
     48        <label><span class="property">{'Quote : [quote]quote[/quote]'|@translate}</span>
    4949        <input type="checkbox" name="quote" {$QUOTE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/quote.png"></label>
    5050      </li>
    5151      <li>
    52         <label><span class="property">{'ul_help'|@translate}</span>
     52        <label><span class="property">{'Unordered list : [ul][li]element[/li][/ul]'|@translate}</span>
    5353        <input type="checkbox" name="ul" {$UL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-bullet.png"></label>
    5454      </li>
    5555      <li>
    56         <label><span class="property">{'ol_help'|@translate}</span>
     56        <label><span class="property">{'Ordered list : [ol][li]element[/li][/ol]'|@translate}</span>
    5757        <input type="checkbox" name="ol" {$OL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-numeric.png"></label>
    5858      </li>
    5959      <li>
    60         <label><span class="property">{'img_help'|@translate}</span>
     60        <label><span class="property">{'Picture : [img]picture[/img]'|@translate}</span>
    6161        <input type="checkbox" name="img" {$IMG_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/picture.png"></label>
    6262      </li>
    6363      <li>
    64         <label><span class="property">{'url_help'|@translate}</span>
     64        <label><span class="property">{'URL : [url=URL]Title[/url]'|@translate}</span>
    6565        <input type="checkbox" name="url" {$URL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/link.png"></label>
    6666      </li>
    6767      <li>
    68         <label><span class="property">{'mail_help'|@translate}</span>
     68        <label><span class="property">{'E-mail : [email]Email[/email]'|@translate}</span>
    6969        <input type="checkbox" name="email" {$EMAIL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/mail.png"></label>
    7070      </li>
    7171      <li>
    72         <label><span class="property">{'size_help'|@translate}</span>
     72        <label><span class="property">{'Font size : [size=X]text[/size]'|@translate}</span>
    7373        <input type="checkbox" name="size" {$SIZE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/fonts.png"></label>
    7474      </li>
    7575      <li>
    76         <label><span class="property">{'color_help'|@translate}</span>
     76        <label><span class="property">{'Font color : [color=color]text[/color]'|@translate}</span>
    7777        <input type="checkbox" name="color" {$COLOR_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/colors.png"></label>
    7878      </li>
Note: See TracChangeset for help on using the changeset viewer.