Skip to content

Commit

Permalink
Adds nl.js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Feb 10, 2015
1 parent 9788fba commit 4704376
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions main/inc/lib/fckeditor/editor/plugins/Abbr/lang/nl.js
Original file line number Diff line number Diff line change
@@ -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!';

0 comments on commit 4704376

Please sign in to comment.