diff --git a/main/inc/lib/fckeditor/editor/plugins/Abbr/lang/nl.js b/main/inc/lib/fckeditor/editor/plugins/Abbr/lang/nl.js new file mode 100644 index 0000000000..ae1128d177 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/Abbr/lang/nl.js @@ -0,0 +1,22 @@ +/* + * FCKeditor - The text editor for internet + * Copyright (C) 2003-2005 Frederico Caldeira Knabben + * + * Licensed under the terms of the GNU Lesser General Public License: + * http://www.opensource.org/licenses/lgpl-license.php + * + * For further information visit: + * http://www.fckeditor.net/ + * + * File Name: en.js + * Abbr English language file. + * Changes for Chamilo corrections + * + */ +FCKLang.Abbr = 'Corrections' ; +FCKLang.AbbrBtn = 'Insert/Remove corrections' ; +FCKLang.AbbrDlgTitle = 'Insert/Remove corrections' ; +FCKLang.AbbrDlgName = 'Please insert a comment:' ; +FCKLang.AbbrDlgTxt = 'Correction gets visible while mouseover with cursor [This is the correction appearance]'; +FCKLang.AbbrDlgRemove = 'Remove correction'; +FCKLang.AbbrDlgSelectFirst = 'You have to select text first!'; \ No newline at end of file