Blame view

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