code stringlengths 1 2.08M | language stringclasses 1 value |
|---|---|
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Chinese-Simplified
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['zh-cn'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, 不可用</span>',
confirmCancel : '部分内容尚未保存,确定关闭对话框么?',
ok : '确定',
cancel : '取消',
confirmationTitle : '确认',
messageTitle : '提示',
inputTitle : '询问',
undo : '撤销',
redo : '重做',
skip : '跳过',
skipAll : '全部跳过',
makeDecision : '应采取何样措施?',
rememberDecision: '下次不再询问'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'zh-cn',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'yyyy年m月d日 h:MM aa',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : '文件夹',
FolderLoading : '正在加载文件夹...',
FolderNew : '请输入新文件夹名称: ',
FolderRename : '请输入新文件夹名称: ',
FolderDelete : '您确定要删除文件夹 "%1" 吗?',
FolderRenaming : ' (正在重命名...)',
FolderDeleting : ' (正在删除...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : '请输入新文件名: ',
FileRenameExt : '如果改变文件扩展名,可能会导致文件不可用。\r\n确定要更改吗?',
FileRenaming : '正在重命名...',
FileDelete : '您确定要删除文件 "%1" 吗?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : '加载中...',
FilesEmpty : '空文件夹',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : '临时文件夹',
BasketClear : '清空临时文件夹',
BasketRemove : '从临时文件夹移除',
BasketOpenFolder : '打开临时文件夹',
BasketTruncateConfirm : '确认清空临时文件夹?',
BasketRemoveConfirm : '确认从临时文件夹中移除文件 "%1"?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : '临时文件夹为空, 可拖放文件至其中。',
BasketCopyFilesHere : '从临时文件夹复制至此',
BasketMoveFilesHere : '从临时文件夹移动至此',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : '上传',
UploadTip : '上传文件',
Refresh : '刷新',
Settings : '设置',
Help : '帮助',
HelpTip : '查看在线帮助',
// Context Menus
Select : '选择',
SelectThumbnail : '选中缩略图',
View : '查看',
Download : '下载',
NewSubFolder : '创建子文件夹',
Rename : '重命名',
Delete : '删除',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : '将文件复制至此',
MoveDragDrop : '将文件移动至此',
// Dialogs
RenameDlgTitle : '重命名',
NewNameDlgTitle : '文件名',
FileExistsDlgTitle : '文件已存在',
SysErrorDlgTitle : '系统错误',
FileOverwrite : '自动覆盖重名文件',
FileAutorename : '给重名文件自动命名',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : '确定',
CancelBtn : '取消',
CloseBtn : '关闭',
// Upload Panel
UploadTitle : '上传文件',
UploadSelectLbl : '选定要上传的文件',
UploadProgressLbl : '(正在上传文件,请稍候...)',
UploadBtn : '上传选定的文件',
UploadBtnCancel : '取消',
UploadNoFileMsg : '请选择一个要上传的文件',
UploadNoFolder : '需先选择一个文件。',
UploadNoPerms : '无文件上传权限。',
UploadUnknError : '上传文件出错。',
UploadExtIncorrect : '此文件后缀在当前文件夹中不可用。',
// Flash Uploads
UploadLabel : '上传文件',
UploadTotalFiles : '上传总计:',
UploadTotalSize : '上传总大小:',
UploadSend : '上传',
UploadAddFiles : '添加文件',
UploadClearFiles : '清空文件',
UploadCancel : '取消上传',
UploadRemove : '删除',
UploadRemoveTip : '已删除!f',
UploadUploaded : '已上传!n%',
UploadProcessing : '上传中...',
// Settings Panel
SetTitle : '设置',
SetView : '查看:',
SetViewThumb : '缩略图',
SetViewList : '列表',
SetDisplay : '显示:',
SetDisplayName : '文件名',
SetDisplayDate : '日期',
SetDisplaySize : '大小',
SetSort : '排列顺序:',
SetSortName : '按文件名',
SetSortDate : '按日期',
SetSortSize : '按大小',
SetSortExtension : '按扩展名',
// Status Bar
FilesCountEmpty : '<空文件夹>',
FilesCountOne : '1 个文件',
FilesCountMany : '%1 个文件',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : '请求的操作未能完成. (错误 %1)',
Errors :
{
10 : '无效的指令。',
11 : '文件类型不在许可范围之内。',
12 : '文件类型无效。',
102 : '无效的文件名或文件夹名称。',
103 : '由于作者限制,该请求不能完成。',
104 : '由于文件系统的限制,该请求不能完成。',
105 : '无效的扩展名。',
109 : '无效请求。',
110 : '未知错误。',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : '存在重名的文件或文件夹。',
116 : '文件夹不存在. 请刷新后再试。',
117 : '文件不存在. 请刷新列表后再试。',
118 : '目标位置与当前位置相同。',
201 : '文件与现有的重名. 新上传的文件改名为 "%1"。',
202 : '无效的文件。',
203 : '无效的文件. 文件尺寸太大。',
204 : '上传文件已损失。',
205 : '服务器中的上传临时文件夹无效。',
206 : '因为安全原因,上传中断. 上传文件包含不能 HTML 类型数据。',
207 : '新上传的文件改名为 "%1"。',
300 : '移动文件失败。',
301 : '复制文件失败。',
500 : '因为安全原因,文件不可浏览. 请联系系统管理员并检查CKFinder配置文件。',
501 : '不支持缩略图方式。'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : '文件名不能为空。',
FileExists : '文件 %s 已存在。',
FolderEmpty : '文件夹名称不能为空。',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : '文件名不能包含以下字符: \n\\ / : * ? " < > |',
FolderInvChar : '文件夹名称不能包含以下字符: \n\\ / : * ? " < > |',
PopupBlockView : '未能在新窗口中打开文件. 请修改浏览器配置解除对本站点的锁定。',
XmlError : '从服务器读取XML数据出错',
XmlEmpty : '无法从服务器读取数据,因XML响应返回结果为空',
XmlRawResponse : '服务器返回原始结果: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : '改变尺寸 %s',
sizeTooBig : '无法大于原图尺寸 (%size)。',
resizeSuccess : '图像尺寸已修改。',
thumbnailNew : '创建缩略图',
thumbnailSmall : '小 (%s)',
thumbnailMedium : '中 (%s)',
thumbnailLarge : '大 (%s)',
newSize : '设置新尺寸',
width : '宽度',
height : '高度',
invalidHeight : '无效高度。',
invalidWidth : '无效宽度。',
invalidName : '文件名无效。',
newImage : '创建图像',
noExtensionChange : '无法改变文件后缀。',
imageSmall : '原文件尺寸过小',
contextMenuName : '改变尺寸',
lockRatio : '锁定比例',
resetSize : '原始尺寸'
},
// Fileeditor plugin
Fileeditor :
{
save : '保存',
fileOpenError : '无法打开文件。',
fileSaveSuccess : '成功保存文件。',
contextMenuName : '编辑',
loadingFile : '加载文件中...'
},
Maximize :
{
maximize : '全屏',
minimize : '最小化'
},
Gallery :
{
current : '第 {current} 个图像,共 {total} 个'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : '搜索'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Japanese
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['ja'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, は利用できません。</span>',
confirmCancel : '変更された項目があります。ウィンドウを閉じてもいいですか?',
ok : 'OK',
cancel : 'キャンセル',
confirmationTitle : '確認',
messageTitle : 'インフォメーション',
inputTitle : '質問',
undo : '元に戻す',
redo : 'やり直す',
skip : 'スキップ',
skipAll : 'すべてスキップ',
makeDecision : 'どうしますか?',
rememberDecision: '全てに適用する'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'ja',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'm/d/yyyy h:MM aa',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'フォルダ',
FolderLoading : '読み込み中...',
FolderNew : '新しいフォルダ名を入力してください: ',
FolderRename : '新しいフォルダ名を入力してください: ',
FolderDelete : '本当にフォルダ「"%1"」を削除してもよろしいですか?',
FolderRenaming : ' (リネーム中...)',
FolderDeleting : ' (削除中...)',
DestinationFolder : '適用するフォルダ',
// Files
FileRename : '新しいファイル名を入力してください: ',
FileRenameExt : 'ファイルが使えなくなる可能性がありますが、本当に拡張子を変更してもよろしいですか?',
FileRenaming : 'リネーム中...',
FileDelete : '本当に「"%1"」を削除してもよろしいですか?',
FilesDelete : 'これらの %1 つのファイルを削除してもよろしいですか? ',
FilesLoading : '読み込み中...',
FilesEmpty : 'ファイルがありません',
DestinationFile : '適用するファイル',
SkippedFiles : 'スキップしたファイルのリスト:',
// Basket
BasketFolder : 'Basket',
BasketClear : 'バスケットを空にする',
BasketRemove : 'バスケットから削除',
BasketOpenFolder : '親フォルダを開く',
BasketTruncateConfirm : '本当にバスケットの中身を空にしますか?',
BasketRemoveConfirm : '本当に「"%1"」をバスケットから削除しますか?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'バスケットの中にファイルがありません。このエリアにドラッグ&ドロップして追加することができます。',
BasketCopyFilesHere : 'バスケットからファイルをコピー',
BasketMoveFilesHere : 'バスケットからファイルを移動',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'アップロード',
UploadTip : '新しいファイルのアップロード',
Refresh : '表示の更新',
Settings : 'カスタマイズ',
Help : 'ヘルプ',
HelpTip : 'ヘルプ',
// Context Menus
Select : 'この画像を選択',
SelectThumbnail : 'この画像のサムネイルを選択',
View : '画像だけを表示',
Download : 'ダウンロード',
NewSubFolder : '新しいフォルダに入れる',
Rename : 'ファイル名の変更',
Delete : '削除',
DeleteFiles : 'ファイルを削除する',
CopyDragDrop : 'コピーするファイルをここにドロップしてください',
MoveDragDrop : '移動するファイルをここにドロップしてください',
// Dialogs
RenameDlgTitle : 'リネーム',
NewNameDlgTitle : '新しい名前',
FileExistsDlgTitle : 'ファイルはすでに存在します。',
SysErrorDlgTitle : 'システムエラー',
FileOverwrite : '上書き',
FileAutorename : '自動でリネーム',
ManuallyRename : '手動でリネーム',
// Generic
OkBtn : 'OK',
CancelBtn : 'キャンセル',
CloseBtn : '閉じる',
// Upload Panel
UploadTitle : 'ファイルのアップロード',
UploadSelectLbl : 'アップロードするファイルを選択してください',
UploadProgressLbl : '(ファイルのアップロード中...)',
UploadBtn : 'アップロード',
UploadBtnCancel : 'キャンセル',
UploadNoFileMsg : 'ファイルを選んでください。',
UploadNoFolder : 'アップロードの前にフォルダを選択してください。',
UploadNoPerms : 'ファイルのアップロード権限がありません。',
UploadUnknError : 'ファイルの送信に失敗しました。',
UploadExtIncorrect : '選択されたファイルの拡張子は許可されていません。',
// Flash Uploads
UploadLabel : 'アップロード',
UploadTotalFiles : 'アップロードしたファイル数:',
UploadTotalSize : 'ファイルサイズ:',
UploadSend : 'アップロード',
UploadAddFiles : 'ファイルを追加',
UploadClearFiles : 'クリア',
UploadCancel : 'キャンセル',
UploadRemove : '削除',
UploadRemoveTip : '!fを削除しました',
UploadUploaded : '!n%をアップロードしました',
UploadProcessing : 'アップロード中...',
// Settings Panel
SetTitle : '表示のカスタマイズ',
SetView : '表示方法:',
SetViewThumb : 'サムネイル',
SetViewList : '表示形式',
SetDisplay : '表示する項目:',
SetDisplayName : 'ファイル名',
SetDisplayDate : '日時',
SetDisplaySize : 'ファイルサイズ',
SetSort : '表示の順番:',
SetSortName : 'ファイル名',
SetSortDate : '日付',
SetSortSize : 'サイズ',
SetSortExtension : '拡張子',
// Status Bar
FilesCountEmpty : '<フォルダ内にファイルがありません>',
FilesCountOne : '1つのファイル',
FilesCountMany : '%1個のファイル',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB', // MISSING
Gb : '%1 GB', // MISSING
SizePerSecond : '%1/s', // MISSING
// Connector Error Messages.
ErrorUnknown : 'リクエストの処理に失敗しました。 (Error %1)',
Errors :
{
10 : '不正なコマンドです。',
11 : 'リソースタイプが特定できませんでした。',
12 : '要求されたリソースのタイプが正しくありません。',
102 : 'ファイル名/フォルダ名が正しくありません。',
103 : 'リクエストを完了できませんでした。認証エラーです。',
104 : 'リクエストを完了できませんでした。ファイルのパーミッションが許可されていません。',
105 : '拡張子が正しくありません。',
109 : '不正なリクエストです。',
110 : '不明なエラーが発生しました。',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : '同じ名前のファイル/フォルダがすでに存在しています。',
116 : 'フォルダが見つかりませんでした。ページを更新して再度お試し下さい。',
117 : 'ファイルが見つかりませんでした。ページを更新して再度お試し下さい。',
118 : '対象が移動元と同じ場所を指定されています。',
201 : '同じ名前のファイルがすでに存在しています。"%1" にリネームして保存されました。',
202 : '不正なファイルです。',
203 : 'ファイルのサイズが大きすぎます。',
204 : 'アップロードされたファイルは壊れています。',
205 : 'サーバ内の一時作業フォルダが利用できません。',
206 : 'セキュリティ上の理由からアップロードが取り消されました。このファイルにはHTMLに似たデータが含まれています。',
207 : 'ファイルは "%1" にリネームして保存されました。',
300 : 'ファイルの移動に失敗しました。',
301 : 'ファイルのコピーに失敗しました。',
500 : 'ファイルブラウザはセキュリティ上の制限から無効になっています。システム担当者に連絡をして、CKFinderの設定をご確認下さい。',
501 : 'サムネイル機能は無効になっています。'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'ファイル名を入力してください',
FileExists : ' %s はすでに存在しています。別の名前を入力してください。',
FolderEmpty : 'フォルダ名を入力してください。',
FolderExists : 'フォルダ %s は既に存在しています。',
FolderNameExists : 'フォルダは既に存在しています。',
FileInvChar : 'ファイルに以下の文字は使えません: \n\\ / : * ? " < > |',
FolderInvChar : 'フォルダに以下の文字は使えません: \n\\ / : * ? " < > |',
PopupBlockView : 'ファイルを新しいウィンドウで開くことに失敗しました。 お使いのブラウザの設定でポップアップをブロックする設定を解除してください。',
XmlError : 'It was not possible to properly load the XML response from the web server.', // MISSING
XmlEmpty : 'It was not possible to load the XML response from the web server. The server returned an empty response.', // MISSING
XmlRawResponse : 'Raw response from the server: %s' // MISSING
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'リサイズ: %s',
sizeTooBig : 'オリジナルの画像よりも大きいサイズは指定できません。 (%size).',
resizeSuccess : '画像のリサイズに成功しました',
thumbnailNew : 'サムネイルをつくる',
thumbnailSmall : '小 (%s)',
thumbnailMedium : '中 (%s)',
thumbnailLarge : '大 (%s)',
newSize : 'Set new size',
width : '幅',
height : '高さ',
invalidHeight : '高さの値が不正です。',
invalidWidth : '幅の値が不正です。',
invalidName : 'ファイル名が不正です。',
newImage : '新しい画像を作成',
noExtensionChange : '拡張子は変更できません。',
imageSmall : '元画像が小さすぎます。',
contextMenuName : 'リサイズ',
lockRatio : 'ロック比率',
resetSize : 'サイズリセット'
},
// Fileeditor plugin
Fileeditor :
{
save : '保存',
fileOpenError : 'ファイルを開けませんでした。',
fileSaveSuccess : 'ファイルの保存が完了しました。',
contextMenuName : '編集',
loadingFile : 'ファイルの読み込み中...'
},
Maximize :
{
maximize : '最大化',
minimize : '最小化'
},
Gallery :
{
current : 'Image {current} of {total}' // MISSING
},
Zip :
{
extractHereLabel : 'ここに解凍する',
extractToLabel : 'フォルダを指定して解凍する',
downloadZipLabel : 'zipファイルでダウンロード',
compressZipLabel : 'zipファイルにする',
removeAndExtract : '既存のファイルを削除して解凍しました。',
extractAndOverwrite : '解凍して既存のファイルに上書きしました。',
extractSuccess : '解凍が完了しました。'
},
Search :
{
searchPlaceholder : '検索'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Esperanto
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['eo'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedisponebla</span>',
confirmCancel : 'Iuj opcioj estas modifitaj. Ĉu vi certas, ke vi volas fermi tiun fenestron?',
ok : 'Bone',
cancel : 'Rezigni',
confirmationTitle : 'Konfirmo',
messageTitle : 'Informo',
inputTitle : 'Demando',
undo : 'Malfari',
redo : 'Refari',
skip : 'Transsalti',
skipAll : 'Transsalti ĉion',
makeDecision : 'Kiun agon elekti?',
rememberDecision: 'Memori la decidon'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'eo',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Dosierujoj',
FolderLoading : 'Estas ŝargata...',
FolderNew : 'Bonvolu entajpi la nomon de la nova dosierujo: ',
FolderRename : 'Bonvolu entajpi la novan nomon de la dosierujo: ',
FolderDelete : 'Ĉu vi certas, ke vi volas forigi la "%1"dosierujon?',
FolderRenaming : ' (Estas renomata...)',
FolderDeleting : ' (Estas forigata...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Entajpu la novan nomon de la dosiero: ',
FileRenameExt : 'Ĉu vi certas, ke vi volas ŝanĝi la dosiernoman finaĵon? La dosiero povus fariĝi neuzebla.',
FileRenaming : 'Estas renomata...',
FileDelete : 'Ĉu vi certas, ke vi volas forigi la dosieron "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Estas ŝargata...',
FilesEmpty : 'La dosierujo estas malplena',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Rubujo',
BasketClear : 'Malplenigi la rubujon',
BasketRemove : 'Repreni el la rubujo',
BasketOpenFolder : 'Malfermi la patran dosierujon',
BasketTruncateConfirm : 'Ĉu vi certas, ke vi volas forigi ĉiujn dosierojn el la rubujo?',
BasketRemoveConfirm : 'Ĉu vi certas, ke vi volas forigi la dosieron "%1" el la rubujo?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Neniu dosiero en la rubujo, demetu kelkajn.',
BasketCopyFilesHere : 'Kopii dosierojn el la rubujo',
BasketMoveFilesHere : 'Movi dosierojn el la rubujo',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Alŝuti',
UploadTip : 'Alŝuti novan dosieron',
Refresh : 'Aktualigo',
Settings : 'Agordo',
Help : 'Helpilo',
HelpTip : 'Helpilo',
// Context Menus
Select : 'Selekti',
SelectThumbnail : 'Selekti miniaturon',
View : 'Vidi',
Download : 'Elŝuti',
NewSubFolder : 'Nova subdosierujo',
Rename : 'Renomi',
Delete : 'Forigi',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopii tien ĉi',
MoveDragDrop : 'Movi tien ĉi',
// Dialogs
RenameDlgTitle : 'Renomi',
NewNameDlgTitle : 'Nova dosiero',
FileExistsDlgTitle : 'Dosiero jam ekzistas',
SysErrorDlgTitle : 'Sistemeraro',
FileOverwrite : 'Anstataŭigi',
FileAutorename : 'Aŭtomata renomo',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Bone',
CancelBtn : 'Rezigni',
CloseBtn : 'Fermi',
// Upload Panel
UploadTitle : 'Alŝuti novan dosieron',
UploadSelectLbl : 'Selekti la alŝutotan dosieron',
UploadProgressLbl : '(Estas alŝutata, bonvolu pacienci...)',
UploadBtn : 'Alŝuti la selektitan dosieron',
UploadBtnCancel : 'Rezigni',
UploadNoFileMsg : 'Selekti dosieron el via komputilo.',
UploadNoFolder : 'Bonvolu selekti dosierujon antaŭ la alŝuto.',
UploadNoPerms : 'La dosieralŝuto ne estas permesita.',
UploadUnknError : 'Eraro dum la dosieralŝuto.',
UploadExtIncorrect : 'La dosiernoma finaĵo ne estas permesita en tiu dosierujo.',
// Flash Uploads
UploadLabel : 'Alŝutotaj dosieroj',
UploadTotalFiles : 'Dosieroj:',
UploadTotalSize : 'Grando de la dosieroj:',
UploadSend : 'Alŝuti',
UploadAddFiles : 'Almeti dosierojn',
UploadClearFiles : 'Forigi dosierojn',
UploadCancel : 'Rezigni la alŝuton',
UploadRemove : 'Forigi',
UploadRemoveTip : 'Forigi !f',
UploadUploaded : 'Alŝutita !n%',
UploadProcessing : 'Estas alŝutata...',
// Settings Panel
SetTitle : 'Agordo',
SetView : 'Vidi:',
SetViewThumb : 'Miniaturoj',
SetViewList : 'Listo',
SetDisplay : 'Vidigi:',
SetDisplayName : 'Dosiernomo',
SetDisplayDate : 'Dato',
SetDisplaySize : 'Dosiergrando',
SetSort : 'Ordigo:',
SetSortName : 'laŭ dosiernomo',
SetSortDate : 'laŭ dato',
SetSortSize : 'laŭ grando',
SetSortExtension : 'laŭ dosiernoma finaĵo',
// Status Bar
FilesCountEmpty : '<Malplena dosiero>',
FilesCountOne : '1 dosiero',
FilesCountMany : '%1 dosieroj',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Ne eblis plenumi la peton. (Eraro %1)',
Errors :
{
10 : 'Nevalida komando.',
11 : 'La risurctipo ne estas indikita en la komando.',
12 : 'La risurctipo ne estas valida.',
102 : 'La dosier- aŭ dosierujnomo ne estas valida.',
103 : 'Ne eblis plenumi la peton pro rajtaj limigoj.',
104 : 'Ne eblis plenumi la peton pro atingopermesaj limigoj.',
105 : 'Nevalida dosiernoma finaĵo.',
109 : 'Nevalida peto.',
110 : 'Nekonata eraro.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Dosiero aŭ dosierujo kun tiu nomo jam ekzistas.',
116 : 'Tiu dosierujo ne ekzistas. Bonvolu aktualigi kaj reprovi.',
117 : 'Tiu dosiero ne ekzistas. Bonvolu aktualigi kaj reprovi.',
118 : 'La vojoj al la fonto kaj al la celo estas samaj.',
201 : 'Dosiero kun la sama nomo jam ekzistas. La alŝutita dosiero estas renomita al "%1".',
202 : 'Nevalida dosiero.',
203 : 'Nevalida dosiero. La grando estas tro alta.',
204 : 'La alŝutita dosiero estas difektita.',
205 : 'Neniu provizora dosierujo estas disponebla por alŝuto al la servilo.',
206 : 'Alŝuto nuligita pro kialoj pri sekureco. La dosiero entenas datenojn de HTMLtipo.',
207 : 'La alŝutita dosiero estas renomita al "%1".',
300 : 'La movo de la dosieroj malsukcesis.',
301 : 'La kopio de la dosieroj malsukcesis.',
500 : 'La dosieradministra sistemo estas malvalidigita. Kontaktu vian administranton kaj kontrolu la agordodosieron de CKFinder.',
501 : 'La eblo de miniaturoj estas malvalidigita.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'La dosiernomo ne povas esti malplena.',
FileExists : 'La dosiero %s jam ekzistas.',
FolderEmpty : 'La dosierujnomo ne povas esti malplena.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'La dosiernomo ne povas enhavi la sekvajn signojn : \n\\ / : * ? " < > |',
FolderInvChar : 'La dosierujnomo ne povas enhavi la sekvajn signojn : \n\\ / : * ? " < > |',
PopupBlockView : 'Ne eblis malfermi la dosieron en nova fenestro. Agordu vian retumilon kaj malŝaltu vian ŝprucfenestran blokilon por tiu retpaĝaro.',
XmlError : 'Ne eblis kontentige elŝuti la XML respondon el la servilo.',
XmlEmpty : 'Ne eblis elŝuti la XML respondon el la servilo. La servilo resendis malplenan respondon.',
XmlRawResponse : 'Kruda respondo el la servilo: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Plimalpligrandigi %s',
sizeTooBig : 'Ne eblas ŝanĝi la alton aŭ larĝon de tiu bildo ĝis valoro pli granda ol la origina grando (%size).',
resizeSuccess : 'La bildgrando estas sukcese ŝanĝita.',
thumbnailNew : 'Krei novan miniaturon',
thumbnailSmall : 'Malgranda (%s)',
thumbnailMedium : 'Meza (%s)',
thumbnailLarge : 'Granda (%s)',
newSize : 'Fiksi la novajn grando-erojn',
width : 'Larĝo',
height : 'Alto',
invalidHeight : 'Nevalida alto.',
invalidWidth : 'Nevalida larĝo.',
invalidName : 'Nevalida dosiernomo.',
newImage : 'Krei novan bildon',
noExtensionChange : 'Ne eblas ŝanĝi la dosiernoman finaĵon.',
imageSmall : 'La bildo estas tro malgranda',
contextMenuName : 'Ŝanĝi la grandon',
lockRatio : 'Konservi proporcion',
resetSize : 'Origina grando'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Konservi',
fileOpenError : 'Ne eblas malfermi la dosieron',
fileSaveSuccess : 'La dosiero estas sukcese konservita.',
contextMenuName : 'Redakti',
loadingFile : 'La dosiero estas elŝutata, bonvolu pacienci...'
},
Maximize :
{
maximize : 'Pligrandigi',
minimize : 'Malpligrandigi'
},
Gallery :
{
current : 'Bildo {current} el {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Serĉi'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Slovak
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['sk'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedostupné</span>',
confirmCancel : 'Niektoré možnosti boli zmenené. Naozaj chcete zavrieť okno?',
ok : 'OK',
cancel : 'Zrušiť',
confirmationTitle : 'Potvrdenie',
messageTitle : 'Informácia',
inputTitle : 'Otázka',
undo : 'Späť',
redo : 'Znovu',
skip : 'Preskočiť',
skipAll : 'Preskočiť všetko',
makeDecision : 'Aký úkon sa má vykonať?',
rememberDecision: 'Pamätať si rozhodnutie'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'sk',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'mm/dd/yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Adresáre',
FolderLoading : 'Nahrávam...',
FolderNew : 'Zadajte prosím meno nového adresára: ',
FolderRename : 'Zadajte prosím meno nového adresára: ',
FolderDelete : 'Skutočne zmazať adresár "%1"?',
FolderRenaming : ' (Prebieha premenovanie adresára...)',
FolderDeleting : ' (Prebieha zmazanie adresára...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Zadajte prosím meno nového súboru: ',
FileRenameExt : 'Skutočne chcete zmeniť príponu súboru? Upozornenie: zmenou prípony sa súbor môže stať nepoužiteľným, pokiaľ prípona nie je podporovaná.',
FileRenaming : 'Prebieha premenovanie súboru...',
FileDelete : 'Skutočne chcete odstrániť súbor "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Nahrávam...',
FilesEmpty : 'Adresár je prázdny.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Košík',
BasketClear : 'Vyprázdniť košík',
BasketRemove : 'Odstrániť z košíka',
BasketOpenFolder : 'Otvoriť nadradený adresár',
BasketTruncateConfirm : 'Naozaj chcete odstrániť všetky súbory z košíka?',
BasketRemoveConfirm : 'Naozaj chcete odstrániť súbor "%1" z košíka?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'V košíku nie sú žiadne súbory, potiahnite a vložte nejaký.',
BasketCopyFilesHere : 'Prekopírovať súbory z košíka',
BasketMoveFilesHere : 'Presunúť súbory z košíka',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Prekopírovať na server (Upload)',
UploadTip : 'Prekopírovať nový súbor',
Refresh : 'Znovunačítať (Refresh)',
Settings : 'Nastavenia',
Help : 'Pomoc',
HelpTip : 'Pomoc',
// Context Menus
Select : 'Vybrať',
SelectThumbnail : 'Zvoľte miniatúru',
View : 'Náhľad',
Download : 'Stiahnuť',
NewSubFolder : 'Nový podadresár',
Rename : 'Premenovať',
Delete : 'Zmazať',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Prekopírovať sem',
MoveDragDrop : 'Presunúť sem',
// Dialogs
RenameDlgTitle : 'Premenovať',
NewNameDlgTitle : 'Nové meno',
FileExistsDlgTitle : 'Súbor už existuje',
SysErrorDlgTitle : 'Systémová chyba',
FileOverwrite : 'Prepísať',
FileAutorename : 'Auto-premenovanie',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Zrušiť',
CloseBtn : 'Zatvoriť',
// Upload Panel
UploadTitle : 'Nahrať nový súbor',
UploadSelectLbl : 'Vyberte súbor, ktorý chcete prekopírovať na server',
UploadProgressLbl : '(Prebieha kopírovanie, čakajte prosím...)',
UploadBtn : 'Prekopírovať vybratý súbor',
UploadBtnCancel : 'Zrušiť',
UploadNoFileMsg : 'Vyberte prosím súbor na Vašom počítači!',
UploadNoFolder : 'Pred náhrávaním zvoľte adresár, prosím',
UploadNoPerms : 'Nahratie súboru nie je povolené.',
UploadUnknError : 'V priebehu posielania súboru sa vyskytla chyba.',
UploadExtIncorrect : 'V tomto adresári nie je povolený tento formát súboru.',
// Flash Uploads
UploadLabel : 'Súbory k nahratiu',
UploadTotalFiles : 'Všetky súbory:',
UploadTotalSize : 'Celková veľkosť:',
UploadSend : 'Prekopírovať na server',
UploadAddFiles : 'Pridať súbory',
UploadClearFiles : 'Vyčistiť súbory',
UploadCancel : 'Zrušiť nahratie',
UploadRemove : 'Odstrániť',
UploadRemoveTip : 'Odstrániť !f',
UploadUploaded : 'Nahraté !n%',
UploadProcessing : 'Spracováva sa ...',
// Settings Panel
SetTitle : 'Nastavenia',
SetView : 'Náhľad:',
SetViewThumb : 'Miniobrázky',
SetViewList : 'Zoznam',
SetDisplay : 'Zobraziť:',
SetDisplayName : 'Názov súboru',
SetDisplayDate : 'Dátum',
SetDisplaySize : 'Veľkosť súboru',
SetSort : 'Zoradenie:',
SetSortName : 'podľa názvu súboru',
SetSortDate : 'podľa dátumu',
SetSortSize : 'podľa veľkosti',
SetSortExtension : 'podľa formátu',
// Status Bar
FilesCountEmpty : '<Prázdny adresár>',
FilesCountOne : '1 súbor',
FilesCountMany : '%1 súborov',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Server nemohol dokončiť spracovanie požiadavky. (Chyba %1)',
Errors :
{
10 : 'Neplatný príkaz.',
11 : 'V požiadavke nebol špecifikovaný typ súboru.',
12 : 'Nepodporovaný typ súboru.',
102 : 'Neplatný názov súboru alebo adresára.',
103 : 'Nebolo možné dokončiť spracovanie požiadavky kvôli nepostačujúcej úrovni oprávnení.',
104 : 'Nebolo možné dokončiť spracovanie požiadavky kvôli obmedzeniam v prístupových právach k súborom.',
105 : 'Neplatná prípona súboru.',
109 : 'Neplatná požiadavka.',
110 : 'Neidentifikovaná chyba.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Zadaný súbor alebo adresár už existuje.',
116 : 'Adresár nebol nájdený. Aktualizujte obsah adresára (Znovunačítať) a skúste znovu.',
117 : 'Súbor nebol nájdený. Aktualizujte obsah adresára (Znovunačítať) a skúste znovu.',
118 : 'Zdrojové a cieľové cesty sú rovnaké.',
201 : 'Súbor so zadaným názvom už existuje. Prekopírovaný súbor bol premenovaný na "%1".',
202 : 'Neplatný súbor.',
203 : 'Neplatný súbor - súbor presahuje maximálnu povolenú veľkosť.',
204 : 'Kopírovaný súbor je poškodený.',
205 : 'Server nemá špecifikovaný dočasný adresár pre kopírované súbory.',
206 : 'Kopírovanie prerušené kvôli nedostatočnému zabezpečeniu. Súbor obsahuje HTML data.',
207 : 'Prekopírovaný súbor bol premenovaný na "%1".',
300 : 'Presunutie súborov zlyhalo.',
301 : 'Kopírovanie súborov zlyhalo.',
500 : 'Prehliadanie súborov je zakázané kvôli bezpečnosti. Kontaktujte prosím administrátora a overte nastavenia v konfiguračnom súbore pre CKFinder.',
501 : 'Momentálne nie je zapnutá podpora pre generáciu miniobrázkov.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Názov súboru nesmie byť prázdne.',
FileExists : 'Súbor %s už existuje.',
FolderEmpty : 'Názov adresára nesmie byť prázdny.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Súbor nesmie obsahovať žiadny z nasledujúcich znakov: \n\\ / : * ? " < > |',
FolderInvChar : 'Adresár nesmie obsahovať žiadny z nasledujúcich znakov: \n\\ / : * ? " < > |',
PopupBlockView : 'Nebolo možné otvoriť súbor v novom okne. Overte nastavenia Vášho prehliadača a zakážte všetky blokovače popup okien pre túto webstránku.',
XmlError : 'Nebolo možné korektne načítať XML odozvu z web serveu.',
XmlEmpty : 'Nebolo možné korektne načítať XML odozvu z web serveu. Server vrátil prázdnu odpoveď (odozvu).',
XmlRawResponse : 'Neupravená odpoveď zo servera: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Zmeniť veľkosť %s',
sizeTooBig : 'Nie je možné nastaviť výšku alebo šírku obrázku na väčšie hodnoty ako originálnu veľkosť (%size).',
resizeSuccess : 'Zmena vľkosti obrázku bola úspešne vykonaná.',
thumbnailNew : 'Vytvoriť novú miniatúru obrázku',
thumbnailSmall : 'Malý (%s)',
thumbnailMedium : 'Stredný (%s)',
thumbnailLarge : 'Veľký (%s)',
newSize : 'Nastaviť novú veľkosť',
width : 'Šírka',
height : 'Výška',
invalidHeight : 'Neplatná výška.',
invalidWidth : 'Neplatná šírka.',
invalidName : 'Neplatný názov súboru.',
newImage : 'Vytvoriť nový obrázok',
noExtensionChange : 'Nie je možné zmeniť formát súboru.',
imageSmall : 'Zdrojový obrázok je veľmi malý.',
contextMenuName : 'Zmeniť veľkosť',
lockRatio : 'Zámok',
resetSize : 'Pôvodná veľkosť'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Uložiť',
fileOpenError : 'Nie je možné otvoriť súbor.',
fileSaveSuccess : 'Súbor bol úspešne uložený.',
contextMenuName : 'Upraviť',
loadingFile : 'Súbor sa nahráva, prosím čakať...'
},
Maximize :
{
maximize : 'Maximalizovať',
minimize : 'Minimalizovať'
},
Gallery :
{
current : 'Obrázok {current} z {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Hľadať'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the English
* language. This is the base file for all translations.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['en'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, unavailable</span>',
confirmCancel : 'Some of the options were changed. Are you sure you want to close the dialog window?',
ok : 'OK',
cancel : 'Cancel',
confirmationTitle : 'Confirmation',
messageTitle : 'Information',
inputTitle : 'Question',
undo : 'Undo',
redo : 'Redo',
skip : 'Skip',
skipAll : 'Skip all',
makeDecision : 'What action should be taken?',
rememberDecision: 'Remember my decision'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'en',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'm/d/yyyy h:MM aa',
DateAmPm : ['AM','PM'],
// Folders
FoldersTitle : 'Folders',
FolderLoading : 'Loading...',
FolderNew : 'Please type the new folder name: ',
FolderRename : 'Please type the new folder name: ',
FolderDelete : 'Are you sure you want to delete the "%1" folder?',
FolderRenaming : ' (Renaming...)',
FolderDeleting : ' (Deleting...)',
DestinationFolder : 'Destination Folder',
// Files
FileRename : 'Please type the new file name: ',
FileRenameExt : 'Are you sure you want to change the file extension? The file may become unusable.',
FileRenaming : 'Renaming...',
FileDelete : 'Are you sure you want to delete the file "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?',
FilesLoading : 'Loading...',
FilesEmpty : 'The folder is empty.',
DestinationFile : 'Destination File',
SkippedFiles : 'List of skipped files:',
// Basket
BasketFolder : 'Basket',
BasketClear : 'Clear Basket',
BasketRemove : 'Remove from Basket',
BasketOpenFolder : 'Open Parent Folder',
BasketTruncateConfirm : 'Do you really want to remove all files from the basket?',
BasketRemoveConfirm : 'Do you really want to remove the file "%1" from the basket?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?',
BasketEmpty : 'No files in the basket, drag and drop some.',
BasketCopyFilesHere : 'Copy Files from Basket',
BasketMoveFilesHere : 'Move Files from Basket',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.',
OperationCompletedErrors : 'Operation completed with errors.',
FileError : '%s: %e',
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.',
CopiedFilesNumber : 'Number of files copied: %s.',
MoveFailedList : 'The following files could not be moved:<br />%s',
CopyFailedList : 'The following files could not be copied:<br />%s',
// Toolbar Buttons (some used elsewhere)
Upload : 'Upload',
UploadTip : 'Upload New File',
Refresh : 'Refresh',
Settings : 'Settings',
Help : 'Help',
HelpTip : 'Help',
// Context Menus
Select : 'Select',
SelectThumbnail : 'Select Thumbnail',
View : 'View',
Download : 'Download',
NewSubFolder : 'New Subfolder',
Rename : 'Rename',
Delete : 'Delete',
DeleteFiles : 'Delete Files',
CopyDragDrop : 'Copy Here',
MoveDragDrop : 'Move Here',
// Dialogs
RenameDlgTitle : 'Rename',
NewNameDlgTitle : 'New Name',
FileExistsDlgTitle : 'File Already Exists',
SysErrorDlgTitle : 'System Error',
FileOverwrite : 'Overwrite',
FileAutorename : 'Auto-rename',
ManuallyRename : 'Manually rename',
// Generic
OkBtn : 'OK',
CancelBtn : 'Cancel',
CloseBtn : 'Close',
// Upload Panel
UploadTitle : 'Upload New File',
UploadSelectLbl : 'Select a file to upload',
UploadProgressLbl : '(Upload in progress, please wait...)',
UploadBtn : 'Upload Selected File',
UploadBtnCancel : 'Cancel',
UploadNoFileMsg : 'Please select a file from your computer.',
UploadNoFolder : 'Please select a folder before uploading.',
UploadNoPerms : 'File upload not allowed.',
UploadUnknError : 'Error sending the file.',
UploadExtIncorrect : 'File extension not allowed in this folder.',
// Flash Uploads
UploadLabel : 'Files to Upload',
UploadTotalFiles : 'Total Files:',
UploadTotalSize : 'Total Size:',
UploadSend : 'Upload',
UploadAddFiles : 'Add Files',
UploadClearFiles : 'Clear Files',
UploadCancel : 'Cancel Upload',
UploadRemove : 'Remove',
UploadRemoveTip : 'Remove !f',
UploadUploaded : 'Uploaded !n%',
UploadProcessing : 'Processing...',
// Settings Panel
SetTitle : 'Settings',
SetView : 'View:',
SetViewThumb : 'Thumbnails',
SetViewList : 'List',
SetDisplay : 'Display:',
SetDisplayName : 'File Name',
SetDisplayDate : 'Date',
SetDisplaySize : 'File Size',
SetSort : 'Sorting:',
SetSortName : 'by File Name',
SetSortDate : 'by Date',
SetSortSize : 'by Size',
SetSortExtension : 'by Extension',
// Status Bar
FilesCountEmpty : '<Empty Folder>',
FilesCountOne : '1 file',
FilesCountMany : '%1 files',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'It was not possible to complete the request. (Error %1)',
Errors :
{
10 : 'Invalid command.',
11 : 'The resource type was not specified in the request.',
12 : 'The requested resource type is not valid.',
102 : 'Invalid file or folder name.',
103 : 'It was not possible to complete the request due to authorization restrictions.',
104 : 'It was not possible to complete the request due to file system permission restrictions.',
105 : 'Invalid file extension.',
109 : 'Invalid request.',
110 : 'Unknown error.',
111 : 'It was not possible to complete the request due to resulting file size.',
115 : 'A file or folder with the same name already exists.',
116 : 'Folder not found. Please refresh and try again.',
117 : 'File not found. Please refresh the files list and try again.',
118 : 'Source and target paths are equal.',
201 : 'A file with the same name is already available. The uploaded file was renamed to "%1".',
202 : 'Invalid file.',
203 : 'Invalid file. The file size is too big.',
204 : 'The uploaded file is corrupt.',
205 : 'No temporary folder is available for upload in the server.',
206 : 'Upload cancelled due to security reasons. The file contains HTML-like data.',
207 : 'The uploaded file was renamed to "%1".',
300 : 'Moving file(s) failed.',
301 : 'Copying file(s) failed.',
500 : 'The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.',
501 : 'The thumbnails support is disabled.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'The file name cannot be empty.',
FileExists : 'File %s already exists.',
FolderEmpty : 'The folder name cannot be empty.',
FolderExists : 'Folder %s already exists.',
FolderNameExists : 'Folder already exists.',
FileInvChar : 'The file name cannot contain any of the following characters: \n\\ / : * ? " < > |',
FolderInvChar : 'The folder name cannot contain any of the following characters: \n\\ / : * ? " < > |',
PopupBlockView : 'It was not possible to open the file in a new window. Please configure your browser and disable all popup blockers for this site.',
XmlError : 'It was not possible to properly load the XML response from the web server.',
XmlEmpty : 'It was not possible to load the XML response from the web server. The server returned an empty response.',
XmlRawResponse : 'Raw response from the server: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Resize %s',
sizeTooBig : 'Cannot set image height or width to a value bigger than the original size (%size).',
resizeSuccess : 'Image resized successfully.',
thumbnailNew : 'Create a new thumbnail',
thumbnailSmall : 'Small (%s)',
thumbnailMedium : 'Medium (%s)',
thumbnailLarge : 'Large (%s)',
newSize : 'Set a new size',
width : 'Width',
height : 'Height',
invalidHeight : 'Invalid height.',
invalidWidth : 'Invalid width.',
invalidName : 'Invalid file name.',
newImage : 'Create a new image',
noExtensionChange : 'File extension cannot be changed.',
imageSmall : 'Source image is too small.',
contextMenuName : 'Resize',
lockRatio : 'Lock ratio',
resetSize : 'Reset size'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Save',
fileOpenError : 'Unable to open file.',
fileSaveSuccess : 'File saved successfully.',
contextMenuName : 'Edit',
loadingFile : 'Loading file, please wait...'
},
Maximize :
{
maximize : 'Maximize',
minimize : 'Minimize'
},
Gallery :
{
current : 'Image {current} of {total}'
},
Zip :
{
extractHereLabel : 'Extract here',
extractToLabel : 'Extract to...',
downloadZipLabel : 'Download as zip',
compressZipLabel : 'Compress to zip',
removeAndExtract : 'Remove existing and extract',
extractAndOverwrite : 'Extract overwriting existing files',
extractSuccess : 'File extracted successfully.'
},
Search :
{
searchPlaceholder : 'Search'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Catalan
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['ca'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, no disponible</span>',
confirmCancel : 'Algunes opcions s\'han canviat\r\nEstàs segur de tancar el quadre de diàleg?',
ok : 'Acceptar',
cancel : 'Cancel·lar',
confirmationTitle : 'Confirmació',
messageTitle : 'Informació',
inputTitle : 'Pregunta',
undo : 'Desfer',
redo : 'Refer',
skip : 'Ometre',
skipAll : 'Ometre tots',
makeDecision : 'Quina acció s\'ha de realitzar?',
rememberDecision: 'Recordar la meva decisió'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'ca',
LangCode : 'ca',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Carpetes',
FolderLoading : 'Carregant...',
FolderNew : 'Si us plau, escriu el nom per la nova carpeta: ',
FolderRename : 'Si us plau, escriu el nom per la carpeta: ',
FolderDelete : 'Estàs segur que vols esborrar la carpeta "%1"?',
FolderRenaming : ' (Canviant el nom...)',
FolderDeleting : ' (Esborrant...)',
DestinationFolder : 'Carpeta de destinació',
// Files
FileRename : 'Si us plau, escriu el nom del fitxer: ',
FileRenameExt : 'Estàs segur de canviar la extensió del fitxer? El fitxer pot quedar inservible.',
FileRenaming : 'Canviant el nom...',
FileDelete : 'Estàs segur d\'esborrar el fitxer "%1"?',
FilesDelete : 'Estàs segur d\'esborrar els %1 fitxers?',
FilesLoading : 'Carregant...',
FilesEmpty : 'Carpeta buida',
DestinationFile : 'Fitxer de destinació',
SkippedFiles : 'Llista dels fitxers omesos:',
// Basket
BasketFolder : 'Cistella',
BasketClear : 'Buidar la cistella',
BasketRemove : 'Treure de la cistella',
BasketOpenFolder : 'Obrir carpeta pare',
BasketTruncateConfirm : 'Estàs segur de treure tots els fitxers de la cistella?',
BasketRemoveConfirm : 'Estàs segur de treure el fitxer "%1" de la cistella?',
BasketRemoveConfirmMultiple : 'Estàs segur de treure els %1 fitxers de la cistella?',
BasketEmpty : 'No hi ha fitxers a la cistella, arrossega i deixa anar alguns.',
BasketCopyFilesHere : 'Copiar fitxers de la cistella',
BasketMoveFilesHere : 'Moure fitxers de la cistella',
// Global messages
OperationCompletedSuccess : 'Operació completada correctament.',
OperationCompletedErrors : 'Operació completada amb errors.',
FileError : '%s: %e',
// Move and Copy files
MovedFilesNumber : 'Número de fitxers moguts: %s.',
CopiedFilesNumber : 'Número de fitxers copiats: %s.',
MoveFailedList : 'Els següents fitxers no s\'han pogut moure:<br />%s',
CopyFailedList : 'Els següents fitxers no s\'han pogut copiar:<br />%s',
// Toolbar Buttons (some used elsewhere)
Upload : 'Afegir',
UploadTip : 'Afegir nou fitxer',
Refresh : 'Actualitzar',
Settings : 'Configuració',
Help : 'Ajuda',
HelpTip : 'Ajuda',
// Context Menus
Select : 'Seleccionar',
SelectThumbnail : 'Seleccionar la icona',
View : 'Veure',
Download : 'Descarregar',
NewSubFolder : 'Nova Subcarpeta',
Rename : 'Canviar el nom',
Delete : 'Esborrar',
DeleteFiles : 'Esborrar Fitxers',
CopyDragDrop : 'Copiar aquí',
MoveDragDrop : 'Moure aquí',
// Dialogs
RenameDlgTitle : 'Canviar el nom',
NewNameDlgTitle : 'Nou nom',
FileExistsDlgTitle : 'Fitxer existent',
SysErrorDlgTitle : 'Error de sistema',
FileOverwrite : 'Sobreescriure',
FileAutorename : 'Auto-renombrar',
ManuallyRename : 'Renombrar manualment',
// Generic
OkBtn : 'Acceptar',
CancelBtn : 'Cancel·lar',
CloseBtn : 'Tancar',
// Upload Panel
UploadTitle : 'Afegir nou fitxer',
UploadSelectLbl : 'Triar el fitxer a pujar',
UploadProgressLbl : '(Pujada en progrés, si us plau esperi...)',
UploadBtn : 'Pujar el fitxer escollit',
UploadBtnCancel : 'Cancel·lar',
UploadNoFileMsg : 'Si us plau, escull un fitxer del teu ordinador.',
UploadNoFolder : 'Si us plau, escull la carpeta abans d\'iniciar la pujada.',
UploadNoPerms : 'No pot pujar fitxers.',
UploadUnknError : 'Error enviant el fitxer.',
UploadExtIncorrect : 'La extensió del fitxer no està permesa en aquesta carpeta.',
// Flash Uploads
UploadLabel : 'Fitxers a pujar',
UploadTotalFiles : 'Total de fitxers:',
UploadTotalSize : 'Grandària total:',
UploadSend : 'Afegir',
UploadAddFiles : 'Afegir fitxers',
UploadClearFiles : 'Esborrar fitxers',
UploadCancel : 'Cancel·lar la pujada',
UploadRemove : 'Treure',
UploadRemoveTip : 'Treure !f',
UploadUploaded : 'Enviat !n%',
UploadProcessing : 'Processant...',
// Settings Panel
SetTitle : 'Configuració',
SetView : 'Vista:',
SetViewThumb : 'Icones',
SetViewList : 'Llista',
SetDisplay : 'Mostrar:',
SetDisplayName : 'Nom del fitxer',
SetDisplayDate : 'Data',
SetDisplaySize : 'Grandària del fitxer',
SetSort : 'Ordenar:',
SetSortName : 'per Nom',
SetSortDate : 'per Data',
SetSortSize : 'per Grandària',
SetSortExtension : 'per Extensió',
// Status Bar
FilesCountEmpty : '<Carpeta buida>',
FilesCountOne : '1 fitxer',
FilesCountMany : '%1 fitxers',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'No ha estat possible completar la solicitut. (Error %1)',
Errors :
{
10 : 'Ordre incorrecte.',
11 : 'El tipus de recurs no ha estat especificat a la solicitut.',
12 : 'El tipus de recurs solicitat no és vàlid.',
102 : 'Nom de fitxer o carpeta no vàlids.',
103 : 'No s\'ha pogut completar la solicitut degut a les restriccions d\'autorització.',
104 : 'No s\'ha pogut completar la solicitut degut a les restriccions en el sistema de fitxers.',
105 : 'La extensió del fitxer no es vàlida.',
109 : 'Petició invàlida.',
110 : 'Error desconegut.',
111 : 'No ha estat possible completar l\'operació a causa de la grandària del fitxer resultant.',
115 : 'Ja existeix un fitxer o carpeta amb aquest nom.',
116 : 'No s\'ha trobat la carpeta. Si us plau, actualitzi i torni-ho a provar.',
117 : 'No s\'ha trobat el fitxer. Si us plau, actualitzi i torni-ho a provar.',
118 : 'Les rutes origen i destí són iguals.',
201 : 'Ja existeix un fitxer amb aquest nom. El fitxer pujat ha estat renombrat com a "%1".',
202 : 'Fitxer invàlid.',
203 : 'Fitxer invàlid. El pes és massa gran.',
204 : 'El fitxer pujat està corrupte.',
205 : 'La carpeta temporal no està disponible en el servidor per poder realitzar pujades.',
206 : 'La pujada s\'ha cancel·lat per raons de seguretat. El fitxer conté codi HTML.',
207 : 'El fitxer pujat ha estat renombrat com a "%1".',
300 : 'Ha fallat el moure el(s) fitxer(s).',
301 : 'Ha fallat el copiar el(s) fitxer(s).',
500 : 'El navegador de fitxers està deshabilitat per raons de seguretat. Si us plau, contacti amb l\'administrador del sistema i comprovi el fitxer de configuració de CKFinder.',
501 : 'El suport per a icones està deshabilitat.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'El nom del fitxer no pot estar buit.',
FileExists : 'El fitxer %s ja existeix.',
FolderEmpty : 'El nom de la carpeta no pot estar buit.',
FolderExists : 'La carpeta %s ja existeix.',
FolderNameExists : 'La carpeta ja existeix.',
FileInvChar : 'El nom del fitxer no pot contenir cap dels caràcters següents: \n\\ / : * ? " < > |',
FolderInvChar : 'El nom de la carpeta no pot contenir cap dels caràcters següents: \n\\ / : * ? " < > |',
PopupBlockView : 'No ha estat possible obrir el fitxer en una nova finestra. Si us plau, configuri el seu navegador i desactivi tots els blocadors de finestres per a aquesta pàgina.',
XmlError : 'No ha estat possible carregar correctament la resposta XML del servidor.',
XmlEmpty : 'No ha estat possible carregar correctament la resposta XML del servidor. El servidor ha enviat una cadena buida.',
XmlRawResponse : 'Resposta del servidor: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Redimensionar %s',
sizeTooBig : 'No es pot posar l\'altura o l\'amplada de la imatge més gran que les dimensions originals (%size).',
resizeSuccess : 'Imatge redimensionada correctament.',
thumbnailNew : 'Crear nova miniatura',
thumbnailSmall : 'Petita (%s)',
thumbnailMedium : 'Mitjana (%s)',
thumbnailLarge : 'Gran (%s)',
newSize : 'Establir nova grandària',
width : 'Amplada',
height : 'Altura',
invalidHeight : 'Altura invàlida.',
invalidWidth : 'Amplada invàlida.',
invalidName : 'Nom no vàlid.',
newImage : 'Crear nova imatge',
noExtensionChange : 'L\'extensió no es pot canviar.',
imageSmall : 'La imatge original és massa petita.',
contextMenuName : 'Redimensionar',
lockRatio : 'Proporcional',
resetSize : 'Grandària Original'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Desar',
fileOpenError : 'No es pot obrir el fitxero.',
fileSaveSuccess : 'Fitxer desat correctament.',
contextMenuName : 'Editar',
loadingFile : 'Carregant fitxer, si us plau, esperi...'
},
Maximize :
{
maximize : 'Maximitzar',
minimize : 'Minimitzar'
},
Gallery :
{
current : 'Imatge {current} de {total}'
},
Zip :
{
extractHereLabel : 'Extreure aquí',
extractToLabel : 'Extreure a...',
downloadZipLabel : 'Descarregar en zip',
compressZipLabel : 'Comprimir en zip',
removeAndExtract : 'Eliminar els existents i extreure',
extractAndOverwrite : 'Extreure sobreescrivint els fitxers existents',
extractSuccess : 'Fitxer extret correctament.'
},
Search :
{
searchPlaceholder : 'Cerca'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Danish
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['da'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ikke tilgængelig</span>',
confirmCancel : 'Nogle af indstillingerne er blevet ændret. Er du sikker på at lukke dialogen?',
ok : 'OK',
cancel : 'Annuller',
confirmationTitle : 'Bekræftelse',
messageTitle : 'Information',
inputTitle : 'Spørgsmål',
undo : 'Fortryd',
redo : 'Annuller fortryd',
skip : 'Skip',
skipAll : 'Skip alle',
makeDecision : 'Hvad skal der foretages?',
rememberDecision: 'Husk denne indstilling'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'da',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd-mm-yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Mapper',
FolderLoading : 'Indlæser...',
FolderNew : 'Skriv navnet på den nye mappe: ',
FolderRename : 'Skriv det nye navn på mappen: ',
FolderDelete : 'Er du sikker på, at du vil slette mappen "%1"?',
FolderRenaming : ' (Omdøber...)',
FolderDeleting : ' (Sletter...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Skriv navnet på den nye fil: ',
FileRenameExt : 'Er du sikker på, at du vil ændre filtypen? Filen kan muligvis ikke bruges bagefter.',
FileRenaming : '(Omdøber...)',
FileDelete : 'Er du sikker på, at du vil slette filen "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Indlæser...',
FilesEmpty : 'Tom mappe',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Kurv',
BasketClear : 'Tøm kurv',
BasketRemove : 'Fjern fra kurv',
BasketOpenFolder : 'Åben overordnet mappe',
BasketTruncateConfirm : 'Er du sikker på at du vil tømme kurven?',
BasketRemoveConfirm : 'Er du sikker på at du vil slette filen "%1" fra kurven?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Ingen filer i kurven, brug musen til at trække filer til kurven.',
BasketCopyFilesHere : 'Kopier Filer fra kurven',
BasketMoveFilesHere : 'Flyt Filer fra kurven',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Upload',
UploadTip : 'Upload ny fil',
Refresh : 'Opdatér',
Settings : 'Indstillinger',
Help : 'Hjælp',
HelpTip : 'Hjælp',
// Context Menus
Select : 'Vælg',
SelectThumbnail : 'Vælg thumbnail',
View : 'Vis',
Download : 'Download',
NewSubFolder : 'Ny undermappe',
Rename : 'Omdøb',
Delete : 'Slet',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopier hertil',
MoveDragDrop : 'Flyt hertil',
// Dialogs
RenameDlgTitle : 'Omdøb',
NewNameDlgTitle : 'Nyt navn',
FileExistsDlgTitle : 'Filen eksisterer allerede',
SysErrorDlgTitle : 'System fejl',
FileOverwrite : 'Overskriv',
FileAutorename : 'Auto-omdøb',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Annullér',
CloseBtn : 'Luk',
// Upload Panel
UploadTitle : 'Upload ny fil',
UploadSelectLbl : 'Vælg den fil, som du vil uploade',
UploadProgressLbl : '(Uploader, vent venligst...)',
UploadBtn : 'Upload filen',
UploadBtnCancel : 'Annuller',
UploadNoFileMsg : 'Vælg en fil på din computer.',
UploadNoFolder : 'Venligst vælg en mappe før upload startes.',
UploadNoPerms : 'Upload er ikke tilladt.',
UploadUnknError : 'Fejl ved upload.',
UploadExtIncorrect : 'Denne filtype er ikke tilladt i denne mappe.',
// Flash Uploads
UploadLabel : 'Files to Upload',
UploadTotalFiles : 'Total antal filer:',
UploadTotalSize : 'Total størrelse:',
UploadSend : 'Upload',
UploadAddFiles : 'Tilføj filer',
UploadClearFiles : 'Nulstil filer',
UploadCancel : 'Annuller upload',
UploadRemove : 'Fjern',
UploadRemoveTip : 'Fjern !f',
UploadUploaded : 'Uploadede !n%',
UploadProcessing : 'Udfører...',
// Settings Panel
SetTitle : 'Indstillinger',
SetView : 'Vis:',
SetViewThumb : 'Thumbnails',
SetViewList : 'Liste',
SetDisplay : 'Thumbnails:',
SetDisplayName : 'Filnavn',
SetDisplayDate : 'Dato',
SetDisplaySize : 'Størrelse',
SetSort : 'Sortering:',
SetSortName : 'efter filnavn',
SetSortDate : 'efter dato',
SetSortSize : 'efter størrelse',
SetSortExtension : 'efter filtype',
// Status Bar
FilesCountEmpty : '<tom mappe>',
FilesCountOne : '1 fil',
FilesCountMany : '%1 filer',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Det var ikke muligt at fuldføre handlingen. (Fejl: %1)',
Errors :
{
10 : 'Ugyldig handling.',
11 : 'Ressourcetypen blev ikke angivet i anmodningen.',
12 : 'Ressourcetypen er ikke gyldig.',
102 : 'Ugyldig fil eller mappenavn.',
103 : 'Det var ikke muligt at fuldføre handlingen på grund af en begrænsning i rettigheder.',
104 : 'Det var ikke muligt at fuldføre handlingen på grund af en begrænsning i filsystem rettigheder.',
105 : 'Ugyldig filtype.',
109 : 'Ugyldig anmodning.',
110 : 'Ukendt fejl.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'En fil eller mappe med det samme navn eksisterer allerede.',
116 : 'Mappen blev ikke fundet. Opdatér listen eller prøv igen.',
117 : 'Filen blev ikke fundet. Opdatér listen eller prøv igen.',
118 : 'Originalplacering og destination er ens.',
201 : 'En fil med det samme filnavn eksisterer allerede. Den uploadede fil er blevet omdøbt til "%1".',
202 : 'Ugyldig fil.',
203 : 'Ugyldig fil. Filstørrelsen er for stor.',
204 : 'Den uploadede fil er korrupt.',
205 : 'Der er ikke en midlertidig mappe til upload til rådighed på serveren.',
206 : 'Upload annulleret af sikkerhedsmæssige årsager. Filen indeholder HTML-lignende data.',
207 : 'Den uploadede fil er blevet omdøbt til "%1".',
300 : 'Flytning af fil(er) fejlede.',
301 : 'Kopiering af fil(er) fejlede.',
500 : 'Filbrowseren er deaktiveret af sikkerhedsmæssige årsager. Kontakt systemadministratoren eller kontrollér CKFinders konfigurationsfil.',
501 : 'Understøttelse af thumbnails er deaktiveret.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Filnavnet må ikke være tomt.',
FileExists : 'Fil %erne eksisterer allerede.',
FolderEmpty : 'Mappenavnet må ikke være tomt.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Filnavnet må ikke indeholde et af følgende tegn: \n\\ / : * ? " < > |',
FolderInvChar : 'Mappenavnet må ikke indeholde et af følgende tegn: \n\\ / : * ? " < > |',
PopupBlockView : 'Det var ikke muligt at åbne filen i et nyt vindue. Kontrollér konfigurationen i din browser, og deaktivér eventuelle popup-blokkere for denne hjemmeside.',
XmlError : 'Det var ikke muligt at hente den korrekte XML kode fra serveren.',
XmlEmpty : 'Det var ikke muligt at hente den korrekte XML kode fra serveren. Serveren returnerede et tomt svar.',
XmlRawResponse : 'Serveren returenede følgende output: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Rediger størrelse %s',
sizeTooBig : 'Kan ikke ændre billedets højde eller bredde til en værdi større end dets originale størrelse (%size).',
resizeSuccess : 'Størrelsen er nu ændret.',
thumbnailNew : 'Opret ny thumbnail',
thumbnailSmall : 'Lille (%s)',
thumbnailMedium : 'Mellem (%s)',
thumbnailLarge : 'Stor (%s)',
newSize : 'Rediger størrelse',
width : 'Bredde',
height : 'Højde',
invalidHeight : 'Ugyldig højde.',
invalidWidth : 'Ugyldig bredde.',
invalidName : 'Ugyldigt filenavn.',
newImage : 'Opret nyt billede.',
noExtensionChange : 'Filtypen kan ikke ændres.',
imageSmall : 'Originalfilen er for lille.',
contextMenuName : 'Rediger størrelse',
lockRatio : 'Lås størrelsesforhold',
resetSize : 'Nulstil størrelse'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Gem',
fileOpenError : 'Filen kan ikke åbnes.',
fileSaveSuccess : 'Filen er nu gemt.',
contextMenuName : 'Rediger',
loadingFile : 'Henter fil, vent venligst...'
},
Maximize :
{
maximize : 'Maximér',
minimize : 'Minimér'
},
Gallery :
{
current : 'Billede {current} ud af {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Søg'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Norwegian
* Bokmål language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['nb'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>',
confirmCancel : 'Noen av valgene har blitt endret. Er du sikker på at du vil lukke dialogen?',
ok : 'OK',
cancel : 'Avbryt',
confirmationTitle : 'Bekreftelse',
messageTitle : 'Informasjon',
inputTitle : 'Spørsmål',
undo : 'Angre',
redo : 'Gjør om',
skip : 'Hopp over',
skipAll : 'Hopp over alle',
makeDecision : 'Hvilken handling skal utføres?',
rememberDecision: 'Husk mitt valg'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'nb',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Mapper',
FolderLoading : 'Laster...',
FolderNew : 'Skriv inn det nye mappenavnet: ',
FolderRename : 'Skriv inn det nye mappenavnet: ',
FolderDelete : 'Er du sikker på at du vil slette mappen "%1"?',
FolderRenaming : ' (Endrer mappenavn...)',
FolderDeleting : ' (Sletter...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Skriv inn det nye filnavnet: ',
FileRenameExt : 'Er du sikker på at du vil endre filtypen? Filen kan bli ubrukelig.',
FileRenaming : 'Endrer filnavn...',
FileDelete : 'Er du sikker på at du vil slette denne filen "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Laster...',
FilesEmpty : 'Denne katalogen er tom.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Kurv',
BasketClear : 'Tøm kurv',
BasketRemove : 'Fjern fra kurv',
BasketOpenFolder : 'Åpne foreldremappen',
BasketTruncateConfirm : 'Vil du virkelig fjerne alle filer fra kurven?',
BasketRemoveConfirm : 'Vil du virkelig fjerne filen "%1" fra kurven?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Ingen filer i kurven, dra og slipp noen.',
BasketCopyFilesHere : 'Kopier filer fra kurven',
BasketMoveFilesHere : 'Flytt filer fra kurven',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Last opp',
UploadTip : 'Last opp en ny fil',
Refresh : 'Oppdater',
Settings : 'Innstillinger',
Help : 'Hjelp',
HelpTip : 'Hjelp finnes kun på engelsk',
// Context Menus
Select : 'Velg',
SelectThumbnail : 'Velg miniatyr',
View : 'Vis fullversjon',
Download : 'Last ned',
NewSubFolder : 'Ny undermappe',
Rename : 'Endre navn',
Delete : 'Slett',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopier hit',
MoveDragDrop : 'Flytt hit',
// Dialogs
RenameDlgTitle : 'Gi nytt navn',
NewNameDlgTitle : 'Nytt navn',
FileExistsDlgTitle : 'Filen finnes allerede',
SysErrorDlgTitle : 'Systemfeil',
FileOverwrite : 'Overskriv',
FileAutorename : 'Gi nytt navn automatisk',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Avbryt',
CloseBtn : 'Lukk',
// Upload Panel
UploadTitle : 'Last opp ny fil',
UploadSelectLbl : 'Velg filen du vil laste opp',
UploadProgressLbl : '(Laster opp filen, vennligst vent...)',
UploadBtn : 'Last opp valgt fil',
UploadBtnCancel : 'Avbryt',
UploadNoFileMsg : 'Du må velge en fil fra din datamaskin',
UploadNoFolder : 'Vennligst velg en mappe før du laster opp.',
UploadNoPerms : 'Filopplastning er ikke tillatt.',
UploadUnknError : 'Feil ved sending av fil.',
UploadExtIncorrect : 'Filtypen er ikke tillatt i denne mappen.',
// Flash Uploads
UploadLabel : 'Filer for opplastning',
UploadTotalFiles : 'Totalt antall filer:',
UploadTotalSize : 'Total størrelse:',
UploadSend : 'Last opp',
UploadAddFiles : 'Legg til filer',
UploadClearFiles : 'Tøm filer',
UploadCancel : 'Avbryt opplastning',
UploadRemove : 'Fjern',
UploadRemoveTip : 'Fjern !f',
UploadUploaded : 'Lastet opp !n%',
UploadProcessing : 'Behandler...',
// Settings Panel
SetTitle : 'Innstillinger',
SetView : 'Filvisning:',
SetViewThumb : 'Miniatyrbilder',
SetViewList : 'Liste',
SetDisplay : 'Vis:',
SetDisplayName : 'Filnavn',
SetDisplayDate : 'Dato',
SetDisplaySize : 'Filstørrelse',
SetSort : 'Sorter etter:',
SetSortName : 'Filnavn',
SetSortDate : 'Dato',
SetSortSize : 'Størrelse',
SetSortExtension : 'Filetternavn',
// Status Bar
FilesCountEmpty : '<Tom Mappe>',
FilesCountOne : '1 fil',
FilesCountMany : '%1 filer',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Det var ikke mulig å utføre forespørselen. (Feil %1)',
Errors :
{
10 : 'Ugyldig kommando.',
11 : 'Ressurstypen ble ikke spesifisert i forepørselen.',
12 : 'Ugyldig ressurstype.',
102 : 'Ugyldig fil- eller mappenavn.',
103 : 'Kunne ikke utføre forespørselen pga manglende autorisasjon.',
104 : 'Kunne ikke utføre forespørselen pga manglende tilgang til filsystemet.',
105 : 'Ugyldig filtype.',
109 : 'Ugyldig forespørsel.',
110 : 'Ukjent feil.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Det finnes allerede en fil eller mappe med dette navnet.',
116 : 'Kunne ikke finne mappen. Oppdater vinduet og prøv igjen.',
117 : 'Kunne ikke finne filen. Oppdater vinduet og prøv igjen.',
118 : 'Kilde- og mål-bane er like.',
201 : 'Det fantes allerede en fil med dette navnet. Den opplastede filens navn har blitt endret til "%1".',
202 : 'Ugyldig fil.',
203 : 'Ugyldig fil. Filen er for stor.',
204 : 'Den opplastede filen er korrupt.',
205 : 'Det finnes ingen midlertidig mappe for filopplastinger.',
206 : 'Opplastingen ble avbrutt av sikkerhetshensyn. Filen inneholder HTML-aktig data.',
207 : 'Den opplastede filens navn har blitt endret til "%1".',
300 : 'Klarte ikke å flytte fil(er).',
301 : 'Klarte ikke å kopiere fil(er).',
500 : 'Filvelgeren ikke tilgjengelig av sikkerhetshensyn. Kontakt systemansvarlig og be han sjekke CKFinder\'s konfigurasjonsfil.',
501 : 'Funksjon for minityrbilder er skrudd av.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Filnavnet kan ikke være tomt.',
FileExists : 'Filen %s finnes alt.',
FolderEmpty : 'Mappenavnet kan ikke være tomt.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Filnavnet kan ikke inneholde følgende tegn: \n\\ / : * ? " < > |',
FolderInvChar : 'Mappenavnet kan ikke inneholde følgende tegn: \n\\ / : * ? " < > |',
PopupBlockView : 'Du må skru av popup-blockeren for å se bildet i nytt vindu.',
XmlError : 'Det var ikke mulig å laste XML-dataene i svaret fra serveren.',
XmlEmpty : 'Det var ikke mulig å laste XML-dataene fra serverne, svaret var tomt.',
XmlRawResponse : 'Rått datasvar fra serveren: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Endre størrelse %s',
sizeTooBig : 'Kan ikke sette høyde og bredde til større enn orginalstørrelse (%size).',
resizeSuccess : 'Endring av bildestørrelse var vellykket.',
thumbnailNew : 'Lag ett nytt miniatyrbilde',
thumbnailSmall : 'Liten (%s)',
thumbnailMedium : 'Medium (%s)',
thumbnailLarge : 'Stor (%s)',
newSize : 'Sett en ny størrelse',
width : 'Bredde',
height : 'Høyde',
invalidHeight : 'Ugyldig høyde.',
invalidWidth : 'Ugyldig bredde.',
invalidName : 'Ugyldig filnavn.',
newImage : 'Lag ett nytt bilde',
noExtensionChange : 'Filendelsen kan ikke endres.',
imageSmall : 'Kildebildet er for lite.',
contextMenuName : 'Endre størrelse',
lockRatio : 'Lås forhold',
resetSize : 'Tilbakestill størrelse'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Lagre',
fileOpenError : 'Klarte ikke å åpne filen.',
fileSaveSuccess : 'Fillagring var vellykket.',
contextMenuName : 'Rediger',
loadingFile : 'Laster fil, vennligst vent...'
},
Maximize :
{
maximize : 'Maksimer',
minimize : 'Minimer'
},
Gallery :
{
current : 'Bilde {current} av {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Søk'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Lithuanian
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['lt'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nėra</span>',
confirmCancel : 'Kai kurie nustatymai buvo pakeisti. Ar tikrai norite uždaryti šį langą?',
ok : 'Gerai',
cancel : 'Atšaukti',
confirmationTitle : 'Patvirtinimas',
messageTitle : 'Informacija',
inputTitle : 'Klausimas',
undo : 'Veiksmas atgal',
redo : 'Veiksmas pirmyn',
skip : 'Praleisti',
skipAll : 'Praleisti viską',
makeDecision : 'Ką pasirinksite?',
rememberDecision: 'Atsiminti mano pasirinkimą'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'lt',
LangCode : 'lt',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'yyyy.mm.dd H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Segtuvai',
FolderLoading : 'Prašau palaukite...',
FolderNew : 'Prašau įrašykite naujo segtuvo pavadinimą: ',
FolderRename : 'Prašau įrašykite naujo segtuvo pavadinimą: ',
FolderDelete : 'Ar tikrai norite ištrinti "%1" segtuvą?',
FolderRenaming : ' (Pervadinama...)',
FolderDeleting : ' (Trinama...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Prašau įrašykite naujo failo pavadinimą: ',
FileRenameExt : 'Ar tikrai norite pakeisti šio failo plėtinį? Failas gali būti nebepanaudojamas',
FileRenaming : 'Pervadinama...',
FileDelete : 'Ar tikrai norite ištrinti failą "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Prašau palaukite...',
FilesEmpty : 'Tuščias segtuvas',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Krepšelis',
BasketClear : 'Ištuštinti krepšelį',
BasketRemove : 'Ištrinti krepšelį',
BasketOpenFolder : 'Atidaryti failo segtuvą',
BasketTruncateConfirm : 'Ar tikrai norite ištrinti visus failus iš krepšelio?',
BasketRemoveConfirm : 'Ar tikrai norite ištrinti failą "%1" iš krepšelio?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Krepšelyje failų nėra, nuvilkite ir įmeskite juos į krepšelį.',
BasketCopyFilesHere : 'Kopijuoti failus iš krepšelio',
BasketMoveFilesHere : 'Perkelti failus iš krepšelio',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Įkelti',
UploadTip : 'Įkelti naują failą',
Refresh : 'Atnaujinti',
Settings : 'Nustatymai',
Help : 'Pagalba',
HelpTip : 'Patarimai',
// Context Menus
Select : 'Pasirinkti',
SelectThumbnail : 'Pasirinkti miniatiūrą',
View : 'Peržiūrėti',
Download : 'Atsisiųsti',
NewSubFolder : 'Naujas segtuvas',
Rename : 'Pervadinti',
Delete : 'Ištrinti',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Nukopijuoti čia',
MoveDragDrop : 'Perkelti čia',
// Dialogs
RenameDlgTitle : 'Pervadinti',
NewNameDlgTitle : 'Naujas pavadinimas',
FileExistsDlgTitle : 'Toks failas jau egzistuoja',
SysErrorDlgTitle : 'Sistemos klaida',
FileOverwrite : 'Užrašyti ant viršaus',
FileAutorename : 'Automatiškai pervadinti',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Gerai',
CancelBtn : 'Atšaukti',
CloseBtn : 'Uždaryti',
// Upload Panel
UploadTitle : 'Įkelti naują failą',
UploadSelectLbl : 'Pasirinkite failą įkėlimui',
UploadProgressLbl : '(Vykdomas įkėlimas, prašau palaukite...)',
UploadBtn : 'Įkelti pasirinktą failą',
UploadBtnCancel : 'Atšaukti',
UploadNoFileMsg : 'Pasirinkite failą iš savo kompiuterio',
UploadNoFolder : 'Pasirinkite segtuvą prieš įkeliant.',
UploadNoPerms : 'Failų įkėlimas uždraustas.',
UploadUnknError : 'Įvyko klaida siunčiant failą.',
UploadExtIncorrect : 'Šiame segtuve toks failų plėtinys yra uždraustas.',
// Flash Uploads
UploadLabel : 'Įkeliami failai',
UploadTotalFiles : 'Iš viso failų:',
UploadTotalSize : 'Visa apimtis:',
UploadSend : 'Įkelti',
UploadAddFiles : 'Pridėti failus',
UploadClearFiles : 'Išvalyti failus',
UploadCancel : 'Atšaukti nusiuntimą',
UploadRemove : 'Pašalinti',
UploadRemoveTip : 'Pašalinti !f',
UploadUploaded : 'Įkeltas !n%',
UploadProcessing : 'Apdorojama...',
// Settings Panel
SetTitle : 'Nustatymai',
SetView : 'Peržiūrėti:',
SetViewThumb : 'Miniatiūros',
SetViewList : 'Sąrašas',
SetDisplay : 'Rodymas:',
SetDisplayName : 'Failo pavadinimas',
SetDisplayDate : 'Data',
SetDisplaySize : 'Failo dydis',
SetSort : 'Rūšiavimas:',
SetSortName : 'pagal failo pavadinimą',
SetSortDate : 'pagal datą',
SetSortSize : 'pagal apimtį',
SetSortExtension : 'pagal plėtinį',
// Status Bar
FilesCountEmpty : '<Tuščias segtuvas>',
FilesCountOne : '1 failas',
FilesCountMany : '%1 failai',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Užklausos įvykdyti nepavyko. (Klaida %1)',
Errors :
{
10 : 'Neteisinga komanda.',
11 : 'Resurso rūšis nenurodyta užklausoje.',
12 : 'Neteisinga resurso rūšis.',
102 : 'Netinkamas failas arba segtuvo pavadinimas.',
103 : 'Nepavyko įvykdyti užklausos dėl autorizavimo apribojimų.',
104 : 'Nepavyko įvykdyti užklausos dėl failų sistemos leidimų apribojimų.',
105 : 'Netinkamas failo plėtinys.',
109 : 'Netinkama užklausa.',
110 : 'Nežinoma klaida.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Failas arba segtuvas su tuo pačiu pavadinimu jau yra.',
116 : 'Segtuvas nerastas. Pabandykite atnaujinti.',
117 : 'Failas nerastas. Pabandykite atnaujinti failų sąrašą.',
118 : 'Šaltinio ir nurodomos vietos nuorodos yra vienodos.',
201 : 'Failas su tuo pačiu pavadinimu jau tra. Įkeltas failas buvo pervadintas į "%1"',
202 : 'Netinkamas failas',
203 : 'Netinkamas failas. Failo apimtis yra per didelė.',
204 : 'Įkeltas failas yra pažeistas.',
205 : 'Nėra laikinojo segtuvo skirto failams įkelti.',
206 : 'Įkėlimas bus nutrauktas dėl saugumo sumetimų. Šiame faile yra HTML duomenys.',
207 : 'Įkeltas failas buvo pervadintas į "%1"',
300 : 'Failų perkėlimas nepavyko.',
301 : 'Failų kopijavimas nepavyko.',
500 : 'Failų naršyklė yra išjungta dėl saugumo nustaymų. Prašau susisiekti su sistemų administratoriumi ir patikrinkite CKFinder konfigūracinį failą.',
501 : 'Miniatiūrų palaikymas išjungtas.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Failo pavadinimas negali būti tuščias',
FileExists : 'Failas %s jau egzistuoja',
FolderEmpty : 'Segtuvo pavadinimas negali būti tuščias',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Failo pavadinimas negali turėti bent vieno iš šių simbolių: \n\\ / : * ? " < > |',
FolderInvChar : 'Segtuvo pavadinimas negali turėti bent vieno iš šių simbolių: \n\\ / : * ? " < > |',
PopupBlockView : 'Nepavyko atidaryti failo naujame lange. Prašau pakeiskite savo naršyklės nustatymus, kad būtų leidžiami iškylantys langai šiame tinklapyje.',
XmlError : 'Nepavyko įkrauti XML atsako iš web serverio.',
XmlEmpty : 'Nepavyko įkrauti XML atsako iš web serverio. Serveris gražino tuščią užklausą.',
XmlRawResponse : 'Vientisas atsakas iš serverio: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Keisti matmenis %s',
sizeTooBig : 'Negalima nustatyti aukščio ir pločio į didesnius nei originalaus paveiksliuko (%size).',
resizeSuccess : 'Paveiksliuko matmenys pakeisti.',
thumbnailNew : 'Sukurti naują miniatiūrą',
thumbnailSmall : 'Mažas (%s)',
thumbnailMedium : 'Vidutinis (%s)',
thumbnailLarge : 'Didelis (%s)',
newSize : 'Nustatyti naujus matmenis',
width : 'Plotis',
height : 'Aukštis',
invalidHeight : 'Neteisingas aukštis.',
invalidWidth : 'Neteisingas plotis.',
invalidName : 'Neteisingas pavadinimas.',
newImage : 'Sukurti naują paveiksliuką',
noExtensionChange : 'Failo plėtinys negali būti pakeistas.',
imageSmall : 'Šaltinio paveiksliukas yra per mažas',
contextMenuName : 'Pakeisti matmenis',
lockRatio : 'Išlaikyti matmenų santykį',
resetSize : 'Nustatyti dydį iš naujo'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Išsaugoti',
fileOpenError : 'Nepavyko atidaryti failo.',
fileSaveSuccess : 'Failas sėkmingai išsaugotas.',
contextMenuName : 'Redaguoti',
loadingFile : 'Įkraunamas failas, prašau palaukite...'
},
Maximize :
{
maximize : 'Padidinti',
minimize : 'Sumažinti'
},
Gallery :
{
current : 'Nuotrauka {current} iš {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Paieška'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Chinese (Taiwan)
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['zh-tw'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, unavailable</span>', // MISSING
confirmCancel : 'Some of the options were changed. Are you sure you want to close the dialog window?', // MISSING
ok : 'OK', // MISSING
cancel : 'Cancel', // MISSING
confirmationTitle : 'Confirmation', // MISSING
messageTitle : 'Information', // MISSING
inputTitle : 'Question', // MISSING
undo : 'Undo', // MISSING
redo : 'Redo', // MISSING
skip : 'Skip', // MISSING
skipAll : 'Skip all', // MISSING
makeDecision : 'What action should be taken?', // MISSING
rememberDecision: 'Remember my decision' // MISSING
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'zh-tw',
LangCode : 'zh-tw',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'mm/dd/yyyy HH:MM',
DateAmPm : ['上午', '下午'],
// Folders
FoldersTitle : '目錄',
FolderLoading : '載入中...',
FolderNew : '請輸入新目錄名稱: ',
FolderRename : '請輸入新目錄名稱: ',
FolderDelete : '確定刪除 "%1" 這個目錄嗎?',
FolderRenaming : ' (修改目錄...)',
FolderDeleting : ' (刪除目錄...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : '請輸入新檔案名稱: ',
FileRenameExt : '確定變更這個檔案的副檔名嗎? 變更後 , 此檔案可能會無法使用 !',
FileRenaming : '修改檔案名稱...',
FileDelete : '確定要刪除這個檔案 "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : '載入中...',
FilesEmpty : 'The folder is empty.', // MISSING
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Basket', // MISSING
BasketClear : 'Clear Basket', // MISSING
BasketRemove : 'Remove from Basket', // MISSING
BasketOpenFolder : 'Open Parent Folder', // MISSING
BasketTruncateConfirm : 'Do you really want to remove all files from the basket?', // MISSING
BasketRemoveConfirm : 'Do you really want to remove the file "%1" from the basket?', // MISSING
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'No files in the basket, drag and drop some.', // MISSING
BasketCopyFilesHere : 'Copy Files from Basket', // MISSING
BasketMoveFilesHere : 'Move Files from Basket', // MISSING
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : '上傳檔案',
UploadTip : '上傳一個新檔案',
Refresh : '重新整理',
Settings : '偏好設定',
Help : '說明',
HelpTip : '說明',
// Context Menus
Select : '選擇',
SelectThumbnail : 'Select Thumbnail', // MISSING
View : '瀏覽',
Download : '下載',
NewSubFolder : '建立新子目錄',
Rename : '重新命名',
Delete : '刪除',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Copy Here', // MISSING
MoveDragDrop : 'Move Here', // MISSING
// Dialogs
RenameDlgTitle : 'Rename', // MISSING
NewNameDlgTitle : 'New Name', // MISSING
FileExistsDlgTitle : 'File Already Exists', // MISSING
SysErrorDlgTitle : 'System Error', // MISSING
FileOverwrite : 'Overwrite', // MISSING
FileAutorename : 'Auto-rename', // MISSING
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : '確定',
CancelBtn : '取消',
CloseBtn : '關閉',
// Upload Panel
UploadTitle : '上傳新檔案',
UploadSelectLbl : '請選擇要上傳的檔案',
UploadProgressLbl : '(檔案上傳中 , 請稍候...)',
UploadBtn : '將檔案上傳到伺服器',
UploadBtnCancel : '取消',
UploadNoFileMsg : '請從你的電腦選擇一個檔案.',
UploadNoFolder : 'Please select a folder before uploading.', // MISSING
UploadNoPerms : 'File upload not allowed.', // MISSING
UploadUnknError : 'Error sending the file.', // MISSING
UploadExtIncorrect : 'File extension not allowed in this folder.', // MISSING
// Flash Uploads
UploadLabel : 'Files to Upload', // MISSING
UploadTotalFiles : 'Total Files:', // MISSING
UploadTotalSize : 'Total Size:', // MISSING
UploadSend : '上傳檔案',
UploadAddFiles : 'Add Files', // MISSING
UploadClearFiles : 'Clear Files', // MISSING
UploadCancel : 'Cancel Upload', // MISSING
UploadRemove : 'Remove', // MISSING
UploadRemoveTip : 'Remove !f', // MISSING
UploadUploaded : 'Uploaded !n%', // MISSING
UploadProcessing : 'Processing...', // MISSING
// Settings Panel
SetTitle : '設定',
SetView : '瀏覽方式:',
SetViewThumb : '縮圖預覽',
SetViewList : '清單列表',
SetDisplay : '顯示欄位:',
SetDisplayName : '檔案名稱',
SetDisplayDate : '檔案日期',
SetDisplaySize : '檔案大小',
SetSort : '排序方式:',
SetSortName : '依 檔案名稱',
SetSortDate : '依 檔案日期',
SetSortSize : '依 檔案大小',
SetSortExtension : 'by Extension', // MISSING
// Status Bar
FilesCountEmpty : '<此目錄沒有任何檔案>',
FilesCountOne : '1 個檔案',
FilesCountMany : '%1 個檔案',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB', // MISSING
Gb : '%1 GB', // MISSING
SizePerSecond : '%1/s', // MISSING
// Connector Error Messages.
ErrorUnknown : '無法連接到伺服器 ! (錯誤代碼 %1)',
Errors :
{
10 : '不合法的指令.',
11 : '連接過程中 , 未指定資源形態 !',
12 : '連接過程中出現不合法的資源形態 !',
102 : '不合法的檔案或目錄名稱 !',
103 : '無法連接:可能是使用者權限設定錯誤 !',
104 : '無法連接:可能是伺服器檔案權限設定錯誤 !',
105 : '無法上傳:不合法的副檔名 !',
109 : '不合法的請求 !',
110 : '不明錯誤 !',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : '檔案或目錄名稱重複 !',
116 : '找不到目錄 ! 請先重新整理 , 然後再試一次 !',
117 : '找不到檔案 ! 請先重新整理 , 然後再試一次 !',
118 : 'Source and target paths are equal.', // MISSING
201 : '伺服器上已有相同的檔案名稱 ! 您上傳的檔案名稱將會自動更改為 "%1".',
202 : '不合法的檔案 !',
203 : '不合法的檔案 ! 檔案大小超過預設值 !',
204 : '您上傳的檔案已經損毀 !',
205 : '伺服器上沒有預設的暫存目錄 !',
206 : '檔案上傳程序因為安全因素已被系統自動取消 ! 可能是上傳的檔案內容包含 HTML 碼 !',
207 : '您上傳的檔案名稱將會自動更改為 "%1".',
300 : 'Moving file(s) failed.', // MISSING
301 : 'Copying file(s) failed.', // MISSING
500 : '因為安全因素 , 檔案瀏覽器已被停用 ! 請聯絡您的系統管理者並檢查 CKFinder 的設定檔 config.php !',
501 : '縮圖預覽功能已被停用 !'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : '檔案名稱不能空白 !',
FileExists : 'File %s already exists.', // MISSING
FolderEmpty : '目錄名稱不能空白 !',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : '檔案名稱不能包含以下字元: \n\\ / : * ? " < > |',
FolderInvChar : '目錄名稱不能包含以下字元: \n\\ / : * ? " < > |',
PopupBlockView : '無法在新視窗開啟檔案 ! 請檢查瀏覽器的設定並且針對這個網站 關閉 <封鎖彈跳視窗> 這個功能 !',
XmlError : 'It was not possible to properly load the XML response from the web server.', // MISSING
XmlEmpty : 'It was not possible to load the XML response from the web server. The server returned an empty response.', // MISSING
XmlRawResponse : 'Raw response from the server: %s' // MISSING
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Resize %s', // MISSING
sizeTooBig : 'Cannot set image height or width to a value bigger than the original size (%size).', // MISSING
resizeSuccess : 'Image resized successfully.', // MISSING
thumbnailNew : 'Create a new thumbnail', // MISSING
thumbnailSmall : 'Small (%s)', // MISSING
thumbnailMedium : 'Medium (%s)', // MISSING
thumbnailLarge : 'Large (%s)', // MISSING
newSize : 'Set a new size', // MISSING
width : 'Width', // MISSING
height : 'Height', // MISSING
invalidHeight : 'Invalid height.', // MISSING
invalidWidth : 'Invalid width.', // MISSING
invalidName : 'Invalid file name.', // MISSING
newImage : 'Create a new image', // MISSING
noExtensionChange : 'File extension cannot be changed.', // MISSING
imageSmall : 'Source image is too small.', // MISSING
contextMenuName : 'Resize', // MISSING
lockRatio : 'Lock ratio', // MISSING
resetSize : 'Reset size' // MISSING
},
// Fileeditor plugin
Fileeditor :
{
save : 'Save', // MISSING
fileOpenError : 'Unable to open file.', // MISSING
fileSaveSuccess : 'File saved successfully.', // MISSING
contextMenuName : 'Edit', // MISSING
loadingFile : 'Loading file, please wait...' // MISSING
},
Maximize :
{
maximize : 'Maximize', // MISSING
minimize : 'Minimize' // MISSING
},
Gallery :
{
current : 'Image {current} of {total}' // MISSING
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : '搜尋'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Bulgarian
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['bg'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, недостъпно</span>',
confirmCancel : 'Някои от опциите са променени, желаете ли да затворите диалоговия прозорец?',
ok : 'ОК',
cancel : 'Отказ',
confirmationTitle : 'Потвърждение',
messageTitle : 'Информация',
inputTitle : 'Въпрос',
undo : 'Възтанови',
redo : 'Предишно',
skip : 'Прескочи',
skipAll : 'Прескочи всички',
makeDecision : 'Какво действие ще бъде предприето?',
rememberDecision: 'Запомни ми избора'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'bg',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'd/m/yyyy h:MM aa',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Папки',
FolderLoading : 'Зареждане...',
FolderNew : 'Моля въведете име на новата папка: ',
FolderRename : 'Моля въведете име на новата папка: ',
FolderDelete : 'Сигурни ли сте, че желаете да изтриете папката "%1"?',
FolderRenaming : ' (Преименуване...)',
FolderDeleting : ' (Изтриване...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Моля въведете име на файл: ',
FileRenameExt : 'Сигурни ли сте, че желаете да промените файловото разширение? Файлът може да стане неизползваем.',
FileRenaming : 'Преименуване...',
FileDelete : 'Сигурни ли сте, че желаете да изтриете "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Зареждане...',
FilesEmpty : 'Папката е празна.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Кошница',
BasketClear : 'Изчисти кошницата',
BasketRemove : 'Премахни от кошницата',
BasketOpenFolder : 'Отвори основната папка',
BasketTruncateConfirm : 'Наиситина ли желаете да премахнете всичко файлове от кошницата?',
BasketRemoveConfirm : 'Наистина ли желаете да премахнете файла "%1" от кошницата?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Няма файлове в кошницата.',
BasketCopyFilesHere : 'Копиране на файлове от кошницата',
BasketMoveFilesHere : 'Местене на файлове от кошницата',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Качване',
UploadTip : 'Качване на нов файл',
Refresh : 'Опресняване',
Settings : 'Настройки',
Help : 'Помощ',
HelpTip : 'Помощ',
// Context Menus
Select : 'Изберете',
SelectThumbnail : 'Изберете миниатюра',
View : 'Виж',
Download : 'Изтегли',
NewSubFolder : 'Нов подпапка',
Rename : 'Преименуване',
Delete : 'Изтриване',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Копиране тук',
MoveDragDrop : 'Местене тук',
// Dialogs
RenameDlgTitle : 'Преименуване',
NewNameDlgTitle : 'Ново име',
FileExistsDlgTitle : 'Файлът вече съществува',
SysErrorDlgTitle : 'Системна грешка',
FileOverwrite : 'Препокриване',
FileAutorename : 'Авто-преименуване',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'ОК',
CancelBtn : 'Октаз',
CloseBtn : 'Затвори',
// Upload Panel
UploadTitle : 'Качване на нов файл',
UploadSelectLbl : 'Изберете файл за качване',
UploadProgressLbl : '(Качва се в момента, моля изчакайте...)',
UploadBtn : 'Качване на избрания файл',
UploadBtnCancel : 'Отказ',
UploadNoFileMsg : 'Моля изберете файл от Вашия компютър.',
UploadNoFolder : 'Моля изберете файл за качване.',
UploadNoPerms : 'Качването на файлове не е позволено.',
UploadUnknError : 'Проблем с изпращането на файла.',
UploadExtIncorrect : 'Файловото разширение не е позволено за тази папка.',
// Flash Uploads
UploadLabel : 'Файлове за качване',
UploadTotalFiles : 'Общо файлове:',
UploadTotalSize : 'Общ размер:',
UploadSend : 'Качване',
UploadAddFiles : 'Добави файлове',
UploadClearFiles : 'Изчисти',
UploadCancel : 'Отказ от качването',
UploadRemove : 'Премахни',
UploadRemoveTip : 'Премахни !f',
UploadUploaded : 'Качено !n%',
UploadProcessing : 'Обработва се...',
// Settings Panel
SetTitle : 'Настройки',
SetView : 'Изглед:',
SetViewThumb : 'Миниатюри',
SetViewList : 'Списък',
SetDisplay : 'Екран:',
SetDisplayName : 'Име на файл',
SetDisplayDate : 'Дата',
SetDisplaySize : 'Размер на файл',
SetSort : 'Подреждане:',
SetSortName : 'по име на файл',
SetSortDate : 'по дата',
SetSortSize : 'по размер',
SetSortExtension : 'по разширение',
// Status Bar
FilesCountEmpty : '<празна папка>',
FilesCountOne : '1 файл',
FilesCountMany : '%1 файла',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Не е възможно да се извърши заявката. (ГРЕШКА %1)',
Errors :
{
10 : 'Невалидна команда.',
11 : 'Типът на ресурса не е определен в заявката.',
12 : 'Заявеният тип на ресурса не е намерен.',
102 : 'Невалиден файл или име на папка.',
103 : 'Не е възможно да се извърши действието заради проблем с идентификацията.',
104 : 'Не е възможно да се извърши действието заради проблем с правата.',
105 : 'Невалидно файлово разширение.',
109 : 'Невалидна заявка.',
110 : 'Неизвестна грешка.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Файл или папка със същото име вече съществува.',
116 : 'Папката не е намерена, опреснете и опитайте отново.',
117 : 'Файлът не е намерен, опреснете и опитайте отново.',
118 : 'Пътищата за цел и източник трябва да са еднакви.',
201 : 'Файл с такова име съществува, каченият файл е преименуван на "%1".',
202 : 'Невалиден файл.',
203 : 'Невалиден файл. Размерът е прекалено голям.',
204 : 'Каченият файл е повреден.',
205 : 'Няма временна папка за качените файлове.',
206 : 'Качването е спряно заради проблеми със сигурността. Файлът съдържа HTML данни.',
207 : 'Каченият файл е преименуван на "%1".',
300 : 'Преместването на файловете пропадна.',
301 : 'Копирането на файловете пропадна.',
500 : 'Файловият браузър е изключен заради проблеми със сигурността. Моля свържете се с Вашия системен администратор и проверете конфигурацията.',
501 : 'Поддръжката за миниатюри е изключена.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Името на файла не може да празно.',
FileExists : 'Файлът %s вече е наличен.',
FolderEmpty : 'Името на папката не може да празно.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Името на файла не може да съдържа следните знаци: \n\\ / : * ? " < > |',
FolderInvChar : 'Името на папката не може да съдържа следните знаци: \n\\ / : * ? " < > |',
PopupBlockView : 'Не е възможно отварянето на файла в нов прозорец. Моля конфигурирайте браузъра си и изключете блокирането на изкачащи прозорци за този сайт.',
XmlError : 'Не е възможно зареждането да данни чрез XML от уеб сървъра.',
XmlEmpty : 'Не е възможно зареждането на XML данни от уеб сървъра. Сървърът върна празен отговор.',
XmlRawResponse : 'Отговор от сървъра: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Оразмеряване %s',
sizeTooBig : 'Не бе възможно оразмеряването, защото зададените размери са по-големи от оригинала (%size).',
resizeSuccess : 'Снимката е оразмерена успешно.',
thumbnailNew : 'Създаване на миниатюра',
thumbnailSmall : 'Малка (%s)',
thumbnailMedium : 'Средна (%s)',
thumbnailLarge : 'Голяма (%s)',
newSize : 'Изберете нов размер',
width : 'Ширина',
height : 'Височина',
invalidHeight : 'Невалидна височина.',
invalidWidth : 'Невалидна ширина.',
invalidName : 'Невалидно име на файл.',
newImage : 'Създаване на нова снимка',
noExtensionChange : 'Файловото разширение не може да бъде сменено.',
imageSmall : 'Оригиналната снимка е прекалено малка.',
contextMenuName : 'Оразмеряване',
lockRatio : 'Заключване на съотношението',
resetSize : 'Нулиране на размера'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Запис',
fileOpenError : 'Невъзможно отваряне на файла.',
fileSaveSuccess : 'Файлът е записан успешно.',
contextMenuName : 'Промяна',
loadingFile : 'Зареждане на файл, моля почакайте...'
},
Maximize :
{
maximize : 'Максимизиране',
minimize : 'Минимизиране'
},
Gallery :
{
current : 'Снимка {current} от общо {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Търсене'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Greek
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['el'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, μη διαθέσιμο</span>',
confirmCancel : 'Κάποιες από τις επιλογές έχουν αλλάξει. Θέλετε σίγουρα να κλείσετε το παράθυρο διαλόγου;',
ok : 'OK',
cancel : 'Ακύρωση',
confirmationTitle : 'Επιβεβαίωση',
messageTitle : 'Πληροφορίες',
inputTitle : 'Ερώτηση',
undo : 'Αναίρεση',
redo : 'Επαναφορά',
skip : 'Παράβλεψη',
skipAll : 'Παράβλεψη όλων',
makeDecision : 'Ποια ενέργεια πρέπει να ληφθεί;',
rememberDecision: 'Να θυμάσαι την απόφασή μου'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'el',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy HH:MM',
DateAmPm : ['ΜΜ', 'ΠΜ'],
// Folders
FoldersTitle : 'Φάκελοι',
FolderLoading : 'Φόρτωση...',
FolderNew : 'Παρακαλούμε πληκτρολογήστε την ονομασία του νέου φακέλου: ',
FolderRename : 'Παρακαλούμε πληκτρολογήστε την νέα ονομασία του φακέλου: ',
FolderDelete : 'Είστε σίγουροι ότι θέλετε να διαγράψετε το φάκελο "%1";',
FolderRenaming : ' (Μετονομασία...)',
FolderDeleting : ' (Διαγραφή...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Παρακαλούμε πληκτρολογήστε την νέα ονομασία του αρχείου: ',
FileRenameExt : 'Είστε σίγουροι ότι θέλετε να αλλάξετε την επέκταση του αρχείου; Μετά από αυτή την ενέργεια το αρχείο είναι δυνατόν να μην μπορεί να χρησιμοποιηθεί',
FileRenaming : 'Μετονομασία...',
FileDelete : 'Είστε σίγουροι ότι θέλετε να διαγράψετε το αρχείο "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Φόρτωση...',
FilesEmpty : 'Ο φάκελος είναι κενός.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Καλάθι',
BasketClear : 'Καθαρισμός καλαθιού',
BasketRemove : 'Αφαίρεση από το καλάθι',
BasketOpenFolder : 'Άνοιγμα γονικού φακέλου',
BasketTruncateConfirm : 'Θέλετε σίγουρα να αφαιρέσετε όλα τα αρχεία από το καλάθι;',
BasketRemoveConfirm : 'Θέλετε σίγουρα να αφαιρέσετε το αρχείο "%1" από το καλάθι;',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Δεν υπάρχουν αρχεία στο καλάθι, μεταφέρετε κάποια με drag and drop.',
BasketCopyFilesHere : 'Αντιγραφή αρχείων από το καλάθι',
BasketMoveFilesHere : 'Μετακίνηση αρχείων από το καλάθι',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Μεταφόρτωση',
UploadTip : 'Μεταφόρτωση νέου αρχείου',
Refresh : 'Ανανέωση',
Settings : 'Ρυθμίσεις',
Help : 'Βοήθεια',
HelpTip : 'Βοήθεια',
// Context Menus
Select : 'Επιλογή',
SelectThumbnail : 'Επιλογή μικρογραφίας',
View : 'Προβολή',
Download : 'Λήψη αρχείου',
NewSubFolder : 'Νέος υποφάκελος',
Rename : 'Μετονομασία',
Delete : 'Διαγραφή',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Αντέγραψε εδώ',
MoveDragDrop : 'Μετακίνησε εδώ',
// Dialogs
RenameDlgTitle : 'Μετονομασία',
NewNameDlgTitle : 'Νέα ονομασία',
FileExistsDlgTitle : 'Το αρχείο υπάρχει ήδη',
SysErrorDlgTitle : 'Σφάλμα συστήματος',
FileOverwrite : 'Αντικατάσταση αρχείου',
FileAutorename : 'Αυτόματη-μετονομασία',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Ακύρωση',
CloseBtn : 'Κλείσιμο',
// Upload Panel
UploadTitle : 'Μεταφόρτωση νέου αρχείου',
UploadSelectLbl : 'επιλέξτε το αρχείο που θέλετε να μεταφερθεί κάνοντας κλίκ στο κουμπί',
UploadProgressLbl : '(Η μεταφόρτωση εκτελείται, παρακαλούμε περιμένετε...)',
UploadBtn : 'Μεταφόρτωση επιλεγμένου αρχείου',
UploadBtnCancel : 'Ακύρωση',
UploadNoFileMsg : 'Παρακαλούμε επιλέξτε ένα αρχείο από τον υπολογιστή σας.',
UploadNoFolder : 'Παρακαλούμε επιλέξτε ένα φάκελο πριν εκκινήσετε την διαδικασία της μεταφόρτωσης.',
UploadNoPerms : 'Η μεταφόρτωση των αρχείων δεν επιτρέπεται.',
UploadUnknError : 'Παρουσιάστηκε σφάλμα κατά την αποστολή του αρχείου.',
UploadExtIncorrect : 'Η επέκταση του αρχείου δεν επιτρέπεται σε αυτόν τον φάκελο.',
// Flash Uploads
UploadLabel : 'Αρχεία προς μεταφόρτωση',
UploadTotalFiles : 'Συνολικά αρχεία:',
UploadTotalSize : 'Συνολικό μέγεθος:',
UploadSend : 'Μεταφόρτωση',
UploadAddFiles : 'Προσθήκη αρχείων',
UploadClearFiles : 'Αφαίρεση αρχείων',
UploadCancel : 'Ακύρωση μεταφόρτωσης',
UploadRemove : 'Αφαίρεση',
UploadRemoveTip : 'Αφαίρεση !f',
UploadUploaded : 'Μεταφορτώθηκε !n%',
UploadProcessing : 'Επεξεργασία...',
// Settings Panel
SetTitle : 'Ρυθμίσεις',
SetView : 'Προβολή:',
SetViewThumb : 'Μικρογραφίες',
SetViewList : 'Λίστα',
SetDisplay : 'Εμφάνιση:',
SetDisplayName : 'Όνομα αρχείου',
SetDisplayDate : 'Ημερομηνία',
SetDisplaySize : 'Μέγεθος αρχείου',
SetSort : 'Ταξινόμηση:',
SetSortName : 'βάσει Όνοματος αρχείου',
SetSortDate : 'βάσει Ημερομήνιας',
SetSortSize : 'βάσει Μεγέθους',
SetSortExtension : 'βάσει Επέκτασης',
// Status Bar
FilesCountEmpty : '<Κενός Φάκελος>',
FilesCountOne : '1 αρχείο',
FilesCountMany : '%1 αρχεία',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Η ενέργεια δεν ήταν δυνατόν να εκτελεστεί. (Σφάλμα %1)',
Errors :
{
10 : 'Λανθασμένη Εντολή.',
11 : 'Το resource type δεν ήταν δυνατόν να προσδιοριστεί.',
12 : 'Το resource type δεν είναι έγκυρο.',
102 : 'Το όνομα αρχείου ή φακέλου δεν είναι έγκυρο.',
103 : 'Δεν ήταν δυνατή η εκτέλεση της ενέργειας λόγω έλλειψης δικαιωμάτων ασφαλείας.',
104 : 'Δεν ήταν δυνατή η εκτέλεση της ενέργειας λόγω περιορισμών του συστήματος αρχείων.',
105 : 'Λανθασμένη επέκταση αρχείου.',
109 : 'Λανθασμένη ενέργεια.',
110 : 'Άγνωστο λάθος.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Το αρχείο ή φάκελος υπάρχει ήδη.',
116 : 'Ο φάκελος δεν βρέθηκε. Παρακαλούμε ανανεώστε τη σελίδα και προσπαθήστε ξανά.',
117 : 'Το αρχείο δεν βρέθηκε. Παρακαλούμε ανανεώστε τη σελίδα και προσπαθήστε ξανά.',
118 : 'Η αρχική και τελική διαδρομή είναι ίδιες.',
201 : 'Ένα αρχείο με την ίδια ονομασία υπάρχει ήδη. Το μεταφορτωμένο αρχείο μετονομάστηκε σε "%1".',
202 : 'Λανθασμένο αρχείο.',
203 : 'Λανθασμένο αρχείο. Το μέγεθος του αρχείου είναι πολύ μεγάλο.',
204 : 'Το μεταφορτωμένο αρχείο είναι χαλασμένο.',
205 : 'Δεν υπάρχει προσωρινός φάκελος για να χρησιμοποιηθεί για τις μεταφορτώσεις των αρχείων.',
206 : 'Η μεταφόρτωση ακυρώθηκε για λόγους ασφαλείας. Το αρχείο περιέχει δεδομένα μορφής HTML.',
207 : 'Το μεταφορτωμένο αρχείο μετονομάστηκε σε "%1".',
300 : 'Η μετακίνηση των αρχείων απέτυχε.',
301 : 'Η αντιγραφή των αρχείων απέτυχε.',
500 : 'Ο πλοηγός αρχείων έχει απενεργοποιηθεί για λόγους ασφαλείας. Παρακαλούμε επικοινωνήστε με τον διαχειριστή της ιστοσελίδας και ελέγξτε το αρχείο ρυθμίσεων του πλοηγού (CKFinder).',
501 : 'Η υποστήριξη των μικρογραφιών έχει απενεργοποιηθεί.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Η ονομασία του αρχείου δεν μπορεί να είναι κενή.',
FileExists : 'Το αρχείο %s υπάρχει ήδη.',
FolderEmpty : 'Η ονομασία του φακέλου δεν μπορεί να είναι κενή.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Η ονομασία του αρχείου δεν μπορεί να περιέχει τους ακόλουθους χαρακτήρες: \n\\ / : * ? " < > |',
FolderInvChar : 'Η ονομασία του φακέλου δεν μπορεί να περιέχει τους ακόλουθους χαρακτήρες: \n\\ / : * ? " < > |',
PopupBlockView : 'Δεν ήταν εφικτό να ανοίξει το αρχείο σε νέο παράθυρο. Παρακαλώ, ελέγξτε τις ρυθμίσεις τους πλοηγού σας και απενεργοποιήστε όλους τους popup blockers για αυτή την ιστοσελίδα.',
XmlError : 'Δεν ήταν εφικτή η σωστή ανάγνωση του XML response από τον διακομιστή.',
XmlEmpty : 'Δεν ήταν εφικτή η φόρτωση του XML response από τον διακομιστή. Ο διακομιστής επέστρεψε ένα κενό response.',
XmlRawResponse : 'Raw response από τον διακομιστή: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Αλλαγή διαστάσεων της εικόνας %s',
sizeTooBig : 'Το πλάτος ή το ύψος της εικόνας δεν μπορεί να είναι μεγαλύτερα των αρχικών διαστάσεων (%size).',
resizeSuccess : 'Οι διαστάσεις της εικόνας άλλαξαν επιτυχώς.',
thumbnailNew : 'Δημιουργία νέας μικρογραφίας',
thumbnailSmall : 'Μικρή (%s)',
thumbnailMedium : 'Μεσαία (%s)',
thumbnailLarge : 'Μεγάλη (%s)',
newSize : 'Ορισμός νέου μεγέθους',
width : 'Πλάτος',
height : 'Ύψος',
invalidHeight : 'Μη έγκυρο ύψος.',
invalidWidth : 'Μη έγκυρο πλάτος.',
invalidName : 'Μη έγκυρο όνομα αρχείου.',
newImage : 'Δημιουργία νέας εικόνας',
noExtensionChange : 'Η επέκταση του αρχείου δεν μπορεί να αλλάξει.',
imageSmall : 'Η αρχική εικόνα είναι πολύ μικρή.',
contextMenuName : 'Αλλαγή διαστάσεων',
lockRatio : 'Κλείδωμα αναλογίας',
resetSize : 'Επαναφορά αρχικού μεγέθους'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Αποθήκευση',
fileOpenError : 'Δεν ήταν εφικτό το άνοιγμα του αρχείου.',
fileSaveSuccess : 'Το αρχείο αποθηκεύτηκε επιτυχώς.',
contextMenuName : 'Επεξεργασία',
loadingFile : 'Φόρτωση αρχείου, παρακαλώ περιμένετε...'
},
Maximize :
{
maximize : 'Μεγιστοποίηση',
minimize : 'Ελαχιστοποίηση'
},
Gallery :
{
current : 'Εικόνα {current} από {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Αναζήτηση'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Spanish
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['es'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, no disponible</span>',
confirmCancel : 'Algunas opciones se han cambiado\r\n¿Está seguro de querer cerrar el diálogo?',
ok : 'Aceptar',
cancel : 'Cancelar',
confirmationTitle : 'Confirmación',
messageTitle : 'Información',
inputTitle : 'Pregunta',
undo : 'Deshacer',
redo : 'Rehacer',
skip : 'Omitir',
skipAll : 'Omitir todos',
makeDecision : '¿Qué acción debe realizarse?',
rememberDecision: 'Recordar mi decisión'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'es',
LangCode : 'es',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Carpetas',
FolderLoading : 'Cargando...',
FolderNew : 'Por favor, escriba el nombre para la nueva carpeta: ',
FolderRename : 'Por favor, escriba el nuevo nombre para la carpeta: ',
FolderDelete : '¿Está seguro de que quiere borrar la carpeta "%1"?',
FolderRenaming : ' (Renombrando...)',
FolderDeleting : ' (Borrando...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Por favor, escriba el nuevo nombre del fichero: ',
FileRenameExt : '¿Está seguro de querer cambiar la extensión del fichero? El fichero puede dejar de ser usable.',
FileRenaming : 'Renombrando...',
FileDelete : '¿Está seguro de que quiere borrar el fichero "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Cargando...',
FilesEmpty : 'Carpeta vacía',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Cesta',
BasketClear : 'Vaciar cesta',
BasketRemove : 'Quitar de la cesta',
BasketOpenFolder : 'Abrir carpeta padre',
BasketTruncateConfirm : '¿Está seguro de querer quitar todos los ficheros de la cesta?',
BasketRemoveConfirm : '¿Está seguro de querer quitar el fichero "%1" de la cesta?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'No hay ficheros en la cesta, arrastra y suelta algunos.',
BasketCopyFilesHere : 'Copiar ficheros de la cesta',
BasketMoveFilesHere : 'Mover ficheros de la cesta',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Añadir',
UploadTip : 'Añadir nuevo fichero',
Refresh : 'Actualizar',
Settings : 'Configuración',
Help : 'Ayuda',
HelpTip : 'Ayuda',
// Context Menus
Select : 'Seleccionar',
SelectThumbnail : 'Seleccionar el icono',
View : 'Ver',
Download : 'Descargar',
NewSubFolder : 'Nueva Subcarpeta',
Rename : 'Renombrar',
Delete : 'Borrar',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Copiar aquí',
MoveDragDrop : 'Mover aquí',
// Dialogs
RenameDlgTitle : 'Renombrar',
NewNameDlgTitle : 'Nuevo nombre',
FileExistsDlgTitle : 'Fichero existente',
SysErrorDlgTitle : 'Error de sistema',
FileOverwrite : 'Sobreescribir',
FileAutorename : 'Auto-renombrar',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Aceptar',
CancelBtn : 'Cancelar',
CloseBtn : 'Cerrar',
// Upload Panel
UploadTitle : 'Añadir nuevo fichero',
UploadSelectLbl : 'Elija el fichero a subir',
UploadProgressLbl : '(Subida en progreso, por favor espere...)',
UploadBtn : 'Subir el fichero elegido',
UploadBtnCancel : 'Cancelar',
UploadNoFileMsg : 'Por favor, elija un fichero de su ordenador.',
UploadNoFolder : 'Por favor, escoja la carpeta antes de iniciar la subida.',
UploadNoPerms : 'No puede subir ficheros.',
UploadUnknError : 'Error enviando el fichero.',
UploadExtIncorrect : 'La extensión del fichero no está permitida en esta carpeta.',
// Flash Uploads
UploadLabel : 'Ficheros a subir',
UploadTotalFiles : 'Total de ficheros:',
UploadTotalSize : 'Tamaño total:',
UploadSend : 'Añadir',
UploadAddFiles : 'Añadir ficheros',
UploadClearFiles : 'Borrar ficheros',
UploadCancel : 'Cancelar subida',
UploadRemove : 'Quitar',
UploadRemoveTip : 'Quitar !f',
UploadUploaded : 'Enviado !n%',
UploadProcessing : 'Procesando...',
// Settings Panel
SetTitle : 'Configuración',
SetView : 'Vista:',
SetViewThumb : 'Iconos',
SetViewList : 'Lista',
SetDisplay : 'Mostrar:',
SetDisplayName : 'Nombre de fichero',
SetDisplayDate : 'Fecha',
SetDisplaySize : 'Tamaño del fichero',
SetSort : 'Ordenar:',
SetSortName : 'por Nombre',
SetSortDate : 'por Fecha',
SetSortSize : 'por Tamaño',
SetSortExtension : 'por Extensión',
// Status Bar
FilesCountEmpty : '<Carpeta vacía>',
FilesCountOne : '1 fichero',
FilesCountMany : '%1 ficheros',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'No ha sido posible completar la solicitud. (Error %1)',
Errors :
{
10 : 'Comando incorrecto.',
11 : 'El tipo de recurso no ha sido especificado en la solicitud.',
12 : 'El tipo de recurso solicitado no es válido.',
102 : 'Nombre de fichero o carpeta no válido.',
103 : 'No se ha podido completar la solicitud debido a las restricciones de autorización.',
104 : 'No ha sido posible completar la solicitud debido a restricciones en el sistema de ficheros.',
105 : 'La extensión del archivo no es válida.',
109 : 'Petición inválida.',
110 : 'Error desconocido.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Ya existe un fichero o carpeta con ese nombre.',
116 : 'No se ha encontrado la carpeta. Por favor, actualice y pruebe de nuevo.',
117 : 'No se ha encontrado el fichero. Por favor, actualice la lista de ficheros y pruebe de nuevo.',
118 : 'Las rutas origen y destino son iguales.',
201 : 'Ya existía un fichero con ese nombre. El fichero subido ha sido renombrado como "%1".',
202 : 'Fichero inválido.',
203 : 'Fichero inválido. El peso es demasiado grande.',
204 : 'El fichero subido está corrupto.',
205 : 'La carpeta temporal no está disponible en el servidor para las subidas.',
206 : 'La subida se ha cancelado por razones de seguridad. El fichero contenía código HTML.',
207 : 'El fichero subido ha sido renombrado como "%1".',
300 : 'Ha fallado el mover el(los) fichero(s).',
301 : 'Ha fallado el copiar el(los) fichero(s).',
500 : 'El navegador de archivos está deshabilitado por razones de seguridad. Por favor, contacte con el administrador de su sistema y compruebe el fichero de configuración de CKFinder.',
501 : 'El soporte para iconos está deshabilitado.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'El nombre del fichero no puede estar vacío.',
FileExists : 'El fichero %s ya existe.',
FolderEmpty : 'El nombre de la carpeta no puede estar vacío.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'El nombre del fichero no puede contener ninguno de los caracteres siguientes: \n\\ / : * ? " < > |',
FolderInvChar : 'El nombre de la carpeta no puede contener ninguno de los caracteres siguientes: \n\\ / : * ? " < > |',
PopupBlockView : 'No ha sido posible abrir el fichero en una nueva ventana. Por favor, configure su navegador y desactive todos los bloqueadores de ventanas para esta página.',
XmlError : 'No ha sido posible cargar correctamente la respuesta XML del servidor.',
XmlEmpty : 'No ha sido posible cargar correctamente la respuesta XML del servidor. El servidor envió una cadena vacía.',
XmlRawResponse : 'Respuesta del servidor: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Redimensionar %s',
sizeTooBig : 'No se puede poner la altura o anchura de la imagen mayor que las dimensiones originales (%size).',
resizeSuccess : 'Imagen redimensionada correctamente.',
thumbnailNew : 'Crear nueva minuatura',
thumbnailSmall : 'Pequeña (%s)',
thumbnailMedium : 'Mediana (%s)',
thumbnailLarge : 'Grande (%s)',
newSize : 'Establecer nuevo tamaño',
width : 'Ancho',
height : 'Alto',
invalidHeight : 'Altura inválida.',
invalidWidth : 'Anchura inválida.',
invalidName : 'Nombre no válido.',
newImage : 'Crear nueva imagen',
noExtensionChange : 'La extensión no se puede cambiar.',
imageSmall : 'La imagen original es demasiado pequeña.',
contextMenuName : 'Redimensionar',
lockRatio : 'Proporcional',
resetSize : 'Tamaño Original'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Guardar',
fileOpenError : 'No se puede abrir el fichero.',
fileSaveSuccess : 'Fichero guardado correctamente.',
contextMenuName : 'Editar',
loadingFile : 'Cargando fichero, por favor espere...'
},
Maximize :
{
maximize : 'Maximizar',
minimize : 'Minimizar'
},
Gallery :
{
current : 'Imagen {current} de {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Buscar'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Finnish
* language. Translated into Finnish 2010-12-15 by Petteri Salmela,
* updated.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['fi'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ei käytettävissä</span>',
confirmCancel : 'Valintoja on muutettu. Suljetaanko ikkuna kuitenkin?',
ok : 'OK',
cancel : 'Peru',
confirmationTitle : 'Varmistus',
messageTitle : 'Ilmoitus',
inputTitle : 'Kysymys',
undo : 'Peru',
redo : 'Tee uudelleen',
skip : 'Ohita',
skipAll : 'Ohita kaikki',
makeDecision : 'Mikä toiminto suoritetaan?',
rememberDecision: 'Muista valintani'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'fi',
LangCode : 'fi',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'yyyy-mm-dd HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Kansiot',
FolderLoading : 'Lataan...',
FolderNew : 'Kirjoita uuden kansion nimi: ',
FolderRename : 'Kirjoita uusi nimi kansiolle ',
FolderDelete : 'Haluatko varmasti poistaa kansion "%1"?',
FolderRenaming : ' (Uudelleennimeää...)',
FolderDeleting : ' (Poistaa...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Kirjoita uusi tiedostonimi: ',
FileRenameExt : 'Haluatko varmasti muuttaa tiedostotarkennetta? Tiedosto voi muuttua käyttökelvottomaksi.',
FileRenaming : 'Uudelleennimeää...',
FileDelete : 'Haluatko varmasti poistaa tiedoston "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Lataa...',
FilesEmpty : 'Tyhjä kansio.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Kori',
BasketClear : 'Tyhjennä kori',
BasketRemove : 'Poista korista',
BasketOpenFolder : 'Avaa ylemmän tason kansio',
BasketTruncateConfirm : 'Haluatko todella poistaa kaikki tiedostot korista?',
BasketRemoveConfirm : 'Haluatko todella poistaa tiedoston "%1" korista?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Korissa ei ole tiedostoja. Lisää raahaamalla.',
BasketCopyFilesHere : 'Kopioi tiedostot korista.',
BasketMoveFilesHere : 'Siirrä tiedostot korista.',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Lataa palvelimelle',
UploadTip : 'Lataa uusi tiedosto palvelimelle',
Refresh : 'Päivitä',
Settings : 'Asetukset',
Help : 'Apua',
HelpTip : 'Apua',
// Context Menus
Select : 'Valitse',
SelectThumbnail : 'Valitse esikatselukuva',
View : 'Näytä',
Download : 'Lataa palvelimelta',
NewSubFolder : 'Uusi alikansio',
Rename : 'Uudelleennimeä ',
Delete : 'Poista',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopioi tähän',
MoveDragDrop : 'Siirrä tähän',
// Dialogs
RenameDlgTitle : 'Nimeä uudelleen',
NewNameDlgTitle : 'Uusi nimi',
FileExistsDlgTitle : 'Tiedostonimi on jo olemassa!',
SysErrorDlgTitle : 'Järjestelmävirhe',
FileOverwrite : 'Ylikirjoita',
FileAutorename : 'Nimeä uudelleen automaattisesti',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Peru',
CloseBtn : 'Sulje',
// Upload Panel
UploadTitle : 'Lataa uusi tiedosto palvelimelle',
UploadSelectLbl : 'Valitse ladattava tiedosto',
UploadProgressLbl : '(Lataaminen palvelimelle käynnissä...)',
UploadBtn : 'Lataa valittu tiedosto palvelimelle',
UploadBtnCancel : 'Peru',
UploadNoFileMsg : 'Valitse tiedosto tietokoneeltasi.',
UploadNoFolder : 'Valitse kansio ennen palvelimelle lataamista.',
UploadNoPerms : 'Tiedoston lataaminen palvelimelle evätty.',
UploadUnknError : 'Tiedoston siirrossa tapahtui virhe.',
UploadExtIncorrect : 'Tiedostotarkenne ei ole sallittu valitussa kansiossa.',
// Flash Uploads
UploadLabel : 'Ladattavat tiedostot',
UploadTotalFiles : 'Tiedostoja yhteensä:',
UploadTotalSize : 'Yhteenlaskettu tiedostokoko:',
UploadSend : 'Lataa palvelimelle',
UploadAddFiles : 'Lisää tiedostoja',
UploadClearFiles : 'Poista tiedostot',
UploadCancel : 'Peru lataus',
UploadRemove : 'Poista',
UploadRemoveTip : 'Poista !f',
UploadUploaded : 'Ladattu !n%',
UploadProcessing : 'Käsittelee...',
// Settings Panel
SetTitle : 'Asetukset',
SetView : 'Näkymä:',
SetViewThumb : 'Esikatselukuvat',
SetViewList : 'Luettelo',
SetDisplay : 'Näytä:',
SetDisplayName : 'Tiedostonimi',
SetDisplayDate : 'Päivämäärä',
SetDisplaySize : 'Tiedostokoko',
SetSort : 'Lajittele:',
SetSortName : 'aakkosjärjestykseen',
SetSortDate : 'päivämäärän mukaan',
SetSortSize : 'tiedostokoon mukaan',
SetSortExtension : 'tiedostopäätteen mukaan',
// Status Bar
FilesCountEmpty : '<Tyhjä kansio>',
FilesCountOne : '1 tiedosto',
FilesCountMany : '%1 tiedostoa',
// Size and Speed
Kb : '%1 kt',
Mb : '%1 Mt',
Gb : '%1 Gt',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Pyyntöä ei voitu suorittaa. (Virhe %1)',
Errors :
{
10 : 'Virheellinen komento.',
11 : 'Pyynnön resurssityyppi on määrittelemättä.',
12 : 'Pyynnön resurssityyppi on virheellinen.',
102 : 'Virheellinen tiedosto- tai kansionimi.',
103 : 'Oikeutesi eivät riitä pyynnön suorittamiseen.',
104 : 'Tiedosto-oikeudet eivät riitä pyynnön suorittamiseen.',
105 : 'Virheellinen tiedostotarkenne.',
109 : 'Virheellinen pyyntö.',
110 : 'Tuntematon virhe.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Samanniminen tiedosto tai kansio on jo olemassa.',
116 : 'Kansiota ei löydy. Yritä uudelleen kansiopäivityksen jälkeen.',
117 : 'Tiedostoa ei löydy. Yritä uudelleen kansiopäivityksen jälkeen.',
118 : 'Lähde- ja kohdekansio on sama!',
201 : 'Samanniminen tiedosto on jo olemassa. Palvelimelle ladattu tiedosto on nimetty: "%1".',
202 : 'Virheellinen tiedosto.',
203 : 'Virheellinen tiedosto. Tiedostokoko on liian suuri.',
204 : 'Palvelimelle ladattu tiedosto on vioittunut.',
205 : 'Väliaikaishakemistoa ei ole määritetty palvelimelle lataamista varten.',
206 : 'Palvelimelle lataaminen on peruttu turvallisuussyistä. Tiedosto sisältää HTML-tyylistä dataa.',
207 : 'Palvelimelle ladattu tiedosto on nimetty: "%1".',
300 : 'Tiedostosiirto epäonnistui.',
301 : 'Tiedostokopiointi epäonnistui.',
500 : 'Tiedostoselain on kytketty käytöstä turvallisuussyistä. Pyydä pääkäyttäjää tarkastamaan CKFinderin asetustiedosto.',
501 : 'Esikatselukuvien tuki on kytketty toiminnasta.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Tiedosto on nimettävä!',
FileExists : 'Tiedosto %s on jo olemassa.',
FolderEmpty : 'Kansio on nimettävä!',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Tiedostonimi ei voi sisältää seuraavia merkkejä: \n\\ / : * ? " < > |',
FolderInvChar : 'Kansionimi ei voi sisältää seuraavia merkkejä: \n\\ / : * ? " < > |',
PopupBlockView : 'Tiedostoa ei voitu avata uuteen ikkunaan. Salli selaimesi asetuksissa ponnahdusikkunat tälle sivulle.',
XmlError : 'Web-palvelimen XML-vastausta ei pystytty kunnolla lataamaan.',
XmlEmpty : 'Web-palvelimen XML vastausta ei pystytty lataamaan. Palvelin palautti tyhjän vastauksen.',
XmlRawResponse : 'Palvelimen käsittelemätön vastaus: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Muuta kokoa %s',
sizeTooBig : 'Kuvan mittoja ei voi asettaa alkuperäistä suuremmiksi(%size).',
resizeSuccess : 'Kuvan koon muuttaminen onnistui.',
thumbnailNew : 'Luo uusi esikatselukuva.',
thumbnailSmall : 'Pieni (%s)',
thumbnailMedium : 'Keskikokoinen (%s)',
thumbnailLarge : 'Suuri (%s)',
newSize : 'Aseta uusi koko',
width : 'Leveys',
height : 'Korkeus',
invalidHeight : 'Viallinen korkeus.',
invalidWidth : 'Viallinen leveys.',
invalidName : 'Viallinen tiedostonimi.',
newImage : 'Luo uusi kuva',
noExtensionChange : 'Tiedostomäärettä ei voi vaihtaa.',
imageSmall : 'Lähdekuva on liian pieni.',
contextMenuName : 'Muuta kokoa',
lockRatio : 'Lukitse suhteet',
resetSize : 'Alkuperäinen koko'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Tallenna',
fileOpenError : 'Tiedostoa ei voi avata.',
fileSaveSuccess : 'Tiedoston tallennus onnistui.',
contextMenuName : 'Muokkaa',
loadingFile : 'Tiedostoa ladataan ...'
},
Maximize :
{
maximize : 'Suurenna',
minimize : 'Pienennä'
},
Gallery :
{
current : 'Kuva {current} / {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Haku'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Welsh
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['cy'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, ddim ar gael</span>',
confirmCancel : 'Cafodd rhai o\'r opsiynau eu newid. Ydych chi wir am gau ffenestr y deialog?',
ok : 'Iawn',
cancel : 'Diddymu',
confirmationTitle : 'Cadarnhad',
messageTitle : 'Gwybodaeth',
inputTitle : 'Cwestiwn',
undo : 'Dadwneud',
redo : 'Ailadrodd',
skip : 'Neidio',
skipAll : 'Neidio pob',
makeDecision : 'Pa weithred i\'w chymryd?',
rememberDecision: 'Cofio fy mhenderfyniad'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'cy',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'mm/dd/yyyy HH:MM',
DateAmPm : ['YB', 'YH'],
// Folders
FoldersTitle : 'Ffolderi',
FolderLoading : 'Yn llwytho...',
FolderNew : 'Rhowch enw newydd y ffolder: ',
FolderRename : 'Rhowch enw newydd y ffolder: ',
FolderDelete : 'Ydych chi wir am ddileu\'r ffolder "%1"?',
FolderRenaming : ' (Yn ailenwi...)',
FolderDeleting : ' (Yn dileu...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Rhowch enw newydd y ffeil: ',
FileRenameExt : 'Ydych chi wir am newid estyniad y ffeil? Gall hwn atal y ffeil rhag gweithio.',
FileRenaming : 'Yn ailenwi...',
FileDelete : 'Ydych chi wir am ddileu\'r ffeil "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Yn llwytho...',
FilesEmpty : 'Mae\'r ffolder yn wag.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Basged',
BasketClear : 'Clirio\'r Fasged',
BasketRemove : 'Tynnu o\'r Fasged',
BasketOpenFolder : 'Agor yr Uwch Ffolder',
BasketTruncateConfirm : 'Ydych chi wir am dynnu\'r holl ffeiliau o\'r fasged?',
BasketRemoveConfirm : 'Ydych chi wir am dynnu\'r ffeil "%1" o\'r fasged?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Dim ffeiliau yn y fasged, llusgwch a\'m gollwng.',
BasketCopyFilesHere : 'Copïo Ffeiliau o\'r Fasged',
BasketMoveFilesHere : 'Symud Ffeiliau o\'r Fasged',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Lanlwytho',
UploadTip : 'Lanlwytho Ffeil Newydd',
Refresh : 'Adfywio',
Settings : 'Gosodiadau',
Help : 'Cymorth',
HelpTip : 'Cymorth',
// Context Menus
Select : 'Dewis',
SelectThumbnail : 'Dewis Bawdlun',
View : 'Dangos',
Download : 'Lawrlwytho',
NewSubFolder : 'Is-ffolder Newydd',
Rename : 'Ailenwi',
Delete : 'Dileu',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Copïo Yma',
MoveDragDrop : 'Symud Yma',
// Dialogs
RenameDlgTitle : 'Ailenwi',
NewNameDlgTitle : 'Enw Newydd',
FileExistsDlgTitle : 'Ffeil Eisoes yn Bodoli',
SysErrorDlgTitle : 'Gwall System',
FileOverwrite : 'Trosysgrifo',
FileAutorename : 'Awto-ailenwi',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Iawn',
CancelBtn : 'Diddymu',
CloseBtn : 'Cau',
// Upload Panel
UploadTitle : 'Lanlwytho Ffeil Newydd',
UploadSelectLbl : 'Dewis ffeil i lanlwytho',
UploadProgressLbl : '(Lanlwythiad ar y gweill, arhoswch...)',
UploadBtn : 'Lanlwytho\'r Ffeil a Ddewiswyd',
UploadBtnCancel : 'Diddymu',
UploadNoFileMsg : 'Dewiswch ffeil ar eich cyfrifiadur.',
UploadNoFolder : 'Dewiswch ffolder cyn lanlwytho.',
UploadNoPerms : 'Does dim hawl lanlwytho ffeiliau.',
UploadUnknError : 'Gwall wrth anfon y ffeil.',
UploadExtIncorrect : 'Does dim hawl cadw\'r ffeiliau â\'r estyniad hwn yn y ffolder hwn.',
// Flash Uploads
UploadLabel : 'Ffeiliau i\'w Lanlwytho',
UploadTotalFiles : 'Nifer y Ffeiliau:',
UploadTotalSize : 'Maint Cyfan:',
UploadSend : 'Lanlwytho',
UploadAddFiles : 'Ychwanegu Ffeiliau',
UploadClearFiles : 'Clirio Ffeiliau',
UploadCancel : 'Diddymu Lanlwythiad',
UploadRemove : 'Tynnu',
UploadRemoveTip : 'Tynnu !f',
UploadUploaded : 'Wedi Lanlwytho !n%',
UploadProcessing : 'Yn prosesu...',
// Settings Panel
SetTitle : 'Gosodiadau',
SetView : 'Golwg:',
SetViewThumb : 'Bawdluniau',
SetViewList : 'Rhestr',
SetDisplay : 'Arddangosiad:',
SetDisplayName : 'Enw\'r Ffeil',
SetDisplayDate : 'Dyddiad',
SetDisplaySize : 'Maint y Ffeil',
SetSort : 'Trefnu:',
SetSortName : 'gan Enw\'r Ffeil',
SetSortDate : 'gan y Dyddiad',
SetSortSize : 'gan y Maint',
SetSortExtension : 'gan Estyniad',
// Status Bar
FilesCountEmpty : '<Ffolder Gwag>',
FilesCountOne : '1 ffeil',
FilesCountMany : '%1 ffeil',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB', // MISSING
Gb : '%1 GB', // MISSING
SizePerSecond : '%1/s', // MISSING
// Connector Error Messages.
ErrorUnknown : 'Does dim modd cwblhau\'r cais. (Gwall %1)',
Errors :
{
10 : 'Gorchymyn annilys.',
11 : 'Doedd math yr adnodd heb ei benodi yn y cais.',
12 : 'Dyw math yr adnodd ddim yn ddilys.',
102 : 'Enw ffeil neu ffolder annilys.',
103 : 'Doedd dim modd cwblhau\'r cais oherwydd cyfyngiadau awdurdodi.',
104 : 'Doedd dim modd cwblhau\'r cais oherwydd cyfyngiadau i hawliau\'r system ffeilio.',
105 : 'Estyniad ffeil annilys.',
109 : 'Cais annilys.',
110 : 'Gwall anhysbys.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Mae ffeil neu ffolder gyda\'r un enw yn bodoli yn barod.',
116 : 'Methu â darganfod y ffolder. Adfywiwch a cheisio eto.',
117 : 'Methu â darganfod y ffeil. Adfywiwch y rhestr ffeiliau a cheisio eto.',
118 : 'Mae\'r llwybrau gwreiddiol a tharged yn unfath.',
201 : 'Mae ffeil â\'r enw hwnnw yn bodoli yn barod. Cafodd y ffeil a lanlwythwyd ei hailenwi i "%1".',
202 : 'Ffeil annilys.',
203 : 'Ffeil annilys. Mae maint y ffeil yn rhy fawr.',
204 : 'Mae\'r ffeil a lanwythwyd wedi chwalu.',
205 : 'Does dim ffolder dros dro ar gael er mwyn lanlwytho ffeiliau iddo ar y gweinydd hwn.',
206 : 'Cafodd y lanlwythiad ei ddiddymu oherwydd rhesymau diogelwch. Mae\'r ffeil yn cynnwys data yn debyg i HTML.',
207 : 'Cafodd y ffeil a lanlwythwyd ei hailenwi i "%1".',
300 : 'Methodd symud y ffeil(iau).',
301 : 'Methodd copïo\'r ffeil(iau).',
500 : 'Cafodd y porwr ffeiliau ei anallogi oherwydd rhesymau diogelwch. Cysylltwch â\'ch gweinyddwr system a gwirio\'ch ffeil ffurfwedd CKFinder.',
501 : 'Mae cynhaliaeth bawdluniau wedi\'i hanalluogi.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Does dim modd i enw\'r ffeil fod yn wag.',
FileExists : 'Mae\'r ffeil %s yn bodoli yn barod.',
FolderEmpty : 'Does dim modd i\'r ffolder fod yn wag.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Does dim hawl defnyddio\'r nodau canlynol i enwi ffeil: \n\\ / : * ? " < > |',
FolderInvChar : 'Does dim hawl defnyddio\'r nodau canlynol i enwi ffolder: \n\\ / : * ? " < > |',
PopupBlockView : 'Doedd dim modd agor y ffeil mewn ffenestr newydd. Bydd angen ffurfweddu\'r porwr i analluogi pob ataliwr \'popup\' ar gyfer y safle hwn.',
XmlError : 'Doedd dim modd llwytho\'r ymateb XML yn gywir o\'r gweinydd.',
XmlEmpty : 'Doedd dim modd llwytho\'r ymateb XML o\'r gweinydd gwe. Gwnaeth y gweinydd ddychwelyd ymateb gwag.',
XmlRawResponse : 'Yr ymateb noeth o\'r gweinydd: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Ailmeintio %s',
sizeTooBig : 'Methu â gosod lled neu uchder y ddelwedd i werth yn uwch na\'r maint gwreiddiol (%size).',
resizeSuccess : 'Delwedd wedi\'i hailmeintio.',
thumbnailNew : 'Creu bawdlun newydd',
thumbnailSmall : 'Bach (%s)',
thumbnailMedium : 'Canolig (%s)',
thumbnailLarge : 'Mawr (%s)',
newSize : 'Gosod maint newydd',
width : 'Lled',
height : 'Uchder',
invalidHeight : 'Uchder annilys.',
invalidWidth : 'Lled annilys.',
invalidName : 'Enw ffeil annilys.',
newImage : 'Creu delwedd newydd',
noExtensionChange : 'Methu â newid estyniad y ffeil.',
imageSmall : 'Mae\'r ddelwedd wreiddiol yn rhy fach.',
contextMenuName : 'Ailmeintio',
lockRatio : 'Cloi\'r cymhareb',
resetSize : 'Ailosod y maint'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Cadw',
fileOpenError : 'Methu ag agor y ffeil.',
fileSaveSuccess : 'Ffeil wedi\'i chadw.',
contextMenuName : 'Golygu',
loadingFile : 'Llwytho ffeil, arhoswch...'
},
Maximize :
{
maximize : 'Uchafu',
minimize : 'Isafu'
},
Gallery :
{
current : 'Image {current} of {total}' // MISSING
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Chwilio'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Norwegian
* Bokmål language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['no'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>',
confirmCancel : 'Noen av valgene har blitt endret. Er du sikker på at du vil lukke dialogen?',
ok : 'OK',
cancel : 'Avbryt',
confirmationTitle : 'Bekreftelse',
messageTitle : 'Informasjon',
inputTitle : 'Spørsmål',
undo : 'Angre',
redo : 'Gjør om',
skip : 'Hopp over',
skipAll : 'Hopp over alle',
makeDecision : 'Hvilken handling skal utføres?',
rememberDecision: 'Husk mitt valg'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'no',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Mapper',
FolderLoading : 'Laster...',
FolderNew : 'Skriv inn det nye mappenavnet: ',
FolderRename : 'Skriv inn det nye mappenavnet: ',
FolderDelete : 'Er du sikker på at du vil slette mappen "%1"?',
FolderRenaming : ' (Endrer mappenavn...)',
FolderDeleting : ' (Sletter...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Skriv inn det nye filnavnet: ',
FileRenameExt : 'Er du sikker på at du vil endre filtypen? Filen kan bli ubrukelig.',
FileRenaming : 'Endrer filnavn...',
FileDelete : 'Er du sikker på at du vil slette denne filen "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Laster...',
FilesEmpty : 'Denne katalogen er tom.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Kurv',
BasketClear : 'Tøm kurv',
BasketRemove : 'Fjern fra kurv',
BasketOpenFolder : 'Åpne foreldremappen',
BasketTruncateConfirm : 'Vil du virkelig fjerne alle filer fra kurven?',
BasketRemoveConfirm : 'Vil du virkelig fjerne filen "%1" fra kurven?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Ingen filer i kurven, dra og slipp noen.',
BasketCopyFilesHere : 'Kopier filer fra kurven',
BasketMoveFilesHere : 'Flytt filer fra kurven',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Last opp',
UploadTip : 'Last opp en ny fil',
Refresh : 'Oppdater',
Settings : 'Innstillinger',
Help : 'Hjelp',
HelpTip : 'Hjelp finnes kun på engelsk',
// Context Menus
Select : 'Velg',
SelectThumbnail : 'Velg miniatyr',
View : 'Vis fullversjon',
Download : 'Last ned',
NewSubFolder : 'Ny undermappe',
Rename : 'Endre navn',
Delete : 'Slett',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopier hit',
MoveDragDrop : 'Flytt hit',
// Dialogs
RenameDlgTitle : 'Gi nytt navn',
NewNameDlgTitle : 'Nytt navn',
FileExistsDlgTitle : 'Filen finnes allerede',
SysErrorDlgTitle : 'Systemfeil',
FileOverwrite : 'Overskriv',
FileAutorename : 'Gi nytt navn automatisk',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Avbryt',
CloseBtn : 'Lukk',
// Upload Panel
UploadTitle : 'Last opp ny fil',
UploadSelectLbl : 'Velg filen du vil laste opp',
UploadProgressLbl : '(Laster opp filen, vennligst vent...)',
UploadBtn : 'Last opp valgt fil',
UploadBtnCancel : 'Avbryt',
UploadNoFileMsg : 'Du må velge en fil fra din datamaskin',
UploadNoFolder : 'Vennligst velg en mappe før du laster opp.',
UploadNoPerms : 'Filopplastning er ikke tillatt.',
UploadUnknError : 'Feil ved sending av fil.',
UploadExtIncorrect : 'Filtypen er ikke tillatt i denne mappen.',
// Flash Uploads
UploadLabel : 'Filer for opplastning',
UploadTotalFiles : 'Totalt antall filer:',
UploadTotalSize : 'Total størrelse:',
UploadSend : 'Last opp',
UploadAddFiles : 'Legg til filer',
UploadClearFiles : 'Tøm filer',
UploadCancel : 'Avbryt opplastning',
UploadRemove : 'Fjern',
UploadRemoveTip : 'Fjern !f',
UploadUploaded : 'Lastet opp !n%',
UploadProcessing : 'Behandler...',
// Settings Panel
SetTitle : 'Innstillinger',
SetView : 'Filvisning:',
SetViewThumb : 'Miniatyrbilder',
SetViewList : 'Liste',
SetDisplay : 'Vis:',
SetDisplayName : 'Filnavn',
SetDisplayDate : 'Dato',
SetDisplaySize : 'Filstørrelse',
SetSort : 'Sorter etter:',
SetSortName : 'Filnavn',
SetSortDate : 'Dato',
SetSortSize : 'Størrelse',
SetSortExtension : 'Filetternavn',
// Status Bar
FilesCountEmpty : '<Tom Mappe>',
FilesCountOne : '1 fil',
FilesCountMany : '%1 filer',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Det var ikke mulig å utføre forespørselen. (Feil %1)',
Errors :
{
10 : 'Ugyldig kommando.',
11 : 'Ressurstypen ble ikke spesifisert i forepørselen.',
12 : 'Ugyldig ressurstype.',
102 : 'Ugyldig fil- eller mappenavn.',
103 : 'Kunne ikke utføre forespørselen pga manglende autorisasjon.',
104 : 'Kunne ikke utføre forespørselen pga manglende tilgang til filsystemet.',
105 : 'Ugyldig filtype.',
109 : 'Ugyldig forespørsel.',
110 : 'Ukjent feil.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Det finnes allerede en fil eller mappe med dette navnet.',
116 : 'Kunne ikke finne mappen. Oppdater vinduet og prøv igjen.',
117 : 'Kunne ikke finne filen. Oppdater vinduet og prøv igjen.',
118 : 'Kilde- og mål-bane er like.',
201 : 'Det fantes allerede en fil med dette navnet. Den opplastede filens navn har blitt endret til "%1".',
202 : 'Ugyldig fil.',
203 : 'Ugyldig fil. Filen er for stor.',
204 : 'Den opplastede filen er korrupt.',
205 : 'Det finnes ingen midlertidig mappe for filopplastinger.',
206 : 'Opplastingen ble avbrutt av sikkerhetshensyn. Filen inneholder HTML-aktig data.',
207 : 'Den opplastede filens navn har blitt endret til "%1".',
300 : 'Klarte ikke å flytte fil(er).',
301 : 'Klarte ikke å kopiere fil(er).',
500 : 'Filvelgeren ikke tilgjengelig av sikkerhetshensyn. Kontakt systemansvarlig og be han sjekke CKFinder\'s konfigurasjonsfil.',
501 : 'Funksjon for minityrbilder er skrudd av.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Filnavnet kan ikke være tomt.',
FileExists : 'Filen %s finnes alt.',
FolderEmpty : 'Mappenavnet kan ikke være tomt.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Filnavnet kan ikke inneholde følgende tegn: \n\\ / : * ? " < > |',
FolderInvChar : 'Mappenavnet kan ikke inneholde følgende tegn: \n\\ / : * ? " < > |',
PopupBlockView : 'Du må skru av popup-blockeren for å se bildet i nytt vindu.',
XmlError : 'Det var ikke mulig å laste XML-dataene i svaret fra serveren.',
XmlEmpty : 'Det var ikke mulig å laste XML-dataene fra serverne, svaret var tomt.',
XmlRawResponse : 'Rått datasvar fra serveren: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Endre størrelse %s',
sizeTooBig : 'Kan ikke sette høyde og bredde til større enn orginalstørrelse (%size).',
resizeSuccess : 'Endring av bildestørrelse var vellykket.',
thumbnailNew : 'Lag ett nytt miniatyrbilde',
thumbnailSmall : 'Liten (%s)',
thumbnailMedium : 'Medium (%s)',
thumbnailLarge : 'Stor (%s)',
newSize : 'Sett en ny størrelse',
width : 'Bredde',
height : 'Høyde',
invalidHeight : 'Ugyldig høyde.',
invalidWidth : 'Ugyldig bredde.',
invalidName : 'Ugyldig filnavn.',
newImage : 'Lag ett nytt bilde',
noExtensionChange : 'Filendelsen kan ikke endres.',
imageSmall : 'Kildebildet er for lite.',
contextMenuName : 'Endre størrelse',
lockRatio : 'Lås forhold',
resetSize : 'Tilbakestill størrelse'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Lagre',
fileOpenError : 'Klarte ikke å åpne filen.',
fileSaveSuccess : 'Fillagring var vellykket.',
contextMenuName : 'Rediger',
loadingFile : 'Laster fil, vennligst vent...'
},
Maximize :
{
maximize : 'Maksimer',
minimize : 'Minimer'
},
Gallery :
{
current : 'Bilde {current} av {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Søk'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Persian
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['fa'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, عدم دسترسی</span>',
confirmCancel : 'برخی از گزینه ها تغییر کرده است، آیا مایل به بستن این پنجره هستید؟',
ok : 'تائید',
cancel : 'لغو',
confirmationTitle : 'تاییدیه',
messageTitle : 'اطلاعات',
inputTitle : 'سوال',
undo : 'حالت قبلی',
redo : 'حالت بعدی',
skip : 'نادیده گرفتن',
skipAll : 'نادیده گرفتن همه',
makeDecision : 'چه عملی انجام شود؟',
rememberDecision: 'انتخاب من را بیاد داشته باش'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'rtl',
HelpLang : 'en',
LangCode : 'fa',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'yyyy/mm/dd h:MM aa',
DateAmPm : ['ق.ظ', 'ب.ظ'],
// Folders
FoldersTitle : 'پوشه ها',
FolderLoading : 'بارگذاری...',
FolderNew : 'لطفا نام پوشه جدید را وارد کنید: ',
FolderRename : 'لطفا نام پوشه جدید را وارد کنید: ',
FolderDelete : 'آیا اطمینان دارید که قصد حذف کردن پوشه "%1" را دارید؟',
FolderRenaming : ' (در حال تغییر نام...)',
FolderDeleting : ' (در حال حذف...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'لطفا نام جدید فایل را درج کنید: ',
FileRenameExt : 'آیا اطمینان دارید که قصد تغییر نام پسوند این فایل را دارید؟ ممکن است فایل غیر قابل استفاده شود',
FileRenaming : 'در حال تغییر نام...',
FileDelete : 'آیا اطمینان دارید که قصد حذف نمودن فایل "%1" را دارید؟',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'بارگذاری...',
FilesEmpty : 'این پوشه خالی است',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'سبد',
BasketClear : 'پاک کردن سبد',
BasketRemove : 'حذف از سبد',
BasketOpenFolder : 'باز نمودن پوشه والد',
BasketTruncateConfirm : 'تمام فایل های موجود در سبد حذف شود؟',
BasketRemoveConfirm : 'فایل "%1" از سبد حذف شود؟',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'هیچ فایلی در سبد نیست, برای افزودن فایل را به اینجا بکشید و رها کنید',
BasketCopyFilesHere : 'کپی فایلها از سبد',
BasketMoveFilesHere : 'انتقال فایلها از سبد',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'آپلود',
UploadTip : 'آپلود فایل جدید',
Refresh : 'بروزرسانی',
Settings : 'تنظیمات',
Help : 'راهنما',
HelpTip : 'راهنما',
// Context Menus
Select : 'انتخاب',
SelectThumbnail : 'انتخاب تصویر کوچک',
View : 'نمایش',
Download : 'دانلود',
NewSubFolder : 'زیرپوشه جدید',
Rename : 'تغییر نام',
Delete : 'حذف',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'کپی فایل به اینجا',
MoveDragDrop : 'انتقال فایل به اینجا',
// Dialogs
RenameDlgTitle : 'تغییر نام',
NewNameDlgTitle : 'نام جدید',
FileExistsDlgTitle : 'فایلی با این نام وجود دارد',
SysErrorDlgTitle : 'خطای سیستم',
FileOverwrite : 'رونویسی',
FileAutorename : 'تغییر نام خودکار',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'تایید',
CancelBtn : 'لغو',
CloseBtn : 'بستن',
// Upload Panel
UploadTitle : 'آپلود فایل جدید',
UploadSelectLbl : 'انتخاب فابل برای آپلود',
UploadProgressLbl : '(درحال ارسال، لطفا صبر کنید...)',
UploadBtn : 'آپلود فایل',
UploadBtnCancel : 'لغو',
UploadNoFileMsg : 'لطفا یک فایل جهت ارسال انتخاب کنید',
UploadNoFolder : 'لطفا پیش از آپلود، یک پوشه انتخاب کنید.',
UploadNoPerms : 'اجازه ارسال فایل نداده شنده است',
UploadUnknError : 'خطا در ارسال',
UploadExtIncorrect : 'پسوند فایل برای این پوشه مجاز نیست.',
// Flash Uploads
UploadLabel : 'آپلود فایل',
UploadTotalFiles : 'مجموع فایلها:',
UploadTotalSize : 'مجموع حجم:',
UploadSend : 'آپلود فایل',
UploadAddFiles : 'افزودن فایلها',
UploadClearFiles : 'پاک کردن فایلها',
UploadCancel : 'لغو آپلود',
UploadRemove : 'حذف',
UploadRemoveTip : '!f حذف فایل',
UploadUploaded : '!n% آپلود شد',
UploadProcessing : 'در حال پردازش...',
// Settings Panel
SetTitle : 'تنظیمات',
SetView : 'نمایش:',
SetViewThumb : 'تصویر کوچک',
SetViewList : 'فهرست',
SetDisplay : 'نمایش:',
SetDisplayName : 'نام فایل',
SetDisplayDate : 'تاریخ',
SetDisplaySize : 'اندازه فایل',
SetSort : 'مرتبسازی:',
SetSortName : 'با نام فایل',
SetSortDate : 'با تاریخ',
SetSortSize : 'با اندازه',
SetSortExtension : 'با پسوند',
// Status Bar
FilesCountEmpty : '<پوشه خالی>',
FilesCountOne : 'یک فایل',
FilesCountMany : '%1 فایل',
// Size and Speed
Kb : '%1KB',
Mb : '%1MB',
Gb : '%1GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'امکان تکمیل درخواست فوق وجود ندارد (خطا: %1)',
Errors :
{
10 : 'دستور نامعتبر.',
11 : 'نوع منبع در درخواست تعریف نشده است.',
12 : 'نوع منبع درخواست شده معتبر نیست.',
102 : 'نام فایل یا پوشه نامعتبر است.',
103 : 'امکان کامل کردن این درخواست بخاطر محدودیت اختیارات وجود ندارد.',
104 : 'امکان کامل کردن این درخواست بخاطر محدودیت دسترسی وجود ندارد.',
105 : 'پسوند فایل نامعتبر است.',
109 : 'درخواست نامعتبر است.',
110 : 'خطای ناشناخته.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'فایل یا پوشه ای با این نام وجود دارد',
116 : 'پوشه یافت نشد. لطفا بروزرسانی کرده و مجددا تلاش کنید.',
117 : 'فایل یافت نشد. لطفا فهرست فایلها را بروزرسانی کرده و مجددا تلاش کنید.',
118 : 'منبع و مقصد مسیر یکی است.',
201 : 'یک فایل با همان نام از قبل موجود است. فایل آپلود شده به "%1" تغییر نام یافت.',
202 : 'فایل نامعتبر',
203 : 'فایل نامعتبر. اندازه فایل بیش از حد بزرگ است.',
204 : 'فایل آپلود شده خراب است.',
205 : 'هیچ پوشه موقتی برای آپلود فایل در سرور موجود نیست.',
206 : 'آپلود به دلایل امنیتی متوقف شد. فایل محتوی اطلاعات HTML است.',
207 : 'فایل آپلود شده به "%1" تغییر نام یافت.',
300 : 'انتقال فایل (ها) شکست خورد.',
301 : 'کپی فایل (ها) شکست خورد.',
500 : 'مرورگر فایل به دلایل امنیتی غیر فعال است. لطفا با مدیر سامانه تماس بگیرید تا تنظیمات این بخش را بررسی نماید.',
501 : 'پشتیبانی از تصاویر کوچک غیرفعال شده است'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'نام فایل نمیتواند خالی باشد',
FileExists : 'فایل %s از قبل وجود دارد',
FolderEmpty : 'نام پوشه نمیتواند خالی باشد',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'نام فایل نباید شامل این کاراکترها باشد: \n\\ / : * ? " < > |',
FolderInvChar : 'نام پوشه نباید شامل این کاراکترها باشد: \n\\ / : * ? " < > |',
PopupBlockView : 'امکان بازگشایی فایل در پنجره جدید نیست. لطفا به بخش تنظیمات مرورگر خود مراجعه کنید و امکان بازگشایی پنجرههای بازشور را برای این سایت فعال کنید.',
XmlError : 'امکان بارگیری صحیح پاسخ XML از سرور مقدور نیست.',
XmlEmpty : 'امکان بارگیری صحیح پاسخ XML از سرور مقدور نیست. سرور پاسخ خالی بر میگرداند.',
XmlRawResponse : 'پاسخ اولیه از سرور: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'تغییر اندازه %s',
sizeTooBig : 'امکان تغییر مقادیر ابعاد طول و عرض تصویر به مقداری بیش از ابعاد اصلی ممکن نیست (%size).',
resizeSuccess : 'تصویر با موفقیت تغییر اندازه یافت.',
thumbnailNew : 'ایجاد انگشتی جدید',
thumbnailSmall : 'کوچک (%s)',
thumbnailMedium : 'متوسط (%s)',
thumbnailLarge : 'بزرگ (%s)',
newSize : 'اندازه جدید',
width : 'پهنا',
height : 'ارتفاع',
invalidHeight : 'ارتفاع نامعتبر.',
invalidWidth : 'پهنا نامعتبر.',
invalidName : 'نام فایل نامعتبر.',
newImage : 'ایجاد تصویر جدید',
noExtensionChange : 'تغییر پسوند فایل امکان پذیر نیست.',
imageSmall : 'تصویر اصلی خیلی کوچک است',
contextMenuName : 'تغییر اندازه',
lockRatio : 'قفل کردن تناسب.',
resetSize : 'بازنشانی اندازه.'
},
// Fileeditor plugin
Fileeditor :
{
save : 'ذخیره',
fileOpenError : 'امکان باز کردن فایل نیست',
fileSaveSuccess : 'فایل با موفقیت ذخیره شد.',
contextMenuName : 'ویرایش',
loadingFile : 'بارگذاری فایل، منتظر باشید...'
},
Maximize :
{
maximize : 'بیشینه',
minimize : 'کمینه'
},
Gallery :
{
current : 'Image {current} of {total}' // MISSING
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'جستجو'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Romanian
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['ro'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, indisponibil</span>',
confirmCancel : 'Unele opțiuni au fost schimbate. Ești sigur că vrei să închizi fereastra de dialog?',
ok : 'OK',
cancel : 'Anulează',
confirmationTitle : 'Confirmă',
messageTitle : 'Informații',
inputTitle : 'Întreabă',
undo : 'Starea anterioară',
redo : 'Starea ulterioară(redo)',
skip : 'Sări',
skipAll : 'Sări peste toate',
makeDecision : 'Ce acțiune trebuie luată?',
rememberDecision: 'Reține acțiunea pe viitor'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'ro',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Dosare',
FolderLoading : 'Încărcare...',
FolderNew : 'Te rugăm să introduci numele dosarului nou: ',
FolderRename : 'Te rugăm să introduci numele nou al dosarului: ',
FolderDelete : 'Ești sigur că vrei să ștergi dosarul "%1"?',
FolderRenaming : ' (Redenumire...)',
FolderDeleting : ' (Ștergere...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Te rugăm să introduci numele nou al fișierului: ',
FileRenameExt : 'Ești sigur că vrei să schimbi extensia fișierului? Fișierul poate deveni inutilizabil.',
FileRenaming : 'Redenumire...',
FileDelete : 'Ești sigur că vrei să ștergi fișierul "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Încărcare...',
FilesEmpty : 'Dosarul este gol.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Coș',
BasketClear : 'Golește coș',
BasketRemove : 'Elimină din coș',
BasketOpenFolder : 'Deschide dosarul părinte',
BasketTruncateConfirm : 'Sigur dorești să elimini toate fișierele din coș?',
BasketRemoveConfirm : 'Sigur dorești să elimini fișierul "%1" din coș?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Niciun fișier în coș, trage și așează cu mouse-ul.',
BasketCopyFilesHere : 'Copiază fișiere din coș',
BasketMoveFilesHere : 'Mută fișiere din coș',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Încarcă',
UploadTip : 'Încarcă un fișier nou',
Refresh : 'Reîmprospătare',
Settings : 'Setări',
Help : 'Ajutor',
HelpTip : 'Ajutor',
// Context Menus
Select : 'Selectează',
SelectThumbnail : 'Selectează Thumbnail',
View : 'Vizualizează',
Download : 'Descarcă',
NewSubFolder : 'Subdosar nou',
Rename : 'Redenumește',
Delete : 'Șterge',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Copiază aici',
MoveDragDrop : 'Mută aici',
// Dialogs
RenameDlgTitle : 'Redenumește',
NewNameDlgTitle : 'Nume nou',
FileExistsDlgTitle : 'Fișierul există deja',
SysErrorDlgTitle : 'Eroare de sistem',
FileOverwrite : 'Suprascriere',
FileAutorename : 'Auto-redenumire',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Anulează',
CloseBtn : 'Închide',
// Upload Panel
UploadTitle : 'Încarcă un fișier nou',
UploadSelectLbl : 'Selectează un fișier de încărcat',
UploadProgressLbl : '(Încărcare în progres, te rog așteaptă...)',
UploadBtn : 'Încarcă fișierul selectat',
UploadBtnCancel : 'Anulează',
UploadNoFileMsg : 'Te rugăm să selectezi un fișier din computer.',
UploadNoFolder : 'Te rugăm să selectezi un dosar înainte de a încărca.',
UploadNoPerms : 'Încărcare fișier nepermisă.',
UploadUnknError : 'Eroare la trimiterea fișierului.',
UploadExtIncorrect : 'Extensie fișier nepermisă în acest dosar.',
// Flash Uploads
UploadLabel : 'Fișiere de încărcat',
UploadTotalFiles : 'Total fișiere:',
UploadTotalSize : 'Total mărime:',
UploadSend : 'Încarcă',
UploadAddFiles : 'Adaugă fișiere',
UploadClearFiles : 'Renunță la toate',
UploadCancel : 'Anulează încărcare',
UploadRemove : 'Elimină',
UploadRemoveTip : 'Elimină !f',
UploadUploaded : 'Încarcă !n%',
UploadProcessing : 'Prelucrare...',
// Settings Panel
SetTitle : 'Setări',
SetView : 'Vizualizează:',
SetViewThumb : 'Thumbnails',
SetViewList : 'Listă',
SetDisplay : 'Afișează:',
SetDisplayName : 'Nume fișier',
SetDisplayDate : 'Dată',
SetDisplaySize : 'Mărime fișier',
SetSort : 'Sortare:',
SetSortName : 'după nume fișier',
SetSortDate : 'după dată',
SetSortSize : 'după mărime',
SetSortExtension : 'după extensie',
// Status Bar
FilesCountEmpty : '<Dosar Gol>',
FilesCountOne : '1 fișier',
FilesCountMany : '%1 fișiere',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Nu a fost posibilă finalizarea cererii. (Eroare %1)',
Errors :
{
10 : 'Comandă invalidă.',
11 : 'Tipul de resursă nu a fost specificat în cerere.',
12 : 'Tipul de resursă cerut nu este valid.',
102 : 'Nume fișier sau nume dosar invalid.',
103 : 'Nu a fost posibiliă finalizarea cererii din cauza restricțiilor de autorizare.',
104 : 'Nu a fost posibiliă finalizarea cererii din cauza restricțiilor de permisiune la sistemul de fișiere.',
105 : 'Extensie fișier invalidă.',
109 : 'Cerere invalidă.',
110 : 'Eroare necunoscută.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Există deja un fișier sau un dosar cu același nume.',
116 : 'Dosar negăsit. Te rog împrospătează și încearcă din nou.',
117 : 'Fișier negăsit. Te rog împrospătează lista de fișiere și încearcă din nou.',
118 : 'Calea sursei și a țintei sunt egale.',
201 : 'Un fișier cu același nume este deja disponibil. Fișierul încărcat a fost redenumit cu "%1".',
202 : 'Fișier invalid.',
203 : 'Fișier invalid. Mărimea fișierului este prea mare.',
204 : 'Fișierul încărcat este corupt.',
205 : 'Niciun dosar temporar nu este disponibil pentru încărcarea pe server.',
206 : 'Încărcare anulată din motive de securitate. Fișierul conține date asemănătoare cu HTML.',
207 : 'Fișierul încărcat a fost redenumit cu "%1".',
300 : 'Mutare fișier(e) eșuată.',
301 : 'Copiere fișier(e) eșuată.',
500 : 'Browser-ul de fișiere este dezactivat din motive de securitate. Te rog contactează administratorul de sistem și verifică configurarea de fișiere CKFinder.',
501 : 'Funcționalitatea de creat thumbnails este dezactivată.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Numele fișierului nu poate fi gol.',
FileExists : 'Fișierul %s există deja.',
FolderEmpty : 'Numele dosarului nu poate fi gol.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Numele fișierului nu poate conține niciunul din următoarele caractere: \n\\ / : * ? " < > |',
FolderInvChar : 'Numele dosarului nu poate conține niciunul din următoarele caractere: \n\\ / : * ? " < > |',
PopupBlockView : 'Nu a fost posibilă deschiderea fișierului într-o fereastră nouă. Te rugăm să configurezi browser-ul și să dezactivezi toate popup-urile blocate pentru acest site.',
XmlError : 'Nu a fost posibilă încărcarea în mod corespunzător a răspunsului XML de pe serverul web.',
XmlEmpty : 'Nu a fost posibilă încărcarea răspunsului XML de pe serverul web. Serverul a returnat un răspuns gol.',
XmlRawResponse : 'Răspuns brut de la server: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Redimensionează %s',
sizeTooBig : 'Nu se pot seta înălțimea sau lățimea unei imagini la o valoare mai mare decât dimesiunea originală (%size).',
resizeSuccess : 'Imagine redimensionată cu succes.',
thumbnailNew : 'Crează un thumbnail nou',
thumbnailSmall : 'Mic (%s)',
thumbnailMedium : 'Mediu (%s)',
thumbnailLarge : 'Mare (%s)',
newSize : 'Setează o dimensiune nouă',
width : 'Lățime',
height : 'Înălțime',
invalidHeight : 'Înălțime invalidă.',
invalidWidth : 'Lățime invalidă.',
invalidName : 'Nume fișier invalid.',
newImage : 'Creează o imagine nouă',
noExtensionChange : 'Extensia fișierului nu poate fi schimbată.',
imageSmall : 'Imaginea sursă este prea mică.',
contextMenuName : 'Redimensionează',
lockRatio : 'Blochează raport',
resetSize : 'Resetează dimensiunea'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Salvează',
fileOpenError : 'Fișierul nu a putut fi deschis.',
fileSaveSuccess : 'Fișier salvat cu succes.',
contextMenuName : 'Editează',
loadingFile : 'Încărcare fișier, te rog așteaptă...'
},
Maximize :
{
maximize : 'Maximizare',
minimize : 'Minimizare'
},
Gallery :
{
current : 'Imaginea {current} din {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Căutare'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Estonian
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['et'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, pole saadaval</span>',
confirmCancel : 'Mõned valikud on muudetud. Kas oled kindel, et tahad dialoogiakna sulgeda?',
ok : 'Olgu',
cancel : 'Loobu',
confirmationTitle : 'Kinnitus',
messageTitle : 'Andmed',
inputTitle : 'Küsimus',
undo : 'Võta tagasi',
redo : 'Tee uuesti',
skip : 'Jäta vahele',
skipAll : 'Jäta kõik vahele',
makeDecision : 'Mida tuleks teha?',
rememberDecision: 'Jäta valik meelde'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'et',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'yyyy-mm-dd H:MM',
DateAmPm : ['EL', 'PL'],
// Folders
FoldersTitle : 'Kaustad',
FolderLoading : 'Laadimine...',
FolderNew : 'Palun sisesta uue kataloogi nimi: ',
FolderRename : 'Palun sisesta uue kataloogi nimi: ',
FolderDelete : 'Kas tahad kindlasti kausta "%1" kustutada?',
FolderRenaming : ' (ümbernimetamine...)',
FolderDeleting : ' (kustutamine...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Palun sisesta faili uus nimi: ',
FileRenameExt : 'Kas oled kindel, et tahad faili laiendit muuta? Fail võib muutuda kasutamatuks.',
FileRenaming : 'Ümbernimetamine...',
FileDelete : 'Kas oled kindel, et tahad kustutada faili "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Laadimine...',
FilesEmpty : 'See kaust on tühi.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Korv',
BasketClear : 'Tühjenda korv',
BasketRemove : 'Eemalda korvist',
BasketOpenFolder : 'Ava ülemine kaust',
BasketTruncateConfirm : 'Kas tahad tõesti eemaldada korvist kõik failid?',
BasketRemoveConfirm : 'Kas tahad tõesti eemaldada korvist faili "%1"?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Korvis ei ole ühtegi faili, lohista mõni siia.',
BasketCopyFilesHere : 'Failide kopeerimine korvist',
BasketMoveFilesHere : 'Failide liigutamine korvist',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Laadi üles',
UploadTip : 'Laadi üles uus fail',
Refresh : 'Värskenda',
Settings : 'Sätted',
Help : 'Abi',
HelpTip : 'Abi',
// Context Menus
Select : 'Vali',
SelectThumbnail : 'Vali pisipilt',
View : 'Kuva',
Download : 'Laadi alla',
NewSubFolder : 'Uus alamkaust',
Rename : 'Nimeta ümber',
Delete : 'Kustuta',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopeeri siia',
MoveDragDrop : 'Liiguta siia',
// Dialogs
RenameDlgTitle : 'Ümbernimetamine',
NewNameDlgTitle : 'Uue nime andmine',
FileExistsDlgTitle : 'Fail on juba olemas',
SysErrorDlgTitle : 'Süsteemi viga',
FileOverwrite : 'Kirjuta üle',
FileAutorename : 'Nimeta automaatselt ümber',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Olgu',
CancelBtn : 'Loobu',
CloseBtn : 'Sulge',
// Upload Panel
UploadTitle : 'Uue faili üleslaadimine',
UploadSelectLbl : 'Vali üleslaadimiseks fail',
UploadProgressLbl : '(Üleslaadimine, palun oota...)',
UploadBtn : 'Laadi valitud fail üles',
UploadBtnCancel : 'Loobu',
UploadNoFileMsg : 'Palun vali fail oma arvutist.',
UploadNoFolder : 'Palun vali enne üleslaadimist kataloog.',
UploadNoPerms : 'Failide üleslaadimine pole lubatud.',
UploadUnknError : 'Viga faili saatmisel.',
UploadExtIncorrect : 'Selline faili laiend pole selles kaustas lubatud.',
// Flash Uploads
UploadLabel : 'Üleslaaditavad failid',
UploadTotalFiles : 'Faile kokku:',
UploadTotalSize : 'Kogusuurus:',
UploadSend : 'Laadi üles',
UploadAddFiles : 'Lisa faile',
UploadClearFiles : 'Eemalda failid',
UploadCancel : 'Katkesta üleslaadimine',
UploadRemove : 'Eemalda',
UploadRemoveTip : 'Eemalda !f',
UploadUploaded : '!n% üles laaditud',
UploadProcessing : 'Töötlemine...',
// Settings Panel
SetTitle : 'Sätted',
SetView : 'Vaade:',
SetViewThumb : 'Pisipildid',
SetViewList : 'Loend',
SetDisplay : 'Kuva:',
SetDisplayName : 'Faili nimi',
SetDisplayDate : 'Kuupäev',
SetDisplaySize : 'Faili suurus',
SetSort : 'Sortimine:',
SetSortName : 'faili nime järgi',
SetSortDate : 'kuupäeva järgi',
SetSortSize : 'suuruse järgi',
SetSortExtension : 'laiendi järgi',
// Status Bar
FilesCountEmpty : '<tühi kaust>',
FilesCountOne : '1 fail',
FilesCountMany : '%1 faili',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Päringu täitmine ei olnud võimalik. (Viga %1)',
Errors :
{
10 : 'Vigane käsk.',
11 : 'Allika liik ei olnud päringus määratud.',
12 : 'Päritud liik ei ole sobiv.',
102 : 'Sobimatu faili või kausta nimi.',
103 : 'Piiratud õiguste tõttu ei olnud võimalik päringut lõpetada.',
104 : 'Failisüsteemi piiratud õiguste tõttu ei olnud võimalik päringut lõpetada.',
105 : 'Sobimatu faililaiend.',
109 : 'Vigane päring.',
110 : 'Tundmatu viga.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Sellenimeline fail või kaust on juba olemas.',
116 : 'Kausta ei leitud. Palun värskenda lehte ja proovi uuesti.',
117 : 'Faili ei leitud. Palun värskenda lehte ja proovi uuesti.',
118 : 'Lähte- ja sihtasukoht on sama.',
201 : 'Samanimeline fail on juba olemas. Üles laaditud faili nimeks pandi "%1".',
202 : 'Vigane fail.',
203 : 'Vigane fail. Fail on liiga suur.',
204 : 'Üleslaaditud fail on rikutud.',
205 : 'Serverisse üleslaadimiseks pole ühtegi ajutiste failide kataloogi.',
206 : 'Üleslaadimine katkestati turvakaalutlustel. Fail sisaldab HTMLi sarnaseid andmeid.',
207 : 'Üleslaaditud faili nimeks pandi "%1".',
300 : 'Faili(de) liigutamine nurjus.',
301 : 'Faili(de) kopeerimine nurjus.',
500 : 'Failide sirvija on turvakaalutlustel keelatud. Palun võta ühendust oma süsteemi administraatoriga ja kontrolli CKFinderi seadistusfaili.',
501 : 'Pisipiltide tugi on keelatud.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Faili nimi ei tohi olla tühi.',
FileExists : 'Fail nimega %s on juba olemas.',
FolderEmpty : 'Kausta nimi ei tohi olla tühi.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Faili nimi ei tohi sisaldada ühtegi järgnevatest märkidest: \n\\ / : * ? " < > |',
FolderInvChar : 'Faili nimi ei tohi sisaldada ühtegi järgnevatest märkidest: \n\\ / : * ? " < > |',
PopupBlockView : 'Faili avamine uues aknas polnud võimalik. Palun seadista oma brauserit ning keela kõik hüpikakende blokeerijad selle saidi jaoks.',
XmlError : 'XML vastust veebiserverist polnud võimalik korrektselt laadida.',
XmlEmpty : 'XML vastust veebiserverist polnud võimalik korrektselt laadida. Serveri vastus oli tühi.',
XmlRawResponse : 'Serveri vastus toorkujul: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : '%s suuruse muutmine',
sizeTooBig : 'Pildi kõrgust ega laiust ei saa määrata suuremaks pildi esialgsest vastavast mõõtmest (%size).',
resizeSuccess : 'Pildi suuruse muutmine õnnestus.',
thumbnailNew : 'Tee uus pisipilt',
thumbnailSmall : 'Väike (%s)',
thumbnailMedium : 'Keskmine (%s)',
thumbnailLarge : 'Suur (%s)',
newSize : 'Määra uus suurus',
width : 'Laius',
height : 'Kõrgus',
invalidHeight : 'Sobimatu kõrgus.',
invalidWidth : 'Sobimatu laius.',
invalidName : 'Sobimatu faili nimi.',
newImage : 'Loo uus pilt',
noExtensionChange : 'Faili laiendit pole võimalik muuta.',
imageSmall : 'Lähtepilt on liiga väike.',
contextMenuName : 'Muuda suurust',
lockRatio : 'Lukusta külgede suhe',
resetSize : 'Lähtesta suurus'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Salvesta',
fileOpenError : 'Faili avamine pole võimalik.',
fileSaveSuccess : 'Faili salvestamine õnnestus.',
contextMenuName : 'Muuda',
loadingFile : 'Faili laadimine, palun oota...'
},
Maximize :
{
maximize : 'Maksimeeri',
minimize : 'Minimeeri'
},
Gallery :
{
current : 'Pilt {current}, kokku {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Otsimine'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Serbian
* Translation for the Serbian language: Goran Markovic, University Computer Center of Banja Luka
*
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['sr'] =
{
appTitle : 'Датотеке',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, недоступно</span>',
confirmCancel : 'Неке од опција су промјењене. Да ли сте сигурни да желите затворити прозор??',
ok : 'У реду',
cancel : 'Поништи',
confirmationTitle : 'Потврда',
messageTitle : 'Информација',
inputTitle : 'Питање',
undo : 'Поништи',
redo : 'Преуреди',
skip : 'Прескочи',
skipAll : 'Прескочи све',
makeDecision : 'Шта би требали направити?',
rememberDecision: 'Запамти мој избор'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'sr',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'd.m.yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Фасцикле',
FolderLoading : 'Учитавам...',
FolderNew : 'Унесите ново име фасцикле: ',
FolderRename : 'Унесите ново име фасцикле: ',
FolderDelete : 'Да ли сте сигурни да желите обрисати фасциклу "%1"?',
FolderRenaming : ' (Промјена назива фасцикле...)',
FolderDeleting : ' (Брисање...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Унесите нови назив датотеке: ',
FileRenameExt : 'Да ли сте сигурни да желите промјенити тип датотеке? Датотека може постати неискористива.',
FileRenaming : 'Промјена назива датотеке...',
FileDelete : 'Да ли сте сигурни да желите обрисати датотеку "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Учитавам...',
FilesEmpty : 'Фасцикла је празна.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Канта',
BasketClear : 'Испразни канту',
BasketRemove : 'Уклони из канте',
BasketOpenFolder : 'Отвори надређену фасциклу',
BasketTruncateConfirm : 'Да ли сте сигурни да желите обрисати све датотеке из канте?',
BasketRemoveConfirm : 'Да ли сте сигурни да желите обрисати датотеку "%1" из канте?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Ниједна датотека није пронађена, додајте коју.',
BasketCopyFilesHere : 'Копирај датотеке из канте',
BasketMoveFilesHere : 'Премјести датотеке из канте',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Отпреми',
UploadTip : 'Отпреми нове датотеке на сервер',
Refresh : 'Освјежи',
Settings : 'Подешавања',
Help : 'Помоћ',
HelpTip : 'Помоћ',
// Context Menus
Select : 'Одабери',
SelectThumbnail : 'Одабери мању слику',
View : 'Погледај',
Download : 'Преузми',
NewSubFolder : 'Нова подфасцикла',
Rename : 'Промјени назив',
Delete : 'Обриши',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Копирај датотеку овдје',
MoveDragDrop : 'Премјести датотеку овдје',
// Dialogs
RenameDlgTitle : 'Промјени назив',
NewNameDlgTitle : 'Нови назив',
FileExistsDlgTitle : 'Датотека већ постоји',
SysErrorDlgTitle : 'Грешка система',
FileOverwrite : 'Препиши',
FileAutorename : 'Аутоматска промјена назива',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'У реду',
CancelBtn : 'Поништи',
CloseBtn : 'Затвори',
// Upload Panel
UploadTitle : 'Отпреми нову датотеку',
UploadSelectLbl : 'Одабери датотеку за отпремање',
UploadProgressLbl : '(Слање у току, молимо сачекајте...)',
UploadBtn : 'Отпреми одабрану датотеку',
UploadBtnCancel : 'Поништи',
UploadNoFileMsg : 'Одаберите датотеку на Вашем рачунару.',
UploadNoFolder : 'Одаберите фасцикле прије отпремања.',
UploadNoPerms : 'Отпремање датотеке није дозвољено.',
UploadUnknError : 'Грешка приликом отпремања датотеке.',
UploadExtIncorrect : 'Тип датотеке није дозвољен.',
// Flash Uploads
UploadLabel : 'Датотека за отпремање:',
UploadTotalFiles : 'Укупно датотека:',
UploadTotalSize : 'Укупна величина:',
UploadSend : 'Отпреми',
UploadAddFiles : 'Додај датотеке',
UploadClearFiles : 'Избаци датотеке',
UploadCancel : 'Поништи отпремање',
UploadRemove : 'Уклони',
UploadRemoveTip : 'Уклони !f',
UploadUploaded : 'Послато !n%',
UploadProcessing : 'Обрада у току...',
// Settings Panel
SetTitle : 'Подешавања',
SetView : 'Преглед:',
SetViewThumb : 'Мала слика',
SetViewList : 'Листа',
SetDisplay : 'Приказ:',
SetDisplayName : 'Назив датотеке',
SetDisplayDate : 'Датум',
SetDisplaySize : 'Величина датотеке',
SetSort : 'Сортирање:',
SetSortName : 'по називу',
SetSortDate : 'по датуму',
SetSortSize : 'по величини',
SetSortExtension : 'по врсти датотеке',
// Status Bar
FilesCountEmpty : '<Празна фасцикла>',
FilesCountOne : '1 датотека',
FilesCountMany : '%1 датотека(е)',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Није могуће завршити захтјев. (Грешка %1)',
Errors :
{
10 : 'Непозната наредба.',
11 : 'Није наведена врста у захтјеву.',
12 : 'Затражена врста није важећа.',
102 : 'Неисправан назив датотеке или фасцикле.',
103 : 'Није могуће извршити захтјев због ограничења приступа.',
104 : 'Није могуће извршити захтјев због ограничења поставке система.',
105 : 'Недозвољена врста датотеке.',
109 : 'Недозвољен захтјев.',
110 : 'Непозната грешка.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Датотека или фасцикла с истим називом већ постоји.',
116 : 'Фасцикла није пронађена. Освјежите страницу и покушајте поново.',
117 : 'Датотека није пронађена. Освјежите листу датотека и покушајте поново.',
118 : 'Путања извора и одредишта су исте.',
201 : 'Датотека с истим називом већ постоји. Отпремљена датотека је промјењена у "%1".',
202 : 'Неисправна датотека.',
203 : 'Неисправна датотека. Величина датотеке је превелика.',
204 : 'Отпремљена датотека је неисправна.',
205 : 'Не постоји привремена фасцикла за отпремање на серверe.',
206 : 'Слање је поништено због сигурносних поставки. Назив датотеке садржи HTML податке.',
207 : 'Отпремљена датотека је промјењена у "%1".',
300 : 'Премјештање датотеке(а) није успјело.',
301 : 'Копирање датотеке(а) није успјело.',
500 : 'Претраживање датотека није дозвољено из сигурносних разлога. Молимо контактирајте администратора система како би провјерили поставке CKFinder конфигурационе датотеке.',
501 : 'Thumbnail подршка није омогућена.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Назив датотеке не смије бити празан.',
FileExists : 'Датотека %s већ постоји.',
FolderEmpty : 'Назив фасцикле не смије бити празан.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Назив датотеке не смије садржавати нити један од сљедећих знакова: \n\\ / : * ? " < > |',
FolderInvChar : 'Назив фасцикле не смије садржавати нити један од сљедећих знакова: \n\\ / : * ? " < > |',
PopupBlockView : 'Није могуће одтворити датотеку у новом прозору. Промјените подешавања свог интернет претраживача и искључите све popup блокере за ове web странице.',
XmlError : 'Није могуће учитати XML одговор од web сервера.',
XmlEmpty : 'Није могуће учитати XML одговор од web сервера. Сервер је вратио празан одговор.',
XmlRawResponse : 'Одговор сервера: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Промијени величину %s',
sizeTooBig : 'Није могуће поставити величину већу од оригинала (%size).',
resizeSuccess : 'Слика је успјешно промјењена.',
thumbnailNew : 'Направи малу слику',
thumbnailSmall : 'Мала (%s)',
thumbnailMedium : 'Средња (%s)',
thumbnailLarge : 'Велика (%s)',
newSize : 'Постави нову величину',
width : 'Ширина',
height : 'Висина',
invalidHeight : 'Неисправна висина.',
invalidWidth : 'Неисправна ширина.',
invalidName : 'Неисправан назив датотеке.',
newImage : 'Направи нову слику',
noExtensionChange : 'Тип датотеке се не смије мијењати.',
imageSmall : 'Изворна слика је премала.',
contextMenuName : 'Промијени величину',
lockRatio : 'Закључај односе',
resetSize : 'Врати величину'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Сачувај',
fileOpenError : 'Није могуће отворити датотеку.',
fileSaveSuccess : 'Датотека је успјешно сачувана.',
contextMenuName : 'Промјени',
loadingFile : 'Учитавање, молимо причекајте...'
},
Maximize :
{
maximize : 'Повећај',
minimize : 'Смањи'
},
Gallery :
{
current : 'Слика {current} од {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Претрага'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Latvian
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['lv'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, unavailable</span>', // MISSING
confirmCancel : 'Some of the options were changed. Are you sure you want to close the dialog window?', // MISSING
ok : 'Darīts!',
cancel : 'Atcelt',
confirmationTitle : 'Confirmation', // MISSING
messageTitle : 'Information', // MISSING
inputTitle : 'Question', // MISSING
undo : 'Atcelt',
redo : 'Atkārtot',
skip : 'Skip', // MISSING
skipAll : 'Skip all', // MISSING
makeDecision : 'What action should be taken?', // MISSING
rememberDecision: 'Remember my decision' // MISSING
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'lv',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Mapes',
FolderLoading : 'Ielādē...',
FolderNew : 'Lūdzu ierakstiet mapes nosaukumu: ',
FolderRename : 'Lūdzu ierakstiet jauno mapes nosaukumu: ',
FolderDelete : 'Vai tiešām vēlaties neatgriezeniski dzēst mapi "%1"?',
FolderRenaming : ' (Pārsauc...)',
FolderDeleting : ' (Dzēš...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Lūdzu ierakstiet jauno faila nosaukumu: ',
FileRenameExt : 'Vai tiešām vēlaties mainīt faila paplašinājumu? Fails var palikt nelietojams.',
FileRenaming : 'Pārsauc...',
FileDelete : 'Vai tiešām vēlaties neatgriezeniski dzēst failu "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Ielādē...',
FilesEmpty : 'The folder is empty.', // MISSING
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Basket', // MISSING
BasketClear : 'Clear Basket', // MISSING
BasketRemove : 'Remove from Basket', // MISSING
BasketOpenFolder : 'Open Parent Folder', // MISSING
BasketTruncateConfirm : 'Do you really want to remove all files from the basket?', // MISSING
BasketRemoveConfirm : 'Do you really want to remove the file "%1" from the basket?', // MISSING
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'No files in the basket, drag and drop some.', // MISSING
BasketCopyFilesHere : 'Copy Files from Basket', // MISSING
BasketMoveFilesHere : 'Move Files from Basket', // MISSING
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Augšupielādēt',
UploadTip : 'Augšupielādēt jaunu failu',
Refresh : 'Pārlādēt',
Settings : 'Uzstādījumi',
Help : 'Palīdzība',
HelpTip : 'Palīdzība',
// Context Menus
Select : 'Izvēlēties',
SelectThumbnail : 'Izvēlēties sīkbildi',
View : 'Skatīt',
Download : 'Lejupielādēt',
NewSubFolder : 'Jauna apakšmape',
Rename : 'Pārsaukt',
Delete : 'Dzēst',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Copy Here', // MISSING
MoveDragDrop : 'Move Here', // MISSING
// Dialogs
RenameDlgTitle : 'Rename', // MISSING
NewNameDlgTitle : 'New Name', // MISSING
FileExistsDlgTitle : 'File Already Exists', // MISSING
SysErrorDlgTitle : 'System Error', // MISSING
FileOverwrite : 'Overwrite', // MISSING
FileAutorename : 'Auto-rename', // MISSING
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Labi',
CancelBtn : 'Atcelt',
CloseBtn : 'Aizvērt',
// Upload Panel
UploadTitle : 'Jauna faila augšupielādēšana',
UploadSelectLbl : 'Izvēlaties failu, ko augšupielādēt',
UploadProgressLbl : '(Augšupielādē, lūdzu uzgaidiet...)',
UploadBtn : 'Augšupielādēt izvēlēto failu',
UploadBtnCancel : 'Atcelt',
UploadNoFileMsg : 'Lūdzu izvēlaties failu no sava datora.',
UploadNoFolder : 'Please select a folder before uploading.', // MISSING
UploadNoPerms : 'File upload not allowed.', // MISSING
UploadUnknError : 'Error sending the file.', // MISSING
UploadExtIncorrect : 'File extension not allowed in this folder.', // MISSING
// Flash Uploads
UploadLabel : 'Files to Upload', // MISSING
UploadTotalFiles : 'Total Files:', // MISSING
UploadTotalSize : 'Total Size:', // MISSING
UploadSend : 'Augšupielādēt',
UploadAddFiles : 'Add Files', // MISSING
UploadClearFiles : 'Clear Files', // MISSING
UploadCancel : 'Cancel Upload', // MISSING
UploadRemove : 'Remove', // MISSING
UploadRemoveTip : 'Remove !f', // MISSING
UploadUploaded : 'Uploaded !n%', // MISSING
UploadProcessing : 'Processing...', // MISSING
// Settings Panel
SetTitle : 'Uzstādījumi',
SetView : 'Attēlot:',
SetViewThumb : 'Sīkbildes',
SetViewList : 'Failu Sarakstu',
SetDisplay : 'Rādīt:',
SetDisplayName : 'Faila Nosaukumu',
SetDisplayDate : 'Datumu',
SetDisplaySize : 'Faila Izmēru',
SetSort : 'Kārtot:',
SetSortName : 'pēc Faila Nosaukuma',
SetSortDate : 'pēc Datuma',
SetSortSize : 'pēc Izmēra',
SetSortExtension : 'by Extension', // MISSING
// Status Bar
FilesCountEmpty : '<Tukša mape>',
FilesCountOne : '1 fails',
FilesCountMany : '%1 faili',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Nebija iespējams pabeigt pieprasījumu. (Kļūda %1)',
Errors :
{
10 : 'Nederīga komanda.',
11 : 'Resursa veids netika norādīts pieprasījumā.',
12 : 'Pieprasītais resursa veids nav derīgs.',
102 : 'Nederīgs faila vai mapes nosaukums.',
103 : 'Nav iespējams pabeigt pieprasījumu, autorizācijas aizliegumu dēļ.',
104 : 'Nav iespējams pabeigt pieprasījumu, failu sistēmas atļauju ierobežojumu dēļ.',
105 : 'Neatļauts faila paplašinājums.',
109 : 'Nederīgs pieprasījums.',
110 : 'Nezināma kļūda.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Fails vai mape ar šādu nosaukumu jau pastāv.',
116 : 'Mape nav atrasta. Lūdzu pārlādējiet šo logu un mēģiniet vēlreiz.',
117 : 'Fails nav atrasts. Lūdzu pārlādējiet failu sarakstu un mēģiniet vēlreiz.',
118 : 'Source and target paths are equal.', // MISSING
201 : 'Fails ar šādu nosaukumu jau eksistē. Augšupielādētais fails tika pārsaukts par "%1".',
202 : 'Nederīgs fails.',
203 : 'Nederīgs fails. Faila izmērs pārsniedz pieļaujamo.',
204 : 'Augšupielādētais fails ir bojāts.',
205 : 'Neviena pagaidu mape nav pieejama priekš augšupielādēšanas uz servera.',
206 : 'Augšupielāde atcelta drošības apsvērumu dēļ. Fails satur HTML veida datus.',
207 : 'Augšupielādētais fails tika pārsaukts par "%1".',
300 : 'Moving file(s) failed.', // MISSING
301 : 'Copying file(s) failed.', // MISSING
500 : 'Failu pārlūks ir atslēgts drošības apsvērumu dēļ. Lūdzu sazinieties ar šīs sistēmas tehnisko administratoru vai pārbaudiet CKFinder konfigurācijas failu.',
501 : 'Sīkbilžu atbalsts ir atslēgts.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Faila nosaukumā nevar būt tukšums.',
FileExists : 'File %s already exists.', // MISSING
FolderEmpty : 'Mapes nosaukumā nevar būt tukšums.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Faila nosaukums nedrīkst saturēt nevienu no sekojošajām zīmēm: \n\\ / : * ? " < > |',
FolderInvChar : 'Mapes nosaukums nedrīkst saturēt nevienu no sekojošajām zīmēm: \n\\ / : * ? " < > |',
PopupBlockView : 'Nav iespējams failu atvērt jaunā logā. Lūdzu veiciet izmaiņas uzstādījumos savai interneta pārlūkprogrammai un izslēdziet visus uznirstošo logu bloķētājus šai adresei.',
XmlError : 'It was not possible to properly load the XML response from the web server.', // MISSING
XmlEmpty : 'It was not possible to load the XML response from the web server. The server returned an empty response.', // MISSING
XmlRawResponse : 'Raw response from the server: %s' // MISSING
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Resize %s', // MISSING
sizeTooBig : 'Cannot set image height or width to a value bigger than the original size (%size).', // MISSING
resizeSuccess : 'Image resized successfully.', // MISSING
thumbnailNew : 'Create a new thumbnail', // MISSING
thumbnailSmall : 'Small (%s)', // MISSING
thumbnailMedium : 'Medium (%s)', // MISSING
thumbnailLarge : 'Large (%s)', // MISSING
newSize : 'Set a new size', // MISSING
width : 'Platums',
height : 'Augstums',
invalidHeight : 'Invalid height.', // MISSING
invalidWidth : 'Invalid width.', // MISSING
invalidName : 'Invalid file name.', // MISSING
newImage : 'Create a new image', // MISSING
noExtensionChange : 'File extension cannot be changed.', // MISSING
imageSmall : 'Source image is too small.', // MISSING
contextMenuName : 'Resize', // MISSING
lockRatio : 'Nemainīga Augstuma/Platuma attiecība',
resetSize : 'Atjaunot sākotnējo izmēru'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Saglabāt',
fileOpenError : 'Unable to open file.', // MISSING
fileSaveSuccess : 'File saved successfully.', // MISSING
contextMenuName : 'Edit', // MISSING
loadingFile : 'Loading file, please wait...' // MISSING
},
Maximize :
{
maximize : 'Maximize', // MISSING
minimize : 'Minimize' // MISSING
},
Gallery :
{
current : 'Image {current} of {total}' // MISSING
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Meklēt'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Hebrew
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['he'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, לא זמין</span>',
confirmCancel : 'חלק מהאפשרויות שונו. האם לסגור את החלון?',
ok : 'אישור',
cancel : 'ביטול',
confirmationTitle : 'אישור',
messageTitle : 'הודעה',
inputTitle : 'שאלה',
undo : 'לבטל',
redo : 'לעשות שוב',
skip : 'דלג',
skipAll : 'דלג הכל',
makeDecision : 'איזו פעולה לבצע?',
rememberDecision: 'זכור החלטתי'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'rtl',
HelpLang : 'en',
LangCode : 'he',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'd/m/yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'תיקיות',
FolderLoading : 'טוען...',
FolderNew : 'יש להקליד שם חדש לתיקיה: ',
FolderRename : 'יש להקליד שם חדש לתיקיה: ',
FolderDelete : 'האם למחוק את התיקיה "%1" ?',
FolderRenaming : ' (משנה שם...)',
FolderDeleting : ' (מוחק...)',
DestinationFolder : 'תיקיית יעד',
// Files
FileRename : 'יש להקליד שם חדש לקובץ: ',
FileRenameExt : 'האם לשנות את הסיומת של הקובץ?',
FileRenaming : 'משנה שם...',
FileDelete : 'האם למחוק את הקובץ "%1"?',
FilesDelete : 'האם למחוק %1 קבצים?',
FilesLoading : 'טוען...',
FilesEmpty : 'תיקיה ריקה',
DestinationFile : 'קובץ יעד',
SkippedFiles : 'רשימת קבצים שדולגו:',
// Basket
BasketFolder : 'סל קבצים',
BasketClear : 'ניקוי סל הקבצים',
BasketRemove : 'מחיקה מסל הקבצים',
BasketOpenFolder : 'פתיחת תיקיית אב',
BasketTruncateConfirm : 'האם למחוק את כל הקבצים מסל הקבצים?',
BasketRemoveConfirm : 'האם למחוק את הקובץ "%1" מסל הקבצים?',
BasketRemoveConfirmMultiple : 'האם למחוק %1 קבצים מסל הקבצים?',
BasketEmpty : 'אין קבצים בסל הקבצים, יש לגרור לכאן קובץ.',
BasketCopyFilesHere : 'העתקת קבצים מסל הקבצים',
BasketMoveFilesHere : 'הזזת קבצים מסל הקבצים',
// Global messages
OperationCompletedSuccess : 'הפעולה הושלמה בהצלחה.',
OperationCompletedErrors : 'הפעולה הושלמה עם שגיאות.',
FileError : '%s: %e',
// Move and Copy files
MovedFilesNumber : 'מספר קבצים שהוזזו: %s.',
CopiedFilesNumber : 'מספר קבצים שהועתקו: %s.',
MoveFailedList : 'המערכת לא הצליחה להזיז את הקבצים הבאים:<br />%s',
CopyFailedList : 'המערכת לא הצליחה להעתיק את הקבצים הבאים:<br />%s',
// Toolbar Buttons (some used elsewhere)
Upload : 'העלאה',
UploadTip : 'העלאת קובץ חדש',
Refresh : 'ריענון',
Settings : 'הגדרות',
Help : 'עזרה',
HelpTip : 'עזרה',
// Context Menus
Select : 'בחירה',
SelectThumbnail : 'בחירת תמונה מוקטנת',
View : 'צפיה',
Download : 'הורדה',
NewSubFolder : 'תת-תיקיה חדשה',
Rename : 'שינוי שם',
Delete : 'מחיקה',
DeleteFiles : 'מחיקת קבצים',
CopyDragDrop : 'העתקת קבצים לכאן',
MoveDragDrop : 'הזזת קבצים לכאן',
// Dialogs
RenameDlgTitle : 'שינוי שם',
NewNameDlgTitle : 'שם חדש',
FileExistsDlgTitle : 'קובץ זה כבר קיים',
SysErrorDlgTitle : 'שגיאת מערכת',
FileOverwrite : 'החלפה',
FileAutorename : 'שינוי שם אוטומטי',
ManuallyRename : 'שינוי שם ידני',
// Generic
OkBtn : 'אישור',
CancelBtn : 'ביטול',
CloseBtn : 'סגור',
// Upload Panel
UploadTitle : 'העלאת קובץ חדש',
UploadSelectLbl : 'בחירת קובץ להעלאה',
UploadProgressLbl : '(העלאה מתבצעת, נא להמתין...)',
UploadBtn : 'העלאת קובץ',
UploadBtnCancel : 'ביטול',
UploadNoFileMsg : 'יש לבחור קובץ מהמחשב',
UploadNoFolder : 'יש לבחור תיקיה לפני ההעלאה.',
UploadNoPerms : 'העלאת קובץ אסורה.',
UploadUnknError : 'שגיאה בשליחת הקובץ.',
UploadExtIncorrect : 'סוג קובץ זה לא מאושר בתיקיה זאת.',
// Flash Uploads
UploadLabel : 'קבצים להעלאה',
UploadTotalFiles : 'כמות קבצים:',
UploadTotalSize : 'גודל סופי:',
UploadSend : 'התחלת העלאה',
UploadAddFiles : 'הוספת קבצים',
UploadClearFiles : 'ניקוי קבצים',
UploadCancel : 'ביטול העלאה',
UploadRemove : 'מחיקה מהרשימה',
UploadRemoveTip : 'מחיקת הקובץ !f',
UploadUploaded : '!n% הועלו',
UploadProcessing : 'מעבד...',
// Settings Panel
SetTitle : 'הגדרות',
SetView : 'צפיה:',
SetViewThumb : 'תמונות מוקטנות',
SetViewList : 'רשימה',
SetDisplay : 'תצוגה:',
SetDisplayName : 'שם קובץ',
SetDisplayDate : 'תאריך',
SetDisplaySize : 'גודל קובץ',
SetSort : 'מיון:',
SetSortName : 'לפי שם',
SetSortDate : 'לפי תאריך',
SetSortSize : 'לפי גודל',
SetSortExtension : 'לפי סיומת (Extension)',
// Status Bar
FilesCountEmpty : '<תיקיה ריקה>',
FilesCountOne : 'קובץ 1',
FilesCountMany : '%1 קבצים',
// Size and Speed
Kb : '%1KB',
Mb : '%1MB',
Gb : '%1GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'לא היה ניתן להשלים את הבקשה. (שגיאה %1)',
Errors :
{
10 : 'הוראה לא תקינה.',
11 : 'סוג המשאב לא צויין בבקשה לשרת.',
12 : 'סוג המשאב המצויין לא תקין.',
102 : 'שם הקובץ או התיקיה לא תקין.',
103 : 'לא היה ניתן להשלים את הבקשה בשל הרשאות מוגבלות.',
104 : 'לא היה ניתן להשלים את הבקשה בשל הרשאות מערכת קבצים מוגבלות.',
105 : 'סיומת הקובץ לא תקינה.',
109 : 'בקשה לא תקינה.',
110 : 'שגיאה לא ידועה.',
111 : 'לא ניתן היה להשלים את הבקשה בשל הגודל החריג של הקובץ הנוצר.',
115 : 'כבר קיים/ת קובץ או תיקיה באותו השם.',
116 : 'התיקיה לא נמצאה. נא לרענן ולנסות שוב.',
117 : 'הקובץ לא נמצא. נא לרענן ולנסות שוב.',
118 : 'כתובות המקור והיעד זהות.',
201 : 'קובץ עם אותו השם כבר קיים. שם הקובץ שהועלה שונה ל "%1"',
202 : 'הקובץ לא תקין.',
203 : 'הקובץ לא תקין. גודל הקובץ גדול מדי.',
204 : 'הקובץ המועלה לא תקין',
205 : 'לא קיימת בשרת תיקיה זמנית להעלאת קבצים.',
206 : 'ההעלאה בוטלה מסיבות אבטחה. הקובץ מכיל תוכן שדומה ל-HTML.',
207 : 'שם הקובץ שהועלה שונה ל "%1"',
300 : 'העברת הקבצים נכשלה.',
301 : 'העתקת הקבצים נכשלה.',
500 : 'דפדפן הקבצים מנוטרל מסיבות אבטחה. יש לפנות למנהל המערכת ולבדוק את קובץ התצורה של CKFinder.',
501 : 'התמיכה בתמונות מוקטנות מבוטלת.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'שם הקובץ לא יכול להיות ריק',
FileExists : 'הקובץ %s כבר קיים',
FolderEmpty : 'שם התיקיה לא יכול להיות ריק',
FolderExists : 'התיקיה %s כבר קיימת.',
FolderNameExists : 'התיקיה כבר קיימת.',
FileInvChar : 'שם הקובץ לא יכול לכלול תווים הבאים: \n\\ / : * ? " < > |',
FolderInvChar : 'שם התיקיה לא יכול לכלול תווים הבאים: \n\\ / : * ? " < > |',
PopupBlockView : 'לא היה ניתן לפתוח קובץ בחלון חדש. נא לבדוק את הגדרות הדפדפן ולבטל את חוסמי החלונות הקובצים.',
XmlError : 'לא היה ניתן לטעון מהשרת כהלכה את קובץ ה-XML.',
XmlEmpty : 'לא היה ניתן לטעון מהשרת את קובץ ה-XML. השרת החזיר תגובה ריקה.',
XmlRawResponse : 'תגובה גולמית מהשרת: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'שינוי גודל התמונה %s',
sizeTooBig : 'גובה ורוחב התמונה לא יכולים להיות גדולים מהגודל המקורי שלה (%size).',
resizeSuccess : 'גודל התמונה שונה שהצלחה.',
thumbnailNew : 'יצירת תמונה מוקטנת (Thumbnail)',
thumbnailSmall : 'קטנה (%s)',
thumbnailMedium : 'בינונית (%s)',
thumbnailLarge : 'גדולה (%s)',
newSize : 'קביעת גודל חדש',
width : 'רוחב',
height : 'גובה',
invalidHeight : 'גובה לא חוקי.',
invalidWidth : 'רוחב לא חוקי.',
invalidName : 'שם הקובץ לא חוקי.',
newImage : 'יצירת תמונה חדשה',
noExtensionChange : 'לא ניתן לשנות את סוג הקובץ.',
imageSmall : 'התמונה המקורית קטנה מדי',
contextMenuName : 'שינוי גודל',
lockRatio : 'נעילת היחס',
resetSize : 'איפוס הגודל'
},
// Fileeditor plugin
Fileeditor :
{
save : 'שמירה',
fileOpenError : 'לא היה ניתן לפתוח את הקובץ.',
fileSaveSuccess : 'הקובץ נשמר בהצלחה.',
contextMenuName : 'עריכה',
loadingFile : 'טוען קובץ, נא להמתין...'
},
Maximize :
{
maximize : 'הגדלה למקסימום',
minimize : 'הקטנה למינימום'
},
Gallery :
{
current : 'תמונה {current} מתוך {total}'
},
Zip :
{
extractHereLabel : 'חילוץ לפה',
extractToLabel : 'חילוץ ל...',
downloadZipLabel : 'הורדה כקובץ ZIP',
compressZipLabel : 'דחיסה לקובץ ZIP',
removeAndExtract : 'מחיקת הקובץ וחילוצו',
extractAndOverwrite : 'חילוץ והחלפת קבצים קיימים',
extractSuccess : 'הקבצים חולצו בהצלחה.'
},
Search :
{
searchPlaceholder : 'חיפוש'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Hindi
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['hi'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, नही है</span>',
confirmCancel : 'काफी विकल्प बदले हुवे है. क्या आपको दाएलोग विंडो बंद करना है?',
ok : 'ओके',
cancel : 'खारिज',
confirmationTitle : 'क्नफ्र्म्रेसं',
messageTitle : 'माहिती',
inputTitle : 'प्रश्न',
undo : 'उन्डू',
redo : 'रीडू',
skip : 'स्किप',
skipAll : 'स्किप ओल',
makeDecision : 'क्या करना चाहिये?',
rememberDecision: 'मेरा विकल्प याद रखो'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'hi',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'm/d/yyyy h:MM aa',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'फ़ोल्डर्स',
FolderLoading : 'लोडिग...',
FolderNew : 'फोल्डरका नया नाम टाईप करो: ',
FolderRename : 'फोल्डरका नया नाम टाईप करो: ',
FolderDelete : 'क्या आपको "%1" फोल्डर डीलिट करना है?',
FolderRenaming : ' (नया नाम...)',
FolderDeleting : ' (डिलिट...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'फाएलका नया नाम टाईप करो: ',
FileRenameExt : 'क्या आपको फाएल एक्सटेंसन बदलना है? फाएल का उपयोग नही कर सकोगे.',
FileRenaming : 'नया नाम...',
FileDelete : 'क्या आपको फाएल डिलिट करना है "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'लोडिग...',
FilesEmpty : 'ये फोल्डर खाली है.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'बास्केट',
BasketClear : 'बास्केट खाली करो',
BasketRemove : 'बास्केटमें से रीमूव करो',
BasketOpenFolder : 'पेरंट फोल्डर को खोलो',
BasketTruncateConfirm : 'क्या आपको बास्केट में से सब फाएल खाली करना हे?',
BasketRemoveConfirm : 'क्या आपको फाएल "%1" बास्केट में से डिलिट करना है?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'बास्केट में कोइ फाएल नहीं है, नई ड्रेग और ड्रॉप करो.',
BasketCopyFilesHere : 'बास्केट में से फाएल कोपी करो',
BasketMoveFilesHere : 'बास्केट में से फाएल मूव करो',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'अपलोड',
UploadTip : 'अपलोड नई फाएल',
Refresh : 'रिफ्रेश',
Settings : 'सेटिंग्स',
Help : 'मदद',
HelpTip : 'मदद',
// Context Menus
Select : 'सिलेक्ट',
SelectThumbnail : 'सिलेक्ट थम्बनेल',
View : 'व्यू',
Download : 'डाउनलोड',
NewSubFolder : 'नया सबफोल्डर',
Rename : 'रिनेम',
Delete : 'डिलिट',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'यहाँ कोपी करें',
MoveDragDrop : 'यंहा मूव करें',
// Dialogs
RenameDlgTitle : 'रीनेम',
NewNameDlgTitle : 'नया नाम',
FileExistsDlgTitle : 'फाएल मौजूद हैं',
SysErrorDlgTitle : 'सिस्टम एरर',
FileOverwrite : 'ओवरराईट',
FileAutorename : 'ऑटो-रीनेम',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'ओके',
CancelBtn : 'केंसल',
CloseBtn : 'क्लोस',
// Upload Panel
UploadTitle : 'नया फाएल उपलोड करो',
UploadSelectLbl : 'उपलोड करने के लिये फाएल चुनो',
UploadProgressLbl : '(उपलोड जारी है, राह देखिय...)',
UploadBtn : 'उपलोडके लिये फाएल चुनो',
UploadBtnCancel : 'केन्सल',
UploadNoFileMsg : 'आपके कोम्पुटर से फाएल चुनो.',
UploadNoFolder : 'फोल्डर चुनके अपलोडिग करिये.',
UploadNoPerms : 'फाएल उपलोड नही कर सकते.',
UploadUnknError : 'फाएल भेजने में मुश्केली हो रही है.',
UploadExtIncorrect : 'ये फोल्डरमें ये फाइल एक्सटेंसन अलाव नही है.',
// Flash Uploads
UploadLabel : 'अपलोड के लिये फाएल्स',
UploadTotalFiles : 'कुल फाएल्स:',
UploadTotalSize : 'कुल साएज:',
UploadSend : 'अपलोड',
UploadAddFiles : 'फाएल एड करें',
UploadClearFiles : 'फाइल क्लेयर करें',
UploadCancel : 'अपलोड केन्सल करें',
UploadRemove : 'रीमूव',
UploadRemoveTip : 'रीमुव !f',
UploadUploaded : 'अपलोड हो गई !n%',
UploadProcessing : 'अपलोड जारी हैं...',
// Settings Panel
SetTitle : 'सेटिंग्स',
SetView : 'व्यू:',
SetViewThumb : 'थुम्बनेल्स',
SetViewList : 'लिस्ट',
SetDisplay : 'डिस्प्ले:',
SetDisplayName : 'फाएलका नाम',
SetDisplayDate : 'तारीख',
SetDisplaySize : 'फाएल साईज',
SetSort : 'सोर्टिंग:',
SetSortName : 'फाएलनाम से',
SetSortDate : 'तारिख से',
SetSortSize : 'साईज से',
SetSortExtension : 'एक्सटेंसन से',
// Status Bar
FilesCountEmpty : '<फोल्डर खाली>',
FilesCountOne : '1 फाएल',
FilesCountMany : '%1 फाएल',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'आपकी रिक्वेस्ट क्मप्लित नही कर सकते. (एरर %1)',
Errors :
{
10 : 'इन्वेलीड कमांड.',
11 : 'यह रिसोर्स टाईप उपलब्ध नहीं है.',
12 : 'यह रिसोर्स टाईप वेलिड नही हैं.',
102 : 'फाएल या फोल्डर का नाम वेलिड नहीं है.',
103 : 'ओथोरिसेसंन रिस्त्रिक्सं की वजह से, आपकी रिक्वेस्ट पूरी नही कर सकते.',
104 : 'सिस्टम परमिशन रिस्त्रिक्सं की वजह से, आपकी रिक्वेस्ट पूरी नही कर सकते..',
105 : 'फाएल एक्स्त्न्सं गलत है.',
109 : 'इन्वेलीड रिक्वेस्ट.',
110 : 'अननोन एरर.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'सेम नाम का फाएल या फोल्डर मोजूद है.',
116 : 'फोल्डर नही मिला. रिफ्रेस करके वापिस प्रयत्न करे.',
117 : 'फाएल नही मिला. फाएल लिस्टको रिफ्रेस करके वापिस प्रयत्न करे.',
118 : 'सोर्स और टारगेट के पाथ एक जैसे है.',
201 : 'वहि नाम की फाएल मोजोद है. अपलोड फाएल का नया नाम "%1".',
202 : 'इन्वेलीड फाएल.',
203 : 'इन्वेलीड फाएल. फाएल बहुत बड़ी है.',
204 : 'अपलोडकी गयी फाएल करप्ट हो गयी है.',
205 : 'फाएल अपलोड करनेके लिये, सर्वरपे टेम्पररी फोल्डर उपलब्थ नही है..',
206 : 'सिक्योरिटी कारण वष, फाएल अपलोड केन्सल किया है. फाएलमें HTML-जैसे डेटा है.',
207 : 'अपलोडेड फाएल का नया नाम "%1".',
300 : 'फाएल मूव नहीं कर सके.',
301 : 'फाएल कोपी नहीं कर सके.',
500 : 'सिक्योरिटी कारण वष, फाएल ब्राउजर डिसेबल किया गया है. आपके सिस्टम एडमिनिस्ट्रेटर का सम्पर्क करे और CKFinder कोंफिग्युरेसन फाएल तपासे.',
501 : 'थम्बनेल सपोर्ट डिसेबल किया है.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'फाएलका नाम खाली नही हो सकता.',
FileExists : 'फाएल %s मोजूद है.',
FolderEmpty : 'फोल्डरका नाम खाली नही हो सकता.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'फाएलके नाममें यह केरेक्टर नही हो सकते: \n\\ / : * ? " < > |',
FolderInvChar : 'फोल्डरके नाममें यह केरेक्टर नही हो सकते: \n\\ / : * ? " < > |',
PopupBlockView : 'यह फाएलको नई विंडोमें नही खोल सकते. आपके ब्राउसरको कोफिग करके सब पोप-अप ब्लोक्र्रको बंध करे.',
XmlError : 'वेब सर्वरसे XML रिस्पोंस नही लोड कर सके.',
XmlEmpty : 'वेब सर्वरसे XML रिस्पोंस नही लोड कर सके. सर्वरने खाली रिस्पोंस भेजा.',
XmlRawResponse : 'सर्वरका रो रिस्पोंस: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'रिसाइज़ %s',
sizeTooBig : 'इमेजकी ओरिजिनल साएजसे बड़ा या छोटा नही कर सके (%size).',
resizeSuccess : 'इमेजको रीसाईज की गई है.',
thumbnailNew : 'नया थम्बनेल बनाये',
thumbnailSmall : 'छोटा (%s)',
thumbnailMedium : 'मध्यम (%s)',
thumbnailLarge : 'बड़ा (%s)',
newSize : 'नई साईज पसंद करे',
width : 'चोदाई',
height : 'ऊंचाई',
invalidHeight : 'इन्वेलीड ऊँचाई.',
invalidWidth : 'इन्वेलीड चोड़ाई.',
invalidName : 'इन्वेलीड फाएलका नाम.',
newImage : 'नई इमेज बनाये',
noExtensionChange : 'फाएल एकस्टेनसन नही बदल सकते.',
imageSmall : 'सोर्स इमेज बहुत छोटा है.',
contextMenuName : 'रीसाईज',
lockRatio : 'लोक रेटिओ',
resetSize : 'रीसेट साईज'
},
// Fileeditor plugin
Fileeditor :
{
save : 'सेव',
fileOpenError : 'फाएल नहीं खोल सके.',
fileSaveSuccess : 'फाएल सेव हो गई है.',
contextMenuName : 'एडिट',
loadingFile : 'लोडिग फाएल, राह देखे...'
},
Maximize :
{
maximize : 'मैक्सीमईज',
minimize : 'मिनीमाईज'
},
Gallery :
{
current : 'इमेज {current} कुल्मिलाके {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'खोज'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Slovenian
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['sl'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedostopen</span>',
confirmCancel : 'Nekatere opcije so bile spremenjene. Ali res želite zapreti pogovorno okno?',
ok : 'Potrdi',
cancel : 'Prekliči',
confirmationTitle : 'Potrditev',
messageTitle : 'Informacija',
inputTitle : 'Vprašanje',
undo : 'Razveljavi',
redo : 'Obnovi',
skip : 'Preskoči',
skipAll : 'Preskoči vse',
makeDecision : 'Katera aktivnost naj se izvede?',
rememberDecision: 'Zapomni si mojo izbiro'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'sl',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'd.m.yyyy H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Mape',
FolderLoading : 'Nalagam...',
FolderNew : 'Vnesite ime za novo mapo: ',
FolderRename : 'Vnesite ime nove mape: ',
FolderDelete : 'Ali ste prepričani, da želite zbrisati mapo "%1"?',
FolderRenaming : ' (Preimenujem...)',
FolderDeleting : ' (Brišem...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Vnesite novo ime datoteke: ',
FileRenameExt : 'Ali ste prepričani, da želite spremeniti končnico datoteke? Možno je, da potem datoteka ne bo uporabna.',
FileRenaming : 'Preimenujem...',
FileDelete : 'Ali ste prepričani, da želite izbrisati datoteko "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Nalagam...',
FilesEmpty : 'Prazna mapa',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Koš',
BasketClear : 'Izprazni koš',
BasketRemove : 'Odstrani iz koša',
BasketOpenFolder : 'Odpri izvorno mapo',
BasketTruncateConfirm : 'Ali res želite odstraniti vse datoteke iz koša?',
BasketRemoveConfirm : 'Ali res želite odstraniti datoteko "%1" iz koša?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'V košu ni datotek. Lahko jih povlečete in spustite.',
BasketCopyFilesHere : 'Kopiraj datoteke iz koša',
BasketMoveFilesHere : 'Premakni datoteke iz koša',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Naloži na strežnik',
UploadTip : 'Naloži novo datoteko na strežnik',
Refresh : 'Osveži',
Settings : 'Nastavitve',
Help : 'Pomoč',
HelpTip : 'Pomoč',
// Context Menus
Select : 'Izberi',
SelectThumbnail : 'Izberi malo sličico (predogled)',
View : 'Predogled',
Download : 'Prenesi na svoj računalnik',
NewSubFolder : 'Nova podmapa',
Rename : 'Preimenuj',
Delete : 'Zbriši',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopiraj',
MoveDragDrop : 'Premakni',
// Dialogs
RenameDlgTitle : 'Preimenuj',
NewNameDlgTitle : 'Novo ime',
FileExistsDlgTitle : 'Datoteka že obstaja',
SysErrorDlgTitle : 'Sistemska napaka',
FileOverwrite : 'Prepiši',
FileAutorename : 'Avtomatsko preimenuj',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Potrdi',
CancelBtn : 'Prekliči',
CloseBtn : 'Zapri',
// Upload Panel
UploadTitle : 'Naloži novo datoteko na strežnik',
UploadSelectLbl : 'Izberi datoteko za prenos na strežnik',
UploadProgressLbl : '(Prenos na strežnik poteka, prosimo počakajte...)',
UploadBtn : 'Prenesi izbrano datoteko na strežnik',
UploadBtnCancel : 'Prekliči',
UploadNoFileMsg : 'Prosimo izberite datoteko iz svojega računalnika za prenos na strežnik.',
UploadNoFolder : 'Izberite mapo v katero se bo naložilo datoteko!',
UploadNoPerms : 'Nalaganje datotek ni dovoljeno.',
UploadUnknError : 'Napaka pri pošiljanju datoteke.',
UploadExtIncorrect : 'V tej mapi ta vrsta datoteke ni dovoljena.',
// Flash Uploads
UploadLabel : 'Datoteke za prenos',
UploadTotalFiles : 'Skupaj datotek:',
UploadTotalSize : 'Skupaj velikost:',
UploadSend : 'Naloži na strežnik',
UploadAddFiles : 'Dodaj datoteke',
UploadClearFiles : 'Počisti datoteke',
UploadCancel : 'Prekliči prenos',
UploadRemove : 'Odstrani',
UploadRemoveTip : 'Odstrani !f',
UploadUploaded : 'Prenešeno !n%',
UploadProcessing : 'Delam...',
// Settings Panel
SetTitle : 'Nastavitve',
SetView : 'Pogled:',
SetViewThumb : 'majhne sličice',
SetViewList : 'seznam',
SetDisplay : 'Prikaz:',
SetDisplayName : 'ime datoteke',
SetDisplayDate : 'datum',
SetDisplaySize : 'velikost datoteke',
SetSort : 'Razvrščanje:',
SetSortName : 'po imenu datoteke',
SetSortDate : 'po datumu',
SetSortSize : 'po velikosti',
SetSortExtension : 'po končnici',
// Status Bar
FilesCountEmpty : '<Prazna mapa>',
FilesCountOne : '1 datoteka',
FilesCountMany : '%1 datotek(e)',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Prišlo je do napake. (Napaka %1)',
Errors :
{
10 : 'Napačen ukaz.',
11 : 'V poizvedbi ni bil jasen tip (resource type).',
12 : 'Tip datoteke ni primeren.',
102 : 'Napačno ime mape ali datoteke.',
103 : 'Vašega ukaza se ne da izvesti zaradi težav z avtorizacijo.',
104 : 'Vašega ukaza se ne da izvesti zaradi težav z nastavitvami pravic v datotečnem sistemu.',
105 : 'Napačna končnica datoteke.',
109 : 'Napačna zahteva.',
110 : 'Neznana napaka.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Datoteka ali mapa s tem imenom že obstaja.',
116 : 'Mapa ni najdena. Prosimo osvežite okno in poskusite znova.',
117 : 'Datoteka ni najdena. Prosimo osvežite seznam datotek in poskusite znova.',
118 : 'Začetna in končna pot je ista.',
201 : 'Datoteka z istim imenom že obstaja. Naložena datoteka je bila preimenovana v "%1".',
202 : 'Neprimerna datoteka.',
203 : 'Datoteka je prevelika in zasede preveč prostora.',
204 : 'Naložena datoteka je okvarjena.',
205 : 'Na strežniku ni na voljo začasna mapa za prenos datotek.',
206 : 'Nalaganje je bilo prekinjeno zaradi varnostnih razlogov. Datoteka vsebuje podatke, ki spominjajo na HTML kodo.',
207 : 'Naložena datoteka je bila preimenovana v "%1".',
300 : 'Premikanje datotek(e) ni uspelo.',
301 : 'Kopiranje datotek(e) ni uspelo.',
500 : 'Brskalnik je onemogočen zaradi varnostnih razlogov. Prosimo kontaktirajte upravljalca spletnih strani.',
501 : 'Ni podpore za majhne sličice (predogled).'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Ime datoteke ne more biti prazno.',
FileExists : 'Datoteka %s že obstaja.',
FolderEmpty : 'Mapa ne more biti prazna.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Ime datoteke ne sme vsebovati naslednjih znakov: \n\\ / : * ? " < > |',
FolderInvChar : 'Ime mape ne sme vsebovati naslednjih znakov: \n\\ / : * ? " < > |',
PopupBlockView : 'Datoteke ni možno odpreti v novem oknu. Prosimo nastavite svoj brskalnik tako, da bo dopuščal odpiranje oken (popups) oz. izklopite filtre za blokado odpiranja oken.',
XmlError : 'Nalaganje XML odgovora iz strežnika ni uspelo.',
XmlEmpty : 'Nalaganje XML odgovora iz strežnika ni uspelo. Strežnik je vrnil prazno sporočilo.',
XmlRawResponse : 'Surov odgovor iz strežnika je: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Spremeni velikost slike %s',
sizeTooBig : 'Širina ali višina slike ne moreta biti večji kot je originalna velikost (%size).',
resizeSuccess : 'Velikost slike je bila uspešno spremenjena.',
thumbnailNew : 'Kreiraj novo majhno sličico',
thumbnailSmall : 'majhna (%s)',
thumbnailMedium : 'srednja (%s)',
thumbnailLarge : 'velika (%s)',
newSize : 'Določite novo velikost',
width : 'Širina',
height : 'Višina',
invalidHeight : 'Nepravilna višina.',
invalidWidth : 'Nepravilna širina.',
invalidName : 'Nepravilno ime datoteke.',
newImage : 'Kreiraj novo sliko',
noExtensionChange : 'Končnica datoteke se ne more spremeniti.',
imageSmall : 'Izvorna slika je premajhna.',
contextMenuName : 'Spremeni velikost',
lockRatio : 'Zakleni razmerje',
resetSize : 'Ponastavi velikost'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Shrani',
fileOpenError : 'Datoteke ni mogoče odpreti.',
fileSaveSuccess : 'Datoteka je bila shranjena.',
contextMenuName : 'Uredi',
loadingFile : 'Nalaganje datoteke, prosimo počakajte ...'
},
Maximize :
{
maximize : 'Maksimiraj',
minimize : 'Minimiraj'
},
Gallery :
{
current : 'Slika {current} od {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Iskanje'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Czech
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['cs'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, nedostupné</span>',
confirmCancel : 'Některá z nastavení byla změněna. Skutečně chcete dialogové okno zavřít?',
ok : 'OK',
cancel : 'Zrušit',
confirmationTitle : 'Potvrzení',
messageTitle : 'Informace',
inputTitle : 'Otázka',
undo : 'Zpět',
redo : 'Znovu',
skip : 'Přeskočit',
skipAll : 'Přeskočit vše',
makeDecision : 'Co by se mělo provést?',
rememberDecision: 'Zapamatovat si mé rozhodnutí'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'cs',
LangCode : 'cs',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'd/m/yyyy H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Složky',
FolderLoading : 'Načítání...',
FolderNew : 'Zadejte název nové složky: ',
FolderRename : 'Zadejte nový název složky: ',
FolderDelete : 'Opravdu chcete složku "%1" smazat?',
FolderRenaming : ' (Přejmenovávání...)',
FolderDeleting : ' (Mazání...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Zadejte nový název souboru: ',
FileRenameExt : 'Opravdu chcete změnit příponu souboru? Soubor se může stát nepoužitelným.',
FileRenaming : 'Přejmenovávání...',
FileDelete : 'Opravdu chcete smazat soubor "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Načítání...',
FilesEmpty : 'Prázdná složka.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Košík',
BasketClear : 'Vyčistit Košík',
BasketRemove : 'Odstranit z Košíku',
BasketOpenFolder : 'Otevřít nadřazenou složku',
BasketTruncateConfirm : 'Opravdu chcete z Košíku odstranit všechny soubory?',
BasketRemoveConfirm : 'Opravdu chcete odstranit soubor "%1" z Košíku?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'V Košíku nejsou žádné soubory, tak sem některé přetáhněte.',
BasketCopyFilesHere : 'Kopírovat soubory z Košíku',
BasketMoveFilesHere : 'Přesunout soubory z Košíku',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Nahrát',
UploadTip : 'Nahrát nový soubor',
Refresh : 'Znovu načíst',
Settings : 'Nastavení',
Help : 'Nápověda',
HelpTip : 'Nápověda',
// Context Menus
Select : 'Vybrat',
SelectThumbnail : 'Vybrat náhled',
View : 'Zobrazit',
Download : 'Uložit jako',
NewSubFolder : 'Nová podsložka',
Rename : 'Přejmenovat',
Delete : 'Smazat',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Zkopírovat sem',
MoveDragDrop : 'Přesunout sem',
// Dialogs
RenameDlgTitle : 'Přejmenovat',
NewNameDlgTitle : 'Nový název',
FileExistsDlgTitle : 'Soubor již existuje',
SysErrorDlgTitle : 'Chyba systému',
FileOverwrite : 'Přepsat',
FileAutorename : 'Automaticky přejmenovat',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Zrušit',
CloseBtn : 'Zavřít',
// Upload Panel
UploadTitle : 'Nahrát nový soubor',
UploadSelectLbl : 'Zvolit soubor k nahrání',
UploadProgressLbl : '(Probíhá nahrávání, čekejte...)',
UploadBtn : 'Nahrát zvolený soubor',
UploadBtnCancel : 'Zrušit',
UploadNoFileMsg : 'Vyberte prosím soubor z Vašeho počítače.',
UploadNoFolder : 'Před nahráváním vyberte složku prosím.',
UploadNoPerms : 'Nahrávání souborů není povoleno.',
UploadUnknError : 'Chyba při posílání souboru.',
UploadExtIncorrect : 'Přípona souboru není v této složce povolena.',
// Flash Uploads
UploadLabel : 'Soubory k nahrání',
UploadTotalFiles : 'Celkem souborů:',
UploadTotalSize : 'Celková velikost:',
UploadSend : 'Nahrát',
UploadAddFiles : 'Přidat soubory',
UploadClearFiles : 'Vyčistit soubory',
UploadCancel : 'Zrušit nahrávání',
UploadRemove : 'Odstranit',
UploadRemoveTip : 'Odstranit !f',
UploadUploaded : 'Nahráno !n%',
UploadProcessing : 'Zpracovávání...',
// Settings Panel
SetTitle : 'Nastavení',
SetView : 'Zobrazení:',
SetViewThumb : 'Náhled',
SetViewList : 'Seznam',
SetDisplay : 'Zobrazit:',
SetDisplayName : 'Název',
SetDisplayDate : 'Datum',
SetDisplaySize : 'Velikost',
SetSort : 'Seřazení:',
SetSortName : 'Podle názvu',
SetSortDate : 'Podle data',
SetSortSize : 'Podle velikosti',
SetSortExtension : 'Podle přípony',
// Status Bar
FilesCountEmpty : '<Prázdná složka>',
FilesCountOne : '1 soubor',
FilesCountMany : '%1 souborů',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Příkaz nebylo možné dokončit. (Chyba %1)',
Errors :
{
10 : 'Neplatný příkaz.',
11 : 'Typ zdroje nebyl v požadavku určen.',
12 : 'Požadovaný typ zdroje není platný.',
102 : 'Špatné název souboru, nebo složky.',
103 : 'Nebylo možné příkaz dokončit kvůli omezení oprávnění.',
104 : 'Nebylo možné příkaz dokončit kvůli omezení oprávnění souborového systému.',
105 : 'Neplatná přípona souboru.',
109 : 'Neplatný požadavek.',
110 : 'Neznámá chyba.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Soubor nebo složka se stejným názvem již existuje.',
116 : 'Složka nenalezena, prosím obnovte a zkuste znovu.',
117 : 'Soubor nenalezen, prosím obnovte seznam souborů a zkuste znovu.',
118 : 'Cesty zdroje a cíle jsou stejné.',
201 : 'Soubor se stejným názvem je již dostupný, nahraný soubor byl přejmenován na "%1".',
202 : 'Neplatný soubor.',
203 : 'Neplatný soubor. Velikost souboru je příliš velká.',
204 : 'Nahraný soubor je poškozen.',
205 : 'Na serveru není dostupná dočasná složka pro nahrávání.',
206 : 'Nahrávání zrušeno z bezpečnostních důvodů. Soubor obsahuje data podobná HTML.',
207 : 'Nahraný soubor byl přejmenován na "%1".',
300 : 'Přesunování souboru(ů) selhalo.',
301 : 'Kopírování souboru(ů) selhalo.',
500 : 'Průzkumník souborů je z bezpečnostních důvodů zakázán. Zdělte to prosím správci systému a zkontrolujte soubor nastavení CKFinder.',
501 : 'Podpora náhledů je zakázána.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Název souboru nemůže být prázdný.',
FileExists : 'Soubor %s již existuje.',
FolderEmpty : 'Název složky nemůže být prázdný.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Název souboru nesmí obsahovat následující znaky: \n\\ / : * ? " < > |',
FolderInvChar : 'Název složky nesmí obsahovat následující znaky: \n\\ / : * ? " < > |',
PopupBlockView : 'Soubor nebylo možné otevřít do nového okna. Prosím nastavte si Váš prohlížeč a zakažte veškeré blokování vyskakovacích oken.',
XmlError : 'Nebylo možné správně načíst XML odpověď z internetového serveru.',
XmlEmpty : 'Nebylo možné načíst XML odpověď z internetového serveru. Server vrátil prázdnou odpověď.',
XmlRawResponse : 'Čistá odpověď od serveru: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Změnit velikost %s',
sizeTooBig : 'Nelze nastavit šířku či výšku obrázku na hodnotu vyšší než původní velikost (%size).',
resizeSuccess : 'Úspěšně změněna velikost obrázku.',
thumbnailNew : 'Vytvořit nový náhled',
thumbnailSmall : 'Malý (%s)',
thumbnailMedium : 'Střední (%s)',
thumbnailLarge : 'Velký (%s)',
newSize : 'Nastavit novou velikost',
width : 'Šířka',
height : 'Výška',
invalidHeight : 'Neplatná výška.',
invalidWidth : 'Neplatná šířka.',
invalidName : 'Neplatný název souboru.',
newImage : 'Vytvořit nový obrázek',
noExtensionChange : 'Příponu souboru nelze změnit.',
imageSmall : 'Zdrojový obrázek je příliš malý.',
contextMenuName : 'Změnit velikost',
lockRatio : 'Uzamknout poměr',
resetSize : 'Původní velikost'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Uložit',
fileOpenError : 'Soubor nelze otevřít.',
fileSaveSuccess : 'Soubor úspěšně uložen.',
contextMenuName : 'Upravit',
loadingFile : 'Načítání souboru, čekejte prosím...'
},
Maximize :
{
maximize : 'Maximalizovat',
minimize : 'Minimalizovat'
},
Gallery :
{
current : 'Obrázek {current} z {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Hledat'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Latin American Spanish
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['es-mx'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, no disponible</span>',
confirmCancel : 'Algunas opciones se han cambiado\r\n¿Está seguro de querer cerrar el diálogo?',
ok : 'Aceptar',
cancel : 'Cancelar',
confirmationTitle : 'Confirmación',
messageTitle : 'Información',
inputTitle : 'Pregunta',
undo : 'Deshacer',
redo : 'Rehacer',
skip : 'Omitir',
skipAll : 'Omitir todos',
makeDecision : '¿Qué acción debe realizarse?',
rememberDecision: 'Recordar mi decisión'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'es-mx',
LangCode : 'es-mx',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy H:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Carpetas',
FolderLoading : 'Cargando...',
FolderNew : 'Por favor, escriba el nombre para la nueva carpeta: ',
FolderRename : 'Por favor, escriba el nuevo nombre para la carpeta: ',
FolderDelete : '¿Está seguro de que quiere borrar la carpeta "%1"?',
FolderRenaming : ' (Renombrando...)',
FolderDeleting : ' (Borrando...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Por favor, escriba el nuevo nombre del archivo: ',
FileRenameExt : '¿Está seguro de querer cambiar la extensión del archivo? El archivo puede dejar de ser usable.',
FileRenaming : 'Renombrando...',
FileDelete : '¿Está seguro de que quiere borrar el archivo "%1".?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Cargando...',
FilesEmpty : 'Carpeta vacía',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Cesta',
BasketClear : 'Vaciar cesta',
BasketRemove : 'Quitar de la cesta',
BasketOpenFolder : 'Abrir carpeta padre',
BasketTruncateConfirm : '¿Está seguro de querer quitar todos los archivos de la cesta?',
BasketRemoveConfirm : '¿Está seguro de querer quitar el archivo "%1" de la cesta?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'No hay archivos en la cesta, arrastra y suelta algunos.',
BasketCopyFilesHere : 'Copiar archivos de la cesta',
BasketMoveFilesHere : 'Mover archivos de la cesta',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Añadir',
UploadTip : 'Añadir nuevo archivo',
Refresh : 'Actualizar',
Settings : 'Configuración',
Help : 'Ayuda',
HelpTip : 'Ayuda',
// Context Menus
Select : 'Seleccionar',
SelectThumbnail : 'Seleccionar el icono',
View : 'Ver',
Download : 'Descargar',
NewSubFolder : 'Nueva Subcarpeta',
Rename : 'Renombrar',
Delete : 'Borrar',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Copiar aquí',
MoveDragDrop : 'Mover aquí',
// Dialogs
RenameDlgTitle : 'Renombrar',
NewNameDlgTitle : 'Nuevo nombre',
FileExistsDlgTitle : 'Archivo existente',
SysErrorDlgTitle : 'Error de sistema',
FileOverwrite : 'Sobreescribir',
FileAutorename : 'Auto-renombrar',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'Aceptar',
CancelBtn : 'Cancelar',
CloseBtn : 'Cerrar',
// Upload Panel
UploadTitle : 'Añadir nuevo archivo',
UploadSelectLbl : 'Elija el archivo a subir',
UploadProgressLbl : '(Subida en progreso, por favor espere...)',
UploadBtn : 'Subir el archivo elegido',
UploadBtnCancel : 'Cancelar',
UploadNoFileMsg : 'Por favor, elija un archivo de su computadora.',
UploadNoFolder : 'Por favor, escoja la carpeta antes de iniciar la subida.',
UploadNoPerms : 'No puede subir archivos.',
UploadUnknError : 'Error enviando el archivo.',
UploadExtIncorrect : 'La extensión del archivo no está permitida en esta carpeta.',
// Flash Uploads
UploadLabel : 'Archivos a subir',
UploadTotalFiles : 'Total de archivos:',
UploadTotalSize : 'Tamaño total:',
UploadSend : 'Añadir',
UploadAddFiles : 'Añadir archivos',
UploadClearFiles : 'Borrar archivos',
UploadCancel : 'Cancelar subida',
UploadRemove : 'Quitar',
UploadRemoveTip : 'Quitar !f',
UploadUploaded : 'Enviado !n%',
UploadProcessing : 'Procesando...',
// Settings Panel
SetTitle : 'Configuración',
SetView : 'Vista:',
SetViewThumb : 'Iconos',
SetViewList : 'Lista',
SetDisplay : 'Mostrar:',
SetDisplayName : 'Nombre de archivo',
SetDisplayDate : 'Fecha',
SetDisplaySize : 'Tamaño del archivo',
SetSort : 'Ordenar:',
SetSortName : 'por Nombre',
SetSortDate : 'por Fecha',
SetSortSize : 'por Tamaño',
SetSortExtension : 'por Extensión',
// Status Bar
FilesCountEmpty : '<Carpeta vacía>',
FilesCountOne : '1 archivo',
FilesCountMany : '%1 archivos',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'No ha sido posible completar la solicitud. (Error %1)',
Errors :
{
10 : 'Comando incorrecto.',
11 : 'El tipo de recurso no ha sido especificado en la solicitud.',
12 : 'El tipo de recurso solicitado no es válido.',
102 : 'Nombre de archivo o carpeta no válido.',
103 : 'No se ha podido completar la solicitud debido a las restricciones de autorización.',
104 : 'No ha sido posible completar la solicitud debido a restricciones en el sistema de archivos.',
105 : 'La extensión del archivo no es válida.',
109 : 'Petición inválida.',
110 : 'Error desconocido.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Ya existe un archivo o carpeta con ese nombre.',
116 : 'No se ha encontrado la carpeta. Por favor, actualice y pruebe de nuevo.',
117 : 'No se ha encontrado el archivo. Por favor, actualice la lista de archivos y pruebe de nuevo.',
118 : 'Las rutas origen y destino son iguales.',
201 : 'Ya existía un archivo con ese nombre. El archivo subido ha sido renombrado como "%1".',
202 : 'Archivo inválido.',
203 : 'Archivo inválido. El tamaño es demasiado grande.',
204 : 'El archivo subido está corrupto.',
205 : 'La carpeta temporal no está disponible en el servidor para las subidas.',
206 : 'La subida se ha cancelado por razones de seguridad. El archivo contenía código HTML.',
207 : 'El archivo subido ha sido renombrado como "%1".',
300 : 'Ha fallado el mover el(los) archivo(s).',
301 : 'Ha fallado el copiar el(los) archivo(s).',
500 : 'El navegador de archivos está deshabilitado por razones de seguridad. Por favor, contacte con el administrador de su sistema y compruebe el archivo de configuración de CKFinder.',
501 : 'El soporte para iconos está deshabilitado.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'El nombre del archivo no puede estar vacío.',
FileExists : 'El archivo %s ya existe.',
FolderEmpty : 'El nombre de la carpeta no puede estar vacío.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'El nombre del archivo no puede contener ninguno de los caracteres siguientes: \n\\ / : * ? " < > |',
FolderInvChar : 'El nombre de la carpeta no puede contener ninguno de los caracteres siguientes: \n\\ / : * ? " < > |',
PopupBlockView : 'No ha sido posible abrir el archivo en una nueva ventana. Por favor, configure su navegador y desactive todos los bloqueadores de ventanas para esta página.',
XmlError : 'No ha sido posible cargar correctamente la respuesta XML del servidor.',
XmlEmpty : 'No ha sido posible cargar correctamente la respuesta XML del servidor. El servidor envió una cadena vacía.',
XmlRawResponse : 'Respuesta del servidor: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Redimensionar %s',
sizeTooBig : 'No se puede poner la altura o anchura de la imagen mayor que las dimensiones originales (%size).',
resizeSuccess : 'Imagen redimensionada correctamente.',
thumbnailNew : 'Crear nueva minuatura',
thumbnailSmall : 'Pequeña (%s)',
thumbnailMedium : 'Mediana (%s)',
thumbnailLarge : 'Grande (%s)',
newSize : 'Establecer nuevo tamaño',
width : 'Ancho',
height : 'Alto',
invalidHeight : 'Altura inválida.',
invalidWidth : 'Anchura inválida.',
invalidName : 'Nombre no válido.',
newImage : 'Crear nueva imagen',
noExtensionChange : 'La extensión no se puede cambiar.',
imageSmall : 'La imagen original es demasiado pequeña.',
contextMenuName : 'Redimensionar',
lockRatio : 'Proporcional',
resetSize : 'Tamaño Original'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Guardar',
fileOpenError : 'No se puede abrir el archivo.',
fileSaveSuccess : 'Archivo guardado correctamente.',
contextMenuName : 'Editar',
loadingFile : 'Cargando archivo, por favor espere...'
},
Maximize :
{
maximize : 'Maximizar',
minimize : 'Minimizar'
},
Gallery :
{
current : 'Imagen {current} de {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Buscar'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Brazilian Portuguese
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['pt-br'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, indisponível</span>',
confirmCancel : 'Algumas opções foram modificadas. Deseja fechar a janela realmente?',
ok : 'OK',
cancel : 'Cancelar',
confirmationTitle : 'Confirmação',
messageTitle : 'Informação',
inputTitle : 'Pergunta',
undo : 'Desfazer',
redo : 'Refazer',
skip : 'Ignorar',
skipAll : 'Ignorar todos',
makeDecision : 'Que ação deve ser tomada?',
rememberDecision: 'Lembra minha decisão'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'pt-br',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Pastas',
FolderLoading : 'Carregando...',
FolderNew : 'Favor informar o nome da nova pasta: ',
FolderRename : 'Favor informar o nome da nova pasta: ',
FolderDelete : 'Você tem certeza que deseja apagar a pasta "%1"?',
FolderRenaming : ' (Renomeando...)',
FolderDeleting : ' (Apagando...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Favor informar o nome do novo arquivo: ',
FileRenameExt : 'Você tem certeza que deseja alterar a extensão do arquivo? O arquivo pode ser danificado.',
FileRenaming : 'Renomeando...',
FileDelete : 'Você tem certeza que deseja apagar o arquivo "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Carregando...',
FilesEmpty : 'Pasta vazia',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Cesta',
BasketClear : 'Limpa Cesta',
BasketRemove : 'Remove da cesta',
BasketOpenFolder : 'Abre a pasta original',
BasketTruncateConfirm : 'Remover todos os arquivas da cesta?',
BasketRemoveConfirm : 'Remover o arquivo "%1" da cesta?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Nenhum arquivo na cesta, arraste alguns antes.',
BasketCopyFilesHere : 'Copia Arquivos da Cesta',
BasketMoveFilesHere : 'Move os Arquivos da Cesta',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Enviar arquivo',
UploadTip : 'Enviar novo arquivo',
Refresh : 'Atualizar',
Settings : 'Configurações',
Help : 'Ajuda',
HelpTip : 'Ajuda',
// Context Menus
Select : 'Selecionar',
SelectThumbnail : 'Selecionar miniatura',
View : 'Visualizar',
Download : 'Download',
NewSubFolder : 'Nova sub-pasta',
Rename : 'Renomear',
Delete : 'Apagar',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Copia aqui',
MoveDragDrop : 'Move aqui',
// Dialogs
RenameDlgTitle : 'Renomeia',
NewNameDlgTitle : 'Novo nome',
FileExistsDlgTitle : 'O arquivo já existe',
SysErrorDlgTitle : 'Erro de Sistema',
FileOverwrite : 'Sobrescrever',
FileAutorename : 'Renomeia automaticamente',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Cancelar',
CloseBtn : 'Fechar',
// Upload Panel
UploadTitle : 'Enviar novo arquivo',
UploadSelectLbl : 'Selecione o arquivo para enviar',
UploadProgressLbl : '(Enviado arquivo, favor aguardar...)',
UploadBtn : 'Enviar arquivo selecionado',
UploadBtnCancel : 'Cancelar',
UploadNoFileMsg : 'Favor selecionar o arquivo no seu computador.',
UploadNoFolder : 'Favor selecionar a pasta antes the enviar o arquivo.',
UploadNoPerms : 'Não é permitido o envio de arquivos.',
UploadUnknError : 'Erro no envio do arquivo.',
UploadExtIncorrect : 'A extensão deste arquivo não é permitida nesat pasta.',
// Flash Uploads
UploadLabel : 'Arquivos para Enviar',
UploadTotalFiles : 'Arquivos:',
UploadTotalSize : 'Tamanho:',
UploadSend : 'Enviar arquivo',
UploadAddFiles : 'Adicionar Arquivos',
UploadClearFiles : 'Remover Arquivos',
UploadCancel : 'Cancelar Envio',
UploadRemove : 'Remover',
UploadRemoveTip : 'Remover !f',
UploadUploaded : '!n% enviado',
UploadProcessing : 'Processando...',
// Settings Panel
SetTitle : 'Configurações',
SetView : 'Visualizar:',
SetViewThumb : 'Miniaturas',
SetViewList : 'Lista',
SetDisplay : 'Exibir:',
SetDisplayName : 'Arquivo',
SetDisplayDate : 'Data',
SetDisplaySize : 'Tamanho',
SetSort : 'Ordenar:',
SetSortName : 'por Nome do arquivo',
SetSortDate : 'por Data',
SetSortSize : 'por Tamanho',
SetSortExtension : 'por Extensão',
// Status Bar
FilesCountEmpty : '<Pasta vazia>',
FilesCountOne : '1 arquivo',
FilesCountMany : '%1 arquivos',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Não foi possível completer o seu pedido. (Erro %1)',
Errors :
{
10 : 'Comando inválido.',
11 : 'O tipo de recurso não foi especificado na solicitação.',
12 : 'O recurso solicitado não é válido.',
102 : 'Nome do arquivo ou pasta inválido.',
103 : 'Não foi possível completar a solicitação por restrições de acesso.',
104 : 'Não foi possível completar a solicitação por restrições de acesso do sistema de arquivos.',
105 : 'Extensão de arquivo inválida.',
109 : 'Solicitação inválida.',
110 : 'Erro desconhecido.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Uma arquivo ou pasta já existe com esse nome.',
116 : 'Pasta não encontrada. Atualize e tente novamente.',
117 : 'Arquivo não encontrado. Atualize a lista de arquivos e tente novamente.',
118 : 'Origem e destino são iguais.',
201 : 'Um arquivo com o mesmo nome já está disponível. O arquivo enviado foi renomeado para "%1".',
202 : 'Arquivo inválido.',
203 : 'Arquivo inválido. O tamanho é muito grande.',
204 : 'O arquivo enviado está corrompido.',
205 : 'Nenhuma pasta temporária para envio está disponível no servidor.',
206 : 'Transmissão cancelada por razões de segurança. O arquivo contem dados HTML.',
207 : 'O arquivo enviado foi renomeado para "%1".',
300 : 'Não foi possível mover o(s) arquivo(s).',
301 : 'Não foi possível copiar o(s) arquivos(s).',
500 : 'A navegação de arquivos está desativada por razões de segurança. Contacte o administrador do sistema.',
501 : 'O suporte a miniaturas está desabilitado.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'O nome do arquivo não pode ser vazio.',
FileExists : 'O nome %s já é em uso.',
FolderEmpty : 'O nome da pasta não pode ser vazio.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'O nome do arquivo não pode conter nenhum desses caracteres: \n\\ / : * ? " < > |',
FolderInvChar : 'O nome da pasta não pode conter nenhum desses caracteres: \n\\ / : * ? " < > |',
PopupBlockView : 'Não foi possível abrir o arquivo em outra janela. Configure seu navegador e desabilite o bloqueio a popups para esse site.',
XmlError : 'Não foi possível carregar a resposta XML enviada pelo servidor.',
XmlEmpty : 'Não foi possível carregar a resposta XML enviada pelo servidor. Resposta vazia..',
XmlRawResponse : 'Resposta original enviada pelo servidor: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Redimensionar %s',
sizeTooBig : 'Não possível usar dimensões maiores do que as originais (%size).',
resizeSuccess : 'Imagem redimensionada corretamente.',
thumbnailNew : 'Cria nova anteprima',
thumbnailSmall : 'Pequeno (%s)',
thumbnailMedium : 'Médio (%s)',
thumbnailLarge : 'Grande (%s)',
newSize : 'Novas dimensões',
width : 'Largura',
height : 'Altura',
invalidHeight : 'Altura incorreta.',
invalidWidth : 'Largura incorreta.',
invalidName : 'O nome do arquivo não é válido.',
newImage : 'Cria nova imagem',
noExtensionChange : 'A extensão do arquivo não pode ser modificada.',
imageSmall : 'A imagem original é muito pequena.',
contextMenuName : 'Redimensionar',
lockRatio : 'Travar Proporções',
resetSize : 'Redefinir para o Tamanho Original'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Salva',
fileOpenError : 'Não é possível abrir o arquivo.',
fileSaveSuccess : 'Arquivo salvado corretamente.',
contextMenuName : 'Modificar',
loadingFile : 'Carregando arquivo. Por favor aguarde...'
},
Maximize :
{
maximize : 'Maximizar',
minimize : 'Minimizar'
},
Gallery :
{
current : 'Imagem {current} de {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Pesquisar'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Gujarati
* language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['gu'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, નથી.</span>',
confirmCancel : 'ઘણા વિકલ્પો બદલાયા છે. તમારે શું આ બોક્ષ્ બંધ કરવું છે?',
ok : 'ઓકે',
cancel : 'રદ કરવું',
confirmationTitle : 'કન્ફર્મે',
messageTitle : 'માહિતી',
inputTitle : 'પ્રશ્ન',
undo : 'અન્ડું',
redo : 'રીડુ',
skip : 'સ્કીપ',
skipAll : 'બધા સ્કીપ',
makeDecision : 'તમારે શું કરવું છે?',
rememberDecision: 'મારો વિકલ્પ યાદ રાખો'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'gu',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'm/d/yyyy h:MM aa',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'ફોલ્ડર્સ',
FolderLoading : 'લોડીંગ...',
FolderNew : 'નવું ફોલ્ડર નું નામ આપો: ',
FolderRename : 'નવું ફોલ્ડર નું નામ આપો: ',
FolderDelete : 'શું તમારે "%1" ફોલ્ડર ડિલીટ કરવું છે?',
FolderRenaming : ' (નવું નામ...)',
FolderDeleting : ' (ડિલીટ...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'નવી ફાઈલ નું નામ આપો: ',
FileRenameExt : 'છું તમારે ફાઈલ એક્ષ્તેન્શન્ બદલવું છે? તે ફાઈલ પછી નહી વપરાય.',
FileRenaming : 'નવું નામ...',
FileDelete : 'શું તમારે "%1" ફાઈલ ડિલીટ કરવી છે?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'લોડીંગ...',
FilesEmpty : 'આ ફોલ્ડર ખાલી છે.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'બાસ્કેટ',
BasketClear : 'બાસ્કેટ ખાલી કરવી',
BasketRemove : 'બાસ્કેટ માં થી કાઢી નાખવું',
BasketOpenFolder : 'પેરન્ટ ફોલ્ડર ખોલવું',
BasketTruncateConfirm : 'શું તમારે બાસ્કેટ માંથી બધી ફાઈલ કાઢી નાખવી છે?',
BasketRemoveConfirm : 'તમારે "%1" ફાઈલ બાસ્કેટ માંથી કાઢી નાખવી છે?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'બાસ્કેટ માં એક પણ ફાઈલ નથી, ડ્રેગ અને ડ્રોપ કરો.',
BasketCopyFilesHere : 'બાસ્કેટમાંથી ફાઈલ કોપી કરો',
BasketMoveFilesHere : 'બાસ્કેટમાંથી ફાઈલ મુવ કરો',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'અપલોડ',
UploadTip : 'અપલોડ નવી ફાઈલ',
Refresh : 'રીફ્રેશ',
Settings : 'સેટીંગ્સ',
Help : 'મદદ',
HelpTip : 'મદદ',
// Context Menus
Select : 'પસંદ કરો',
SelectThumbnail : 'થમ્બનેલ પસંદ કરો',
View : 'વ્યુ',
Download : 'ડાઊનલોડ',
NewSubFolder : 'નવું સ્બફોલડર',
Rename : 'નવું નામ',
Delete : 'કાઢી નાખવું',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'અહિયાં ફાઈલ કોપી કરો',
MoveDragDrop : 'અહિયાં ફાઈલ મુવ કરો',
// Dialogs
RenameDlgTitle : 'નવું નામ',
NewNameDlgTitle : 'નવું નામ',
FileExistsDlgTitle : 'ફાઈલ છે',
SysErrorDlgTitle : 'સિસ્ટમ એરર',
FileOverwrite : 'ફાઈલ બદલવી છે',
FileAutorename : 'આટો-નવું નામ',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'ઓકે',
CancelBtn : 'કેન્સલ',
CloseBtn : 'બંધ',
// Upload Panel
UploadTitle : 'નવી ફાઈલ અપલોડ કરો',
UploadSelectLbl : 'અપલોડ માટે ફાઈલ પસંદ કરો',
UploadProgressLbl : '(અપલોડ થાય છે, રાહ જુવો...)',
UploadBtn : 'પસંદ કરેલી ફાઈલ અપલોડ કરો',
UploadBtnCancel : 'રદ કરો',
UploadNoFileMsg : 'તમારા કોમ્પુટર પરથી ફાઈલ પસંદ કરો.',
UploadNoFolder : 'અપલોડ કરતા પેહલાં ફોલ્ડર પસંદ કરો.',
UploadNoPerms : 'ફાઈલ અપલોડ શક્ય નથી.',
UploadUnknError : 'ફાઈલ મોકલવામાં એરર છે.',
UploadExtIncorrect : 'આ ફોલ્ડરમાં આ એક્ષટેનસન શક્ય નથી.',
// Flash Uploads
UploadLabel : 'અપલોડ કરવાની ફાઈલો',
UploadTotalFiles : 'ટોટલ ફાઈલ્સ:',
UploadTotalSize : 'ટોટલ જગ્યા:',
UploadSend : 'અપલોડ',
UploadAddFiles : 'ફાઈલ ઉમેરો',
UploadClearFiles : 'ક્લીયર ફાઈલ્સ',
UploadCancel : 'અપલોડ રદ કરો',
UploadRemove : 'રીમૂવ',
UploadRemoveTip : 'રીમૂવ !f',
UploadUploaded : 'અપ્લોડેડ !n%',
UploadProcessing : 'પ્રોસેસ ચાલુ છે...',
// Settings Panel
SetTitle : 'સેટિંગ્સ',
SetView : 'વ્યુ:',
SetViewThumb : 'થામ્ન્બનેલ્સ',
SetViewList : 'લીસ્ટ',
SetDisplay : 'ડિસ્પ્લે:',
SetDisplayName : 'ફાઈલનું નામ',
SetDisplayDate : 'તારીખ',
SetDisplaySize : 'ફાઈલ સાઈઝ',
SetSort : 'સોર્ટિંગ:',
SetSortName : 'ફાઈલના નામ પર',
SetSortDate : 'તારીખ પર',
SetSortSize : 'સાઈઝ પર',
SetSortExtension : 'એક્ષટેનસન પર',
// Status Bar
FilesCountEmpty : '<ફોલ્ડર ખાલી>',
FilesCountOne : '1 ફાઈલ',
FilesCountMany : '%1 ફાઈલો',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'તમારી રીક્વેસ્ટ માન્ય નથી. (એરર %1)',
Errors :
{
10 : 'કમાંડ માન્ય નથી.',
11 : 'તમારી રીક્વેસ્ટ માન્ય નથી.',
12 : 'તમારી રીક્વેસ્ટ રિસોર્સ માન્ય નથી.',
102 : 'ફાઈલ અથવા ફોલ્ડરનું નામ માન્ય નથી.',
103 : 'ઓથોરીટી ન હોવાને કારણે, તમારી રીક્વેસ્ટ માન્ય નથી..',
104 : 'સિસ્ટમ પરમીસન ન હોવાને કારણે, તમારી રીક્વેસ્ટ માન્ય નથી.',
105 : 'ફાઈલ એક્ષટેનસન માન્ય નથી.',
109 : 'ઇનવેલીડ રીક્વેસ્ટ.',
110 : 'અન્નોન એરર.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'એજ નામ વાળું ફાઈલ અથવા ફોલ્ડર છે.',
116 : 'ફોલ્ડર નથી. રીફ્રેશ દબાવી ફરી પ્રયત્ન કરો.',
117 : 'ફાઈલ નથી. રીફ્રેશ દબાવી ફરી પ્રયત્ન કરો..',
118 : 'સોર્સ અને ટાર્ગેટ ના પાથ સરખા નથી.',
201 : 'એજ નામ વાળી ફાઈલ છે. અપલોડ કરેલી નવી ફાઈલનું નામ "%1".',
202 : 'ફાઈલ માન્ય નથી.',
203 : 'ફાઈલ માન્ય નથી. ફાઈલની સાઈઝ ઘણી મોટી છે.',
204 : 'અપલોડ કરેલી ફાઈલ કરપ્ટ છે.',
205 : 'સર્વર પર અપલોડ કરવા માટે ટેમ્પરરી ફોલ્ડર નથી.',
206 : 'સિક્યોરીટીના કારણે અપલોડ કેન્સલ કરેલ છે. ફાઈલમાં HTML જેવો ડેટા છે.',
207 : 'અપલોડ ફાઈલનું નવું નામ "%1".',
300 : 'ફાઈલ મુવ શક્ય નથી.',
301 : 'ફાઈલ કોપી શક્ય નથી.',
500 : 'સિક્યોરીટીના કારણે ફાઈલ બ્રાઉઝર બંધ કરેલ છે. તમારા સિક્યોરીટી એડ્મીનીસ્ટેટરની મદદથી CKFinder કોન્ફીગ્યુંરેષન ફાઈલ તપાસો.',
501 : 'થમ્બનેલનો સપોર્ટ બંધ કરેલો છે.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'ફાઈલનું નામ ખાલીના હોવું જોઈએ',
FileExists : 'ફાઈલ %s હાજર છે.',
FolderEmpty : 'ફોલ્ડરનું નામ ખાલીના હોવું જોઈએ.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'ફાઈલના નામમાં એમના કોઈ પણ કેરેક્ટર ન ચાલે: \n\\ / : * ? " < > |',
FolderInvChar : 'ફોલ્ડરના નામમાં એમના કોઈ પણ કેરેક્ટર ન ચાલે: \n\\ / : * ? " < > |',
PopupBlockView : 'નવી વિન્ડોમાં ફાઈલ ખોલવી શક્ય નથી. તમારું બ્રાઉઝર કોન્ફીગ કરી અને આ સાઈટ માટેના બથા પોપઅપ બ્લોકર બંધ કરો.',
XmlError : 'વેબ સર્વેરમાંથી XML રીર્સ્પોન્સ લેવો શક્ય નથી.',
XmlEmpty : 'વેબ સર્વેરમાંથી XML રીર્સ્પોન્સ લેવો શક્ય નથી. સર્વરે ખાલી રિસ્પોન્સ આપ્યો.',
XmlRawResponse : 'સર્વર પરનો રો રિસ્પોન્સ: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'રીસાઈઝ %s',
sizeTooBig : 'ચિત્રની પોહાલાઈ અને લંબાઈ ઓરીજીનલ ચિત્ર કરતા મોટી ન હોઈ શકે (%size).',
resizeSuccess : 'ચિત્ર રીસાઈઝ .',
thumbnailNew : 'નવો થમ્બનેલ બનાવો',
thumbnailSmall : 'નાનું (%s)',
thumbnailMedium : 'મધ્યમ (%s)',
thumbnailLarge : 'મોટું (%s)',
newSize : 'નવી સાઈઝ',
width : 'પોહાલાઈ',
height : 'ઊંચાઈ',
invalidHeight : 'ઊંચાઈ ખોટી છે.',
invalidWidth : 'પોહાલાઈ ખોટી છે.',
invalidName : 'ફાઈલનું નામ ખોટું છે.',
newImage : 'નવી ઈમેજ બનાવો',
noExtensionChange : 'ફાઈલ એક્ષ્ટેન્શન બદલી શકાય નહી.',
imageSmall : 'સોર્સ ઈમેજ નાની છે.',
contextMenuName : 'રીસાઈઝ',
lockRatio : 'લોક રેષીઓ',
resetSize : 'રીસેટ સાઈઝ'
},
// Fileeditor plugin
Fileeditor :
{
save : 'સેવ',
fileOpenError : 'ફાઈલ ખોલી સકાય નહી.',
fileSaveSuccess : 'ફાઈલ સેવ થઈ ગઈ છે.',
contextMenuName : 'એડીટ',
loadingFile : 'લોડીંગ ફાઈલ, રાહ જુવો...'
},
Maximize :
{
maximize : 'મેક્ષિમાઈઝ',
minimize : 'મિનીમાઈઝ'
},
Gallery :
{
current : 'ઈમેજ {current} બધામાંથી {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'શોધો'
}
};
| JavaScript |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2014, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distributing this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*
*/
/**
* @fileOverview Defines the {@link CKFinder.lang} object for the Norwegian
* Nynorsk language.
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKFinder.lang['nn'] =
{
appTitle : 'CKFinder',
// Common messages and labels.
common :
{
// Put the voice-only part of the label in the span.
unavailable : '%1<span class="cke_accessibility">, utilgjenglig</span>',
confirmCancel : 'Noen av valgene har blitt endret. Er du sikker på at du vil lukke dialogen?',
ok : 'OK',
cancel : 'Avbryt',
confirmationTitle : 'Bekreftelse',
messageTitle : 'Informasjon',
inputTitle : 'Spørsmål',
undo : 'Angre',
redo : 'Gjør om',
skip : 'Hopp over',
skipAll : 'Hopp over alle',
makeDecision : 'Hvilken handling skal utføres?',
rememberDecision: 'Husk mitt valg'
},
// Language direction, 'ltr' or 'rtl'.
dir : 'ltr',
HelpLang : 'en',
LangCode : 'nn',
// Date Format
// d : Day
// dd : Day (padding zero)
// m : Month
// mm : Month (padding zero)
// yy : Year (two digits)
// yyyy : Year (four digits)
// h : Hour (12 hour clock)
// hh : Hour (12 hour clock, padding zero)
// H : Hour (24 hour clock)
// HH : Hour (24 hour clock, padding zero)
// M : Minute
// MM : Minute (padding zero)
// a : Firt char of AM/PM
// aa : AM/PM
DateTime : 'dd/mm/yyyy HH:MM',
DateAmPm : ['AM', 'PM'],
// Folders
FoldersTitle : 'Mapper',
FolderLoading : 'Laster...',
FolderNew : 'Skriv inn det nye mappenavnet: ',
FolderRename : 'Skriv inn det nye mappenavnet: ',
FolderDelete : 'Er du sikker på at du vil slette mappen "%1"?',
FolderRenaming : ' (Endrer mappenavn...)',
FolderDeleting : ' (Sletter...)',
DestinationFolder : 'Destination Folder', // MISSING
// Files
FileRename : 'Skriv inn det nye filnavnet: ',
FileRenameExt : 'Er du sikker på at du vil endre filtypen? Filen kan bli ubrukelig.',
FileRenaming : 'Endrer filnavn...',
FileDelete : 'Er du sikker på at du vil slette denne filen "%1"?',
FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING
FilesLoading : 'Laster...',
FilesEmpty : 'Denne katalogen er tom.',
DestinationFile : 'Destination File', // MISSING
SkippedFiles : 'List of skipped files:', // MISSING
// Basket
BasketFolder : 'Kurv',
BasketClear : 'Tøm kurv',
BasketRemove : 'Fjern fra kurv',
BasketOpenFolder : 'Åpne foreldremappen',
BasketTruncateConfirm : 'Vil du virkelig fjerne alle filer fra kurven?',
BasketRemoveConfirm : 'Vil du virkelig fjerne filen "%1" fra kurven?',
BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING
BasketEmpty : 'Ingen filer i kurven, dra og slipp noen.',
BasketCopyFilesHere : 'Kopier filer fra kurven',
BasketMoveFilesHere : 'Flytt filer fra kurven',
// Global messages
OperationCompletedSuccess : 'Operation completed successfully.', // MISSING
OperationCompletedErrors : 'Operation completed with errors.', // MISSING
FileError : '%s: %e', // MISSING
// Move and Copy files
MovedFilesNumber : 'Number of files moved: %s.', // MISSING
CopiedFilesNumber : 'Number of files copied: %s.', // MISSING
MoveFailedList : 'The following files could not be moved:<br />%s', // MISSING
CopyFailedList : 'The following files could not be copied:<br />%s', // MISSING
// Toolbar Buttons (some used elsewhere)
Upload : 'Last opp',
UploadTip : 'Last opp en ny fil',
Refresh : 'Oppdater',
Settings : 'Innstillinger',
Help : 'Hjelp',
HelpTip : 'Hjelp finnes kun på engelsk',
// Context Menus
Select : 'Velg',
SelectThumbnail : 'Velg miniatyr',
View : 'Vis fullversjon',
Download : 'Last ned',
NewSubFolder : 'Ny undermappe',
Rename : 'Endre navn',
Delete : 'Slett',
DeleteFiles : 'Delete Files', // MISSING
CopyDragDrop : 'Kopier hit',
MoveDragDrop : 'Flytt hit',
// Dialogs
RenameDlgTitle : 'Gi nytt navn',
NewNameDlgTitle : 'Nytt navn',
FileExistsDlgTitle : 'Filen finnes allerede',
SysErrorDlgTitle : 'Systemfeil',
FileOverwrite : 'Overskriv',
FileAutorename : 'Gi nytt navn automatisk',
ManuallyRename : 'Manually rename', // MISSING
// Generic
OkBtn : 'OK',
CancelBtn : 'Avbryt',
CloseBtn : 'Lukk',
// Upload Panel
UploadTitle : 'Last opp ny fil',
UploadSelectLbl : 'Velg filen du vil laste opp',
UploadProgressLbl : '(Laster opp filen, vennligst vent...)',
UploadBtn : 'Last opp valgt fil',
UploadBtnCancel : 'Avbryt',
UploadNoFileMsg : 'Du må velge en fil fra din datamaskin',
UploadNoFolder : 'Vennligst velg en mappe før du laster opp.',
UploadNoPerms : 'Filopplastning er ikke tillatt.',
UploadUnknError : 'Feil ved sending av fil.',
UploadExtIncorrect : 'Filtypen er ikke tillatt i denne mappen.',
// Flash Uploads
UploadLabel : 'Filer for opplastning',
UploadTotalFiles : 'Totalt antall filer:',
UploadTotalSize : 'Total størrelse:',
UploadSend : 'Last opp',
UploadAddFiles : 'Legg til filer',
UploadClearFiles : 'Tøm filer',
UploadCancel : 'Avbryt opplastning',
UploadRemove : 'Fjern',
UploadRemoveTip : 'Fjern !f',
UploadUploaded : 'Lastet opp !n%',
UploadProcessing : 'Behandler...',
// Settings Panel
SetTitle : 'Innstillinger',
SetView : 'Filvisning:',
SetViewThumb : 'Miniatyrbilder',
SetViewList : 'Liste',
SetDisplay : 'Vis:',
SetDisplayName : 'Filnavn',
SetDisplayDate : 'Dato',
SetDisplaySize : 'Filstørrelse',
SetSort : 'Sorter etter:',
SetSortName : 'Filnavn',
SetSortDate : 'Dato',
SetSortSize : 'Størrelse',
SetSortExtension : 'Filetternavn',
// Status Bar
FilesCountEmpty : '<Tom Mappe>',
FilesCountOne : '1 fil',
FilesCountMany : '%1 filer',
// Size and Speed
Kb : '%1 KB',
Mb : '%1 MB',
Gb : '%1 GB',
SizePerSecond : '%1/s',
// Connector Error Messages.
ErrorUnknown : 'Det var ikke mulig å utføre forespørselen. (Feil %1)',
Errors :
{
10 : 'Ugyldig kommando.',
11 : 'Ressurstypen ble ikke spesifisert i forepørselen.',
12 : 'Ugyldig ressurstype.',
102 : 'Ugyldig fil- eller mappenavn.',
103 : 'Kunne ikke utføre forespørselen pga manglende autorisasjon.',
104 : 'Kunne ikke utføre forespørselen pga manglende tilgang til filsystemet.',
105 : 'Ugyldig filtype.',
109 : 'Ugyldig forespørsel.',
110 : 'Ukjent feil.',
111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
115 : 'Det finnes allerede en fil eller mappe med dette navnet.',
116 : 'Kunne ikke finne mappen. Oppdater vinduet og prøv igjen.',
117 : 'Kunne ikke finne filen. Oppdater vinduet og prøv igjen.',
118 : 'Kilde- og mål-bane er like.',
201 : 'Det fantes allerede en fil med dette navnet. Den opplastede filens navn har blitt endret til "%1".',
202 : 'Ugyldig fil.',
203 : 'Ugyldig fil. Filen er for stor.',
204 : 'Den opplastede filen er korrupt.',
205 : 'Det finnes ingen midlertidig mappe for filopplastinger.',
206 : 'Opplastingen ble avbrutt av sikkerhetshensyn. Filen inneholder HTML-aktig data.',
207 : 'Den opplastede filens navn har blitt endret til "%1".',
300 : 'Klarte ikke å flytte fil(er).',
301 : 'Klarte ikke å kopiere fil(er).',
500 : 'Filvelgeren ikke tilgjengelig av sikkerhetshensyn. Kontakt systemansvarlig og be han sjekke CKFinder\'s konfigurasjonsfil.',
501 : 'Funksjon for minityrbilder er skrudd av.'
},
// Other Error Messages.
ErrorMsg :
{
FileEmpty : 'Filnavnet kan ikke være tomt.',
FileExists : 'Filen %s finnes alt.',
FolderEmpty : 'Mappenavnet kan ikke være tomt.',
FolderExists : 'Folder %s already exists.', // MISSING
FolderNameExists : 'Folder already exists.', // MISSING
FileInvChar : 'Filnavnet kan ikke inneholde følgende tegn: \n\\ / : * ? " < > |',
FolderInvChar : 'Mappenavnet kan ikke inneholde følgende tegn: \n\\ / : * ? " < > |',
PopupBlockView : 'Du må skru av popup-blockeren for å se bildet i nytt vindu.',
XmlError : 'Det var ikke mulig å laste XML-dataene i svaret fra serveren.',
XmlEmpty : 'Det var ikke mulig å laste XML-dataene fra serverne, svaret var tomt.',
XmlRawResponse : 'Rått datasvar fra serveren: %s'
},
// Imageresize plugin
Imageresize :
{
dialogTitle : 'Endre størrelse %s',
sizeTooBig : 'Kan ikke sette høyde og bredde til større enn orginalstørrelse (%size).',
resizeSuccess : 'Endring av bildestørrelse var vellykket.',
thumbnailNew : 'Lag ett nytt miniatyrbilde',
thumbnailSmall : 'Liten (%s)',
thumbnailMedium : 'Medium (%s)',
thumbnailLarge : 'Stor (%s)',
newSize : 'Sett en ny størrelse',
width : 'Bredde',
height : 'Høyde',
invalidHeight : 'Ugyldig høyde.',
invalidWidth : 'Ugyldig bredde.',
invalidName : 'Ugyldig filnavn.',
newImage : 'Lag ett nytt bilde',
noExtensionChange : 'Filendelsen kan ikke endres.',
imageSmall : 'Kildebildet er for lite.',
contextMenuName : 'Endre størrelse',
lockRatio : 'Lås forhold',
resetSize : 'Tilbakestill størrelse'
},
// Fileeditor plugin
Fileeditor :
{
save : 'Lagre',
fileOpenError : 'Klarte ikke å åpne filen.',
fileSaveSuccess : 'Fillagring var vellykket.',
contextMenuName : 'Rediger',
loadingFile : 'Laster fil, vennligst vent...'
},
Maximize :
{
maximize : 'Maksimer',
minimize : 'Minimer'
},
Gallery :
{
current : 'Bilde {current} av {total}'
},
Zip :
{
extractHereLabel : 'Extract here', // MISSING
extractToLabel : 'Extract to...', // MISSING
downloadZipLabel : 'Download as zip', // MISSING
compressZipLabel : 'Compress to zip', // MISSING
removeAndExtract : 'Remove existing and extract', // MISSING
extractAndOverwrite : 'Extract overwriting existing files', // MISSING
extractSuccess : 'File extracted successfully.' // MISSING
},
Search :
{
searchPlaceholder : 'Søk'
}
};
| JavaScript |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see license.txt or http://cksource.com/ckfinder/license
*/
CKFinder.customConfig = function( config )
{
// Define changes to default configuration here.
// For the list of available options, check:
// http://docs.cksource.com/ckfinder_2.x_api/symbols/CKFinder.config.html
// Sample configuration options:
// config.uiColor = '#BDE31E';
// config.language = 'fr';
// config.removePlugins = 'basket';
};
| JavaScript |
/*
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see license.txt or http://cksource.com/ckfinder/license
*
* The software, this file and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying or distribute this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*/
CKFinder.addPlugin( 'imageresize', {
readOnly : false,
connectorInitialized : function( api, xml )
{
var node = xml.selectSingleNode( 'Connector/PluginsInfo/imageresize/@smallThumb' );
if ( node )
CKFinder.config.imageresize_thumbSmall = node.value;
node = xml.selectSingleNode( 'Connector/PluginsInfo/imageresize/@mediumThumb' );
if ( node )
CKFinder.config.imageresize_thumbMedium = node.value;
node = xml.selectSingleNode( 'Connector/PluginsInfo/imageresize/@largeThumb' );
if ( node )
CKFinder.config.imageresize_thumbLarge = node.value;
},
uiReady : function( api )
{
var regexExt = /^(.*)\.([^\.]+)$/,
regexFileName = /^(.*?)(?:_\d+x\d+)?\.([^\.]+)$/,
regexGetSize = /^\s*(\d+)(px)?\s*$/i,
regexGetSizeOrEmpty = /(^\s*(\d+)(px)?\s*$)|^$/i,
imageDimension = { width : 0, height : 0 },
file,
doc;
var updateFileName = function( dialog )
{
var width = dialog.getValueOf( 'tab1', 'width' ) || 0,
height = dialog.getValueOf( 'tab1', 'height' ) || 0,
e = dialog.getContentElement( 'tab1', 'createNewBox' );
if ( width && height )
{
var matches = file.name.match( regexFileName );
dialog.setValueOf( 'tab1', 'fileName', matches[1] + '_' + width + 'x' + height );
e.getElement().show();
}
else
e.getElement().hide();
};
var onSizeChange = function()
{
var value = this.getValue(), // This = input element.
dialog = this.getDialog(),
maxWidth = api.config.imagesMaxWidth,
maxHeight = api.config.imagesMaxHeight,
aMatch = value.match( regexGetSize ),
width = imageDimension.width,
height = imageDimension.height,
newHeight,
newWidth;
if ( aMatch )
value = aMatch[1];
if ( !api.config.imageresize_allowEnlarging )
{
if ( width && width < maxWidth )
maxWidth = width;
if ( height && height < maxHeight )
maxHeight = height;
}
if ( maxHeight > 0 && this.id == 'height' && value > maxHeight )
{
value = maxHeight;
dialog.setValueOf( 'tab1', 'height', value );
}
if ( maxWidth > 0 && this.id == 'width' && value > maxWidth )
{
value = maxWidth;
dialog.setValueOf( 'tab1', 'width', value );
}
// Only if ratio is locked
if ( dialog.lockRatio && width && height )
{
if ( this.id == 'height' )
{
if ( value && value != '0' )
value = Math.round( width * ( value / height ) );
if ( !isNaN( value ) )
{
// newWidth > maxWidth
if ( maxWidth > 0 && value > maxWidth )
{
value = maxWidth;
newHeight = Math.round( height * ( value / width ) );
dialog.setValueOf( 'tab1', 'height', newHeight );
}
dialog.setValueOf( 'tab1', 'width', value );
}
}
else //this.id = txtWidth.
{
if ( value && value != '0' )
value = Math.round( height * ( value / width ) );
if ( !isNaN( value ) )
{
// newHeight > maxHeight
if ( maxHeight > 0 && value > maxHeight )
{
value = maxHeight;
newWidth = Math.round( width * ( value / height ) );
dialog.setValueOf( 'tab1', 'width', newWidth );
}
dialog.setValueOf( 'tab1', 'height', value );
}
}
}
updateFileName( dialog );
};
var resetSize = function( dialog )
{
if ( imageDimension.width && imageDimension.height )
{
dialog.setValueOf( 'tab1', 'width', imageDimension.width );
dialog.setValueOf( 'tab1', 'height', imageDimension.height );
updateFileName( dialog );
}
};
var switchLockRatio = function( dialog, value )
{
var doc = dialog.getElement().getDocument(),
ratioButton = doc.getById( 'btnLockSizes' );
if ( imageDimension.width && imageDimension.height )
{
if ( value == 'check' ) // Check image ratio and original image ratio.
{
var width = dialog.getValueOf( 'tab1', 'width' ),
height = dialog.getValueOf( 'tab1', 'height' ),
originalRatio = imageDimension.width * 1000 / imageDimension.height,
thisRatio = width * 1000 / height;
dialog.lockRatio = false; // Default: unlock ratio
if ( !width && !height )
dialog.lockRatio = true; // If someone didn't start typing, lock ratio.
else if ( !isNaN( originalRatio ) && !isNaN( thisRatio ) )
{
if ( Math.round( originalRatio ) == Math.round( thisRatio ) )
dialog.lockRatio = true;
}
}
else if ( value != undefined )
dialog.lockRatio = value;
else
dialog.lockRatio = !dialog.lockRatio;
}
else if ( value != 'check' ) // I can't lock ratio if ratio is unknown.
dialog.lockRatio = false;
if ( dialog.lockRatio )
ratioButton.removeClass( 'ckf_btn_unlocked' );
else
ratioButton.addClass( 'ckf_btn_unlocked' );
return dialog.lockRatio;
};
CKFinder.dialog.add( 'resizeDialog', function( api )
{
return {
title : api.lang.Imageresize.dialogTitle.replace( '%s', api.getSelectedFile().name ),
// TODO resizable : CKFinder.DIALOG_RESIZE_BOTH
minWidth : CKFinder.env.webkit ? 290 : 390,
minHeight : 230,
onShow : function()
{
var dialog = this,
thumbSmall = CKFinder.config.imageresize_thumbSmall,
thumbMedium = CKFinder.config.imageresize_thumbMedium,
thumbLarge = CKFinder.config.imageresize_thumbLarge;
doc = dialog.getElement().getDocument();
file = api.getSelectedFile();
this.setTitle( api.lang.Imageresize.dialogTitle.replace( '%s', file.name ) );
var previewImg = doc.getById( 'previewImage' );
var sizeSpan = doc.getById( 'imageSize' );
// Thumbnails should be limited to a reasonable value (#1020).
previewImg.setAttribute( 'src', file.getThumbnailUrl( true ) );
previewImg.on( 'load', function()
{
previewImg.removeStyle( 'width' );
previewImg.removeStyle( 'height' );
var width = previewImg.$.width,
height = previewImg.$.height;
previewImg.hide();
if ( CKFinder.env.ie6Compat )
{
if ( width > height )
previewImg.setStyles( { width : 100 + 'px', height : Math.round( height / ( width / 100 ) ) + 'px' } );
else
previewImg.setStyles( { height : 100 + 'px', width : Math.round( width / ( height / 100 ) ) + 'px' } );
}
else
{
previewImg.removeStyle( 'max-width' );
previewImg.removeStyle( 'max-height' );
if ( width > height )
previewImg.setStyle( 'max-width', '100px' );
else
previewImg.setStyle( 'max-height', '100px' );
}
previewImg.show();
});
var updateImgDimension = function( width, height )
{
if ( !width || !height )
{
sizeSpan.setText( '' );
return;
}
imageDimension.width = width;
imageDimension.height = height;
sizeSpan.setText( width + ' x ' + height + ' px' );
CKFinder.tools.setTimeout( function(){ switchLockRatio( dialog, 'check' ); }, 0, dialog );
};
api.connector.sendCommand( 'ImageResizeInfo', {
fileName : file.name
},
function( xml )
{
if ( xml.checkError() )
return;
var width = xml.selectSingleNode( 'Connector/ImageInfo/@width' ),
height = xml.selectSingleNode( 'Connector/ImageInfo/@height' ),
result;
if ( width && height )
{
width = parseInt( width.value, 10 );
height = parseInt( height.value, 10 );
updateImgDimension( width, height );
var checkThumbs = function( id, size )
{
if ( !size )
return;
var reThumb = /^(\d+)x(\d+)$/;
result = reThumb.exec( size );
var el = dialog.getContentElement( 'tab1', id );
if ( 0 + result[ 1 ] > width && 0 + result[ 2 ] > height )
{
el.disable();
el.getElement().setAttribute( 'title', api.lang.Imageresize.imageSmall ).addClass( 'cke_disabled' );
}
else
{
el.enable();
el.getElement().setAttribute( 'title', '' ).removeClass( 'cke_disabled' );
}
};
checkThumbs( 'smallThumb', thumbSmall );
checkThumbs( 'mediumThumb', thumbMedium );
checkThumbs( 'largeThumb', thumbLarge );
}
},
file.folder.type,
file.folder
);
if ( !thumbSmall )
dialog.getContentElement( 'tab1', 'smallThumb' ).getElement().hide();
if ( !thumbMedium )
dialog.getContentElement( 'tab1', 'mediumThumb' ).getElement().hide();
if ( !thumbLarge )
dialog.getContentElement( 'tab1', 'largeThumb' ).getElement().hide();
if ( !thumbSmall && !thumbMedium && !thumbLarge )
dialog.getContentElement( 'tab1', 'thumbsLabel' ).getElement().hide();
dialog.setValueOf( 'tab1', 'fileName', file.name );
dialog.getContentElement( 'tab1', 'fileNameExt' ).getElement().setHtml( '.' + file.ext );
dialog.getContentElement( 'tab1', 'width' ).focus();
dialog.getContentElement( 'tab1', 'fileName').setValue( '' );
dialog.getContentElement( 'tab1', 'createNewBox' ).getElement().hide();
updateImgDimension( 0,0 );
},
onOk : function()
{
var dialog = this,
width = dialog.getValueOf( 'tab1', 'width' ),
height = dialog.getValueOf( 'tab1', 'height' ),
small = dialog.getValueOf( 'tab1', 'smallThumb' ),
medium = dialog.getValueOf( 'tab1', 'mediumThumb' ),
large = dialog.getValueOf( 'tab1', 'largeThumb' ),
fileName = dialog.getValueOf( 'tab1', 'fileName' ),
createNew = dialog.getValueOf( 'tab1', 'createNew' );
if ( width && !height )
{
api.openMsgDialog( '', api.lang.Imageresize.invalidHeight );
return false;
}
else if ( !width && height )
{
api.openMsgDialog( '', api.lang.Imageresize.invalidWidth );
return false;
}
if ( !api.config.imageresize_allowEnlarging && ( parseInt( width, 10 ) > imageDimension.width || parseInt( height, 10 ) > imageDimension.height ) )
{
var str = api.lang.Imageresize.sizeTooBig;
api.openMsgDialog( '', str.replace( '%size', imageDimension.width + 'x' + imageDimension.height ) );
return false;
}
if ( ( width && height ) || small || medium || large )
{
if ( !createNew )
fileName = file.name;
api.connector.sendCommandPost( 'ImageResize', null, {
width : width,
height : height,
fileName : file.name,
newFileName : fileName + (createNew ? '.' + file.ext : ''),
overwrite : createNew ? 0 : 1,
small : small ? 1 : 0,
medium : medium ? 1 : 0,
large : large ? 1 : 0
},
function( xml )
{
if ( xml.checkError() )
return;
api.openMsgDialog( '', api.lang.Imageresize.resizeSuccess );
api.refreshOpenedFolder();
},
file.folder.type,
file.folder
);
}
return undefined;
},
contents : [
{
id : 'tab1',
label : '',
title : '',
expand : true,
padding : 0,
elements :
[
{
type : 'hbox',
// The dialog window looks weird on Webkit (#1021)
widths : [ ( CKFinder.env.webkit ? 130 : 180 ) + 'px', ( CKFinder.env.webkit ? 250 : 280 ) + 'px' ],
children:
[
{
type : 'vbox',
children:
[
{
type : 'html',
html : '' +
'<style type="text/css">' +
'a.ckf_btn_reset' +
'{' +
'float: right;' +
'background-position: 0 -32px;' +
'background-image: url("' + CKFinder.getPluginPath( 'imageresize' ) + 'images/mini.gif");' +
'width: 16px;' +
'height: 16px;' +
'background-repeat: no-repeat;' +
'border: 1px none;' +
'font-size: 1px;' +
'}' +
'a.ckf_btn_locked,' +
'a.ckf_btn_unlocked' +
'{' +
'float: left;' +
'background-position: 0 0;' +
'background-image: url("' + CKFinder.getPluginPath( 'imageresize' ) + 'images/mini.gif");' +
'width: 16px;' +
'height: 16px;' +
'background-repeat: no-repeat;' +
'border: none 1px;' +
'font-size: 1px;' +
'}' +
'a.ckf_btn_unlocked' +
'{' +
'background-position: 0 -16px;' +
'background-image: url("' + CKFinder.getPluginPath( 'imageresize' ) + '/images/mini.gif");' +
'}' +
'.ckf_btn_over' +
'{' +
'border: outset 1px;' +
'cursor: pointer;' +
'cursor: hand;' +
'}' +
'</style>' +
'<div style="height:110px;padding:7px">' +
'<img id="previewImage" src="" style="margin-bottom:4px; max-width: 100px; max-height: 100px;" /><br />' +
'<span style="font-size:9px;" id="imageSize"></span>' +
'</div>'
},
{
type : 'html',
id : 'thumbsLabel',
html : '<strong>' + api.lang.Imageresize.thumbnailNew + '</strong>'
},
{
type : 'checkbox',
id : 'smallThumb',
checked : false,
label : api.lang.Imageresize.thumbnailSmall.replace( '%s', CKFinder.config.imageresize_thumbSmall )
},
{
type : 'checkbox',
id : 'mediumThumb',
checked : false,
label : api.lang.Imageresize.thumbnailMedium.replace( '%s', CKFinder.config.imageresize_thumbMedium )
},
{
type : 'checkbox',
id : 'largeThumb',
checked : false,
label : api.lang.Imageresize.thumbnailLarge.replace( '%s', CKFinder.config.imageresize_thumbLarge )
}
]
},
{
type : 'vbox',
children :
[
{
type : 'html',
html : '<strong>' + api.lang.Imageresize.newSize + '</strong>'
},
{
type : 'hbox',
widths : [ '80%', '20%' ],
children:
[
{
type : 'vbox',
children:
[
{
type : 'text',
labelLayout : 'horizontal',
label : api.lang.Imageresize.width,
onKeyUp : onSizeChange,
validate: function()
{
var value = this.getValue();
if ( value )
{
var aMatch = value.match( regexGetSize );
if ( !aMatch || parseInt( aMatch[1], 10 ) < 1 )
{
api.openMsgDialog( '', api.lang.Imageresize.invalidWidth );
return false;
}
}
return true;
},
id : 'width'
},
{
type : 'text',
labelLayout : 'horizontal',
label : api.lang.Imageresize.height,
onKeyUp : onSizeChange,
validate: function()
{
var value = this.getValue();
if ( value )
{
var aMatch = value.match( regexGetSize );
if ( !aMatch || parseInt( aMatch[1], 10 ) < 1 )
{
api.openMsgDialog( '', api.lang.Imageresize.invalidHeight );
return false;
}
}
return true;
},
id : 'height'
}
]
},
{
type : 'html',
onLoad : function()
{
var doc = this.getElement().getDocument(),
dialog = this.getDialog();
// Activate Reset button
var resetButton = doc.getById( 'btnResetSize' ),
ratioButton = doc.getById( 'btnLockSizes' );
if ( resetButton )
{
resetButton.on( 'click', function( evt )
{
resetSize( this );
evt.data.preventDefault();
}, dialog );
resetButton.on( 'mouseover', function()
{
this.addClass( 'ckf_btn_over' );
}, resetButton );
resetButton.on( 'mouseout', function()
{
this.removeClass( 'ckf_btn_over' );
}, resetButton );
}
// Activate (Un)LockRatio button
if ( ratioButton )
{
ratioButton.on( 'click', function( evt )
{
var locked = switchLockRatio( this ),
width = this.getValueOf( 'tab1', 'width' );
if ( imageDimension.width && width )
{
var height = imageDimension.height / imageDimension.width * width;
if ( !isNaN( height ) )
{
this.setValueOf( 'tab1', 'height', Math.round( height ) );
updateFileName( dialog );
}
}
evt.data.preventDefault();
}, dialog );
ratioButton.on( 'mouseover', function()
{
this.addClass( 'ckf_btn_over' );
}, ratioButton );
ratioButton.on( 'mouseout', function()
{
this.removeClass( 'ckf_btn_over' );
}, ratioButton );
}
},
html : '<div style="margin-top:4px">'+
'<a href="javascript:void(0)" tabindex="-1" title="' + api.lang.Imageresize.lockRatio + '" class="ckf_btn_locked ckf_btn_unlocked" id="btnLockSizes"></a>' +
'<a href="javascript:void(0)" tabindex="-1" title="' + api.lang.Imageresize.resetSize + '" class="ckf_btn_reset" id="btnResetSize"></a>'+
'</div>'
}
]
},
{
type : 'vbox',
id : 'createNewBox',
hidden : true,
children:
[
{
type : 'checkbox',
checked : true,
id : 'createNew',
label : api.lang.Imageresize.newImage,
'default' : true,
onChange : function()
{
var dialog = this.getDialog();
var filenameInput = dialog.getContentElement( 'tab1', 'fileNameWithExt' );
if ( filenameInput )
{
if ( !this.getValue() )
filenameInput.getElement().hide();
else
filenameInput.getElement().show();
}
}
},
{
type : 'hbox',
widths : [ '90%', '10%' ],
padding : 0,
id : 'fileNameWithExt',
children :
[
{
type : 'text',
label : '',
validate : function()
{
var dialog = this.getDialog(),
createNew = dialog.getContentElement( 'tab1', 'createNew' ),
value = this.getValue();
if ( createNew && dialog.getValueOf( 'tab1', 'width' ) && dialog.getValueOf( 'tab1', 'height' ) )
{
if ( !value )
{
api.openMsgDialog( '', api.lang.Imageresize.invalidName );
return false;
}
}
return true;
},
id : 'fileName'
},
{
type : 'html',
html : '',
id : 'fileNameExt',
onLoad : function()
{
this.getElement().getParent().setStyles( { 'vertical-align' : 'bottom', 'padding-bottom' : '2px' } );
}
}
]
}
]
}
]
}
]
}
]
}
],
// TODO http://dev.fckeditor.net/ticket/4750
buttons : [ CKFinder.dialog.okButton, CKFinder.dialog.cancelButton ]
};
} );
api.addFileContextMenuOption( { label : api.lang.Imageresize.contextMenuName, command : 'resizeImage' } , function( api, file )
{
api.openDialog( 'resizeDialog' );
},
function ( file )
{
// Disable for files other than images.
if ( !file.isImage() || !api.getSelectedFolder().type )
return false;
if ( file.folder.acl.fileDelete && file.folder.acl.fileUpload )
return true;
else
return -1;
}
);
}
} );
| JavaScript |
/*
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see license.txt or http://cksource.com/ckfinder/license
*
* The software, this file and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying or distribute this file or part of its contents. The contents of
* this file is part of the Source Code of CKFinder.
*/
CKFinder.addPlugin( 'fileeditor', function( api )
{
var regexExt = /^(.*)\.([^\.]+)$/,
regexTextExt = /^(txt|css|html|htm|js|asp|cfm|cfc|ascx|php|inc|xml|xslt|xsl|cs)$/i,
regexCodeMirrorExt = /^(css|html|htm|js|xml|xsl|php|cs)$/i,
codemirror,
file,
fileLoaded = false,
doc;
var codemirrorPath = CKFinder.getPluginPath( 'fileeditor' ) + 'codemirror/';
var codeMirrorParsers = {
css : codemirrorPath + 'mode/css/css.js',
js : codemirrorPath + 'mode/javascript/javascript.js',
html : [ codemirrorPath + 'mode/xml/xml.js', codemirrorPath + 'mode/javascript/javascript.js', codemirrorPath + 'mode/css/css.js', codemirrorPath + 'mode/htmlmixed/htmlmixed.js' ],
xml : codemirrorPath + 'mode/xml/xml.js',
php : [ codemirrorPath + 'mode/xml/xml.js', codemirrorPath + 'mode/javascript/javascript.js', codemirrorPath + 'mode/css/css.js', codemirrorPath + 'mode/clike/clike.js', codemirrorPath + 'mode/php/php.js' ],
c : codemirrorPath + 'mode/clike/clike.js'
};
codeMirrorParsers.htm = codeMirrorParsers.html;
codeMirrorParsers.xsl = codeMirrorParsers.xml;
codeMirrorParsers.cs = codeMirrorParsers.c;
codeMirrorParsers.cpp = codeMirrorParsers.c;
var codeMirrorModes = {
js : 'javascript',
htm : 'htmlmixed',
html : 'htmlmixed',
xsl : 'xml',
c : 'clike',
cs : 'clike',
cpp : 'clike'
};
CKFinder.dialog.add( 'fileEditor', function( api )
{
var height, width;
var saveButton = (function()
{
return {
id : 'save',
label : api.lang.Fileeditor.save,
type : 'button',
onClick : function ( evt )
{
if ( !fileLoaded )
return true;
var dialog = evt.data.dialog;
var content = codemirror ? codemirror.getValue() : doc.getById( 'fileContent' ).getValue();
api.connector.sendCommandPost( 'SaveFile', null, {
content : content,
fileName : file.name
},
function( xml )
{
if ( xml.checkError() )
return false;
api.openMsgDialog( '', api.lang.Fileeditor.fileSaveSuccess );
dialog.hide();
return undefined;
},
file.folder.type,
file.folder
);
return false;
}
};
})();
if ( api.inPopup )
{
width = api.document.documentElement.offsetWidth;
height = api.document.documentElement.offsetHeight;
}
else
{
var parentWindow = ( api.document.parentWindow || api.document.defaultView ).parent;
width = parentWindow.innerWidth ? parentWindow.innerWidth : parentWindow.document.documentElement.clientWidth;
height = parentWindow.innerHeight ? parentWindow.innerHeight : parentWindow.document.documentElement.clientHeight;
}
var cssWidth = parseInt( width, 10 ) * 0.6 - 10,
cssHeight = parseInt( height, 10 ) * 0.7 - 20;
return {
title : api.getSelectedFile().name,
minWidth : parseInt( width, 10 ) * 0.6,
minHeight : parseInt( height, 10 ) * 0.7,
onHide : function()
{
if ( fileLoaded )
{
var fileContent = doc.getById( 'fileContent' );
if ( fileContent )
fileContent.remove();
}
},
onShow : function()
{
var dialog = this;
doc = dialog.getElement().getDocument();
var win = doc.getWindow();
doc.getById( 'fileArea' ).setHtml( '<div class="ckfinder_loader_32" style="margin: 100px auto 0 auto;text-align:center;"><p style="height:' + cssHeight + 'px;width:' + cssWidth + 'px;">' + api.lang.Fileeditor.loadingFile + '</p></div>' );
file = api.getSelectedFile();
var enableCodeMirror = regexCodeMirrorExt.test( file.ext );
this.setTitle( file.name );
if ( enableCodeMirror && win.$.CodeMirror === undefined )
doc.appendStyleSheet( codemirrorPath + 'lib/codemirror.css' );
// If CKFinder is runninng under a different domain than baseUrl, then the following call will fail:
// CKFinder.ajax.load( file.getUrl() + '?t=' + (new Date().getTime()), function( data )...
var url = api.connector.composeUrl( 'DownloadFile', { FileName : file.name, format : 'text', t : new Date().getTime() },
file.folder.type, file.folder );
CKFinder.ajax.load( url, function( data )
{
if ( data === null || ( file.size > 0 && data === '' ) )
{
api.openMsgDialog( '', api.lang.Fileeditor.fileOpenError );
dialog.hide();
return;
}
else
fileLoaded = true;
var fileArea = doc.getById( 'fileArea' );
fileArea.setStyle( 'height', '100%' );
fileArea.setHtml( '<textarea id="fileContent" style="height:' + cssHeight + 'px; width:' + cssWidth + 'px"></textarea>' );
if ( CKFinder.env.opera )
doc.getById( 'fileContent' ).setHtml( CKFinder.tools.htmlEncode( data ) );
else
doc.getById( 'fileContent' ).setText( data );
codemirror = null;
if ( enableCodeMirror )
{
CKFinder.scriptLoader.load( codemirrorPath + 'lib/codemirror.js', function()
{
CKFinder.scriptLoader.load( codeMirrorParsers[ file.ext ], function()
{
codemirror = win.$.CodeMirror.fromTextArea( doc.getById( 'fileContent' ).$, { mode : codeMirrorModes[ file.ext ] || file.ext } );
// TODO get rid of ugly buttons and provide something better
var undoB = doc.createElement( 'button', { attributes: { 'label' : api.lang.common.undo } } );
undoB.on( 'click', function()
{
codemirror.undo();
});
undoB.setHtml( api.lang.common.undo );
undoB.appendTo( doc.getById( 'fileArea' ) );
var redoB = doc.createElement( 'button', { attributes: { 'label' : api.lang.common.redo } } );
redoB.on( 'click', function()
{
codemirror.redo();
});
redoB.setHtml( api.lang.common.redo );
redoB.appendTo( doc.getById( 'fileArea' ) );
}, this, false, doc.getHead() );
}, this, false, doc.getHead() );
}
});
},
contents : [
{
id : 'tab1',
label : '',
title : '',
expand : true,
padding : 0,
elements :
[
{
type : 'html',
id : 'htmlLoader',
html : '' +
'<style type="text/css">' +
'#fileArea .CodeMirror {background:white}' +
'#fileArea .CodeMirror-scroll {height:'+cssHeight+'px; width:'+cssWidth+'px}' +
'#fileArea .CodeMirror .cm-tab {white-space:pre;}' +
// FF >= 12 has some scrolling issue
( CKFinder.env.gecko && CKFinder.env.version >= 120000 ? '#fileArea .CodeMirror-scroll > div > div {position:absolute !important}' : '' ) +
'</style>' +
'<div id="fileArea"></div>'
}
]
}
],
// TODO http://dev.fckeditor.net/ticket/4750
buttons : [ saveButton, CKFinder.dialog.cancelButton ]
};
} );
api.addFileContextMenuOption( { label : api.lang.Fileeditor.contextMenuName, command : 'fileEditor' } , function( api, file )
{
api.openDialog( 'fileEditor' );
},
function ( file )
{
var maxSize = 1024;
if ( typeof ( CKFinder.config.fileeditorMaxSize ) != 'undefined' )
maxSize = CKFinder.config.fileeditorMaxSize;
// Disable for images, binary files, large files etc.
if ( regexTextExt.test( file.ext ) && file.size <= maxSize )
return file.folder.acl.fileDelete ? true : -1;
return false;
});
} );
| JavaScript |
/**
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see license.txt or http://cksource.com/ckfinder/license
*
* CKFinder 2.x - sample "dummy" plugin.
*
* To enable it, add the following line to config.js:
* config.extraPlugins = 'dummy';
*/
/**
* See http://docs.cksource.com/ckfinder_2.x_api/symbols/CKFinder.html#.addPlugin
*/
CKFinder.addPlugin( 'dummy', {
lang : [ 'en', 'pl' ],
appReady : function( api ) {
CKFinder.dialog.add( 'dummydialog', function( api )
{
// CKFinder.dialog.definition
var dialogDefinition =
{
title : api.lang.dummy.title,
minWidth : 390,
minHeight : 230,
onOk : function() {
// "this" is now a CKFinder.dialog object.
var value = this.getValueOf( 'tab1', 'textareaId' );
if ( !value ) {
api.openMsgDialog( '', api.lang.dummy.typeText );
return false;
}
else {
alert( "You have entered: " + value );
return true;
}
},
contents : [
{
id : 'tab1',
label : '',
title : '',
expand : true,
padding : 0,
elements :
[
{
type : 'html',
html : '<h3>' + api.lang.dummy.typeText + '</h3>'
},
{
type : 'textarea',
id : 'textareaId',
rows : 10,
cols : 40
}
]
}
],
buttons : [ CKFinder.dialog.cancelButton, CKFinder.dialog.okButton ]
};
return dialogDefinition;
} );
api.addFileContextMenuOption( { label : api.lang.dummy.menuItem, command : "dummycommand" } , function( api, file )
{
api.openDialog('dummydialog');
});
}
});
| JavaScript |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see license.txt or http://cksource.com/ckfinder/license
*/
CKFinder.setPluginLang( 'dummy', 'pl',
{
dummy :
{
title : 'Testowe okienko',
menuItem : 'Otwórz okienko dummy',
typeText : 'Podaj jakiś tekst.'
}
});
| JavaScript |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see license.txt or http://cksource.com/ckfinder/license
*/
CKFinder.setPluginLang( 'dummy', 'en',
{
dummy :
{
title : 'Dummy dialog',
menuItem : 'Open dummy dialog',
typeText : 'Please type some text.'
}
});
| JavaScript |
/*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
* Thanks to: Seamus Leahy for adding deltaX and deltaY
*
* Version: 3.0.6
*
* Requires: 1.2.2+
*/
(function(d){function e(a){var b=a||window.event,c=[].slice.call(arguments,1),f=0,e=0,g=0,a=d.event.fix(b);a.type="mousewheel";b.wheelDelta&&(f=b.wheelDelta/120);b.detail&&(f=-b.detail/3);g=f;b.axis!==void 0&&b.axis===b.HORIZONTAL_AXIS&&(g=0,e=-1*f);b.wheelDeltaY!==void 0&&(g=b.wheelDeltaY/120);b.wheelDeltaX!==void 0&&(e=-1*b.wheelDeltaX/120);c.unshift(a,f,e,g);return(d.event.dispatch||d.event.handle).apply(this,c)}var c=["DOMMouseScroll","mousewheel"];if(d.event.fixHooks)for(var h=c.length;h;)d.event.fixHooks[c[--h]]=
d.event.mouseHooks;d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],e,false);else this.onmousewheel=e},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],e,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery); | JavaScript |
/*!
* Buttons helper for fancyBox
* version: 1.0.5 (Mon, 15 Oct 2012)
* @requires fancyBox v2.0 or later
*
* Usage:
* $(".fancybox").fancybox({
* helpers : {
* buttons: {
* position : 'top'
* }
* }
* });
*
*/
(function ($) {
//Shortcut for fancyBox object
var F = $.fancybox;
//Add helper object
F.helpers.buttons = {
defaults : {
skipSingle : false, // disables if gallery contains single image
position : 'top', // 'top' or 'bottom'
tpl : '<div id="fancybox-buttons"><ul><li><a class="btnPrev" title="Previous" href="javascript:;"></a></li><li><a class="btnPlay" title="Start slideshow" href="javascript:;"></a></li><li><a class="btnNext" title="Next" href="javascript:;"></a></li><li><a class="btnToggle" title="Toggle size" href="javascript:;"></a></li><li><a class="btnClose" title="Close" href="javascript:;"></a></li></ul></div>'
},
list : null,
buttons: null,
beforeLoad: function (opts, obj) {
//Remove self if gallery do not have at least two items
if (opts.skipSingle && obj.group.length < 2) {
obj.helpers.buttons = false;
obj.closeBtn = true;
return;
}
//Increase top margin to give space for buttons
obj.margin[ opts.position === 'bottom' ? 2 : 0 ] += 30;
},
onPlayStart: function () {
if (this.buttons) {
this.buttons.play.attr('title', 'Pause slideshow').addClass('btnPlayOn');
}
},
onPlayEnd: function () {
if (this.buttons) {
this.buttons.play.attr('title', 'Start slideshow').removeClass('btnPlayOn');
}
},
afterShow: function (opts, obj) {
var buttons = this.buttons;
if (!buttons) {
this.list = $(opts.tpl).addClass(opts.position).appendTo('body');
buttons = {
prev : this.list.find('.btnPrev').click( F.prev ),
next : this.list.find('.btnNext').click( F.next ),
play : this.list.find('.btnPlay').click( F.play ),
toggle : this.list.find('.btnToggle').click( F.toggle ),
close : this.list.find('.btnClose').click( F.close )
}
}
//Prev
if (obj.index > 0 || obj.loop) {
buttons.prev.removeClass('btnDisabled');
} else {
buttons.prev.addClass('btnDisabled');
}
//Next / Play
if (obj.loop || obj.index < obj.group.length - 1) {
buttons.next.removeClass('btnDisabled');
buttons.play.removeClass('btnDisabled');
} else {
buttons.next.addClass('btnDisabled');
buttons.play.addClass('btnDisabled');
}
this.buttons = buttons;
this.onUpdate(opts, obj);
},
onUpdate: function (opts, obj) {
var toggle;
if (!this.buttons) {
return;
}
toggle = this.buttons.toggle.removeClass('btnDisabled btnToggleOn');
//Size toggle button
if (obj.canShrink) {
toggle.addClass('btnToggleOn');
} else if (!obj.canExpand) {
toggle.addClass('btnDisabled');
}
},
beforeClose: function () {
if (this.list) {
this.list.remove();
}
this.list = null;
this.buttons = null;
}
};
}(jQuery));
| JavaScript |
/**
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
* This file was added automatically by CKEditor builder.
* You may re-use it at any time to build CKEditor again.
*
* If you would like to build CKEditor online again
* (for example to upgrade), visit one the following links:
*
* (1) http://ckeditor.com/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) http://ckeditor.com/builder/e6b8a045f8f984a69463975ca3e6524a
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/e6b8a045f8f984a69463975ca3e6524a
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
* This file is not used by CKEditor, you may remove it.
* Changing this file will not change your CKEditor configuration.
*/
var CKBUILDER_CONFIG = {
skin: 'moono',
preset: 'full',
ignore: [
'dev',
'.gitignore',
'.gitattributes',
'README.md',
'.mailmap'
],
plugins : {
'a11yhelp' : 1,
'about' : 1,
'basicstyles' : 1,
'bidi' : 1,
'blockquote' : 1,
'clipboard' : 1,
'colorbutton' : 1,
'colordialog' : 1,
'contextmenu' : 1,
'dialogadvtab' : 1,
'div' : 1,
'elementspath' : 1,
'enterkey' : 1,
'entities' : 1,
'filebrowser' : 1,
'find' : 1,
'flash' : 1,
'floatingspace' : 1,
'font' : 1,
'format' : 1,
'forms' : 1,
'horizontalrule' : 1,
'htmlwriter' : 1,
'iframe' : 1,
'image' : 1,
'indentblock' : 1,
'indentlist' : 1,
'justify' : 1,
'language' : 1,
'link' : 1,
'list' : 1,
'liststyle' : 1,
'magicline' : 1,
'maximize' : 1,
'newpage' : 1,
'pagebreak' : 1,
'pastefromword' : 1,
'pastetext' : 1,
'preview' : 1,
'print' : 1,
'removeformat' : 1,
'resize' : 1,
'save' : 1,
'scayt' : 1,
'selectall' : 1,
'showblocks' : 1,
'showborders' : 1,
'smiley' : 1,
'sourcearea' : 1,
'specialchar' : 1,
'stylescombo' : 1,
'tab' : 1,
'table' : 1,
'tabletools' : 1,
'templates' : 1,
'toolbar' : 1,
'undo' : 1,
'wsc' : 1,
'wysiwygarea' : 1
},
languages : {
'af' : 1,
'ar' : 1,
'bg' : 1,
'bn' : 1,
'bs' : 1,
'ca' : 1,
'cs' : 1,
'cy' : 1,
'da' : 1,
'de' : 1,
'el' : 1,
'en' : 1,
'en-au' : 1,
'en-ca' : 1,
'en-gb' : 1,
'eo' : 1,
'es' : 1,
'et' : 1,
'eu' : 1,
'fa' : 1,
'fi' : 1,
'fo' : 1,
'fr' : 1,
'fr-ca' : 1,
'gl' : 1,
'gu' : 1,
'he' : 1,
'hi' : 1,
'hr' : 1,
'hu' : 1,
'id' : 1,
'is' : 1,
'it' : 1,
'ja' : 1,
'ka' : 1,
'km' : 1,
'ko' : 1,
'ku' : 1,
'lt' : 1,
'lv' : 1,
'mk' : 1,
'mn' : 1,
'ms' : 1,
'nb' : 1,
'nl' : 1,
'no' : 1,
'pl' : 1,
'pt' : 1,
'pt-br' : 1,
'ro' : 1,
'ru' : 1,
'si' : 1,
'sk' : 1,
'sl' : 1,
'sq' : 1,
'sr' : 1,
'sr-latn' : 1,
'sv' : 1,
'th' : 1,
'tr' : 1,
'tt' : 1,
'ug' : 1,
'uk' : 1,
'vi' : 1,
'zh' : 1,
'zh-cn' : 1
}
}; | JavaScript |
/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function (config)
{
};
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','nl',{placeholder:{title:'Eigenschappen placeholder',toolbar:'Placeholder aanmaken',text:'Placeholder tekst',edit:'Placeholder wijzigen',textMissing:'De placeholder moet tekst bevatten.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','ug',{placeholder:{title:'ئورۇن بەلگە خاسلىقى',toolbar:'ئورۇن بەلگە قۇر',text:'ئورۇن بەلگە تېكىستى',edit:'ئورۇن بەلگە تەھرىر',textMissing:'ئورۇن بەلگىسىدە چوقۇم تېكىست بولۇشى لازىم'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','it',{placeholder:{title:'Proprietà segnaposto',toolbar:'Crea segnaposto',text:'Testo segnaposto',edit:'Modifica segnaposto',textMissing:'Il segnaposto deve contenere del testo.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','de',{placeholder:{title:'Platzhalter Einstellungen',toolbar:'Platzhalter erstellen',text:'Platzhalter Text',edit:'Platzhalter bearbeiten',textMissing:'Der Platzhalter muss einen Text beinhalten.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','pl',{placeholder:{title:'Właściwości wypełniacza',toolbar:'Utwórz wypełniacz',text:'Tekst wypełnienia',edit:'Edytuj wypełnienie',textMissing:'Wypełnienie musi posiadać jakiś tekst.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','vi',{placeholder:{title:'Thuộc tính đặt chỗ',toolbar:'Tạo đặt chỗ',text:'Văn bản đặt chỗ',edit:'Chỉnh sửa ',textMissing:'The placeholder must contain text.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','hr',{placeholder:{title:'Svojstva rezerviranog mjesta',toolbar:'Napravi rezervirano mjesto',text:'Tekst rezerviranog mjesta',edit:'Uredi rezervirano mjesto',textMissing:'Rezervirano mjesto mora sadržavati tekst.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','tr',{placeholder:{title:'Yer tutucu özellikleri',toolbar:'Yer tutucu oluşturun',text:'Yer tutucu metini',edit:'Yer tutucuyu düzenle',textMissing:'Yer tutucu metin içermelidir.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','fr',{placeholder:{title:"Propriétés de l'Espace réservé",toolbar:"Créer l'Espace réservé",text:"Texte de l'Espace réservé",edit:"Modifier l'Espace réservé",textMissing:"L'Espace réservé doit contenir du texte."}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','zh-cn',{placeholder:{title:'占位符属性',toolbar:'创建占位符',text:'占位符文字',edit:'编辑占位符',textMissing:'占位符必需包含有文字'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','eo',{placeholder:{title:'Atributoj de la rezervita spaco',toolbar:'Krei la rezervitan spacon',text:'Texto de la rezervita spaco',edit:'Modifi la rezervitan spacon',textMissing:'La rezervita spaco devas enteni tekston.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','en',{placeholder:{title:'Placeholder Properties',toolbar:'Create Placeholder',text:'Placeholder Text',edit:'Edit Placeholder',textMissing:'The placeholder must contain text.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','da',{placeholder:{title:'Egenskaber for pladsholder',toolbar:'Opret pladsholder',text:'Tekst til pladsholder',edit:'Redigér pladsholder',textMissing:'Pladsholder skal indeholde tekst'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','nb',{placeholder:{title:'Egenskaper for plassholder',toolbar:'Opprett plassholder',text:'Tekst for plassholder',edit:'Rediger plassholder',textMissing:'Plassholderen må inneholde tekst.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','bg',{placeholder:{title:'Настройки на контейнера',toolbar:'Нов контейнер',text:'Текст за контейнера',edit:'Промяна на контейнер',textMissing:'Контейнера трябва да съдържа текст.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','el',{placeholder:{title:'Ιδιότητες Υποκατάστατου Κειμένου',toolbar:'Δημιουργία Υποκατάσταστου Κειμένου',text:'Υποκαθιστόμενο Κείμενο',edit:'Επεξεργασία Υποκατάσταστου Κειμένου',textMissing:'Πρέπει να υπάρχει υποκαθιστόμενο κείμενο.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','fi',{placeholder:{title:'Paikkamerkin ominaisuudet',toolbar:'Luo paikkamerkki',text:'Paikkamerkin teksti',edit:'Muokkaa paikkamerkkiä',textMissing:'Paikkamerkin täytyy sisältää tekstiä'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','cy',{placeholder:{title:"Priodweddau'r Daliwr Geiriau",toolbar:'Creu Daliwr Geiriau',text:'Testun y Daliwr Geiriau',edit:"Golygu'r Dailwr Geiriau",textMissing:"Mae'n rhaid i'r daliwr geiriau gynnwys testun."}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','no',{placeholder:{title:'Egenskaper for plassholder',toolbar:'Opprett plassholder',text:'Tekst for plassholder',edit:'Rediger plassholder',textMissing:'Plassholderen må inneholde tekst.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','fa',{placeholder:{title:'ویژگیهای محل نگهداری',toolbar:'ایجاد یک محل نگهداری',text:'متن محل نگهداری',edit:'ویرایش محل نگهداری',textMissing:'محل نگهداری باید محتوی متن باشد.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','et',{placeholder:{title:'Kohahoidja omadused',toolbar:'Kohahoidja loomine',text:'Kohahoidja tekst',edit:'Kohahoidja muutmine',textMissing:'Kohahoidja peab sisaldama teksti.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','he',{placeholder:{title:'מאפייני שומר מקום',toolbar:'צור שומר מקום',text:'תוכן שומר המקום',edit:'ערוך שומר מקום',textMissing:'שומר המקום חייב להכיל טקסט.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','uk',{placeholder:{title:'Налаштування Заповнювача',toolbar:'Створити Заповнювач',text:'Текст Заповнювача',edit:'Редагувати Заповнювач',textMissing:'Заповнювач повинен містити текст.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','cs',{placeholder:{title:'Vlastnosti vyhrazeného prostoru',toolbar:'Vytvořit vyhrazený prostor',text:'Vyhrazený text',edit:'Upravit vyhrazený prostor',textMissing:'Vyhrazený prostor musí obsahovat text.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('placeholder','pt-br',{placeholder:{title:'Propriedades do Espaço Reservado',toolbar:'Criar Espaço Reservado',text:'Texto do Espaço Reservado',edit:'Editar Espaço Reservado',textMissing:'O espaço reservado deve conter texto.'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','nl',{uicolor:{title:'UI Kleurenkiezer',preview:'Live voorbeeld',config:'Plak deze tekst in jouw config.js bestand',predefined:'Voorgedefinieerde kleurensets'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','ug',{uicolor:{title:'ئىشلەتكۈچى ئارايۈزى رەڭ تاللىغۇچ',preview:'شۇئان ئالدىن كۆزىتىش',config:'بۇ ھەرپ تىزىقىنى config.js ھۆججەتكە چاپلايدۇ',predefined:'ئالدىن بەلگىلەنگەن رەڭلەر'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','it',{uicolor:{title:'Selettore Colore UI',preview:'Anteprima Live',config:'Incolla questa stringa nel tuo file config.js',predefined:'Set di colori predefiniti'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','de',{uicolor:{title:'UI Pipette',preview:'Live-Vorschau',config:"Fügen Sie diese Zeichenfolge in die 'config.js' Datei.",predefined:'Vordefinierte Farbsätze'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','pl',{uicolor:{title:'Wybór koloru interfejsu',preview:'Podgląd na żywo',config:'Wklej poniższy łańcuch znaków do pliku config.js:',predefined:'Predefiniowane zestawy kolorów'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','vi',{uicolor:{title:'Giao diện người dùng Color Picker',preview:'Xem trước trực tiếp',config:'Dán chuỗi này vào tập tin config.js của bạn',predefined:'Tập màu định nghĩa sẵn'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','hr',{uicolor:{title:'UI odabir boja',preview:'Pregled uživo',config:'Zalijepite ovaj tekst u Vašu config.js datoteku.',predefined:'Već postavljeni setovi boja'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','tr',{uicolor:{title:'UI Renk Seçicisi',preview:'Canlı önizleme',config:'Bu dizeyi config.js dosyasının içine yapıştırın',predefined:'Önceden tanımlanmış renk kümeleri'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','fr',{uicolor:{title:'UI Sélecteur de couleur',preview:'Aperçu',config:'Collez cette chaîne de caractères dans votre fichier config.js',predefined:'Palettes de couleurs prédéfinies'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','zh-cn',{uicolor:{title:'用户界面颜色选择器',preview:'即时预览',config:'粘贴此字符串到你的 config.js 文件',predefined:'预定义颜色集'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','eo',{uicolor:{title:'UI Kolorselektilo',preview:'Vidigi la aspekton',config:'Gluu tiun signoĉenon en vian dosieron config.js',predefined:'Antaŭdifinita koloraro'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','en',{uicolor:{title:'UI Color Picker',preview:'Live preview',config:'Paste this string into your config.js file',predefined:'Predefined color sets'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','da',{uicolor:{title:'Brugerflade på farvevælger',preview:'Vis liveeksempel',config:'Indsæt denne streng i din config.js fil',predefined:'Prædefinerede farveskemaer'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','nb',{uicolor:{title:'Fargevelger for brukergrensesnitt',preview:'Forhåndsvisning i sanntid',config:'Lim inn følgende tekst i din config.js-fil',predefined:'Forhåndsdefinerte fargesett'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','bg',{uicolor:{title:'ПИ избор на цвят',preview:'Преглед',config:'Вмъкнете този низ във Вашия config.js fajl',predefined:'Предефинирани цветови палитри'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','el',{uicolor:{title:'Διεπαφή Επιλογέα Χρωμάτων',preview:'Ζωντανή Προεπισκόπηση',config:'Επικολλήστε αυτό το κείμενο στο αρχείο config.js',predefined:'Προκαθορισμένα σύνολα χρωμάτων'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','fi',{uicolor:{title:'Käyttöliittymän värivalitsin',preview:'Esikatsele',config:'Liitä tämä merkkijono config.js tiedostoosi',predefined:'Esimääritellyt värijoukot'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','cy',{uicolor:{title:"Dewisydd Lliwiau'r UI",preview:'Rhagolwg Byw',config:"Gludwch y llinyn hwn i'ch ffeil config.js",predefined:"Setiau lliw wedi'u cyn-ddiffinio"}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','no',{uicolor:{title:'Fargevelger for brukergrensesnitt',preview:'Forhåndsvisning i sanntid',config:'Lim inn følgende tekst i din config.js-fil',predefined:'Forhåndsdefinerte fargesett'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','mk',{uicolor:{title:'Палета со бои',preview:'Преглед',config:'Залепи го овој текст во config.js датотеката',predefined:'Предефинирани множества на бои'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','fa',{uicolor:{title:'انتخاب رنگ UI',preview:'پیشنمایش زنده',config:'این رشته را در فایل config.js خود بچسبانید.',predefined:'مجموعه رنگ از پیش تعریف شده'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','et',{uicolor:{title:'Värvivalija kasutajaliides',preview:'Automaatne eelvaade',config:'Aseta see sõne oma config.js faili.',predefined:'Eelmääratud värvikomplektid'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','he',{uicolor:{title:'בחירת צבע ממשק משתמש',preview:'תצוגה מקדימה',config:'הדבק את הטקסט הבא לתוך הקובץ config.js',predefined:'קבוצות צבעים מוגדרות מראש'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','uk',{uicolor:{title:'Color Picker Інтерфейс',preview:'Перегляд наживо',config:'Вставте цей рядок у файл config.js',predefined:'Стандартний набір кольорів'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','cs',{uicolor:{title:'Výběr barvy rozhraní',preview:'Živý náhled',config:'Vložte tento řetězec do Vašeho souboru config.js',predefined:'Přednastavené sady barev'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('uicolor','pt-br',{uicolor:{title:'Paleta de Cores',preview:'Visualização ao vivo',config:'Cole o texto no seu arquivo config.js',predefined:'Conjuntos de cores predefinidos'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','nl',{devTools:{title:'Elementinformatie',dialogName:'Naam dialoogvenster',tabName:'Tabnaam',elementId:'Element ID',elementType:'Elementtype'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','ug',{devTools:{title:'ئېلېمېنت ئۇچۇرى',dialogName:'سۆزلەشكۈ كۆزنەك ئاتى',tabName:'Tab ئاتى',elementId:'ئېلېمېنت كىملىكى',elementType:'ئېلېمېنت تىپى'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','it',{devTools:{title:'Informazioni elemento',dialogName:'Nome finestra di dialogo',tabName:'Nome Tab',elementId:'ID Elemento',elementType:'Tipo elemento'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','de',{devTools:{title:'Elementinformation',dialogName:'Dialogfenstername',tabName:'Reitername',elementId:'Element ID',elementType:'Elementtyp'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','pl',{devTools:{title:'Informacja o elemencie',dialogName:'Nazwa okna dialogowego',tabName:'Nazwa zakładki',elementId:'ID elementu',elementType:'Typ elementu'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','vi',{devTools:{title:'Thông tin thành ph',dialogName:'Tên hộp tho',tabName:'Tên th',elementId:'Mã thành ph',elementType:'Loại thành ph'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','hr',{devTools:{title:'Informacije elementa',dialogName:'Naziv prozora za dijalog',tabName:'Naziva jahača',elementId:'ID elementa',elementType:'Vrsta elementa'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','tr',{devTools:{title:'Eleman Bilgisi',dialogName:'İletişim pencere ismi',tabName:'Sekme adı',elementId:'Eleman ID',elementType:'Eleman türü'}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','fr',{devTools:{title:"Information sur l'élément",dialogName:'Nom de la fenêtre de dialogue',tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}});
| JavaScript |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('devtools','zh-cn',{devTools:{title:'元素信息',dialogName:'对话框窗口名称',tabName:'Tab 名称',elementId:'元素 ID',elementType:'元素类型'}});
| JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.