Home
last modified time | relevance | path

Searched refs:FCKLang (Results 51 – 75 of 180) sorted by path

12345678

/plugin/fckg/fckeditor/editor/lang/
H A Dpl.js24 var FCKLang = class
H A Dpt-br.js24 var FCKLang = class
H A Dpt.js24 var FCKLang = class
H A Dro.js24 var FCKLang = class
H A Dru.js24 var FCKLang = class
H A Dsk.js24 var FCKLang = class
H A Dsl.js24 var FCKLang = class
H A Dsr-latn.js24 var FCKLang = class
H A Dsr.js24 var FCKLang = class
H A Dsv.js24 var FCKLang = class
H A Dth.js24 var FCKLang = class
H A Dtr.js24 var FCKLang = class
H A Duk.js24 var FCKLang = class
H A Dvi.js24 var FCKLang = class
H A Dzh-cn.js24 var FCKLang = class
H A Dzh.js24 var FCKLang = class
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js26 new FCKDialogCommand( FCKLang['FontsDlgTitle'], FCKLang['FontsDlgTitle'],
30 var oFontsTool = new FCKToolbarButton( 'fonts', FCKLang['FontsToolTip'] ) ;
/plugin/fckg/fckeditor/editor/plugins/fonts/lang/
H A Den.js2 FCKLang.FontsDlgButtonWeight = "Font weight";
3 FCKLang.FontsDlgNormal = 'Normal';
4 FCKLang.FontsDlgButtonSize = 'Font size';
5 FCKLang.FontsDlgBold = 'Bold';
13 FCKLang.FontsRemoveSize='Remove size';
24 FCKLang.fontSamples = "Show Samples";
25 FCKLang.fontColorSample = "Color Sample";
26 FCKLang.fontColors = "Show Colors";
27 FCKLang.fontSamplesHide = "Hide Samples";
28 FCKLang.fontColorsHide = "Hide Colors";
[all …]
H A Dnl.js2 FCKLang.FontsDlgButtonWeight = "Lettertype lijndikte";
3 FCKLang.FontsDlgNormal = 'Normaal';
4 FCKLang.FontsDlgButtonSize = 'Lettertype grootte';
5 FCKLang.FontsDlgBold = 'Vet';
12 FCKLang.FontsRemoveAll='Verwijder formattering';
13 FCKLang.FontsRemoveSize='Verwijder grootte';
25 FCKLang.fontSamples = "Voorbeelden Tonen";
26 FCKLang.fontColorSample = "Kleur Voorbeeld";
27 FCKLang.fontColors = "Kleuren Tonen";
29 FCKLang.fontColorsHide = "Kleuren Verbergen";
[all …]
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js28 new FCKDialogCommand( FCKLang['GeshiDlgTitle'], FCKLang['GeshiDlgTitle'],
32 var oGeshiTool = new FCKToolbarButton( 'geshi', FCKLang['GeshiToolTip'] ) ;
/plugin/fckg/fckeditor/editor/plugins/geshi/lang/
H A Den.js3 FCKLang.GeshiDlgTitle = 'Geshi Code Blocks';
4 FCKLang.GeshiCodeBlock = 'Code Block';
5 FCKLang.GeshiDownloadable = 'Downloadable Code Snippet';
6 FCKLang.GeshiToolTip = 'Geshi Code Blocks';
7 FCKLang.GeshiDlgTitle = 'Geshi Selection Tool';
8 FCKLang.geshiHelp = 'With this tool you can create either a "Code Block" or "Downloadable…
12 FCKLang.geshiHelpButton = 'Instructions';
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfckplugin.js7 FCKCommands.RegisterCommand( 'insertHtmlCode', new FCKDialogCommand( 'InsertHtmlCode', FCKLang.DlgF…
11 var oinsertHtmlCodeItem = new FCKToolbarButton( 'insertHtmlCode', 'Create/Edit Footnotes', FCKLang.…
/plugin/fckg/fckeditor/editor/plugins/keyboard/
H A Dfckplugin.js26 new FCKDialogCommand( FCKLang['KeyboardDlgTitle'], FCKLang['KeyboardDlgTitle'],
30 var oKeyboardTool = new FCKToolbarButton( 'keyboard', FCKLang['KeyboardToolTip'] ) ;
/plugin/fckg/fckeditor/editor/plugins/keyboard/lang/
H A Den.js4 FCKLang.KeyboardToolTip = 'Open Virtual Keyboard';
5 FCKLang.KeyboardDlgTitle = 'Virtual Keyboard';
6 FCKLang.keyboardHelp = 'Clicking the Open button starts up the Virtual Keyboard. See "About…
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js12 var oDelPara = new FCKToolbarButton( 'Delete_P',FCKLang.ParagraphToBreak ) ;
23 menu.AddItem( 'Delete_P', FCKLang.ParagraphToBreak, oDelPara.IconPath) ;

12345678