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