420 |
florian |
1 |
// UK lang variables
|
|
|
2 |
|
|
|
3 |
tinyMCE.addToLang('advlink',{
|
|
|
4 |
general_tab : 'General',
|
|
|
5 |
popup_tab : 'Popup',
|
|
|
6 |
events_tab : 'Events',
|
|
|
7 |
advanced_tab : 'Advanced',
|
|
|
8 |
general_props : 'General properties',
|
|
|
9 |
popup_props : 'Popup properties',
|
|
|
10 |
event_props : 'Events',
|
|
|
11 |
advanced_props : 'Advanced properties',
|
|
|
12 |
popup_opts : 'Options',
|
|
|
13 |
anchor_names : 'Anchors',
|
|
|
14 |
target_same : 'Open in this window / frame',
|
|
|
15 |
target_parent : 'Open in parent window / frame',
|
|
|
16 |
target_top : 'Open in top frame (replaces all frames)',
|
|
|
17 |
target_blank : 'Open in new window',
|
|
|
18 |
popup : 'Javascript popup',
|
|
|
19 |
popup_url : 'Popup URL',
|
|
|
20 |
popup_name : 'Window name',
|
|
|
21 |
popup_return : 'Insert \'return false\'',
|
|
|
22 |
popup_scrollbars : 'Show scrollbars',
|
|
|
23 |
popup_statusbar : 'Show status bar',
|
|
|
24 |
popup_toolbar : 'Show toolbars',
|
|
|
25 |
popup_menubar : 'Show menu bar',
|
|
|
26 |
popup_location : 'Show location bar',
|
|
|
27 |
popup_resizable : 'Make window resizable',
|
|
|
28 |
popup_dependent : 'Dependent (Mozilla/Firefox only)',
|
|
|
29 |
popup_size : 'Size',
|
|
|
30 |
popup_position : 'Position (X/Y)',
|
|
|
31 |
id : 'Id',
|
|
|
32 |
style: 'Style',
|
|
|
33 |
classes : 'Classes',
|
|
|
34 |
target_name : 'Target name',
|
|
|
35 |
langdir : 'Language direction',
|
|
|
36 |
target_langcode : 'Target language',
|
|
|
37 |
langcode : 'Language code',
|
|
|
38 |
encoding : 'Target character encoding',
|
|
|
39 |
mime : 'Target MIME type',
|
|
|
40 |
rel : 'Relationship page to target',
|
|
|
41 |
rev : 'Relationship target to page',
|
|
|
42 |
tabindex : 'Tabindex',
|
|
|
43 |
accesskey : 'Accesskey',
|
|
|
44 |
ltr : 'Left to right',
|
|
|
45 |
rtl : 'Right to left'
|
|
|
46 |
});
|