No regular expressions were active.
1 |
|
// UK lang
variables
|
|
|
2 |
|
|
|
|
3 |
|
tinyMCE.ad
dToLang('d
evkit',{
|
|
|
4 |
|
title : 'T
inyMCE Dev
elopment K
it',
|
|
|
5 |
|
info_tab :
'Info',
|
|
|
6 |
|
settings_t
ab : 'Sett
ings',
|
|
|
7 |
|
log_tab :
'Log',
|
|
|
8 |
|
content_ta
b : 'Conte
nt',
|
|
|
9 |
|
command_st
ates_tab :
'Commands
',
|
|
|
10 |
|
undo_redo_
tab : 'Und
o/Redo',
|
|
|
11 |
|
misc_tab :
'Misc',
|
|
|
12 |
|
filter : '
Filter:',
|
|
|
13 |
|
clear_log
: 'Clear l
og',
|
|
|
14 |
|
refresh :
'Refresh',
|
|
|
15 |
|
info_help
: 'Press R
efresh to
view info.
',
|
|
|
16 |
|
settings_h
elp : 'Pre
ss Refresh
to displa
y the sett
ings array
for each
TinyMCE_Co
ntrol inst
ance.',
|
|
|
17 |
|
content_he
lp : 'Pres
s Refresh
to display
the raw a
nd cleaned
HTML cont
ent for ea
ch TinyMCE
_Control i
nstance.',
|
|
|
18 |
|
command_st
ates_help
: 'Press R
efresh to
display th
e current
command st
ates from
inst.query
CommandSta
te. This l
ist will a
lso mark u
nsupported
commands.
',
|
|
|
19 |
|
undo_redo_
help : 'Pr
ess Refres
h to displ
ay the glo
bal and in
stance und
o/redo lev
els.',
|
|
|
20 |
|
misc_help
: 'Here ar
e various
tools for
debugging
and develo
pment purp
oses.',
|
|
|
21 |
|
debug_even
ts : 'Debu
g events',
|
|
|
22 |
|
undo_diff
: 'Diff un
do levels'
|
|
|
23 |
|
});
|
|
|