includes/clientside/tinymce/plugins/style/langs/en.js
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 336 bfa2e9c23f03
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 // UK lang variables
       
     2 
       
     3 tinyMCE.addToLang('style',{
       
     4 title : 'Edit CSS Style',
       
     5 styleinfo_desc : 'Edit CSS Style',
       
     6 apply : 'Apply',
       
     7 text_tab : 'Text',
       
     8 background_tab : 'Background',
       
     9 block_tab : 'Block',
       
    10 box_tab : 'Box',
       
    11 border_tab : 'Border',
       
    12 list_tab : 'List',
       
    13 positioning_tab : 'Positioning',
       
    14 text_props : 'Text',
       
    15 text_font : 'Font',
       
    16 text_size : 'Size',
       
    17 text_weight : 'Weight',
       
    18 text_style : 'Style',
       
    19 text_variant : 'Variant',
       
    20 text_lineheight : 'Line height',
       
    21 text_case : 'Case',
       
    22 text_color : 'Color',
       
    23 text_decoration : 'Decoration',
       
    24 text_overline : 'overline',
       
    25 text_underline : 'underline',
       
    26 text_striketrough : 'strikethrough',
       
    27 text_blink : 'blink',
       
    28 text_none : 'none',
       
    29 background_color : 'Background color',
       
    30 background_image : 'Background image',
       
    31 background_repeat : 'Repeat',
       
    32 background_attachment : 'Attachment',
       
    33 background_hpos : 'Horizontal position',
       
    34 background_vpos : 'Vertical position',
       
    35 block_wordspacing : 'Word spacing',
       
    36 block_letterspacing : 'Letter spacing',
       
    37 block_vertical_alignment : 'Vertical alignment',
       
    38 block_text_align : 'Text align',
       
    39 block_text_indent : 'Text indent',
       
    40 block_whitespace : 'Whitespace',
       
    41 block_display : 'Display',
       
    42 box_width : 'Width',
       
    43 box_height : 'Height',
       
    44 box_float : 'Float',
       
    45 box_clear : 'Clear',
       
    46 padding : 'Padding',
       
    47 same : 'Same for all',
       
    48 top : 'Top',
       
    49 right : 'Right',
       
    50 bottom : 'Bottom',
       
    51 left : 'Left',
       
    52 margin : 'Margin',
       
    53 style : 'Style',
       
    54 width : 'Width',
       
    55 height : 'Height',
       
    56 color : 'Color',
       
    57 list_type : 'Type',
       
    58 bullet_image : 'Bullet image',
       
    59 position : 'Position',
       
    60 positioning_type : 'Type',
       
    61 visibility : 'Visibility',
       
    62 zindex : 'Z-index',
       
    63 overflow : 'Overflow',
       
    64 placement : 'Placement',
       
    65 clip : 'Clip'
       
    66 });