No regular expressions were active.
1 |
|
// UK lang
variables
|
|
|
2 |
|
|
|
|
3 |
|
tinyMCE.ad
dToLang('a
dvlink',{
|
|
|
4 |
|
general_ta
b : 'Gener
al',
|
|
|
5 |
|
popup_tab
: 'Popup',
|
|
|
6 |
|
events_tab
: 'Events
',
|
|
|
7 |
|
advanced_t
ab : 'Adva
nced',
|
|
|
8 |
|
general_pr
ops : 'Gen
eral prope
rties',
|
|
|
9 |
|
popup_prop
s : 'Popup
propertie
s',
|
|
|
10 |
|
event_prop
s : 'Event
s',
|
|
|
11 |
|
advanced_p
rops : 'Ad
vanced pro
perties',
|
|
|
12 |
|
popup_opts
: 'Option
s',
|
|
|
13 |
|
anchor_nam
es : 'Anch
ors',
|
|
|
14 |
|
target_sam
e : 'Open
in this wi
ndow / fra
me',
|
|
|
15 |
|
target_par
ent : 'Ope
n in paren
t window /
frame',
|
|
|
16 |
|
target_top
: 'Open i
n top fram
e (replace
s all fram
es)',
|
|
|
17 |
|
target_bla
nk : 'Open
in new wi
ndow',
|
|
|
18 |
|
popup : 'J
avascript
popup',
|
|
|
19 |
|
popup_url
: 'Popup U
RL',
|
|
|
20 |
|
popup_name
: 'Window
name',
|
|
|
21 |
|
popup_retu
rn : 'Inse
rt \'retur
n false\''
,
|
|
|
22 |
|
popup_scro
llbars : '
Show scrol
lbars',
|
|
|
23 |
|
popup_stat
usbar : 'S
how status
bar',
|
|
|
24 |
|
popup_tool
bar : 'Sho
w toolbars
',
|
|
|
25 |
|
popup_menu
bar : 'Sho
w menu bar
',
|
|
|
26 |
|
popup_loca
tion : 'Sh
ow locatio
n bar',
|
|
|
27 |
|
popup_resi
zable : 'M
ake window
resizable
',
|
|
|
28 |
|
popup_depe
ndent : 'D
ependent (
Mozilla/Fi
refox only
)',
|
|
|
29 |
|
popup_size
: 'Size',
|
|
|
30 |
|
popup_posi
tion : 'Po
sition (X/
Y)',
|
|
|
31 |
|
id : 'Id',
|
|
|
32 |
|
style: 'St
yle',
|
|
|
33 |
|
classes :
'Classes',
|
|
|
34 |
|
target_nam
e : 'Targe
t name',
|
|
|
35 |
|
langdir :
'Language
direction'
,
|
|
|
36 |
|
target_lan
gcode : 'T
arget lang
uage',
|
|
|
37 |
|
langcode :
'Language
code',
|
|
|
38 |
|
encoding :
'Target c
haracter e
ncoding',
|
|
|
39 |
|
mime : 'Ta
rget MIME
type',
|
|
|
40 |
|
rel : 'Rel
ationship
page to ta
rget',
|
|
|
41 |
|
rev : 'Rel
ationship
target to
page',
|
|
|
42 |
|
tabindex :
'Tabindex
',
|
|
|
43 |
|
accesskey
: 'Accessk
ey',
|
|
|
44 |
|
ltr : 'Lef
t to right
',
|
|
|
45 |
|
rtl : 'Rig
ht to left
'
|
|
|
46 |
|
});
|
|
|