[svn r18443] FS#2867: FCKEditor, the wikilink plugin: Opening and activation of language files. Adding context menu function and some small visual reworks.
parent
f3ce6dc288
commit
7b033308bc
@ -0,0 +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 == |
||||
* |
||||
* Wiki link dialog. |
||||
* Bulgarian language file. |
||||
* Please, use UTF-8 encoding. |
||||
*/ |
||||
|
||||
FCKLang.WikilinkBtn = 'Добавяне/Редактиране на wiki връзка' ; |
||||
FCKLang.WikilinkDlgTitle = 'Wiki връзка' ; |
||||
FCKLang.WikilinkDlgName = 'Име на wiki връзката' ; |
||||
FCKLang.WikilinkErrNoName = 'Моля, въведете името на wiki връзката.' ; |
||||
FCKLang.WikilinkErrNameInUse = 'Зададеното име вече е заето.'; |
||||
FCKLang.WikilinkHelp = 'Има и бърз начин да добавите wiki връзка. В редактирания текст добавете [[име на страницата]] или [[име на връзката|име на страницата]] .'; |
@ -0,0 +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 == |
||||
* |
||||
* Wiki link dialog. |
||||
* English (Australia) 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,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 == |
||||
* |
||||
* Wiki link dialog. |
||||
* English (Canadian) 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,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 == |
||||
* |
||||
* Wiki link dialog. |
||||
* English (United Kingdom) 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…
Reference in new issue