From: Thyamad c. <th...@us...> - 2005-09-29 19:50:21
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/_plugins/findreplace/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/_plugins/findreplace/lang Modified Files: en.js it.js Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: en.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/_plugins/findreplace/lang/en.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** en.js 1 Sep 2005 19:05:04 -0000 1.1 --- en.js 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * English language file for the sample plugin. * - * Version: 2.0 RC3 - * Modified: 2004-11-22 11:20:42 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ FCKLang['DlgMyReplaceTitle'] = 'Plugin - Replace' ; --- 12,18 ---- * English language file for the sample plugin. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ FCKLang['DlgMyReplaceTitle'] = 'Plugin - Replace' ; Index: it.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/_plugins/findreplace/lang/it.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** it.js 1 Sep 2005 19:05:04 -0000 1.1 --- it.js 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Italian language file for the sample plugin. * - * Version: 2.0 RC3 - * Modified: 2004-11-22 11:20:36 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ FCKLang['DlgMyReplaceTitle'] = 'Plugin - Sostituisci' ; --- 12,18 ---- * Italian language file for the sample plugin. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ FCKLang['DlgMyReplaceTitle'] = 'Plugin - Sostituisci' ; |