Adds nl.js file.

1.9.x
Julio Montoya 10 years ago
parent 9788fba0e2
commit 47043767ef
  1. 22
      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 [<abbr title="This word is a mispelling">This is the correction appearance</abbr>]';
FCKLang.AbbrDlgRemove = 'Remove correction';
FCKLang.AbbrDlgSelectFirst = 'You have to select text first!';
Loading…
Cancel
Save