From b38ab94c43c04d3d992ebb692fea20a75bd3a3f3 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Sat, 3 Oct 2009 22:21:16 +0300 Subject: [PATCH] Feature #306 - Online editor -> wikilink plugin -> language files: Adding missing files, line endings are LF, no BOM at beginnings. --- .../editor/plugins/wikilink/lang/af.js | 52 +++++++-------- .../editor/plugins/wikilink/lang/ast.js | 11 ++++ .../editor/plugins/wikilink/lang/en.js | 64 +++++++++---------- .../editor/plugins/wikilink/lang/es.js | 60 ++++++++--------- .../editor/plugins/wikilink/lang/fur.js | 11 ++++ .../editor/plugins/wikilink/lang/id.js | 11 ++++ .../editor/plugins/wikilink/lang/ka.js | 11 ++++ .../editor/plugins/wikilink/lang/mk.js | 11 ++++ .../editor/plugins/wikilink/lang/oc.js | 11 ++++ .../editor/plugins/wikilink/lang/prs.js | 11 ++++ .../editor/plugins/wikilink/lang/ps.js | 11 ++++ .../editor/plugins/wikilink/lang/qu.js | 11 ++++ .../editor/plugins/wikilink/lang/sw.js | 11 ++++ .../editor/plugins/wikilink/lang/yo.js | 11 ++++ 14 files changed, 209 insertions(+), 88 deletions(-) create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ast.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/fur.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/id.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ka.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/mk.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/oc.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/prs.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ps.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/qu.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/sw.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/wikilink/lang/yo.js diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/af.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/af.js index 3f39c9dfa6..6e28560ae3 100755 --- a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/af.js +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/af.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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ast.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ast.js new file mode 100644 index 0000000000..7e2cb79f79 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ast.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/en.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/en.js index f4e39890ca..ee107e7968 100755 --- a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/en.js +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/en.js @@ -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.'; + + diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/es.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/es.js index 26f4aedfe3..4ec0033a80 100755 --- a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/es.js +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/es.js @@ -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]] .'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/fur.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/fur.js new file mode 100644 index 0000000000..812d06609d --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/fur.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/id.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/id.js new file mode 100644 index 0000000000..b896ea051e --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/id.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ka.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ka.js new file mode 100644 index 0000000000..74e94118ca --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ka.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/mk.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/mk.js new file mode 100644 index 0000000000..54c75e9e36 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/mk.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/oc.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/oc.js new file mode 100644 index 0000000000..5cbd76e682 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/oc.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/prs.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/prs.js new file mode 100644 index 0000000000..d19ca51aa4 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/prs.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ps.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ps.js new file mode 100644 index 0000000000..00a2a6b5aa --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/ps.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/qu.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/qu.js new file mode 100644 index 0000000000..d67d80a499 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/qu.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/sw.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/sw.js new file mode 100644 index 0000000000..9c7d669cd7 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/sw.js @@ -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.'; diff --git a/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/yo.js b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/yo.js new file mode 100644 index 0000000000..0d623e7bd6 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/wikilink/lang/yo.js @@ -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.';