From 0b5a9fc54977f17cc59dee452d7a98c36d701f28 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Sat, 3 Oct 2009 21:23:42 +0300 Subject: [PATCH] Feature #306 - Online editor -> customizations plugin -> language files: Adding missing files, line endings are LF, corrections of some typo errors about variable names. --- .../editor/plugins/customizations/lang/af.js | 18 ++++----- .../editor/plugins/customizations/lang/ar.js | 20 +++++----- .../editor/plugins/customizations/lang/ast.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/bg.js | 6 +-- .../editor/plugins/customizations/lang/bn.js | 20 +++++----- .../editor/plugins/customizations/lang/bs.js | 20 +++++----- .../editor/plugins/customizations/lang/ca.js | 20 +++++----- .../editor/plugins/customizations/lang/cs.js | 20 +++++----- .../editor/plugins/customizations/lang/da.js | 20 +++++----- .../editor/plugins/customizations/lang/de.js | 20 +++++----- .../editor/plugins/customizations/lang/el.js | 20 +++++----- .../plugins/customizations/lang/en-au.js | 20 +++++----- .../plugins/customizations/lang/en-ca.js | 20 +++++----- .../plugins/customizations/lang/en-uk.js | 20 +++++----- .../editor/plugins/customizations/lang/en.js | 32 ++++++++-------- .../editor/plugins/customizations/lang/eo.js | 20 +++++----- .../editor/plugins/customizations/lang/es.js | 20 +++++----- .../editor/plugins/customizations/lang/et.js | 20 +++++----- .../editor/plugins/customizations/lang/eu.js | 22 +++++------ .../editor/plugins/customizations/lang/fa.js | 20 +++++----- .../editor/plugins/customizations/lang/fi.js | 20 +++++----- .../editor/plugins/customizations/lang/fo.js | 20 +++++----- .../plugins/customizations/lang/fr-ca.js | 20 +++++----- .../editor/plugins/customizations/lang/fr.js | 20 +++++----- .../editor/plugins/customizations/lang/fur.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/gl.js | 20 +++++----- .../editor/plugins/customizations/lang/gu.js | 20 +++++----- .../editor/plugins/customizations/lang/he.js | 20 +++++----- .../editor/plugins/customizations/lang/hi.js | 20 +++++----- .../editor/plugins/customizations/lang/hr.js | 20 +++++----- .../editor/plugins/customizations/lang/hu.js | 20 +++++----- .../editor/plugins/customizations/lang/id.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/is.js | 20 +++++----- .../editor/plugins/customizations/lang/it.js | 20 +++++----- .../editor/plugins/customizations/lang/ja.js | 20 +++++----- .../editor/plugins/customizations/lang/ka.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/km.js | 20 +++++----- .../editor/plugins/customizations/lang/ko.js | 20 +++++----- .../editor/plugins/customizations/lang/lt.js | 20 +++++----- .../editor/plugins/customizations/lang/lv.js | 20 +++++----- .../editor/plugins/customizations/lang/mk.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/mn.js | 20 +++++----- .../editor/plugins/customizations/lang/ms.js | 20 +++++----- .../editor/plugins/customizations/lang/nb.js | 20 +++++----- .../editor/plugins/customizations/lang/nl.js | 20 +++++----- .../editor/plugins/customizations/lang/no.js | 20 +++++----- .../editor/plugins/customizations/lang/oc.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/pl.js | 20 +++++----- .../editor/plugins/customizations/lang/prs.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/ps.js | 37 +++++++++++++++++++ .../plugins/customizations/lang/pt-br.js | 20 +++++----- .../editor/plugins/customizations/lang/pt.js | 20 +++++----- .../editor/plugins/customizations/lang/qu.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/ro.js | 20 +++++----- .../editor/plugins/customizations/lang/ru.js | 20 +++++----- .../editor/plugins/customizations/lang/sk.js | 20 +++++----- .../editor/plugins/customizations/lang/sl.js | 20 +++++----- .../plugins/customizations/lang/sr-latn.js | 20 +++++----- .../editor/plugins/customizations/lang/sr.js | 20 +++++----- .../editor/plugins/customizations/lang/sv.js | 20 +++++----- .../editor/plugins/customizations/lang/sw.js | 37 +++++++++++++++++++ .../editor/plugins/customizations/lang/th.js | 20 +++++----- .../editor/plugins/customizations/lang/tr.js | 20 +++++----- .../editor/plugins/customizations/lang/uk.js | 20 +++++----- .../editor/plugins/customizations/lang/vi.js | 20 +++++----- .../editor/plugins/customizations/lang/yo.js | 37 +++++++++++++++++++ .../plugins/customizations/lang/zh-cn.js | 16 ++++---- .../editor/plugins/customizations/lang/zh.js | 20 +++++----- 68 files changed, 974 insertions(+), 567 deletions(-) create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/ast.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/fur.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/id.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/ka.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/mk.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/oc.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/prs.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/ps.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/qu.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/sw.js create mode 100644 main/inc/lib/fckeditor/editor/plugins/customizations/lang/yo.js diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/af.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/af.js index 6537a3e233..ebb49f04d0 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/af.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/af.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Afrikaans language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Afrikaans language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Server deurblaai' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ar.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ar.js index 5706324290..be7313d4b2 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ar.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ar.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Arabic language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Arabic language file. + */ + FCKLang['Dir'] = 'rtl' ; FCKLang['BrowseServer'] = 'تصفح الخادم' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ast.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ast.js new file mode 100644 index 0000000000..8a571fc61f --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ast.js @@ -0,0 +1,37 @@ +/* + * Asturian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bg.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bg.js index 0d338f9844..0d997325a7 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bg.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bg.js @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Нямате права да качвате файл FCKLang['ConnectorDisabled'] = 'Качването на файлове не е разрешено. Конекторът, който извършва това не е активиран.' ; FCKLang['UploadError'] = 'Грешка при качването на файл. Номер на грешката: ' ; FCKLang['UploadInProgress'] = '(Файлът се качва, моля, почакайте...)' ; - -FCKLang['NewFoderName'] = 'Въведете името на новата папка:' ; -FCKLang['NewFoderNameRequest'] = 'Моля, въведете името на папката.' ; + +FCKLang['NewFolderName'] = 'Въведете името на новата папка:' ; +FCKLang['NewFolderNameRequest'] = 'Моля, въведете името на папката.' ; FCKLang['FolderAlreadyExists'] = 'Папка с такова име вече съществува.' ; FCKLang['InvalidFolderName'] = 'Невалидно име на папката.' ; FCKLang['NoPermissionsToCreateFolder'] = 'Нямате права да създадете папката.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bn.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bn.js index f9545f5a78..1a5f00e336 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bn.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bn.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Bengali/Bangla language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Bengali/Bangla language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'ব্রাউজ সার্ভার' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bs.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bs.js index 813dc5d807..755793ca5c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bs.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/bs.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Bosnian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Bosnian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Browse Server' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ca.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ca.js index 5eefcec20d..390f8e9b4b 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ca.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ca.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Catalan language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Catalan language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Veure servidor' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Àudio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Imatges' ; FCKLang['ResourceTypeVideo'] = 'Vídeo' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/cs.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/cs.js index 8530820812..85e0f86633 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/cs.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/cs.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Czech language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Czech language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Vybrat na serveru' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/da.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/da.js index eb5b6a9152..e77e26c33d 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/da.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/da.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Danish language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Danish language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Gennemse' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Billeder' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/de.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/de.js index f563f28bd4..eb5b25d0b7 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/de.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/de.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * German language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * German language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Server durchsuchen' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Bilder' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/el.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/el.js index ac30f5ee74..c939eef77d 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/el.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/el.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Greek language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Greek language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Εξερεύνηση διακομιστή' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Βίντεο' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-au.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-au.js index 64fbe4e274..89ca01dd91 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-au.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-au.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * English (Australia) language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * English (Australia) language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Browse Server' ; @@ -18,7 +18,7 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; @@ -26,9 +26,9 @@ FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough perm FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-ca.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-ca.js index a6a8018400..f4d0109f81 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-ca.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-ca.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * English (Canadian) language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * English (Canadian) language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Browse Server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-uk.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-uk.js index 27aee97b77..6519f637fc 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-uk.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en-uk.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * English (United Kingdom) language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * English (United Kingdom) language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Browse Server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en.js index 50e66bc66a..0f014bea70 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/en.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * English language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * English language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Browse Server' ; @@ -17,18 +17,18 @@ FCKLang['ResourceTypeRoot'] = 'Root' ; FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; -FCKLang['ResourceTypeVideo'] = 'Video' ; - -FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; -FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; -FCKLang['InvalidFileType'] = 'Invalid file type.' ; -FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; -FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; - -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eo.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eo.js index 3c846c2b46..c7be6467b9 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eo.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eo.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Esperanto language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Esperanto language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Foliumi en la Servilo' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Vidbendo' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/es.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/es.js index 38f4fd823f..322f31284f 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/es.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/es.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Spanish language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Spanish language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Ver Servidor' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Imágenes' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/et.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/et.js index 1bda0699be..54bfd95992 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/et.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/et.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Estonian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Estonian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Sirvi serverit' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eu.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eu.js index cc613889c0..79767a9322 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eu.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/eu.js @@ -1,10 +1,10 @@ -/* - * Please, use UTF-8 encoding. - * - * Basque language file. - * Euskara hizkuntza fitxategia. - */ - +/* + * Please, use UTF-8 encoding. + * + * Basque language file. + * Euskara hizkuntza fitxategia. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Zerbitzaria arakatu' ; @@ -19,16 +19,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fa.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fa.js index 2969464664..f911ab17e1 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fa.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fa.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Persian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Persian language file. + */ + FCKLang['Dir'] = 'rtl' ; FCKLang['BrowseServer'] = 'فهرست‌نمایی سرور' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fi.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fi.js index b9b12ab25e..3d0d936389 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fi.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fi.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Finnish language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Finnish language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Selaa palvelinta' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Ääni' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Kuvat' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fo.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fo.js index b50bd9af99..4e46d18f25 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fo.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fo.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Faroese language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Faroese language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Ambætarakagi' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr-ca.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr-ca.js index 1c3ea6d016..fcb9d84cdc 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr-ca.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr-ca.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Canadian French language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Canadian French language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Parcourir le serveur' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr.js index 0caef64a7d..d768ea2f64 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fr.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * French language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * French language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Parcourir le serveur' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fur.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fur.js new file mode 100644 index 0000000000..f5c092ae33 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/fur.js @@ -0,0 +1,37 @@ +/* + * Friulian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gl.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gl.js index 47d6e5f4cb..29a655ad03 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gl.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gl.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Galician language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Galician language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Navegar no Servidor' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Imaxes' ; FCKLang['ResourceTypeVideo'] = 'Vídeo' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gu.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gu.js index b8bc4db1ca..09e1800366 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gu.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/gu.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Gujarati language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Gujarati language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'સર્વર બ્રાઉઝ કરો' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/he.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/he.js index 06a4c6b27d..c53020bf99 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/he.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/he.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Hebrew language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Hebrew language file. + */ + FCKLang['Dir'] = 'rtl' ; FCKLang['BrowseServer'] = 'סייר השרת' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hi.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hi.js index 7fa5f04bd9..06b1ca5cc8 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hi.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hi.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Hindi language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Hindi language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'सर्वर ब्राउज़ करें' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hr.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hr.js index 450edefb54..14c9d7ec80 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hr.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hr.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Croatian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Croatian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Pretraži server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Zvučni zapis' ; FCKLang['ResourceTypeFlash'] = 'Flash format' ; FCKLang['ResourceTypeImages'] = 'Slike' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hu.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hu.js index d35061bf73..49631ccb49 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hu.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/hu.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Hungarian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Hungarian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Böngészés a szerveren' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Hangállomány' ; FCKLang['ResourceTypeFlash'] = 'Flash animáció' ; FCKLang['ResourceTypeImages'] = 'Képek' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/id.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/id.js new file mode 100644 index 0000000000..a72e664d4a --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/id.js @@ -0,0 +1,37 @@ +/* + * Indonesian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/is.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/is.js index 2858886b1e..7458477e19 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/is.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/is.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Icelandic language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Icelandic language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Fletta í skjalasafni' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/it.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/it.js index 754c91ec8e..8ee4fe15d0 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/it.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/it.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Italian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Italian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Cerca sul server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Immagini' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ja.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ja.js index 69870e42da..99f9903fc2 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ja.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ja.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Japanese language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Japanese language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'サーバーブラウザー' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ka.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ka.js new file mode 100644 index 0000000000..5f58963688 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ka.js @@ -0,0 +1,37 @@ +/* + * Georgian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/km.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/km.js index 7d3ee68a2a..56958ed802 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/km.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/km.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Khmer language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Khmer language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'មើល' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ko.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ko.js index 973e1bc852..d72fc9c78f 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ko.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ko.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Korean language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Korean language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = '서버 보기' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lt.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lt.js index 9aa96238bd..5d526a2039 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lt.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lt.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Lithuanian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Lithuanian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Naršyti po serverį' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lv.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lv.js index c7c0271f68..26b6286137 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lv.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/lv.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Latvian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Latvian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Skatīt servera saturu' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/mk.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/mk.js new file mode 100644 index 0000000000..621c4e626f --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/mk.js @@ -0,0 +1,37 @@ +/* + * Macedonian language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/mn.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/mn.js index 97013fa562..2aebd982b1 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/mn.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/mn.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Mongolian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Mongolian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Сервер харуулах' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ms.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ms.js index 9797d08807..d1514c6b82 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ms.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ms.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Malay language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Malay language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Browse Server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nb.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nb.js index ff4e423885..80f2d53a3c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nb.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nb.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Norwegian Bokmål language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Norwegian Bokmål language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Bla igjennom server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nl.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nl.js index 2c0dab3639..a3458bc15e 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nl.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/nl.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Dutch language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Dutch language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Bladeren op server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Afbeeldingen' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/no.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/no.js index 2fb77a24d2..1070faf26f 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/no.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/no.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Norwegian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Norwegian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Bla igjennom server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/oc.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/oc.js new file mode 100644 index 0000000000..b5c05fc78e --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/oc.js @@ -0,0 +1,37 @@ +/* + * Occitan language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pl.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pl.js index c0fdf802b4..be3577a292 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pl.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pl.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Polish language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Polish language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Przeglądaj' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Dźwięk' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Obrazy' ; FCKLang['ResourceTypeVideo'] = 'Wideo' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/prs.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/prs.js new file mode 100644 index 0000000000..5c0425e844 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/prs.js @@ -0,0 +1,37 @@ +/* + * Dari language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'rtl' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ps.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ps.js new file mode 100644 index 0000000000..097f34e24c --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ps.js @@ -0,0 +1,37 @@ +/* + * Pashto language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'rtl' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt-br.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt-br.js index 37f3668e57..6bb4146b2c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt-br.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt-br.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Brazilian Portuguese language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Brazilian Portuguese language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Localizar no Servidor' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Áudio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Imagens' ; FCKLang['ResourceTypeVideo'] = 'Vídeo' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt.js index b6cd351090..15c956725b 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/pt.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Portuguese language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Portuguese language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Navegar no Servidor' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Áudio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Imagens' ; FCKLang['ResourceTypeVideo'] = 'Vídeo' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/qu.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/qu.js new file mode 100644 index 0000000000..01334445a5 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/qu.js @@ -0,0 +1,37 @@ +/* + * Runasimi (Quechua-Cusco) language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ro.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ro.js index 754af1a0a3..9c2f5a1862 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ro.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ro.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Romanian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Romanian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Răsfoieşte server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Imagini' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ru.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ru.js index 00260481b7..bc7cddd74c 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ru.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/ru.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Russian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Russian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Просмотреть на сервере' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Аудио' ; FCKLang['ResourceTypeFlash'] = 'Вспышка (флэш)' ; FCKLang['ResourceTypeImages'] = 'Изображения' ; FCKLang['ResourceTypeVideo'] = 'Видео' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sk.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sk.js index 40baab95b8..e28186ea16 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sk.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sk.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Slovak language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Slovak language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Prechádzať server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Obrazy' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sl.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sl.js index 23d7ec3b36..6f57fffba1 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sl.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sl.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Slovenian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Slovenian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Prebrskaj na strežniku' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Zvoki' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Slike' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr-latn.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr-latn.js index 73d3985291..43cf91a793 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr-latn.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr-latn.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Serbian (Latin) language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Serbian (Latin) language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Pretraži server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr.js index d3d8091558..66d80fbbec 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sr.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Serbian (Cyrillic) language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Serbian (Cyrillic) language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Претражи сервер' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sv.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sv.js index 90af6f194e..2a77b84e2b 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sv.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sv.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Swedish language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Swedish language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Bläddra på server' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Ljud' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Bilder' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sw.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sw.js new file mode 100644 index 0000000000..b4b870b7b8 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/sw.js @@ -0,0 +1,37 @@ +/* + * Swahili language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/th.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/th.js index 78a8746279..9ccefdec79 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/th.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/th.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Thai language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Thai language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'เปิดหน้าต่างจัดการไฟล์อัพโหลด' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/tr.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/tr.js index f4afe96d0d..4064799d79 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/tr.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/tr.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Turkish language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Turkish language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Sunucuyu Gez' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/uk.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/uk.js index 275bc59480..0b695f885d 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/uk.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/uk.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Ukrainian language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Ukrainian language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Передивитися на сервері' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Аудіо' ; FCKLang['ResourceTypeFlash'] = 'Флеш' ; FCKLang['ResourceTypeImages'] = 'Зображення' ; FCKLang['ResourceTypeVideo'] = 'Відео' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/vi.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/vi.js index 08dca9fae2..c7ddbc8988 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/vi.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/vi.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Vietnamese language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Vietnamese language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = 'Duyệt trên máy chủ' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/yo.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/yo.js new file mode 100644 index 0000000000..d7fb051eb3 --- /dev/null +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/yo.js @@ -0,0 +1,37 @@ +/* + * Yoruba language file. + * Please, use UTF-8 encoding. + */ + +FCKLang['Dir'] = 'ltr' ; + +FCKLang['BrowseServer'] = 'Browse Server' ; +FCKLang['Folder'] = 'Folder' ; +FCKLang['CreateNewFolder'] = 'Create a folder' ; +FCKLang['UploadFile'] = 'Upload a file' ; +FCKLang['Upload'] = 'Upload' ; +FCKLang['UploadSelectFileFirst'] = 'Please, select a file before pressing the upload button.' ; + +FCKLang['ResourceTypeRoot'] = 'Root' ; +FCKLang['ResourceTypeAudio'] = 'Audio' ; +FCKLang['ResourceTypeFlash'] = 'Flash' ; +FCKLang['ResourceTypeImages'] = 'Images' ; +FCKLang['ResourceTypeVideo'] = 'Video' ; + +FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; +FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; +FCKLang['InvalidFileType'] = 'Invalid file type.' ; +FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; +FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; +FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; + +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; +FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; +FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; +FCKLang['UnknownErrorCreatingFolder'] = 'Unknown error creating folder.' ; +FCKLang['ErrorCreatingFolder'] = 'Error creating folder. Error number: ' ; + +FCKLang['ServerDidNotReturnProperXmlData'] = 'The server didn\'t reply with a proper XML data. Please check your configuration.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh-cn.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh-cn.js index 5acaace6bb..da74cdfca5 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh-cn.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh-cn.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Chinese (simplified) language file. +/* + * Please, use UTF-8 encoding. + * + * Chinese (simplified) language file. */ - + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = '浏览服务器' ; @@ -25,9 +25,9 @@ FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ; diff --git a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh.js b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh.js index 060c4b1b47..c1365c87da 100755 --- a/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh.js +++ b/main/inc/lib/fckeditor/editor/plugins/customizations/lang/zh.js @@ -1,9 +1,9 @@ -/* - * Please, use UTF-8 encoding. - * - * Chinese Traditional language file. - */ - +/* + * Please, use UTF-8 encoding. + * + * Chinese Traditional language file. + */ + FCKLang['Dir'] = 'ltr' ; FCKLang['BrowseServer'] = '瀏覽伺服器端' ; @@ -18,16 +18,16 @@ FCKLang['ResourceTypeAudio'] = 'Audio' ; FCKLang['ResourceTypeFlash'] = 'Flash' ; FCKLang['ResourceTypeImages'] = 'Images' ; FCKLang['ResourceTypeVideo'] = 'Video' ; - + FCKLang['FileSuccessfullyUploaded'] = 'Your file has been successfully uploaded.' ; FCKLang['FileRenamed'] = 'A file with the same name is already available. The uploaded file has been renamed to ' ; FCKLang['InvalidFileType'] = 'Invalid file type.' ; FCKLang['SecurityError'] = 'Security error. You probably don\'t have enough permissions to upload. Please check your server.' ; FCKLang['ConnectorDisabled'] = 'The upload feature (connector) is disabled.' ; FCKLang['UploadError'] = 'Error on file upload. Error number: ' ; -FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; -FCKLang['NewFoderName'] = 'Type the name of the new folder:' ; -FCKLang['NewFoderNameRequest'] = 'Please, type the folder name.' ; +FCKLang['UploadInProgress'] = '(Upload in progress, please wait...)' ; +FCKLang['NewFolderName'] = 'Type the name of the new folder:' ; +FCKLang['NewFolderNameRequest'] = 'Please, type the folder name.' ; FCKLang['FolderAlreadyExists'] = 'Folder already exists.' ; FCKLang['InvalidFolderName'] = 'Invalid folder name.' ; FCKLang['NoPermissionsToCreateFolder'] = 'You have no permissions to create the folder.' ;