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