1
|
1 |
// UK lang variables
|
|
2 |
|
|
3 |
tinyMCE.addToLang('fullpage',{
|
|
4 |
title : 'Document properties',
|
|
5 |
desc : 'Document properties',
|
|
6 |
meta_tab : 'General',
|
|
7 |
appearance_tab : 'Appearance',
|
|
8 |
advanced_tab : 'Advanced',
|
|
9 |
meta_props : 'Meta information',
|
|
10 |
langprops : 'Language and encoding',
|
|
11 |
meta_title : 'Title',
|
|
12 |
meta_keywords : 'Keywords',
|
|
13 |
meta_description : 'Description',
|
|
14 |
meta_robots : 'Robots',
|
|
15 |
doctypes : 'Doctype',
|
|
16 |
langcode : 'Language code',
|
|
17 |
langdir : 'Language direction',
|
|
18 |
ltr : 'Left to right',
|
|
19 |
rtl : 'Right to left',
|
|
20 |
xml_pi : 'XML declaration',
|
|
21 |
encoding : 'Character encoding',
|
|
22 |
appearance_bgprops : 'Background properties',
|
|
23 |
appearance_marginprops : 'Body margins',
|
|
24 |
appearance_linkprops : 'Link colors',
|
|
25 |
appearance_textprops : 'Text properties',
|
|
26 |
bgcolor : 'Background color',
|
|
27 |
bgimage : 'Background image',
|
|
28 |
left_margin : 'Left margin',
|
|
29 |
right_margin : 'Right margin',
|
|
30 |
top_margin : 'Top margin',
|
|
31 |
bottom_margin : 'Bottom margin',
|
|
32 |
text_color : 'Text color',
|
|
33 |
font_size : 'Font size',
|
|
34 |
font_face : 'Font face',
|
|
35 |
link_color : 'Link color',
|
|
36 |
hover_color : 'Hover color',
|
|
37 |
visited_color : 'Visited color',
|
|
38 |
active_color : 'Active color',
|
|
39 |
textcolor : 'Color',
|
|
40 |
fontsize : 'Font size',
|
|
41 |
fontface : 'Font family',
|
|
42 |
meta_index_follow : 'Index and follow the links',
|
|
43 |
meta_index_nofollow : 'Index and don\'t follow the links',
|
|
44 |
meta_noindex_follow : 'Do not index but follow the links',
|
|
45 |
meta_noindex_nofollow : 'Do not index and don\'t follow the links',
|
|
46 |
appearance_style : 'Stylesheet and style properties',
|
|
47 |
stylesheet : 'Stylesheet',
|
|
48 |
style : 'Style',
|
|
49 |
author : 'Author',
|
|
50 |
copyright : 'Copyright',
|
|
51 |
add : 'Add new element',
|
|
52 |
remove : 'Remove selected element',
|
|
53 |
moveup : 'Move selected element up',
|
|
54 |
movedown : 'Move selected element down',
|
|
55 |
head_elements : 'Head elements',
|
|
56 |
info : 'Information',
|
|
57 |
info_text : '',
|
|
58 |
add_title : 'Title element',
|
|
59 |
add_meta : 'Meta element',
|
|
60 |
add_script : 'Script element',
|
|
61 |
add_style : 'Style element',
|
|
62 |
add_link : 'Link element',
|
|
63 |
add_base : 'Base element',
|
|
64 |
add_comment : 'Comment node',
|
|
65 |
title_element : 'Title element',
|
|
66 |
script_element : 'Script element',
|
|
67 |
style_element : 'Style element',
|
|
68 |
base_element : 'Base element',
|
|
69 |
link_element : 'Link element',
|
|
70 |
meta_element : 'Meta element',
|
|
71 |
comment_element : 'Comment',
|
|
72 |
src : 'Src',
|
|
73 |
language : 'Language',
|
|
74 |
href : 'Href',
|
|
75 |
target : 'Target',
|
|
76 |
rel : 'Rel',
|
|
77 |
type : 'Type',
|
|
78 |
charset : 'Charset',
|
|
79 |
defer : 'Defer',
|
|
80 |
media : 'Media',
|
|
81 |
properties : 'Properties',
|
|
82 |
name : 'Name',
|
|
83 |
value : 'Value',
|
|
84 |
content : 'Content',
|
|
85 |
rel : 'Rel',
|
|
86 |
rev : 'Rev',
|
|
87 |
hreflang : 'Href lang',
|
|
88 |
general_props : 'General',
|
|
89 |
advanced_props : 'Advanced',
|
|
90 |
delta_width : 0,
|
|
91 |
delta_height : 0
|
|
92 |
});
|