| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcktoolbaritems.js | 41 …case 'Source' : oItem = new FCKToolbarButton( 'Source' , FCKLang.Source, null, FCK_TOOLBARITEM_I… 42 …case 'DocProps' : oItem = new FCKToolbarButton( 'DocProps' , FCKLang.DocProps, null, null, null,… 43 …case 'Save' : oItem = new FCKToolbarButton( 'Save' , FCKLang.Save, null, null, true, null, 3 )… 44 …case 'NewPage' : oItem = new FCKToolbarButton( 'NewPage' , FCKLang.NewPage, null, null, true, nu… 45 …case 'Preview' : oItem = new FCKToolbarButton( 'Preview' , FCKLang.Preview, null, null, true, nu… 46 …case 'Templates' : oItem = new FCKToolbarButton( 'Templates' , FCKLang.Templates, null, null, nul… 47 …case 'About' : oItem = new FCKToolbarButton( 'About' , FCKLang.About, null, null, true, null, 4… 49 …case 'Cut' : oItem = new FCKToolbarButton( 'Cut' , FCKLang.Cut, null, null, false, true, 7 ) ;… 50 …case 'Copy' : oItem = new FCKToolbarButton( 'Copy' , FCKLang.Copy, null, null, false, true, 8 … 51 …case 'Paste' : oItem = new FCKToolbarButton( 'Paste' , FCKLang.Paste, null, null, false, true, … [all …]
|
| D | fck_contextmenu.js | 36 …nnerContextMenu = new FCKContextMenu( FCKBrowserInfo.IsIE ? window : window.parent, FCKLang.Dir ) ; 57 …menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE… 58 …menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA… 59 …menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI… 72 var oItem = menu.AddItem( 'Cell' , FCKLang.CellCM ) ; 73 oItem.AddItem( 'TableInsertCellBefore' , FCKLang.InsertCellBefore, 69 ) ; 74 oItem.AddItem( 'TableInsertCellAfter' , FCKLang.InsertCellAfter, 58 ) ; 75 oItem.AddItem( 'TableDeleteCells' , FCKLang.DeleteCells, 59 ) ; 77 oItem.AddItem( 'TableMergeCells' , FCKLang.MergeCells, 60, 81 oItem.AddItem( 'TableMergeRight' , FCKLang.MergeRight, 60, [all …]
|
| D | fckcommands.js | 50 …case 'DocProps' : oCommand = new FCKDialogCommand( 'DocProps' , FCKLang.DocProps , 'dialog/fck… 51 …case 'Templates' : oCommand = new FCKDialogCommand( 'Templates' , FCKLang.DlgTemplatesTitle , 'di… 52 …case 'Link' : oCommand = new FCKDialogCommand( 'Link' , FCKLang.DlgLnkWindowTitle , 'dialog/fc… 54 …case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fc… 56 …case 'BulletedList' : oCommand = new FCKDialogCommand( 'BulletedList', FCKLang.BulletedListProp ,… 57 …case 'NumberedList' : oCommand = new FCKDialogCommand( 'NumberedList', FCKLang.NumberedListProp ,… 58 …case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.… 60 …case 'Find' : oCommand = new FCKDialogCommand( 'Find' , FCKLang.DlgFindAndReplaceTitle , 'dia… 61 …case 'Replace' : oCommand = new FCKDialogCommand( 'Replace' , FCKLang.DlgFindAndReplaceTitle , '… 63 …case 'Image' : oCommand = new FCKDialogCommand( 'Image' , FCKLang.DlgImgTitle , 'dialog/fck_im… [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktoolbaritems.js | 41 …case 'Source' : oItem = new FCKToolbarButton( 'Source' , FCKLang.Source, null, FCK_TOOLBARITEM_I… 42 …case 'DocProps' : oItem = new FCKToolbarButton( 'DocProps' , FCKLang.DocProps, null, null, null,… 43 …case 'Save' : oItem = new FCKToolbarButton( 'Save' , FCKLang.Save, null, null, true, null, 3 )… 44 …case 'NewPage' : oItem = new FCKToolbarButton( 'NewPage' , FCKLang.NewPage, null, null, true, nu… 45 …case 'Preview' : oItem = new FCKToolbarButton( 'Preview' , FCKLang.Preview, null, null, true, nu… 46 …case 'Templates' : oItem = new FCKToolbarButton( 'Templates' , FCKLang.Templates, null, null, nul… 47 …case 'About' : oItem = new FCKToolbarButton( 'About' , FCKLang.About, null, null, true, null, 4… 49 …case 'Cut' : oItem = new FCKToolbarButton( 'Cut' , FCKLang.Cut, null, null, false, true, 7 ) ;… 50 …case 'Copy' : oItem = new FCKToolbarButton( 'Copy' , FCKLang.Copy, null, null, false, true, 8 … 51 …case 'Paste' : oItem = new FCKToolbarButton( 'Paste' , FCKLang.Paste, null, null, false, true, … [all …]
|
| D | fckcommands.js | 41 …case 'DocProps' : oCommand = new FCKDialogCommand( 'DocProps' , FCKLang.DocProps , 'dialog/fck… 42 …case 'Templates' : oCommand = new FCKDialogCommand( 'Templates' , FCKLang.DlgTemplatesTitle , 'di… 43 …case 'Link' : oCommand = new FCKDialogCommand( 'Link' , FCKLang.DlgLnkWindowTitle , 'dialog/fc… 45 …case 'Anchor' : oCommand = new FCKDialogCommand( 'Anchor' , FCKLang.DlgAnchorTitle , 'dialog/fc… 46 …case 'BulletedList' : oCommand = new FCKDialogCommand( 'BulletedList', FCKLang.BulletedListProp ,… 47 …case 'NumberedList' : oCommand = new FCKDialogCommand( 'NumberedList', FCKLang.NumberedListProp ,… 48 …case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.… 50 …case 'Find' : oCommand = new FCKDialogCommand( 'Find' , FCKLang.DlgFindTitle , 'dialog/fck_fi… 51 …case 'Replace' : oCommand = new FCKDialogCommand( 'Replace' , FCKLang.DlgReplaceTitle , 'dialog/… 53 …case 'Image' : oCommand = new FCKDialogCommand( 'Image' , FCKLang.DlgImgTitle , 'dialog/fck_im… [all …]
|
| D | fck_contextmenu.js | 36 …nnerContextMenu = new FCKContextMenu( FCKBrowserInfo.IsIE ? window : window.parent, FCKLang.Dir ) ; 56 …menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE… 57 …menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA… 58 …menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI… 71 var oItem = menu.AddItem( 'Cell' , FCKLang.CellCM ) ; 72 oItem.AddItem( 'TableInsertCell' , FCKLang.InsertCell, 58 ) ; 73 oItem.AddItem( 'TableDeleteCells' , FCKLang.DeleteCells, 59 ) ; 74 oItem.AddItem( 'TableMergeCells' , FCKLang.MergeCells, 60 ) ; 75 oItem.AddItem( 'TableSplitCell' , FCKLang.SplitCell, 61 ) ; 77 oItem.AddItem( 'TableCellProp' , FCKLang.CellProperties, 57 ) ; [all …]
|
| /plugin/fckg/fckeditor/editor/plugins/fonts/lang/ |
| D | en.js | 1 FCKLang.FontsSelectTypeFace = 'Select a type face. . '; 2 FCKLang.FontsDlgButtonWeight = "Font weight"; 3 FCKLang.FontsDlgNormal = 'Normal'; 4 FCKLang.FontsDlgButtonSize = 'Font size'; 5 FCKLang.FontsDlgBold = 'Bold'; 6 FCKLang.FontsToolTip = 'Font Selection'; 7 FCKLang.FontsDlgTitle = 'Fonts Selection Tool'; 8 FCKLang.FontsDlgButtonOtherSize ='Other size'; 9 FCKLang.FontsSizeWarning ='Please set a font size'; 10 FCKLang.FontsSelectTextWarning = 'You must select text for formatting.'; [all …]
|
| D | nl.js | 1 FCKLang.FontsSelectTypeFace = 'Selecteer een lettertype. '; 2 FCKLang.FontsDlgButtonWeight = "Lettertype lijndikte"; 3 FCKLang.FontsDlgNormal = 'Normaal'; 4 FCKLang.FontsDlgButtonSize = 'Lettertype grootte'; 5 FCKLang.FontsDlgBold = 'Vet'; 6 FCKLang.FontsToolTip = 'Lettertype Selectie'; 7 FCKLang.FontsDlgTitle = 'Lettertype Selectie Tool'; 8 FCKLang.FontsDlgButtonOtherSize ='Andere grootte'; 9 FCKLang.FontsSizeWarning ='Gelieve lettertype grootte op te geven'; 10 FCKLang.FontsSelectTextWarning = 'Eerst tekst selecteren voor formattering.'; [all …]
|
| /plugin/fckg/fckeditor/editor/plugins/plugintool/lang/ |
| D | en.js | 15 FCKLang.Abbr = 'Plugin' ; 16 FCKLang.AbbrBtn = 'Insert Syntax Plugin' ; 17 FCKLang.AbbrDlgTitle = 'Insert Syntax Plugin Name' ; 18 FCKLang.AbbrDlgName = 'Enter Plugin Name--try to be exact' ; 19 FCKLang.AbbrDlgRemove = 'Remove plugin-tag (content remains)'; 20 FCKLang.AbbrDlgSelectFirst = 'You have to select the plugin syntax first!'; 21 FCKLang.AbbrDlgHLCreate ="<b>Create a Plugin</b>"; 22 FCKLang.AbbrDlgHLStet ="<b>Stet Plugin</b>"; 23 FCKLang.AbbrDlgHLEdit ="<b>Edit Dokuwiki Plugin</b>"; 24 FCKLang.AbbrDlgClick ="<b>Click OK when done. Or Cancel.</b>"; [all …]
|
| D | de.js | 1 FCKLang.Abbr = "Plugin"; 2 FCKLang.AbbrBtn = "Insert Syntax Plugin"; 3 FCKLang.AbbrDlgTitle = "Insert Syntax Plugin Name"; 4 FCKLang.AbbrDlgHLCreate = "<b>Plugin erstellen</b>"; 5 FCKLang.AbbrDlgHLStet = "<b>Text bleibt stehen</b>"; 6 FCKLang.AbbrDlgHLEdit = "<b>DokuWiki Plugin Bearbeiten</b>"; 7 FCKLang.AbbrDlgClick = "<b>Klicken Sie auf OK oder Abbrechen.</b>"; 8 FCKLang.AbbrDlgStet = "Erstellt eine Literale Zeichenkette des Textes der einen HTML und/oder Dok… 9 FCKLang.AbbrDlgEditPlugin = "Bearbeitet ein Plugin welches nicht mit dem Plugin Tool erstellt wurde… 10 FCKLang.AbbrDlgRemove = "Plugin Löschen"; [all …]
|
| D | fr.js | 15 FCKLang.Abbr = 'Plugin' ; 16 FCKLang.AbbrBtn = 'Insère une plugin' ; 17 FCKLang.AbbrDlgTitle = 'Ins�rez Le Nom Plugin De Syntaxe' ; 18 FCKLang.AbbrDlgName = 'Veuillez �crire le nom plugin -- essayez d\'�tre exact' ; 19 FCKLang.AbbrDlgRemove = 'Enlève la balise d\'plugin (le contenu n\'est pas supprimé)'; 20 FCKLang.AbbrDlgSelectFirst = 'Vous devez d\'abord sélectionner du texte!';
|
| D | nl.js | 17 FCKLang.Abbr = 'Plugin' ; 18 FCKLang.AbbrBtn = 'De Syntaxis Plugin van het tussenvoegse' ; 19 FCKLang.AbbrDlgTitle = 'De Naam van Plugin van het tussenvoegsel' ; 20 FCKLang.AbbrDlgName = 'Voeg de Naam Plugin in -- probeer nauwkeurig te zijn' ; 21 FCKLang.AbbrDlgRemove = 'Verwijder aanduiding als afkorting (inhoud blijft behouden)'; 22 FCKLang.AbbrDlgSelectFirst = 'U moet eerst tekst selecteren!';
|
| /plugin/wysiwyg/fckeditor/_samples/_plugins/findreplace/lang/ |
| D | it.js | 24 FCKLang['DlgMyReplaceTitle'] = 'Plugin - Sostituisci' ; 25 FCKLang['DlgMyReplaceFindLbl'] = 'Trova:' ; 26 FCKLang['DlgMyReplaceReplaceLbl'] = 'Sostituisci con:' ; 27 FCKLang['DlgMyReplaceCaseChk'] = 'Maiuscole/minuscole' ; 28 FCKLang['DlgMyReplaceReplaceBtn'] = 'Sostituisci' ; 29 FCKLang['DlgMyReplaceReplAllBtn'] = 'Sostituisci tutto' ; 30 FCKLang['DlgMyReplaceWordChk'] = 'Parola intera' ; 32 FCKLang['DlgMyFindTitle'] = 'Plugin - Cerca' ; 33 FCKLang['DlgMyFindFindBtn'] = 'Cerca' ;
|
| D | fr.js | 24 FCKLang['DlgMyReplaceTitle'] = 'Plugin - Remplacer' ; 25 FCKLang['DlgMyReplaceFindLbl'] = 'Chercher:' ; 26 FCKLang['DlgMyReplaceReplaceLbl'] = 'Remplacer par:' ; 27 FCKLang['DlgMyReplaceCaseChk'] = 'Respecter la casse' ; 28 FCKLang['DlgMyReplaceReplaceBtn'] = 'Remplacer' ; 29 FCKLang['DlgMyReplaceReplAllBtn'] = 'Remplacer Tout' ; 30 FCKLang['DlgMyReplaceWordChk'] = 'Mot entier' ; 32 FCKLang['DlgMyFindTitle'] = 'Plugin - Chercher' ; 33 FCKLang['DlgMyFindFindBtn'] = 'Chercher' ;
|
| D | en.js | 24 FCKLang['DlgMyReplaceTitle'] = 'Plugin - Replace' ; 25 FCKLang['DlgMyReplaceFindLbl'] = 'Find what:' ; 26 FCKLang['DlgMyReplaceReplaceLbl'] = 'Replace with:' ; 27 FCKLang['DlgMyReplaceCaseChk'] = 'Match case' ; 28 FCKLang['DlgMyReplaceReplaceBtn'] = 'Replace' ; 29 FCKLang['DlgMyReplaceReplAllBtn'] = 'Replace All' ; 30 FCKLang['DlgMyReplaceWordChk'] = 'Match whole word' ; 32 FCKLang['DlgMyFindTitle'] = 'Plugin - Find' ; 33 FCKLang['DlgMyFindFindBtn'] = 'Find' ;
|
| /plugin/grensladawritezor/fckeditor/_samples/_plugins/findreplace/lang/ |
| D | en.js | 24 FCKLang['DlgMyReplaceTitle'] = 'Plugin - Replace' ; 25 FCKLang['DlgMyReplaceFindLbl'] = 'Find what:' ; 26 FCKLang['DlgMyReplaceReplaceLbl'] = 'Replace with:' ; 27 FCKLang['DlgMyReplaceCaseChk'] = 'Match case' ; 28 FCKLang['DlgMyReplaceReplaceBtn'] = 'Replace' ; 29 FCKLang['DlgMyReplaceReplAllBtn'] = 'Replace All' ; 30 FCKLang['DlgMyReplaceWordChk'] = 'Match whole word' ; 32 FCKLang['DlgMyFindTitle'] = 'Plugin - Find' ; 33 FCKLang['DlgMyFindFindBtn'] = 'Find' ;
|
| D | fr.js | 24 FCKLang['DlgMyReplaceTitle'] = 'Plugin - Remplacer' ; 25 FCKLang['DlgMyReplaceFindLbl'] = 'Chercher:' ; 26 FCKLang['DlgMyReplaceReplaceLbl'] = 'Remplacer par:' ; 27 FCKLang['DlgMyReplaceCaseChk'] = 'Respecter la casse' ; 28 FCKLang['DlgMyReplaceReplaceBtn'] = 'Remplacer' ; 29 FCKLang['DlgMyReplaceReplAllBtn'] = 'Remplacer Tout' ; 30 FCKLang['DlgMyReplaceWordChk'] = 'Mot entier' ; 32 FCKLang['DlgMyFindTitle'] = 'Plugin - Chercher' ; 33 FCKLang['DlgMyFindFindBtn'] = 'Chercher' ;
|
| D | it.js | 24 FCKLang['DlgMyReplaceTitle'] = 'Plugin - Sostituisci' ; 25 FCKLang['DlgMyReplaceFindLbl'] = 'Trova:' ; 26 FCKLang['DlgMyReplaceReplaceLbl'] = 'Sostituisci con:' ; 27 FCKLang['DlgMyReplaceCaseChk'] = 'Maiuscole/minuscole' ; 28 FCKLang['DlgMyReplaceReplaceBtn'] = 'Sostituisci' ; 29 FCKLang['DlgMyReplaceReplAllBtn'] = 'Sostituisci tutto' ; 30 FCKLang['DlgMyReplaceWordChk'] = 'Parola intera' ; 32 FCKLang['DlgMyFindTitle'] = 'Plugin - Cerca' ; 33 FCKLang['DlgMyFindFindBtn'] = 'Cerca' ;
|
| /plugin/fckg/fckeditor/editor/plugins/tablecommands/ |
| D | fckplugin.js | 25 …( 'TableInsertRowAfter' , new FCKToolbarButton( 'TableInsertRowAfter' , FCKLang.InsertRowAfter, n… 26 …sterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows, null,… 27 …bleInsertColumnAfter' , new FCKToolbarButton( 'TableInsertColumnAfter' , FCKLang.InsertColumnAfter… 28 …Item( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FCKLang.DeleteColumns, nu… 29 …'TableInsertCellAfter' , new FCKToolbarButton( 'TableInsertCellAfter' , FCKLang.InsertCellAfter, … 30 …terItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLang.DeleteCells, null… 31 …sterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLang.MergeCells, null,… 32 …rizontalSplitCell' , new FCKToolbarButton( 'TableHorizontalSplitCell' , FCKLang.SplitCell, null, … 33 FCKToolbarItems.RegisterItem( 'TableCellProp' , new FCKToolbarButton( 'TableCellProp' , FCKLang.Ce…
|
| /plugin/wysiwyg/fckeditor/editor/plugins/tablecommands/ |
| D | fckplugin.js | 25 …( 'TableInsertRowAfter' , new FCKToolbarButton( 'TableInsertRowAfter' , FCKLang.InsertRowAfter, n… 26 …sterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows, null,… 27 …bleInsertColumnAfter' , new FCKToolbarButton( 'TableInsertColumnAfter' , FCKLang.InsertColumnAfter… 28 …Item( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FCKLang.DeleteColumns, nu… 29 …'TableInsertCellAfter' , new FCKToolbarButton( 'TableInsertCellAfter' , FCKLang.InsertCellAfter, … 30 …terItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLang.DeleteCells, null… 31 …sterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLang.MergeCells, null,… 32 …rizontalSplitCell' , new FCKToolbarButton( 'TableHorizontalSplitCell' , FCKLang.SplitCell, null, … 33 FCKToolbarItems.RegisterItem( 'TableCellProp' , new FCKToolbarButton( 'TableCellProp' , FCKLang.Ce…
|
| /plugin/grensladawritezor/fckeditor/editor/plugins/tablecommands/ |
| D | fckplugin.js | 25 FCKToolbarItems.RegisterItem( 'TableInsertRow' , new FCKToolbarButton( 'TableInsertRow' , FCKLang.… 26 …sterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows, null,… 27 …rItem( 'TableInsertColumn' , new FCKToolbarButton( 'TableInsertColumn' , FCKLang.InsertColumn, nul… 28 …Item( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FCKLang.DeleteColumns, nu… 29 …sterItem( 'TableInsertCell' , new FCKToolbarButton( 'TableInsertCell' , FCKLang.InsertCell, null,… 30 …terItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLang.DeleteCells, null… 31 …sterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLang.MergeCells, null,… 32 FCKToolbarItems.RegisterItem( 'TableSplitCell' , new FCKToolbarButton( 'TableSplitCell' , FCKLang.…
|
| /plugin/fckg/fckeditor/editor/plugins/geshi/lang/ |
| D | en.js | 3 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/wysiwyg/fckeditor/_samples/_plugins/findreplace/ |
| D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'My_Find' , new FCKDialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang… 26 …nds.RegisterCommand( 'My_Replace' , new FCKDialogCommand( FCKLang['DlgMyReplaceTitle'], FCKLang['D… 29 var oFindItem = new FCKToolbarButton( 'My_Find', FCKLang['DlgMyFindTitle'] ) ; 35 var oReplaceItem = new FCKToolbarButton( 'My_Replace', FCKLang['DlgMyReplaceTitle'] ) ;
|
| /plugin/grensladawritezor/fckeditor/_samples/_plugins/findreplace/ |
| D | fckplugin.js | 25 FCKCommands.RegisterCommand( 'My_Find' , new FCKDialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang… 26 …nds.RegisterCommand( 'My_Replace' , new FCKDialogCommand( FCKLang['DlgMyReplaceTitle'], FCKLang['D… 29 var oFindItem = new FCKToolbarButton( 'My_Find', FCKLang['DlgMyFindTitle'] ) ; 35 var oReplaceItem = new FCKToolbarButton( 'My_Replace', FCKLang['DlgMyReplaceTitle'] ) ;
|
| /plugin/wysiwyg/fckeditor/editor/plugins/placeholder/lang/ |
| D | en.js | 23 FCKLang.PlaceholderBtn = 'Insert/Edit Placeholder' ; 24 FCKLang.PlaceholderDlgTitle = 'Placeholder Properties' ; 25 FCKLang.PlaceholderDlgName = 'Placeholder Name' ; 26 FCKLang.PlaceholderErrNoName = 'Please type the placeholder name' ; 27 FCKLang.PlaceholderErrNameInUse = 'The specified name is already in use' ;
|