Feature #306 - Online editor -> wikilink plugin -> language files: Adding missing files, line endings are LF, no BOM at beginnings.

skala
Ivan Tcholakov 16 years ago
parent adeb93a661
commit b38ab94c43
  1. 52
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/af.js
  2. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ast.js
  3. 64
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/en.js
  4. 60
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/es.js
  5. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/fur.js
  6. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/id.js
  7. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ka.js
  8. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/mk.js
  9. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/oc.js
  10. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/prs.js
  11. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ps.js
  12. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/qu.js
  13. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/sw.js
  14. 11
      main/inc/lib/fckeditor/editor/plugins/wikilink/lang/yo.js

@ -1,28 +1,28 @@
/*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
/*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Wiki link dialog.
* Afrikaans language file.
* Please, use UTF-8 encoding.
* Afrikaans language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Asturian language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -1,32 +1,32 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Wiki link English language file.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Wiki link English language file.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -1,31 +1,31 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Author: Juan Carlos Raña Trabado
* Wikilink Spanish language file.
*/
FCKLang.WikilinkBtn = 'Insertar/Editar Enlace wiki' ;
FCKLang.WikilinkDlgTitle = 'Enlace wiki' ;
FCKLang.WikilinkDlgName = 'Nombre del enlace wiki' ;
FCKLang.WikilinkErrNoName = 'Introduzca el nombre del enlace wiki que desea insertar.' ;
FCKLang.WikilinkErrNameInUse = 'El nombre especificado ya esta en uso.';
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Author: Juan Carlos Raña Trabado
* Wikilink Spanish language file.
*/
FCKLang.WikilinkBtn = 'Insertar/Editar Enlace wiki' ;
FCKLang.WikilinkDlgTitle = 'Enlace wiki' ;
FCKLang.WikilinkDlgName = 'Nombre del enlace wiki' ;
FCKLang.WikilinkErrNoName = 'Introduzca el nombre del enlace wiki que desea insertar.' ;
FCKLang.WikilinkErrNameInUse = 'El nombre especificado ya esta en uso.';
FCKLang.WikilinkHelp = 'SUGERENCIA: también puede crear enlaces wiki sin usar este botón. Para crear una nueva página o para crear un enlace a una existente empleando enlaces wiki, edite una página y añada a su contenido [[título de la página]] o [[texto del enlace | título de la página]] .';

@ -0,0 +1,11 @@
/*
* Friulian language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Indonesian language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Georgian language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Macedonian language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Occitan language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Dari language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Pashto language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Runasimi (Quechua-Cusco) language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Swahili language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';

@ -0,0 +1,11 @@
/*
* Yoruba language file.
* Please, use UTF-8 encoding.
*/
FCKLang.WikilinkBtn = 'Insert/Edit Wiki link' ;
FCKLang.WikilinkDlgTitle = 'Wiki link' ;
FCKLang.WikilinkDlgName = 'Wiki link name' ;
FCKLang.WikilinkErrNoName = 'Please type the wiki link name.' ;
FCKLang.WikilinkErrNameInUse = 'The specified name is already in use.';
FCKLang.WikilinkHelp = 'TIP: Also, you can create a wiki link without using this button. To create a new page or create a link to an existing one using wiki links, edit a page and add [[page title]] or [[name of link|title of page]] to its content.';
Loading…
Cancel
Save