Post add + file upload server

This commit is contained in:
s426231 2018-11-17 14:43:50 +01:00
parent ef6ad619e3
commit b6af8107bc
885 changed files with 43973 additions and 29 deletions

9
.htaccess Normal file
View File

@ -0,0 +1,9 @@
<filesMatch "\.(html|htm|js|css)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
</filesMatch>

92
admin-zone/add_post.php Normal file
View File

@ -0,0 +1,92 @@
<?php
if( !isset( $_SESSION ) ) session_start();
if(empty($_SESSION['user'])){
header('Location: login.php');
}
else{
$user=$_SESSION['user'];
}
?>
<html>
<head>
<meta charset="utf-8">
<!-- SEO FRIENDLY ZONE -->
<title>Panel CMS</title>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- END OF SEO FRIENDLY ZONE -->
<!-- CSS LOADER -->
<link rel="stylesheet" href="css/samples.css">
<link rel="stylesheet" href="toolbarconfigurator/lib/codemirror/neo.css">
<link rel="stylesheet" href="css/style2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- END OF CSS LOADER -->
</head>
<body>
<div class="wrapper">
<?php include "sidebar.php"; ?>
<div id="content">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" id="sidebarCollapse" class="btn btn-info navbar-btn">
<i class="glyphicon glyphicon-align-left"></i>
<span>Toggle Sidebar</span>
</button>
</div>
</div>
</nav>
<form method="post" action="insert.php">
<div class="addPostForm">
<input type="text" name="title" size="120">
<p>Meta opis</p>
<input name="meta_desc" size="120">
<p>Treść posta</p>
<textarea name="post_text" id="editor1" rows="10" cols="80"></textarea>
<input type="submit" class="btn btn-success" value="Dodaj post">
</div>
</form>
</div>
</div>
<!-- SCRIPTS LOADER -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="ckeditor/ckeditor.js"></script>
<script src="js/sample.js"></script>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<!-- Bootstrap Js CDN -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- jQuery Custom Scroller CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- CKEDITOR REPLACE -->
<script>
CKEDITOR.replace('editor1');</script>
<!-- Toggle sidebar -->
<script type="text/javascript">
$(document).ready(function () {
$("#sidebar").mCustomScrollbar({
theme: "minimal"
});
$('#sidebarCollapse').on('click', function () {
$('#sidebar, #content').toggleClass('active');
$('.collapse.in').toggleClass('in');
$('a[aria-expanded=true]').attr('aria-expanded', 'false');
});
$('#dodajemy').click(function(){
$("#zawartosc").load('index.php');
});
});
</script>
<!-- END OF SCRIPTS LOADER -->
</body>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,39 @@
CKEditor 4
==========
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
http://ckeditor.com - See LICENSE.md for license information.
CKEditor is a text editor to be used inside web pages. It's not a replacement
for desktop text editors like Word or OpenOffice, but a component to be used as
part of web applications and websites.
## Documentation
The full editor documentation is available online at the following address:
https://ckeditor.com/docs/ckeditor4/latest/
## Installation
Installing CKEditor is an easy task. Just follow these simple steps:
1. **Download** the latest version from the CKEditor website:
http://ckeditor.com. You should have already completed this step, but be
sure you have the very latest version.
2. **Extract** (decompress) the downloaded file into the root of your website.
**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
place the files in whichever you want though.
## Checking Your Installation
The editor comes with a few sample pages that can be used to verify that
installation proceeded properly. Take a look at the `samples` directory.
To test your installation, just call the following page at your website:
http://<your site>/<CKEditor installation path>/samples/index.html
For example:
http://www.example.com/ckeditor/samples/index.html

10
admin-zone/ckeditor/adapters/jquery.js vendored Normal file
View File

@ -0,0 +1,10 @@
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
(function(a){if("undefined"==typeof a)throw Error("jQuery should be loaded before CKEditor jQuery adapter.");if("undefined"==typeof CKEDITOR)throw Error("CKEditor should be loaded before CKEditor jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a},
ckeditor:function(g,d){if(!CKEDITOR.env.isCompatible)throw Error("The environment is incompatible.");if(!a.isFunction(g)){var m=d;d=g;g=m}var k=[];d=d||{};this.each(function(){var b=a(this),c=b.data("ckeditorInstance"),f=b.data("_ckeditorInstanceLock"),h=this,l=new a.Deferred;k.push(l.promise());if(c&&!f)g&&g.apply(c,[this]),l.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),l.resolve()):setTimeout(arguments.callee,100)},0)},
null,null,9999);else{if(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)d.autoUpdateElementJquery=!0;d.autoUpdateElement=!1;b.data("_ckeditorInstanceLock",!0);c=a(this).is("textarea")?CKEDITOR.replace(h,d):CKEDITOR.inline(h,d);b.data("ckeditorInstance",c);c.on("instanceReady",function(d){var e=d.editor;setTimeout(function(){if(e.element){d.removeListener();e.on("dataReady",function(){b.trigger("dataReady.ckeditor",[e])});e.on("setData",function(a){b.trigger("setData.ckeditor",
[e,a.data])});e.on("getData",function(a){b.trigger("getData.ckeditor",[e,a.data])},999);e.on("destroy",function(){b.trigger("destroy.ckeditor",[e])});e.on("save",function(){a(h.form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).length){var c=function(){b.ckeditor(function(){e.updateElement()})};a(h.form).submit(c);a(h.form).bind("form-pre-serialize",c);b.bind("destroy.ckeditor",function(){a(h.form).unbind("submit",c);a(h.form).unbind("form-pre-serialize",
c)})}e.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLock");b.trigger("instanceReady.ckeditor",[e]);g&&g.apply(e,[h]);l.resolve()}else setTimeout(arguments.callee,100)},0)},null,null,9999)}});var f=new a.Deferred;this.promise=f.promise();a.when.apply(this,k).then(function(){f.resolve()});this.editor=this.eq(0).data("ckeditorInstance");return this}});CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val,function(g){return function(d){if(arguments.length){var m=
this,k=[],f=this.each(function(){var b=a(this),c=b.data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});k.push(f.promise());return!0}return g.call(b,d)});if(k.length){var b=new a.Deferred;a.when.apply(this,k).done(function(){b.resolveWith(m)});return b.promise()}return f}var f=a(this).eq(0),c=f.data("ckeditorInstance");return f.is("textarea")&&c?c.getData():g.call(f)}}))})(window.jQuery);

View File

@ -0,0 +1,190 @@
/**
* @license Copyright (c) 2003-2018, 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/c3fc0dcaa9c80d707aab3e60fdcddbfb
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/c3fc0dcaa9c80d707aab3e60fdcddbfb
* 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-lisa',
preset: 'full',
ignore: [
'.DS_Store',
'.bender',
'.editorconfig',
'.gitattributes',
'.gitignore',
'.idea',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'.mailmap',
'.npm',
'.travis.yml',
'bender-err.log',
'bender-out.log',
'bender.ci.js',
'bender.js',
'dev',
'gruntfile.js',
'less',
'node_modules',
'package.json',
'tests'
],
plugins : {
'a11yhelp' : 1,
'about' : 1,
'basicstyles' : 1,
'bidi' : 1,
'blockquote' : 1,
'clipboard' : 1,
'colorbutton' : 1,
'colordialog' : 1,
'contextmenu' : 1,
'copyformatting' : 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,
'tableselection' : 1,
'tabletools' : 1,
'templates' : 1,
'toolbar' : 1,
'undo' : 1,
'uploadimage' : 1,
'wsc' : 1,
'wysiwygarea' : 1
},
languages : {
'af' : 1,
'ar' : 1,
'az' : 1,
'bg' : 1,
'bn' : 1,
'bs' : 1,
'ca' : 1,
'cs' : 1,
'cy' : 1,
'da' : 1,
'de' : 1,
'de-ch' : 1,
'el' : 1,
'en' : 1,
'en-au' : 1,
'en-ca' : 1,
'en-gb' : 1,
'eo' : 1,
'es' : 1,
'es-mx' : 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,
'oc' : 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
}
};

1331
admin-zone/ckeditor/ckeditor.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
config.filebrowserBrowseUrl = 'ckeditor/kcfinder/browse.php?opener=ckeditor&type=files';
config.filebrowserImageBrowseUrl = 'ckeditor/kcfinder/browse.php?opener=ckeditor&type=images';
config.filebrowserFlashBrowseUrl = 'ckeditor/kcfinder/browse.php?opener=ckeditor&type=flash';
config.filebrowserUploadUrl = 'ckeditor/kcfinder/upload.php?opener=ckeditor&type=files';
config.filebrowserImageUploadUrl = 'ckeditor/kcfinder/upload.php?opener=ckeditor&type=images';
config.filebrowserFlashUploadUrl = 'ckeditor/kcfinder/upload.php?opener=ckeditor&type=flash';
};

View File

@ -0,0 +1,208 @@
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
body
{
/* Font */
/* Emoji fonts are added to visualise them nicely in Internet Explorer. */
font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 12px;
/* Text color */
color: #333;
/* Remove the background color to make it transparent. */
background-color: #fff;
margin: 20px;
}
.cke_editable
{
font-size: 13px;
line-height: 1.6;
/* Fix for missing scrollbars with RTL texts. (#10488) */
word-wrap: break-word;
}
blockquote
{
font-style: italic;
font-family: Georgia, Times, "Times New Roman", serif;
padding: 2px 0;
border-style: solid;
border-color: #ccc;
border-width: 0;
}
.cke_contents_ltr blockquote
{
padding-left: 20px;
padding-right: 8px;
border-left-width: 5px;
}
.cke_contents_rtl blockquote
{
padding-left: 8px;
padding-right: 20px;
border-right-width: 5px;
}
a
{
color: #0782C1;
}
ol,ul,dl
{
/* IE7: reset rtl list margin. (#7334) */
*margin-right: 0px;
/* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
padding: 0 40px;
}
h1,h2,h3,h4,h5,h6
{
font-weight: normal;
line-height: 1.2;
}
hr
{
border: 0px;
border-top: 1px solid #ccc;
}
img.right
{
border: 1px solid #ccc;
float: right;
margin-left: 15px;
padding: 5px;
}
img.left
{
border: 1px solid #ccc;
float: left;
margin-right: 15px;
padding: 5px;
}
pre
{
white-space: pre-wrap; /* CSS 2.1 */
word-wrap: break-word; /* IE7 */
-moz-tab-size: 4;
tab-size: 4;
}
.marker
{
background-color: Yellow;
}
span[lang]
{
font-style: italic;
}
figure
{
text-align: center;
outline: solid 1px #ccc;
background: rgba(0,0,0,0.05);
padding: 10px;
margin: 10px 20px;
display: inline-block;
}
figure > figcaption
{
text-align: center;
display: block; /* For IE8 */
}
a > img {
padding: 1px;
margin: 1px;
border: none;
outline: 1px solid #0782C1;
}
/* Widget Styles */
.code-featured
{
border: 5px solid red;
}
.math-featured
{
padding: 20px;
box-shadow: 0 0 2px rgba(200, 0, 0, 1);
background-color: rgba(255, 0, 0, 0.05);
margin: 10px;
}
.image-clean
{
border: 0;
background: none;
padding: 0;
}
.image-clean > figcaption
{
font-size: .9em;
text-align: right;
}
.image-grayscale
{
background-color: white;
color: #666;
}
.image-grayscale img, img.image-grayscale
{
filter: grayscale(100%);
}
.embed-240p
{
max-width: 426px;
max-height: 240px;
margin:0 auto;
}
.embed-360p
{
max-width: 640px;
max-height: 360px;
margin:0 auto;
}
.embed-480p
{
max-width: 854px;
max-height: 480px;
margin:0 auto;
}
.embed-720p
{
max-width: 1280px;
max-height: 720px;
margin:0 auto;
}
.embed-1080p
{
max-width: 1920px;
max-height: 1080px;
margin:0 auto;
}

View File

@ -0,0 +1,4 @@
.idea/*
upload/*
[Tt]humbs.db
*.DS_Store

View File

@ -0,0 +1,36 @@
# KCFinder web file manager
http://kcfinder.sunhater.com
Pavel Tzonkov (sunhater@sunhater.com)
## Overview
KCFinder is free open-source replacement of CKFinder web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or your custom web applications) to upload and manage images, flash movies, and other files that can be embedded into an editor's generated HTML content.
## Licenses
* GNU General Public License, version 3
* GNU Lesser General Public License, version 3
## Features
* Ajax engine with JSON responses
* Multiple files upload
* Upload files using HTML5 drag and drop from local file manager
* Download multiple files or a folder as single ZIP file
* Clipboard for copying, moving and downloading multiple files
* Easy to integrate and configure in web applications
* Option to select and return several files. For custom applications only
* Auto resize uploaded images. Configurable maximum image resolution
* PNG watermark support
* Configurable thumbnail resolution
* Automaticaly rotate and/or flip uploaded images depending on the orientation info EXIF tag if it exist
* Multiple themes support
* Multilanguage system
* Preview images in full size
## Compatibility
* KCFinder is officialy tested on Apache 2 web server only. Probably it will works on other web servers. If your web server does not support .htaccess files, you should take care turning off script execution in the upload directory.
* PHP 5.3 or better is required. Safe mode should be off.
* At least one of these PHP extensions is required: GD, ImageMagick or GraphicsMagick.
* To work with client-side HTTP cache, the PHP must be installed as Apache module.
* KCFinder supports Fileinfo PHP extension for MIME type detection for uploaded files. If you plan to use this feature, you should to load Fileinfo extension.
* PHP ZIP extension should be loaded in order to have an option to download multiple files and directories as single ZIP file.
* Automatic rotating and flipping images requires PHP EXIF extension.
* Browser side code requires modern browser. KCFinder does not work in Internet Explorer 6, 7 and 8, but you can use Google Chrome Frame ActiveX plugin to get it working.

View File

@ -0,0 +1,20 @@
<?php
/** This file is part of KCFinder project
*
* @desc Browser calling script
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
require "core/bootstrap.php";
$browser = "kcfinder\\browser"; // To execute core/bootstrap.php on older
$browser = new $browser(); // PHP versions (even PHP 4)
$browser->action();
?>

View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>

View File

@ -0,0 +1,207 @@
html, body {
overflow: hidden;
}
body, form, th, td {
margin: 0;
padding: 0;
}
a {
cursor: pointer;
}
* {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
}
table {
border-collapse: collapse;
}
#left {
float: left;
display: block;
width: 25%;
}
#right {
float: left;
display: block;
width: 75%;
}
#settings {
display: none;
padding: 0;
float: left;
width: 100%;
}
#settings > div {
float: left;
}
#folders {
padding: 5px;
overflow: auto;
}
#toolbar {
padding: 5px;
}
#files {
padding: 5px;
overflow: auto;
}
#status {
padding: 5px;
float: left;
overflow: hidden;
}
#fileinfo {
float: left;
}
#clipboard div {
width: 16px;
height: 16px;
}
.folders {
margin-left: 16px;
}
div.file {
overflow-x: hidden;
float: left;
text-align: center;
cursor: default;
white-space: nowrap;
}
div.file .thumb {
background: no-repeat center center;
}
#files table {
width: 100%;
}
tr.file {
cursor: default;
}
tr.file > td {
white-space: nowrap;
}
tr.file > td.name {
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
width: 100%;
}
tr.file > td.time,
tr.file > td.size {
text-align: right;
}
#toolbar {
cursor: default;
white-space: nowrap;
}
#toolbar a {
padding-left: 20px;
text-decoration: none;
background: no-repeat left center;
}
#toolbar a:hover, a[href="#upload"].uploadHover {
color: #000;
}
#upload {
position: absolute;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
}
#upload input, #upload input::-webkit-file-upload-button {
cursor: pointer;
}
span.brace {
padding-left: 11px;
cursor: default;
}
span.brace.opened, span.brace.closed {
cursor: pointer;
}
#menu, #clipboard {
position: absolute;
display: none;
z-index: 101;
cursor: default;
}
#menu .box, #alert {
max-width: 350px;
}
#clipboard {
z-index: 99;
}
#loading {
display: none;
float: right;
}
.menu {
background: #888;
white-space: nowrap;
}
.menu a {
display: block;
}
.menu .list {
max-height: 0;
overflow-y: auto;
overflow-x: hidden;
white-space: nowrap;
}
#uploadResponse,
.file .access,
.file .hasThumb {
display: none;
}
#resizer {
position: absolute;
z-index: 98;
top: 0;
background: #000;
opacity: 0;
filter: alpha(opacity=0);
}body.mobile {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
}
body.firefox #files > div {
overflow: auto;
margin-bottom: 5px;
}

4533
admin-zone/ckeditor/kcfinder/cache/base.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
new Image().src="themes/dark/img/loading.gif";

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
new Image().src = 'themes/default/img/loading.gif'; // preload animated gif

View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>

View File

@ -0,0 +1,126 @@
<?php
/** This file is part of KCFinder project
*
* @desc Base configuration file
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
/* IMPORTANT!!! Do not comment or remove uncommented settings in this file
even if you are using session configuration.
See http://kcfinder.sunhater.com/install for setting descriptions */
$_CONFIG = array(
// GENERAL SETTINGS
'disabled' => false,
'uploadURL' => "upload",
'uploadDir' => "",
'theme' => "default",
'types' => array(
// (F)CKEditor types
'files' => "",
'flash' => "swf",
'images' => "*img",
// TinyMCE types
'file' => "",
'media' => "swf flv avi mpg mpeg qt mov wmv asf rm",
'image' => "*img",
),
// IMAGE SETTINGS
'imageDriversPriority' => "imagick gmagick gd",
'jpegQuality' => 90,
'thumbsDir' => ".thumbs",
'maxImageWidth' => 0,
'maxImageHeight' => 0,
'thumbWidth' => 100,
'thumbHeight' => 100,
'watermark' => "",
// DISABLE / ENABLE SETTINGS
'denyZipDownload' => false,
'denyUpdateCheck' => false,
'denyExtensionRename' => false,
// PERMISSION SETTINGS
'dirPerms' => 0755,
'filePerms' => 0644,
'access' => array(
'files' => array(
'upload' => true,
'delete' => true,
'copy' => true,
'move' => true,
'rename' => true
),
'dirs' => array(
'create' => true,
'delete' => true,
'rename' => true
)
),
'deniedExts' => "exe com msi bat cgi pl php phps phtml php3 php4 php5 php6 py pyc pyo pcgi pcgi3 pcgi4 pcgi5 pchi6",
// MISC SETTINGS
'filenameChangeChars' => array(/*
' ' => "_",
':' => "."
*/),
'dirnameChangeChars' => array(/*
' ' => "_",
':' => "."
*/),
'mime_magic' => "",
'cookieDomain' => "",
'cookiePath' => "",
'cookiePrefix' => 'KCFINDER_',
// THE FOLLOWING SETTINGS CANNOT BE OVERRIDED WITH SESSION SETTINGS
'_normalizeFilenames' => false,
'_check4htaccess' => true,
//'_tinyMCEPath' => "/tiny_mce",
'_sessionVar' => "KCFINDER",
//'_sessionLifetime' => 30,
//'_sessionDir' => "/full/directory/path",
//'_sessionDomain' => ".mysite.com",
//'_sessionPath' => "/my/path",
//'_cssMinCmd' => "java -jar /path/to/yuicompressor.jar --type css {file}",
//'_jsMinCmd' => "java -jar /path/to/yuicompressor.jar --type js {file}",
);
?>

View File

@ -0,0 +1,21 @@
<IfModule mod_php4.c>
php_flag engine Off
</IfModule>
<IfModule mod_php5.c>
php_flag engine Off
</IfModule>
<IfModule mod_php6.c>
php_flag engine Off
</IfModule>
<IfModule mod_cgi.c>
Options -ExecCGI
</IfModule>
RemoveHandler .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
RemoveType .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
SetHandler None
SetHandler default-handler
# Remove both lines below if you want to render HTML files from the upload folder
AddType text/plain .html
AddType text/plain .htm

View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>

View File

@ -0,0 +1,41 @@
<?php
/** This file is part of KCFinder project
*
* @desc Autoload Classes
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
spl_autoload_register(function($path) {
$path = explode("\\", $path);
if (count($path) == 1)
return;
list($ns, $class) = $path;
if ($ns == "kcfinder") {
if ($class == "uploader")
require "core/class/uploader.php";
elseif ($class == "browser")
require "core/class/browser.php";
elseif ($class == "minifier")
require "core/class/minifier.php";
elseif (file_exists("core/types/$class.php"))
require "core/types/$class.php";
elseif (file_exists("lib/class_$class.php"))
require "lib/class_$class.php";
elseif (file_exists("lib/helper_$class.php"))
require "lib/helper_$class.php";
}
});
?>

View File

@ -0,0 +1,181 @@
<?php
/** This file is part of KCFinder project
*
* @desc This file is included first, before each other
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*
* This file is the place you can put any code (at the end of the file),
* which will be executed before any other. Suitable for:
* 1. Set PHP ini settings using ini_set()
* 2. Custom session save handler with session_set_save_handler()
* 3. Any custom integration code. If you use any global variables
* here, they can be accessed in conf/config.php via $GLOBALS
* array. It's recommended to use constants instead.
*/
// PHP VERSION CHECK
if (!preg_match('/^(\d+\.\d+)/', PHP_VERSION, $ver) || ($ver[1] < 5.3))
die("You are using PHP " . PHP_VERSION . " when KCFinder require at least version 5.3.0! Some systems has an option to change the active PHP version. Please refer to your hosting provider or upgrade your PHP distribution.");
// SAFE MODE CHECK
if (ini_get("safe_mode"))
die("The \"safe_mode\" PHP ini setting is turned on! You cannot run KCFinder in safe mode.");
// CMS INTEGRATION
if (isset($_GET['cms']) &&
(basename($_GET['cms']) == $_GET['cms']) &&
is_file("integration/{$_GET['cms']}.php")
)
require "integration/{$_GET['cms']}.php";
// REGISTER AUTOLOAD FUNCTION
require "core/autoload.php";
// json_encode() IMPLEMENTATION IF JSON EXTENSION IS MISSING
if (!function_exists("json_encode")) {
function json_encode($data) {
if (is_array($data)) {
$ret = array();
// OBJECT
if (array_keys($data) !== range(0, count($data) - 1)) {
foreach ($data as $key => $val)
$ret[] = json_encode((string) $key) . ':' . json_encode($val);
return "{" . implode(",", $ret) . "}";
// ARRAY
} else {
foreach ($data as $val)
$ret[] = json_encode($val);
return "[" . implode(",", $ret) . "]";
}
// BOOLEAN OR NULL
} elseif (is_bool($data) || ($data === null))
return ($data === null)
? "null"
: ($data ? "true" : "false");
// FLOAT
elseif (is_float($data))
return rtrim(rtrim(number_format($data, 14, ".", ""), "0"), ".");
// INTEGER
elseif (is_int($data))
return $data;
// STRING
return '"' .
str_replace('/', "\\/",
str_replace("\t", "\\t",
str_replace("\r", "\\r",
str_replace("\n", "\\n",
str_replace('"', "\\\"",
str_replace("\\", "\\\\",
$data)))))) . '"';
}
}
// CUSTOM SESSION SAVE HANDLER CLASS EXAMPLE
//
// Uncomment & edit it if the application you want to integrate with, have
// its own session save handler. It's not even needed to save instances of
// this class in variables. Just add a row:
// new SessionSaveHandler();
// and your handler will rule the sessions ;-)
/*
class SessionSaveHandler {
protected $savePath;
protected $sessionName;
public function __construct() {
session_set_save_handler(
array($this, "open"),
array($this, "close"),
array($this, "read"),
array($this, "write"),
array($this, "destroy"),
array($this, "gc")
);
}
// Open function, this works like a constructor in classes and is
// executed when the session is being opened. The open function expects
// two parameters, where the first is the save path and the second is the
// session name.
public function open($savePath, $sessionName) {
$this->savePath = $savePath;
$this->sessionName = $sessionName;
return true;
}
// Close function, this works like a destructor in classes and is
// executed when the session operation is done.
public function close() {
return true;
}
// Read function must return string value always to make save handler
// work as expected. Return empty string if there is no data to read.
// Return values from other handlers are converted to boolean expression.
// TRUE for success, FALSE for failure.
public function read($id) {
$file = $this->savePath . "/sess_$id";
return (string) @file_get_contents($file);
}
// Write function that is called when session data is to be saved. This
// function expects two parameters: an identifier and the data associated
// with it.
public function write($id, $data) {
$file = $this->savePath . "/sess_$id";
if (false !== ($fp = @fopen($file, "w"))) {
$return = fwrite($fp, $data);
fclose($fp);
return $return;
} else
return false;
}
// The destroy handler, this is executed when a session is destroyed with
// session_destroy() and takes the session id as its only parameter.
public function destroy($id) {
$file = $this->savePath . "/sess_$id";
return @unlink($file);
}
// The garbage collector, this is executed when the session garbage
// collector is executed and takes the max session lifetime as its only
// parameter.
public function gc($maxlifetime) {
foreach (glob($this->savePath . "/sess_*") as $file)
if (filemtime($file) + $maxlifetime < time())
@unlink($file);
return true;
}
}
new SessionSaveHandler();
*/
// PUT YOUR ADDITIONAL CODE HERE
?>

View File

@ -0,0 +1,922 @@
<?php
/** This file is part of KCFinder project
*
* @desc Browser actions class
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
class browser extends uploader {
protected $action;
protected $thumbsDir;
protected $thumbsTypeDir;
public function __construct() {
parent::__construct();
// SECURITY CHECK INPUT DIRECTORY
if (isset($_POST['dir'])) {
$dir = $this->checkInputDir($_POST['dir'], true, false);
if ($dir === false) unset($_POST['dir']);
$_POST['dir'] = $dir;
}
if (isset($_GET['dir'])) {
$dir = $this->checkInputDir($_GET['dir'], true, false);
if ($dir === false) unset($_GET['dir']);
$_GET['dir'] = $dir;
}
$thumbsDir = $this->config['uploadDir'] . "/" . $this->config['thumbsDir'];
if (!$this->config['disabled'] &&
(
(
!is_dir($thumbsDir) &&
!@mkdir($thumbsDir, $this->config['dirPerms'])
) ||
!is_readable($thumbsDir) ||
!dir::isWritable($thumbsDir) ||
(
!is_dir("$thumbsDir/{$this->type}") &&
!@mkdir("$thumbsDir/{$this->type}", $this->config['dirPerms'])
)
)
)
$this->errorMsg("Cannot access or create thumbnails folder.");
$this->thumbsDir = $thumbsDir;
$this->thumbsTypeDir = "$thumbsDir/{$this->type}";
// Remove temporary zip downloads if exists
if (!$this->config['disabled']) {
$files = dir::content($this->config['uploadDir'], array(
'types' => "file",
'pattern' => '/^.*\.zip$/i'
));
if (is_array($files) && count($files)) {
$time = time();
foreach ($files as $file)
if (is_file($file) && ($time - filemtime($file) > 3600))
unlink($file);
}
}
if (isset($_GET['theme']) &&
$this->checkFilename($_GET['theme']) &&
is_dir("themes/{$_GET['theme']}")
)
$this->config['theme'] = $_GET['theme'];
}
public function action() {
$act = isset($_GET['act']) ? $_GET['act'] : "browser";
if (!method_exists($this, "act_$act"))
$act = "browser";
$this->action = $act;
$method = "act_$act";
if ($this->config['disabled']) {
$message = $this->label("You don't have permissions to browse server.");
if (in_array($act, array("browser", "upload")) ||
(substr($act, 0, 8) == "download")
)
$this->backMsg($message);
else {
header("Content-Type: text/plain; charset={$this->charset}");
die(json_encode(array('error' => $message)));
}
}
if (!isset($this->session['dir']))
$this->session['dir'] = $this->type;
else {
$type = $this->getTypeFromPath($this->session['dir']);
$dir = $this->config['uploadDir'] . "/" . $this->session['dir'];
if (($type != $this->type) || !is_dir($dir) || !is_readable($dir))
$this->session['dir'] = $this->type;
}
$this->session['dir'] = path::normalize($this->session['dir']);
// Render the browser
if ($act == "browser") {
header("X-UA-Compatible: chrome=1");
header("Content-Type: text/html; charset={$this->charset}");
// Ajax requests
} elseif (
(substr($act, 0, 8) != "download") &&
!in_array($act, array("thumb", "upload"))
)
header("Content-Type: text/plain; charset={$this->charset}");
$return = $this->$method();
echo ($return === true)
? '{}'
: $return;
}
protected function act_browser() {
if (isset($_GET['dir'])) {
$dir = "{$this->typeDir}/{$_GET['dir']}";
if ($this->checkFilePath($dir) && is_dir($dir) && is_readable($dir))
$this->session['dir'] = path::normalize("{$this->type}/{$_GET['dir']}");
}
return $this->output();
}
protected function act_init() {
$tree = $this->getDirInfo($this->typeDir);
$tree['dirs'] = $this->getTree($this->session['dir']);
if (!is_array($tree['dirs']) || !count($tree['dirs']))
unset($tree['dirs']);
$files = $this->getFiles($this->session['dir']);
$dirWritable = dir::isWritable("{$this->config['uploadDir']}/{$this->session['dir']}");
$data = array(
'tree' => &$tree,
'files' => &$files,
'dirWritable' => $dirWritable
);
return json_encode($data);
}
protected function act_thumb() {
if (!isset($_GET['file']) ||
!isset($_GET['dir']) ||
!$this->checkFilename($_GET['file'])
)
$this->sendDefaultThumb();
$dir = $this->getDir();
$file = "{$this->thumbsTypeDir}/{$_GET['dir']}/${_GET['file']}";
// Create thumbnail
if (!is_file($file) || !is_readable($file)) {
$file = "$dir/{$_GET['file']}";
if (!is_file($file) || !is_readable($file))
$this->sendDefaultThumb($file);
$image = image::factory($this->imageDriver, $file);
if ($image->initError)
$this->sendDefaultThumb($file);
$img = new fastImage($file);
$type = $img->getType();
$img->close();
if (in_array($type, array("gif", "jpeg", "png")) &&
($image->width <= $this->config['thumbWidth']) &&
($image->height <= $this->config['thumbHeight'])
) {
$mime = "image/$type";
httpCache::file($file, $mime);
} else
$this->sendDefaultThumb($file);
// Get type from already-existing thumbnail
} else {
$img = new fastImage($file);
$type = $img->getType();
$img->close();
}
httpCache::file($file, "image/$type");
}
protected function act_expand() {
return json_encode(array('dirs' => $this->getDirs($this->postDir())));
}
protected function act_chDir() {
$this->postDir(); // Just for existing check
$this->session['dir'] = "{$this->type}/{$_POST['dir']}";
$dirWritable = dir::isWritable("{$this->config['uploadDir']}/{$this->session['dir']}");
return json_encode(array(
'files' => $this->getFiles($this->session['dir']),
'dirWritable' => $dirWritable
));
}
protected function act_newDir() {
if (!$this->config['access']['dirs']['create'] ||
!isset($_POST['dir']) ||
!isset($_POST['newDir']) ||
!$this->checkFilename($_POST['newDir'])
)
$this->errorMsg("Unknown error.");
$dir = $this->postDir();
$newDir = $this->normalizeDirname(trim($_POST['newDir']));
if (!strlen($newDir))
$this->errorMsg("Please enter new folder name.");
if (preg_match('/[\/\\\\]/s', $newDir))
$this->errorMsg("Unallowable characters in folder name.");
if (substr($newDir, 0, 1) == ".")
$this->errorMsg("Folder name shouldn't begins with '.'");
if (file_exists("$dir/$newDir"))
$this->errorMsg("A file or folder with that name already exists.");
if (!@mkdir("$dir/$newDir", $this->config['dirPerms']))
$this->errorMsg("Cannot create {dir} folder.", array('dir' => $this->htmlData($newDir)));
return true;
}
protected function act_renameDir() {
if (!$this->config['access']['dirs']['rename'] ||
!isset($_POST['dir']) ||
!strlen(rtrim(rtrim(trim($_POST['dir']), "/"), "\\")) ||
!isset($_POST['newName']) ||
!$this->checkFilename($_POST['newName'])
)
$this->errorMsg("Unknown error.");
$dir = $this->postDir();
$newName = $this->normalizeDirname(trim($_POST['newName']));
if (!strlen($newName))
$this->errorMsg("Please enter new folder name.");
if (preg_match('/[\/\\\\]/s', $newName))
$this->errorMsg("Unallowable characters in folder name.");
if (substr($newName, 0, 1) == ".")
$this->errorMsg("Folder name shouldn't begins with '.'");
if (!@rename($dir, dirname($dir) . "/$newName"))
$this->errorMsg("Cannot rename the folder.");
$thumbDir = "$this->thumbsTypeDir/{$_POST['dir']}";
if (is_dir($thumbDir))
@rename($thumbDir, dirname($thumbDir) . "/$newName");
return json_encode(array('name' => $newName));
}
protected function act_deleteDir() {
if (!$this->config['access']['dirs']['delete'] ||
!isset($_POST['dir']) ||
!strlen(rtrim(rtrim(trim($_POST['dir']), "/"), "\\"))
)
$this->errorMsg("Unknown error.");
$dir = $this->postDir();
if (!dir::isWritable($dir))
$this->errorMsg("Cannot delete the folder.");
$result = !dir::prune($dir, false);
if (is_array($result) && count($result))
$this->errorMsg("Failed to delete {count} files/folders.",
array('count' => count($result)));
$thumbDir = "$this->thumbsTypeDir/{$_POST['dir']}";
if (is_dir($thumbDir)) dir::prune($thumbDir);
return true;
}
protected function act_upload() {
header("Content-Type: text/plain; charset={$this->charset}");
if (!$this->config['access']['files']['upload'] ||
!isset($_POST['dir'])
)
$this->errorMsg("Unknown error.");
$dir = $this->postDir();
if (!dir::isWritable($dir))
$this->errorMsg("Cannot access or write to upload folder.");
if (is_array($this->file['name'])) {
$return = array();
foreach ($this->file['name'] as $i => $name) {
$return[] = $this->moveUploadFile(array(
'name' => $name,
'tmp_name' => $this->file['tmp_name'][$i],
'error' => $this->file['error'][$i]
), $dir);
}
return implode("\n", $return);
} else
return $this->moveUploadFile($this->file, $dir);
}
protected function act_download() {
$dir = $this->postDir();
if (!isset($_POST['dir']) ||
!isset($_POST['file']) ||
!$this->checkFilename($_POST['file']) ||
(false === ($file = "$dir/{$_POST['file']}")) ||
!file_exists($file) || !is_readable($file)
)
$this->errorMsg("Unknown error.");
header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Cache-Control: private", false);
header("Content-Type: application/octet-stream");
header('Content-Disposition: attachment; filename="' . str_replace('"', "_", $_POST['file']) . '"');
header("Content-Transfer-Encoding: binary");
header("Content-Length: " . filesize($file));
readfile($file);
die;
}
protected function act_rename() {
$dir = $this->postDir();
if (!$this->config['access']['files']['rename'] ||
!isset($_POST['dir']) ||
!isset($_POST['file']) ||
!isset($_POST['newName']) ||
!$this->checkFilename($_POST['file']) ||
!$this->checkFilename($_POST['newName']) ||
(false === ($file = "$dir/{$_POST['file']}")) ||
!file_exists($file) || !is_readable($file) || !file::isWritable($file)
)
$this->errorMsg("Unknown error.");
if (isset($this->config['denyExtensionRename']) &&
$this->config['denyExtensionRename'] &&
(file::getExtension($_POST['file'], true) !==
file::getExtension($_POST['newName'], true)
)
)
$this->errorMsg("You cannot rename the extension of files!");
$newName = $this->normalizeFilename(trim($_POST['newName']));
if (!strlen($newName))
$this->errorMsg("Please enter new file name.");
if (preg_match('/[\/\\\\]/s', $newName))
$this->errorMsg("Unallowable characters in file name.");
if (substr($newName, 0, 1) == ".")
$this->errorMsg("File name shouldn't begins with '.'");
$newName = "$dir/$newName";
if (file_exists($newName))
$this->errorMsg("A file or folder with that name already exists.");
$ext = file::getExtension($newName);
if (!$this->validateExtension($ext, $this->type))
$this->errorMsg("Denied file extension.");
if (!@rename($file, $newName))
$this->errorMsg("Unknown error.");
$thumbDir = "{$this->thumbsTypeDir}/{$_POST['dir']}";
$thumbFile = "$thumbDir/{$_POST['file']}";
if (file_exists($thumbFile))
@rename($thumbFile, "$thumbDir/" . basename($newName));
return true;
}
protected function act_delete() {
$dir = $this->postDir();
if (!$this->config['access']['files']['delete'] ||
!isset($_POST['dir']) ||
!isset($_POST['file']) ||
!$this->checkFilename($_POST['file']) ||
(false === ($file = "$dir/{$_POST['file']}")) ||
!file_exists($file) || !is_readable($file) || !file::isWritable($file) ||
!@unlink($file)
)
$this->errorMsg("Unknown error.");
$thumb = "{$this->thumbsTypeDir}/{$_POST['dir']}/{$_POST['file']}";
if (file_exists($thumb)) @unlink($thumb);
return true;
}
protected function act_cp_cbd() {
$dir = $this->postDir();
if (!$this->config['access']['files']['copy'] ||
!isset($_POST['dir']) ||
!is_dir($dir) || !is_readable($dir) || !dir::isWritable($dir) ||
!isset($_POST['files']) || !is_array($_POST['files']) ||
!count($_POST['files'])
)
$this->errorMsg("Unknown error.");
$error = array();
foreach($_POST['files'] as $file) {
$file = path::normalize($file);
if (substr($file, 0, 1) == ".") continue;
$type = explode("/", $file);
$type = $type[0];
if ($type != $this->type) continue;
$path = "{$this->config['uploadDir']}/$file";
if (!$this->checkFilePath($path)) continue;
$base = basename($file);
$replace = array('file' => $this->htmlData($base));
$ext = file::getExtension($base);
if (!file_exists($path))
$error[] = $this->label("The file '{file}' does not exist.", $replace);
elseif (substr($base, 0, 1) == ".")
$error[] = $this->htmlData($base) . ": " . $this->label("File name shouldn't begins with '.'");
elseif (!$this->validateExtension($ext, $type))
$error[] = $this->htmlData($base) . ": " . $this->label("Denied file extension.");
elseif (file_exists("$dir/$base"))
$error[] = $this->htmlData($base) . ": " . $this->label("A file or folder with that name already exists.");
elseif (!is_readable($path) || !is_file($path))
$error[] = $this->label("Cannot read '{file}'.", $replace);
elseif (!@copy($path, "$dir/$base"))
$error[] = $this->label("Cannot copy '{file}'.", $replace);
else {
if (function_exists("chmod"))
@chmod("$dir/$base", $this->config['filePerms']);
$fromThumb = "{$this->thumbsDir}/$file";
if (is_file($fromThumb) && is_readable($fromThumb)) {
$toThumb = "{$this->thumbsTypeDir}/{$_POST['dir']}";
if (!is_dir($toThumb))
@mkdir($toThumb, $this->config['dirPerms'], true);
$toThumb .= "/$base";
@copy($fromThumb, $toThumb);
}
}
}
if (count($error))
return json_encode(array('error' => $error));
return true;
}
protected function act_mv_cbd() {
$dir = $this->postDir();
if (!$this->config['access']['files']['move'] ||
!isset($_POST['dir']) ||
!is_dir($dir) || !is_readable($dir) || !dir::isWritable($dir) ||
!isset($_POST['files']) || !is_array($_POST['files']) ||
!count($_POST['files'])
)
$this->errorMsg("Unknown error.");
$error = array();
foreach($_POST['files'] as $file) {
$file = path::normalize($file);
if (substr($file, 0, 1) == ".") continue;
$type = explode("/", $file);
$type = $type[0];
if ($type != $this->type) continue;
$path = "{$this->config['uploadDir']}/$file";
if (!$this->checkFilePath($path)) continue;
$base = basename($file);
$replace = array('file' => $this->htmlData($base));
$ext = file::getExtension($base);
if (!file_exists($path))
$error[] = $this->label("The file '{file}' does not exist.", $replace);
elseif (substr($base, 0, 1) == ".")
$error[] = $this->htmlData($base) . ": " . $this->label("File name shouldn't begins with '.'");
elseif (!$this->validateExtension($ext, $type))
$error[] = $this->htmlData($base) . ": " . $this->label("Denied file extension.");
elseif (file_exists("$dir/$base"))
$error[] = $this->htmlData($base) . ": " . $this->label("A file or folder with that name already exists.");
elseif (!is_readable($path) || !is_file($path))
$error[] = $this->label("Cannot read '{file}'.", $replace);
elseif (!file::isWritable($path) || !@rename($path, "$dir/$base"))
$error[] = $this->label("Cannot move '{file}'.", $replace);
else {
if (function_exists("chmod"))
@chmod("$dir/$base", $this->config['filePerms']);
$fromThumb = "{$this->thumbsDir}/$file";
if (is_file($fromThumb) && is_readable($fromThumb)) {
$toThumb = "{$this->thumbsTypeDir}/{$_POST['dir']}";
if (!is_dir($toThumb))
@mkdir($toThumb, $this->config['dirPerms'], true);
$toThumb .= "/$base";
@rename($fromThumb, $toThumb);
}
}
}
if (count($error))
return json_encode(array('error' => $error));
return true;
}
protected function act_rm_cbd() {
if (!$this->config['access']['files']['delete'] ||
!isset($_POST['files']) ||
!is_array($_POST['files']) ||
!count($_POST['files'])
)
$this->errorMsg("Unknown error.");
$error = array();
foreach($_POST['files'] as $file) {
$file = path::normalize($file);
if (substr($file, 0, 1) == ".") continue;
$type = explode("/", $file);
$type = $type[0];
if ($type != $this->type) continue;
$path = "{$this->config['uploadDir']}/$file";
if (!$this->checkFilePath($path)) continue;
$base = basename($file);
$replace = array('file' => $this->htmlData($base));
if (!is_file($path))
$error[] = $this->label("The file '{file}' does not exist.", $replace);
elseif (!@unlink($path))
$error[] = $this->label("Cannot delete '{file}'.", $replace);
else {
$thumb = "{$this->thumbsDir}/$file";
if (is_file($thumb)) @unlink($thumb);
}
}
if (count($error))
return json_encode(array('error' => $error));
return true;
}
protected function act_downloadDir() {
$dir = $this->postDir();
if (!isset($_POST['dir']) || $this->config['denyZipDownload'])
$this->errorMsg("Unknown error.");
$filename = basename($dir) . ".zip";
do {
$file = md5(time() . session_id());
$file = "{$this->config['uploadDir']}/$file.zip";
} while (file_exists($file));
new zipFolder($file, $dir);
header("Content-Type: application/x-zip");
header('Content-Disposition: attachment; filename="' . str_replace('"', "_", $filename) . '"');
header("Content-Length: " . filesize($file));
readfile($file);
unlink($file);
die;
}
protected function act_downloadSelected() {
$dir = $this->postDir();
if (!isset($_POST['dir']) ||
!isset($_POST['files']) ||
!is_array($_POST['files']) ||
$this->config['denyZipDownload']
)
$this->errorMsg("Unknown error.");
$zipFiles = array();
foreach ($_POST['files'] as $file) {
$file = path::normalize($file);
if ((substr($file, 0, 1) == ".") || (strpos($file, '/') !== false))
continue;
$file = "$dir/$file";
if (!is_file($file) || !is_readable($file) || !$this->checkFilePath($file))
continue;
$zipFiles[] = $file;
}
do {
$file = md5(time() . session_id());
$file = "{$this->config['uploadDir']}/$file.zip";
} while (file_exists($file));
$zip = new \ZipArchive();
$res = $zip->open($file, \ZipArchive::CREATE);
if ($res === TRUE) {
foreach ($zipFiles as $cfile)
$zip->addFile($cfile, basename($cfile));
$zip->close();
}
header("Content-Type: application/x-zip");
header('Content-Disposition: attachment; filename="selected_files_' . basename($file) . '"');
header("Content-Length: " . filesize($file));
readfile($file);
unlink($file);
die;
}
protected function act_downloadClipboard() {
if (!isset($_POST['files']) ||
!is_array($_POST['files']) ||
$this->config['denyZipDownload']
)
$this->errorMsg("Unknown error.");
$zipFiles = array();
foreach ($_POST['files'] as $file) {
$file = path::normalize($file);
if ((substr($file, 0, 1) == "."))
continue;
$type = explode("/", $file);
$type = $type[0];
if ($type != $this->type)
continue;
$file = $this->config['uploadDir'] . "/$file";
if (!is_file($file) || !is_readable($file) || !$this->checkFilePath($file))
continue;
$zipFiles[] = $file;
}
do {
$file = md5(time() . session_id());
$file = "{$this->config['uploadDir']}/$file.zip";
} while (file_exists($file));
$zip = new \ZipArchive();
$res = $zip->open($file, \ZipArchive::CREATE);
if ($res === TRUE) {
foreach ($zipFiles as $cfile)
$zip->addFile($cfile, basename($cfile));
$zip->close();
}
header("Content-Type: application/x-zip");
header('Content-Disposition: attachment; filename="clipboard_' . basename($file) . '"');
header("Content-Length: " . filesize($file));
readfile($file);
unlink($file);
die;
}
protected function act_check4Update() {
if ($this->config['denyUpdateCheck'])
return json_encode(array('version' => false));
// Caching HTTP request for 6 hours
if (isset($this->session['checkVersion']) &&
isset($this->session['checkVersionTime']) &&
((time() - $this->session['checkVersionTime']) < 21600)
)
return json_encode(array('version' => $this->session['checkVersion']));
$protocol = "http";
$host = "kcfinder.sunhater.com";
$port = 80;
$path = "/checkVersion.php";
$url = "$protocol://$host:$port$path";
$pattern = '/^\d+\.\d+$/';
$responsePattern = '/^[A-Z]+\/\d+\.\d+\s+\d+\s+OK\s*([a-zA-Z0-9\-]+\:\s*[^\n]*\n)*\s*(.*)\s*$/';
// file_get_contents()
if (ini_get("allow_url_fopen") &&
(false !== ($ver = file_get_contents($url))) &&
preg_match($pattern, $ver)
// HTTP extension
) {} elseif (
function_exists("http_get") &&
(false !== ($ver = @http_get($url))) &&
(
(
preg_match($responsePattern, $ver, $match) &&
false !== ($ver = $match[2])
) || true
) &&
preg_match($pattern, $ver)
// Curl extension
) {} elseif (
function_exists("curl_init") &&
(false !== ( $curl = @curl_init($url) )) &&
( @ob_start() || (@curl_close($curl) && false)) &&
( @curl_exec($curl) || (@curl_close($curl) && false)) &&
((false !== ( $ver = @ob_get_clean() )) || (@curl_close($curl) && false)) &&
( @curl_close($curl) || true ) &&
preg_match($pattern, $ver)
// Socket extension
) {} elseif (function_exists('socket_create')) {
$cmd =
"GET $path " . strtoupper($protocol) . "/1.1\r\n" .
"Host: $host\r\n" .
"Connection: Close\r\n\r\n";
if ((false !== ( $socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP) )) &&
(false !== @socket_connect($socket, $host, $port) ) &&
(false !== @socket_write($socket, $cmd, strlen($cmd)) ) &&
(false !== ( $ver = @socket_read($socket, 2048) )) &&
preg_match($responsePattern, $ver, $match)
)
$ver = $match[2];
if (isset($socket) && is_resource($socket))
@socket_close($socket);
}
if (isset($ver) && preg_match($pattern, $ver)) {
$this->session['checkVersion'] = $ver;
$this->session['checkVersionTime'] = time();
return json_encode(array('version' => $ver));
} else
return json_encode(array('version' => false));
}
protected function moveUploadFile($file, $dir) {
$message = $this->checkUploadedFile($file);
if ($message !== true) {
if (isset($file['tmp_name']))
@unlink($file['tmp_name']);
return "{$file['name']}: $message";
}
$filename = $this->normalizeFilename($file['name']);
$target = "$dir/" . file::getInexistantFilename($filename, $dir);
if (!@move_uploaded_file($file['tmp_name'], $target) &&
!@rename($file['tmp_name'], $target) &&
!@copy($file['tmp_name'], $target)
) {
@unlink($file['tmp_name']);
return $this->htmlData($file['name']) . ": " . $this->label("Cannot move uploaded file to target folder.");
} elseif (function_exists('chmod'))
chmod($target, $this->config['filePerms']);
$this->makeThumb($target);
return "/" . basename($target);
}
protected function sendDefaultThumb($file=null) {
if ($file !== null) {
$ext = file::getExtension($file);
$thumb = "themes/{$this->config['theme']}/img/files/big/$ext.png";
}
if (!isset($thumb) || !file_exists($thumb))
$thumb = "themes/{$this->config['theme']}/img/files/big/..png";
header("Content-Type: image/png");
readfile($thumb);
die;
}
protected function getFiles($dir) {
$thumbDir = "{$this->config['uploadDir']}/{$this->config['thumbsDir']}/$dir";
$dir = "{$this->config['uploadDir']}/$dir";
$return = array();
$files = dir::content($dir, array('types' => "file"));
if ($files === false)
return $return;
foreach ($files as $file) {
$img = new fastImage($file);
$type = $img->getType();
if ($type !== false) {
$size = $img->getSize($file);
if (is_array($size) && count($size)) {
$thumb_file = "$thumbDir/" . basename($file);
if (!is_file($thumb_file))
$this->makeThumb($file, false);
$smallThumb =
($size[0] <= $this->config['thumbWidth']) &&
($size[1] <= $this->config['thumbHeight']) &&
in_array($type, array("gif", "jpeg", "png"));
} else
$smallThumb = false;
} else
$smallThumb = false;
$img->close();
$stat = stat($file);
if ($stat === false) continue;
$name = basename($file);
$ext = file::getExtension($file);
$bigIcon = file_exists("themes/{$this->config['theme']}/img/files/big/$ext.png");
$smallIcon = file_exists("themes/{$this->config['theme']}/img/files/small/$ext.png");
$thumb = file_exists("$thumbDir/$name");
$return[] = array(
'name' => stripcslashes($name),
'size' => $stat['size'],
'mtime' => $stat['mtime'],
'date' => @strftime($this->dateTimeSmall, $stat['mtime']),
'readable' => is_readable($file),
'writable' => file::isWritable($file),
'bigIcon' => $bigIcon,
'smallIcon' => $smallIcon,
'thumb' => $thumb,
'smallThumb' => $smallThumb
);
}
return $return;
}
protected function getTree($dir, $index=0) {
$path = explode("/", $dir);
$pdir = "";
for ($i = 0; ($i <= $index && $i < count($path)); $i++)
$pdir .= "/{$path[$i]}";
if (strlen($pdir))
$pdir = substr($pdir, 1);
$fdir = "{$this->config['uploadDir']}/$pdir";
$dirs = $this->getDirs($fdir);
if (is_array($dirs) && count($dirs) && ($index <= count($path) - 1)) {
foreach ($dirs as $i => $cdir) {
if ($cdir['hasDirs'] &&
(
($index == count($path) - 1) ||
($cdir['name'] == $path[$index + 1])
)
) {
$dirs[$i]['dirs'] = $this->getTree($dir, $index + 1);
if (!is_array($dirs[$i]['dirs']) || !count($dirs[$i]['dirs'])) {
unset($dirs[$i]['dirs']);
continue;
}
}
}
} else
return false;
return $dirs;
}
protected function postDir($existent=true) {
$dir = $this->typeDir;
if (isset($_POST['dir']))
$dir .= "/" . $_POST['dir'];
if (!$this->checkFilePath($dir))
$this->errorMsg("Unknown error.");
if ($existent && (!is_dir($dir) || !is_readable($dir)))
$this->errorMsg("Inexistant or inaccessible folder.");
return $dir;
}
protected function getDir($existent=true) {
$dir = $this->typeDir;
if (isset($_GET['dir']))
$dir .= "/" . $_GET['dir'];
if (!$this->checkFilePath($dir))
$this->errorMsg("Unknown error.");
if ($existent && (!is_dir($dir) || !is_readable($dir)))
$this->errorMsg("Inexistant or inaccessible folder.");
return $dir;
}
protected function getDirs($dir) {
$dirs = dir::content($dir, array('types' => "dir"));
$return = array();
if (is_array($dirs)) {
$writable = dir::isWritable($dir);
foreach ($dirs as $cdir) {
$info = $this->getDirInfo($cdir);
if ($info === false) continue;
$info['removable'] = $writable && $info['writable'];
$return[] = $info;
}
}
return $return;
}
protected function getDirInfo($dir, $removable=false) {
if ((substr(basename($dir), 0, 1) == ".") || !is_dir($dir) || !is_readable($dir))
return false;
$dirs = dir::content($dir, array('types' => "dir"));
if (is_array($dirs)) {
foreach ($dirs as $key => $cdir)
if (substr(basename($cdir), 0, 1) == ".")
unset($dirs[$key]);
$hasDirs = count($dirs) ? true : false;
} else
$hasDirs = false;
$writable = dir::isWritable($dir);
$info = array(
'name' => stripslashes(basename($dir)),
'readable' => is_readable($dir),
'writable' => $writable,
'removable' => $removable && $writable && dir::isWritable(dirname($dir)),
'hasDirs' => $hasDirs
);
if ($dir == "{$this->config['uploadDir']}/{$this->session['dir']}")
$info['current'] = true;
return $info;
}
protected function output($data=null, $template=null) {
if (!is_array($data)) $data = array();
if ($template === null)
$template = $this->action;
if (file_exists("tpl/tpl_$template.php")) {
ob_start();
$eval = "unset(\$data);unset(\$template);unset(\$eval);";
$_ = $data;
foreach (array_keys($data) as $key)
if (preg_match('/^[a-z\d_]+$/i', $key))
$eval .= "\$$key=\$_['$key'];";
$eval .= "unset(\$_);require \"tpl/tpl_$template.php\";";
eval($eval);
return ob_get_clean();
}
return "";
}
protected function errorMsg($message, array $data=null) {
if (in_array($this->action, array("thumb", "upload", "download", "downloadDir")))
die($this->label($message, $data));
if (($this->action === null) || ($this->action == "browser"))
$this->backMsg($message, $data);
else {
$message = $this->label($message, $data);
die(json_encode(array('error' => $message)));
}
}
protected function htmlData($str) {
return htmlentities($str, null, strtoupper($this->charset));
}
}
?>

View File

@ -0,0 +1,114 @@
<?php
/** This file is part of KCFinder project
*
* @desc Minify JS & CSS
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
class minifier {
protected $config;
protected $type = "js";
protected $minCmd = "";
protected $mime = array(
'js' => "text/javascript",
'css' => "text/css"
);
public function __construct($type=null) {
require "conf/config.php";
$this->config = $_CONFIG;
$type = strtolower($type);
if (isset($this->mime[$type]))
$this->type = $type;
if (isset($_CONFIG["_{$this->type}MinCmd"]))
$this->minCmd = $_CONFIG["_{$this->type}MinCmd"];
}
public function minify($cacheFile=null, $dir=null) {
if ($dir === null)
$dir = dirname($_SERVER['SCRIPT_FILENAME']);
// MODIFICATION TIME FILES
$mtFiles = array(
__FILE__,
$_SERVER['SCRIPT_FILENAME'],
"conf/config.php"
);
// GET SOURCE CODE FILES
$files = dir::content($dir, array(
'types' => "file",
'pattern' => '/^.*\.' . $this->type . '$/'
));
// GET NEWEST MODIFICATION TIME
$mtime = 0;
foreach (array_merge($mtFiles, $files) as $file) {
$fmtime = filemtime($file);
if ($fmtime > $mtime)
$mtime = $fmtime;
}
$header = "Content-Type: {$this->mime[$this->type]}";
// GET SOURCE CODE FROM CLIENT HTTP CACHE IF EXISTS
httpCache::checkMTime($mtime, $header);
// OUTPUT SOURCE CODE
header($header);
// GET SOURCE CODE FROM SERVER-SIDE CACHE
if (($cacheFile !== null) &&
file_exists($cacheFile) &&
(
(filemtime($cacheFile) >= $mtime) ||
!is_writable($cacheFile) // if cache file cannot be modified
) // the script will output it always
) { // with its distribution content
readfile($cacheFile);
die;
}
// MINIFY AND JOIN SOURCE CODE
$source = "";
foreach ($files as $file) {
if (strlen($this->minCmd) && (substr($file, 4, 1) != "_")) {
$cmd = str_replace("{file}", $file, $this->minCmd);
$source .= `$cmd`;
} else
$source .= file_get_contents($file);
}
// UPDATE SERVER-SIDE CACHE
if (($cacheFile !== null) &&
(
is_writable($cacheFile) ||
(
!file_exists($cacheFile) &&
dir::isWritable(dirname($cacheFile))
)
)
) {
file_put_contents($cacheFile, $source);
touch($cacheFile, $mtime);
}
// OUTPUT SOURCE CODE
echo $source;
}
}
?>

View File

@ -0,0 +1,817 @@
<?php
/** This file is part of KCFinder project
*
* @desc Uploader class
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
class uploader {
/** Release version */
const VERSION = "3.12";
/** Config session-overrided settings
* @var array */
protected $config = array();
/** Default image driver
* @var string */
protected $imageDriver = "gd";
/** Opener applocation properties
* @var array */
protected $opener = array();
/** Got from $_GET['type'] or first one $config['types'] array key, if inexistant
* @var string */
protected $type;
/** Helper property. Local filesystem path to the Type Directory
* Equivalent: $config['uploadDir'] . "/" . $type
* @var string */
protected $typeDir;
/** Helper property. Web URL to the Type Directory
* Equivalent: $config['uploadURL'] . "/" . $type
* @var string */
protected $typeURL;
/** Linked to $config['types']
* @var array */
protected $types = array();
/** Settings which can override default settings if exists as keys in $config['types'][$type] array
* @var array */
protected $typeSettings = array('disabled', 'theme', 'dirPerms', 'filePerms', 'denyZipDownload', 'maxImageWidth', 'maxImageHeight', 'thumbWidth', 'thumbHeight', 'jpegQuality', 'access', 'filenameChangeChars', 'dirnameChangeChars', 'denyExtensionRename', 'deniedExts', 'watermark');
/** Got from language file
* @var string */
protected $charset;
/** The language got from $_GET['lng'] or $_GET['lang'] or... Please see next property
* @var string */
protected $lang = "en";
/** Possible language $_GET keys
* @var array */
protected $langInputNames = array('lang', 'langCode', 'lng', 'language', 'lang_code');
/** Uploaded file(s) info. Linked to first $_FILES element
* @var array */
protected $file;
/** Next three properties are got from the current language file
* @var string */
protected $dateTimeFull; // Currently not used
protected $dateTimeMid; // Currently not used
protected $dateTimeSmall;
/** Contain Specified language labels
* @var array */
protected $labels = array();
/** Session array. Please use this property instead of $_SESSION
* @var array */
protected $session;
/** CMS integration property (got from $_GET['cms'])
* @var string */
protected $cms = "";
/** Magic method which allows read-only access to protected or private class properties
* @param string $property
* @return mixed */
public function __get($property) {
return property_exists($this, $property) ? $this->$property : null;
}
public function __construct() {
// SET CMS INTEGRATION PROPERTY
if (isset($_GET['cms']) &&
$this->checkFilename($_GET['cms']) &&
is_file("integration/{$_GET['cms']}.php")
)
$this->cms = $_GET['cms'];
// LINKING UPLOADED FILE
if (count($_FILES))
$this->file = &$_FILES[key($_FILES)];
// LOAD DEFAULT CONFIGURATION
require "conf/config.php";
// SETTING UP SESSION
if (!session_id()) {
if (isset($_CONFIG['_sessionLifetime']))
ini_set('session.gc_maxlifetime', $_CONFIG['_sessionLifetime'] * 60);
if (isset($_CONFIG['_sessionDir']))
ini_set('session.save_path', $_CONFIG['_sessionDir']);
if (isset($_CONFIG['_sessionDomain']))
ini_set('session.cookie_domain', $_CONFIG['_sessionDomain']);
session_start();
}
// LOAD SESSION CONFIGURATION IF EXISTS
$this->config = $_CONFIG;
$sessVar = "_sessionVar";
if (isset($_CONFIG[$sessVar])) {
$sessVar = $_CONFIG[$sessVar];
if (!isset($_SESSION[$sessVar]))
$_SESSION[$sessVar] = array();
$sessVar = &$_SESSION[$sessVar];
if (!is_array($sessVar))
$sessVar = array();
foreach ($sessVar as $key => $val)
if ((substr($key, 0, 1) != "_") && isset($_CONFIG[$key]))
$this->config[$key] = $val;
if (!isset($sessVar['self']))
$sessVar['self'] = array();
$this->session = &$sessVar['self'];
} else
$this->session = &$_SESSION;
// SECURING THE SESSION
$stamp = array(
'ip' => $_SERVER['REMOTE_ADDR'],
'agent' => md5($_SERVER['HTTP_USER_AGENT'])
);
if (!isset($this->session['stamp']))
$this->session['stamp'] = $stamp;
elseif (!is_array($this->session['stamp']) || ($this->session['stamp'] !== $stamp)) {
if ($this->session['stamp']['ip'] === $stamp['ip'])
session_destroy();
die;
}
// IMAGE DRIVER INIT
if (isset($this->config['imageDriversPriority'])) {
$this->config['imageDriversPriority'] =
text::clearWhitespaces($this->config['imageDriversPriority']);
$driver = image::getDriver(explode(' ', $this->config['imageDriversPriority']));
if ($driver !== false)
$this->imageDriver = $driver;
}
if ((!isset($driver) || ($driver === false)) &&
(image::getDriver(array($this->imageDriver)) === false)
)
die("Cannot find any of the supported PHP image extensions!");
// WATERMARK INIT
if (isset($this->config['watermark']) && is_string($this->config['watermark']))
$this->config['watermark'] = array('file' => $this->config['watermark']);
// GET TYPE DIRECTORY
$this->types = &$this->config['types'];
$firstType = array_keys($this->types);
$firstType = $firstType[0];
$this->type = (
isset($_GET['type']) &&
isset($this->types[$_GET['type']])
)
? $_GET['type'] : $firstType;
// LOAD TYPE DIRECTORY SPECIFIC CONFIGURATION IF EXISTS
if (is_array($this->types[$this->type])) {
foreach ($this->types[$this->type] as $key => $val)
if (in_array($key, $this->typeSettings))
$this->config[$key] = $val;
$this->types[$this->type] = isset($this->types[$this->type]['type'])
? $this->types[$this->type]['type'] : "";
}
// COOKIES INIT
$ip = '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)';
$ip = '/^' . implode('\.', array($ip, $ip, $ip, $ip)) . '$/';
if (preg_match($ip, $_SERVER['HTTP_HOST']) ||
preg_match('/^[^\.]+$/', $_SERVER['HTTP_HOST'])
)
$this->config['cookieDomain'] = "";
elseif (!strlen($this->config['cookieDomain']))
$this->config['cookieDomain'] = $_SERVER['HTTP_HOST'];
if (!strlen($this->config['cookiePath']))
$this->config['cookiePath'] = "/";
// UPLOAD FOLDER INIT
// FULL URL
if (preg_match('/^([a-z]+)\:\/\/([^\/^\:]+)(\:(\d+))?\/(.+)\/?$/',
$this->config['uploadURL'], $patt)
) {
list($unused, $protocol, $domain, $unused, $port, $path) = $patt;
$path = path::normalize($path);
$this->config['uploadURL'] = "$protocol://$domain" . (strlen($port) ? ":$port" : "") . "/$path";
$this->config['uploadDir'] = strlen($this->config['uploadDir'])
? path::normalize($this->config['uploadDir'])
: path::url2fullPath("/$path");
$this->typeDir = "{$this->config['uploadDir']}/{$this->type}";
$this->typeURL = "{$this->config['uploadURL']}/{$this->type}";
// SITE ROOT
} elseif ($this->config['uploadURL'] == "/") {
$this->config['uploadDir'] = strlen($this->config['uploadDir'])
? path::normalize($this->config['uploadDir'])
: path::normalize($_SERVER['DOCUMENT_ROOT']);
$this->typeDir = "{$this->config['uploadDir']}/{$this->type}";
$this->typeURL = "/{$this->type}";
// ABSOLUTE & RELATIVE
} else {
$this->config['uploadURL'] = (substr($this->config['uploadURL'], 0, 1) === "/")
? path::normalize($this->config['uploadURL'])
: path::rel2abs_url($this->config['uploadURL']);
$this->config['uploadDir'] = strlen($this->config['uploadDir'])
? path::normalize($this->config['uploadDir'])
: path::url2fullPath($this->config['uploadURL']);
$this->typeDir = "{$this->config['uploadDir']}/{$this->type}";
$this->typeURL = "{$this->config['uploadURL']}/{$this->type}";
}
// HOST APPLICATIONS INIT
if (isset($_GET['CKEditorFuncNum'])) {
$this->opener['name'] = "ckeditor";
$this->opener['CKEditor'] = array('funcNum' => $_GET['CKEditorFuncNum']);
} elseif (isset($_GET['opener'])) {
$this->opener['name'] = $_GET['opener'];
if ($_GET['opener'] == "tinymce") {
if (!isset($this->config['_tinyMCEPath']) || !strlen($this->config['_tinyMCEPath']))
$this->opener['name'] = false;
} elseif ($_GET['opener'] == "tinymce4") {
if (!isset($_GET['field']))
$this->opener['name'] = false;
else
$this->opener['TinyMCE'] = array('field' => $_GET['field']);
}
} else
$this->opener['name'] = false;
// LOCALIZATION
foreach ($this->langInputNames as $key)
if (isset($_GET[$key]) &&
preg_match('/^[a-z][a-z\._\-]*$/i', $_GET[$key]) &&
file_exists("lang/" . strtolower($_GET[$key]) . ".php")
) {
$this->lang = $_GET[$key];
break;
}
$this->localize($this->lang);
// IF BROWSER IS ENABLED
if (!$this->config['disabled']) {
// TRY TO CREATE UPLOAD DIRECTORY IF NOT EXISTS
if (!$this->config['disabled'] && !is_dir($this->config['uploadDir']))
@mkdir($this->config['uploadDir'], $this->config['dirPerms']);
// CHECK & MAKE DEFAULT .htaccess
if (isset($this->config['_check4htaccess']) &&
$this->config['_check4htaccess']
) {
$htaccess = "{$this->config['uploadDir']}/.htaccess";
$original = $this->get_htaccess();
if (!file_exists($htaccess)) {
if (!@file_put_contents($htaccess, $original))
$this->backMsg("Cannot write to upload folder. {$this->config['uploadDir']}");
} else {
if (false === ($data = @file_get_contents($htaccess)))
$this->backMsg("Cannot read .htaccess");
if (($data != $original) && !@file_put_contents($htaccess, $original))
$this->backMsg("Incorrect .htaccess file. Cannot rewrite it!");
}
}
// CHECK & CREATE UPLOAD FOLDER
if (!is_dir($this->typeDir)) {
if (!mkdir($this->typeDir, $this->config['dirPerms']))
$this->backMsg("Cannot create {dir} folder.", array('dir' => $this->type));
} elseif (!is_readable($this->typeDir))
$this->backMsg("Cannot read upload folder.");
}
}
public function upload() {
$config = &$this->config;
$file = &$this->file;
$url = $message = "";
if ($config['disabled'] || !$config['access']['files']['upload']) {
if (isset($file['tmp_name'])) @unlink($file['tmp_name']);
$message = $this->label("You don't have permissions to upload files.");
} elseif (true === ($message = $this->checkUploadedFile())) {
$message = "";
$dir = "{$this->typeDir}/";
if (isset($_GET['dir']) &&
(false !== ($gdir = $this->checkInputDir($_GET['dir'])))
) {
$udir = path::normalize("$dir$gdir");
if (substr($udir, 0, strlen($dir)) !== $dir)
$message = $this->label("Unknown error.");
else {
$l = strlen($dir);
$dir = "$udir/";
$udir = substr($udir, $l);
}
}
if (!strlen($message)) {
if (!is_dir(path::normalize($dir)))
@mkdir(path::normalize($dir), $this->config['dirPerms'], true);
$filename = $this->normalizeFilename($file['name']);
$target = file::getInexistantFilename($dir . $filename);
if (!@move_uploaded_file($file['tmp_name'], $target) &&
!@rename($file['tmp_name'], $target) &&
!@copy($file['tmp_name'], $target)
)
$message = $this->label("Cannot move uploaded file to target folder.");
else {
if (function_exists('chmod'))
@chmod($target, $this->config['filePerms']);
$this->makeThumb($target);
$url = $this->typeURL;
if (isset($udir)) $url .= "/$udir";
$url .= "/" . basename($target);
if (preg_match('/^([a-z]+)\:\/\/([^\/^\:]+)(\:(\d+))?\/(.+)$/', $url, $patt)) {
list($unused, $protocol, $domain, $unused, $port, $path) = $patt;
$base = "$protocol://$domain" . (strlen($port) ? ":$port" : "") . "/";
$url = $base . path::urlPathEncode($path);
} else
$url = path::urlPathEncode($url);
}
}
}
if (strlen($message) &&
isset($this->file['tmp_name']) &&
file_exists($this->file['tmp_name'])
)
@unlink($this->file['tmp_name']);
if (strlen($message) && method_exists($this, 'errorMsg'))
$this->errorMsg($message);
else
$this->callBack($url, $message);
}
protected function normalizeFilename($filename) {
if (isset($this->config['filenameChangeChars']) &&
is_array($this->config['filenameChangeChars'])
)
$filename = strtr($filename, $this->config['filenameChangeChars']);
if (isset($this->config['_normalizeFilenames']) && $this->config['_normalizeFilenames'])
$filename = file::normalizeFilename($filename);
return $filename;
}
protected function normalizeDirname($dirname) {
if (isset($this->config['dirnameChangeChars']) &&
is_array($this->config['dirnameChangeChars'])
)
$dirname = strtr($dirname, $this->config['dirnameChangeChars']);
if (isset($this->config['_normalizeFilenames']) && $this->config['_normalizeFilenames'])
$dirname = file::normalizeFilename($dirname);
return $dirname;
}
protected function checkFilePath($file) {
$rPath = realpath($file);
if (strtoupper(substr(PHP_OS, 0, 3)) == "WIN")
$rPath = str_replace("\\", "/", $rPath);
return (substr($rPath, 0, strlen($this->typeDir)) === $this->typeDir);
}
protected function checkFilename($file) {
if ((basename($file) !== $file) ||
(
isset($this->config['_normalizeFilenames']) &&
$this->config['_normalizeFilenames'] &&
preg_match('/[^0-9a-z\.\- _]/si', $file)
)
)
return false;
return true;
}
protected function checkUploadedFile(array $aFile=null) {
$config = &$this->config;
$file = ($aFile === null) ? $this->file : $aFile;
if (!is_array($file) || !isset($file['name']))
return $this->label("Unknown error");
if (is_array($file['name'])) {
foreach ($file['name'] as $i => $name) {
$return = $this->checkUploadedFile(array(
'name' => $name,
'tmp_name' => $file['tmp_name'][$i],
'error' => $file['error'][$i]
));
if ($return !== true)
return "$name: $return";
}
return true;
}
$extension = file::getExtension($file['name']);
$typePatt = strtolower(text::clearWhitespaces($this->types[$this->type]));
// CHECK FOR UPLOAD ERRORS
if ($file['error'])
return
($file['error'] == UPLOAD_ERR_INI_SIZE) ?
$this->label("The uploaded file exceeds {size} bytes.",
array('size' => ini_get('upload_max_filesize'))) : (
($file['error'] == UPLOAD_ERR_FORM_SIZE) ?
$this->label("The uploaded file exceeds {size} bytes.",
array('size' => $_GET['MAX_FILE_SIZE'])) : (
($file['error'] == UPLOAD_ERR_PARTIAL) ?
$this->label("The uploaded file was only partially uploaded.") : (
($file['error'] == UPLOAD_ERR_NO_FILE) ?
$this->label("No file was uploaded.") : (
($file['error'] == UPLOAD_ERR_NO_TMP_DIR) ?
$this->label("Missing a temporary folder.") : (
($file['error'] == UPLOAD_ERR_CANT_WRITE) ?
$this->label("Failed to write file.") :
$this->label("Unknown error.")
)))));
// HIDDEN FILENAMES CHECK
elseif (substr($file['name'], 0, 1) == ".")
return $this->label("File name shouldn't begins with '.'");
// EXTENSION CHECK
elseif (
(substr($file['name'], -1) == ".") ||
!$this->validateExtension($extension, $this->type)
)
return $this->label("Denied file extension.");
// SPECIAL DIRECTORY TYPES CHECK (e.g. *img)
elseif (preg_match('/^\*([^ ]+)(.*)?$/s', $typePatt, $patt)) {
list($typePatt, $type, $params) = $patt;
$class = __NAMESPACE__ . "\\type_$type";
if (class_exists($class)) {
$type = new $class();
$cfg = $config;
$cfg['filename'] = $file['name'];
if (strlen($params))
$cfg['params'] = trim($params);
$response = $type->checkFile($file['tmp_name'], $cfg);
if ($response !== true)
return $this->label($response);
} else
return $this->label("Non-existing directory type.");
}
// IMAGE RESIZE
$img = image::factory($this->imageDriver, $file['tmp_name']);
if (!$img->initError && !$this->imageResize($img, $file['tmp_name']))
return $this->label("The image is too big and/or cannot be resized.");
return true;
}
protected function checkInputDir($dir, $inclType=true, $existing=true) {
$dir = path::normalize($dir);
if (substr($dir, 0, 1) == "/")
$dir = substr($dir, 1);
if ((substr($dir, 0, 1) == ".") || (substr(basename($dir), 0, 1) == "."))
return false;
if ($inclType) {
$first = explode("/", $dir);
$first = $first[0];
if ($first != $this->type)
return false;
$return = $this->removeTypeFromPath($dir);
} else {
$return = $dir;
$dir = "{$this->type}/$dir";
}
if (!$existing)
return $return;
$path = "{$this->config['uploadDir']}/$dir";
return (is_dir($path) && is_readable($path)) ? $return : false;
}
protected function validateExtension($ext, $type) {
$ext = trim(strtolower($ext));
if (!isset($this->types[$type]))
return false;
$exts = strtolower(text::clearWhitespaces($this->config['deniedExts']));
if (strlen($exts)) {
$exts = explode(" ", $exts);
if (in_array($ext, $exts))
return false;
}
$exts = trim($this->types[$type]);
if (!strlen($exts) || substr($exts, 0, 1) == "*")
return true;
if (substr($exts, 0, 1) == "!") {
$exts = explode(" ", trim(strtolower(substr($exts, 1))));
return !in_array($ext, $exts);
}
$exts = explode(" ", trim(strtolower($exts)));
return in_array($ext, $exts);
}
protected function getTypeFromPath($path) {
return preg_match('/^([^\/]*)\/.*$/', $path, $patt)
? $patt[1] : $path;
}
protected function removeTypeFromPath($path) {
return preg_match('/^[^\/]*\/(.*)$/', $path, $patt)
? $patt[1] : "";
}
protected function imageResize($image, $file=null) {
if (!($image instanceof image)) {
$img = image::factory($this->imageDriver, $image);
if ($img->initError) return false;
$file = $image;
} elseif ($file === null)
return false;
else
$img = $image;
$orientation = 1;
if (function_exists("exif_read_data")) {
$orientation = @exif_read_data($file);
$orientation = isset($orientation['Orientation']) ? $orientation['Orientation'] : 1;
}
// IMAGE WILL NOT BE RESIZED WHEN NO WATERMARK AND SIZE IS ACCEPTABLE
if ((
!isset($this->config['watermark']['file']) ||
(!strlen(trim($this->config['watermark']['file'])))
) && (
(
!$this->config['maxImageWidth'] &&
!$this->config['maxImageHeight']
) || (
($img->width <= $this->config['maxImageWidth']) &&
($img->height <= $this->config['maxImageHeight'])
)
) &&
($orientation == 1)
)
return true;
// PROPORTIONAL RESIZE
if ((!$this->config['maxImageWidth'] || !$this->config['maxImageHeight'])) {
if ($this->config['maxImageWidth'] &&
($this->config['maxImageWidth'] < $img->width)
) {
$width = $this->config['maxImageWidth'];
$height = $img->getPropHeight($width);
} elseif (
$this->config['maxImageHeight'] &&
($this->config['maxImageHeight'] < $img->height)
) {
$height = $this->config['maxImageHeight'];
$width = $img->getPropWidth($height);
}
if (isset($width) && isset($height) && !$img->resize($width, $height))
return false;
// RESIZE TO FIT
} elseif (
$this->config['maxImageWidth'] && $this->config['maxImageHeight'] &&
!$img->resizeFit($this->config['maxImageWidth'], $this->config['maxImageHeight'])
)
return false;
// AUTO FLIP AND ROTATE FROM EXIF
if ((($orientation == 2) && !$img->flipHorizontal()) ||
(($orientation == 3) && !$img->rotate(180)) ||
(($orientation == 4) && !$img->flipVertical()) ||
(($orientation == 5) && (!$img->flipVertical() || !$img->rotate(90))) ||
(($orientation == 6) && !$img->rotate(90)) ||
(($orientation == 7) && (!$img->flipHorizontal() || !$img->rotate(90))) ||
(($orientation == 8) && !$img->rotate(270))
)
return false;
if (($orientation >= 2) && ($orientation <= 8) && ($this->imageDriver == "imagick"))
try {
$img->image->setImageProperty('exif:Orientation', "1");
} catch (\Exception $e) {}
// WATERMARK
if (isset($this->config['watermark']['file']) &&
is_file($this->config['watermark']['file'])
) {
$left = isset($this->config['watermark']['left'])
? $this->config['watermark']['left'] : false;
$top = isset($this->config['watermark']['top'])
? $this->config['watermark']['top'] : false;
$img->watermark($this->config['watermark']['file'], $left, $top);
}
// WRITE TO FILE
return $img->output("jpeg", array(
'file' => $file,
'quality' => $this->config['jpegQuality']
));
}
protected function makeThumb($file, $overwrite=true) {
$img = image::factory($this->imageDriver, $file);
// Drop files which are not images
if ($img->initError)
return true;
$fimg = new fastImage($file);
$type = $fimg->getType();
$fimg->close();
if ($type === false)
return true;
$thumb = substr($file, strlen($this->config['uploadDir']));
$thumb = $this->config['uploadDir'] . "/" . $this->config['thumbsDir'] . "/" . $thumb;
$thumb = path::normalize($thumb);
$thumbDir = dirname($thumb);
if (!is_dir($thumbDir) && !@mkdir($thumbDir, $this->config['dirPerms'], true))
return false;
if (!$overwrite && is_file($thumb))
return true;
// Images with smaller resolutions than thumbnails
if (($img->width <= $this->config['thumbWidth']) &&
($img->height <= $this->config['thumbHeight'])
) {
// Drop only browsable types
if (in_array($type, array("gif", "jpeg", "png")))
return true;
// Resize image
} elseif (!$img->resizeFit($this->config['thumbWidth'], $this->config['thumbHeight']))
return false;
// Save thumbnail
$options = array('file' => $thumb);
if ($type == "gif")
$type = "jpeg";
if ($type == "jpeg")
$options['quality'] = $this->config['jpegQuality'];
return $img->output($type, $options);
}
protected function localize($langCode) {
require "lang/{$langCode}.php";
setlocale(LC_ALL, $lang['_locale']);
$this->charset = $lang['_charset'];
$this->dateTimeFull = $lang['_dateTimeFull'];
$this->dateTimeMid = $lang['_dateTimeMid'];
$this->dateTimeSmall = $lang['_dateTimeSmall'];
unset($lang['_locale']);
unset($lang['_charset']);
unset($lang['_dateTimeFull']);
unset($lang['_dateTimeMid']);
unset($lang['_dateTimeSmall']);
$this->labels = $lang;
}
protected function label($string, array $data=null) {
$return = isset($this->labels[$string]) ? $this->labels[$string] : $string;
if (is_array($data))
foreach ($data as $key => $val)
$return = str_replace("{{$key}}", $val, $return);
return $return;
}
protected function backMsg($message, array $data=null) {
$message = $this->label($message, $data);
$tmp_name = isset($this->file['tmp_name']) ? $this->file['tmp_name'] : false;
if ($tmp_name) {
$tmp_name = (is_array($tmp_name) && isset($tmp_name[0]))
? $tmp_name[0]
: $tmp_name;
if (file_exists($tmp_name))
@unlink($tmp_name);
}
$this->callBack("", $message);
die;
}
protected function callBack($url, $message="") {
$message = text::jsValue($message);
if ((get_class($this) == "kcfinder\\browser") && ($this->action != "browser"))
return;
if (isset($this->opener['name'])) {
$method = "callBack_{$this->opener['name']}";
if (method_exists($this, $method))
$js = $this->$method($url, $message);
}
if (!isset($js))
$js = $this->callBack_default($url, $message);
header("Content-Type: text/html; charset={$this->charset}");
echo "<html><body>$js</body></html>";
}
protected function callBack_ckeditor($url, $message) {
$CKfuncNum = isset($this->opener['CKEditor']['funcNum']) ? $this->opener['CKEditor']['funcNum'] : 0;
if (!$CKfuncNum) $CKfuncNum = 0;
return "<script type='text/javascript'>
var par = window.parent,
op = window.opener,
o = (par && par.CKEDITOR) ? par : ((op && op.CKEDITOR) ? op : false);
if (o !== false) {
if (op) window.close();
o.CKEDITOR.tools.callFunction($CKfuncNum, '$url', '$message');
} else {
alert('$message');
if (op) window.close();
}
</script>";
}
protected function callBack_fckeditor($url, $message) {
$n = strlen($message) ? 1 : 0;
return "<script type='text/javascript'>
var par = window.parent,
op = window.opener,
o = (op && op.OnUploadCompleted) ? op.OnUploadCompleted : ((par && par.OnUploadCompleted) ? par.OnUploadCompleted : false);
if (o !== false) {
if (op) window.close();
o($n, '$url', '', '$message');
} else {
alert('$message');
if (op) window.close();
}
</script>";
}
protected function callBack_tinymce($url, $message) {
return $this->callBack_default($url, $message);
}
protected function callBack_tinymce4($url, $message) {
return $this->callBack_default($url, $message);
}
protected function callBack_default($url, $message) {
return "<script type='text/javascript'>
alert('$message');
if (window.opener) window.close();
</script>";
}
protected function get_htaccess() {
return file_get_contents("conf/upload.htaccess");
}
}
?>

View File

@ -0,0 +1,33 @@
<?php
/** This file is part of KCFinder project
*
* @desc Image detection class
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
class type_img {
public function checkFile($file, array $config) {
$driver = isset($config['imageDriversPriority'])
? image::getDriver(explode(" ", $config['imageDriversPriority'])) : "gd";
$img = image::factory($driver, $file);
if ($img->initError)
return "Unknown image format/encoding.";
return true;
}
}
?>

View File

@ -0,0 +1,49 @@
<?php
/** This file is part of KCFinder project
*
* @desc MIME type detection class
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
class type_mime {
public function checkFile($file, array $config) {
if (!class_exists("finfo"))
return "Fileinfo PECL extension is missing.";
if (!isset($config['params']))
return "Undefined MIME types.";
$finfo = strlen($config['mime_magic'])
? new \finfo(FILEINFO_MIME, $config['mime_magic'])
: new \finfo(FILEINFO_MIME);
if (!$finfo)
return "Opening fileinfo database failed.";
$type = $finfo->file($file);
$type = substr($type, 0, strrpos($type, ";"));
$mimes = $config['params'];
if (substr($mimes, 0, 1) == "!") {
$mimes = trim(substr($mimes, 1));
return in_array($type , explode(" ", $mimes))
? "You can't upload such files."
: true;
}
return !in_array($type , explode(" ", $mimes))
? "You can't upload such files."
: true;
}
}
?>

View File

@ -0,0 +1,198 @@
html, body {
overflow: hidden;
}
body, form, th, td {
margin: 0;
padding: 0;
}
a {
cursor: pointer;
}
* {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
}
table {
border-collapse: collapse;
}
#left {
float: left;
display: block;
width: 25%;
}
#right {
float: left;
display: block;
width: 75%;
}
#settings {
display: none;
padding: 0;
float: left;
width: 100%;
}
#settings > div {
float: left;
}
#folders {
padding: 5px;
overflow: auto;
}
#toolbar {
padding: 5px;
}
#files {
padding: 5px;
overflow: auto;
}
#status {
padding: 5px;
float: left;
overflow: hidden;
}
#fileinfo {
float: left;
}
#clipboard div {
width: 16px;
height: 16px;
}
.folders {
margin-left: 16px;
}
div.file {
overflow-x: hidden;
float: left;
text-align: center;
cursor: default;
white-space: nowrap;
}
div.file .thumb {
background: no-repeat center center;
}
#files table {
width: 100%;
}
tr.file {
cursor: default;
}
tr.file > td {
white-space: nowrap;
}
tr.file > td.name {
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
width: 100%;
}
tr.file > td.time,
tr.file > td.size {
text-align: right;
}
#toolbar {
cursor: default;
white-space: nowrap;
}
#toolbar a {
padding-left: 20px;
text-decoration: none;
background: no-repeat left center;
}
#toolbar a:hover, a[href="#upload"].uploadHover {
color: #000;
}
#upload {
position: absolute;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
}
#upload input, #upload input::-webkit-file-upload-button {
cursor: pointer;
}
span.brace {
padding-left: 11px;
cursor: default;
}
span.brace.opened, span.brace.closed {
cursor: pointer;
}
#menu, #clipboard {
position: absolute;
display: none;
z-index: 101;
cursor: default;
}
#menu .box, #alert {
max-width: 350px;
}
#clipboard {
z-index: 99;
}
#loading {
display: none;
float: right;
}
.menu {
background: #888;
white-space: nowrap;
}
.menu a {
display: block;
}
.menu .list {
max-height: 0;
overflow-y: auto;
overflow-x: hidden;
white-space: nowrap;
}
#uploadResponse,
.file .access,
.file .hasThumb {
display: none;
}
#resizer {
position: absolute;
z-index: 98;
top: 0;
background: #000;
opacity: 0;
filter: alpha(opacity=0);
}

View File

@ -0,0 +1,10 @@
body.mobile {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
}
body.firefox #files > div {
overflow: auto;
margin-bottom: 5px;
}

View File

@ -0,0 +1,22 @@
<?php
/** This file is part of KCFinder project
*
* @desc Join all CSS files from current directory
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
chdir("..");
require "core/autoload.php";
$min = new minifier("css");
$min->minify("cache/base.css");
?>

View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>

View File

@ -0,0 +1,193 @@
VERSION 3.12 - 2014-07-09
-------------------------
* XSS security fix
* Performance fix
* taphold event added. Emulates right-click on touchscreen devices
* Click with Shift key functionality added
* Minor fixes
VERSION 3.11 - 2014-04-21
-------------------------
* "Unknown error." fixes when using `_normalizeFilenames` setting
and upon new folder creation
VERSION 3.10 - 2014-04-16
-------------------------
* Important secirity fixes
VERSION 3.0 - 2014-04-08
------------------------
* Minor fixes
VERSION 3.0-pre1 - 2014-04-02
-----------------------------
* Now KCFinder requires PHP >= 5.3 becouse of using namespace: "kcfinder"
* Support CSS & JavaScript minifier (on the fly)
* jQuery UI & Uniform support. New theme & theme engine (old themes are not supported)
* Improvements in JavaScript code to be well compressed and faster
* Keep PNG transparency in generated thumbnails
* New image viewer
VERSION 2.54 - 2014-03-12
-------------------------
* Performance fix only
VERSION 2.53 - 2014-02-22
-------------------------
* Session start fix
* TinyMCE 4 support
VERSION 2.52 - 2014-01-20
-------------------------
* Various image drivers support (gd, imagemagick, graphicsmagic)
* Auto-rotate images based on EXIF data
* PNG watermark support
VERSION 2.51 - 2010-08-25
-------------------------
* Drag and drop uploading plugin - big fixes
* Cookies problem when using single words or IPs as hostname resolved
* Vietnamese localization
VERSION 2.5 - 2010-08-23
------------------------
* Drupal module support
* Drag and drop uploading plugin
* Two more language labels
* Localhost cookies bugfix
* Renaming current folder bugfix
* Small bugfixes
VERSION 2.41 - 2010-07-24
-------------------------
* Directory types engine improvement
* New 'denyExtensionRename' config setting added
VERSION 2.4 - 2010-07-20
------------------------
* Online checking if new version is released in About box. To use this
feature you should to have Curl, HTTP or Socket extension, or
allow_url_fopen ini setting should be "on"
* New 'denyUpdateCheck' config setting added
* New 'dark' theme added (made by Dark Preacher)
* Additional 'theme' GET parameter to choose a theme from URL
* Thumbnails loading improvement
* Some changes in Oxygen CSS theme
* Replace alert() and confirm() JavaScript functions with good-looking boxes
* Safari 3 right-click fix
* Small bugfixes
VERSION 2.32 - 2010-07-11
-------------------------
* 'filenameChangeChars' and 'dirnameChangeChars' config settings added
* Content-Type header fix for css.php, js_localize.php and
js/browser/joiner.php
* CKEditorFuncNum with index 0 bugfix
* Session save handler example in core/autoload.php
VERSION 2.31 - 2010-07-01
-------------------------
* Proportional uploaded image resize bugfix
* Slideshow bugfixes
* Other small bugfixes
VERSION 2.3 - 2010-06-25
------------------------
* Replace XML Ajax responses with JSON
* Replace old 'readonly' config option with advanced 'access' option
PLEASE UPDATE YOUR OLD CONFIG FILE!!!
* Slideshow images in current folder using arrow keys
* Multipe files upload similar to Facebook upload (not works in IE!)
* Option to set protocol, domain and port in 'uploadURL' setting
* Bugfixes
VERSION 2.21 - 2010-11-19
-------------------------
* Bugfixes only
VERSION 2.2 - 2010-07-27
------------------------
* Many bugfixes
* Read-only config option
VERSION 2.1 - 2010-07-04
------------------------
* Endless JavaScript loop on KCFinder disable bugfix
* New config setting whether to generate .htaccess file in upload folder
* Upload to specified folder from CKEditor & FCKeditor direct upload dialog
* Select multiple files bugfixes
VERSION 2.0 - 2010-07-01
------------------------
* Brand new core
* Option to resize files/folders panels with mouse drag
* Select multiple files with Ctrl key
* Return list of files to custom integrating application
* Animated folder tree
* Directory Type specific configuration settings
* Download multiple files or a folder as ZIP file
VERSION 1.7 - 2010-06-17
------------------------
* Maximize toolbar button
* Clipboard for copying and moving multiple files
* Show warning if the browser is not capable to display KCFinder
* Google Chrome Frame support for old versions of Internet Explorer
VERSION 1.6 - 2010-06-02
------------------------
* Support of Windows Apache server
* Support of Fileinfo PHP extension to detect mime types (*mime directory type)
* Option to deny globaly some dangerous extensions like exe, php, pl, cgi etc
* Check for denied file extension on file rename
* Disallow to upload hidden files (with names begins with .)
* Missing last character of filenames without extension bugfix
* Some small bugfixes
VERSION 1.5 - 2010-05-30
------------------------
* Filenames with spaces download bugfix
* FCKEditor direct upload bugfix
* Thumbnail generation bugfixes
VERSION 1.4 - 2010-05-24
------------------------
* Client-side caching bugfix
* Custom integrations - window.KCFinder.callBack()
* Security fixes
VERSION 1.3 - 2010-05-06
------------------------
* Another session bugfix. Now session configuratin works!
* Show filename by default bugfix
* Loading box on top right corner
VERSION 1.2 - 2010-05-03
------------------------
* Thumbnail generation bugfix
* Session bugfix
* other small bugfixes

View File

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

View File

@ -0,0 +1,165 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,5 @@
<?php
require "browse.php";
?>

View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>

View File

@ -0,0 +1,43 @@
<?php namespace kcfinder\cms;
/** This file is part of KCFinder project
*
* @desc CMS integration code: BolmerCMS
* @package KCFinder
* @version 3.12
* @author Borisov Evgeniy <modx@agel-nash.ru>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
class BolmerCMS{
protected static $authenticated = false;
static function checkAuth() {
$current_cwd = getcwd();
if ( ! self::$authenticated) {
define('BOLMER_API_MODE', true);
define('IN_MANAGER_MODE', true);
$init = realpath(dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))))."/index.php");
include_once($init);
$type = getService('user', true)->getLoginUserType();
if($type=='manager'){
self::$authenticated = true;
if (!isset($_SESSION['KCFINDER'])) {
$_SESSION['KCFINDER'] = array();
}
if(!isset($_SESSION['KCFINDER']['disabled'])) {
$_SESSION['KCFINDER']['disabled'] = false;
}
$_SESSION['KCFINDER']['_check4htaccess'] = false;
$_SESSION['KCFINDER']['uploadURL'] = '/assets/';
$_SESSION['KCFINDER']['uploadDir'] = BOLMER_BASE_PATH.'assets/';
$_SESSION['KCFINDER']['theme'] = 'default';
}
}
chdir($current_cwd);
return self::$authenticated;
}
}
\kcfinder\cms\BolmerCMS::checkAuth();

View File

@ -0,0 +1,113 @@
<?php
/** This file is part of KCFinder project
*
* @desc CMS integration code: Drupal
* @package KCFinder
* @version 3.12
* @author Dany Alejandro Cabrera <otello2040@gmail.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
// gets a valid drupal_path
function get_drupal_path() {
if (!empty($_SERVER['SCRIPT_FILENAME'])) {
$drupal_path = dirname(dirname(dirname(dirname($_SERVER['SCRIPT_FILENAME']))));
if (!file_exists($drupal_path . '/includes/bootstrap.inc')) {
$drupal_path = dirname(dirname(dirname($_SERVER['SCRIPT_FILENAME'])));
$depth = 2;
do {
$drupal_path = dirname($drupal_path);
$depth++;
} while (!($bootstrap_file_found = file_exists($drupal_path . '/includes/bootstrap.inc')) && $depth < 10);
}
}
if (!isset($bootstrap_file_found) || !$bootstrap_file_found) {
$drupal_path = '../../../../..';
if (!file_exists($drupal_path . '/includes/bootstrap.inc')) {
$drupal_path = '../..';
do {
$drupal_path .= '/..';
$depth = substr_count($drupal_path, '..');
} while (!($bootstrap_file_found = file_exists($drupal_path . '/includes/bootstrap.inc')) && $depth < 10);
}
}
return $drupal_path;
}
function CheckAuthentication($drupal_path) {
static $authenticated;
if (!isset($authenticated)) {
if (!isset($bootstrap_file_found) || $bootstrap_file_found) {
$current_cwd = getcwd();
if (!defined('DRUPAL_ROOT')){
define('DRUPAL_ROOT', $drupal_path);
}
// Simulate being in the drupal root folder so we can share the session
chdir(DRUPAL_ROOT);
global $base_url;
$base_root = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http';
$base_url = $base_root .= '://'. preg_replace('/[^a-z0-9-:._]/i', '', $_SERVER['HTTP_HOST']);
if ($dir = trim(dirname($_SERVER['SCRIPT_NAME']), '\,/')) {
$base_path = "/$dir";
$base_url .= $base_path;
}
// correct base_url so it points to Drupal root
$pos = strpos($base_url, '/sites/');
$base_url = substr($base_url, 0, $pos); // drupal root absolute url
// If we aren't in a Drupal installation, or if Drupal path hasn't been properly found, die
if(!file_exists(DRUPAL_ROOT . '/includes/bootstrap.inc')) {
die("The CMS integration service for -drupal- requires KCFinder to be properly placed inside your Drupal installation.");
}
// bootstrap
require_once(DRUPAL_ROOT . '/includes/bootstrap.inc');
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
// if user has access permission...
if (user_access('access kcfinder')) {
if (!isset($_SESSION['KCFINDER'])) {
$_SESSION['KCFINDER'] = array();
$_SESSION['KCFINDER']['disabled'] = false;
}
// User has permission, so make sure KCFinder is not disabled!
if(!isset($_SESSION['KCFINDER']['disabled'])) {
$_SESSION['KCFINDER']['disabled'] = false;
}
global $user;
$_SESSION['KCFINDER']['uploadURL'] = strtr(variable_get('kcfinder_upload_url', 'sites/default/files/kcfinder'), array('%u' => $user->uid, '%n' => $user->name));
$_SESSION['KCFINDER']['uploadDir'] = strtr(variable_get('kcfinder_upload_dir', ''), array('%u' => $user->uid, '%n' => $user->name));
$_SESSION['KCFINDER']['theme'] = variable_get('kcfinder_theme', 'oxygen');
//echo '<br />uploadURL: ' . $_SESSION['KCFINDER']['uploadURL']<br />;
//echo '<br />uploadDir: ' . $_SESSION['KCFINDER']['uploadDir']<br />;
chdir($current_cwd);
return true;
}
chdir($current_cwd);
return false;
}
}
}
CheckAuthentication(get_drupal_path());
?>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,67 @@
/** This file is part of KCFinder project
*
* @desc My jQuery UI & Uniform fixes
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
(function($) {
$.fn.oldMenu = $.fn.menu;
$.fn.menu = function(p1, p2, p3) {
var ret = $(this).oldMenu(p1, p2, p3);
$(this).each(function() {
if (!$(this).hasClass('sh-menu')) {
$(this).addClass('sh-menu')
.children().first().addClass('ui-menu-item-first');
$(this).children().last().addClass('ui-menu-item-last');
$(this).find('.ui-menu').addClass('sh-menu').each(function() {
$(this).children().first().addClass('ui-menu-item-first');
$(this).children().last().addClass('ui-menu-item-last');
});
}
});
return ret;
};
$.fn.oldUniform = $.fn.uniform;
$.fn.uniform = function(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10) {
var ret = $(this).oldUniform(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
$(this).each(function() {
var t = $(this);
if (!t.hasClass('sh-uniform')) {
t.addClass('sh-uniform');
// Fix upload filename width
if (t.is('input[type="file"]')) {
var f = t.parent().find('.filename');
f.css('width', f.innerWidth());
}
// Add an icon into select boxes
if (t.is('select') && !t.attr('multiple')) {
var p = t.parent(),
height = p.height(),
width = p.outerWidth(),
width2 = p.find('span').outerWidth();
$('<div></div>').addClass('ui-icon').css({
'float': "right",
marginTop: - parseInt((height / 2) + 8),
marginRight: - parseInt((width - width2) / 2) - 7
}).appendTo(p);
}
}
});
return ret;
};
})(jQuery);

View File

@ -0,0 +1,26 @@
/** This file is part of KCFinder project
*
* @desc Right Click jQuery Plugin
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
(function($) {
$.fn.rightClick = function(func) {
var events = "contextmenu rightclick";
$(this).each(function() {
$(this).unbind(events).bind(events, function(e) {
e.preventDefault();
$.clearSelection();
if ($.isFunction(func))
func(this, e);
});
});
return $(this);
};
})(jQuery);

View File

@ -0,0 +1,117 @@
// @author Rich Adams <rich@richadams.me>
// Implements a tap and hold functionality. If you click/tap and release, it will trigger a normal
// click event. But if you click/tap and hold for 1s (default), it will trigger a taphold event instead.
;(function($)
{
// Default options
var defaults = {
duration: 1000, // ms
clickHandler: null
}
// When start of a taphold event is triggered.
function startHandler(event)
{
var $elem = jQuery(this);
// Merge the defaults and any user defined settings.
settings = jQuery.extend({}, defaults, event.data);
// If object also has click handler, store it and unbind. Taphold will trigger the
// click itself, rather than normal propagation.
if (typeof $elem.data("events") != "undefined"
&& typeof $elem.data("events").click != "undefined")
{
// Find the one without a namespace defined.
for (var c in $elem.data("events").click)
{
if ($elem.data("events").click[c].namespace == "")
{
var handler = $elem.data("events").click[c].handler
$elem.data("taphold_click_handler", handler);
$elem.unbind("click", handler);
break;
}
}
}
// Otherwise, if a custom click handler was explicitly defined, then store it instead.
else if (typeof settings.clickHandler == "function")
{
$elem.data("taphold_click_handler", settings.clickHandler);
}
// Reset the flags
$elem.data("taphold_triggered", false); // If a hold was triggered
$elem.data("taphold_clicked", false); // If a click was triggered
$elem.data("taphold_cancelled", false); // If event has been cancelled.
// Set the timer for the hold event.
$elem.data("taphold_timer",
setTimeout(function()
{
// If event hasn't been cancelled/clicked already, then go ahead and trigger the hold.
if (!$elem.data("taphold_cancelled")
&& !$elem.data("taphold_clicked"))
{
// Trigger the hold event, and set the flag to say it's been triggered.
$elem.trigger(jQuery.extend(event, jQuery.Event("taphold")));
$elem.data("taphold_triggered", true);
}
}, settings.duration));
}
// When user ends a tap or click, decide what we should do.
function stopHandler(event)
{
var $elem = jQuery(this);
// If taphold has been cancelled, then we're done.
if ($elem.data("taphold_cancelled")) { return; }
// Clear the hold timer. If it hasn't already triggered, then it's too late anyway.
clearTimeout($elem.data("taphold_timer"));
// If hold wasn't triggered and not already clicked, then was a click event.
if (!$elem.data("taphold_triggered")
&& !$elem.data("taphold_clicked"))
{
// If click handler, trigger it.
if (typeof $elem.data("taphold_click_handler") == "function")
{
$elem.data("taphold_click_handler")(jQuery.extend(event, jQuery.Event("click")));
}
// Set flag to say we've triggered the click event.
$elem.data("taphold_clicked", true);
}
}
// If a user prematurely leaves the boundary of the object we're working on.
function leaveHandler(event)
{
// Cancel the event.
$(this).data("taphold_cancelled", true);
}
// Determine if touch events are supported.
var touchSupported = ("ontouchstart" in window) // Most browsers
|| ("onmsgesturechange" in window); // Microsoft
var taphold = $.event.special.taphold =
{
setup: function(data)
{
$(this).bind((touchSupported ? "touchstart" : "mousedown"), data, startHandler)
.bind((touchSupported ? "touchend" : "mouseup"), stopHandler)
.bind((touchSupported ? "touchmove touchcancel" : "mouseleave"), leaveHandler);
},
teardown: function(namespaces)
{
$(this).unbind((touchSupported ? "touchstart" : "mousedown"), startHandler)
.unbind((touchSupported ? "touchend" : "mouseup"), stopHandler)
.unbind((touchSupported ? "touchmove touchcancel" : "mouseleave"), leaveHandler);
}
};
})(jQuery);

View File

@ -0,0 +1,89 @@
/** This file is part of KCFinder project
*
* @desc User Agent jQuery Plugin
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
(function($) {
$.agent = {};
var agent = " " + navigator.userAgent,
patterns = [
{
expr: / [a-z]+\/[0-9a-z\.]+/ig,
delim: "/"
}, {
expr: / [a-z]+:[0-9a-z\.]+/ig,
delim: ":",
keys: ["rv", "version"]
}, {
expr: / [a-z]+\s+[0-9a-z\.]+/ig,
delim: /\s+/,
keys: ["opera", "msie", "firefox", "android"]
}, {
expr: /[ \/\(]([a-z0-9_]+)[ ;\)\/]/ig,
keys: "i386|i486|i586|i686|x86|x64|x86_64|intel|ppc|powerpc|windows|macintosh|darwin|unix|linux|sunos|android|iphone|ipad|ipod|amiga|amigaos|beos|wii|playstation|gentoo|fedora|slackware|ubuntu|archlinux|debian|mint|mageia|mandriva|freebsd|openbsd|netbsd|solaris|opensolaris|x11|mobile|phone".split('|'),
sub: "platform"
}
];
$.each(patterns, function(i, pattern) {
var elements = agent.match(pattern.expr);
if (elements === null)
return;
$.each(elements, function(j, ag) {
ag = ag.replace(/^\s+/, "").toLowerCase();
var key = ag.replace(pattern.expr, "$1"),
val = true;
if (typeof pattern.delim != "undefined") {
ag = ag.split(pattern.delim);
key = ag[0];
val = ag[1];
}
if (typeof pattern.keys != "undefined") {
var exists = false, k = 0;
for (; k < pattern.keys.length; k++)
if (pattern.keys[k] == key) {
exists = true;
break;
}
if (!exists)
return;
}
if (typeof pattern.sub != "undefined") {
if (typeof $.agent[pattern.sub] != "object")
$.agent[pattern.sub] = {};
if (typeof $.agent[pattern.sub][key] == "undefined")
$.agent[pattern.sub][key] = val;
} else if (typeof $.agent[key] == "undefined")
$.agent[key] = val;
});
});
if (!$.agent.platform)
$.agent.platform = {};
// Check for mobile device
$.mobile = false;
var keys = "mobile|android|iphone|ipad|ipod|iemobile|phone".split('|');
a = $.agent;
$.each([a, a.platform], function(i, p) {
for (var j = 0; j < keys.length; j++) {
if (p[keys[j]]) {
$.mobile = true;
return false;
}
}
});
})(jQuery);

View File

@ -0,0 +1,295 @@
/** This file is part of KCFinder project
*
* @desc Helper functions integrated in jQuery
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
(function($) {
$.fn.selection = function(start, end) {
var field = this.get(0);
if (field.createTextRange) {
var selRange = field.createTextRange();
selRange.collapse(true);
selRange.moveStart('character', start);
selRange.moveEnd('character', end-start);
selRange.select();
} else if (field.setSelectionRange) {
field.setSelectionRange(start, end);
} else if (field.selectionStart) {
field.selectionStart = start;
field.selectionEnd = end;
}
field.focus();
};
$.fn.disableTextSelect = function() {
return this.each(function() {
if ($.agent.firefox) { // Firefox
$(this).css('MozUserSelect', "none");
} else if ($.agent.msie) { // IE
$(this).bind('selectstart', function() {
return false;
});
} else { //Opera, etc.
$(this).mousedown(function() {
return false;
});
}
});
};
$.fn.outerSpace = function(type, mbp) {
var selector = this.get(0),
r = 0, x;
if (!mbp) mbp = "mbp";
if (/m/i.test(mbp)) {
x = parseInt($(selector).css('margin-' + type));
if (x) r += x;
}
if (/b/i.test(mbp)) {
x = parseInt($(selector).css('border-' + type + '-width'));
if (x) r += x;
}
if (/p/i.test(mbp)) {
x = parseInt($(selector).css('padding-' + type));
if (x) r += x;
}
return r;
};
$.fn.outerLeftSpace = function(mbp) {
return this.outerSpace('left', mbp);
};
$.fn.outerTopSpace = function(mbp) {
return this.outerSpace('top', mbp);
};
$.fn.outerRightSpace = function(mbp) {
return this.outerSpace('right', mbp);
};
$.fn.outerBottomSpace = function(mbp) {
return this.outerSpace('bottom', mbp);
};
$.fn.outerHSpace = function(mbp) {
return (this.outerLeftSpace(mbp) + this.outerRightSpace(mbp));
};
$.fn.outerVSpace = function(mbp) {
return (this.outerTopSpace(mbp) + this.outerBottomSpace(mbp));
};
$.fn.fullscreen = function() {
if (!$(this).get(0))
return
var t = $(this).get(0),
requestMethod =
t.requestFullScreen ||
t.requestFullscreen ||
t.webkitRequestFullScreen ||
t.mozRequestFullScreen ||
t.msRequestFullscreen;
if (requestMethod)
requestMethod.call(t);
else if (typeof window.ActiveXObject !== "undefined") {
var wscript = new ActiveXObject("WScript.Shell");
if (wscript !== null)
wscript.SendKeys("{F11}");
}
};
$.fn.toggleFullscreen = function(doc) {
if ($.isFullscreen(doc))
$.exitFullscreen(doc);
else
$(this).fullscreen();
};
$.exitFullscreen = function(doc) {
var d = doc ? doc : document,
requestMethod =
d.cancelFullScreen ||
d.cancelFullscreen ||
d.webkitCancelFullScreen ||
d.mozCancelFullScreen ||
d.msExitFullscreen ||
d.exitFullscreen;
if (requestMethod)
requestMethod.call(d);
else if (typeof window.ActiveXObject !== "undefined") {
var wscript = new ActiveXObject("WScript.Shell");
if (wscript !== null)
wscript.SendKeys("{F11}");
}
};
$.isFullscreen = function(doc) {
var d = doc ? doc : document;
return (d.fullScreenElement && (d.fullScreenElement !== null)) ||
(d.fullscreenElement && (d.fullscreenElement !== null)) ||
(d.msFullscreenElement && (d.msFullscreenElement !== null)) ||
d.mozFullScreen || d.webkitIsFullScreen;
};
$.clearSelection = function() {
if (document.selection)
document.selection.empty();
else if (window.getSelection)
window.getSelection().removeAllRanges();
};
$.$ = {
htmlValue: function(value) {
return value
.replace(/\&/g, "&amp;")
.replace(/\"/g, "&quot;")
.replace(/\'/g, "&#39;");
},
htmlData: function(value) {
return value.toString()
.replace(/\&/g, "&amp;")
.replace(/\</g, "&lt;")
.replace(/\>/g, "&gt;")
.replace(/\ /g, "&nbsp;")
.replace(/\"/g, "&quot;")
.replace(/\'/g, "&#39;");
},
jsValue: function(value) {
return value
.replace(/\\/g, "\\\\")
.replace(/\r?\n/, "\\\n")
.replace(/\"/g, "\\\"")
.replace(/\'/g, "\\'");
},
basename: function(path) {
var expr = /^.*\/([^\/]+)\/?$/g;
return expr.test(path)
? path.replace(expr, "$1")
: path;
},
dirname: function(path) {
var expr = /^(.*)\/[^\/]+\/?$/g;
return expr.test(path)
? path.replace(expr, "$1")
: '';
},
inArray: function(needle, arr) {
if (!$.isArray(arr))
return false;
for (var i = 0; i < arr.length; i++)
if (arr[i] == needle)
return true;
return false;
},
getFileExtension: function(filename, toLower) {
if (typeof toLower == 'undefined') toLower = true;
if (/^.*\.[^\.]*$/.test(filename)) {
var ext = filename.replace(/^.*\.([^\.]*)$/, "$1");
return toLower ? ext.toLowerCase(ext) : ext;
} else
return "";
},
escapeDirs: function(path) {
var fullDirExpr = /^([a-z]+)\:\/\/([^\/^\:]+)(\:(\d+))?\/(.+)$/,
prefix = "";
if (fullDirExpr.test(path)) {
var port = path.replace(fullDirExpr, "$4");
prefix = path.replace(fullDirExpr, "$1://$2");
if (port.length)
prefix += ":" + port;
prefix += "/";
path = path.replace(fullDirExpr, "$5");
}
var dirs = path.split('/'),
escapePath = '', i = 0;
for (; i < dirs.length; i++)
escapePath += encodeURIComponent(dirs[i]) + '/';
return prefix + escapePath.substr(0, escapePath.length - 1);
},
kuki: {
prefix: '',
duration: 356,
domain: '',
path: '',
secure: false,
set: function(name, value, duration, domain, path, secure) {
name = this.prefix + name;
if (duration == null) duration = this.duration;
if (secure == null) secure = this.secure;
if ((domain == null) && this.domain) domain = this.domain;
if ((path == null) && this.path) path = this.path;
secure = secure ? true : false;
var date = new Date();
date.setTime(date.getTime() + (duration * 86400000));
var expires = date.toGMTString();
var str = name + '=' + value + '; expires=' + expires;
if (domain != null) str += '; domain=' + domain;
if (path != null) str += '; path=' + path;
if (secure) str += '; secure';
return (document.cookie = str) ? true : false;
},
get: function(name) {
name = this.prefix + name;
var nameEQ = name + '=';
var kukis = document.cookie.split(';');
var kuki;
for (var i = 0; i < kukis.length; i++) {
kuki = kukis[i];
while (kuki.charAt(0) == ' ')
kuki = kuki.substring(1, kuki.length);
if (kuki.indexOf(nameEQ) == 0)
return kuki.substring(nameEQ.length, kuki.length);
}
return null;
},
del: function(name) {
return this.set(name, '', -1);
},
isSet: function(name) {
return (this.get(name) != null);
}
}
};
})(jQuery);

View File

@ -0,0 +1,212 @@
/** This file is part of KCFinder project
*
* @desc Helper MD5 checksum function
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
(function($) {
$.$.utf8encode = function(string) {
string = string.replace(/\r\n/g,"\n");
var utftext = "";
for (var n = 0; n < string.length; n++) {
var c = string.charCodeAt(n);
if (c < 128) {
utftext += String.fromCharCode(c);
} else if((c > 127) && (c < 2048)) {
utftext += String.fromCharCode((c >> 6) | 192);
utftext += String.fromCharCode((c & 63) | 128);
} else {
utftext += String.fromCharCode((c >> 12) | 224);
utftext += String.fromCharCode(((c >> 6) & 63) | 128);
utftext += String.fromCharCode((c & 63) | 128);
}
}
return utftext;
};
$.$.md5 = function(string) {
string = $.$.utf8encode(string);
var RotateLeft = function(lValue, iShiftBits) {
return (lValue<<iShiftBits) | (lValue>>>(32-iShiftBits));
},
AddUnsigned = function(lX, lY) {
var lX8 = (lX & 0x80000000),
lY8 = (lY & 0x80000000),
lX4 = (lX & 0x40000000),
lY4 = (lY & 0x40000000),
lResult = (lX & 0x3FFFFFFF) + (lY & 0x3FFFFFFF);
if (lX4 & lY4)
return (lResult ^ 0x80000000 ^ lX8 ^ lY8);
if (lX4 | lY4)
return (lResult & 0x40000000)
? (lResult ^ 0xC0000000 ^ lX8 ^ lY8)
: (lResult ^ 0x40000000 ^ lX8 ^ lY8);
else
return (lResult ^ lX8 ^ lY8);
},
F = function(x, y, z) { return (x & y) | ((~x) & z); },
G = function(x, y, z) { return (x & z) | (y & (~z)); },
H = function(x, y, z) { return (x ^ y ^ z); },
I = function(x, y, z) { return (y ^ (x | (~z))); },
FF = function(a, b, c, d, x, s, ac) {
a = AddUnsigned(a, AddUnsigned(AddUnsigned(F(b, c, d), x), ac));
return AddUnsigned(RotateLeft(a, s), b);
},
GG = function(a, b, c, d, x, s, ac) {
a = AddUnsigned(a, AddUnsigned(AddUnsigned(G(b, c, d), x), ac));
return AddUnsigned(RotateLeft(a, s), b);
},
HH = function(a, b, c, d, x, s, ac) {
a = AddUnsigned(a, AddUnsigned(AddUnsigned(H(b, c, d), x), ac));
return AddUnsigned(RotateLeft(a, s), b);
},
II = function(a, b, c, d, x, s, ac) {
a = AddUnsigned(a, AddUnsigned(AddUnsigned(I(b, c, d), x), ac));
return AddUnsigned(RotateLeft(a, s), b);
},
ConvertToWordArray = function(string) {
var lWordCount,
lMessageLength = string.length,
lNumberOfWords_temp1 = lMessageLength + 8,
lNumberOfWords_temp2 = (lNumberOfWords_temp1 - (lNumberOfWords_temp1 % 64)) / 64,
lNumberOfWords = (lNumberOfWords_temp2 + 1) * 16,
lWordArray = [lNumberOfWords - 1],
lBytePosition = 0,
lByteCount = 0;
while (lByteCount < lMessageLength) {
lWordCount = (lByteCount - (lByteCount % 4)) / 4;
lBytePosition = (lByteCount % 4) * 8;
lWordArray[lWordCount] = (lWordArray[lWordCount] | (string.charCodeAt(lByteCount) << lBytePosition));
lByteCount++;
}
lWordCount = (lByteCount - (lByteCount % 4)) / 4;
lBytePosition = (lByteCount % 4) * 8;
lWordArray[lWordCount] = lWordArray[lWordCount] | (0x80 << lBytePosition);
lWordArray[lNumberOfWords - 2] = lMessageLength << 3;
lWordArray[lNumberOfWords - 1] = lMessageLength >>> 29;
return lWordArray;
},
WordToHex = function(lValue) {
var lByte, lCount = 0,
WordToHexValue = "",
WordToHexValue_temp = "";
for (; lCount <= 3; lCount++) {
lByte = (lValue >>> (lCount * 8)) & 255;
WordToHexValue_temp = "0" + lByte.toString(16);
WordToHexValue = WordToHexValue + WordToHexValue_temp.substr(WordToHexValue_temp.length - 2,2);
}
return WordToHexValue;
},
AA, BB, CC, DD, k = 0,
x = ConvertToWordArray(string),
a = 0x67452301, b = 0xEFCDAB89,
c = 0x98BADCFE, d = 0x10325476,
S11 = 7, S12 = 12, S13 = 17, S14 = 22,
S21 = 5, S22 = 9, S23 = 14, S24 = 20,
S31 = 4, S32 = 11, S33 = 16, S34 = 23,
S41 = 6, S42 = 10, S43 = 15, S44 = 21;
for (; k < x.length; k += 16) {
AA = a; BB = b; CC = c; DD = d;
a = FF(a, b, c, d, x[k + 0], S11, 0xD76AA478);
d = FF(d, a, b, c, x[k + 1], S12, 0xE8C7B756);
c = FF(c, d, a, b, x[k + 2], S13, 0x242070DB);
b = FF(b, c, d, a, x[k + 3], S14, 0xC1BDCEEE);
a = FF(a, b, c, d, x[k + 4], S11, 0xF57C0FAF);
d = FF(d, a, b, c, x[k + 5], S12, 0x4787C62A);
c = FF(c, d, a, b, x[k + 6], S13, 0xA8304613);
b = FF(b, c, d, a, x[k + 7], S14, 0xFD469501);
a = FF(a, b, c, d, x[k + 8], S11, 0x698098D8);
d = FF(d, a, b, c, x[k + 9], S12, 0x8B44F7AF);
c = FF(c, d, a, b, x[k + 10], S13, 0xFFFF5BB1);
b = FF(b, c, d, a, x[k + 11], S14, 0x895CD7BE);
a = FF(a, b, c, d, x[k + 12], S11, 0x6B901122);
d = FF(d, a, b, c, x[k + 13], S12, 0xFD987193);
c = FF(c, d, a, b, x[k + 14], S13, 0xA679438E);
b = FF(b, c, d, a, x[k + 15], S14, 0x49B40821);
a = GG(a, b, c, d, x[k + 1], S21, 0xF61E2562);
d = GG(d, a, b, c, x[k + 6], S22, 0xC040B340);
c = GG(c, d, a, b, x[k + 11], S23, 0x265E5A51);
b = GG(b, c, d, a, x[k + 0], S24, 0xE9B6C7AA);
a = GG(a, b, c, d, x[k + 5], S21, 0xD62F105D);
d = GG(d, a, b, c, x[k + 10], S22, 0x2441453);
c = GG(c, d, a, b, x[k + 15], S23, 0xD8A1E681);
b = GG(b, c, d, a, x[k + 4], S24, 0xE7D3FBC8);
a = GG(a, b, c, d, x[k + 9], S21, 0x21E1CDE6);
d = GG(d, a, b, c, x[k + 14], S22, 0xC33707D6);
c = GG(c, d, a, b, x[k + 3], S23, 0xF4D50D87);
b = GG(b, c, d, a, x[k + 8], S24, 0x455A14ED);
a = GG(a, b, c, d, x[k + 13], S21, 0xA9E3E905);
d = GG(d, a, b, c, x[k + 2], S22, 0xFCEFA3F8);
c = GG(c, d, a, b, x[k + 7], S23, 0x676F02D9);
b = GG(b, c, d, a, x[k + 12], S24, 0x8D2A4C8A);
a = HH(a, b, c, d, x[k + 5], S31, 0xFFFA3942);
d = HH(d, a, b, c, x[k + 8], S32, 0x8771F681);
c = HH(c, d, a, b, x[k + 11], S33, 0x6D9D6122);
b = HH(b, c, d, a, x[k + 14], S34, 0xFDE5380C);
a = HH(a, b, c, d, x[k + 1], S31, 0xA4BEEA44);
d = HH(d, a, b, c, x[k + 4], S32, 0x4BDECFA9);
c = HH(c, d, a, b, x[k + 7], S33, 0xF6BB4B60);
b = HH(b, c, d, a, x[k + 10], S34, 0xBEBFBC70);
a = HH(a, b, c, d, x[k + 13], S31, 0x289B7EC6);
d = HH(d, a, b, c, x[k + 0], S32, 0xEAA127FA);
c = HH(c, d, a, b, x[k + 3], S33, 0xD4EF3085);
b = HH(b, c, d, a, x[k + 6], S34, 0x4881D05);
a = HH(a, b, c, d, x[k + 9], S31, 0xD9D4D039);
d = HH(d, a, b, c, x[k + 12], S32, 0xE6DB99E5);
c = HH(c, d, a, b, x[k + 15], S33, 0x1FA27CF8);
b = HH(b, c, d, a, x[k + 2], S34, 0xC4AC5665);
a = II(a, b, c, d, x[k + 0], S41, 0xF4292244);
d = II(d, a, b, c, x[k + 7], S42, 0x432AFF97);
c = II(c, d, a, b, x[k + 14], S43, 0xAB9423A7);
b = II(b, c, d, a, x[k + 5], S44, 0xFC93A039);
a = II(a, b, c, d, x[k + 12], S41, 0x655B59C3);
d = II(d, a, b, c, x[k + 3], S42, 0x8F0CCC92);
c = II(c, d, a, b, x[k + 10], S43, 0xFFEFF47D);
b = II(b, c, d, a, x[k + 1], S44, 0x85845DD1);
a = II(a, b, c, d, x[k + 8], S41, 0x6FA87E4F);
d = II(d, a, b, c, x[k + 15], S42, 0xFE2CE6E0);
c = II(c, d, a, b, x[k + 6], S43, 0xA3014314);
b = II(b, c, d, a, x[k + 13], S44, 0x4E0811A1);
a = II(a, b, c, d, x[k + 4], S41, 0xF7537E82);
d = II(d, a, b, c, x[k + 11], S42, 0xBD3AF235);
c = II(c, d, a, b, x[k + 2], S43, 0x2AD7D2BB);
b = II(b, c, d, a, x[k + 9], S44, 0xEB86D391);
a = AddUnsigned(a, AA);
b = AddUnsigned(b, BB);
c = AddUnsigned(c, CC);
d = AddUnsigned(d, DD);
}
return (WordToHex(a) + WordToHex(b) + WordToHex(c) + WordToHex(d)).toLowerCase();
};
})(jQuery);

View File

@ -0,0 +1,23 @@
/** This file is part of KCFinder project
*
* @desc Base JavaScript object properties
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
var _ = {
opener: {},
support: {},
files: [],
clipboard: [],
labels: [],
shows: [],
orders: [],
cms: "",
scrollbarWidth: 20
};

View File

@ -0,0 +1,190 @@
/** This file is part of KCFinder project
*
* @desc Dialog boxes functionality
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.alert = function(text, field, options) {
var close = !field
? function() {}
: ($.isFunction(field)
? field
: function() { setTimeout(function() {field.focus(); }, 1); }
),
o = {
close: function() {
close();
if ($(this).hasClass('ui-dialog-content'))
$(this).dialog('destroy').detach();
}
};
$.extend(o, options);
return _.dialog(_.label("Warning"), text.replace("\n", "<br />\n"), o);
};
_.confirm = function(text, callback, options) {
var o = {
buttons: [
{
text: _.label("Yes"),
icons: {primary: "ui-icon-check"},
click: function() {
callback();
$(this).dialog('destroy').detach();
}
},
{
text: _.label("No"),
icons: {primary: "ui-icon-closethick"},
click: function() {
$(this).dialog('destroy').detach();
}
}
]
};
$.extend(o, options);
return _.dialog(_.label("Confirmation"), text, o);
};
_.dialog = function(title, content, options) {
if (!options) options = {};
var dlg = $('<div></div>');
dlg.hide().attr('title', title).html(content).appendTo('body');
if (dlg.find('form').get(0) && !dlg.find('form [type="submit"]').get(0))
dlg.find('form').append('<button type="submit" style="width:0;height:0;padding:0;margin:0;border:0;visibility:hidden">Submit</button>');
var o = {
resizable: false,
minHeight: false,
modal: true,
width: 351,
buttons: [
{
text: _.label("OK"),
icons: {primary: "ui-icon-check"},
click: function() {
if (typeof options.close != "undefined")
options.close();
if ($(this).hasClass('ui-dialog-content'))
$(this).dialog('destroy').detach();
}
}
],
close: function() {
if ($(this).hasClass('ui-dialog-content'))
$(this).dialog('destroy').detach();
},
closeText: false,
zindex: 1000000,
alone: false,
blur: false,
legend: false,
nopadding: false,
show: { effect: "fade", duration: 250 },
hide: { effect: "fade", duration: 250 }
};
$.extend(o, options);
if (o.alone)
$('.ui-dialog .ui-dialog-content').dialog('destroy').detach();
dlg.dialog(o);
if (o.nopadding)
dlg.css({padding: 0});
if (o.blur)
dlg.parent().find('.ui-dialog-buttonpane button').first().get(0).blur();
if (o.legend)
dlg.parent().find('.ui-dialog-buttonpane').prepend('<div style="float:left;padding:10px 0 0 10px">' + o.legend + '</div>');
if ($.agent && $.agent.firefox)
dlg.css('overflow-x', "hidden");
return dlg;
};
_.fileNameDialog = function(post, inputName, inputValue, url, labels, callBack, selectAll) {
var html = '<form method="post" action="javascript:;"><input name="' + inputName + '" type="text" /></form>',
submit = function() {
var name = dlg.find('[type="text"]').get(0);
name.value = $.trim(name.value);
if (name.value == "") {
_.alert(_.label(labels.errEmpty), function() {
name.focus();
});
return false;
} else if (/[\/\\]/g.test(name.value)) {
_.alert(_.label(labels.errSlash), function() {
name.focus();
});
return false;
} else if (name.value.substr(0, 1) == ".") {
_.alert(_.label(labels.errDot), function() {
name.focus();
});
return false;
}
post[inputName] = name.value;
$.ajax({
type: "post",
dataType: "json",
url: url,
data: post,
async: false,
success: function(data) {
if (_.check4errors(data, false))
return;
if (callBack) callBack(data);
dlg.dialog("destroy").detach();
},
error: function() {
_.alert(_.label("Unknown error."));
}
});
return false;
},
dlg = _.dialog(_.label(labels.title), html, {
width: 351,
buttons: [
{
text: _.label("OK"),
icons: {primary: "ui-icon-check"},
click: function() {
submit();
}
},
{
text: _.label("Cancel"),
icons: {primary: "ui-icon-closethick"},
click: function() {
$(this).dialog('destroy').detach();
}
}
]
}),
field = dlg.find('[type="text"]');
field.uniform().attr('value', inputValue).css('width', 310);
dlg.find('form').submit(submit);
if (!selectAll && /^(.+)\.[^\.]+$/ .test(inputValue))
field.selection(0, inputValue.replace(/^(.+)\.[^\.]+$/, "$1").length);
else {
field.get(0).focus();
field.get(0).select();
}
};

View File

@ -0,0 +1,259 @@
/** This file is part of KCFinder project
*
* @desc Object initializations
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.init = function() {
if (!_.checkAgent()) return;
$('body').click(function() {
_.menu.hide();
}).rightClick();
$('#menu').unbind().click(function() {
return false;
});
_.initOpeners();
_.initSettings();
_.initContent();
_.initToolbar();
_.initResizer();
_.initDropUpload();
var div = $('<div></div>')
.css({width: 100, height: 100, overflow: 'auto', position: 'absolute', top: -1000, left: -1000})
.prependTo('body').append('<div></div>').find('div').css({width: '100%', height: 200});
_.scrollbarWidth = 100 - div.width();
div.parent().remove();
$.each($.agent, function(i) {
if (i != "platform")
$('body').addClass(i)
});
if ($.agent.platform)
$.each($.agent.platform, function(i) {
$('body').addClass(i)
});
if ($.mobile)
$('body').addClass("mobile");
};
_.checkAgent = function() {
if (($.agent.msie && !$.agent.opera && !$.agent.chromeframe && (parseInt($.agent.msie) < 9)) ||
($.agent.opera && (parseInt($.agent.version) < 10)) ||
($.agent.firefox && (parseFloat($.agent.firefox) < 1.8))
) {
var html = '<div style="padding:10px">Your browser is not capable to display KCFinder. Please update your browser or install another one: <a href="http://www.mozilla.com/firefox/" target="_blank">Mozilla Firefox</a>, <a href="http://www.apple.com/safari" target="_blank">Apple Safari</a>, <a href="http://www.google.com/chrome" target="_blank">Google Chrome</a>, <a href="http://www.opera.com/browser" target="_blank">Opera</a>.';
if ($.agent.msie && !$.agent.opera)
html += ' You may also install <a href="http://www.google.com/chromeframe" target="_blank">Google Chrome Frame ActiveX plugin</a> to get Internet Explorer 6, 7, 8 working.';
html += '</div>';
$('body').html(html);
return false;
}
return true;
};
_.initOpeners = function() {
try {
// TinyMCE 3
if (_.opener.name == "tinymce") {
if (typeof tinyMCEPopup == "undefined")
_.opener.name = null;
else
_.opener.callBack = true;
// TinyMCE 4
} else if (_.opener.name == "tinymce4")
_.opener.callBack = true;
// CKEditor
else if (_.opener.name == "ckeditor") {
if (window.parent && window.parent.CKEDITOR)
_.opener.CKEditor.object = window.parent.CKEDITOR;
else if (window.opener && window.opener.CKEDITOR) {
_.opener.CKEditor.object = window.opener.CKEDITOR;
_.opener.callBack = true;
} else
_.opener.CKEditor = null;
// FCKeditor
} else if ((!_.opener.name || (_.opener.name == "fckeditor")) && window.opener && window.opener.SetUrl) {
_.opener.name = "fckeditor";
_.opener.callBack = true;
}
// Custom callback
if (!_.opener.callBack) {
if ((window.opener && window.opener.KCFinder && window.opener.KCFinder.callBack) ||
(window.parent && window.parent.KCFinder && window.parent.KCFinder.callBack)
)
_.opener.callBack = window.opener
? window.opener.KCFinder.callBack
: window.parent.KCFinder.callBack;
if ((
window.opener &&
window.opener.KCFinder &&
window.opener.KCFinder.callBackMultiple
) || (
window.parent &&
window.parent.KCFinder &&
window.parent.KCFinder.callBackMultiple
)
)
_.opener.callBackMultiple = window.opener
? window.opener.KCFinder.callBackMultiple
: window.parent.KCFinder.callBackMultiple;
}
} catch(e) {}
};
_.initContent = function() {
$('div#folders').html(_.label("Loading folders..."));
$('div#files').html(_.label("Loading files..."));
$.ajax({
type: "get",
dataType: "json",
url: _.getURL("init"),
async: false,
success: function(data) {
if (_.check4errors(data))
return;
_.dirWritable = data.dirWritable;
$('#folders').html(_.buildTree(data.tree));
_.setTreeData(data.tree);
_.setTitle("KCFinder: /" + _.dir);
_.initFolders();
_.files = data.files ? data.files : [];
_.orderFiles();
},
error: function() {
$('div#folders').html(_.label("Unknown error."));
$('div#files').html(_.label("Unknown error."));
}
});
};
_.initResizer = function() {
var cursor = ($.agent.opera) ? 'move' : 'col-resize';
$('#resizer').css('cursor', cursor).draggable({
axis: 'x',
start: function() {
$(this).css({
opacity: "0.4",
filter: "alpha(opacity=40)"
});
$('#all').css('cursor', cursor);
},
stop: function() {
$(this).css({
opacity: "0",
filter: "alpha(opacity=0)"
});
$('#all').css('cursor', "");
var jLeft = $('#left'),
jRight = $('#right'),
jFiles = $('#files'),
jFolders = $('#folders'),
left = parseInt($(this).css('left')) + parseInt($(this).css('width')),
w = 0, r;
$('#toolbar a').each(function() {
if ($(this).css('display') != "none")
w += $(this).outerWidth(true);
});
r = $(window).width() - w;
if (left < 100)
left = 100;
if (left > r)
left = r;
var right = $(window).width() - left;
jLeft.css('width', left);
jRight.css('width', right);
jFiles.css('width', jRight.innerWidth() - jFiles.outerHSpace());
$('#resizer').css({
left: jLeft.outerWidth() - jFolders.outerRightSpace('m'),
width: jFolders.outerRightSpace('m') + jFiles.outerLeftSpace('m')
});
_.fixFilesHeight();
}
});
};
_.resize = function() {
var jLeft = $('#left'),
jRight = $('#right'),
jStatus = $('#status'),
jFolders = $('#folders'),
jFiles = $('#files'),
jResizer = $('#resizer'),
jWindow = $(window);
jLeft.css({
width: "25%",
height: jWindow.height() - jStatus.outerHeight()
});
jRight.css({
width: "75%",
height: jWindow.height() - jStatus.outerHeight()
});
$('#toolbar').css('height', $('#toolbar a').outerHeight());
jResizer.css('height', $(window).height());
jFolders.css('height', jLeft.outerHeight() - jFolders.outerVSpace());
_.fixFilesHeight();
var width = jLeft.outerWidth() + jRight.outerWidth();
jStatus.css('width', width);
while (jStatus.outerWidth() > width)
jStatus.css('width', parseInt(jStatus.css('width')) - 1);
while (jStatus.outerWidth() < width)
jStatus.css('width', parseInt(jStatus.css('width')) + 1);
jFiles.css('width', jRight.innerWidth() - jFiles.outerHSpace());
jResizer.css({
left: jLeft.outerWidth() - jFolders.outerRightSpace('m'),
width: jFolders.outerRightSpace('m') + jFiles.outerLeftSpace('m')
});
};
_.setTitle = function(title) {
document.title = title;
if (_.opener.name == "tinymce")
tinyMCEPopup.editor.windowManager.setTitle(window, title);
else if (_.opener.name == "tinymce4") {
var ifr = $('iframe[src*="browse.php?opener=tinymce4&"]', window.parent.document),
path = ifr.attr('src').split('browse.php?')[0];
ifr.parent().parent().find('div.mce-title').html('<span style="padding:0 0 0 28px;margin:-2px 0 -3px -6px;display:block;font-size:1em;font-weight:bold;background:url(' + path + 'themes/default/img/kcf_logo.png) left center no-repeat">' + title + '</span>');
}
};
_.fixFilesHeight = function() {
var jFiles = $('#files'),
jSettings = $('#settings');
jFiles.css('height',
$('#left').outerHeight() - $('#toolbar').outerHeight() - jFiles.outerVSpace() -
((jSettings.css('display') != "none") ? jSettings.outerHeight() : 0)
);
};

View File

@ -0,0 +1,309 @@
/** This file is part of KCFinder project
*
* @desc Toolbar functionality
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.initToolbar = function() {
$('#toolbar').disableTextSelect();
$('#toolbar a').click(function() {
_.menu.hide();
});
if (!$.$.kuki.isSet('displaySettings'))
$.$.kuki.set('displaySettings', "off");
if ($.$.kuki.get('displaySettings') == "on") {
$('#toolbar a[href="kcact:settings"]').addClass('selected');
$('#settings').show();
_.resize();
}
$('#toolbar a[href="kcact:settings"]').click(function () {
var jSettings = $('#settings');
if (jSettings.css('display') == "none") {
$(this).addClass('selected');
$.$.kuki.set('displaySettings', "on");
jSettings.show();
_.fixFilesHeight();
} else {
$(this).removeClass('selected');
$.$.kuki.set('displaySettings', "off");
jSettings.hide();
_.fixFilesHeight();
}
return false;
});
$('#toolbar a[href="kcact:refresh"]').click(function() {
_.refresh();
return false;
});
$('#toolbar a[href="kcact:maximize"]').click(function() {
_.maximize(this);
return false;
});
$('#toolbar a[href="kcact:about"]').click(function() {
var html = '<div class="box about">' +
'<div class="head"><a href="http://kcfinder.sunhater.com" target="_blank">KCFinder</a> ' + _.version + '</div>';
if (_.support.check4Update)
html += '<div id="checkver"><span class="loading"><span>' + _.label("Checking for new version...") + '</span></span></div>';
html +=
'<div>' + _.label("Licenses:") + ' <a href="http://opensource.org/licenses/GPL-3.0" target="_blank">GPLv3</a> & <a href="http://opensource.org/licenses/LGPL-3.0" target="_blank">LGPLv3</a></div>' +
'<div>Copyright &copy;2010-2014 Pavel Tzonkov</div>' +
'</div>';
var dlg = _.dialog(_.label("About"), html, {width: 301});
setTimeout(function() {
$.ajax({
dataType: "json",
url: _.getURL('check4Update'),
async: true,
success: function(data) {
if (!dlg.html().length)
return;
var span = $('#checkver');
span.removeClass('loading');
if (!data.version) {
span.html(_.label("Unable to connect!"));
return;
}
if (_.version < data.version)
span.html('<a href="http://kcfinder.sunhater.com/download" target="_blank">' + _.label("Download version {version} now!", {version: data.version}) + '</a>');
else
span.html(_.label("KCFinder is up to date!"));
},
error: function() {
if (!dlg.html().length)
return;
$('#checkver').removeClass('loading').html(_.label("Unable to connect!"));
}
});
}, 1000);
return false;
});
_.initUploadButton();
};
_.initUploadButton = function() {
var btn = $('#toolbar a[href="kcact:upload"]');
if (!_.access.files.upload) {
btn.hide();
return;
}
var top = btn.get(0).offsetTop,
width = btn.outerWidth(),
height = btn.outerHeight(),
jInput = $('#upload input');
$('#toolbar').prepend('<div id="upload" style="top:' + top + 'px;width:' + width + 'px;height:' + height + 'px"><form enctype="multipart/form-data" method="post" target="uploadResponse" action="' + _.getURL('upload') + '"><input type="file" name="upload[]" onchange="_.uploadFile(this.form)" style="height:' + height + 'px" multiple="multiple" /><input type="hidden" name="dir" value="" /></form></div>');
jInput.css('margin-left', "-" + (jInput.outerWidth() - width));
$('#upload').mouseover(function() {
$('#toolbar a[href="kcact:upload"]').addClass('hover');
}).mouseout(function() {
$('#toolbar a[href="kcact:upload"]').removeClass('hover');
});
};
_.uploadFile = function(form) {
if (!_.dirWritable) {
_.alert(_.label("Cannot write to upload folder."));
$('#upload').detach();
_.initUploadButton();
return;
}
form.elements[1].value = _.dir;
$('<iframe id="uploadResponse" name="uploadResponse" src="javascript:;"></iframe>').prependTo(document.body);
$('#loading').html(_.label("Uploading file...")).show();
form.submit();
$('#uploadResponse').load(function() {
var response = $(this).contents().find('body').text();
$('#loading').hide();
response = response.split("\n");
var selected = [], errors = [];
$.each(response, function(i, row) {
if (row.substr(0, 1) == "/")
selected[selected.length] = row.substr(1, row.length - 1);
else
errors[errors.length] = row;
});
if (errors.length) {
errors = errors.join("\n");
if (errors.replace(/^\s+/g, "").replace(/\s+$/g, "").length)
_.alert(errors);
}
if (!selected.length)
selected = null;
_.refresh(selected);
$('#upload').detach();
setTimeout(function() {
$('#uploadResponse').detach();
}, 1);
_.initUploadButton();
});
};
_.maximize = function(button) {
// TINYMCE 3
if (_.opener.name == "tinymce") {
var par = window.parent.document,
ifr = $('iframe[src*="browse.php?opener=tinymce&"]', par),
id = parseInt(ifr.attr('id').replace(/^mce_(\d+)_ifr$/, "$1")),
win = $('#mce_' + id, par);
if ($(button).hasClass('selected')) {
$(button).removeClass('selected');
win.css({
left: _.maximizeMCE.left,
top: _.maximizeMCE.top,
width: _.maximizeMCE.width,
height: _.maximizeMCE.height
});
ifr.css({
width: _.maximizeMCE.width - _.maximizeMCE.Hspace,
height: _.maximizeMCE.height - _.maximizeMCE.Vspace
});
} else {
$(button).addClass('selected')
_.maximizeMCE = {
width: parseInt(win.css('width')),
height: parseInt(win.css('height')),
left: win.position().left,
top: win.position().top,
Hspace: parseInt(win.css('width')) - parseInt(ifr.css('width')),
Vspace: parseInt(win.css('height')) - parseInt(ifr.css('height'))
};
var width = $(window.top).width(),
height = $(window.top).height();
win.css({
left: $(window.parent).scrollLeft(),
top: $(window.parent).scrollTop(),
width: width,
height: height
});
ifr.css({
width: width - _.maximizeMCE.Hspace,
height: height - _.maximizeMCE.Vspace
});
}
// TINYMCE 4
} else if (_.opener.name == "tinymce4") {
var par = window.parent.document,
ifr = $('iframe[src*="browse.php?opener=tinymce4&"]', par).parent(),
win = ifr.parent();
if ($(button).hasClass('selected')) {
$(button).removeClass('selected');
win.css({
left: _.maximizeMCE4.left,
top: _.maximizeMCE4.top,
width: _.maximizeMCE4.width,
height: _.maximizeMCE4.height
});
ifr.css({
width: _.maximizeMCE4.width,
height: _.maximizeMCE4.height - _.maximizeMCE4.Vspace
});
} else {
$(button).addClass('selected');
_.maximizeMCE4 = {
width: parseInt(win.css('width')),
height: parseInt(win.css('height')),
left: win.position().left,
top: win.position().top,
Vspace: win.outerHeight(true) - ifr.outerHeight(true) - 1
};
var width = $(window.top).width(),
height = $(window.top).height();
win.css({
left: 0,
top: 0,
width: width,
height: height
});
ifr.css({
width: width,
height: height - _.maximizeMCE4.Vspace
});
}
// PUPUP WINDOW
} else if (window.opener) {
window.moveTo(0, 0);
width = screen.availWidth;
height = screen.availHeight;
if ($.agent.opera)
height -= 50;
window.resizeTo(width, height);
} else {
if (window.parent) {
var el = null;
$(window.parent.document).find('iframe').each(function() {
if (this.src.replace('/?', '?') == window.location.href.replace('/?', '?')) {
el = this;
return false;
}
});
// IFRAME
if (el !== null)
$(el).toggleFullscreen(window.parent.document);
// SELF WINDOW
else
$('body').toggleFullscreen();
} else
$('body').toggleFullscreen();
}
};
_.refresh = function(selected) {
_.fadeFiles();
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("chDir"),
data: {dir: _.dir},
async: false,
success: function(data) {
if (_.check4errors(data)) {
$('#files > div').css({opacity: "", filter: ""});
return;
}
_.dirWritable = data.dirWritable;
_.files = data.files ? data.files : [];
_.orderFiles(null, selected);
_.statusDir();
},
error: function() {
$('#files > div').css({opacity: "", filter: ""});
$('#files').html(_.label("Unknown error."));
}
});
};

View File

@ -0,0 +1,86 @@
/** This file is part of KCFinder project
*
* @desc Settings panel functionality
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.initSettings = function() {
$('#settings').disableTextSelect();
$('#settings fieldset, #settings input, #settings label').uniform();
if (!_.shows.length)
$('#show input[type="checkbox"]').each(function(i) {
_.shows[i] = this.name;
});
var shows = _.shows;
if (!$.$.kuki.isSet('showname')) {
$.$.kuki.set('showname', "on");
$.each(shows, function (i, val) {
if (val != "name") $.$.kuki.set('show' + val, "off");
});
}
$('#show input[type="checkbox"]').click(function() {
$.$.kuki.set('show' + this.name, this.checked ? "on" : "off")
$('#files .file div.' + this.name).css('display', this.checked ? "block" : "none");
});
$.each(shows, function(i, val) {
$('#show input[name="' + val + '"]').get(0).checked = ($.$.kuki.get('show' + val) == "on") ? "checked" : "";
});
if (!_.orders.length)
$('#order input[type="radio"]').each(function(i) {
_.orders[i] = this.value;
})
var orders = _.orders;
if (!$.$.kuki.isSet('order'))
$.$.kuki.set('order', "name");
if (!$.$.kuki.isSet('orderDesc'))
$.$.kuki.set('orderDesc', "off");
$('#order input[value="' + $.$.kuki.get('order') + '"]').get(0).checked = true;
$('#order input[name="desc"]').get(0).checked = ($.$.kuki.get('orderDesc') == "on");
$('#order input[type="radio"]').click(function() {
$.$.kuki.set('order', this.value);
_.orderFiles();
});
$('#order input[name="desc"]').click(function() {
$.$.kuki.set('orderDesc', this.checked ? 'on' : "off");
_.orderFiles();
});
if (!$.$.kuki.isSet('view'))
$.$.kuki.set('view', "thumbs");
if ($.$.kuki.get('view') == "list")
$('#show').parent().hide();
$('#view input[value="' + $.$.kuki.get('view') + '"]').get(0).checked = true;
$('#view input').click(function() {
var view = this.value;
if ($.$.kuki.get('view') != view) {
$.$.kuki.set('view', view);
if (view == "list")
$('#show').parent().hide();
else
$('#show').parent().show();
}
_.fixFilesHeight();
_.refresh();
});
};

View File

@ -0,0 +1,248 @@
/** This file is part of KCFinder project
*
* @desc File related functionality
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.initFiles = function() {
$(document).unbind('keydown').keydown(function(e) {
return !_.selectAll(e);
});
$('#files').unbind().scroll(function() {
_.menu.hide();
}).disableTextSelect();
$('.file').unbind().click(function(e) {
_.selectFile($(this), e);
}).rightClick(function(el, e) {
_.menuFile($(el), e);
}).dblclick(function() {
_.returnFile($(this));
});
if ($.mobile)
$('.file').on('taphold', function() {
_.menuFile($(this), {
pageX: $(this).offset().left,
pageY: $(this).offset().top + $(this).outerHeight()
});
});
$.each(_.shows, function(i, val) {
$('#files .file div.' + val).css('display', ($.$.kuki.get('show' + val) == "off") ? "none" : "block");
});
_.statusDir();
};
_.showFiles = function(callBack, selected) {
_.fadeFiles();
setTimeout(function() {
var c = $('<div></div>');
$.each(_.files, function(i, file) {
var f, icon,
stamp = file.size + "|" + file.mtime;
// List
if ($.$.kuki.get('view') == "list") {
if (!i) c.html('<table></table>');
icon = $.$.getFileExtension(file.name);
if (file.thumb)
icon = ".image";
else if (!icon.length || !file.smallIcon)
icon = ".";
icon = "themes/" + _.theme + "/img/files/small/" + icon + ".png";
f = $('<tr class="file"><td class="name thumb"></td><td class="time"></td><td class="size"></td></tr>');
f.appendTo(c.find('table'));
// Thumbnails
} else {
if (file.thumb)
icon = _.getURL('thumb') + "&file=" + encodeURIComponent(file.name) + "&dir=" + encodeURIComponent(_.dir) + "&stamp=" + stamp;
else if (file.smallThumb) {
icon = _.uploadURL + "/" + _.dir + "/" + encodeURIComponent(file.name);
icon = $.$.escapeDirs(icon).replace(/\'/g, "%27");
} else {
icon = file.bigIcon ? $.$.getFileExtension(file.name) : ".";
if (!icon.length) icon = ".";
icon = "themes/" + _.theme + "/img/files/big/" + icon + ".png";
}
f = $('<div class="file"><div class="thumb"></div><div class="name"></div><div class="time"></div><div class="size"></div></div>');
f.appendTo(c);
}
f.find('.thumb').css({backgroundImage: 'url("' + icon + '")'});
f.find('.name').html($.$.htmlData(file.name));
f.find('.time').html(file.date);
f.find('.size').html(_.humanSize(file.size));
f.data(file);
if ((file.name === selected) || $.$.inArray(file.name, selected))
f.addClass('selected');
});
c.css({opacity:'', filter:''});
$('#files').html(c);
if (callBack) callBack();
_.initFiles();
}, 200);
};
_.selectFile = function(file, e) {
// Click with Ctrl, Meta or Shift key
if (e.ctrlKey || e.metaKey || e.shiftKey) {
// Click with Shift key
if (e.shiftKey && !file.hasClass('selected')) {
var f = file.prev();
while (f.get(0) && !f.hasClass('selected')) {
f.addClass('selected');
f = f.prev();
}
}
file.toggleClass('selected');
// Update statusbar
var files = $('.file.selected').get(),
size = 0, data;
if (!files.length)
_.statusDir();
else {
$.each(files, function(i, cfile) {
size += $(cfile).data('size');
});
size = _.humanSize(size);
if (files.length > 1)
$('#fileinfo').html(files.length + " " + _.label("selected files") + " (" + size + ")");
else {
data = $(files[0]).data();
$('#fileinfo').html($.$.htmlData(data.name) + " (" + _.humanSize(data.size) + ", " + data.date + ")");
}
}
// Normal click
} else {
data = file.data();
$('.file').removeClass('selected');
file.addClass('selected');
$('#fileinfo').html($.$.htmlData(data.name) + " (" + _.humanSize(data.size) + ", " + data.date + ")");
}
};
_.selectAll = function(e) {
if ((!e.ctrlKey && !e.metaKey) || ((e.keyCode != 65) && (e.keyCode != 97))) // Ctrl-A
return false;
var files = $('.file'),
size = 0;
if (files.length) {
files.addClass('selected').each(function() {
size += $(this).data('size');
});
$('#fileinfo').html(files.length + " " + _.label("selected files") + " (" + _.humanSize(size) + ")");
}
return true;
};
_.returnFile = function(file) {
var button, win, fileURL = file.substr
? file : _.uploadURL + "/" + _.dir + "/" + file.data('name');
fileURL = $.$.escapeDirs(fileURL);
if (_.opener.name == "ckeditor") {
_.opener.CKEditor.object.tools.callFunction(_.opener.CKEditor.funcNum, fileURL, "");
window.close();
} else if (_.opener.name == "fckeditor") {
window.opener.SetUrl(fileURL) ;
window.close() ;
} else if (_.opener.name == "tinymce") {
win = tinyMCEPopup.getWindowArg('window');
win.document.getElementById(tinyMCEPopup.getWindowArg('input')).value = fileURL;
if (win.getImageData) win.getImageData();
if (typeof(win.ImageDialog) != "undefined") {
if (win.ImageDialog.getImageData)
win.ImageDialog.getImageData();
if (win.ImageDialog.showPreviewImage)
win.ImageDialog.showPreviewImage(fileURL);
}
tinyMCEPopup.close();
} else if (_.opener.name == "tinymce4") {
win = (window.opener ? window.opener : window.parent);
$(win.document).find('#' + _.opener.TinyMCE.field).val(fileURL);
win.tinyMCE.activeEditor.windowManager.close();
} else if (_.opener.callBack) {
if (window.opener && window.opener.KCFinder) {
_.opener.callBack(fileURL);
window.close();
}
if (window.parent && window.parent.KCFinder) {
button = $('#toolbar a[href="kcact:maximize"]');
if (button.hasClass('selected'))
_.maximize(button);
_.opener.callBack(fileURL);
}
} else if (_.opener.callBackMultiple) {
if (window.opener && window.opener.KCFinder) {
_.opener.callBackMultiple([fileURL]);
window.close();
}
if (window.parent && window.parent.KCFinder) {
button = $('#toolbar a[href="kcact:maximize"]');
if (button.hasClass('selected'))
_.maximize(button);
_.opener.callBackMultiple([fileURL]);
}
}
};
_.returnFiles = function(files) {
if (_.opener.callBackMultiple && files.length) {
var rfiles = [];
$.each(files, function(i, file) {
rfiles[i] = _.uploadURL + "/" + _.dir + "/" + $(file).data('name');
rfiles[i] = $.$.escapeDirs(rfiles[i]);
});
_.opener.callBackMultiple(rfiles);
if (window.opener) window.close()
}
};
_.returnThumbnails = function(files) {
if (_.opener.callBackMultiple) {
var rfiles = [], j = 0;
$.each(files, function(i, file) {
if ($(file).data('thumb')) {
rfiles[j] = _.thumbsURL + "/" + _.dir + "/" + $(file).data('name');
rfiles[j] = $.$.escapeDirs(rfiles[j++]);
}
});
_.opener.callBackMultiple(rfiles);
if (window.opener) window.close()
}
};

View File

@ -0,0 +1,184 @@
/** This file is part of KCFinder project
*
* @desc Folder related functionality
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.initFolders = function() {
$('#folders').scroll(function() {
_.menu.hide();
}).disableTextSelect();
$('div.folder > a').unbind().click(function() {
_.menu.hide();
return false;
});
$('div.folder > a > span.brace').unbind().click(function() {
if ($(this).hasClass('opened') || $(this).hasClass('closed'))
_.expandDir($(this).parent());
});
$('div.folder > a > span.folder').unbind().click(function() {
_.changeDir($(this).parent());
}).rightClick(function(el, e) {
_.menuDir($(el).parent(), e);
});
if ($.mobile) {
$('div.folder > a > span.folder').on('taphold', function() {
_.menuDir($(this).parent(), {
pageX: $(this).offset().left + 1,
pageY: $(this).offset().top + $(this).outerHeight()
});
});
}
};
_.setTreeData = function(data, path) {
if (!path)
path = "";
else if (path.length && (path.substr(path.length - 1, 1) != '/'))
path += "/";
path += data.name;
var selector = '#folders a[href="kcdir:/' + $.$.escapeDirs(path) + '"]';
$(selector).data({
name: data.name,
path: path,
readable: data.readable,
writable: data.writable,
removable: data.removable,
hasDirs: data.hasDirs
});
$(selector + ' span.folder').addClass(data.current ? 'current' : 'regular');
if (data.dirs && data.dirs.length) {
$(selector + ' span.brace').addClass('opened');
$.each(data.dirs, function(i, cdir) {
_.setTreeData(cdir, path + "/");
});
} else if (data.hasDirs)
$(selector + ' span.brace').addClass('closed');
};
_.buildTree = function(root, path) {
if (!path) path = "";
path += root.name;
var cdir, html = '<div class="folder"><a href="kcdir:/' + $.$.escapeDirs(path) + '"><span class="brace">&nbsp;</span><span class="folder">' + $.$.htmlData(root.name) + '</span></a>';
if (root.dirs) {
html += '<div class="folders">';
for (var i = 0; i < root.dirs.length; i++) {
cdir = root.dirs[i];
html += _.buildTree(cdir, path + "/");
}
html += '</div>';
}
html += '</div>';
return html;
};
_.expandDir = function(dir) {
var path = dir.data('path');
if (dir.children('.brace').hasClass('opened')) {
dir.parent().children('.folders').hide(500, function() {
if (path == _.dir.substr(0, path.length))
_.changeDir(dir);
});
dir.children('.brace').removeClass('opened').addClass('closed');
} else {
if (dir.parent().children('.folders').get(0)) {
dir.parent().children('.folders').show(500);
dir.children('.brace').removeClass('closed').addClass('opened');
} else if (!$('#loadingDirs').get(0)) {
dir.parent().append('<div id="loadingDirs">' + _.label("Loading folders...") + '</div>');
$('#loadingDirs').hide().show(200, function() {
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("expand"),
data: {dir: path},
async: false,
success: function(data) {
$('#loadingDirs').hide(200, function() {
$('#loadingDirs').detach();
});
if (_.check4errors(data))
return;
var html = "";
$.each(data.dirs, function(i, cdir) {
html += '<div class="folder"><a href="kcdir:/' + $.$.escapeDirs(path + '/' + cdir.name) + '"><span class="brace">&nbsp;</span><span class="folder">' + $.$.htmlData(cdir.name) + '</span></a></div>';
});
if (html.length) {
dir.parent().append('<div class="folders">' + html + '</div>');
var folders = $(dir.parent().children('.folders').first());
folders.hide();
$(folders).show(500);
$.each(data.dirs, function(i, cdir) {
_.setTreeData(cdir, path);
});
}
if (data.dirs.length)
dir.children('.brace').removeClass('closed').addClass('opened');
else
dir.children('.brace').removeClass('opened closed');
_.initFolders();
_.initDropUpload();
},
error: function() {
$('#loadingDirs').detach();
_.alert(_.label("Unknown error."));
}
});
});
}
}
};
_.changeDir = function(dir) {
if (dir.children('span.folder').hasClass('regular')) {
$('div.folder > a > span.folder').removeClass('current regular').addClass('regular');
dir.children('span.folder').removeClass('regular').addClass('current');
$('#files').html(_.label("Loading files..."));
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("chDir"),
data: {dir: dir.data('path')},
async: false,
success: function(data) {
if (_.check4errors(data))
return;
_.files = data.files;
_.orderFiles();
_.dir = dir.data('path');
_.dirWritable = data.dirWritable;
_.setTitle("KCFinder: /" + _.dir);
_.statusDir();
},
error: function() {
$('#files').html(_.label("Unknown error."));
}
});
}
};
_.statusDir = function() {
var i = 0, size = 0;
for (; i < _.files.length; i++)
size += _.files[i].size;
size = _.humanSize(size);
$('#fileinfo').html(_.files.length + " " + _.label("files") + " (" + size + ")");
};
_.refreshDir = function(dir) {
var path = dir.data('path');
if (dir.children('.brace').hasClass('opened') || dir.children('.brace').hasClass('closed'))
dir.children('.brace').removeClass('opened').addClass('closed');
dir.parent().children('.folders').first().detach();
if (path == _.dir.substr(0, path.length))
_.changeDir(dir);
_.expandDir(dir);
return true;
};

View File

@ -0,0 +1,589 @@
/** This file is part of KCFinder project
*
* @desc Context menus
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.menu = {
init: function() {
$('#menu').html("<ul></ul>").css('display', 'none');
},
addItem: function(href, label, callback, denied) {
if (typeof denied == "undefined")
denied = false;
$('#menu ul').append('<li><a href="' + href + '"' + (denied ? ' class="denied"' : "") + '><span>' + label + '</span></a></li>');
if (!denied && $.isFunction(callback))
$('#menu a[href="' + href + '"]').click(function() {
_.menu.hide();
return callback();
});
},
addDivider: function() {
if ($('#menu ul').html().length)
$('#menu ul').append("<li>-</li>");
},
show: function(e) {
var dlg = $('#menu'),
ul = $('#menu ul');
if (ul.html().length) {
dlg.find('ul').first().menu();
if (typeof e != "undefined") {
var left = e.pageX,
top = e.pageY,
win = $(window);
if ((dlg.outerWidth() + left) > win.width())
left = win.width() - dlg.outerWidth();
if ((dlg.outerHeight() + top) > win.height())
top = win.height() - dlg.outerHeight();
dlg.hide().css({
left: left,
top: top,
width: ""
}).fadeIn('fast');
} else
dlg.fadeIn('fast');
} else
ul.detach();
},
hide: function() {
$('#clipboard').removeClass('selected');
$('div.folder > a > span.folder').removeClass('context');
$('#menu').hide().css('width', "").html("").data('title', null).unbind().click(function() {
return false;
});
$(document).unbind('keydown').keydown(function(e) {
return !_.selectAll(e);
});
}
};
// FILE CONTEXT MENU
_.menuFile = function(file, e) {
_.menu.init();
var data = file.data(),
files = $('.file.selected').get();
// MULTIPLE FILES MENU
if (file.hasClass('selected') && files.length && (files.length > 1)) {
var thumb = false,
notWritable = 0,
cdata;
$.each(files, function(i, cfile) {
cdata = $(cfile).data();
if (cdata.thumb) thumb = true;
if (!data.writable) notWritable++;
});
if (_.opener.callBackMultiple) {
// SELECT FILES
_.menu.addItem("kcact:pick", _.label("Select"), function() {
_.returnFiles(files);
return false;
});
// SELECT THUMBNAILS
if (thumb)
_.menu.addItem("kcact:pick_thumb", _.label("Select Thumbnails"), function() {
_.returnThumbnails(files);
return false;
});
}
if (data.thumb || data.smallThumb || _.support.zip) {
_.menu.addDivider();
// VIEW IMAGE
if (data.thumb || data.smallThumb)
_.menu.addItem("kcact:view", _.label("View"), function() {
_.viewImage(data);
});
// DOWNLOAD
if (_.support.zip)
_.menu.addItem("kcact:download", _.label("Download"), function() {
var pfiles = [];
$.each(files, function(i, cfile) {
pfiles[i] = $(cfile).data('name');
});
_.post(_.getURL('downloadSelected'), {dir:_.dir, files:pfiles});
return false;
});
}
// ADD TO CLIPBOARD
if (_.access.files.copy || _.access.files.move) {
_.menu.addDivider();
_.menu.addItem("kcact:clpbrdadd", _.label("Add to Clipboard"), function() {
var msg = '';
$.each(files, function(i, cfile) {
var cdata = $(cfile).data(),
failed = false;
for (i = 0; i < _.clipboard.length; i++)
if ((_.clipboard[i].name == cdata.name) &&
(_.clipboard[i].dir == _.dir)
) {
failed = true;
msg += cdata.name + ": " + _.label("This file is already added to the Clipboard.") + "\n";
break;
}
if (!failed) {
cdata.dir = _.dir;
_.clipboard[_.clipboard.length] = cdata;
}
});
_.initClipboard();
if (msg.length) _.alert(msg.substr(0, msg.length - 1));
return false;
});
}
// DELETE
if (_.access.files['delete']) {
_.menu.addDivider();
_.menu.addItem("kcact:rm", _.label("Delete"), function() {
if ($(this).hasClass('denied')) return false;
var failed = 0,
dfiles = [];
$.each(files, function(i, cfile) {
var cdata = $(cfile).data();
if (!cdata.writable)
failed++;
else
dfiles[dfiles.length] = _.dir + "/" + cdata.name;
});
if (failed == files.length) {
_.alert(_.label("The selected files are not removable."));
return false;
}
var go = function(callBack) {
_.fadeFiles();
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("rm_cbd"),
data: {files:dfiles},
async: false,
success: function(data) {
if (callBack) callBack();
_.check4errors(data);
_.refresh();
},
error: function() {
if (callBack) callBack();
$('#files > div').css({
opacity: "",
filter: ""
});
_.alert(_.label("Unknown error."));
}
});
};
if (failed)
_.confirm(
_.label("{count} selected files are not removable. Do you want to delete the rest?", {count:failed}),
go
);
else
_.confirm(
_.label("Are you sure you want to delete all selected files?"),
go
);
return false;
}, (notWritable == files.length));
}
_.menu.show(e);
// SINGLE FILE MENU
} else {
$('.file').removeClass('selected');
file.addClass('selected');
$('#fileinfo').html($.$.htmlData(data.name) + " (" + _.humanSize(data.size) + ", " + data.date + ")");
if (_.opener.callBack || _.opener.callBackMultiple) {
// SELECT FILE
_.menu.addItem("kcact:pick", _.label("Select"), function() {
_.returnFile(file);
return false;
});
// SELECT THUMBNAIL
if (data.thumb)
_.menu.addItem("kcact:pick_thumb", _.label("Select Thumbnail"), function() {
_.returnFile(_.thumbsURL + "/" + _.dir + "/" + data.name);
return false;
});
_.menu.addDivider();
}
// VIEW IMAGE
if (data.thumb || data.smallThumb)
_.menu.addItem("kcact:view", _.label("View"), function() {
_.viewImage(data);
});
// DOWNLOAD
_.menu.addItem("kcact:download", _.label("Download"), function() {
$('#menu').html('<form id="downloadForm" method="post" action="' + _.getURL('download') + '"><input type="hidden" name="dir" /><input type="hidden" name="file" /></form>');
$('#downloadForm input').get(0).value = _.dir;
$('#downloadForm input').get(1).value = data.name;
$('#downloadForm').submit();
return false;
});
// ADD TO CLIPBOARD
if (_.access.files.copy || _.access.files.move) {
_.menu.addDivider();
_.menu.addItem("kcact:clpbrdadd", _.label("Add to Clipboard"), function() {
for (i = 0; i < _.clipboard.length; i++)
if ((_.clipboard[i].name == data.name) &&
(_.clipboard[i].dir == _.dir)
) {
_.alert(_.label("This file is already added to the Clipboard."));
return false;
}
var cdata = data;
cdata.dir = _.dir;
_.clipboard[_.clipboard.length] = cdata;
_.initClipboard();
return false;
});
}
if (_.access.files.rename || _.access.files['delete'])
_.menu.addDivider();
// RENAME
if (_.access.files.rename)
_.menu.addItem("kcact:mv", _.label("Rename..."), function() {
if (!data.writable) return false;
_.fileNameDialog(
{dir: _.dir, file: data.name},
'newName', data.name, _.getURL("rename"), {
title: "New file name:",
errEmpty: "Please enter new file name.",
errSlash: "Unallowable characters in file name.",
errDot: "File name shouldn't begins with '.'"
},
_.refresh
);
return false;
}, !data.writable);
// DELETE
if (_.access.files['delete'])
_.menu.addItem("kcact:rm", _.label("Delete"), function() {
if (!data.writable) return false;
_.confirm(_.label("Are you sure you want to delete this file?"),
function(callBack) {
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("delete"),
data: {dir: _.dir, file: data.name},
async: false,
success: function(data) {
if (callBack) callBack();
_.clearClipboard();
if (_.check4errors(data))
return;
_.refresh();
},
error: function() {
if (callBack) callBack();
_.alert(_.label("Unknown error."));
}
});
}
);
return false;
}, !data.writable);
_.menu.show(e);
}
};
// FOLDER CONTEXT MENU
_.menuDir = function(dir, e) {
_.menu.init();
var data = dir.data(),
html = '<ul>';
if (_.clipboard && _.clipboard.length) {
// COPY CLIPBOARD
if (_.access.files.copy)
_.menu.addItem("kcact:cpcbd", _.label("Copy {count} files", {count: _.clipboard.length}), function() {
_.copyClipboard(data.path);
return false;
}, !data.writable);
// MOVE CLIPBOARD
if (_.access.files.move)
_.menu.addItem("kcact:mvcbd", _.label("Move {count} files", {count: _.clipboard.length}), function() {
_.moveClipboard(data.path);
return false;
}, !data.writable);
if (_.access.files.copy || _.access.files.move)
_.menu.addDivider();
}
// REFRESH
_.menu.addItem("kcact:refresh", _.label("Refresh"), function() {
_.refreshDir(dir);
return false;
});
// DOWNLOAD
if (_.support.zip) {
_.menu.addDivider();
_.menu.addItem("kcact:download", _.label("Download"), function() {
_.post(_.getURL("downloadDir"), {dir:data.path});
return false;
});
}
if (_.access.dirs.create || _.access.dirs.rename || _.access.dirs['delete'])
_.menu.addDivider();
// NEW SUBFOLDER
if (_.access.dirs.create)
_.menu.addItem("kcact:mkdir", _.label("New Subfolder..."), function(e) {
if (!data.writable) return false;
_.fileNameDialog(
{dir: data.path},
"newDir", "", _.getURL("newDir"), {
title: "New folder name:",
errEmpty: "Please enter new folder name.",
errSlash: "Unallowable characters in folder name.",
errDot: "Folder name shouldn't begins with '.'"
}, function() {
_.refreshDir(dir);
_.initDropUpload();
if (!data.hasDirs) {
dir.data('hasDirs', true);
dir.children('span.brace').addClass('closed');
}
}
);
return false;
}, !data.writable);
// RENAME
if (_.access.dirs.rename)
_.menu.addItem("kcact:mvdir", _.label("Rename..."), function(e) {
if (!data.removable) return false;
_.fileNameDialog(
{dir: data.path},
"newName", data.name, _.getURL("renameDir"), {
title: "New folder name:",
errEmpty: "Please enter new folder name.",
errSlash: "Unallowable characters in folder name.",
errDot: "Folder name shouldn't begins with '.'"
}, function(dt) {
if (!dt.name) {
_.alert(_.label("Unknown error."));
return;
}
var currentDir = (data.path == _.dir);
dir.children('span.folder').html($.$.htmlData(dt.name));
dir.data('name', dt.name);
dir.data('path', $.$.dirname(data.path) + '/' + dt.name);
if (currentDir)
_.dir = dir.data('path');
_.initDropUpload();
},
true
);
return false;
}, !data.removable);
// DELETE
if (_.access.dirs['delete'])
_.menu.addItem("kcact:rmdir", _.label("Delete"), function() {
if (!data.removable) return false;
_.confirm(
_.label("Are you sure you want to delete this folder and all its content?"),
function(callBack) {
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("deleteDir"),
data: {dir: data.path},
async: false,
success: function(data) {
if (callBack) callBack();
if (_.check4errors(data))
return;
dir.parent().hide(500, function() {
var folders = dir.parent().parent();
var pDir = folders.parent().children('a').first();
dir.parent().detach();
if (!folders.children('div.folder').get(0)) {
pDir.children('span.brace').first().removeClass('opened closed');
pDir.parent().children('.folders').detach();
pDir.data('hasDirs', false);
}
if (pDir.data('path') == _.dir.substr(0, pDir.data('path').length))
_.changeDir(pDir);
_.initDropUpload();
});
},
error: function() {
if (callBack) callBack();
_.alert(_.label("Unknown error."));
}
});
}
);
return false;
}, !data.removable);
_.menu.show(e);
$('div.folder > a > span.folder').removeClass('context');
if (dir.children('span.folder').hasClass('regular'))
dir.children('span.folder').addClass('context');
};
// CLIPBOARD MENU
_.openClipboard = function() {
if (!_.clipboard || !_.clipboard.length) return;
// CLOSE MENU
if ($('#menu a[href="kcact:clrcbd"]').html()) {
$('#clipboard').removeClass('selected');
_.menu.hide();
return;
}
setTimeout(function() {
_.menu.init();
var dlg = $('#menu'),
jStatus = $('#status'),
html = '<li class="list"><div>';
// CLIPBOARD FILES
$.each(_.clipboard, function(i, val) {
var icon = $.$.getFileExtension(val.name);
if (val.thumb)
icon = ".image";
else if (!val.smallIcon || !icon.length)
icon = ".";
icon = "themes/" + _.theme + "/img/files/small/" + icon + ".png";
html += '<a title="' + _.label("Click to remove from the Clipboard") + '" onclick="_.removeFromClipboard(' + i + ')"' + ((i == 0) ? ' class="first"' : "") + '><span style="background-image:url(' + $.$.escapeDirs(icon) + ')">' + $.$.htmlData($.$.basename(val.name)) + '</span></a>';
});
html += '</div></li><li class="div-files">-</li>';
$('#menu ul').append(html);
// DOWNLOAD
if (_.support.zip)
_.menu.addItem("kcact:download", _.label("Download files"), function() {
_.downloadClipboard();
return false;
});
if (_.access.files.copy || _.access.files.move || _.access.files['delete'])
_.menu.addDivider();
// COPY
if (_.access.files.copy)
_.menu.addItem("kcact:cpcbd", _.label("Copy files here"), function() {
if (!_.dirWritable) return false;
_.copyClipboard(_.dir);
return false;
}, !_.dirWritable);
// MOVE
if (_.access.files.move)
_.menu.addItem("kcact:mvcbd", _.label("Move files here"), function() {
if (!_.dirWritable) return false;
_.moveClipboard(_.dir);
return false;
}, !_.dirWritable);
// DELETE
if (_.access.files['delete'])
_.menu.addItem("kcact:rmcbd", _.label("Delete files"), function() {
_.confirm(
_.label("Are you sure you want to delete all files in the Clipboard?"),
function(callBack) {
if (callBack) callBack();
_.deleteClipboard();
}
);
return false;
});
_.menu.addDivider();
// CLEAR CLIPBOARD
_.menu.addItem("kcact:clrcbd", _.label("Clear the Clipboard"), function() {
_.clearClipboard();
return false;
});
$('#clipboard').addClass('selected');
_.menu.show();
var left = $(window).width() - dlg.css({width: ""}).outerWidth(),
top = $(window).height() - dlg.outerHeight() - jStatus.outerHeight(),
lheight = top + dlg.outerTopSpace();
dlg.find('.list').css({
'max-height': lheight,
'overflow-y': "auto",
'overflow-x': "hidden",
width: ""
});
top = $(window).height() - dlg.outerHeight(true) - jStatus.outerHeight(true);
dlg.css({
left: left - 5,
top: top
}).fadeIn("fast");
var a = dlg.find('.list').outerHeight(),
b = dlg.find('.list div').outerHeight();
if (b - a > 10) {
dlg.css({
left: parseInt(dlg.css('left')) - _.scrollbarWidth,
}).width(dlg.width() + _.scrollbarWidth);
}
}, 1);
};

View File

@ -0,0 +1,192 @@
/** This file is part of KCFinder project
*
* @desc Image viewer
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.viewImage = function(data) {
var ts = new Date().getTime(),
dlg = false,
images = [],
showImage = function(data) {
_.lock = true;
$('#loading').html(_.label("Loading image...")).show();
var url = $.$.escapeDirs(_.uploadURL + "/" + _.dir + "/" + data.name) + "?ts=" + ts,
img = new Image(),
i = $(img),
w = $(window),
d = $(document);
onImgLoad = function() {
_.lock = false;
$('#files .file').each(function() {
if ($(this).data('name') == data.name) {
_.ssImage = this;
return false;
}
});
i.hide().appendTo('body');
var o_w = i.width(),
o_h = i.height(),
i_w = o_w,
i_h = o_h,
goTo = function(i) {
if (!_.lock) {
var nimg = images[i];
_.currImg = i;
showImage(nimg);
}
},
nextFunc = function() {
goTo((_.currImg >= images.length - 1) ? 0 : (_.currImg + 1));
},
prevFunc = function() {
goTo((_.currImg ? _.currImg : images.length) - 1);
},
t = $('<div></div>');
i.detach().appendTo(t);
t.addClass("img");
if (!dlg) {
var ww = w.width() - 60,
closeFunc = function() {
d.unbind('keydown').keydown(function(e) {
return !_.selectAll(e);
});
dlg.dialog('destroy').detach();
};
if ((ww % 2)) ww++;
dlg = _.dialog($.$.htmlData(data.name), t.get(0), {
width: ww,
height: w.height() - 36,
position: [30, 30],
draggable: false,
nopadding: true,
close: closeFunc,
show: false,
hide: false,
buttons: [
{
text: _.label("Previous"),
icons: {primary: "ui-icon-triangle-1-w"},
click: prevFunc
}, {
text: _.label("Next"),
icons: {secondary: "ui-icon-triangle-1-e"},
click: nextFunc
}, {
text: _.label("Select"),
icons: {primary: "ui-icon-check"},
click: function(e) {
d.unbind('keydown').keydown(function(e) {
return !_.selectAll(e);
});
if (_.ssImage) {
_.selectFile($(_.ssImage), e);
}
dlg.dialog('destroy').detach();
}
}, {
text: _.label("Close"),
icons: {primary: "ui-icon-closethick"},
click: closeFunc
}
]
});
dlg.addClass('kcfImageViewer').css('overflow', "hidden").parent().find('.ui-dialog-buttonpane button').get(2).focus();
} else {
dlg.prev().find('.ui-dialog-title').html($.$.htmlData(data.name));
dlg.html(t.get(0));
}
dlg.unbind('click').click(nextFunc).disableTextSelect();
var d_w = dlg.innerWidth(),
d_h = dlg.innerHeight();
if ((o_w > d_w) || (o_h > d_h)) {
i_w = d_w;
i_h = d_h;
if ((d_w / d_h) > (o_w / o_h))
i_w = parseInt((o_w * d_h) / o_h);
else if ((d_w / d_h) < (o_w / o_h))
i_h = parseInt((o_h * d_w) / o_w);
}
i.css({
width: i_w,
height: i_h
}).show().parent().css({
display: "block",
margin: "0 auto",
width: i_w,
height: i_h,
marginTop: parseInt((d_h - i_h) / 2)
});
$('#loading').hide();
d.unbind('keydown').keydown(function(e) {
if (!_.lock) {
var kc = e.keyCode;
if ((kc == 37)) prevFunc();
if ((kc == 39)) nextFunc();
}
});
};
img.src = url;
if (img.complete)
onImgLoad();
else {
img.onload = onImgLoad;
img.onerror = function() {
_.lock = false;
$('#loading').hide();
_.alert(_.label("Unknown error."));
d.unbind('keydown').keydown(function(e) {
return !_.selectAll(e);
});
_.refresh();
};
}
};
$.each(_.files, function(i, file) {
var i = images.length;
if (file.thumb || file.smallThumb)
images[i] = file;
if (file.name == data.name)
_.currImg = i;
});
showImage(data);
return false;
};

View File

@ -0,0 +1,216 @@
/** This file is part of KCFinder project
*
* @desc Clipboard functionality
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.initClipboard = function() {
if (!_.clipboard || !_.clipboard.length) return;
var size = 0,
jClipboard = $('#clipboard');
$.each(_.clipboard, function(i, val) {
size += val.size;
});
size = _.humanSize(size);
jClipboard.disableTextSelect().html('<div title="' + _.label("Clipboard") + ' (' + _.clipboard.length + ' ' + _.label("files") + ', ' + size + ')" onclick="_.openClipboard()"></div>');
var resize = function() {
jClipboard.css({
left: $(window).width() - jClipboard.outerWidth(),
top: $(window).height() - jClipboard.outerHeight()
});
};
resize();
jClipboard.show();
$(window).unbind().resize(function() {
_.resize();
resize();
});
};
_.removeFromClipboard = function(i) {
if (!_.clipboard || !_.clipboard[i]) return false;
if (_.clipboard.length == 1) {
_.clearClipboard();
_.menu.hide();
return;
}
if (i < _.clipboard.length - 1) {
var last = _.clipboard.slice(i + 1);
_.clipboard = _.clipboard.slice(0, i);
_.clipboard = _.clipboard.concat(last);
} else
_.clipboard.pop();
_.initClipboard();
_.menu.hide();
_.openClipboard();
return true;
};
_.copyClipboard = function(dir) {
if (!_.clipboard || !_.clipboard.length) return;
var files = [],
failed = 0;
for (i = 0; i < _.clipboard.length; i++)
if (_.clipboard[i].readable)
files[i] = _.clipboard[i].dir + "/" + _.clipboard[i].name;
else
failed++;
if (_.clipboard.length == failed) {
_.alert(_.label("The files in the Clipboard are not readable."));
return;
}
var go = function(callBack) {
if (dir == _.dir)
_.fadeFiles();
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("cp_cbd"),
data: {dir: dir, files: files},
async: false,
success: function(data) {
if (callBack) callBack();
_.check4errors(data);
_.clearClipboard();
if (dir == _.dir)
_.refresh();
},
error: function() {
if (callBack) callBack();
$('#files > div').css({
opacity: "",
filter: ""
});
_.alert(_.label("Unknown error."));
}
});
};
if (failed)
_.confirm(
_.label("{count} files in the Clipboard are not readable. Do you want to copy the rest?", {count:failed}),
go
)
else
go();
};
_.moveClipboard = function(dir) {
if (!_.clipboard || !_.clipboard.length) return;
var files = [],
failed = 0;
for (i = 0; i < _.clipboard.length; i++)
if (_.clipboard[i].readable && _.clipboard[i].writable)
files[i] = _.clipboard[i].dir + "/" + _.clipboard[i].name;
else
failed++;
if (_.clipboard.length == failed) {
_.alert(_.label("The files in the Clipboard are not movable."))
return;
}
var go = function(callBack) {
_.fadeFiles();
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("mv_cbd"),
data: {dir: dir, files: files},
async: false,
success: function(data) {
if (callBack) callBack();
_.check4errors(data);
_.clearClipboard();
_.refresh();
},
error: function() {
if (callBack) callBack();
$('#files > div').css({
opacity: "",
filter: ""
});
_.alert(_.label("Unknown error."));
}
});
};
if (failed)
_.confirm(
_.label("{count} files in the Clipboard are not movable. Do you want to move the rest?", {count: failed}),
go
);
else
go();
};
_.deleteClipboard = function() {
if (!_.clipboard || !_.clipboard.length) return;
var files = [],
failed = 0;
for (i = 0; i < _.clipboard.length; i++)
if (_.clipboard[i].readable && _.clipboard[i].writable)
files[i] = _.clipboard[i].dir + "/" + _.clipboard[i].name;
else
failed++;
if (_.clipboard.length == failed) {
_.alert(_.label("The files in the Clipboard are not removable."))
return;
}
var go = function(callBack) {
_.fadeFiles();
$.ajax({
type: "post",
dataType: "json",
url: _.getURL("rm_cbd"),
data: {files:files},
async: false,
success: function(data) {
if (callBack) callBack();
_.check4errors(data);
_.clearClipboard();
_.refresh();
},
error: function() {
if (callBack) callBack();
$('#files > div').css({
opacity: "",
filter: ""
});
_.alert(_.label("Unknown error."));
}
});
};
if (failed)
_.confirm(
_.label("{count} files in the Clipboard are not removable. Do you want to delete the rest?", {count: failed}),
go
);
else
go();
};
_.downloadClipboard = function() {
if (!_.clipboard || !_.clipboard.length) return;
var files = [];
for (i = 0; i < _.clipboard.length; i++)
if (_.clipboard[i].readable)
files[i] = _.clipboard[i].dir + "/" + _.clipboard[i].name;
if (files.length)
_.post(_.getURL('downloadClipboard'), {files:files});
};
_.clearClipboard = function() {
$('#clipboard').html("");
_.clipboard = [];
};

View File

@ -0,0 +1,230 @@
/** This file is part of KCFinder project
*
* @desc Upload files using drag and drop
* @package KCFinder
* @version 3.12
* @author Forum user (updated by Pavel Tzonkov)
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.initDropUpload = function() {
if ((typeof XMLHttpRequest == "undefined") ||
(typeof document.addEventListener == "undefined") ||
(typeof File == "undefined") ||
(typeof FileReader == "undefined")
)
return;
if (!XMLHttpRequest.prototype.sendAsBinary) {
XMLHttpRequest.prototype.sendAsBinary = function(datastr) {
var ords = Array.prototype.map.call(datastr, function(x) {
return x.charCodeAt(0) & 0xff;
}),
ui8a = new Uint8Array(ords);
this.send(ui8a.buffer);
}
}
var uploadQueue = [],
uploadInProgress = false,
filesCount = 0,
errors = [],
files = $('#files'),
folders = $('div.folder > a'),
boundary = "------multipartdropuploadboundary" + (new Date).getTime(),
currentFile,
filesDragOver = function(e) {
if (e.preventDefault) e.preventDefault();
$('#files').addClass('drag');
return false;
},
filesDragEnter = function(e) {
if (e.preventDefault) e.preventDefault();
return false;
},
filesDragLeave = function(e) {
if (e.preventDefault) e.preventDefault();
$('#files').removeClass('drag');
return false;
},
filesDrop = function(e) {
if (e.preventDefault) e.preventDefault();
if (e.stopPropagation) e.stopPropagation();
$('#files').removeClass('drag');
if (!$('#folders span.current').first().parent().data('writable')) {
_.alert("Cannot write to upload folder.");
return false;
}
filesCount += e.dataTransfer.files.length;
for (var i = 0; i < e.dataTransfer.files.length; i++) {
var file = e.dataTransfer.files[i];
file.thisTargetDir = _.dir;
uploadQueue.push(file);
}
processUploadQueue();
return false;
},
folderDrag = function(e) {
if (e.preventDefault) e.preventDefault();
return false;
},
folderDrop = function(e, dir) {
if (e.preventDefault) e.preventDefault();
if (e.stopPropagation) e.stopPropagation();
if (!$(dir).data('writable')) {
_.alert(_.label("Cannot write to upload folder."));
return false;
}
filesCount += e.dataTransfer.files.length;
for (var i = 0; i < e.dataTransfer.files.length; i++) {
var file = e.dataTransfer.files[i];
file.thisTargetDir = $(dir).data('path');
uploadQueue.push(file);
}
processUploadQueue();
return false;
};
files.get(0).removeEventListener('dragover', filesDragOver, false);
files.get(0).removeEventListener('dragenter', filesDragEnter, false);
files.get(0).removeEventListener('dragleave', filesDragLeave, false);
files.get(0).removeEventListener('drop', filesDrop, false);
files.get(0).addEventListener('dragover', filesDragOver, false);
files.get(0).addEventListener('dragenter', filesDragEnter, false);
files.get(0).addEventListener('dragleave', filesDragLeave, false);
files.get(0).addEventListener('drop', filesDrop, false);
folders.each(function() {
var folder = this,
dragOver = function(e) {
$(folder).children('span.folder').addClass('context');
return folderDrag(e);
},
dragLeave = function(e) {
$(folder).children('span.folder').removeClass('context');
return folderDrag(e);
},
drop = function(e) {
$(folder).children('span.folder').removeClass('context');
return folderDrop(e, folder);
};
this.removeEventListener('dragover', dragOver, false);
this.removeEventListener('dragenter', folderDrag, false);
this.removeEventListener('dragleave', dragLeave, false);
this.removeEventListener('drop', drop, false);
this.addEventListener('dragover', dragOver, false);
this.addEventListener('dragenter', folderDrag, false);
this.addEventListener('dragleave', dragLeave, false);
this.addEventListener('drop', drop, false);
});
function updateProgress(evt) {
var progress = evt.lengthComputable
? Math.round((evt.loaded * 100) / evt.total) + '%'
: Math.round(evt.loaded / 1024) + " KB";
$('#loading').html(_.label("Uploading file {number} of {count}... {progress}", {
number: filesCount - uploadQueue.length,
count: filesCount,
progress: progress
}));
}
function processUploadQueue() {
if (uploadInProgress)
return false;
if (uploadQueue && uploadQueue.length) {
var file = uploadQueue.shift();
currentFile = file;
$('#loading').html(_.label("Uploading file {number} of {count}... {progress}", {
number: filesCount - uploadQueue.length,
count: filesCount,
progress: ""
})).show();
var reader = new FileReader();
reader.thisFileName = file.name;
reader.thisFileType = file.type;
reader.thisFileSize = file.size;
reader.thisTargetDir = file.thisTargetDir;
reader.onload = function(evt) {
uploadInProgress = true;
var postbody = '--' + boundary + '\r\nContent-Disposition: form-data; name="upload[]"';
if (evt.target.thisFileName)
postbody += '; filename="' + $.$.utf8encode(evt.target.thisFileName) + '"';
postbody += '\r\n';
if (evt.target.thisFileSize)
postbody += "Content-Length: " + evt.target.thisFileSize + "\r\n";
postbody += "Content-Type: " + evt.target.thisFileType + "\r\n\r\n" + evt.target.result + "\r\n--" + boundary + '\r\nContent-Disposition: form-data; name="dir"\r\n\r\n' + $.$.utf8encode(evt.target.thisTargetDir) + "\r\n--" + boundary + "\r\n--" + boundary + "--\r\n";
var xhr = new XMLHttpRequest();
xhr.thisFileName = evt.target.thisFileName;
if (xhr.upload) {
xhr.upload.thisFileName = evt.target.thisFileName;
xhr.upload.addEventListener("progress", updateProgress, false);
}
xhr.open('post', _.getURL('upload'), true);
xhr.setRequestHeader('Content-Type', "multipart/form-data; boundary=" + boundary);
//xhr.setRequestHeader('Content-Length', postbody.length);
xhr.onload = function(e) {
$('#loading').hide();
if (_.dir == reader.thisTargetDir)
_.fadeFiles();
uploadInProgress = false;
processUploadQueue();
if (xhr.responseText.substr(0, 1) != "/")
errors[errors.length] = xhr.responseText;
};
xhr.sendAsBinary(postbody);
};
reader.onerror = function(evt) {
$('#loading').hide();
uploadInProgress = false;
processUploadQueue();
errors[errors.length] = _.label("Failed to upload {filename}!", {
filename: evt.target.thisFileName
});
};
reader.readAsBinaryString(file);
} else {
filesCount = 0;
var loop = setInterval(function() {
if (uploadInProgress) return;
boundary = "------multipartdropuploadboundary" + (new Date).getTime();
uploadQueue = [];
clearInterval(loop);
if (currentFile.thisTargetDir == _.dir)
_.refresh();
if (errors.length) {
errors = errors.join("\n");
if (errors.replace(/^\s+/g, "").replace(/\s+$/g, "").length)
_.alert(errors);
errors = [];
}
}, 333);
}
}
};

View File

@ -0,0 +1,130 @@
/** This file is part of KCFinder project
*
* @desc Miscellaneous functionality
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
_.orderFiles = function(callBack, selected) {
var order = $.$.kuki.get('order'),
desc = ($.$.kuki.get('orderDesc') == "on"),
a1, b1, arr;
if (!_.files || !_.files.sort)
_.files = [];
_.files = _.files.sort(function(a, b) {
if (!order) order = "name";
if (order == "date") {
a1 = a.mtime;
b1 = b.mtime;
} else if (order == "type") {
a1 = $.$.getFileExtension(a.name);
b1 = $.$.getFileExtension(b.name);
} else if (order == "size") {
a1 = a.size;
b1 = b.size;
} else {
a1 = a[order].toLowerCase();
b1 = b[order].toLowerCase();
}
if ((order == "size") || (order == "date")) {
if (a1 < b1) return desc ? 1 : -1;
if (a1 > b1) return desc ? -1 : 1;
}
if (a1 == b1) {
a1 = a.name.toLowerCase();
b1 = b.name.toLowerCase();
arr = [a1, b1];
arr = arr.sort();
return (arr[0] == a1) ? -1 : 1;
}
arr = [a1, b1];
arr = arr.sort();
if (arr[0] == a1) return desc ? 1 : -1;
return desc ? -1 : 1;
});
_.showFiles(callBack, selected);
_.initFiles();
};
_.humanSize = function(size) {
if (size < 1024) {
size = size.toString() + " B";
} else if (size < 1048576) {
size /= 1024;
size = parseInt(size).toString() + " KB";
} else if (size < 1073741824) {
size /= 1048576;
size = parseInt(size).toString() + " MB";
} else if (size < 1099511627776) {
size /= 1073741824;
size = parseInt(size).toString() + " GB";
} else {
size /= 1099511627776;
size = parseInt(size).toString() + " TB";
}
return size;
};
_.getURL = function(act) {
var url = "browse.php?type=" + encodeURIComponent(_.type) + "&lng=" + encodeURIComponent(_.lang);
if (_.opener.name)
url += "&opener=" + encodeURIComponent(_.opener.name);
if (act)
url += "&act=" + encodeURIComponent(act);
if (_.cms)
url += "&cms=" + encodeURIComponent(_.cms);
return url;
};
_.label = function(index, data) {
var label = _.labels[index] ? _.labels[index] : index;
if (data)
$.each(data, function(key, val) {
label = label.replace("{" + key + "}", val);
});
return label;
};
_.check4errors = function(data) {
if (!data.error)
return false;
var msg = data.error.join
? data.error.join("\n")
: data.error;
_.alert(msg);
return true;
};
_.post = function(url, data) {
var html = '<form id="postForm" method="post" action="' + url + '">';
$.each(data, function(key, val) {
if ($.isArray(val))
$.each(val, function(i, aval) {
html += '<input type="hidden" name="' + $.$.htmlValue(key) + '[]" value="' + $.$.htmlValue(aval) + '" />';
});
else
html += '<input type="hidden" name="' + $.$.htmlValue(key) + '" value="' + $.$.htmlValue(val) + '" />';
});
html += '</form>';
$('#menu').html(html).show();
$('#postForm').get(0).submit();
};
_.fadeFiles = function() {
$('#files > div').css({
opacity: "0.4",
filter: "alpha(opacity=40)"
});
};

View File

@ -0,0 +1,22 @@
<?php
/** This file is part of KCFinder project
*
* @desc Join all JavaScript files from current directory
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
chdir("..");
require "core/autoload.php";
$min = new minifier("js");
$min->minify("cache/base.js");
?>

View File

@ -0,0 +1,48 @@
<?php
/** This file is part of KCFinder project
*
* @desc Load language labels into JavaScript
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
namespace kcfinder;
require "core/autoload.php";
if (!isset($_GET['lng']) || ($_GET['lng'] == 'en') ||
($_GET['lng'] != basename($_GET['lng'])) ||
!is_file("lang/" . $_GET['lng'] . ".php")
) {
header("Content-Type: text/javascript");
die;
}
$file = "lang/" . $_GET['lng'] . ".php";
$mtime = @filemtime($file);
if ($mtime)
httpCache::checkMTime($mtime, "Content-Type: text/javascript");
require $file;
header("Content-Type: text/javascript");
echo "_.labels={";
$i = 0;
foreach ($lang as $english => $native) {
if (substr($english, 0, 1) != "_") {
echo "'" . text::jsValue($english) . "':\"" . text::jsValue($native) . "\"";
if (++$i < count($lang))
echo ",";
}
}
echo "}";
?>

View File

@ -0,0 +1,4 @@
<Files *>
Order allow,deny
Deny from all
</Files>

View File

@ -0,0 +1,245 @@
<?php
/** Afrikaans localization file for KCFinder
*/
$lang = array(
'_locale' => "af-ZA.UTF-8",
'_charset' => "utf-8",
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%d %B %Y %H:%M",
'_dateTimeMid' => "%d %b %Y %H:%M",
'_dateTimeSmall' => "%d %b %Y %H:%M",
"You don't have permissions to upload files." =>
"Jy het nie toestemming om lêers op te laai nie oplaai nie.",
"You don't have permissions to browse server." =>
"Jy het nie toestemming tot die bediener nie.",
"Cannot move uploaded file to target folder." =>
"Jy kannie die lêer beweeg na die gids toe nie.",
"Unknown error." =>
"Onbekende fout.",
"The uploaded file exceeds {size} bytes." =>
"Die foto's lêer oorskry {size} grepe.",
"The uploaded file was only partially uploaded." =>
"Die foto's lêer is slegs gedeeltelik opgelaai.",
"No file was uploaded." =>
"Geen lêer is opgelaai.",
"Missing a temporary folder." =>
"'N tydelike gids ontbreek.",
"Failed to write file." =>
"Misluk om lêer te kryf.",
"Denied file extension." =>
"Lêer uitbreiding verloën.",
"Unknown image format/encoding." =>
"Onbekende prentjie-formaat / kodering.",
"The image is too big and/or cannot be resized." =>
"Die beeld is te groot en / of kan nie verander word nie.",
"Cannot create {dir} folder." =>
"Kan nie {dir} gids skep nie.",
"Cannot write to upload folder." =>
"Kan nie skryf na die oplaai gids nie.",
"Cannot read .htaccess" =>
"Kan nie .htaccess lees nie.",
"Incorrect .htaccess file. Cannot rewrite it!" =>
"Verkeerde .htaccess lêer. Kan nie herskryf dit!",
"Cannot fetch content of {dir} folder." =>
"Kan nie haal inhoud van {dir} gids nie.",
"Cannot read upload folder." =>
"Kan nie oplaai gids lees nie.",
"Cannot access or create thumbnails folder." =>
"Kan nie toegang tot of duimnaels gids skep.",
"Cannot access or write to upload folder." =>
"Kan nie toegang tot of skryf na oplaai gids nie.",
"Please enter new folder name." =>
"Gee die nuwe gidsnaam.",
"Unallowed characters in folder name." =>
"Ongeoorloofd karakters in gidsnaam.",
"Folder name shouldn't begins with '.'" =>
"Gidsnaam moet nie begin met '.'",
"Please enter new file name." =>
"Gee nuwe lêernaam.",
"Unallowed characters in file name." =>
"Ongeoorloofd karakters in die lêernaam.",
"File name shouldn't begins with '.'" =>
"Lêer naam moet nie begin met '.'",
"Are you sure you want to delete this file?" =>
"Is jy seker jy wil hierdie lêer te verwyder ?",
"Are you sure you want to delete this folder and all its content?" =>
"Is jy seker jy wil hierdie gids en al die inhoud daarin te verwyder ?",
"Unexisting directory type." =>
"Nie Bestaande gids tipe.",
"Undefined MIME types." =>
"Ongedefinieerd MIME-tipes.",
"Fileinfo PECL extension is missing." =>
"Fileinfo PECL uitbreiding is weg.",
"Opening fileinfo database failed." =>
"Opening van fileinfo databasis het misluk.",
"You can't upload such files." =>
"Jy kan nie sulke lêers oplaai.",
"The file '{file}' does not exist." =>
"Die lêer '{file}' bestaan nie.",
"Cannot read '{file}'." =>
"Kan nie '{file}' lees nie.",
"Cannot copy '{file}'." =>
"Kan nie '{file}' kopieer nie.",
"Cannot move '{file}'." =>
"Kan nie '{file}' beweeg nie.",
"Cannot delete '{file}'." =>
"Kan nie '{file}' verwyder .",
"Click to remove from the Clipboard" =>
"Klik om te verwyder van die Klembord",
"This file is already added to the Clipboard." =>
"Hierdie lêer is reeds aan die Klembord bygevoeg.",
"Copy files here" =>
"Kopieer lêers hier",
"Move files here" =>
"Skuif lêers hier",
"Delete files" =>
"Verwyder lêers ",
"Clear the Clipboard" => //
"Vee Klembord Skoon",
"Are you sure you want to delete all files in the Clipboard?" =>
"Is jy seker jy wil al die lêers in die Klembord te verwyder?",
"Copy {count} files" =>
"Kopieer {count} lêers",
"Move {count} files" =>
"Beweeg {count} lêers",
"Add to Clipboard" =>
"Voeg na klembord",
"New folder name:" => "Nuwe gids naam:",
"New file name:" => "Nuwe lêer naam:",
"Folders" => "Gidse",
"Upload" => "Oplaai",
"Refresh" => "Herlaai",
"Settings" => "Stellings",
"Maximize" => "Maksimaliseer",
"About" => "About",
"files" => "lêers",
"View:" => "Bekyk:",
"Show:" => "Wys:",
"Order by:" => "Sorteer volgens:",
"Thumbnails" => "Duimnaels",
"List" => "Lys",
"Name" => "Naam",
"Size" => "Grootte",
"Date" => "Datum",
"Descending" => "Aflopend",
"Uploading file..." => "Lêer Besig Met Oplaai...",
"Loading image..." => "Besig om beeld te laai...",
"Loading folders..." => "Besig om Gidse te laai...",
"Loading files..." => "Besig om Lêers te laai...",
"New Subfolder..." => "Nuwe subgids...",
"Rename..." => "Naam verander...",
"Delete" => "Verwyder",
"OK" => "REG",
"Cancel" => "Kanselleer",
"Select" => "Kies",
"Select Thumbnail" => "Kies Duimnaelskets",
"View" => "Bekyk",
"Download" => "Aflaai",
'Clipboard' => "Klembord",
// VERSION 2 NEW LABELS
"Cannot rename the folder." =>
"Kan nie die gids naam vernader nie.",
"Non-existing directory type." =>
"Nie-bestaande gids tipe.",
"Cannot delete the folder." =>
"Kan nie die gids verwyder nie.",
"The files in the Clipboard are not readable." =>
"Die lêers in die Klembord is nie leesbaar is.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
"{count} lêers in die Klembord is nie leesbaar is. Wil jy die res te kopieer ?",
"The files in the Clipboard are not movable." =>
"Die lêers in die Klembord kan verskuif word nie.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
"{count} lêers in die Klembord kan nie verskuif word nie. Wil jy die res te beweeg ?",
"The files in the Clipboard are not removable." =>
"Die lêers in die Klembord kan nie verwyder word nie.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
"{count} lêers in die Klembord kan nie verwyder word nie. Wil jy die res te verwyder ?",
"The selected files are not removable." =>
"Die geselekteerde lêers kan nie verwyder word nie",
"{count} selected files are not removable. Do you want to delete the rest?" =>
"{count} geselekteerde lêers kan nie verwyder word nie. Wil jy die res te verwyder ?",
"Are you sure you want to delete all selected files?" =>
"Is jy seker jy wil all geselekteerde lêers te verwyder ?",
"Failed to delete {count} files/folders." =>
"Misluk {count} lêers/gidse te verwyder.",
"A file or folder with that name already exists." =>
"'N lêer of gids met daardie naam bestaan reeds.",
"Inexistant or inaccessible folder." =>
"Nie-bestaande of ontoeganklik gids.",
"selected files" => "geselekteerde lêers",
"Type" => "Tipe",
"Select Thumbnails" => "Kies duimnaels",
"Download files" => "Laai lêers af",
);
?>

View File

@ -0,0 +1,270 @@
<?php
/** Bulgarian localization file for KCFinder
* author: Pavel Tzonkov <sunhater@sunhater.com>
*/
$lang = array(
'_locale' => "bg_BG.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." =>
"Нямате права за качване.",
"You don't have permissions to browse server." =>
"Нямате права за разглеждане на сървъра.",
"Cannot move uploaded file to target folder." =>
"Файлът не може да се премести в целевата папка.",
"Unknown error." =>
"Непозната грешка.",
"The uploaded file exceeds {size} bytes." =>
"Каченият файл надхвърля {size} байта.",
"The uploaded file was only partially uploaded." =>
"Каченият файл беше качен само частично.",
"No file was uploaded." =>
"Файлът не беше качен",
"Missing a temporary folder." =>
"Липсва временна папка.",
"Failed to write file." =>
"Грешка при записване на файла.",
"Denied file extension." =>
"Забранено файлово разширение.",
"Unknown image format/encoding." =>
"Файлът не може да бъде разпознат като изображение.",
"The image is too big and/or cannot be resized." =>
"Изображението е много голямо и/или не може да бъде преоразмерено.",
"Cannot create {dir} folder." =>
"Невъзможност да се създаде папка {dir}.",
"Cannot rename the folder." =>
"Папката не може да се преимеува.",
"Cannot write to upload folder." =>
"Не е възможно записването на файлове в папката за качване.",
"Cannot read .htaccess" =>
"Не е възможно прочитането на .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" =>
"Невалиден .htaccess файл. Не може да се презапише автоматично!",
"Cannot read upload folder." =>
"Не е възможно прочитането на папката за качване.",
"Cannot access or create thumbnails folder." =>
"Невъзможен достъп или невъзможно създаване на папката за thumbnails.",
"Cannot access or write to upload folder." =>
"Папката не може да се достъпи или не може да се записва в нея.",
"Please enter new folder name." =>
"Моля въведете име на папката.",
"Unallowable characters in folder name." =>
"Непозволени знаци в името на папката.",
"Folder name shouldn't begins with '.'" =>
"Името на папката не трябва да започва с '.'",
"Please enter new file name." =>
"Моля въведете ново име на файла",
"Unallowable characters in file name." =>
"Непозволени знаци в името на файла.",
"File name shouldn't begins with '.'" =>
"Името на файла не трябва да започва с '.'",
"Are you sure you want to delete this file?" =>
"Наистина ли искате да изтриете този файл?",
"Are you sure you want to delete this folder and all its content?" =>
"Наистина ли искате да изтриете тази папка и цялото ѝ съдържание?",
"Non-existing directory type." =>
"Несъществуващ специален тип на папка.",
"Undefined MIME types." =>
"Не са дефинирани MIME типове.",
"Fileinfo PECL extension is missing." =>
"Липсва Fileinfo PECL разширение.",
"Opening fileinfo database failed." =>
"Грешка при отваряне на fileinfo дефиниции.",
"You can't upload such files." =>
"Не можете да качвате такива файлове.",
"The file '{file}' does not exist." =>
"Фаълът '{file}' не съществува.",
"Cannot read '{file}'." =>
"Файлът '{file}' не може да бъде прочетен.",
"Cannot copy '{file}'." =>
"Файлът '{file}' не може да бъде копиран.",
"Cannot move '{file}'." =>
"Файлът '{file}' не може да бъде преместен.",
"Cannot delete '{file}'." =>
"Файлът '{file}' не може да бъде изтрит.",
"Cannot delete the folder." =>
"Папката не може да бъде изтрита.",
"Click to remove from the Clipboard" =>
"Цъкнете за да премахнете файла от клипборда",
"This file is already added to the Clipboard." =>
"Този файл вече е добавен към клипборда.",
"The files in the Clipboard are not readable." =>
"Файловете в клипборда не могат да се прочетат.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
"{count} файла в клипборда не могат да се прочетат. Искате ли да копирате останалите?",
"The files in the Clipboard are not movable." =>
"Файловете в клипборда не могат да бъдат преместени.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
"{count} файла в клипборда не могат да бъдат преместени. Искате ли да преместите останалите?",
"The files in the Clipboard are not removable." =>
"Файловете в клипборда не могат да бъдат изтрити.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
"{count} файла в клипборда не могат да бъдат изтрити. Искате ли да изтриете останалите?",
"The selected files are not removable." =>
"Избраните файлове не могат да бъдат изтрити.",
"{count} selected files are not removable. Do you want to delete the rest?" =>
"{count} от избраните файлове не могат да бъдат изтрити. Искате ли да изтриете останалите?",
"Are you sure you want to delete all selected files?" =>
"Наистина ли искате да изтриете всички избрани файлове?",
"Failed to delete {count} files/folders." =>
"{count} файла/папки не могат да бъдат изтрити.",
"A file or folder with that name already exists." =>
"Вече има файл или папка с такова име.",
"Copy files here" =>
"Копирай файловете тук",
"Move files here" =>
"Премести файловете тук",
"Delete files" =>
"Изтрий файловете",
"Clear the Clipboard" =>
"Изчисти клипборда",
"Are you sure you want to delete all files in the Clipboard?" =>
"Наистина ли искате да изтриете всички файлове от клипборда?",
"Copy {count} files" =>
"Копирай {count} файла",
"Move {count} files" =>
"Премести {count} файла",
"Add to Clipboard" =>
"Добави към клипборда",
"Inexistant or inaccessible folder." =>
"Несъществуваща или недостъпна папка.",
"New folder name:" => "Име на папката:",
"New file name:" => "Ново име на файла:",
"Upload" => "Качи",
"Refresh" => "Актуализирай",
"Settings" => "Настройки",
"Maximize" => "Разпъни",
"About" => "Информация",
"files" => "файла",
"selected files" => "избрани файла",
"View:" => "Изглед:",
"Show:" => "Покажи:",
"Order by:" => "Подреди по:",
"Thumbnails" => "Картинки",
"List" => "Списък",
"Name" => "Име",
"Type" => "Тип",
"Size" => "Размер",
"Date" => "Дата",
"Descending" => "Обратен ред",
"Uploading file..." => "Файлът се качва...",
"Loading image..." => "Изображението се зарежда...",
"Loading folders..." => "Зареждане на папките...",
"Loading files..." => "Зареждане на папката...",
"New Subfolder..." => "Нова подпапка...",
"Rename..." => "Преименуване...",
"Delete" => "Изтрий",
"OK" => "OK",
"Cancel" => "Отказ",
"Select" => "Избери",
"Select Thumbnail" => "Избери малък вариант",
"Select Thumbnails" => "Избери малки варианти",
"View" => "Преглед",
"Download" => "Свали",
"Download files" => "Свали файловете",
"Clipboard" => "Клипборд",
// SINCE 2.4
"Checking for new version..." => "Проверка за нова версия...",
"Unable to connect!" => "Не може да се свърже!",
"Download version {version} now!" => "Свалете версия {version} сега!",
"KCFinder is up to date!" => "KCFinder е актуален!",
"Licenses:" => "Лицензи:",
"Attention" => "Внимание",
"Question" => "Въпрос",
"Yes" => "Да",
"No" => "Не",
// SINCE 2.41
"You cannot rename the extension of files!" =>
"Не можете да преименувате разширенията на файловете!",
// SINCE 2.5
"Uploading file {number} of {count}... {progress}" =>
"Качване на файл {number} от {count}... {progress}",
"Failed to upload {filename}!" => "Несполучливо качване на {filename}!",
// SINCE 3.0
"Close" => "Затвори",
"Previous" => "Предишно",
"Next" => "Следващо",
"Confirmation" => "Потвърждение",
"Warning" => "Внимание"
);
?>

View File

@ -0,0 +1,128 @@
<?php
/** Catalan localization file for KCFinder
* author: Xevi Fuster
* country: Catalunya
*/
$lang = array(
'_locale' => "ca_ES.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "No teniu permisos per pujar arxius.",
"You don't have permissions to browse server." => "No teniu permisos per visualitzar arxius.",
"Cannot move uploaded file to target folder." => "No es pot moure el fitxer pujat al directori destí",
"Unknown error." => "Error desconegut.",
"The uploaded file exceeds {size} bytes." => "El fitxer seleccionat excedeix el pes màxim permès ( {size} bytes ).",
"The uploaded file was only partially uploaded." => "El fitxer seleccionat només s'ha carregat parcialment.",
"No file was uploaded." => "No s'ha carregat cap fitxer.",
"Missing a temporary folder." => "Manca un directori temporal.",
"Failed to write file." => "No s'ha pogut escriure el fitxer.",
"Denied file extension." => "Extensió de fitxer no permesa.",
"Unknown image format/encoding." => "Format d'imatge desconegut.",
"The image is too big and/or cannot be resized." => "La imatge és massa gran i/o no es pot redimensionar.",
"Cannot create {dir} folder." => "No s'ha pogut crear el directori {dir}",
"Cannot rename the folder." => "No es pot reanomenar el directori.",
"Cannot write to upload folder." => "No es pot escriure al directori de càrrega de fitxers.",
"Cannot read .htaccess" => "No s'ha pogut llegir .htaccess.",
"Incorrect .htaccess file. Cannot rewrite it!" => "Fitxer .htaccess incorrecte. No es pot reescriure!",
"Cannot read upload folder." => "No s'ha pogut llegir la carpeta de càrrega de fitxers.",
"Cannot access or create thumbnails folder." => "No s'ha pogut accedir o crear la carpeta de miniatures.",
"Cannot access or write to upload folder." => "No s'ha pogut accedir o escriure la carpeta de càrrega de fitxers.",
"Please enter new folder name." => "Si us plau, introduïu el nom del nou directori.",
"Unallowable characters in folder name." => "Caràcters no permesos en el nom del directori.",
"Folder name shouldn't begins with '.'" => "El nom d'un directori no hauria de començar amb un punt '.'",
"Please enter new file name." => "Si us plau, introduïu el nom del nou fitxer.",
"Unallowable characters in file name." => "Caràcters no permesos en el nom del fitxer.",
"File name shouldn't begins with '.'" => "El nom d'un fitxer no hauria de començar amb un punt '.'",
"Are you sure you want to delete this file?" => "Esteu segur que voleu eliminar aquest fitxer?",
"Are you sure you want to delete this folder and all its content?" => "Esteu segur que voleu eliminar aquest directori i tot el seu contingut?",
"Non-existing directory type." => "Tipus de directori inexistent.",
"Undefined MIME types." => "Tipus MIME no definit.",
"Fileinfo PECL extension is missing." => "Manca arxiu d'informació de l'extensió PECL.",
"Opening fileinfo database failed." => "Error obrint el fitxer d'informació de la base de dades.",
"You can't upload such files." => "No podeu carregar tants fitxers.",
"The file '{file}' does not exist." => "El fitxer '{file}' no existeix.",
"Cannot read '{file}'." => "No s'ha pogut llegir '{file}'.",
"Cannot copy '{file}'." => "No s'ha pogut copiar '{file}'.",
"Cannot move '{file}'." => "No s'ha pogut moure '{file}'.",
"Cannot delete '{file}'." => "No s'ha pogut eliminar '{file}'.",
"Cannot delete the folder." => "No es pot eliminar el directori.",
"Click to remove from the Clipboard" => "Feu clic per eliminar del portapapers",
"This file is already added to the Clipboard." => "Aquest arxiu ja es troba al portapapers.",
"The files in the Clipboard are not readable." => "No es poden llegir els fitxers del portapapers.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} fitxers del portapapers no es poden llegir. Voleu copiar la resta?",
"The files in the Clipboard are not movable." => "No es poden moure els fitxers del portapapers.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} fitxers del portapapers no es poden moure. Voleu moure la resta?",
"The files in the Clipboard are not removable." => "Els fitxers del portapapers no es poden eliminar.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} fitxers del portapapers no es poden eliminar. Voleu eliminar la resta?",
"The selected files are not removable." => "Els fitxers seleccionats no es poden eliminar.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} fitxers dels seleccionats no es poden eliminar. Voleu eliminar la resta?",
"Are you sure you want to delete all selected files?" => "Esteu segur que voleu eliminar els fitxers seleccionats?",
"Failed to delete {count} files/folders." => "Error al eliminar {count} fitxers/directoris.",
"A file or folder with that name already exists." => "Ja existeix un directori o fitxer amb aquest nom.",
"Copy files here" => "Copia els fitxers aquí",
"Move files here" => "Mou els fitxers aquí",
"Delete files" => "Elimina els fitxers",
"Clear the Clipboard" => "Buida el portapapers",
"Are you sure you want to delete all files in the Clipboard?" => "Esteu segur que voleu eliminar tots els fitxers del portapapers?",
"Copy {count} files" => "Copia els {count} fitxers aquí",
"Move {count} files" => "Mou els {count} fitxers aquí",
"Add to Clipboard" => "Afegeix al portapapers",
"Inexistant or inaccessible folder." => "Directori inexistent o inaccessible.",
"New folder name:" => "Nom del nou directori:",
"New file name:" => "Nom del nou fitxer:",
"Upload" => "Carrega arxius",
"Refresh" => "Refresca",
"Settings" => "Opcions",
"Maximize" => "Maximitza",
"About" => "Sobre...",
"files" => "Fitxers",
"selected files" => "Fitxers seleccionats",
"View:" => "Veure:",
"Show:" => "Mostra:",
"Order by:" => "Ordena per:",
"Thumbnails" => "Miniatures",
"List" => "Llistat",
"Name" => "Nom",
"Type" => "Tipus",
"Size" => "Mida",
"Date" => "Data",
"Descending" => "Descendent",
"Uploading file..." => "Carregant fitxer...",
"Loading image..." => "Carregant imatge...",
"Loading folders..." => "Carregant directoris...",
"Loading files..." => "Carregant fitxers...",
"New Subfolder..." => "Nou subdirectori...",
"Rename..." => "Canvia el nom...",
"Delete" => "Elimina",
"OK" => "D'acord",
"Cancel" => "Cancel·la",
"Select" => "Selecciona",
"Select Thumbnail" => "Selecciona miniatura",
"Select Thumbnails" => "Selecciona miniatures",
"View" => "Veure",
"Download" => "Descarrega",
"Download files" => "Descarrega fitxers",
"Clipboard" => "Portapapers",
"Checking for new version..." => "Comprovant actualitzacions...",
"Unable to connect!" => "No es pot connectar!",
"Download version {version} now!" => "Descarregueu la versió {version}!",
"KCFinder is up to date!" => "KCFinder està actualitzat!",
"Licenses:" => "Llicències:",
"Attention" => "Atenció",
"Question" => "Pregunta",
"Yes" => "",
"No" => "No",
"You cannot rename the extension of files!" => "No està permès canviar la extensió al fitxer.",
"Uploading file {number} of {count}... {progress}" => "Carregant arxiu {number} de {count}... {progress}",
"Failed to upload {filename}!" => "Error al carregar {filename}",
);
?>

View File

@ -0,0 +1,132 @@
<?php
/** Czech localization file for KCFinder
* author: Rostislav Sivak <rsivak@rsivak.com>
*/
$lang = array(
'_locale' => "cs_CZ.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e.%B.%Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Nemáte práva pro nahrávání souborů.",
"You don't have permissions to browse server." => "Nemáte práva pro prohlížení serveru.",
"Cannot move uploaded file to target folder." => "Nelze přesunout soubor do určeného adresáře.",
"Unknown error." => "Neznámá chyba.",
"The uploaded file exceeds {size} bytes." => "Nahraný soubor přesahuje {size} bytů.",
"The uploaded file was only partially uploaded." => "Nahraný soubor byl nahrán pouze částečně.",
"No file was uploaded." => "Žádný soubor nebyl nahrán na server.",
"Missing a temporary folder." => "Chybí dočasný adresář.",
"Failed to write file." => "Soubor se nepodařilo se uložit.",
"Denied file extension." => "Nepodporovaný typ souboru.",
"Unknown image format/encoding." => "Neznámý formát obrázku/encoding.",
"The image is too big and/or cannot be resized." => "Obrázek je příliš velký/nebo nemohl být zmenšen.",
"Cannot create {dir} folder." => "Adresář {dir} nelze vytvořit.",
"Cannot rename the folder." => "Adresář nelze přejmenovat.",
"Cannot write to upload folder." => "Nelze ukládat do adresáře pro nahrávání.",
"Cannot read .htaccess" => "Není možno číst soubor .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Chybný soubor .htaccess. Soubor nelze přepsat!",
"Cannot read upload folder." => "Nelze číst z adresáře pro nahrávání souborů.",
"Cannot access or create thumbnails folder." => "Adresář pro náhledy nelze vytvořit nebo není přístupný.",
"Cannot access or write to upload folder." => "Nelze přistoupit, nebo zapisovat do adresáře pro nahrávání souborů.",
"Please enter new folder name." => "Vložte prosím nové jméno adresáře.",
"Unallowable characters in folder name." => "Nepovolené znaky v názvu adresáře.",
"Folder name shouldn't begins with '.'" => "Jméno adresáře nesmí začínat znakem '.'",
"Please enter new file name." => "Vložte prosím nové jméno souboru.",
"Unallowable characters in file name." => "Nepovolené znaky v názvu souboru.",
"File name shouldn't begins with '.'" => "Název soubor nesmí začínat znakem '.'",
"Are you sure you want to delete this file?" => "Jste si jistý že chcete smazat tento soubor?",
"Are you sure you want to delete this folder and all its content?" => "Jste si jistý že chcete smazat tento adresář a celý jeho obsah?",
"Non-existing directory type." => "Neexistující typ adresáře.",
"Undefined MIME types." => "Nedefinovaný MIME typ souboru.",
"Fileinfo PECL extension is missing." => "Rozříření PECL pro zjištění informací o souboru chybí.",
"Opening fileinfo database failed." => "Načtení informací o souboru selhalo.",
"You can't upload such files." => "Tyto soubory nemůžete nahrát na server.",
"The file '{file}' does not exist." => "Tento soubor '{file}' neexistuje.",
"Cannot read '{file}'." => "Nelze načíst '{file}'.",
"Cannot copy '{file}'." => "Nelze kopírovat '{file}'.",
"Cannot move '{file}'." => "Nelze přesunout '{file}'.",
"Cannot delete '{file}'." => "Nelze smazat '{file}'.",
"Cannot delete the folder." => "Adresář nelze smazat.",
"Click to remove from the Clipboard" => "Klikněte pro odstranění ze schránky",
"This file is already added to the Clipboard." => "Tento soubor je již ve schránce vložen.",
"The files in the Clipboard are not readable." => "Soubory ve schránce nelze načíst.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} souborů ve schránce nelze načíst. Chcete zkopírovat zbylé soubory?",
"The files in the Clipboard are not movable." => "Soubory ve schránce nelze přesunout.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} souborů ve schránce nelze přesunout. Chcete přesunout zbylé soubory?",
"The files in the Clipboard are not removable." => "Soubory ve schránce nelze smazat.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} souborů ve schránce nelze smazat. Chcete smazat zbylé soubory?",
"The selected files are not removable." => "Označené soubory nelze smazat.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} označených souborů nelze smazat. Chcete smazat zbylé soubory?",
"Are you sure you want to delete all selected files?" => "Jste si jistý že chcete smazat vybrané soubory?",
"Failed to delete {count} files/folders." => "Nebylo smazáno {count} souborů/adresářů.",
"A file or folder with that name already exists." => "Soubor nebo adresář s takovým jménem již existuje.",
"Copy files here" => "Kopírovat soubory na toto místo",
"Move files here" => "Přesunout soubory na toto místo",
"Delete files" => "Smazat soubory",
"Clear the Clipboard" => "Vyčistit schránku",
"Are you sure you want to delete all files in the Clipboard?" => "Jste si jistý že chcete vymazat všechny soubory ze schránky?",
"Copy {count} files" => "Kopírovat {count} souborů",
"Move {count} files" => "Přesunout {count} souborů",
"Add to Clipboard" => "Vložit do schránky",
"Inexistant or inaccessible folder." => "Neexistující nebo nepřístupný adresář.",
"New folder name:" => "Nový název adresáře:",
"New file name:" => "Nový název souboru:",
"Upload" => "Nahrát",
"Refresh" => "Obnovit",
"Settings" => "Nastavení",
"Maximize" => "Maximalizovat",
"About" => "O aplikaci",
"files" => "soubory",
"selected files" => "vybrané soubory",
"View:" => "Zobrazit:",
"Show:" => "Ukázat:",
"Order by:" => "Řadit podle:",
"Thumbnails" => "Náhledy",
"List" => "Seznam",
"Name" => "Jméno",
"Type" => "Typ",
"Size" => "Velikost",
"Date" => "Datum",
"Descending" => "Sestupně",
"Uploading file..." => "Nahrávání souboru...",
"Loading image..." => "Načítání obrázku...",
"Loading folders..." => "Načítání adresářů...",
"Loading files..." => "Načítání souborů...",
"New Subfolder..." => "Nový adresář...",
"Rename..." => "Přejmenovat...",
"Delete" => "Smazat",
"OK" => "OK",
"Cancel" => "Zrušit",
"Select" => "Vybrat",
"Select Thumbnail" => "Vybrat náhled",
"Select Thumbnails" => "Vybrat náhled",
"View" => "Zobrazit",
"Download" => "Stažení",
"Download files" => "Stáhnout soubory",
"Clipboard" => "Schránka",
"Checking for new version..." => "Zkontrolovat novou verzi...",
"Unable to connect!" => "Nelze připojit!",
"Download version {version} now!" => "Stáhnout verzi {version} nyní!",
"KCFinder is up to date!" => "KCFinder je aktuální!",
"Licenses:" => "Licence:",
"Attention" => "Upozornění",
"Question" => "Otázka",
"Yes" => "Ano",
"No" => "Ne",
"You cannot rename the extension of files!" => "Nemůžete přejmenovat příponu souborů!",
"Uploading file {number} of {count}... {progress}" => "Nahrávám soubor {number} z {count}... {progress}",
"Failed to upload {filename}!" => "Nepodařilo se nahrát soubor {filename}!",
"Close" => "Zavřít",
"Previous" => "Předchozí",
"Next" => "Další",
"Confirmation" => "Potvrzení",
"Warning" => "Varování",
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Danish translation by Thomas Schou <thomas@schouweb.dk>
* Danish corrections by Mikael Lyngvig <mikael@lyngvig.org>
*/
$lang = array(
'_locale' => "da_DK.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e.%B %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d/%m/%Y %H:%M",
"You don't have permissions to upload files." => "Du har ikke tilladelser til at uploade filer.",
"You don't have permissions to browse server." => "Du har ikke tilladelser til at se filer.",
"Cannot move uploaded file to target folder." => "Kan ikke flytte fil til destinations mappe.",
"Unknown error." => "Ukendt fejl.",
"The uploaded file exceeds {size} bytes." => "Den uploadede fil overskrider {size} bytes.",
"The uploaded file was only partially uploaded." => "Den uploadede fil blev kun delvist uploadet.",
"No file was uploaded." => "Ingen fil blev uploadet.",
"Missing a temporary folder." => "Mangler en midlertidig mappe.",
"Failed to write file." => "Kunne ikke skrive fil.",
"Denied file extension." => "Nægtet filtypenavn.",
"Unknown image format/encoding." => "Ukendt billedformat / kodning.",
"The image is too big and/or cannot be resized." => "Billedet er for stort og / eller kan ikke ændres.",
"Cannot create {dir} folder." => "Kan ikke lave mappen {dir}.",
"Cannot rename the folder." => "Kan ikke omdøbe mappen.",
"Cannot write to upload folder." => "Kan ikke skrive til upload mappen.",
"Cannot read .htaccess" => "Ikke kan læse .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Forkert .htaccess fil. Kan ikke omskrive den!",
"Cannot read upload folder." => "Kan ikke læse upload mappen.",
"Cannot access or create thumbnails folder." => "Kan ikke få adgang til eller oprette miniature mappe.",
"Cannot access or write to upload folder." => "Kan ikke få adgang til eller skrive til upload mappe.",
"Please enter new folder name." => "Indtast venligst nyt mappenavn.",
"Unallowable characters in folder name." => "Ugyldige tegn i mappens navn.",
"Folder name shouldn't begins with '.'" => "Mappenavne bør ikke begynde med '.'",
"Please enter new file name." => "Indtast venligst nyt filnavn.",
"Unallowable characters in file name." => "Ugyldige tegn i filens navn",
"File name shouldn't begins with '.'" => "Filnavn bør ikke begynde med '.'",
"Are you sure you want to delete this file?" => "Er du sikker på du vil slette denne fil?",
"Are you sure you want to delete this folder and all its content?" => "Er du sikker på du vil slette denne mappe og al dens indhold?",
"Non-existing directory type." => "Ikke-eksisterende mappe type.",
"Undefined MIME types." => "Udefinerede MIME typer.",
"Fileinfo PECL extension is missing." => "Filinfo PECL udvidelse mangler.",
"Opening fileinfo database failed." => "Åbning af filinfo database mislykkedes.",
"You can't upload such files." => "Du kan ikke uploade sådanne filer.",
"The file '{file}' does not exist." => "Filen '{file}' eksisterer ikke.",
"Cannot read '{file}'." => "Kan ikke læse '{file}'.",
"Cannot copy '{file}'." => "Kan ikke kopiere '{file}'.",
"Cannot move '{file}'." => "Kan ikke flytte '{file}'.",
"Cannot delete '{file}'." => "Kan ikke slette '{file}'.",
"Cannot delete the folder." => "Kan ikke slette mappen.",
"Click to remove from the Clipboard" => "Klik for at fjerne fra udklipsholderen.",
"This file is already added to the Clipboard." => "Denne fil er allerede føjet til udklipsholderen.",
"The files in the Clipboard are not readable." => "Filerne i udklipsholderen ikke kan læses.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} filer i udklipsholderen ikke kan læses. Ønsker du at kopiere resten?",
"The files in the Clipboard are not movable." => "Filerne i udklipsholderen kan ikke flyttes.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} filer i udklipsholderen er ikke flytbare. Ønsker du at flytte resten?",
"The files in the Clipboard are not removable." => "Filerne i udklipsholderen kan ikke fjernes.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} filer i udklipsholderen kan ikke fjernes. Ønsker du at slette resten?",
"The selected files are not removable." => "De valgte filer er ikke flytbare.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} valgte filer kan ikke fjernes. Ønsker du at slette resten?",
"Are you sure you want to delete all selected files?" => "Er du sikker på du vil slette alle markerede filer?",
"Failed to delete {count} files/folders." => "Kunne ikke slette {count} filer/mapper.",
"A file or folder with that name already exists." => "En fil eller mappe med det navn findes allerede.",
"Copy files here" => "Kopier filer her.",
"Move files here" => "Flyt filer her.",
"Delete files" => "Slet filer.",
"Clear the Clipboard" => "Tøm udklipsholderen",
"Are you sure you want to delete all files in the Clipboard?" => "Tøm udklipsholderen?",
"Copy {count} files" => "Kopier {count} filer",
"Move {count} files" => "Flyt {count} filer",
"Add to Clipboard" => "Tilføj til udklipsholderen",
"Inexistant or inaccessible folder." => "Manglende eller utilgængelig mappe.",
"New folder name:" => "Nyt mappenavn:",
"New file name:" => "Nyt filnavn:",
"Upload" => "Upload",
"Refresh" => "Genopfrisk",
"Settings" => "Indstillinger",
"Maximize" => "Maksimer",
"About" => "Om",
"files" => "filer",
"selected files" => "Valgte filer",
"View:" => "Åben:",
"Show:" => "Vis:",
"Order by:" => "Sorter efter:",
"Thumbnails" => "Miniaturer",
"List" => "Liste",
"Name" => "Navn",
"Type" => "Type",
"Size" => "Størrelse",
"Date" => "Dato",
"Descending" => "Aftagende",
"Uploading file..." => "Uploader fil...",
"Loading image..." => "Indlæser billede...",
"Loading folders..." => "Indlæser mapper...",
"Loading files..." => "Indlæser filer...",
"New Subfolder..." => "Ny undermappe...",
"Rename..." => "Omdøb...",
"Delete" => "Slet",
"OK" => "Ok",
"Cancel" => "Fortryd",
"Select" => "Vælg",
"Select Thumbnail" => "Vælg miniature",
"Select Thumbnails" => "Vælg miniaturer",
"View" => "Åben",
"Download" => "Download",
"Download files" => "Download filer",
"Clipboard" => "Udklipsholder",
"Checking for new version..." => "Søger efter ny version...",
"Unable to connect!" => "Kan ikke forbinde!",
"Download version {version} now!" => "Hent version {version} nu!",
"KCFinder is up to date!" => "KCFinder er opdateret!",
"Licenses:" => "Licenser:",
"Attention" => "Vigtigt",
"Question" => "Spørgsmål",
"Yes" => "Ja",
"No" => "Nej",
"You cannot rename the extension of files!" => "Du kan ikke ændre typen på filer!",
"Uploading file {number} of {count}... {progress}" => "Uploader fil {number} af {count} ... {progress}",
"Failed to upload {filename}!" => "Kunne ikke uploade {filename}!",
);
?>

View File

@ -0,0 +1,132 @@
<?php
/** German localization file for KCFinder
* author: Tim Wahrendorff <wahrendorff@users.sourceforge.net>
*/
$lang = array(
'_locale' => "de_DE.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e.%B.%Y %k:%M",
'_dateTimeMid' => "%a %e %b %Y %k:%M",
'_dateTimeSmall' => "%d.%m.%Y %k:%M",
"You don't have permissions to upload files." => "Du hast keine Berechtigung Dateien hoch zu laden.",
"You don't have permissions to browse server." => "Fehlende Berechtigung.",
"Cannot move uploaded file to target folder." => "Kann hochgeladene Datei nicht in den Zielordner verschieben.",
"Unknown error." => "Unbekannter Fehler.",
"The uploaded file exceeds {size} bytes." => "Die hochgeladene Datei überschreitet die erlaubte Dateigröße von {size} bytes.",
"The uploaded file was only partially uploaded." => "Die Datei wurde nur teilweise hochgeladen.",
"No file was uploaded." => "Keine Datei hochgeladen.",
"Missing a temporary folder." => "Temporärer Ordner fehlt.",
"Failed to write file." => "Fehler beim schreiben der Datei.",
"Denied file extension." => "Die Dateiendung ist nicht erlaubt.",
"Unknown image format/encoding." => "Unbekanntes Bildformat/encoding.",
"The image is too big and/or cannot be resized." => "Das Bild ist zu groß und/oder kann nicht verkleinert werden.",
"Cannot create {dir} folder." => "Ordner {dir} kann nicht angelegt werden.",
"Cannot rename the folder." => "Der Ordner kann nicht umbenannt werden.",
"Cannot write to upload folder." => "Kann nicht in den upload Ordner schreiben.",
"Cannot read .htaccess" => "Kann .htaccess Datei nicht lesen",
"Incorrect .htaccess file. Cannot rewrite it!" => "Falsche .htaccess Datei. Die Datei kann nicht geschrieben werden",
"Cannot read upload folder." => "Ziel Ordner kann nicht gelesen werden.",
"Cannot access or create thumbnails folder." => "Kann thumbnails Ordner nicht erstellen oder darauf zugreifen.",
"Cannot access or write to upload folder." => "Kann nicht auf den upload Ordner zugreifen oder darin schreiben.",
"Please enter new folder name." => "Bitte einen neuen Ordnernamen angeben.",
"Unallowable characters in folder name." => "Der Ordnername enthält unerlaubte Zeichen.",
"Folder name shouldn't begins with '.'" => "Ordnernamen sollten nicht mit '.' beginnen.",
"Please enter new file name." => "Bitte gib einen neuen Dateinamen an.",
"Unallowable characters in file name." => "Der Dateiname enthält unerlaubte Zeichen",
"File name shouldn't begins with '.'" => "Dateinamen sollten nicht mit '.' beginnen.",
"Are you sure you want to delete this file?" => "Willst Du die Datei wirklich löschen?",
"Are you sure you want to delete this folder and all its content?" => "Willst Du wirklich diesen Ordner und seinen gesamten Inhalt löschen?",
"Non-existing directory type." => "Der Ordner Typ existiert nicht.",
"Undefined MIME types." => "Unbekannte MIME Typen.",
"Fileinfo PECL extension is missing." => "PECL extension für Dateiinformationen fehlt",
"Opening fileinfo database failed." => "Öffnen der Dateiinfo Datenbank fehlgeschlagen.",
"You can't upload such files." => "Du kannst solche Dateien nicht hochladen.",
"The file '{file}' does not exist." => "Die Datei '{file}' existiert nicht.",
"Cannot read '{file}'." => "Kann Datei '{file}' nicht lesen.",
"Cannot copy '{file}'." => "Kann Datei '{file}' nicht kopieren.",
"Cannot move '{file}'." => "Kann Datei '{file}' nicht verschieben.",
"Cannot delete '{file}'." => "Kann Datei '{file}' nicht löschen.",
"Cannot delete the folder." => "Der Ordner kann nicht gelöscht werden.",
"Click to remove from the Clipboard" => "Zum entfernen aus der Zwischenablage, hier klicken.",
"This file is already added to the Clipboard." => "Diese Datei wurde bereits der Zwischenablage hinzugefügt.",
"The files in the Clipboard are not readable." => "Die Dateien in der Zwischenablage können nicht gelesen werden.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} Dateien in der Zwischenablage sind nicht lesbar. Möchtest Du die Übrigen trotzdem kopieren?",
"The files in the Clipboard are not movable." => "Die Dateien in der Zwischenablage können nicht verschoben werden.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} Dateien in der Zwischenablage sind nicht verschiebbar. Möchtest Du die Übrigen trotzdem verschieben?",
"The files in the Clipboard are not removable." => "Die Dateien in der Zwischenablage können nicht gelöscht werden.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} Dateien in der Zwischenablage können nicht gelöscht werden. Möchtest Du die Übrigen trotzdem löschen?",
"The selected files are not removable." => "Die ausgewählten Dateien können nicht gelöscht werden.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} der ausgewählten Dateien können nicht gelöscht werden. Möchtest Du die Übrigen trotzdem löschen?",
"Are you sure you want to delete all selected files?" => "Möchtest Du wirklich alle ausgewählten Dateien löschen?",
"Failed to delete {count} files/folders." => "Konnte {count} Dateien/Ordner nicht löschen.",
"A file or folder with that name already exists." => "Eine Datei oder ein Ordner mit dem Namen existiert bereits.",
"Copy files here" => "Kopiere Dateien hier hin.",
"Move files here" => "Verschiebe Dateien hier hin.",
"Delete files" => "Lösche Dateien.",
"Clear the Clipboard" => "Zwischenablage leeren",
"Are you sure you want to delete all files in the Clipboard?" => "Willst Du wirklich alle Dateien in der Zwischenablage löschen?",
"Copy {count} files" => "Kopiere {count} Dateien",
"Move {count} files" => "Verschiebe {count} Dateien",
"Add to Clipboard" => "Der Zwischenablage hinzufügen",
"Inexistant or inaccessible folder." => "Ordnertyp existiert nicht.",
"New folder name:" => "Neuer Ordnername:",
"New file name:" => "Neuer Dateiname:",
"Upload" => "Hochladen",
"Refresh" => "Aktualisieren",
"Settings" => "Einstellungen",
"Maximize" => "Maximieren",
"About" => "Über",
"files" => "Dateien",
"selected files" => "ausgewählte Dateien",
"View:" => "Ansicht:",
"Show:" => "Zeige:",
"Order by:" => "Ordnen nach:",
"Thumbnails" => "Miniaturansicht",
"List" => "Liste",
"Name" => "Name",
"Type" => "Typ",
"Size" => "Größe",
"Date" => "Datum",
"Descending" => "Absteigend",
"Uploading file..." => "Lade Datei hoch...",
"Loading image..." => "Lade Bild...",
"Loading folders..." => "Lade Ordner...",
"Loading files..." => "Lade Dateien...",
"New Subfolder..." => "Neuer Unterordner...",
"Rename..." => "Umbenennen...",
"Delete" => "Löschen",
"OK" => "OK",
"Cancel" => "Abbruch",
"Select" => "Auswählen",
"Select Thumbnail" => "Wähle Miniaturansicht",
"Select Thumbnails" => "Wähle Miniaturansicht",
"View" => "Ansicht",
"Download" => "Download",
"Download files" => "Dateien herunterladen",
"Clipboard" => "Zwischenablage",
"Checking for new version..." => "Nach neuer Version suchen",
"Unable to connect!" => "Kann keine Verbindung herstellen!",
"Download version {version} now!" => "Version {version} herunterladen!",
"KCFinder is up to date!" => "KCFinder ist aktuell!",
"Licenses:" => "Lizenz",
"Attention" => "Achtung",
"Question" => "Frage",
"Yes" => "Ja",
"No" => "Nein",
"You cannot rename the extension of files!" => "Die Umbenennung von Datei-Erweiterungen ist nicht möglich!",
"Uploading file {number} of {count}... {progress}" => "Lade Datei {number} von {count} hoch ... {progress}",
"Failed to upload {filename}!" => "Hochladen von {filename} fehlgeschlagen!",
"Close" => "Schließen",
"Previous" => "Vorherige",
"Next" => "Nächste",
"Confirmation" => "Bestätigung",
"Warning" => "Warnung"
);
?>

View File

@ -0,0 +1,132 @@
<?php
/** Greek localization file for KCFinder
* author: Spiros Kabasakalis
*/
$lang = array(
'_locale' => "el_GR.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Δεν έχετε δικαίωμα να ανεβάσετε αρχεία.",
"You don't have permissions to browse server." => "Δεν έχετε δικαίωμα να δείτε τα αρχεία στο διακομιστή.",
"Cannot move uploaded file to target folder." => "Το αρχείο δε μπορεί να μεταφερθεί στο φάκελο προορισμού.",
"Unknown error." => "Άγνωστο σφάλμα.",
"The uploaded file exceeds {size} bytes." => "Το αρχείο υπερβαίνει το μέγεθος των {size} bytes.",
"The uploaded file was only partially uploaded." => "Ένα μόνο μέρος του αρχείου ανέβηκε.",
"No file was uploaded." => "Κανένα αρχείο δεν ανέβηκε.",
"Missing a temporary folder." => "Λείπει ο φάκελος των προσωρινών αρχείων.",
"Failed to write file." => "Σφάλμα στη τροποποίηση του αρχείου.",
"Denied file extension." => "Δεν επιτρέπονται αυτού του είδους αρχεία.",
"Unknown image format/encoding." => "Αγνωστη κωδικοποίηση εικόνας.",
"The image is too big and/or cannot be resized." => "Η εικόνα είναι πάρα πολύ μεγάλη και/η δεν μπορεί να αλλάξει μέγεθος.",
"Cannot create {dir} folder." => "Αδύνατον να δημιουργηθεί ο φάκελος {dir}.",
"Cannot rename the folder." => "Αδύνατη η μετονομασία του φακέλου.",
"Cannot write to upload folder." => "Αδύνατη η εγγραφή στο φάκελο προορισμού.",
"Cannot read .htaccess" => "Αδύνατη η ανάγνωση του .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Εσφαλμένο αρχείο .htaccess. Αδύνατη η τροποποίησή του!",
"Cannot read upload folder." => "Μη αναγνώσιμος φάκελος προορισμού.",
"Cannot access or create thumbnails folder." => "Αδύνατη η πρόσβαση και ανάγνωση του φακέλου με τις μικρογραφίες εικόνων.",
"Cannot access or write to upload folder." => "Αδύνατη η πρόσβαση και τροποποίηση του φακέλου προορισμού.",
"Please enter new folder name." => "Παρακαλούμε εισάγετε ένα νέο όνομα φακέλου. ",
"Unallowable characters in folder name." => "Μη επιτρεπτοί χαρακτήρες στο όνομα φακέλου.",
"Folder name shouldn't begins with '.'" => "Το όνομα του φακέλου δε πρέπει να αρχίζει με '.'",
"Please enter new file name." => "Παρακαλούμε εισάγετε ένα νέο όνομα αρχείου.",
"Unallowable characters in file name." => "Μη επιτρεπτοί χαρακτήρες στο όνομα αρχείου.",
"File name shouldn't begins with '.'" => "Το όνομα του αρχείου δεν πρέπει να αρχίζει με '.'",
"Are you sure you want to delete this file?" => "Σίγουρα θέλετε να διαγράψετε αυτό το αρχείο;",
"Are you sure you want to delete this folder and all its content?" => "Σίγουρα θέλετε να διαγράψετε αυτό το φάκελο μαζί με όλα τα περιεχόμενα;",
"Non-existing directory type." => "Ανύπαρκτος τύπος φακέλου.",
"Undefined MIME types." => "Απροσδιόριστοι τύποι MIME.",
"Fileinfo PECL extension is missing." => "Η επέκταση πληροφορίας αρχείου PECL δεν υπάρχει.",
"Opening fileinfo database failed." => "Η πρόσβαση στις πληροφορίες του αρχείου απέτυχε.",
"You can't upload such files." => "Δε μπορείτε να ανεβάσετε τέτοια αρχεία.",
"The file '{file}' does not exist." => "Το αρχείο '{file}' δεν υπάρχει.",
"Cannot read '{file}'." => "Αρχείο '{file}' μη αναγνώσιμο.",
"Cannot copy '{file}'." => "Αδύνατη η αντιγραφή του '{file}'.",
"Cannot move '{file}'." => "Αδύνατη η μετακίνηση του '{file}'.",
"Cannot delete '{file}'." => "Αδύνατη η διαγραφή του '{file}'.",
"Cannot delete the folder." => "Αδύνατη η διαγραφή του φακέλου.",
"Click to remove from the Clipboard" => "Πατήστε για διαγραφή από το Πρόχειρο.",
"This file is already added to the Clipboard." => "Αυτό το αρχείο βρίσκεται ήδη στο Πρόχειρο.",
"The files in the Clipboard are not readable." => "Τα αρχεία στο Πρόχειρο είναι μη αναγνώσιμα.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} αρχεία στο Πρόχειρο είναι μη αναγνώσιμα. Θέλετε να αντιγράψετε τα υπόλοιπα;",
"The files in the Clipboard are not movable." => "Τα αρχεία στο Πρόχειρο είναι αδύνατο να μετακινηθούν.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} αρχεία στο Πρόχειρο δεν είναι δυνατό να μετακινηθούν. Θέλετε να μετακινήσετε τα υπόλοιπα;",
"The files in the Clipboard are not removable." => "Τα αρχεία στο Πρόχειρο είναι αδύνατο να αφαιρεθούν.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} αρχεία στο Πρόχειρο δεν είναι δυνατό να αφαιρεθούν. Θέλετε να αφαιρέσετε τα υπόλοιπα;",
"The selected files are not removable." => "Τα επιλεγμένα αρχεία δε μπορούν να αφαιρεθούν.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} επιλεγμένα αρχεία δεν είναι δυνατό να αφαιρεθούν. Θέλετε να διαγράψετε τα υπόλοιπα;",
"Are you sure you want to delete all selected files?" => "Σίγουρα θέλετε να διαγράψετε όλα τα επιλεγμένα αρχεία;",
"Failed to delete {count} files/folders." => "Η διαγραφή {count} αρχείων/φακέλων απέτυχε.",
"A file or folder with that name already exists." => "Ένα αρχείο ή φάκελος με αυτό το όνομα υπάρχει ήδη.",
"Copy files here" => "Αντιγράψτε αρχεία εδώ.",
"Move files here" => "Μετακινήστε αρχεία εδώ.",
"Delete files" => "Διαγραφή αρχείων",
"Clear the Clipboard" => "Καθαρισμός Clipboard",
"Are you sure you want to delete all files in the Clipboard?" => "Σίγουρα θέλετε να διαγράψετε όλα τα αρχεία από το Πρόχειρο;",
"Copy {count} files" => "Αντιγραφή {count} αρχείων.",
"Move {count} files" => "Μετακίνηση {count} αρχείων.",
"Add to Clipboard" => "Προσθήκη στο Πρόχειρο",
"Inexistant or inaccessible folder." => "Ανύπαρκτος η μη προσβάσιμος φάκελος.",
"New folder name:" => "Νέο όνομα φακέλου:",
"New file name:" => "Νέο όνομα αρχείου:",
"Upload" => "Ανέβασμα",
"Refresh" => "Ανανέωση",
"Settings" => "Ρυθμίσεις",
"Maximize" => "Μεγιστοποίηση",
"About" => "Σχετικά",
"files" => "αρχεία",
"selected files" => "επιλεγμένα αρχεία",
"View:" => "Προβολή:",
"Show:" => "Εμφάνιση:",
"Order by:" => "Ταξινόμηση κατά:",
"Thumbnails" => "Μικρογραφίες",
"List" => "Λίστα",
"Name" => "Όνομα",
"Type" => "Τύπος",
"Size" => "Μέγεθος",
"Date" => "Ημερομηνία",
"Descending" => "Φθίνουσα",
"Uploading file..." => "Το αρχείο ανεβαίνει...",
"Loading image..." => "Η εικόνα φορτώνει...",
"Loading folders..." => "Οι φάκελοι φορτώνουν...",
"Loading files..." => "Τα αρχεία φορτώνουν...",
"New Subfolder..." => "Νέος υποφάκελος...",
"Rename..." => "Μετονομασία...",
"Delete" => "Διαγραφή",
"OK" => "OK",
"Cancel" => "Ακύρωση",
"Select" => "Επιλογή",
"Select Thumbnail" => "Επιλογή μικρογραφίας",
"Select Thumbnails" => "Επιλέξτε μικρογραφίες",
"View" => "Προβολή",
"Download" => "Κατέβασμα",
"Download files" => "Κατέβασμα αρχείων",
"Clipboard" => "Πρόχειρο",
"Checking for new version..." => "Ελεγχος για νέα έκδοση...",
"Unable to connect!" => "Αδύνατη η σύνδεση!",
"Download version {version} now!" => "Κατεβάστε την έκδοση {version} τώρα!",
"KCFinder is up to date!" => "Το KCFinder είναι ενημερωμένο με τη πιο πρόσφατη έκδοση!",
"Licenses:" => "Άδειες:",
"Attention" => "Προσοχή",
"Question" => "Ερώτηση",
"Yes" => "Ναι",
"No" => "Όχι",
"You cannot rename the extension of files!" => "Δεν έχετε δικαίωμα να αλλάζετε την κατάληξη των αρχείων!",
"Uploading file {number} of {count}... {progress}" => "Ανέβασμα αρχείου {number} από {count}... {progress}",
"Failed to upload {filename}!" => "Αποτυχία στο ανέβασμα του {filename}!",
"Close" => "Κλείσιμο",
"Previous" => "Προηγούμενη",
"Next" => "Επόμενη",
"Confirmation" => "Επιβεβαίωση",
"Warning" => "Προειδοποίηση",
);
?>

View File

@ -0,0 +1,25 @@
<?php
/** This file is part of KCFinder project
*
* @desc Default English localization
* @package KCFinder
* @version 3.12
* @author Pavel Tzonkov <sunhater@sunhater.com>
* @copyright 2010-2014 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
$lang = array(
'_locale' => "en_US.UTF-8",
'_charset' => "utf-8",
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %B %e, %Y %I:%M %p",
'_dateTimeMid' => "%a %b %e %Y %I:%M %p",
'_dateTimeSmall' => "%m/%d/%Y %I:%M %p",
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Spanish localization file for KCFinder
* Type some credits if you want
*/
$lang = array(
'_locale' => "es_ES.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "No tiene permiso para subir archivos.",
"You don't have permissions to browse server." => "No tiene permiso para visualizar archivos.",
"Cannot move uploaded file to target folder." => "No puede mover archivos al directorio de destino.",
"Unknown error." => "Error desconocido.",
"The uploaded file exceeds {size} bytes." => "El archivo excede el tamaño permitido ({size} bytes).",
"The uploaded file was only partially uploaded." => "El archivo solo fué parcialmente cargado.",
"No file was uploaded." => "El archivo no fué cargado.",
"Missing a temporary folder." => "No se puede encontrar el directorio temporal.",
"Failed to write file." => "No se pudo crear el archivo.",
"Denied file extension." => "Extensión de archivo denegada.",
"Unknown image format/encoding." => "Formato / codificación de imagen desconocido.",
"The image is too big and/or cannot be resized." => "La imagen es muy grande o no se puede redimensionar.",
"Cannot create {dir} folder." => "No se puede crear la carpeta {dir}.",
"Cannot rename the folder." => "No se puede renombrar la carpeta.",
"Cannot write to upload folder." => "No se puede escribir en directorio de carga de archivos.",
"Cannot read .htaccess" => "No se puede leer el archivo .htaccess.",
"Incorrect .htaccess file. Cannot rewrite it!" => "Archivo .htaccess incorrecto. ¡No puede sobreescribirlo!",
"Cannot read upload folder." => "No se puede leer la carpeta de carga de archivos.",
"Cannot access or create thumbnails folder." => "No se puede leer o crear carpeta de miniaturas.",
"Cannot access or write to upload folder." => "No se puede leer o escribir en la carpeta de carga de archivos.",
"Please enter new folder name." => "Por favor introduzca el nombre de la nueva carpeta.",
"Unallowable characters in folder name." => "Caracteres inválidos en el nombre de carpeta.",
"Folder name shouldn't begins with '.'" => "El nombre de carpeta no puede comenzar con punto '.'",
"Please enter new file name." => "Por favor introduzca el nuevo nombre del archivo.",
"Unallowable characters in file name." => "Carácteres inválidos en el nombre de archivo.",
"File name shouldn't begins with '.'" => "El nombre de archivo no puede comenzar con punto '.'",
"Are you sure you want to delete this file?" => "Esta seguro de que desea borrar este archivo?",
"Are you sure you want to delete this folder and all its content?" => "Esta seguro de que desea borrar esta carpeta y todo su contenido?",
"Non-existing directory type." => "El tipo de directorio no existe.",
"Undefined MIME types." => "Tipo MIME no definido.",
"Fileinfo PECL extension is missing." => "Archivo PECL con estructura errónea.",
"Opening fileinfo database failed." => "Error abriendo el archivo de información de la base de datos.",
"You can't upload such files." => "No puede cargar tantos archivos.",
"The file '{file}' does not exist." => "El archivo '{file}' no existe.",
"Cannot read '{file}'." => "No se puede leer '{file}'.",
"Cannot copy '{file}'." => "No se puede copiar '{file}'.",
"Cannot move '{file}'." => "No se puede mover '{file}'.",
"Cannot delete '{file}'." => "No se puede borrar '{file}'.",
"Cannot delete the folder." => "No se puede borrrar la carpeta.",
"Click to remove from the Clipboard" => "Haga Click para borrar del portapapeles",
"This file is already added to the Clipboard." => "Este archivo ya fué agregado al portapapeles.",
"The files in the Clipboard are not readable." => "Los archivos en el portapapeles no son legibles.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} archivos en el portapapeles no son legibles. Desea copiar el resto?",
"The files in the Clipboard are not movable." => "Los archivos en el portapapeles no se pueden mover.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} archivos en el portapapeles no se pueden mover. Desea mover el resto?",
"The files in the Clipboard are not removable." => "Los archivos en el portapapeles no se pueden remover.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} archivos en el portapapeles no se pueden remover. Desea borrar el resto?",
"The selected files are not removable." => "Los archivos seleccionados no son removibles.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} archivos seleccionados no son removibles. Desea borrar el resto?",
"Are you sure you want to delete all selected files?" => "Esta seguro de que desea borrar todos los archivos seleccionados?",
"Failed to delete {count} files/folders." => "Falló al borrar {count} archivos/carpetas.",
"A file or folder with that name already exists." => "Existe una carpeta o archivo con el mismo nombre.",
"Copy files here" => "Copiar archivos aquí",
"Move files here" => "Mover archivos aquí",
"Delete files" => "Borrar archivos",
"Clear the Clipboard" => "Limpiar el portapapeles",
"Are you sure you want to delete all files in the Clipboard?" => "Esta seguro de que desea borrar todos los archivos del portapapeles?",
"Copy {count} files" => "Copiar {count} archivos",
"Move {count} files" => "Mover {count} archivos ",
"Add to Clipboard" => "Agregar al portapapeles",
"Inexistant or inaccessible folder." => "Carpeta inexistente o inaccesible.",
"New folder name:" => "Nuevo nombre de carpeta:",
"New file name:" => "Nuevo nombre de archivo:",
"Upload" => "Cargar",
"Refresh" => "Refrescar",
"Settings" => "Preferencias",
"Maximize" => "Maximizar",
"About" => "Acerca de",
"files" => "Archivos",
"selected files" => "Archivos seleccionados",
"View:" => "Ver:",
"Show:" => "Mostrar:",
"Order by:" => "Ordenar por:",
"Thumbnails" => "Miniaturas",
"List" => "Lista",
"Name" => "Nombre",
"Type" => "Tipo",
"Size" => "Tamaño",
"Date" => "Fecha",
"Descending" => "Decendente",
"Uploading file..." => "Cargando archivo...",
"Loading image..." => "Cargando imagen...",
"Loading folders..." => "Cargando carpetas...",
"Loading files..." => "Cargando archivos...",
"New Subfolder..." => "Nuevo subdirectorio...",
"Rename..." => "Renombrar...",
"Delete" => "Eliminar",
"OK" => "OK",
"Cancel" => "Cancelar",
"Select" => "Seleccionar",
"Select Thumbnail" => "Seleccionar miniatura",
"Select Thumbnails" => "Seleccionar miniaturas",
"View" => "Ver",
"Download" => "Descargar",
"Download files" => "Descargar archivos",
"Clipboard" => "Portapapeles",
"Checking for new version..." => "Verificando nuevas versiones...",
"Unable to connect!" => "¡No se pudo realizar la conexión!",
"Download version {version} now!" => "¡Descarga la versión {version} ahora!",
"KCFinder is up to date!" => "¡KCFinder está actualizado!",
"Licenses:" => "Licencias:",
"Attention" => "Atención",
"Question" => "Pregunta",
"Yes" => "Si",
"No" => "No",
"You cannot rename the extension of files!" => "¡Usted no puede renombrar la extensión de los archivos!",
"Uploading file {number} of {count}... {progress}" => "Cargando archivo {number} de {count}... {progress}",
"Failed to upload {filename}!" => "¡No se pudo cargar el archivo {filename}!",
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Estonian localization file for KCFinder
* Type some credits if you want
*/
$lang = array(
'_locale' => "et_EE.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%e. %B %Y %H:%M",
'_dateTimeMid' => "%e. %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Sul pole failide üleslaadimiseks vajalikke õiguseid.",
"You don't have permissions to browse server." => "Sul ei ole serveri sirvimiseks vajalikke õiguseid.",
"Cannot move uploaded file to target folder." => "Üleslaetud faili liigutamine ebaõnnestus.",
"Unknown error." => "Tundmatu viga.",
"The uploaded file exceeds {size} bytes." => "Üleslaetud fail on suurem kui lubatud {size} baiti",
"The uploaded file was only partially uploaded." => "Fail laeti üles ainult osaliselt.",
"No file was uploaded." => "Faili ei õnnestunud üles laadida.",
"Missing a temporary folder." => "Failide ajutine kataloog on puudu.",
"Failed to write file." => "Faili loomine ebaõnnestus.",
"Denied file extension." => "Faili laiend ei ole lubatud.",
"Unknown image format/encoding." => "Tundmatu pildi formaat/kodeering.",
"The image is too big and/or cannot be resized." => "Pilt on liiga suur ja/või selle suurust ei saa muuta.",
"Cannot create {dir} folder." => "Kataloogi {dir} loomine ebaõnnestus.",
"Cannot rename the folder." => "Kataloogi ei saa ümber nimetada.",
"Cannot write to upload folder." => "Üleslaadimise kataloogi ei saa kirjutada.",
"Cannot read .htaccess" => ".htaccess faili ei saa lugeda.",
"Incorrect .htaccess file. Cannot rewrite it!" => "Vigane .htacess fail. Ümberkirjutamine ebaõnnestus.",
"Cannot read upload folder." => "Üleslaadimise kataloogi ei saa lugeda.",
"Cannot access or create thumbnails folder." => "Pisipiltide kataloogi ei saa lugeda või seda luua.",
"Cannot access or write to upload folder." => "Üleslaadimise kataloogi ei saa lugeda või seda luua.",
"Please enter new folder name." => "Sisesta uus kataloogi nimi.",
"Unallowable characters in folder name." => "Keelatud tähemärk kataloogi nimes.",
"Folder name shouldn't begins with '.'" => "Kataloogi nimi ei tohi alata punktiga.",
"Please enter new file name." => "Sisesta uus faili nimi.",
"Unallowable characters in file name." => "Keelatud tähemärgid faili nimes.",
"File name shouldn't begins with '.'" => "Failinimi ei tohi alata punktiga.",
"Are you sure you want to delete this file?" => "Oled sa kindel, et soovid selle faili kustutada?",
"Are you sure you want to delete this folder and all its content?" => "Oled sa kindel, et soovid selle kataloogi koos sisuga kustutada?",
"Non-existing directory type." => "Olematu kataloogi tüüp.",
"Undefined MIME types." => "Määramata MIME tüüp.",
"Fileinfo PECL extension is missing." => "Fileinfo PECL laiendus on puudu.",
"Opening fileinfo database failed." => "Failiinfo andmebaasi avamine ebaõnnestus.",
"You can't upload such files." => "Selliseid faile ei saa üles laadida.",
"The file '{file}' does not exist." => "Faili '{file}' ei ole olemas.",
"Cannot read '{file}'." => "Faili '{file}' ei õnnestunud lugeda.",
"Cannot copy '{file}'." => "Faili '{file}' ei õnnestunud kopeerida.",
"Cannot move '{file}'." => "Faili '{file}' ei õnnestunud liigutada.",
"Cannot delete '{file}'." => "Faili '{file}' ei õnnestunud kustutada.",
"Cannot delete the folder." => "Kataloogi ei saa kustutada.",
"Click to remove from the Clipboard" => "Kliki, et eemaldada lõikelaualt.",
"This file is already added to the Clipboard." => "Fail on juba lõikelauale lisatud.",
"The files in the Clipboard are not readable." => "Lõikelaual olevad failid ei ole loetavad.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} faili lõikelaual ei ole loetavad. Kas sa soovid ülejäänud kopeerida?",
"The files in the Clipboard are not movable." => "Lõikelaul olevad failid ei ole liigutatavad.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} faili lõikelaual ei ole liigutatavad. Kas sa soovid ülejäänud liigutada?",
"The files in the Clipboard are not removable." => "Lõikelaul olevad failid ei ole kustutatavad.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} faili lõikelaual ei ole kustutatavad. Kas sa soovid ülejäänud kustutada?",
"The selected files are not removable." => "Valitud faile ei saa kustutada.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} valitud faili ei saa kustutada. Kas sa soovid ülejäänud kustutada?",
"Are you sure you want to delete all selected files?" => "Oled sa kindel, et soovid kõik valitud failid kustutada?",
"Failed to delete {count} files/folders." => "{count} faili/kataloogi kustutamine ebaõnnestus.",
"A file or folder with that name already exists." => "Selle nimega fail/kataloog on juba olemas.",
"Copy files here" => "Kopeeri failid siia",
"Move files here" => "Liiguta failid siia",
"Delete files" => "Kustuta failid",
"Clear the Clipboard" => "Tühjenda lõikelaud",
"Are you sure you want to delete all files in the Clipboard?" => "Oled sa kindel, et soovid kustutada kõik lõikelaual olevad failid?",
"Copy {count} files" => "Kopeeri {count} faili",
"Move {count} files" => "Liiguta {count} faili",
"Add to Clipboard" => "Lisa lõikelauale",
"Inexistant or inaccessible folder." => "Olematu või ligipääsmatu kataloog.",
"New folder name:" => "Uus kataloogi nimi:",
"New file name:" => "Uus faili nimi:",
"Upload" => "Lae üles",
"Refresh" => "Värskenda",
"Settings" => "Seaded",
"Maximize" => "Täisekraan",
"About" => "Info",
"files" => "failid",
"selected files" => "valitud failid",
"View:" => "Vaade:",
"Show:" => "Näita:",
"Order by:" => "Sorteeri:",
"Thumbnails" => "Pisipildid",
"List" => "Nimekiri",
"Name" => "Nimi",
"Type" => "Tüüp",
"Size" => "Suurus",
"Date" => "Kuupäev",
"Descending" => "Kahanev",
"Uploading file..." => "Laen faili...",
"Loading image..." => "Laen pilti...",
"Loading folders..." => "Laen katalooge...",
"Loading files..." => "Laen faile...",
"New Subfolder..." => "Uus alamkataloog...",
"Rename..." => "Nimeta ümber...",
"Delete" => "Kustuta",
"OK" => "OK",
"Cancel" => "Loobu",
"Select" => "Vali",
"Select Thumbnail" => "Vali pisipilt",
"Select Thumbnails" => "Vali pisipildid",
"View" => "Vaata",
"Download" => "Lae alla",
"Download files" => "Lae failid alla",
"Clipboard" => "Lõikelaud",
"Checking for new version..." => "Kontrollin uut versiooni...",
"Unable to connect!" => "Ühendus ebaõnnestus!",
"Download version {version} now!" => "Lae versioon {version} alla!",
"KCFinder is up to date!" => "Uuendusi ei ole!",
"Licenses:" => "Litsentsid:",
"Attention" => "Tähelepanu",
"Question" => "Küsimus",
"Yes" => "Jah",
"No" => "Ei",
"You cannot rename the extension of files!" => "Failide laiendit ei saa muuta!",
"Uploading file {number} of {count}... {progress}" => "Laen üles faili {number} {count}-st... {progress}",
"Failed to upload {filename}!" => "{filename} üleslaadimine ebaõnnestus!",
);
?>

View File

@ -0,0 +1,267 @@
<?php
/** This file is part of KCFinder project
*
* @desc Persian(Farsi) localization file
* @package KCFinder
* @version 2.2
* @author Hamid Kamalpour <djhamidfatal@gmail.com><http://www.ssfmusic.com>
* @copyright 2010 KCFinder Project
* @license http://opensource.org/licenses/GPL-3.0 GPLv3
* @license http://opensource.org/licenses/LGPL-3.0 LGPLv3
* @link http://kcfinder.sunhater.com
*/
$lang = array(
'_locale' => "fa_IR.UTF-8",
'_charset' => "utf-8",
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %B %e, %Y %H:%M",
'_dateTimeMid' => "%a %b %e %Y %H:%M",
'_dateTimeSmall' => "%Y/%m/%d %H:%M",
"You don't have permissions to upload files." =>
".شما فاقد مجوز برای ارسال فایل ها هستید",
"You don't have permissions to browse server." =>
".شما فاقد مجوز برای جستجو در سرور هستید",
"Cannot move uploaded file to target folder." =>
".برنامه نمی تواند فایل بارگذاری شده را انتقال دهد به پوشه مورد نظر",
"Unknown error." =>
".خطای نامشخص",
"The uploaded file exceeds {size} bytes." =>
".بایت است {size} حجم فایل بارگذاری شده بیشتر از",
"The uploaded file was only partially uploaded." =>
".فایل ناقص بارگذاری شد",
"No file was uploaded." =>
".فایل ارسال نشد",
"Missing a temporary folder." =>
".پوشه تمپ پیدا نشد",
"Failed to write file." =>
".خطا در نوشتن فایل",
"Denied file extension." =>
".پسوند فایل غیر مجاز است",
"Unknown image format/encoding." =>
".عکس معتبر نیست format/encoding",
"The image is too big and/or cannot be resized." =>
".عکس انتخابی یا بزرگ است یا تغییر اندازه داده نمی شود",
"Cannot create {dir} folder." =>
".{dir}مشکل در ساخت پوشه",
"Cannot write to upload folder." =>
".مشکل در نوشتن اطلاعات در پوشه بارگذاری",
"Cannot read .htaccess" =>
".htaccess خطا در خواندن فایل",
"Incorrect .htaccess file. Cannot rewrite it!" =>
".غیرقابل بازنویسی است .htaccess فایل",
"Cannot read upload folder." =>
".مشکل در خواندن پوشه بارگذاری",
"Cannot access or create thumbnails folder." =>
".مشکل در دسترسی یا ساخت پوشه تام",
"Cannot access or write to upload folder." =>
".مشکل در دسترسی برای نوشتن اطلاعات در پوشه بارگذاری",
"Please enter new folder name." =>
".لطفا نام پوشه جدید را وارد کنید",
"Unallowable characters in folder name." =>
".نام پوشه دارای حروف غیر مجاز است",
"Folder name shouldn't begins with '.'" =>
".نام پوشه نباید با '.' شروع شود",
"Please enter new file name." =>
".لطفا نام فایل جدید را وارد کنید",
"Unallowable characters in file name." =>
".نام فایل دارای حروف غیر مجاز است",
"File name shouldn't begins with '.'" =>
".نام فایل نباید با '.' شروع شود",
"Are you sure you want to delete this file?" =>
"آیا از حذف این فایل اطمینان دارید؟",
"Are you sure you want to delete this folder and all its content?" =>
"آیا از حذف این پوشه و تمام محتویات داخل آن اطمینان دارید؟",
"Inexistant or inaccessible folder." =>
"Tipo di cartella non esistente.",
"Undefined MIME types." =>
".تعریف نشده اند MIME پسوند های ",
"Fileinfo PECL extension is missing." =>
"Manca estensione PECL del file.",
"Opening fileinfo database failed." =>
".خطا در بازکردن بانک اطلاعاتی مشخصات فایل",
"You can't upload such files." =>
".شما امکان بارگذاری این فایل ها را ندارید",
"The file '{file}' does not exist." =>
".موجود نیست '{file}' فایل",
"Cannot read '{file}'." =>
".'{file}' مشکل در خواندن",
"Cannot copy '{file}'." =>
".'{file}' نمی توانید کپی کنید",
"Cannot move '{file}'." =>
".'{file}' نمی توانید انتقال دهید",
"Cannot delete '{file}'." =>
".'{file}'نمی توانید حذف کنید",
"Click to remove from the Clipboard" =>
".برای حذف از کلیپ برد کلیک کنید",
"This file is already added to the Clipboard." =>
".این فایل قبلا در حافظه کلیپ برد افزوده شده است",
"Copy files here" =>
"کپی فایل ها به اینجا",
"Move files here" =>
"انتقال فایل ها به اینجا",
"Delete files" =>
"حذف فایل ها",
"Clear the Clipboard" =>
"پاک کردن حافظه کلیپ برد",
"Are you sure you want to delete all files in the Clipboard?" =>
"آیا از حذف فایل های موجود در کلیپ برد اطمینان دارید؟",
"Copy {count} files" =>
"...تعداد {count} فایل آماده کپی به",
"Move {count} files" =>
"...تعداد {count} فایل آماده انتقال به",
"Add to Clipboard" =>
"افزودن در کلیپ برد",
"New folder name:" => "نام پوشه جدید:",
"New file name:" => "نام فایل جدید:",
"Upload" => "ارسال فايل",
"Refresh" => "بارگذاری مجدد",
"Settings" => "تنظيمات",
"Maximize" => "تمام صفحه",
"About" => "درباره",
"files" => "فايل ها",
"View:" => ": نمایش",
"Show:" => ": نمايش",
"Order by:" => ": مرتب کردن بر مبناي",
"Thumbnails" => "نمايش کوچک عکسها",
"List" => "ليست",
"Name" => "نام",
"Size" => "حجم",
"Date" => "تاريخ",
"Type" => "پسوند",
"Descending" => "نزولي",
"Uploading file..." => "... درحال ارسال فایل",
"Loading image..." => "... درحال بارگذاری عکس",
"Loading folders..." => "... درحال بارگذاری پوشه ها",
"Loading files..." => "... درحال بارگذاری فایل ها",
"New Subfolder..." => "...ساخت زیرپوشه جدید",
"Rename..." => "... تغییر نام",
"Delete" => "حذف",
"OK" => "ادامه",
"Cancel" => "انصراف",
"Select" => "انتخاب",
"Select Thumbnail" => "انتخاب عکس با اندازه کوچک",
"View" => "نمایش",
"Download" => "دریافت فایل",
"Clipboard" => "حافضه کلیپ برد",
// VERSION 2 NEW LABELS
"Cannot rename the folder." =>
".نام وارد شده تکراری است. پوشه ای با این نام وجود دارد. لطفا نام جدیدی انتخاب کنید",
"Non-existing directory type." =>
".نوع فهرست وجود ندارد",
"Cannot delete the folder." =>
".نمی توانید این پوشه را حذف کنید",
"The files in the Clipboard are not readable." =>
".فایل های موجود در کلیپ برد قابل خواندن نیستند",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
"تعداد {count} فایل موجود در کلیپ برد قابل خواندن نیستند. آیا مایلید بقیه فایل ها کپی شوند؟",
"The files in the Clipboard are not movable." =>
".فایل های موجود در کلیپ برد غیر قابل انتقال هستند. لطفا دسترسی فایل ها را چک کنید",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
"تعداد {count} فایل از فایل های موجود در کلیپ برد غیر قابل انتقال هستند. آیا مایلید بقیه فایل ها منتقل شوند؟",
"The files in the Clipboard are not removable." =>
".فایل های موجود در کلیپ برد قابل پاک شدن نیستند. دسترسی فایل ها را چک کنید",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
"تعداد {count} فایل از فایل های موجود در کلیپ برد غیر قابل حذف هستند. آیا مایلید بقیه فایل ها حذف شوند؟",
"The selected files are not removable." =>
".فایل های انتخاب شده قابل برداشتن نیست",
"{count} selected files are not removable. Do you want to delete the rest?" =>
"تعداد {count} فایل از فایل های انتخابی غیر قابل حذف هستند.آیا مایلید بقیه فایل ها حذف شوند؟",
"Are you sure you want to delete all selected files?" =>
"آیا از حذف تمام فایل های انتخابی اطمینان دارید؟",
"Failed to delete {count} files/folders." =>
".فایل/پوشه {count} خطا در پاک کردن",
"A file or folder with that name already exists." =>
".یک پوشه یا فایل با این نام وجود دارد.لطفا نام دیگری انتخاب کنید",
"selected files" => "فایل های انتخاب شده",
"Select Thumbnails" => "انتخاب عکس های کوچک",
"Download files" => "دریافت فایل ها",
// SINCE 2.4
"Checking for new version..." => "...وجود نسخه جدید را بررسی کن",
"Unable to connect!" => "!مشکل در برقراری ارتباط",
"Download version {version} now!" => "!را دانلود کن {version} همسین حالا نسخه ",
"KCFinder is up to date!" => "!بروز است KCFinder",
"Licenses:" => "مجوز",
"Attention" => "توجه",
"Question" => "پرسش",
"Yes" => "بله",
"No" => "خیر",
// SINCE 2.41
"You cannot rename the extension of files!" => "!شما نمی توانید پسوند فایلها را تغییر دهید",
"Uploading file {number} of {count}... {progress}" => "{progress} ...ارسال شد {count} فایل از {number}",
"Failed to upload {filename}!" => "! {filename} خطا در ارسال"
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Finnish localization file for KCFinder
* author: Heikki Tenhunen (heikki@sivudesign.fi)
*/
$lang = array(
'_locale' => "fi_FI.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Sinulla ei ole oikeuksia ladata tiedostoja.",
"You don't have permissions to browse server." => "Sinulla ei ole riittäviä oikeuksia tiedostoselaimeen.",
"Cannot move uploaded file to target folder." => "Ladattua tiedostoa ei voi siirtää kohdekansioon. ",
"Unknown error." => "Tuntematon virhe.",
"The uploaded file exceeds {size} bytes." => "Tiedoston koko ylittää {size} tavua.",
"The uploaded file was only partially uploaded." => "Valitsemasi tiedosto latautui vain osittain.",
"No file was uploaded." => "Yhtään tiedostoja ei ladattu.",
"Missing a temporary folder." => "Puuttuu väliaikainen kansio.",
"Failed to write file." => "Tiedostoon kirjoitus epäonnistui.",
"Denied file extension." => "Kielletty tiedostopääte.",
"Unknown image format/encoding." => "Tuntematon kuvatiedosto/koodaus.",
"The image is too big and/or cannot be resized." => "Kuva on liian iso, koon muuttaminen ei onnistu.",
"Cannot create {dir} folder." => "Kansiota {dir} ei voi luoda.",
"Cannot rename the folder." => "Kansiota ei voi nimetä uudelleen.",
"Cannot write to upload folder." => "Latauskansioon ei voi kirjoittaa.",
"Cannot read .htaccess" => ".htaccess tiedostoa ei voi lukea.",
"Incorrect .htaccess file. Cannot rewrite it!" => "Virheellinen .htaccess tiedosto. Tiedostoon ei voi kirjoittaa.",
"Cannot read upload folder." => "Latauskansiota ei voi lukea.",
"Cannot access or create thumbnails folder." => "Esikatselukuvien kansiota ei voi lukea tai kirjoittaa.",
"Cannot access or write to upload folder." => "Latauskansiota ei voi lukea tai kirjoittaa.",
"Please enter new folder name." => "Kirjoita uuden kansion nimi.",
"Unallowable characters in folder name." => "Kiellettyjä merkkejä kansion nimessä.",
"Folder name shouldn't begins with '.'" => "Kansion nimi ei voi alkaa '.'",
"Please enter new file name." => "Kirjoita uusi tiedostonimi.",
"Unallowable characters in file name." => "Kiellettyjä merkkejä tiedoston nimessä.",
"File name shouldn't begins with '.'" => "Tiedoston nimi ei voi alkaa '.'",
"Are you sure you want to delete this file?" => "Haluatko varmasti poistaa tiedoston?",
"Are you sure you want to delete this folder and all its content?" => "Haluatko varmasti poistaa tiedoston sekä kaiken sen sisällön?",
"Non-existing directory type." => "Hakemisto tyyppi ei ole olemassa.",
"Undefined MIME types." => "Määrittämättömät MIME tyypit.",
"Fileinfo PECL extension is missing." => "Fileinfo PECL pääte puuttuu.",
"Opening fileinfo database failed." => "Opening fileinfo database failed.",
"You can't upload such files." => "Tiedostoja ei voi ladata.",
"The file '{file}' does not exist." => "Tiedostoa '{file}' ei ole luotu.",
"Cannot read '{file}'." => "Tiedostoa '{file}' ei voi lukea.",
"Cannot copy '{file}'." => "Tiedostoa '{file}' ei voi kopioda.",
"Cannot move '{file}'." => "Tiedostoa '{file}' ei voi siirtää.",
"Cannot delete '{file}'." => "Tiedostoa '{file}' ei voi poistaa.",
"Cannot delete the folder." => "Kansiota ei voi poistaa.",
"Click to remove from the Clipboard" => "Klikkaa poistaaksesi Leikepöydältä.",
"This file is already added to the Clipboard." => "Tiedosto on jo lisätty Leikepöydälle.",
"The files in the Clipboard are not readable." => "Leikepöydän tiedostot eivät ole luettavissa.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi lukea. Haluatko kopioida loput?",
"The files in the Clipboard are not movable." => "Leikepöydän tiedostoja ei voi siirtää.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi siirtää. Haluatko siirtää loput?",
"The files in the Clipboard are not removable." => "Leikepöydän tiedostoja ei voi poistaa.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi poistaa. Haluatko siirtää loput?",
"The selected files are not removable." => "Valittuja tiedostoja ei voi poistaa.",
"{count} selected files are not removable. Do you want to delete the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi poistaa. Haluatko poistaa loput?",
"Are you sure you want to delete all selected files?" => "Haluatko varmasti poistaa kaikki valitut tiedostot?",
"Failed to delete {count} files/folders." => "{count} tiedoston/kansion poistaminen epäonnistui.",
"A file or folder with that name already exists." => "Tiedosto tai kansio nimellä on jo luoto.",
"Copy files here" => "Kopio tähän",
"Move files here" => "Siirrä tähän",
"Delete files" => "Poista tiedostot",
"Clear the Clipboard" => "Pyyhi leikepöytä.",
"Are you sure you want to delete all files in the Clipboard?" => "Haluatko varmasti poistaa kaikki tiedostot Leikepöydältä?",
"Copy {count} files" => "Kopio {count} tiedostoa",
"Move {count} files" => "Siirrä {count} tiedostoa",
"Add to Clipboard" => "Lisää Leikepöydälle",
"Inexistant or inaccessible folder." => "Kansiota ei ole olemassa tai sitä ei voi avata.",
"New folder name:" => "Uusi kansion nimi:",
"New file name:" => "Uusi tiedostonimi:",
"Upload" => "Lataa",
"Refresh" => "Päivitä",
"Settings" => "Asetukset",
"Maximize" => "Koko ruutu",
"About" => "Lisätietoja",
"files" => "tiedostot",
"selected files" => "valitut tiedostot",
"View:" => "Näkymä:",
"Show:" => "Näytä:",
"Order by:" => "Järjestä:",
"Thumbnails" => "Esikatselukuvat",
"List" => "Lista",
"Name" => "Nimi",
"Type" => "Tyyppi",
"Size" => "Koko",
"Date" => "Päiväys",
"Descending" => "Laskeva",
"Uploading file..." => "Siirretään tiedostoa...",
"Loading image..." => "Ladataan tiedostoa...",
"Loading folders..." => "Ladataan kansioita...",
"Loading files..." => "Ladataan tiedostoja...",
"New Subfolder..." => "Uusi alikansio...",
"Rename..." => "Nimeä uudelleen...",
"Delete" => "Poista",
"OK" => "OK",
"Cancel" => "Peru",
"Select" => "Valitse",
"Select Thumbnail" => "Valitse esikatselukuva",
"Select Thumbnails" => "Valitse esikatselukuvat",
"View" => "Näytä",
"Download" => "Lataa",
"Download files" => "Lataa tiedostot",
"Clipboard" => "Leikepöytä",
"Checking for new version..." => "Tarkastetaan uusin versio...",
"Unable to connect!" => "Yhteys epäonnistui!",
"Download version {version} now!" => "Lataa versio {version} nyt!",
"KCFinder is up to date!" => "KCFinder uusin versio on käytössä!",
"Licenses:" => "Lisenssit:",
"Attention" => "Huomio",
"Question" => "Kysymys",
"Yes" => "Kyllä",
"No" => "Ei",
"You cannot rename the extension of files!" => "Et voi nimetä uudelleen tiedostopäätettä!",
"Uploading file {number} of {count}... {progress}" => "Siirretään tiedostoa {number}/{count} ... {progress}",
"Failed to upload {filename}!" => "Siirto epäonnistui {filename}!",
);
?>

View File

@ -0,0 +1,133 @@
<?php
/** French localization file for KCFinder
* author: Damien Barrère
* update: Samuel Jobard
*/
$lang = array(
'_locale' => "fr_FR.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A %e %B %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d/%m/%Y %H:%M",
"You don't have permissions to upload files." => "Vous n'avez pas les droits nécessaires pour télécharger des fichiers.",
"You don't have permissions to browse server." => "Vous n'avez pas les droits nécessaires pour parcourir le serveur.",
"Cannot move uploaded file to target folder." => "Impossible de déplacer le fichier téléchargé vers le dossier de destination.",
"Unknown error." => "Erreur inconnue.",
"The uploaded file exceeds {size} bytes." => "Le fichier envoyé dépasse la taille maximale de {size} octects.",
"The uploaded file was only partially uploaded." => "Le fichier n'a été que partiellement téléchargé.",
"No file was uploaded." => "Aucun fichier n'a été téléchargé.",
"Missing a temporary folder." => "Dossier temporaire absent.",
"Failed to write file." => "Impossible de créer le fichier.",
"Denied file extension." => "Extension non autorisée.",
"Unknown image format/encoding." => "Format/encodage d'image inconnu.",
"The image is too big and/or cannot be resized." => "L'image est trop grande et/ou ne peut être redimensionnée.",
"Cannot create {dir} folder." => "Impossible de créer le dossier {dir}.",
"Cannot rename the folder." => "Impossible de renommer le dossier.",
"Cannot write to upload folder." => "Impossible d'écrire dans le dossier de destination.",
"Cannot read .htaccess" => "Impossible de lire le fichier .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Fichier .htaccess incorrect. Réécriture du fichier impossible!",
"Cannot read upload folder." => "Impossible de lire le dossier de destination.",
"Cannot access or create thumbnails folder." => "Impossible d'accéder ou de créer le dossier des miniatures.",
"Cannot access or write to upload folder." => "Impossible d'accéder ou d'écrire dans le dossier de destination.",
"Please enter new folder name." => "Merci d'entrer le nouveau nom de dossier.",
"Unallowable characters in folder name." => "Caractères non autorisés dans le nom du dossier.",
"Folder name shouldn't begins with '.'" => "Le nom du dossier ne peut pas commencer par '.'",
"Please enter new file name." => "Merci d'entrer le nouveau nom de fichier",
"Unallowable characters in file name." => "Caractères non autorisés dans le nom du fichier.",
"File name shouldn't begins with '.'" => "Le nom du fichier ne peut pas commencer par '.'",
"Are you sure you want to delete this file?" => "Êtes vous sûr du vouloir supprimer ce fichier?",
"Are you sure you want to delete this folder and all its content?" => "Êtes vous sûr du vouloir supprimer ce dossier et tous les fichiers qu'il contient?",
"Non-existing directory type." => "Type de répertoire inexistant.",
"Undefined MIME types." => "Type MIME indéterminé.",
"Fileinfo PECL extension is missing." => "L'extension Fileinfo PECL est manquante.",
"Opening fileinfo database failed." => "Ouverture de la base de données fileinfo echouée.",
"You can't upload such files." => "Vous ne pouvez pas télécharger ce type de fichiers.",
"The file '{file}' does not exist." => "Le fichier '{file}' n'existe pas.",
"Cannot read '{file}'." => "Impossible de lire le fichier '{file}'.",
"Cannot copy '{file}'." => "Impossible de copier le fichier '{file}'.",
"Cannot move '{file}'." => "Impossible de déplacer le fichier '{file}'.",
"Cannot delete '{file}'." => "Impossible de supprimer le fichier '{file}'.",
"Cannot delete the folder." => "Impossible de supprimer le dossier.",
"Click to remove from the Clipboard" => "Cliquez pour enlever du presse-papier",
"This file is already added to the Clipboard." => "Ce fichier a déja été ajouté au presse-papier.",
"The files in the Clipboard are not readable." => "Les fichiers du presse-papier ne sont pas lisibles.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} fichiers dans le presse-papier ne sont pas lisibles. Voulez vous copier le reste?",
"The files in the Clipboard are not movable." => "Les fichiers du presse-papier ne peuvent pas être déplacés.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} fichiers du presse-papier ne peuvent pas être déplacées. Voulez vous déplacer le reste?",
"The files in the Clipboard are not removable." => "Les fichiers du presse-papier ne peuvent pas être enlevés.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} fichiers du presse-papier ne peuvent pas être enlevés. Voulez vous supprimer le reste?",
"The selected files are not removable." => "Les fichiers sélectionnés ne peuvent pas être enlevés.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} fichier sélectionnés ne peuvent pas être enlevés. Voulez vous supprimer le reste?",
"Are you sure you want to delete all selected files?" => "Êtes vous sûr de vouloir supprimer tous les fichiers sélectionnés?",
"Failed to delete {count} files/folders." => "Echec de la suppression de {count} fichiers/dossiers.",
"A file or folder with that name already exists." => "Un fichier/dossier du même nom existe déja.",
"Copy files here" => "Copier les fichiers ici",
"Move files here" => "Déplacer les fichiers ici",
"Delete files" => "Supprimer les fichiers",
"Clear the Clipboard" => "Vider le presse-papier",
"Are you sure you want to delete all files in the Clipboard?" => "Êtes vous sûr de vouloir supprimer tous les fichiers du presse-papier?",
"Copy {count} files" => "Copie de {count} fichiers",
"Move {count} files" => "Déplacement de {count} fichiers",
"Add to Clipboard" => "Ajouter au presse-papier",
"Inexistant or inaccessible folder." => "Dossier inexistant ou innacessible.",
"New folder name:" => "Nom du nouveau dossier:",
"New file name:" => "Nom du nouveau fichier:",
"Upload" => "Envoyer",
"Refresh" => "Actualiser",
"Settings" => "Paramètres",
"Maximize" => "Agrandir",
"About" => "A propos",
"files" => "fichiers",
"selected files" => "fichiers sélectionnés",
"View:" => "Voir:",
"Show:" => "Montrer:",
"Order by:" => "Trier par:",
"Thumbnails" => "Miniatures",
"List" => "Liste",
"Name" => "Nom",
"Type" => "Type",
"Size" => "Taille",
"Date" => "Date",
"Descending" => "Décroissant",
"Uploading file..." => "Téléchargement en cours...",
"Loading image..." => "Chargement de l'image...",
"Loading folders..." => "Chargement des dossiers...",
"Loading files..." => "Chargement des fichiers...",
"New Subfolder..." => "Nouveau sous-dossier...",
"Rename..." => "Renommer...",
"Delete" => "Supprimer",
"OK" => "OK",
"Cancel" => "Annuler",
"Select" => "Sélectionner",
"Select Thumbnail" => "Sélectionner la miniature",
"Select Thumbnails" => "Sélectionner les miniatures",
"View" => "Voir",
"Download" => "Télécharger",
"Download files" => "Télécharger les fichiers",
"Clipboard" => "Presse-papier",
"Checking for new version..." => "Vérifier les mises à jours...",
"Unable to connect!" => "Connexion impossible !",
"Download version {version} now!" => "Télécharger la version {version} maintenant !",
"KCFinder is up to date!" => "KCFinder est à jour !",
"Licenses:" => "Licences:",
"Attention" => "Alerte",
"Question" => "Question",
"Yes" => "Oui",
"No" => "Non",
"You cannot rename the extension of files!" => "Vous ne pouvez modifier l'extension des fichiers !",
"Uploading file {number} of {count}... {progress}" => "Envoi du fichier {number} sur {count}... {progress}",
"Failed to upload {filename}!" => "Échec du téléchargement du fichier {filename} !",
"Close" => "Fermer",
"Previous" => "Précédent",
"Next" => "Suivant",
"Confirmation" => "Confirmation",
"Warning" => "Avertissement",
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Hebrew localization file for KCFinder
* Sig: 1f4f9aee887c97f618c19a82040a4dad
*/
$lang = array(
'_locale' => "he_IL.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%H:%M %Y %B %e %A",
'_dateTimeMid' => "%H:%M %d/%m/%Y",
'_dateTimeSmall' => "%H:%M %d/%m/%Y",
"You don't have permissions to upload files." => "אין לך הרשאות להעלות קבצים.",
"You don't have permissions to browse server." => "איך לך הרשאות לצפות בקבצים.",
"Cannot move uploaded file to target folder." => "לא ניתן להעביר את הקבצים שהועלו לתקייה שנבחרה.",
"Unknown error." => "שגיאה לא ידועה.",
"The uploaded file exceeds {size} bytes." => "הקובץ המועלה עובר את הגודל המקסימלי. ({size} בתים).",
"The uploaded file was only partially uploaded." => "הקובץ הועלה חלקית.",
"No file was uploaded." => "לא הועלו קבצים.",
"Missing a temporary folder." => "חסר תקייה זמנית.",
"Failed to write file." => "כתיבת הקובץ נכשלה.",
"Denied file extension." => "סיומת קובץ לא מורשית.",
"Unknown image format/encoding." => "סוג תמונה לא מוכר.",
"The image is too big and/or cannot be resized." => "התמונה גדולה מדי או שלא ניתן למזערה.",
"Cannot create {dir} folder." => "לא יכול ליצור את '{dir}'.",
"Cannot rename the folder." => "לא ניתן לשנות את שם התקיה",
"Cannot write to upload folder." => "לא ניתן לכתובת לתקיית ההעלאה",
"Cannot read .htaccess" => "לא ניתן לקרא את .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "קובץ .htaccess לא חוקי, לא ניתן לשכתב קובץ \\זה.",
"Cannot read upload folder." => "לא ניתן לקרא מתקיית ההעלאות.",
"Cannot access or create thumbnails folder." => "לא ניתן לגשת לתקייה התמונות הממוזערות.",
"Cannot access or write to upload folder." => "לא ניתן לגשת לתקיית ההעלאה.",
"Please enter new folder name." => "אנא בחר בשם לתקייה החדשה.",
"Unallowable characters in folder name." => "אותיות לא מורשות בשם התקיה.",
"Folder name shouldn't begins with '.'" => "שם תקיה אינו יכול להתחיל בנקודה.",
"Please enter new file name." => "אנא הכנס שם לקובץ החדש",
"Unallowable characters in file name." => "אותיות לא מורשות בשם הקובץ.",
"File name shouldn't begins with '.'" => "שם קובץ אינו יכול להתחיל בנקודה.",
"Are you sure you want to delete this file?" => "הנך בטוח שברצונך למחוק קבצים אילו?",
"Are you sure you want to delete this folder and all its content?" => "האם ברצונך למחוק תקיה זו וכל תוכנה?",
"Non-existing directory type." => "סוג תקייה לא קיימת.",
"Undefined MIME types." => "סוג MIME לא מוגדר.",
"Fileinfo PECL extension is missing." => "פרטי PECL חסרים.",
"Opening fileinfo database failed." => "פתיחת מסד פרטי הקבצים נכשלה.",
"You can't upload such files." => "לא ניתן להעלות קבצים מסוג זה.",
"The file '{file}' does not exist." => "הקובץ '{file}' לא קיים.",
"Cannot read '{file}'." => "לא יכול לפתוח '{file}'.",
"Cannot copy '{file}'." => "לא יכול להעתיק '{file}'.",
"Cannot move '{file}'." => "לא יכול להעביר '{file}'.",
"Cannot delete '{file}'." => "לא יכול למחוק '{file}'.",
"Cannot delete the folder." => "לא ניתן למחוק את התקייה",
"Click to remove from the Clipboard" => "לחץ להסיר מהלוח",
"This file is already added to the Clipboard." => "קובץ זה קיים בלוח.",
"The files in the Clipboard are not readable." => "הקבצים בלוח אינם קריאים.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} קבצים בלוח אינם קריאים. להעתיק את השאר?",
"The files in the Clipboard are not movable." => "הקבצים בלוח אינם ניתן להעברה.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} קבצים בלוח אינם ניתן להעברה. להעביר את השאר?",
"The files in the Clipboard are not removable." => "הקבצים בלוח אינם נתנים להסרה.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} קבצים בלוח אינם נתנים להסרה. להסיר את השאר?",
"The selected files are not removable." => "הקבצים הנבחרים אינם נתנים להסרה.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} קבצים בלוח אינם נתנים להסרה. למחוק את השאר?",
"Are you sure you want to delete all selected files?" => "האם ברצונך למחוק את הקבצים בנבחרים?",
"Failed to delete {count} files/folders." => "מחיקת {count} קבצים נכשלה.",
"A file or folder with that name already exists." => "תקייה/קובץ בשם זה כבר קיימים.",
"Copy files here" => "העתק קבצים לכאן",
"Move files here" => "העבר קבצים לכאן",
"Delete files" => "מחק קובץ",
"Clear the Clipboard" => "נקה לוח",
"Are you sure you want to delete all files in the Clipboard?" => "האם ברצונך לרוקן את הלוח?",
"Copy {count} files" => "העתק {count} קבצים.",
"Move {count} files" => "העבר {count} קבצים.",
"Add to Clipboard" => "הוסף ללוח",
"Inexistant or inaccessible folder." => "תקיה או קובץ לא קיימים.",
"New folder name:" => "שם תקיה חדשה:",
"New file name:" => "שם קובץ חדש:",
"Upload" => "העלה",
"Refresh" => "רענן",
"Settings" => "הגדרות",
"Maximize" => "הגדל",
"About" => "אודות",
"files" => "קבצים",
"selected files" => "קבצים מסומנים",
"View:" => "צפה:",
"Show:" => "הראה:",
"Order by:" => "מיין ע\"פ:",
"Thumbnails" => "תמונות ממוזערות",
"List" => "רשימה",
"Name" => "שם",
"Type" => "סוג",
"Size" => "גודל",
"Date" => "תאריך",
"Descending" => "יורד",
"Uploading file..." => "מעלה קבצים...",
"Loading image..." => "טוען תמונות...",
"Loading folders..." => "טוען תקיות...",
"Loading files..." => "טוען קבצים...",
"New Subfolder..." => "תת תקיה חדשה...",
"Rename..." => "שנה שם...",
"Delete" => "מחק",
"OK" => "אישור",
"Cancel" => "ביטול",
"Select" => "סמן",
"Select Thumbnail" => "סמן תמונות ממוזערות",
"Select Thumbnails" => "סמן תמונות ממוזערות",
"View" => "צפה",
"Download" => "הורד",
"Download files" => "הורד קובץ/ים",
"Clipboard" => "לוח",
"Checking for new version..." => "בודק גרסא עדכנית...",
"Unable to connect!" => "שגיאת התחברות!",
"Download version {version} now!" => "הורד גרסא {version} עכשיו!",
"KCFinder is up to date!" => "המערכת עדכנית!",
"Licenses:" => "רשיון",
"Attention" => "לתשומת לב",
"Question" => "שאלה",
"Yes" => "כן",
"No" => "לא",
"You cannot rename the extension of files!" => "לא ניתו לערוך סיומות קבצים!",
"Uploading file {number} of {count}... {progress}" => "מעלה קובץ {number} מתוך {count}... {progress}",
"Failed to upload {filename}!" => "העלאת הקובץ נכשלה!",
);
?>

View File

@ -0,0 +1,132 @@
<?php
/** Hungarian localization file for KCFinder
* Dubravszky József <joe@chilicreative.hu>
*/
$lang = array(
'_locale' => "hu_HU.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e.%B.%Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d/%m/%Y %H:%M",
"You don't have permissions to upload files." => "Nincs jogosultsága fájlokat feltölteni.",
"You don't have permissions to browse server." => "Nincs jogosultsága a kiszolgálón böngészni.",
"Cannot move uploaded file to target folder." => "Nem lehet áthelyezni a feltöltött fájlt a célkönyvtárba.",
"Unknown error." => "Ismeretlen hiba.",
"The uploaded file exceeds {size} bytes." => "A feltöltött fájl mérete meghaladja a {size} bájtot.",
"The uploaded file was only partially uploaded." => "A feltöltendő fájl csak részben sikerült feltölteni.",
"No file was uploaded." => "Nem történt fájlfeltöltés.",
"Missing a temporary folder." => "Hiányzik az ideiglenes könyvtár.",
"Failed to write file." => "Nem sikerült a fájl írása.",
"Denied file extension." => "Tiltott fájlkiterjesztés.",
"Unknown image format/encoding." => "Ismeretlen képformátum vagy kódolás.",
"The image is too big and/or cannot be resized." => "A kép mérete túl nagy és/vagy nem lehet átméretezni.",
"Cannot create {dir} folder." => "Nem lehet létrehozni a {dir} könyvtárat.",
"Cannot rename the folder." => "A könyvtárat nem lehet átnevezni.",
"Cannot write to upload folder." => "Nem lehet írni a feltöltési könyvtárba.",
"Cannot read .htaccess" => "Nem lehet olvasni a .htaccess fájlt",
"Incorrect .htaccess file. Cannot rewrite it!" => "Hibás .htaccess fájl. Nem lehet írni.",
"Cannot read upload folder." => "Nem lehet olvasni a feltöltési könyvtárat.",
"Cannot access or create thumbnails folder." => "Nem lehet elérni vagy létrehozni a bélyegképek könyvtárat.",
"Cannot access or write to upload folder." => "Nem lehet elérni vagy létrehozni a feltöltési könyvtárat.",
"Please enter new folder name." => "Kérem, adja meg az új könyvtár nevét.",
"Unallowable characters in folder name." => "Meg nem engedett karakter(ek) a könyvtár nevében.",
"Folder name shouldn't begins with '.'" => "Könyvtárnév nem kezdődhet '.'-tal",
"Please enter new file name." => "Kérem adja meg az új fájl nevét.",
"Unallowable characters in file name." => "Meg nem engedett karakter(ek) a fájl nevében.",
"File name shouldn't begins with '.'" => "Fájlnév nem kezdődhet '.'-tal",
"Are you sure you want to delete this file?" => "Biztos benne, hogy törölni kívánja ezt a fájlt?",
"Are you sure you want to delete this folder and all its content?" => "Biztos benne hogy törölni kívánja ezt a könyvtárat és minden tartalmát?",
"Non-existing directory type." => "Nem létező könyvtártípus.",
"Undefined MIME types." => "Meghatározatlan MIME típusok.",
"Fileinfo PECL extension is missing." => "Hiányzó PECL Fileinfo PHP kiegészítés.",
"Opening fileinfo database failed." => "Nem sikerült megnyitni a Fileinfo adatbázist.",
"You can't upload such files." => "Nem tölthet fel ilyen fájlokat.",
"The file '{file}' does not exist." => "A '{file}' fájl nem létezik.",
"Cannot read '{file}'." => "A '{file}' fájlt nem lehet olvasni.",
"Cannot copy '{file}'." => "A '{file}' fájlt nem lehet másolni.",
"Cannot move '{file}'." => "A '{file}' fájlt nem lehet áthelyezni.",
"Cannot delete '{file}'." => "A '{file}' fájlt nem lehet törölni.",
"Cannot delete the folder." => "Nem lehet törölni a könyvtárat.",
"Click to remove from the Clipboard" => "kattintson ide, hogy eltávolítsa a vágólapról",
"This file is already added to the Clipboard." => "Ezt a fájlt már hozzáadta a vágólaphoz.",
"The files in the Clipboard are not readable." => "A vágólapon lévő fájlok nem olvashatók.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} fájl a vágólapon nem olvasható. Akarja másolni a többit?",
"The files in the Clipboard are not movable." => "A vágólapon lévő fájlokat nem lehet áthelyezni.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} fájlt a vágólapon nem lehet áthelyezni. Akarja áthelyezni a többit?",
"The files in the Clipboard are not removable." => "A vágólapon lévő fájlokat nem lehet eltávolítani.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} fájlt a vágólapon nem lehet eltávolítani. Akarja törölni a többit?",
"The selected files are not removable." => "A kiválasztott fájlokat nem lehet eltávolítani.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} kiválasztott fájlt nem lehet eltávolítani. Akarja törölni a többit?",
"Are you sure you want to delete all selected files?" => "Biztosan törölni kíván minden kijelölt fájlt?",
"Failed to delete {count} files/folders." => "Nem sikerült törölni {count} fájlt.",
"A file or folder with that name already exists." => "Egy fájl vagy könyvtár már létezik ugyan ezzel a névvel.",
"Copy files here" => "Fájlok másolása ide",
"Move files here" => "Fájlok áthelyezése ide",
"Delete files" => "Fájlok törlése",
"Clear the Clipboard" => "Vágólap ürítése",
"Are you sure you want to delete all files in the Clipboard?" => "Biztosan törölni kívánja a vágólapon lévő összes fájlt?",
"Copy {count} files" => "{count} fájl másolása",
"Move {count} files" => "{count} fájl áthelyezése",
"Add to Clipboard" => "Hozzáadás vágólaphoz",
"Inexistant or inaccessible folder." => "Nem létező vagy elérhetetlen könyvtár.",
"New folder name:" => "Új könyvtár neve:",
"New file name:" => "Új fájl neve:",
"Upload" => "Feltöltés",
"Refresh" => "Frissítés",
"Settings" => "Beállítások",
"Maximize" => "Maximalizálás",
"About" => "Névjegy",
"files" => "fájlok",
"selected files" => "kiválasztott fájlok",
"View:" => "Nézet:",
"Show:" => "Mutat:",
"Order by:" => "Rendezés:",
"Thumbnails" => "Bélyegképek",
"List" => "Lista",
"Name" => "Név",
"Type" => "Típus",
"Size" => "Méret",
"Date" => "Datum",
"Descending" => "Csökkenő",
"Uploading file..." => "Fájl feltöltése...",
"Loading image..." => "Képek betöltése...",
"Loading folders..." => "Könyvtárak betöltése...",
"Loading files..." => "Fájlok betöltése...",
"New Subfolder..." => "Új alkönyvtár...",
"Rename..." => "Átnevezés...",
"Delete" => "Törlés",
"OK" => "OK",
"Cancel" => "Mégse",
"Select" => "Kiválaszt",
"Select Thumbnail" => "Bélyegkép kiválasztása",
"Select Thumbnails" => "Bélyegképek kiválasztása",
"View" => "Nézet",
"Download" => "Letöltés",
"Download files" => "Fájlok letöltése",
"Clipboard" => "Vágólap",
"Checking for new version..." => "Új verzió keresése ...",
"Unable to connect!" => "Nem lehet csatlakozni!",
"Download version {version} now!" => "Töltse le a {version} verziót most!",
"KCFinder is up to date!" => "Ez a KCFinder verzió a legfrissebb",
"Licenses:" => "Licenszek:",
"Attention" => "Figyelem",
"Question" => "Kérdés",
"Yes" => "Igen",
"No" => "Nem",
"You cannot rename the extension of files!" => "Nem változtathatja meg a fájlok kiterjezstését",
"Uploading file {number} of {count}... {progress}" => "A(z) {number}. fájl feltöltése (összesen {count}) ... {progress}",
"Failed to upload {filename}!" => "Nem sikerült feltölteni a '{filename}' fájlt.",
"Close" => "Bezár",
"Previous" => "Előző",
"Next" => "Következő",
"Confirmation" => "Megerősítés",
"Warning" => "Figyelem"
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** {Indonesian} localization file for KCFinder
* -Razi Senseio (Author)
*/
$lang = array(
'_locale' => "id_ID.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Anda tidak punya izin untuk mengunggah file.",
"You don't have permissions to browse server." => "Anda tidak punya izin untuk menelusuri server.",
"Cannot move uploaded file to target folder." => "Gagal memindahkan file yang di unggah ke target folder.",
"Unknown error." => "Error yang tidak diketahui.",
"The uploaded file exceeds {size} bytes." => "File yang anda unggah melebihi {size} bytes.",
"The uploaded file was only partially uploaded." => "Hanya sebagian file yang anda unggah telah di upload.",
"No file was uploaded." => "Tidak ada file yang di unggah.",
"Missing a temporary folder." => "Temporary folder hilang.",
"Failed to write file." => "Gagal untuk menulis file.",
"Denied file extension." => "File extension ditolak.",
"Unknown image format/encoding." => "Format gambar/encoding tidak diketahui.",
"The image is too big and/or cannot be resized." => "Gambar terlalu besar dan/atau tidak bisa di ubah ukurannya.",
"Cannot create {dir} folder." => "Gagal membuat {dir} folder",
"Cannot rename the folder." => "Gagal mengganti nama folder.",
"Cannot write to upload folder." => "Gagal menulis ke server unggah.",
"Cannot read .htaccess" => "Gagal membaca .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Salah .htaccess file. Tidak bisa menulis file itu kembali!",
"Cannot read upload folder." => "Gagal membaca folder unggah.",
"Cannot access or create thumbnails folder." => "Gagal mengakses atau membuat miniatur folder.",
"Cannot access or write to upload folder." => "Gagal mengakses atau menulis ke folder unggah.",
"Please enter new folder name." => "Tolong masukkan nama folder baru.",
"Unallowable characters in folder name." => "Ada karakter yang tidak di izinkan di nama folder.",
"Folder name shouldn't begins with '.'" => "Nama folder seharusnya tidak dimulai dengan '.'",
"Please enter new file name." => "Tolong masukkan nama file baru.",
"Unallowable characters in file name." => "Ada karakter yang tidak di izinkan di nama file.",
"File name shouldn't begins with '.'" => "Nama file seharusnya tidak dimulai dengan '.'",
"Are you sure you want to delete this file?" => "Yakin anda akan menghapus file ini?",
"Are you sure you want to delete this folder and all its content?" => "Yakin anda akan menghapus folder ini dan semua konten nya?",
"Non-existing directory type." => "Jenis direktory tidak ada.",
"Undefined MIME types." => "Jenis MIME tidak diketahui.",
"Fileinfo PECL extension is missing." => "extensi Fileinfo PECL hilang.",
"Opening fileinfo database failed." => "Membuka fileinfo database gagal.",
"You can't upload such files." => "Anda tidak bisa mengunggah file seperti ini.",
"The file '{file}' does not exist." => "File '{file}' tidak ada.",
"Cannot read '{file}'." => "Gagal membaca '{file}'",
"Cannot copy '{file}'." => "Gagal menyalin '{file}'",
"Cannot move '{file}'." => "Gagal pindahkan '{file}'",
"Cannot delete '{file}'." => "Gagal menghapus '{file}'",
"Cannot delete the folder." => "Gagal menghapus folder. ",
"Click to remove from the Clipboard" => "Klik untuk memusnahkan dari Clipboard.",
"This file is already added to the Clipboard." => "File ini memang sudah ditambahkan ke Clipboard.",
"The files in the Clipboard are not readable." => "File-File yang di Clipboard tidak bisa di baca.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} file-file di Clipboard tidak bisa di baca. Apakah anda mau menyalin sisa-nya?",
"The files in the Clipboard are not movable." => "File-file yang di clipboard tidak memungkinkan untuk di pindah.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} file-file yang di Clipboard tidak bisa di pindah. Apakan anda mau memindahkan sisa-nya?",
"The files in the Clipboard are not removable." => "File file yang di Clipboard tidak memungkinkan untuk di hapus.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} file-file di Clipboard tidak memungkinkan untuk di hapus. Apakah anda mau menghapus sisa-nya?",
"The selected files are not removable." => "File-file yang anda pilih tidak memungkinkan untuk di hapus.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} file-file yang terpilih tidak memungkinkan untuk di hapus. Apakah anda mau menghapus sisa-nya?",
"Are you sure you want to delete all selected files?" => "Yakin anda akan menghapus semua file-file yang di pilih?",
"Failed to delete {count} files/folders." => "Gagal menghapus {count} file/folder.",
"A file or folder with that name already exists." => "File atau folder dengan nama itu sudah ada.",
"Copy files here" => "Salin file-file kesini",
"Move files here" => "Pindah file-file kesini",
"Delete files" => "Hapus file",
"Clear the Clipboard" => "Bersihkan Clipboard",
"Are you sure you want to delete all files in the Clipboard?" => "Yakin anda akan menghapus semua file-file yang ada di Clipboard?",
"Copy {count} files" => "Salin {count} file-file",
"Move {count} files" => "Pindah {count} file-file",
"Add to Clipboard" => "Tambahkan ke Clipboard",
"Inexistant or inaccessible folder." => "Folder tidak ada atau tidak bisa di akses.",
"New folder name:" => "Nama folder baru:",
"New file name:" => "Nama file baru:",
"Upload" => "Unggah",
"Refresh" => "Refresh",
"Settings" => "Pengaturan",
"Maximize" => "Maksimalkan",
"About" => "Tentang",
"files" => "File",
"selected files" => "File-file yang di pilih",
"View:" => "Lihat:",
"Show:" => "Tampilkan:",
"Order by:" => "Sortir dengan:",
"Thumbnails" => "Miniatur",
"List" => "Daftar",
"Name" => "Nama",
"Type" => "Jenis",
"Size" => "Ukuran",
"Date" => "Tanggal",
"Descending" => "Menurun",
"Uploading file..." => "Mengunggah file...",
"Loading image..." => "Memuat gambar...",
"Loading folders..." => "Memuat folder...",
"Loading files..." => "Memuat file...",
"New Subfolder..." => "Subfolder baru...",
"Rename..." => "Ganti nama...",
"Delete" => "Hapus...",
"OK" => "OK",
"Cancel" => "Batalkan",
"Select" => "Pilih",
"Select Thumbnail" => "Pilih Thumbnail",
"Select Thumbnails" => "Pilih Thumbnails",
"View" => "Lihat",
"Download" => "Unggah",
"Download files" => "Unggah file",
"Clipboard" => "Clipboard",
"Checking for new version..." => "Mengecek untuk versi baru...",
"Unable to connect!" => "Gagal untuk mengkoneksi!",
"Download version {version} now!" => "Unduh versi {version} sekarang!",
"KCFinder is up to date!" => "KCFinder adalah versi terbaru!",
"Licenses:" => "Lisensi:",
"Attention" => "Perhatian",
"Question" => "Pertanyaan",
"Yes" => "Ya",
"No" => "Tidak",
"You cannot rename the extension of files!" => "Anda tidak bisa mengubah ekstensi file!",
"Uploading file {number} of {count}... {progress}" => "Mengunggah file {number} of {count}... {progress}",
"Failed to upload {filename}!" => "Gagal untuk mengunggah {filename}",
);
?>

View File

@ -0,0 +1,132 @@
<?php
/** Italian localization file for KCFinder
* author: Ivano Raffeca
*/
$lang = array(
'_locale' => "it_IT.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Non hai il permesso di caricare files.",
"You don't have permissions to browse server." => "Non hai il permesso di elencare i files.",
"Cannot move uploaded file to target folder." => "Non puoi spostare il file caricato nella cartella di destinazione.",
"Unknown error." => "Errore sconosciuto.",
"The uploaded file exceeds {size} bytes." => "Il file caricato eccede {size} bytes.",
"The uploaded file was only partially uploaded." => "Il file è stato caricato parzialmente.",
"No file was uploaded." => "Nessun file è stato caricato",
"Missing a temporary folder." => "Cartella temporanea non trovata.",
"Failed to write file." => "Scrittura del file fallita.",
"Denied file extension." => "Estensione del file non consentita.",
"Unknown image format/encoding." => "Il format/encoding dell'immagine è sconosciuto.",
"The image is too big and/or cannot be resized." => "L'immagine è troppo grande e/o non può essere rimpicciolita",
"Cannot create {dir} folder." => "La cartella {dir} non può essere creata.",
"Cannot rename the folder." => "Non è possibile rinominare la cartella.",
"Cannot write to upload folder." => "Cartella di destinazione protetta in scrittura.",
"Cannot read .htaccess" => "Impossibile leggere il file .htaccess.",
"Incorrect .htaccess file. Cannot rewrite it!" => "Il file .htaccess è corrotto. Impossibile riscriverlo!",
"Cannot read upload folder." => "Impossibile leggere il contenuto della cartella di destinazione.",
"Cannot access or create thumbnails folder." => "Impossibile creare o accedere alla cartella delle miniature.",
"Cannot access or write to upload folder." => "Impossibile accedere o scrivere nella cartella di destinazione.",
"Please enter new folder name." => "Scrivi il nome della nuova cartella.",
"Unallowable characters in folder name." => "Caratteri non permessi nel nome della cartella.",
"Folder name shouldn't begins with '.'" => "Il nome della cartella non può iniziare con'.'",
"Please enter new file name." => "Inserisci il nuovo nome del file",
"Unallowable characters in file name." => "Caratteri non permessi nel nome del file.",
"File name shouldn't begins with '.'" => "Il nome del file non può iniziare con '.'",
"Are you sure you want to delete this file?" => "Sei sicuro che vuoi cancellare questo file?",
"Are you sure you want to delete this folder and all its content?" => "Sei sicuro di voler cancellare questa cartella e il suo contenuto?",
"Non-existing directory type." => "Il tipo di cartella non esiste.",
"Undefined MIME types." => "Tipo MIME non definito.",
"Fileinfo PECL extension is missing." => "Manca estensione PECL del file.",
"Opening fileinfo database failed." => "Apertura del database delle informazioni del file fallita.",
"You can't upload such files." => "Non è possibile caricare questi files.",
"The file '{file}' does not exist." => "Il file '{file}' non esiste.",
"Cannot read '{file}'." => "Impossibile leggere il file '{file}'.",
"Cannot copy '{file}'." => "Impossibile copiare il file '{file}'.",
"Cannot move '{file}'." => "Impossibile spostare il file '{file}'.",
"Cannot delete '{file}'." => "Impossibile cancellare il file '{file}'.",
"Cannot delete the folder." => "Non è possibile cancellare la cartella.",
"Click to remove from the Clipboard" => "Click per rimuoverlo dalla Clipboard",
"This file is already added to the Clipboard." => "Questo file è già stato aggiunto alla Clipboard.",
"The files in the Clipboard are not readable." => "I files nella Clipboard non sono leggibili.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} files nella Clipboard non sono leggibili. Copiare il resto?",
"The files in the Clipboard are not movable." => "I files nella Clipboard non sono spostabili.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} files nella Clipboard non sono spostabili. Spostare il resto?",
"The files in the Clipboard are not removable." => "I files nella Clipboard non si possono rimuovere.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} files nella Clipboard non si possono rimuovere. Cancellare il resto?",
"The selected files are not removable." => "Il file selezionato non è rimovibile.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} files selezionati non sono rimovibili. Cancellare il resto?",
"Are you sure you want to delete all selected files?" => "Sei sicuro che vuoi cancellare tutti i files selezionati?",
"Failed to delete {count} files/folders." => "Cancellazione fallita {count} files/cartelle.",
"A file or folder with that name already exists." => "Un file o cartella con questo nome già esiste.",
"Copy files here" => "Copia i files qui",
"Move files here" => "Sposta i files qui",
"Delete files" => "Cancella i files",
"Clear the Clipboard" => "Pulisci la Clipboard",
"Are you sure you want to delete all files in the Clipboard?" => "Sei sicuro che vuoi cancellare tutti i files dalla Clipboard?",
"Copy {count} files" => "Copio {count} files",
"Move {count} files" => "Sposto {count} files",
"Add to Clipboard" => "Aggiungi alla Clipboard",
"Inexistant or inaccessible folder." => "La cartella non esiste o è inacessibile.",
"New folder name:" => "Nuovo nome della cartella:",
"New file name:" => "Nuovo nome del file:",
"Upload" => "Carica",
"Refresh" => "Aggiorna",
"Settings" => "Preferenze",
"Maximize" => "Massimizza",
"About" => "Chi siamo",
"files" => "files",
"selected files" => "files selezionati",
"View:" => "Vista:",
"Show:" => "Mostra:",
"Order by:" => "Ordina per:",
"Thumbnails" => "Miniature",
"List" => "Lista",
"Name" => "Nome",
"Type" => "Tipo",
"Size" => "Grandezza",
"Date" => "Data",
"Descending" => "Discendente",
"Uploading file..." => "Carico file...",
"Loading image..." => "Caricamento immagine...",
"Loading folders..." => "Caricamento cartella...",
"Loading files..." => "Caricamento files...",
"New Subfolder..." => "Nuova sottocartella...",
"Rename..." => "Rinomina...",
"Delete" => "Elimina",
"OK" => "OK",
"Cancel" => "Cancella",
"Select" => "Seleziona",
"Select Thumbnail" => "Seleziona miniatura",
"Select Thumbnails" => "Seleziona miniature",
"View" => "Vista",
"Download" => "Scarica",
"Download files" => "Scarica files",
"Clipboard" => "Clipboard",
"Checking for new version..." => "Controllo nuova versione...",
"Unable to connect!" => "Connessione impossibile",
"Download version {version} now!" => "Prelevo la versione {version} adesso!",
"KCFinder is up to date!" => "KCFinder è aggiornato!",
"Licenses:" => "Licenze:",
"Attention" => "Attenzione",
"Question" => "Domanda",
"Yes" => "Si",
"No" => "No",
"You cannot rename the extension of files!" => "Non puoi rinominare l'estensione del file!",
"Uploading file {number} of {count}... {progress}" => "Caricmento del file {number} di {count}... {progress}",
"Failed to upload {filename}!" => "Il caricamento del file {filename} è fallito ",
"Close" => "Chiudi",
"Previous" => "Precedente",
"Next" => "Successivo",
"Confirmation" => "Conferma",
"Warning" => "Attenzione",
);
?>

View File

@ -0,0 +1,133 @@
<?php
/** This file is part of KCFinder project
*
* @desc Japanese localization
* @package KCFinder
* @version 2.54
* @author yama yamamoto@kyms.jp
* @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
* @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
*/
$lang = array(
'_locale' => "ja_JP.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%Y/%m/%d %H:%M",
'_dateTimeMid' => "%Y/%m/%d %H:%M",
'_dateTimeSmall' => "%Y/%m/%d %H:%M",
"You don't have permissions to upload files." => "アップロード権限がありません。",
"You don't have permissions to browse server." => "サーバーを閲覧する権限がありません",
"Cannot move uploaded file to target folder." => "ファイルを移動できません。",
"Unknown error." => "原因不明のエラーです。",
"The uploaded file exceeds {size} bytes." => "アップロードしたファイルは {size} バイトを越えました。",
"The uploaded file was only partially uploaded." => "アップロードしたファイルは、一部のみ処理されました。",
"No file was uploaded." => "ファイルはありません。",
"Missing a temporary folder." => "tempフォルダが見つかりません。",
"Failed to write file." => "ファイルの書き込みに失敗しました。",
"Denied file extension." => "このファイルは扱えません。",
"Unknown image format/encoding." => "この画像ファイルの種別を判定できません。",
"The image is too big and/or cannot be resized." => "画像ファイルのサイズが大き過ぎます。",
"Cannot create {dir} folder." => "{dir}」フォルダを作成できません。",
"Cannot rename the folder." => "フォルダ名を変更できません",
"Cannot write to upload folder." => "アップロードフォルダに書き込みできません。",
"Cannot read .htaccess" => ".htaccessが読み込めません。",
"Incorrect .htaccess file. Cannot rewrite it!" => "不正な .htaccess ファイルです。再編集できません!",
"Cannot read upload folder." => "アップロードフォルダを読み取れません。",
"Cannot access or create thumbnails folder." => "サムネイルフォルダにアクセス、または作成できません。",
"Cannot access or write to upload folder." => "アップロードフォルダにアクセス、または書き込みできません。",
"Please enter new folder name." => "新しいフォルダ名を入力して下さい。",
"Unallowable characters in folder name." => "フォルダ名に使用できない文字が含まれています。",
"Folder name shouldn't begins with '.'" => "フォルダ名は、'.'で開始しないで下さい。",
"Please enter new file name." => "新しいファイル名を入力して下さい。",
"Unallowable characters in file name." => "ファイル名に使用できない文字が含まれています。",
"File name shouldn't begins with '.'" => "ファイル名は「. 」で始めることはできません。",
"Are you sure you want to delete this file?" => "このファイルを本当に削除してもよろしいですか?",
"Are you sure you want to delete this folder and all its content?" => "このフォルダとフォルダ内の全てのコンテンツを本当に削除してもよろしいですか?",
"Non-existing directory type." => "存在しないディレクトリの種類です。",
"Undefined MIME types." => "定義されていないMIMEタイプです。",
"Fileinfo PECL extension is missing." => "Fileinfo PECL 拡張モジュールが見付かりません。",
"Opening fileinfo database failed." => "fileinfo データベースを開くのに失敗しました。",
"You can't upload such files." => "このようなファイルをアップロードできません。",
"The file '{file}' does not exist." => "ファイル「{file}」は存在しません。",
"Cannot read '{file}'." => "{file}」を読み取れません。",
"Cannot copy '{file}'." => "{file}」をコピーできません。",
"Cannot move '{file}'." => "{file}」を移動できません。",
"Cannot delete '{file}'." => "{file}」を削除できません。",
"Cannot delete the folder." => "フォルダを削除できません",
"Click to remove from the Clipboard" => "クリップボードから削除する",
"This file is already added to the Clipboard." => "このファイルは既にクリップボードに追加されています。",
"The files in the Clipboard are not readable." => "クリップボードからファイルを読み取れません",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "クリップボード内の {count} 個のファイルが読み取れません。残りをコピーしてもよろしいですか?",
"The files in the Clipboard are not movable." => "クリップボードからファイルを移動できません",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "クリップボード内の {count} 個のファイルが移動できません。残りを移動してもよろしいですか?",
"The files in the Clipboard are not removable." => "クリップボードを初期化できません",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "クリップボード内の {count} 個のファイルが削除出来ません。残りを削除してもよろしいですか?",
"The selected files are not removable." => "選択したファイルは削除できません。",
"{count} selected files are not removable. Do you want to delete the rest?" => "選択された {count} 個のファイルは削除できません。残りを削除してもよろしいですか?",
"Are you sure you want to delete all selected files?" => "選択された全てのファイルを本当に削除してもよろしいですか?",
"Failed to delete {count} files/folders." => "{count} 個のファイル / フォルダの削除に失敗しました。",
"A file or folder with that name already exists." => "その名前のファイル、またはフォルダは既に存在します。",
"Copy files here" => "ここにコピー",
"Move files here" => "ここに移動",
"Delete files" => "これらを全て削除",
"Clear the Clipboard" => "クリップボードを初期化",
"Are you sure you want to delete all files in the Clipboard?" => "クリップボードに記憶した全てのファイルを実際に削除します。",
"Copy {count} files" => "ファイル({count}個)をここに複写",
"Move {count} files" => "ファイル({count}個)をここに移動",
"Add to Clipboard" => "クリップボードに記憶",
"Inexistant or inaccessible folder." => "存在しない、またはアクセスできないフォルダです。",
"New folder name:" => "フォルダ名(半角英数):",
"New file name:" => "ファイル名(半角英数):",
"Upload" => "アップロード",
"Refresh" => "再表示",
"Settings" => "表示設定",
"Maximize" => "最大化",
"About" => "About",
"files" => "ファイル",
"selected files" => "選択したファイル",
"View:" => "表示スタイル:",
"Show:" => "表示項目:",
"Order by:" => "表示順:",
"Thumbnails" => "サムネイル",
"List" => "リスト",
"Name" => "ファイル名",
"Type" => "タイプ",
"Size" => "サイズ",
"Date" => "日付",
"Descending" => "順序を反転",
"Uploading file..." => "ファイルをアップロード中",
"Loading image..." => "画像を読み込み中",
"Loading folders..." => "フォルダを読み込み中",
"Loading files..." => "読み込み中",
"New Subfolder..." => "フォルダを作る",
"Rename..." => "名前の変更",
"Delete" => "削除",
"OK" => "OK",
"Cancel" => "キャンセル",
"Select" => "このファイルを選択",
"Select Thumbnail" => "サムネイルを選択",
"Select Thumbnails" => "サムネイルを選択",
"View" => "プレビュー",
"Download" => "ダウンロード",
"Download files" => "ファイルをダウンロードする",
"Clipboard" => "クリップボード",
"Checking for new version..." => "新しいバージョンを確認中",
"Unable to connect!" => "接続できません",
"Download version {version} now!" => "新しいバージョン({version})をダウンロードできます",
"KCFinder is up to date!" => "KCFinderは最新です。",
"Licenses:" => "ライセンス",
"Attention" => "注意",
"Question" => "確認",
"Yes" => "はい",
"No" => "いいえ",
"You cannot rename the extension of files!" => "ファイルの拡張子を変更できませんでした",
"Uploading file {number} of {count}... {progress}" => "ファイルをアップロード中({number}/{count}... {progress}",
"Failed to upload {filename}!" => "{filename}のアップロードに失敗しました",
);
?>

View File

@ -0,0 +1,130 @@
<?php
/** Lithuanian localization file for KCFinder
* author: Paulius Leščinskas <paulius.lescinskas@gmail.com>
*/
$lang = array(
'_locale' => "lt_LT.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%F %T",
'_dateTimeMid' => "%F %T",
'_dateTimeSmall' => "%F %T",
"You don't have permissions to upload files." => "Jūs neturite teisių įkelti failus",
"You don't have permissions to browse server." => "Jūs neturite teisių naršyti po failus",
"Cannot move uploaded file to target folder." => "Nepavyko įkelti failo į reikiamą katalogą.",
"Unknown error." => "Nežinoma klaida.",
"The uploaded file exceeds {size} bytes." => "Įkeliamas failas viršija {size} baitų(-us).",
"The uploaded file was only partially uploaded." => "Failas buvo tik dalinai įkeltas.",
"No file was uploaded." => "Failas nebuvo įkeltas.",
"Missing a temporary folder." => "Nėra laikino katalogo.",
"Failed to write file." => "Nepavyko įrašyti failo.",
"Denied file extension." => "Draudžiama įkelti šio tipo failus.",
"Unknown image format/encoding." => "Nežinomas paveikslėlio formatas/kodavimas.",
"The image is too big and/or cannot be resized." => "Paveikslėlis yra per didelis ir/arba negali būti sumažintas.",
"Cannot create {dir} folder." => "Nepavyko sukurti {dir} katalogo.",
"Cannot rename the folder." => "Nepavyko pervadinti katalogo.",
"Cannot write to upload folder." => "Nepavyko įrašyti į įkeliamų failų katalogą.",
"Cannot read .htaccess" => "Nepavyko nuskaityti .htaccess failo",
"Incorrect .htaccess file. Cannot rewrite it!" => "Blogas .htaccess failas. Nepavyko jo perrašyti",
"Cannot read upload folder." => "Nepavyko atidaryti įkeliamų failų katalogo.",
"Cannot access or create thumbnails folder." => "Nepavyko atidaryti ar sukurti sumažintų paveikslėlių katalogo.",
"Cannot access or write to upload folder." => "Nepavyko atidaryti ar įrašyti į įkeliamų failų katalogą.",
"Please enter new folder name." => "Įveskite katalogo pavadinimą.",
"Unallowable characters in folder name." => "Katalogo pavadinime yra neleistinų simbolių.",
"Folder name shouldn't begins with '.'" => "Katalogo pavadinimas negali prasidėti '.'",
"Please enter new file name." => "Įveskite failo pavadinimą.",
"Unallowable characters in file name." => "Failo pavadinime yra neleistinų simbolių",
"File name shouldn't begins with '.'" => "Failo pavadinimas negali prasidėti '.'",
"Are you sure you want to delete this file?" => "Ar tikrai ištrinti šį failą?",
"Are you sure you want to delete this folder and all its content?" => "Ar tikrai ištrinti šį katalogą su visu jo turiniu?",
"Non-existing directory type." => "Neegzistuojantis katalogo tipas.",
"Undefined MIME types." => "Nenurodytas MIME tipas.",
"Fileinfo PECL extension is missing." => "Trūksa PECL plėtinio Fileinfo",
"Opening fileinfo database failed." => "Nepavyko atidaryti Fileinfo duomenų bazės.",
"You can't upload such files." => "Negalima įkelti tokių failų.",
"The file '{file}' does not exist." => "Failas '{file}' neegzistuoja.",
"Cannot read '{file}'." => "Nepavyko atidaryti '{file}' failo.",
"Cannot copy '{file}'." => "Nepavyko nukopijuoti '{file}' failo.",
"Cannot move '{file}'." => "Nepavyko perkelti '{file}' failo.",
"Cannot delete '{file}'." => "Nepavyko ištrinti '{file}' failo.",
"Cannot delete the folder." => "Nepavyko ištrinti katalogo.",
"Click to remove from the Clipboard" => "Zum entfernen aus der Zwischenablage, hier klicken.",
"This file is already added to the Clipboard." => "Šis failas jau įkeltas į laikinąją atmintį.",
"The files in the Clipboard are not readable." => "Nepavyko nuskaityti failų iš laikinosios atminties.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "Nepavyko atidaryti {count} failų(-ai) iš laikinosios atminties. Ar kopijuoti likusius?",
"The files in the Clipboard are not movable." => "Nepavyko perkelti failų iš laikinosios atminties.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "Nepavyko perkelti {count} failų(-ai) iš laikinosios atminties. Ar perkelti likusius?",
"The files in the Clipboard are not removable." => "Nepavyko perkelti failų iš laikinosios atminties.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "Nepavyko ištrinti {count} failų(-ai) iš laikinosios atminties. Ar ištrinti likusius?",
"The selected files are not removable." => "Nepavyko perkelti pažymėtų failų.",
"{count} selected files are not removable. Do you want to delete the rest?" => "Nepavyko ištrinti {count} failų(-ai) iš laikinosios atminties. Ar ištrinti likusius?",
"Are you sure you want to delete all selected files?" => "Ar tikrai ištrinti visus pažymėtus failus?",
"Failed to delete {count} files/folders." => "Nepavyko ištrinti {count} failų/katalogų.",
"A file or folder with that name already exists." => "Failas arba katalogas tokiu pavadinimu jau egzistuoja.",
"Copy files here" => "Kopijuoti failus čia.",
"Move files here" => "Perkelti failus čia.",
"Delete files" => "Ištrinti failus.",
"Clear the Clipboard" => "Išvalyti laikinąją atmintį",
"Are you sure you want to delete all files in the Clipboard?" => "Ar tikrai ištrinti visus failus, esančius laikinojoje atmintyje?",
"Copy {count} files" => "Kopijuoti {count} failų(-us)",
"Move {count} files" => "Perkelti {count} failų(-us)",
"Add to Clipboard" => "Įkelti į laikinąją atmintį",
"Inexistant or inaccessible folder." => "Katalogas neegzistuoja arba yra neprieinamas.",
"New folder name:" => "Naujo katalogo pavadinimas:",
"New file name:" => "Naujo failo pavadinimas:",
"Upload" => "Įkelti",
"Refresh" => "Atnaujinti",
"Settings" => "Nustatymai",
"Maximize" => "Padidinti",
"About" => "Apie",
"files" => "Failai",
"selected files" => "Pasirinkti failus",
"View:" => "Peržiūra:",
"Show:" => "Rodyti:",
"Order by:" => "Rikiuoti:",
"Thumbnails" => "Sumažintos iliustracijos",
"List" => "Sąrašas",
"Name" => "Pavadinimas",
"Type" => "Tipas",
"Size" => "Dydis",
"Date" => "Data",
"Descending" => "Mažejančia tvarka",
"Uploading file..." => "Įkeliamas failas...",
"Loading image..." => "Kraunami paveikslėliai...",
"Loading folders..." => "Kraunami katalogai...",
"Loading files..." => "Kraunami failai...",
"New Subfolder..." => "Naujas katalogas...",
"Rename..." => "Pervadinti...",
"Delete" => "Ištrinti",
"OK" => "OK",
"Cancel" => "Atšaukti",
"Select" => "Pažymėti",
"Select Thumbnail" => "Pasirinkti sumažintą paveikslėlį",
"Select Thumbnails" => "Pasirinkti sumažintus paveikslėlius",
"View" => "Peržiūra",
"Download" => "Atsisiųsti",
"Download files" => "Atsisiųsti failus",
"Clipboard" => "Laikinoji atmintis",
"Checking for new version..." => "Tikrinama nauja versija...",
"Unable to connect!" => "Nepavyko prisijungti!",
"Download version {version} now!" => "Siųsti versiją {version} dabar!",
"KCFinder is up to date!" => "KCFinder yra naujausios versijos!",
"Licenses:" => "Licenzijos:",
"Attention" => "Dėmesio",
"Question" => "Klausimas",
"Yes" => "Taip",
"No" => "Ne",
"You cannot rename the extension of files!" => "Negalima keisti failų plėtinių!",
"Uploading file {number} of {count}... {progress}" => "Įkeliamas {number} failas iš {count}... {progress}",
"Failed to upload {filename}!" => "Nepavyko įkelti {filename}!",
"Close" => "Uždaryti",
"Previous" => "Ankstesnis",
"Next" => "Kitas",
"Confirmation" => "Patvirtinimas",
"Warning" => "Įspėjimas",
);

View File

@ -0,0 +1,127 @@
<?php
/** latvian localization file for KCFinder
* Type some credits if you want
*/
$lang = array(
'_locale' => "lv_LV.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %Y. gada %e. %B",
'_dateTimeMid' => "%a, %Y. %e. %b",
'_dateTimeSmall' => "%Y.%m.%d %H:%M",
"You don't have permissions to upload files." => "Jums nav atļaujas, lai augšupielādētu failu.",
"You don't have permissions to browse server." => "Jums nav atļaujas pārlūkot serverī.",
"Cannot move uploaded file to target folder." => "Nevar augšupielādēt failu uz mērķa mapi.",
"Unknown error." => "Nezināma kļūda.",
"The uploaded file exceeds {size} bytes." => "Augšupielādētais fails pārsniedz {size} baitus.",
"The uploaded file was only partially uploaded." => "Augšupielādētais fails tika augšupielādēts tikai daļēji.",
"No file was uploaded." => "Neviens fails netika augšupielādēts.",
"Missing a temporary folder." => "Trūkst pagaidu mapē.",
"Failed to write file." => "Neizdevās ierakstīt failā.",
"Denied file extension." => "Liegta piekļuve faila paplašinājums.",
"Unknown image format/encoding." => "Nezināms attēlu formāts / kodējumu.",
"The image is too big and/or cannot be resized." => "Attēls ir pārāk liels un / vai izmērus nevar mainīt.",
"Cannot create {dir} folder." => "Nevar izveidot {dir} mapē.",
"Cannot rename the folder." => "Nevar pārdēvēt mapi.",
"Cannot write to upload folder." => "Nevar ierakstīt augšupielādes mape.",
"Cannot read .htaccess" => "Nevar lasīt failu .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Nepareizs fails .htaccess būs jānoņem. Nevar pārrakstīt!",
"Cannot read upload folder." => "Nevar lasīt failu augšupielāde mapē.",
"Cannot access or create thumbnails folder." => "Nevar piekļūt vai izveidot sīktēlu mapei.",
"Cannot access or write to upload folder." => "Nevar piekļūt vai rakstīt augšupielādēt mapes.",
"Please enter new folder name." => "Lūdzu, ievadiet jaunu mapes nosaukumu.",
"Unallowable characters in folder name." => "Nepieļaujamas mapes nosaukuma rakstzīmes.",
"Folder name shouldn't begins with '.'" => "Mapes nosaukums nedrīkst sāk ar '.'",
"Please enter new file name." => "Lūdzu, ievadiet jaunu faila nosaukumu.",
"Unallowable characters in file name." => "Nepieļaujami rakstzīmes faila nosaukumu.",
"File name shouldn't begins with '.'" => "Faila nosaukums nedrīkst sāk ar '.'",
"Are you sure you want to delete this file?" => "Vai tiešām vēlaties izdzēst šo failu?",
"Are you sure you want to delete this folder and all its content?" => "Vai tiešām vēlaties izdzēst šo mapi un visu tās saturu?",
"Non-existing directory type." => "Minimāla direktorija tips.",
"Undefined MIME types." => "Nedefinēts MIME tipu.",
"Fileinfo PECL extension is missing." => "Trūkst faila paplašinājuma Fileinfo PECL.",
"Opening fileinfo database failed." => "Atverot fileinfo datu bāzi neizdevās.",
"You can't upload such files." => "Nevar augšupielādēt šo failu.",
"The file '{file}' does not exist." => "Fails' {file} 'nepastāv.",
"Cannot read '{file}'." => "Nevar nolasīt '{file}'.",
"Cannot copy '{file}'." => "Nevar kopēt '{file}'.",
"Cannot move '{file}'." => "Nevar pārvietot '{file}'.",
"Cannot delete '{file}'." => "Nevar izdzēst '{file}'.",
"Cannot delete the folder." => "Nevar izdzēst mapi.",
"Click to remove from the Clipboard" => "Noklikšķiniet, lai noņemtu no starpliktuves",
"This file is already added to the Clipboard." => "Šis fails jau ir pievienots starpliktuvē.",
"The files in the Clipboard are not readable." => "Failu starpliktuvē nav lasāms.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} failu starpliktuvē nav lasāms. Vai vēlaties kopēt visu?",
"The files in the Clipboard are not movable." => "Failu starpliktuvē nav pārvietojams.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} failu starpliktuvē nav pārvietojams. Vai vēlaties pārvietot citur?",
"The files in the Clipboard are not removable." => "Failu starpliktuvē nav noņemami.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} failu starpliktuvē nav noņemami. Vai vēlaties dzēst visu?",
"The selected files are not removable." => "Atlasītie faili nav noņemama.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} atlasītie faili nav noņemama. Vai vēlaties dzēst visu?",
"Are you sure you want to delete all selected files?" => "Vai tiešām vēlaties izdzēst visus atlasītos failus?",
"Failed to delete {count} files/folders." => "Neizdevās izdzēst {count} failus / mapes.",
"A file or folder with that name already exists." => "Fails vai mape ar šādu nosaukumu jau pastāv.",
"Copy files here" => "Kopēt failus šeit",
"Move files here" => "Pārvietot failus šeit",
"Delete files" => "Dzēst failus",
"Clear the Clipboard" => "Notīrīt starpliktuvi",
"Are you sure you want to delete all files in the Clipboard?" => "Vai tiešām vēlaties dzēst visus failus no starpliktuves? ",
"Copy {count} files" => "Kopēt {count} faili ",
"Move {count} files" => "Pārvietot {count} faili ",
"Add to Clipboard" => "Pievienot starpliktuvei ",
"Inexistant or inaccessible folder." => "Inexistant vai piekļūt mapei.",
"New folder name:" => "Jaunās mapes nosaukums:",
"New file name:" => "Jauns faila nosaukums:",
"Upload" => "Augšupielādēt",
"Refresh" => "Atsvaidzināt",
"Settings" => "Iestatījumi",
"Maximize" => "Maksimizēt",
"About" => "Par",
"files" => "faili",
"selected files" => "atlasītie faili",
"View:" => "Skatīt:",
"Show:" => "Rādīt:",
"Order by:" => "Kārtot pēc: ",
"Thumbnails" => "Sīktēli ",
"List" => "Saraksts ",
"Name" => "Nosaukums ",
"Type" => "Tips ",
"Size" => "Izmērs ",
"Date" => "Datums",
"Descending" => "Dilstošā secībā",
"Uploading file..." => "... faila augšupielāde",
"Loading image..." => "Ielādē attēlu...",
"Loading folders..." => "Ielādē mapes...",
"Loading files..." => "... failu ielāde",
"New Subfolder..." => "Jauna apakšmape...",
"Rename..." => "Pārdēvēt...",
"Delete" => "Dzēst",
"OK" => "Labi",
"Cancel" => "Atcelt",
"Select" => "Izvēlieties",
"Select Thumbnail" => "Izvēlieties sīktēlu",
"Select Thumbnails" => "Atlasiet sīktēlus",
"View" => "Skats",
"Download" => "Lejupielādēt",
"Download files" => "Lejupielādēt failus",
"Clipboard" => "Starpliktuve",
"Checking for new version..." => "... jaunās versijas pārbaude",
"Unable to connect!" => "Nevar izveidot savienojumu.",
"Download version {version} now!" => "Lejupielādēt versiju {version} tagad!",
"KCFinder is up to date!" => "KCFinder ir aktuāla!",
"Licenses:" => "Licences:",
"Attention" => "Uzmanību",
"Question" => "Jautājums",
"Yes" => "",
"No" => "Nr.",
"You cannot rename the extension of files!" => "Paplašinājums nevar pārdēvēt failu!",
"Uploading file {number} of {count}... {progress}" => "Augšupielādējot failu {number} no {count}... {progress}",
"Failed to upload {filename}!" => "Neizdevās augšupielādēt {filename}!",
);
?>

View File

@ -0,0 +1,133 @@
<?php
/** Dutch localization file for KCFinder
* author: Lars Anderson <lars16anderson@users.sourceforge.net>
* update: Richard Leurs
*/
$lang = array(
'_locale' => "nl_NL.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e.%B.%Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d/%m/%Y %H:%M",
"You don't have permissions to upload files." => "U heeft geen toestemming om bestanden te uploaden.",
"You don't have permissions to browse server." => "U heeft geen toegang tot de server.",
"Cannot move uploaded file to target folder." => "Het te uploaden bestand kon niet naar de doelmap verplaatst worden.",
"Unknown error." => "Onbekende foutmelding.",
"The uploaded file exceeds {size} bytes." => "De bestandsgrootte van het bestand overschrijdt de limiet {size} bytes.",
"The uploaded file was only partially uploaded." => "Het te uploaden bestand is slechts gedeeltelijk geupload.",
"No file was uploaded." => "Er is geen bestand geupload.",
"Missing a temporary folder." => "Een tijdelijke map ontbreekt.",
"Failed to write file." => "Poging tot schrijven van bestand is mislukt.",
"Denied file extension." => "De extensie van dit bestand is niet toegestaan.",
"Unknown image format/encoding." => "Onbekende afbeeldingsformaats/-codering.",
"The image is too big and/or cannot be resized." => "De afbeelding is te groot en/of de grootte kan niet aangepast worden.",
"Cannot create {dir} folder." => "Kan de map {dir} niet aanmaken.",
"Cannot rename the folder." => "De map kan niet hernoemd worden.",
"Cannot write to upload folder." => "Kan niet naar de uploadmap schrijven.",
"Cannot read .htaccess" => "Kan .htaccess niet lezen.",
"Incorrect .htaccess file. Cannot rewrite it!" => "Verkeerd .htaccess bestand. Bestand kan niet herschreven worden!",
"Cannot read upload folder." => "Uploadmap kan niet uitgelezen worden.",
"Cannot access or create thumbnails folder." => "Het is niet mogelijk om een miniatuurweergaven map aan te maken of te benaderen.",
"Cannot access or write to upload folder." => "Het is niet mogelijk om in de uploadmap te schrijven of deze te benaderen.",
"Please enter new folder name." => "Vul a.u.b. een nieuwe mapnaam in.",
"Unallowable characters in folder name." => "Er zijn niet toegestane karakters gebruikt in de mapnaam.",
"Folder name shouldn't begins with '.'" => "Een mapnaam mag niet met '.' beginnen.",
"Please enter new file name." => "Vul a.u.b. een nieuwe bestandsnaam in.",
"Unallowable characters in file name." => "Er zijn niet toegestane karakters gebruikt in de bestandsnaam.",
"File name shouldn't begins with '.'" => "Een bestandsnaam mag niet met '.' beginnen.",
"Are you sure you want to delete this file?" => "Weet u zeker dat u dit bestand wilt verwijderen?",
"Are you sure you want to delete this folder and all its content?" => "Weet u zeker dat u deze map en alle inhoud ervan wilt verwijderen?",
"Non-existing directory type." => "Het maptype bestaat niet.",
"Undefined MIME types." => "Onbekend MIME type.",
"Fileinfo PECL extension is missing." => "Bestandsinformatie PECL extensie ontbreekt.",
"Opening fileinfo database failed." => "Openen van bestandsinformatie database is mislukt.",
"You can't upload such files." => "Uploaden van dergelijke bestanden is niet mogelijk.",
"The file '{file}' does not exist." => "Het bestand '{file}' bestaat niet.",
"Cannot read '{file}'." => "Kan bestand '{file}' niet lezen.",
"Cannot copy '{file}'." => "Kan bestand '{file}' niet kopiëren.",
"Cannot move '{file}'." => "Kan bestand '{file}' niet verplaatsen.",
"Cannot delete '{file}'." => "Kan bestand '{file}' niet verwijderen.",
"Cannot delete the folder." => "De map kan niet verwijderd worden.",
"Click to remove from the Clipboard" => "Klik om te verwijderen van het klembord.",
"This file is already added to the Clipboard." => "Dit bestand was reeds toegevoegd aan het klembord.",
"The files in the Clipboard are not readable." => "De bestanden op het klembord kunnen niet gelezen worden.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} bestanden op het klembord zijn niet leesbaar. Wilt u de rest toch kopiëren?",
"The files in the Clipboard are not movable." => "De bestanden op het klembord kunnen niet verplaatst worden.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} bestanden op het klembord kunnen niet verplaatst worden. Wilt u de rest toch verplaatsen?",
"The files in the Clipboard are not removable." => "De bestanden op het klembord kunnen niet verwijderd worden.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} bestanden op het klembord kunnen niet verwijderd worden. Wilt u de rest toch verwijderen?",
"The selected files are not removable." => "De geselecteerde bestanden kunnen niet verwijderd worden.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} geselecteerde bestanden kunnen niet verwijderd worden. Wilt u de rest toch verwijderen?",
"Are you sure you want to delete all selected files?" => "Weet u zeker dat u alle geselcteerde bestanden wilt verwijderen?",
"Failed to delete {count} files/folders." => "{count} bestanden/mappen konden niet verwijderd worden.",
"A file or folder with that name already exists." => "Er bestaat reeds een bestand of map met die naam.",
"Copy files here" => "Kopieer bestanden hierheen",
"Move files here" => "Verplaats bestanden hierheen",
"Delete files" => "Verwijder bestanden",
"Clear the Clipboard" => "Klembord leegmaken",
"Are you sure you want to delete all files in the Clipboard?" => "Weet u zeker dat u alle bestanden op het klembord wilt verwijderen?",
"Copy {count} files" => "Kopieer {count} bestanden",
"Move {count} files" => "Verplaats {count} bestanden",
"Add to Clipboard" => "Voeg toe aan klembord",
"Inexistant or inaccessible folder." => "Map bestaat niet of kon niet worden benaderd.",
"New folder name:" => "Nieuwe mapnaam:",
"New file name:" => "Nieuwe bestandsnaam:",
"Upload" => "Upload",
"Refresh" => "Verversen",
"Settings" => "Instellingen",
"Maximize" => "Maximaliseren",
"About" => "Over",
"files" => "bestanden",
"selected files" => "geselecteerde bestanden",
"View:" => "Beeld:",
"Show:" => "Weergeven:",
"Order by:" => "Sorteren op:",
"Thumbnails" => "Miniatuurweergaven",
"List" => "Lijst",
"Name" => "Naam",
"Type" => "Type",
"Size" => "Grootte",
"Date" => "Datum",
"Descending" => "Aflopend",
"Uploading file..." => "Bestand uploaden...",
"Loading image..." => "Afbeelding wordt geladen...",
"Loading folders..." => "Mappen worden geladen...",
"Loading files..." => "Bestanden worden geladen ...",
"New Subfolder..." => "Nieuwe submap...",
"Rename..." => "Hernoemen...",
"Delete" => "Verwijderen",
"OK" => "OK",
"Cancel" => "Annuleren",
"Select" => "Selecteer",
"Select Thumbnail" => "Selecteer miniatuurweergave",
"Select Thumbnails" => "Kies miniatuurweergaven",
"View" => "Beeld",
"Download" => "Download",
"Download files" => "Bestanden downloaden",
"Clipboard" => "Klembord",
"Checking for new version..." => "Zoeken naar een nieuwere versie...",
"Unable to connect!" => "Kan geen verbinding maken!",
"Download version {version} now!" => "Download versie {version} nu!",
"KCFinder is up to date!" => "KCFinder is up to date!",
"Licenses:" => "Licenties:",
"Attention" => "Attentie",
"Question" => "Vraag",
"Yes" => "Ja",
"No" => "Nee",
"You cannot rename the extension of files!" => "U kan de extensie van bestanden niet hernoemen!",
"Uploading file {number} of {count}... {progress}" => "Bestand {number} van de {count} aan het uploaden... {progress}",
"Failed to upload {filename}!" => "Uploaden van {filename} mislukt!",
"Close" => "Vorige",
"Previous" => "Terug",
"Next" => "Volgende",
"Confirmation" => "Bevestiging",
"Warning" => "Waarschuwing",
);
?>

View File

@ -0,0 +1,242 @@
<?php
/** Norwegian localization file for KCFinder
* author: Robin Helgesen (robin@konsept-it.no)
* country: Norway
*/
$lang = array(
'_locale' => "nb_NO.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." =>
"Du har ikke tilgang til å laste opp filer",
"You don't have permissions to browse server." =>
"Du har ikke tilgang til å bla igjennom server",
"Cannot move uploaded file to target folder." =>
"Kan ikke flytte fil til denne mappen",
"Unknown error." =>
"Ukjent feil.",
"The uploaded file exceeds {size} bytes." =>
"Filen er for stor.",
"The uploaded file was only partially uploaded." =>
"Opplastning delvis fullført.",
"No file was uploaded." =>
"Ingen filer lastet opp",
"Missing a temporary folder." =>
"Mangler midlertidig mappe.",
"Failed to write file." =>
"Feil ved skriving til fil.",
"Denied file extension." =>
"Feil filformat",
"Unknown image format/encoding." =>
"Ukjent bildeformat.",
"The image is too big and/or cannot be resized." =>
"Bildet er for stort eller kan ikke skaleres ned.",
"Cannot create {dir} folder." =>
"Kan ikke opprette mappe.",
"Cannot write to upload folder." =>
"Ingen tilgang til å skrive til denne mappen.",
"Cannot read .htaccess" =>
"Kan ikke lese .htaccess.",
"Incorrect .htaccess file. Cannot rewrite it!" =>
"Feil! Kan ikke skrive til denne filen",
"Cannot read upload folder." =>
"Kan ikke lese denne mappen.",
"Cannot access or create thumbnails folder." =>
"Ikke tilgang til mappen for miniatyrbilder",
"Cannot access or write to upload folder." =>
"Ikke tilgang til opplastningsmappe.",
"Please enter new folder name." =>
"Skriv inn nytt navn til denne mappen.",
"Unallowable characters in folder name." =>
"Ulovlige tegn i mappenavn.",
"Folder name shouldn't begins with '.'" =>
"Mappenavnet kan ikke begynne med '.'",
"Please enter new file name." =>
"Skriv inn nytt filnavn ",
"Unallowable characters in file name." =>
"Ulovlige tegn i filnavn.",
"File name shouldn't begins with '.'" =>
"Filnavn kan ikke starte med '.'",
"Are you sure you want to delete this file?" =>
"Er du sikker på at du vil slette denne filen?",
"Are you sure you want to delete this folder and all its content?" =>
"Er du sikker på at du vil slette denne mappen og innholdet i den?",
"Inexistant or inaccessible folder." =>
"Kan ikke lese mappe.",
"Undefined MIME types." =>
"Undefined MIME types.",
"Fileinfo PECL extension is missing." =>
"Fileinfo PECL extension is missing.",
"Opening fileinfo database failed." =>
"Opening fileinfo database failed",
"You can't upload such files." =>
"Du kan ikke laste opp denne typen filer",
"The file '{file}' does not exist." =>
"Filen '{file}' finnes ikke.",
"Cannot read '{file}'." =>
"Kan ikke lese '{file}'.",
"Cannot copy '{file}'." =>
"Kan ikke kopiere '{file}'.",
"Cannot move '{file}'." =>
"Kan ikke flytte '{file}'.",
"Cannot delete '{file}'." =>
"Kan ikke slette '{file}'.",
"Click to remove from the Clipboard" =>
"Klikk for å fjerne fra utklippstavle",
"This file is already added to the Clipboard." =>
"Filen finnes allerede på utklippstavlen",
"Copy files here" =>
"Kopier filene til ;",
"Move files here" =>
"Flytt filene til ;",
"Delete files" =>
"Slett filer",
"Clear the Clipboard" =>
"Tøm utklippstavle",
"Are you sure you want to delete all files in the Clipboard?" =>
"Er du sikker på at du vil slette alle filene i utklippstavlen?",
"Copy {count} files" =>
"Kopier {count} filer",
"Move {count} files" =>
"Flytt {count} filer ",
"Add to Clipboard" =>
"Legg til i utklippstavle",
"New folder name:" => "Nytt mappenavn:",
"New file name:" => "Nytt filnavn:",
"Upload" => "Last opp",
"Refresh" => "Oppdater",
"Settings" => "Innstillinger",
"Maximize" => "Maksimer",
"About" => "Om/Hjelp",
"files" => "filer",
"View:" => "Vis:",
"Show:" => "Vis:",
"Order by:" => "Sorter etter:",
"Thumbnails" => "Miniatyrbilder",
"List" => "Liste",
"Name" => "Navn",
"Size" => "Størrelse",
"Date" => "Dato",
"Descending" => "Synkende",
"Uploading file..." => "Laster opp fil...",
"Loading image..." => "Laster bilde...",
"Loading folders..." => "Laster mapper...",
"Loading files..." => "Laster filer...",
"New Subfolder..." => "Ny undermappe...",
"Rename..." => "Endre navn...",
"Delete" => "Slett",
"OK" => "OK",
"Cancel" => "Avbryt",
"Select" => "Velg",
"Select Thumbnail" => "Velg miniatyrbilde",
"View" => "Vis",
"Download" => "Last ned",
"Clipboard" => "Utklippstavle",
// VERSION 2 NEW LABELS
"Cannot rename the folder." =>
"Kan ikke endre navnet på mappen.",
"Non-existing directory type." =>
"Denne finnes ikke.",
"Cannot delete the folder." =>
"Kan ikke slette mappe.",
"The files in the Clipboard are not readable." =>
"Kan ikke lese filene i utklippstavlen.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
"{count} filer i utklippstavlen kan ikke leses, ønsker du kopiere resten av filene?",
"The files in the Clipboard are not movable." =>
"Filene i utklippstavlen kan ikke flyttes",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
"{count} filer i utklippstavlen kan ikke flyttes, ønsker du å flytte resten?",
"The files in the Clipboard are not removable." =>
"Filene i utklippstavlen kan ikke flyttes.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
"{count} filer i utklippstavlen kan ikke flyttes, ønsker du å flytte resten?",
"The selected files are not removable." =>
"Merkede filer kan ikke flyttes.",
"{count} selected files are not removable. Do you want to delete the rest?" =>
"{count} filer kan ikke flyttes, ønsker du å flytte resten?",
"Are you sure you want to delete all selected files?" =>
"Er du sikker på at du ønsker å slette alle merkede filer?",
"Failed to delete {count} files/folders." =>
"Feil ved sletting av {count} filer/mapper.",
"A file or folder with that name already exists." =>
"En fil eller mappe finnes allerede med dette navnet",
"selected files" => "merkede filer",
"Type" => "Type",
"Select Thumbnails" => "Velg miniatyrbilde",
"Download files" => "Last ned filer",
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Polish localization file for KCFinder
* author: Krzysztof Lorenc
*/
$lang = array(
'_locale' => "pl_PL.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Nie masz zezwolenia na wysyłanie plików.",
"You don't have permissions to browse server." => "Nie masz zezwolenia na przeglądanie serwera.",
"Cannot move uploaded file to target folder." => "Nie można przenieść wysłanego pliku do folderu plików wysłanych.",
"Unknown error." => "Nieokreślony błąd.",
"The uploaded file exceeds {size} bytes." => "Wysyłany plik przekroczył rozmiar {size} bajtów",
"The uploaded file was only partially uploaded." => "Wysyłany plik nie został przesłany w całości.",
"No file was uploaded." => "Żaden plik nie został przesłany",
"Missing a temporary folder." => "Brak katalogu domyślnego.",
"Failed to write file." => "Błąd zapisu pliku.",
"Denied file extension." => "Niedozwolone rozszerzenie pliku.",
"Unknown image format/encoding." => "Nie znany format/kodowanie pliku.",
"The image is too big and/or cannot be resized." => "Obraz jest zbyt duży i/lub nie może zostać zmieniony jego rozmiar.",
"Cannot create {dir} folder." => "Nie można utworzyć katalogu {dir}.",
"Cannot rename the folder." => "Nie można zmienić nazwy katalogu.",
"Cannot write to upload folder." => "Nie można zapisywać do katalogu plików wysłanych.",
"Cannot read .htaccess" => "Nie można odczytać pliku .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Nie prawidłowy plik .htaccess. Nie można go zapisać!",
"Cannot read upload folder." => "Nie można odczytać katalogu plików wysłanych.",
"Cannot access or create thumbnails folder." => "Nie ma dostępu lub nie można utworzyć katalogu miniatur.",
"Cannot access or write to upload folder." => "Nie ma dostępu lub nie można zapisywać do katalogu plików wysłanych.",
"Please enter new folder name." => "Proszę podać nową nazwę katalogu.",
"Unallowable characters in folder name." => "Niedozwolony znak w nazwie folderu.",
"Folder name shouldn't begins with '.'" => "Nazwa katalogu nie może zaczynać się od '.'",
"Please enter new file name." => "Proszę podać nową nazwę pliku",
"Unallowable characters in file name." => "Nie dozwolony znak w nazwie pliku.",
"File name shouldn't begins with '.'" => "Nazwa pliku nie powinna zaczynać się od '.'",
"Are you sure you want to delete this file?" => "Czy jesteś pewien, że chcesz skasować ten plik?",
"Are you sure you want to delete this folder and all its content?" => "Czy jesteś pewien, że chcesz skasować ten katalog i jego zawartość?",
"Non-existing directory type." => "Nie istniejący katalog.",
"Undefined MIME types." => "Niezidentyfikowany typ MIME.",
"Fileinfo PECL extension is missing." => "Brak rozszerzenia Fileinfo PECL.",
"Opening fileinfo database failed." => "Otwieranie bazy danych fileinfo nie udane.",
"You can't upload such files." => "Nie możesz wysyłać plików tego typu.",
"The file '{file}' does not exist." => "Plik {file} nie istnieje.",
"Cannot read '{file}'." => "Nie można odczytać pliku '{file}'.",
"Cannot copy '{file}'." => "Nie można skopiować pliku '{file}'.",
"Cannot move '{file}'." => "Nie można przenieść pliku '{file}'.",
"Cannot delete '{file}'." => "Nie można usunąć pliku '{file}'.",
"Cannot delete the folder." => "Nie można usunąć katalogu.",
"Click to remove from the Clipboard" => "Kliknij aby usunąć ze Schowka",
"This file is already added to the Clipboard." => "Ten plik już został dodany do Schowka.",
"The files in the Clipboard are not readable." => "Pliki w Schowku nie mogą zostać odczytane.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} plik(i/ów) ze Schowka nie może zostać odczytanych. Czy chcesz skopiować pozostałe?",
"The files in the Clipboard are not movable." => "Pliki w Schowku nie mogą zostać przeniesione.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} plik(i/ów) ze Schowka nie może zostać przeniesionych. Czy chcesz przenieść pozostałe?",
"The files in the Clipboard are not removable." => "Nie można usunąć plików ze Schowka.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} plik(i/ów) ze Schowka nie może zostać usunięty(ch). Czy usunąć pozostałe?",
"The selected files are not removable." => "Wybrane pliki nie mogą zostać usunięte.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} wybrany(ch) plików nie może zostać usunięte. Czy usunąć pozostałe?",
"Are you sure you want to delete all selected files?" => "Czy jesteś pewien że, chcesz usunąć wszystkie wybrane pliki?",
"Failed to delete {count} files/folders." => "Nie udało się usunąć {count} plik(i/ów) / folder(u/ów).",
"A file or folder with that name already exists." => "Plik lub katalog o tej nazwie już istnieje.",
"Copy files here" => "Kopiuj pliki tutaj",
"Move files here" => "Przenieś pliki tutaj",
"Delete files" => "Usuń pliki",
"Clear the Clipboard" => "Wyczyść Schowek",
"Are you sure you want to delete all files in the Clipboard?" => "Czy jesteś pewien, że chcesz usunąć wszystkie pliki ze schowka?",
"Copy {count} files" => "Kopiowanie {count} plików",
"Move {count} files" => "Przenoszenie {count} plików",
"Add to Clipboard" => "Dodaj do Schowka",
"Inexistant or inaccessible folder." => "Nieistniejący lub niedostępny folder.",
"New folder name:" => "Nazwa nowego katalogu:",
"New file name:" => "Nowa nazwa pliku:",
"Upload" => "Wyślij",
"Refresh" => "Odśwież",
"Settings" => "Ustawienia",
"Maximize" => "Maksymalizuj",
"About" => "O...",
"files" => "pliki",
"selected files" => "wybrane pliki",
"View:" => "Widok:",
"Show:" => "Pokaż:",
"Order by:" => "Sortuj według:",
"Thumbnails" => "Miniatury",
"List" => "Lista",
"Name" => "Nazwa",
"Type" => "Typ",
"Size" => "Rozmiar",
"Date" => "Data",
"Descending" => "Malejąco",
"Uploading file..." => "Wysyłanie pliku...",
"Loading image..." => "Ładowanie obrazu...",
"Loading folders..." => "Ładowanie katalogów...",
"Loading files..." => "Ładowanie plików...",
"New Subfolder..." => "Nowy pod-katalog...",
"Rename..." => "Zmień nazwę...",
"Delete" => "Usuń",
"OK" => "OK",
"Cancel" => "Anuluj",
"Select" => "Wybierz",
"Select Thumbnail" => "Wybierz miniaturę",
"Select Thumbnails" => "Wybierz miniatury",
"View" => "Podgląd",
"Download" => "Pobierz",
"Download files" => "Pobierz pliki",
"Clipboard" => "Schowek",
"Checking for new version..." => "Sprawdzanie najnowszej dostępnej wersji ...",
"Unable to connect!" => "Nie udało się nawiązać połączenia!",
"Download version {version} now!" => "Pobierz wersję {version}.",
"KCFinder is up to date!" => "Korzystasz z najnowszej wersji KCFinder!",
"Licenses:" => "Licencja:",
"Attention" => "Uwaga",
"Question" => "Pytanie",
"Yes" => "Tak",
"No" => "Nie",
"You cannot rename the extension of files!" => "Nie możesz zmienić rozszerzeń plików!",
"Uploading file {number} of {count}... {progress}" => "Wysyłanie pliku nr {number} spośród {count} ... {progress}",
"Failed to upload {filename}!" => "Wysyłanie pliku {filename} nie powiodło się!",
);
?>

View File

@ -0,0 +1,130 @@
<?php
/** Portugues Brasil localization file for KCFinder
* author: Alexandre Benegas Ferreira
* country: Brasil
* company website: www.hostcataratas.com.br
* e-mail: contato@hostcataratas.com.br
*/
$lang = array(
'_locale' => "pt_BR.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Você não tem permissões para fazer upload de arquivos.",
"You don't have permissions to browse server." => "Você não tem permissões para procurar no servidor.",
"Cannot move uploaded file to target folder." => "Não é poss&iacutevel mover o arquivo enviado para a pasta de destino.",
"Unknown error." => "Erro desconhecido.",
"The uploaded file exceeds {size} bytes." => "O arquivo enviado excede {size} bytes.",
"The uploaded file was only partially uploaded." => "O arquivo enviado foi apenas parcialmente carregado.",
"No file was uploaded." => "Nenhum arquivo foi transferido.",
"Missing a temporary folder." => "Faltando uma pasta temporária.",
"Failed to write file." => "Falha ao gravar arquivo.",
"Denied file extension." => "Extensão de arquivo não permitida.",
"Unknown image format/encoding." => "Formato de imagem desconhecido/codificação.",
"The image is too big and/or cannot be resized." => "A imagem é muito grande e/ou não pode ser redimensionada.",
"Cannot create {dir} folder." => "Não é poss&iacutevel criar pasta em '{dir}'.",
"Cannot rename the folder." => "Não é poss&iacutevel renomear a pasta.",
"Cannot write to upload folder." => "Não é poss&iacutevel salvar na pasta.",
"Cannot read .htaccess" => "Não é poss&iacutevel ler '.htaccess'.",
"Incorrect .htaccess file. Cannot rewrite it!" => "Arquivo '.htaccess' incorreto. Não é poss&iacutevel alterar.",
"Cannot read upload folder." => "Não é poss&iacutevel ler a pasta de upload.",
"Cannot access or create thumbnails folder." => "Não é poss&iacutevel acessar ou criar pasta de miniaturas.",
"Cannot access or write to upload folder." => "Não é poss&iacutevel acessar ou salvar para a pasta.",
"Please enter new folder name." => "Por favor, digite o nome da nova pasta.",
"Unallowable characters in folder name." => "Caracteres no nome da pasta não Autorizado.",
"Folder name shouldn't begins with '.'" => "Nome da pasta não deve começar com '.'.",
"Please enter new file name." => "Por favor, digite o novo nome de arquivo.",
"Unallowable characters in file name." => "Caracteres no nome do arquivo não Autorizado.",
"File name shouldn't begins with '.'" => "O nome da pasta não deve começar por '.'.",
"Are you sure you want to delete this file?" => "Tem a certeza de que deseja excluir este arquivo?",
"Are you sure you want to delete this folder and all its content?" => "Tem a certeza de que deseja excluir esta pasta e todo o seu conte<74>do?",
"Non-existing directory type." => "Tipo de diretório não existente.",
"Undefined MIME types." => "Tipos MIME indefinidos.",
"Fileinfo PECL extension is missing." => "Está faltando Informações do arquivo extensão PECL.",
"Opening fileinfo database failed." => "Abrir banco de dados de fileinfo falhou.",
"You can't upload such files." => "Você não pode enviar esses arquivos.",
"The file '{file}' does not exist." => "O arquivo '{file}' não existe.",
"Cannot read '{file}'." => "Não é poss&iacutevel ler '{file}'.",
"Cannot copy '{file}'." => "Não é poss&iacutevel copiar '{file}'.",
"Cannot move '{file}'." => "Não é poss&iacutevel mover '{file}'.",
"Cannot delete '{file}'." => "Não é poss&iacutevel deletar '{file}'.",
"Cannot delete the folder." => "Não é poss&iacutevel excluir a pasta.",
"Click to remove from the Clipboard" => "Clique para remover da área de transferência",
"This file is already added to the Clipboard." => "Este arquivo já foi adicionado à área de transferência.",
"The files in the Clipboard are not readable." => "Os arquivos da área de transferência não podem ser lidos.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} arquivos da área de transferência não podem ser lidos. Você deseja copiar o resto?",
"The files in the Clipboard are not movable." => "Os arquivos da área de transferência não podem ser removidos.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} arquivos da área de transferência não podem ser movidos. Você deseja mover o resto?",
"The files in the Clipboard are not removable." => "Os arquivos da área de transferência não podem ser removidos.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} arquivos da área de transferência não são remov&iacuteveis. Você deseja excluir o restante?",
"The selected files are not removable." => "Os arquivos selecionados não são remov&iacuteveis.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} arquivos selecionados não são remov&iacuteveis. Você deseja excluir o restante?",
"Are you sure you want to delete all selected files?" => "Tem a certeza de que deseja excluir todos os arquivos selecionados?",
"Failed to delete {count} files/folders." => "Não conseguiu excluir {count} arquivos/pastas.",
"A file or folder with that name already exists." => "Já existe um arquivo ou pasta com esse nome.",
"Copy files here" => "Copiar arquivos aqui",
"Move files here" => "Mover arquivos aqui",
"Delete files" => "Deletar arquivos",
"Clear the Clipboard" => "Limpar a área de transferência",
"Are you sure you want to delete all files in the Clipboard?" => "Tem a certeza de que deseja excluir todos os arquivos da área de transferência?",
"Copy {count} files" => "Copiar {count} arquivos",
"Move {count} files" => "Mover {count} arquivos",
"Add to Clipboard" => "Adicionar à área de transferência",
"Inexistant or inaccessible folder." => "Pasta inacess&iacutevel ou inexistente.",
"New folder name:" => "Nome da nova pasta:",
"New file name:" => "Novo nome do arquivo:",
"Upload" => "Enviar arquivo",
"Refresh" => "Atualizar",
"Settings" => "Configurações",
"Maximize" => "Maximizar",
"About" => "Sobre",
"files" => "Arquivos",
"selected files" => "arquivos selecionados",
"View:" => "Exibir:",
"Show:" => "Mostrar:",
"Order by:" => "Ordenar por:",
"Thumbnails" => "Miniaturas",
"List" => "Lista",
"Name" => "Nome",
"Type" => "Tipo",
"Size" => "Tamanho",
"Date" => "Data",
"Descending" => "Descendente",
"Uploading file..." => "Carregando arquivo...",
"Loading image..." => "Carregando imagem...",
"Loading folders..." => "Carregando pastas...",
"Loading files..." => "Carregando arquivos...",
"New Subfolder..." => "Nova subpasta...",
"Rename..." => "Renomear...",
"Delete" => "Excluir",
"OK" => "OK",
"Cancel" => "Cancelar",
"Select" => "Selecionar",
"Select Thumbnail" => "Selecionar miniatura",
"Select Thumbnails" => "Selecionar miniaturas",
"View" => "Exibir",
"Download" => "Download",
"Download files" => "Baixar arquivos",
"Clipboard" => "área de transferência",
"Checking for new version..." => "Checando por nova versão...",
"Unable to connect!" => "Não foi possível conectar!",
"Download version {version} now!" => "Baixe a versão {version} agora!",
"KCFinder is up to date!" => "KCFinder está atualizado!",
"Licenses:" => "Licenças",
"Attention" => "Atenção",
"Question" => "Pergunta",
"Yes" => "Sim",
"No" => "Não",
"You cannot rename the extension of files!" => "Você não pode renomear a extensão de arquivos!",
"Uploading file {number} of {count}... {progress}" => "Enviando arquivo {number} de {count}... {progress}",
"Failed to upload {filename}!" => "Falha no envio do arquivo {filename}!",
);
?>

View File

@ -0,0 +1,243 @@
<?php
/** Portuguese localization file for KCFinder
* author: Hugo Branquinho
* country: Portugal
* company website: www.framework.pt
*/
$lang = array(
'_locale' => "pt_PT.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." =>
"Não tem permissão para enviar ficheiros.",
"You don't have permissions to browse server." =>
"Não tem permissão para navegar no servidor.",
"Cannot move uploaded file to target folder." =>
"Não pode mover ficheiros enviados para a pasta definida.",
"Unknown error." =>
"Erro indefinido.",
"The uploaded file exceeds {size} bytes." =>
"O ficheiro enviado tem mais que {size} bytes.",
"The uploaded file was only partially uploaded." =>
"O ficheiro foi apenas enviado parcialmente.",
"No file was uploaded." =>
"Nenhum ficheiro enviado.",
"Missing a temporary folder." =>
"Falta a pasta temporária.",
"Failed to write file." =>
"Não foi possível guardar o ficheiro.",
"Denied file extension." =>
"Extensão do ficheiro inválida.",
"Unknown image format/encoding." =>
"Formato/codificação da imagem desconhecido.",
"The image is too big and/or cannot be resized." =>
"A imagem é muito grande e não pode ser redimensionada.",
"Cannot create {dir} folder." =>
"Não foi possível criar a pasta '{dir}'.",
"Cannot write to upload folder." =>
"Não foi possível guardar o ficheiro.",
"Cannot read .htaccess" =>
"Não foi possível ler o ficheiro .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" =>
"Ficheiro '.htaccess' incorrecto. Não foi possível altera-lo.",
"Cannot read upload folder." =>
"Não foi possível ler a pasta de upload.",
"Cannot access or create thumbnails folder." =>
"Não foi possível aceder ou criar a pasta de miniaturas.",
"Cannot access or write to upload folder." =>
"Não foi possível aceder ou criar a pasta de upload.",
"Please enter new folder name." =>
"Por favor insira o nome da pasta.",
"Unallowable characters in folder name." =>
"Caracteres não autorizados no nome da pasta.",
"Folder name shouldn't begins with '.'" =>
"O nome da pasta não deve começar por '.'",
"Please enter new file name." =>
"Por favor defina o nome do ficheiro.",
"Unallowable characters in file name." =>
"Caracteres não autorizados no nome do ficheiro.",
"File name shouldn't begins with '.'" =>
"O nome do ficheiro não deve começar por '.'",
"Are you sure you want to delete this file?" =>
"Tem a certeza que deseja apagar este ficheiro?",
"Are you sure you want to delete this folder and all its content?" =>
"Tem a certeza que deseja apagar esta pasta e todos os seus conteúdos?",
"Inexistant or inaccessible folder." =>
"Pasta inexistente ou inacessível.",
"Undefined MIME types." =>
"Tipos MIME indefinidos.",
"Fileinfo PECL extension is missing." =>
"Falta a extensão PECL nas informações do ficheiro.",
"Opening fileinfo database failed." =>
"Erro a abrir a informação do ficheiro.",
"You can't upload such files." =>
"Não pode enviar esse tipo de ficheiros.",
"The file '{file}' does not exist." =>
"O ficheiro '{file}' não existe.",
"Cannot read '{file}'." =>
"Não pode ler '{file}'.",
"Cannot copy '{file}'." =>
"Não pode copiar '{file}'.",
"Cannot move '{file}'." =>
"Não pode mover '{file}'.",
"Cannot delete '{file}'." =>
"Não pode apagar '{file}'.",
"Click to remove from the Clipboard" =>
"Clique aqui para remover do Clipboard",
"This file is already added to the Clipboard." =>
"Este ficheiros já foi adicionado ao Clipboard.",
"Copy files here" =>
"Copiar ficheiros para aqui",
"Move files here" =>
"Mover ficheiros para aqui",
"Delete files" =>
"Apagar ficheiros",
"Clear the Clipboard" =>
"Limpar Clipboard",
"Are you sure you want to delete all files in the Clipboard?" =>
"Tem a certeza que deseja apagar todos os ficheiros que estão no Clipboard?",
"Copy {count} files" =>
"Copiar {count} ficheiros",
"Move {count} files" =>
"Mover {count} ficheiros",
"Add to Clipboard" =>
"Adicionar ao Clipboard",
"New folder name:" => "Nome da pasta:",
"New file name:" => "Nome do ficheiro:",
"Upload" => "Enviar",
"Refresh" => "Actualizar",
"Settings" => "Preferências",
"Maximize" => "Maximizar",
"About" => "Acerca de",
"files" => "Ficheiros",
"View:" => "Ver:",
"Show:" => "Mostrar:",
"Order by:" => "Ordenar por:",
"Thumbnails" => "Miniatura",
"List" => "Lista",
"Name" => "Nome",
"Size" => "Tamanho",
"Date" => "Data",
"Descending" => "",
"Uploading file..." => "Carregando ficheiro...",
"Loading image..." => "Carregando imagens...",
"Loading folders..." => "Carregando pastas...",
"Loading files..." => "Carregando ficheiros...",
"New Subfolder..." => "Nova pasta...",
"Rename..." => "Alterar nome...",
"Delete" => "Eliminar",
"OK" => "OK",
"Cancel" => "Cancelar",
"Select" => "Seleccionar",
"Select Thumbnail" => "Seleccionar miniatura",
"View" => "Ver",
"Download" => "Sacar",
"Clipboard" => "Clipboard",
// VERSION 2 NEW LABELS
"Cannot rename the folder." =>
"Não pode alterar o nome da pasta.",
"Non-existing directory type." =>
"Tipo de pasta inexistente.",
"Cannot delete the folder." =>
"Não pode apagar a pasta.",
"The files in the Clipboard are not readable." =>
"Os ficheiros que estão no Clipboard não podem ser copiados.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
"{count} ficheiros do Clipboard não podem ser copiados. Pretende copiar os restantes?",
"The files in the Clipboard are not movable." =>
"Os ficheiros que estão no Clipboard não podem ser movidos.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
"{count} ficheiros do Clipboard não podem ser movidos. Pretende mover os restantes?",
"The files in the Clipboard are not removable." =>
"Os ficheiros que estão no Clipboard não podem ser removidos.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
"{count} ficheiros do Clipboard não podem ser removidos. Pretende apagar os restantes?",
"The selected files are not removable." =>
"Os ficheiros seleccionados não podem ser removidos.",
"{count} selected files are not removable. Do you want to delete the rest?" =>
"Não pode remover {count} ficheiros. Pretende apagar os restantes?",
"Are you sure you want to delete all selected files?" =>
"Tem a certeza que deseja apagar os ficheiros seleccionados?",
"Failed to delete {count} files/folders." =>
"Ocorreu um erro a apagar {count} ficheiros/pastas.",
"A file or folder with that name already exists." =>
"Já existe um ficheiro ou pasta com esse nome.",
"selected files" => "Ficheiros seleccionados",
"Type" => "Tipo",
"Select Thumbnails" => "Seleccionar miniaturas",
"Download files" => "Sacar ficheiros",
);
?>

View File

@ -0,0 +1,126 @@
<?php
/** Romanian localization file for KCFinder
*/
$lang = array(
'_locale' => "ro_RO.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Nu aveți permisiunea de a încărca fișiere.",
"You don't have permissions to browse server." => "Nu aveți permisiunea de a naviga pe server.",
"Cannot move uploaded file to target folder." => "Fișierul încărcat nu poate fi mutat în dosarul țintă.",
"Unknown error." => "Eroare necunoscută.",
"The uploaded file exceeds {size} bytes." => "Fișierul încărcat depășește {size} biți.",
"The uploaded file was only partially uploaded." => "Fișierul încărcat a fost încărcat doar parțial.",
"No file was uploaded." => "Nu a fost încărcat niciun fișier.",
"Missing a temporary folder." => "Nu există un dosar de fișiere temporare.",
"Failed to write file." => "Fișierul nu a fost scris.",
"Denied file extension." => "Extensie de fișier respinsă.",
"Unknown image format/encoding." => "Format/Codificare imagine necunoscut/ă.",
"The image is too big and/or cannot be resized." => "Imaginea este prea mare și/sau nu poate fi redimensionată.",
"Cannot create {dir} folder." => "Dosarul {dir} nu poate fi creat.",
"Cannot rename the folder." => "Dosarul nu poate fi numit din nou.",
"Cannot write to upload folder." => "Nu se poate scrie la dosarul de încărcare.",
"Cannot read .htaccess" => "Nu se poate citi .htacces",
"Incorrect .htaccess file. Cannot rewrite it!" => "Fișier .htacces incorect. Nu poate fi rescris!",
"Cannot read upload folder." => "Dosarul de încărcare nu poate fi citit.",
"Cannot access or create thumbnails folder." => "Dosarul de imagini în miniatură nu poate fi accesat sau creat.",
"Cannot access or write to upload folder." => "Dosarul de încărcare nu poate fi accesat sau creat.",
"Please enter new folder name." => "Vă rugăm să introduceți un nume de dosar nou.",
"Unallowable characters in folder name." => "Caractere nepermise în numele dosarului.",
"Folder name shouldn't begins with '.'" => "Numele dosarului nu trebuie să înceapă cu '.' ",
"Please enter new file name." => "Vă rugăm să introduceți un nou nume al fișierului.",
"Unallowable characters in file name." => "Caractere nepermise în numele fișierului.",
"File name shouldn't begins with '.'" => "Numele fișierului nu ar trebui să înceapă cu '.' ",
"Are you sure you want to delete this file?" => "Sigur doriți să ștergeți acest fișier?",
"Are you sure you want to delete this folder and all its content?" => "Sigur doriți să ștergeți acest dosar și toate conținuturile sale?",
"Non-existing directory type." => "Tip director non-existent.",
"Undefined MIME types." => "Tipuri MIME nefedinite.",
"Fileinfo PECL extension is missing." => "Extensia PECL lipsește.",
"Opening fileinfo database failed." => "Deschiderea bazei de date fileinfo a eșuat.",
"You can't upload such files." => "Nu puteți încărca asemenea fișiere.",
"The file '{file}' does not exist." => "Fișierul '{file}' nu există.",
"Cannot read '{file}'." => "Fișierul '{file}' nu poate fi citit.",
"Cannot copy '{file}'." => "Fișierul '{file}' nu poate fi copiat.",
"Cannot move '{file}'." => "Fișierul '{file}' nu poate fi mutat.",
"Cannot delete '{file}'." => "Fișierul '{file}' nu poate fi șters.",
"Cannot delete the folder." => "Dosarul nu poate fi șters.",
"Click to remove from the Clipboard" => "Faceți clic pentru a elimina de pe clipboard.",
"This file is already added to the Clipboard." => "Acest fișier este adăugat deja pe clipboard.",
"The files in the Clipboard are not readable." => "Fișierele de pe clipboard nu pot fi citite.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} fișiere de pe clipboard nu pot fi citite. Doriți să copiați restul fișierelor?",
"The files in the Clipboard are not movable." => "Fișierele de pe clipboard nu pot fi mutate.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} fișiere de pe clipboard nu pot fi mutate. Doriți să mutați restul fișierelor?",
"The files in the Clipboard are not removable." => "Fișierele de pe clipboard nu pot fi fi mutate.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} fișiere de pe clipboard nu pot fi înlăturate. Doriți să înlăturați restul fișierelor?",
"The selected files are not removable." => "Fișierele selectate nu pot fi mutate.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} fișiere selectate nu pot fi înlăturate. Doriți să ștergeți restul fișierelor?",
"Are you sure you want to delete all selected files?" => "Sigur doriți să ștergeți toate fișierele selectate?",
"Failed to delete {count} files/folders." => "{count} fișiere/dosare nu au putut fi șterse.",
"A file or folder with that name already exists." => "Există deja un fișier sau dosar cu acest nume.",
"Copy files here" => "Copiați fișierele aici",
"Move files here" => "Mutați fișierele aici",
"Delete files" => "Ștergeți fișierele",
"Clear the Clipboard" => "Eliberare clipboard",
"Are you sure you want to delete all files in the Clipboard?" => "Sigur doriți să ștergeți fișierele de pe clipboard?",
"Copy {count} files" => "Copiați {count} fișiere",
"Move {count} files" => "Mutați {count} fișiere",
"Add to Clipboard" => "Adăugați pe clipboard",
"Inexistant or inaccessible folder." => "Dosar inexistent sau inaccesibil.",
"New folder name:" => "Nume nou dosar:",
"New file name:" => "Nume nou fișier:",
"Upload" => "Încărcare",
"Refresh" => "Reîmprospătare",
"Settings" => "Setări",
"Maximize" => "Maximizare",
"About" => "Despre",
"files" => "fișiere",
"selected files" => "fișiere selectate",
"View:" => "Vizualizare:",
"Show:" => "Afișare:",
"Order by:" => "Ordonare după:",
"Thumbnails" => "Imagini în miniatură",
"List" => "Listă",
"Name" => "Nume",
"Type" => "Tip",
"Size" => "Mărime",
"Date" => "Dată",
"Descending" => "Ordine descrescătoare",
"Uploading file..." => "Încărcare fișier...",
"Loading image..." => "Încărcare imagine...",
"Loading folders..." => "Încărcare dosare...",
"Loading files..." => "Încărcare fișiere...",
"New Subfolder..." => "Sub-dosar nou...",
"Rename..." => "Redenumire...",
"Delete" => "Ștergere",
"OK" => "OK",
"Cancel" => "Anulare",
"Select" => "Selectare",
"Select Thumbnail" => "Selectare imagine în miniatură",
"Select Thumbnails" => "Selectare imagini în miniatură",
"View" => "Vizualizare",
"Download" => "Descărcare",
"Download files" => "Descărcare fișiere",
"Clipboard" => "Clipboard",
"Checking for new version..." => "Verificare versiune nouă...",
"Unable to connect!" => "Conectare imposibilă!",
"Download version {version} now!" => "Descărcați acum versiunea {version}!",
"KCFinder is up to date!" => "KCFinder este actualizat!",
"Licenses:" => "Licențe:",
"Attention" => "Atenție",
"Question" => "Întrebare",
"Yes" => "Da",
"No" => "Nu",
"You cannot rename the extension of files!" => "Nu puteți redenumi extensia fișierelor!",
"Uploading file {number} of {count}... {progress}" => "Încărcare fișier {number} din {count}... {progress}",
"Failed to upload {filename}!" => "Încărcare {filename} eșuată!",
);
?>

View File

@ -0,0 +1,133 @@
<?php
/** Russian localization file for KCFinder
* author: Dark Preacher
* E-mail: dark@darklab.ru
*/
$lang = array(
'_locale' => "ru_RU.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "У вас нет прав для загрузки файлов.",
"You don't have permissions to browse server." => "У вас нет прав для просмотра содержимого на сервере.",
"Cannot move uploaded file to target folder." => "Невозможно переместить загруженный файл в папку назначения.",
"Unknown error." => "Неизвестная ошибка.",
"The uploaded file exceeds {size} bytes." => "Загруженный файл превышает размер {size} байт.",
"The uploaded file was only partially uploaded." => "Загруженный файл был загружен только частично.",
"No file was uploaded." => "Файл не был загружен",
"Missing a temporary folder." => "Временная папка не существует.",
"Failed to write file." => "Невозможно записать файл.",
"Denied file extension." => "Файлы этого типа запрещены для загрузки.",
"Unknown image format/encoding." => "Неизвестный формат изображения.",
"The image is too big and/or cannot be resized." => "Изображение слишком большое и/или не может быть уменьшено.",
"Cannot create {dir} folder." => "Невозможно создать папку {dir}.",
"Cannot rename the folder." => "Невозможно переименовать папку.",
"Cannot write to upload folder." => "Невозможно записать в папку загрузки.",
"Cannot read .htaccess" => "Невозможно прочитать файл .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Неправильный файл .htaccess. Невозможно перезаписать!",
"Cannot read upload folder." => "Невозможно прочитать папку загрузки.",
"Cannot access or create thumbnails folder." => "Нет доступа или невозможно создать папку миниатюр.",
"Cannot access or write to upload folder." => "Нет доступа или невозможно записать в папку загрузки.",
"Please enter new folder name." => "Укажите имя новой папки.",
"Unallowable characters in folder name." => "Недопустимые символы в имени папки.",
"Folder name shouldn't begins with '.'" => "Имя папки не может начинаться с '.'",
"Please enter new file name." => "Укажите новое имя файла",
"Unallowable characters in file name." => "Недопустимые символны в имени файла.",
"File name shouldn't begins with '.'" => "Имя файла не может начинаться с '.'",
"Are you sure you want to delete this file?" => "Вы уверены, что хотите удалить этот файл?",
"Are you sure you want to delete this folder and all its content?" => "Вы уверены, что хотите удалить эту папку и всё её содержимое?",
"Non-existing directory type." => "Несуществующий тип папки.",
"Undefined MIME types." => "Неопределённые типы MIME.",
"Fileinfo PECL extension is missing." => "Расширение Fileinfo PECL отсутствует.",
"Opening fileinfo database failed." => "Невозможно открыть базу данных fileinfo.",
"You can't upload such files." => "Вы не можете загружать файлы этого типа.",
"The file '{file}' does not exist." => "Файл '{file}' не существует.",
"Cannot read '{file}'." => "Невозможно прочитать файл '{file}'.",
"Cannot copy '{file}'." => "Невозможно скопировать файл '{file}'.",
"Cannot move '{file}'." => "Невозможно переместить файл '{file}'.",
"Cannot delete '{file}'." => "Невозможно удалить файл '{file}'.",
"Cannot delete the folder." => "Невозможно удалить папку.",
"Click to remove from the Clipboard" => "Нажмите для удаления из буфера обмена",
"This file is already added to the Clipboard." => "Этот файл уже добавлен в буфер обмена.",
"The files in the Clipboard are not readable." => "Невозможно прочитать файлы в буфере обмена.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "Невозможно прочитать {count} файл(ов) в буфере обмена. Вы хотите скопировать оставшиеся?",
"The files in the Clipboard are not movable." => "Невозможно переместить файлы в буфере обмена.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "Невозможно переместить {count} файл(ов) в буфере обмена. Вы хотите переместить оставшиеся?",
"The files in the Clipboard are not removable." => "Невозможно удалить файлы в буфере обмена.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "Невозможно удалить {count} файл(ов) в буфере обмена. Вы хотите удалить оставшиеся?",
"The selected files are not removable." => "Невозможно удалить выбранные файлы.",
"{count} selected files are not removable. Do you want to delete the rest?" => "Невозможно удалить выбранный(е) {count} файл(ы). Вы хотите удалить оставшиеся?",
"Are you sure you want to delete all selected files?" => "Вы уверены, что хотите удалить все выбранные файлы?",
"Failed to delete {count} files/folders." => "Невозможно удалить {count} файлов/папок.",
"A file or folder with that name already exists." => "Файл или папка с таким именем уже существуют.",
"Copy files here" => "Скопировать файлы сюда",
"Move files here" => "Переместить файлы сюда",
"Delete files" => "Удалить файлы",
"Clear the Clipboard" => "Очистить буфер обмена",
"Are you sure you want to delete all files in the Clipboard?" => "Вы уверены, что хотите удалить все файлы в буфере обмена?",
"Copy {count} files" => "Скопировать {count} файл(ов)",
"Move {count} files" => "Переместить {count} файл(ов)",
"Add to Clipboard" => "Добавить в буфер обмена",
"Inexistant or inaccessible folder." => "Несуществующая или недоступная папка.",
"New folder name:" => "Новое имя папки:",
"New file name:" => "Новое имя файла:",
"Upload" => "Загрузить",
"Refresh" => "Обновить",
"Settings" => "Установки",
"Maximize" => "Развернуть",
"About" => "О скрипте",
"files" => "файлы",
"selected files" => "выбранные файлы",
"View:" => "Просмотр:",
"Show:" => "Показывать:",
"Order by:" => "Упорядочить по:",
"Thumbnails" => "Миниатюры",
"List" => "Список",
"Name" => "Имя",
"Type" => "Тип",
"Size" => "Размер",
"Date" => "Дата",
"Descending" => "По убыванию",
"Uploading file..." => "Загрузка файла...",
"Loading image..." => "Загрузка изображения...",
"Loading folders..." => "Загрузка папок...",
"Loading files..." => "Загрузка файлов...",
"New Subfolder..." => "Создать папку...",
"Rename..." => "Переименовать...",
"Delete" => "Удалить",
"OK" => "OK",
"Cancel" => "Отмена",
"Select" => "Выбрать",
"Select Thumbnail" => "Выбрать миниатюру",
"Select Thumbnails" => "Выбрать миниатюры",
"View" => "Просмотр",
"Download" => "Скачать",
"Download files" => "Скачать файлы",
"Clipboard" => "Буфер обмена",
"Checking for new version..." => "Проверяем наличие обновлений...",
"Unable to connect!" => "Невозможно подключиться!",
"Download version {version} now!" => "Скачать версию {version} сейчас!",
"KCFinder is up to date!" => "Вы используете последнюю версию KCFinder'а!",
"Licenses:" => "Лицензии:",
"Attention" => "Внимание",
"Question" => "Вопрос",
"Yes" => "Да",
"No" => "Нет",
"You cannot rename the extension of files!" => "Вы не можете изменять расширения файлов!",
"Uploading file {number} of {count}... {progress}" => "Загрузка {number} файла из {count}... {progress}",
"Failed to upload {filename}!" => "Неудачная попытка загрузки {filename}!",
"Close" => "Закрыть",
"Previous" => "Предыдущий",
"Next" => "Следующий",
"Confirmation" => "Подтверждение",
"Warning" => "Предупреждение",
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Slovak localization file for KCFinder
* author: drejk1 <drejk@inmail.sk>
*/
$lang = array(
'_locale' => "sk_SK.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e.%B.%Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Nemáte právo nahrávať súbory.",
"You don't have permissions to browse server." => "Nemáte právo prehliadať súbory na serveri.",
"Cannot move uploaded file to target folder." => "Nie je možné presunúť súbor do zvoleného adresára.",
"Unknown error." => "Neznáma chyba.",
"The uploaded file exceeds {size} bytes." => "Nahratý súbor presahuje {size} bytov.",
"The uploaded file was only partially uploaded." => "Nahratý súbor bol nahraný len čiastočne.",
"No file was uploaded." => "Žiadný súbor nebol nahraný na server.",
"Missing a temporary folder." => "Chyba dočasný adresár.",
"Failed to write file." => "Súbor sa nepodarilo uložiť.",
"Denied file extension." => "Nepodporovaný typ súboru.",
"Unknown image format/encoding." => "Neznamý formát obrázku/encoding.",
"The image is too big and/or cannot be resized." => "Obrázok je príliš veľký/alebo nemohol byť zmenšený.",
"Cannot create {dir} folder." => "Adresár {dir} nie je možné vytvoriť.",
"Cannot rename the folder." => "Adresár nie je možné premenovať.",
"Cannot write to upload folder." => "Nie je možné ukladať do adresára pre nahrávánie.",
"Cannot read .htaccess" => "Nie je možné čítať súbor .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Chybný súbor .htaccess. Súbor nemožno prepísať!",
"Cannot read upload folder." => "Nie je možné čítať z adresára pre nahrávánie súborov.",
"Cannot access or create thumbnails folder." => "Adresár pre náhľady nie je možné vytvoriť alebo nie je prístupný.",
"Cannot access or write to upload folder." => "Nie je možné pristupovať alebo zapisovať do adresára pre nahrávanie súborov.",
"Please enter new folder name." => "Zadajte prosím nové meno adresára.",
"Unallowable characters in folder name." => "Nepovolené znaky v názve adresára.",
"Folder name shouldn't begins with '.'" => "Meno adresára nesmie začínať znakom '.'",
"Please enter new file name." => "Vložte prosím nové meno súboru.",
"Unallowable characters in file name." => "Nepovolené znaky v názve súboru.",
"File name shouldn't begins with '.'" => "Názov súboru nesmie začínať znakom '.'",
"Are you sure you want to delete this file?" => "Ste si istý že chcete vymazať tento súbor?",
"Are you sure you want to delete this folder and all its content?" => "Ste si istý že chcete vymazať tento adresár a celý jeho obsah?",
"Non-existing directory type." => "Neexistujúci typ adresára.",
"Undefined MIME types." => "Nedefinovaný MIME typ súboru.",
"Fileinfo PECL extension is missing." => "Rozšírenie PECL pre zistenie informácií o súbore chýba.",
"Opening fileinfo database failed." => "Načítanie informácií o súbore zlyhalo.",
"You can't upload such files." => "Tieto súbory nemôžete nahrať na server.",
"The file '{file}' does not exist." => "Tento súbor '{file}' neexistuje.",
"Cannot read '{file}'." => "Nie je možné načítať '{file}'.",
"Cannot copy '{file}'." => "Nie je možné kopírovať '{file}'.",
"Cannot move '{file}'." => "Nie je možné presunúť '{file}'.",
"Cannot delete '{file}'." => "Nie je možné vymazať '{file}'.",
"Cannot delete the folder." => "Adresár nie je možné vymazať.",
"Click to remove from the Clipboard" => "Kliknite pre odstránenie zo schránky",
"This file is already added to the Clipboard." => "Tento súbor je už v schránke uložený.",
"The files in the Clipboard are not readable." => "Súbory v schránke nie je možné načítať.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} súborov v schránke nie je možné načítať. Chcete skopírovať ostatné súbory?",
"The files in the Clipboard are not movable." => "Súbory v schránke nie je možné presunúť.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} súborov v schránke nie je možné presunúť. Chcete presunúť ostatné súbory?",
"The files in the Clipboard are not removable." => "Súbory v schránke nie je možné vymazať.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} súborov v schránke nie je možné vymazať. Chcete vymazať ostatné súbory?",
"The selected files are not removable." => "Vybrané súbory nie je možné vymazať.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} vybraných súborov nie je možné vymazať. Chcete vymazať ostatné súbory?",
"Are you sure you want to delete all selected files?" => "Ste si istý že chcete vymazať vybrané súbory?",
"Failed to delete {count} files/folders." => "Nebolo vymazaných {count} súborov/adresárov.",
"A file or folder with that name already exists." => "Soubor alebo adresár s takovým menom už existuje.",
"Copy files here" => "Kopírovať súbory na toto miesto",
"Move files here" => "Presunúť súbory na toto miesto",
"Delete files" => "Vymazať súbory",
"Clear the Clipboard" => "Vyčistiť schránku",
"Are you sure you want to delete all files in the Clipboard?" => "Ste si istý že chcete vymazať všetky súbory zo schránky?",
"Copy {count} files" => "Kopírovať {count} súborov",
"Move {count} files" => "Presunúť {count} súborov",
"Add to Clipboard" => "Vložiť do schránky",
"Inexistant or inaccessible folder." => "Neexistujúci alebo neprístupný adresár.",
"New folder name:" => "Nový názov adresára:",
"New file name:" => "Nový názov súboru:",
"Upload" => "Nahrať",
"Refresh" => "Obnoviť",
"Settings" => "Nastavenia",
"Maximize" => "Maxializovať",
"About" => "O aplikácii",
"files" => "súbory",
"selected files" => "vybrané súbory",
"View:" => "Zobraziť:",
"Show:" => "Ukázať:",
"Order by:" => "Zoradiť podľa:",
"Thumbnails" => "Náhľady",
"List" => "Zoznam",
"Name" => "Meno",
"Type" => "Typ",
"Size" => "Veľkosť",
"Date" => "Dátum",
"Descending" => "Zostupne",
"Uploading file..." => "Nahrávanie súborov...",
"Loading image..." => "Načítanie obrázkov...",
"Loading folders..." => "Načítanie adresárov...",
"Loading files..." => "Načítanie súborov...",
"New Subfolder..." => "Nový adresár...",
"Rename..." => "Premenovať...",
"Delete" => "Zmazať",
"OK" => "OK",
"Cancel" => "Zrušit",
"Select" => "Vybrať",
"Select Thumbnail" => "Vybrať náhľad",
"Select Thumbnails" => "Vybrať náhľad",
"View" => "Zobraziť",
"Download" => "Stahnuť",
"Download files" => "Stiahnuť súbory",
"Clipboard" => "Schránka",
"Checking for new version..." => "Kontrolujem novú verziu...",
"Unable to connect!" => "Pripojenie zlyhalo!",
"Download version {version} now!" => "Stiahnuť verziu {version} teraz!",
"KCFinder is up to date!" => "KCFinder je aktuálny!",
"Licenses:" => "Licencie:",
"Attention" => "Upozornenie",
"Question" => "Otázka",
"Yes" => "Áno",
"No" => "Nie",
"You cannot rename the extension of files!" => "Nemôžete premenovať príponu súborov",
"Uploading file {number} of {count}... {progress}" => "Nahrávam súbor {number} z {count}... {progress}",
"Failed to upload {filename}!" => "Nepodarilo sa nahrať súbor {filename}!",
);
?>

View File

@ -0,0 +1,127 @@
<?php
/** Swedish localization file for KCFinder
* Bobby Grossmann
*/
$lang = array(
'_locale' => "sv_SE.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "den %e %B %Y",
'_dateTimeMid' => "%e %b %Y",
'_dateTimeSmall' => "%Y-%m-%d %H:%M",
"You don't have permissions to upload files." => "Du har inte behörighet att ladda upp filer. Kontakta vår support.",
"You don't have permissions to browse server." => "Du har inte behörighet att bläddra server.",
"Cannot move uploaded file to target folder." => "Kan inte flytta upp filen till målmappen.",
"Unknown error." => "Okänt fel.",
"The uploaded file exceeds {size} bytes." => "Den uppladdade filen överstiger {size} byte.",
"The uploaded file was only partially uploaded." => "Den uppladdade filen var endast delvis uppladdat.",
"No file was uploaded." => "Inga filer laddades upp.",
"Missing a temporary folder." => "Saknade en temporär mapp.",
"Failed to write file." => "Misslyckades att skriva fil.",
"Denied file extension." => "Nekad filtillägg.",
"Unknown image format/encoding." => "Okänt bildformat / kodning.",
"The image is too big and/or cannot be resized." => "Bilden är för stor och / eller kan inte ändras.",
"Cannot create {dir} folder." => "Kan inte skapa {dir} mapp.",
"Cannot rename the folder." => "Kan inte byta namn på mappen.",
"Cannot write to upload folder." => "Kan inte laddaup till mappen.",
"Cannot read .htaccess" => "Fel läser inte htacess filen",
"Incorrect .htaccess file. Cannot rewrite it!" => "Fel . htaccess fil. Inte skrivvänlig",
"Cannot read upload folder." => "Kan inte läsa upp mappen.",
"Cannot access or create thumbnails folder." => "Kan inte komma åt eller skapa thumbnails mapp.",
"Cannot access or write to upload folder." => "Kan inte komma åt eller skriva för att ladda upp mappen.",
"Please enter new folder name." => "Vänligen skriv in ny mapp-namn",
"Unallowable characters in folder name." => "Otillåtna tecken i mappnamnet.",
"Folder name shouldn't begins with '.'" => "Mappnamn bör inte börjar med '. \"",
"Please enter new file name." => "Ange nytt filnamn.",
"Unallowable characters in file name." => "Otillåtna tecken i filnamnet.",
"File name shouldn't begins with '.'" => "Filnamn bör inte börjar med '. \"",
"Are you sure you want to delete this file?" => "Är du säker du vill radera filen?",
"Are you sure you want to delete this folder and all its content?" => "Är du säker du vill radera denna mappen ink innehåll?",
"Non-existing directory type." => "Icke-existerande katalog typ.",
"Undefined MIME types." => "Odefinierat MIME-typer.",
"Fileinfo PECL extension is missing." => "Fileinfo PECL förlängning saknas.",
"Opening fileinfo database failed." => "databas öppning misslyckad.",
"You can't upload such files." => "Kan inte ladda upp sådan fil.",
"The file '{file}' does not exist." => "Filen '{file}' finns inte.",
"Cannot read '{file}'." => "Ej läsbar fil : '{file}'. ",
"Cannot copy '{file}'." => "Kan inte kopiera '{file}'.",
"Cannot move '{file}'." => "Kan inte flytta '{file}'.",
"Cannot delete '{file}'." => "Kan inte radera'{file}'.",
"Cannot delete the folder." => "Kan inte radera mappen.",
"Click to remove from the Clipboard" => "Tryck för att radera från Urklipp",
"This file is already added to the Clipboard." => "Den här filen är redan lagts till i Urklipp.",
"The files in the Clipboard are not readable." => "Filerna i Urklipp är inte läsbar.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} filer i Urklipp är inte läsbar. Vill du kopiera resten?",
"The files in the Clipboard are not movable." => "Filerna i Urklipp är inte flyttbara.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} filer i Urklipp är inte rörliga. Vill du flytta resten?",
"The files in the Clipboard are not removable." => "Filerna i Urklipp är inte avtagbara.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} filer i Urklipp är inte avtagbara. Vill du ta bort resten?",
"The selected files are not removable." => "De valda filerna inte tas bort.",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} valda filerna inte tas bort. Vill du ta bort resten?",
"Are you sure you want to delete all selected files?" => "Är du säker på att du vill ta bort alla markerade filer?",
"Failed to delete {count} files/folders." => "Misslyckades att radera {count} filer/mappar.",
"A file or folder with that name already exists." => "En fil eller mapp med det namnet finns redan.",
"Copy files here" => "Kopiera filerna här",
"Move files here" => "Flytta filerna här",
"Delete files" => "Radera filer",
"Clear the Clipboard" => "Rensa Urklipp",
"Are you sure you want to delete all files in the Clipboard?" => "Är du säker på att du vill ta bort alla filer i Urklipp?",
"Copy {count} files" => "Kopiera {count} filer",
"Move {count} files" => "Flytta {count} filer",
"Add to Clipboard" => "Lägg till i Urklipp",
"Inexistant or inaccessible folder." => "Inexistant eller otillgängliga mapp.",
"New folder name:" => "Ny mappnamn:",
"New file name:" => "Nytt filnamn:",
"Upload" => "Ladda upp",
"Refresh" => "Uppdatera",
"Settings" => "Inställningar",
"Maximize" => "Maximera",
"About" => "Om",
"files" => "Filer",
"selected files" => "Välj filer",
"View:" => "Se",
"Show:" => "Visa:",
"Order by:" => "Sortera efter:",
"Thumbnails" => "Miniatyr",
"List" => "Lista",
"Name" => "Namn",
"Type" => "Typ",
"Size" => "Storlek",
"Date" => "Datum",
"Descending" => "Fallande",
"Uploading file..." => "Laddar upp fil",
"Loading image..." => "Laddar bilder...",
"Loading folders..." => "Laddar mappar...",
"Loading files..." => "Laddar filer...",
"New Subfolder..." => "Ny undermapp...",
"Rename..." => "Byt namn",
"Delete" => "Radera",
"OK" => "Ok",
"Cancel" => "Avbryt",
"Select" => "Välj",
"Select Thumbnail" => "Välj miniatyr",
"Select Thumbnails" => "Välj miniatyrer",
"View" => "Se",
"Download" => "Ladda ner",
"Download files" => "Ladda ner fil",
"Clipboard" => "Urklipp",
"Checking for new version..." => "Söka efter ny version ...",
"Unable to connect!" => "Kunde inte ansluta! ",
"Download version {version} now!" => "Ladda ner version {version} nu!",
"KCFinder is up to date!" => "KCFinder är uppdaterad!",
"Licenses:" => "Licenser:",
"Attention" => "Uppmärksamhet",
"Question" => "Fråga",
"Yes" => "Ja",
"No" => "",
"You cannot rename the extension of files!" => "Du kan inte byta namn på en förlängning av filer!",
"Uploading file {number} of {count}... {progress}" => "Ladda upp fil {number} av {count} ... {progress}",
"Failed to upload {filename}!" => "Uppladdning misslyckad {filename}!",
);
?>

View File

@ -0,0 +1,132 @@
<?php
/** Turkish localization file for KCFinder
* translation by: Kursad Olmez <kursad.olmez@gmail.com>
*/
$lang = array(
'_locale' => "en_US.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e.%B.%Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d/%m/%Y %H:%M",
"You don't have permissions to upload files." => "Dosya yüklemek için yetkiniz yok.",
"You don't have permissions to browse server." => "Sunucuyu gezmek için yetkiniz yok.",
"Cannot move uploaded file to target folder." => "Yüklenilen dosyalar hedef klasöre taşınamıyor.",
"Unknown error." => "Bilinmeyen hata.",
"The uploaded file exceeds {size} bytes." => "Gönderilen dosya boyutu, maksimum dosya boyutu limitini ({size} byte) aşıyor.",
"The uploaded file was only partially uploaded." => "Dosyanın sadece bir kısmı yüklendi. Yüklemeyi tekrar deneyin.",
"No file was uploaded." => "Dosya yüklenmedi.",
"Missing a temporary folder." => "Geçici dosya klasörü bulunamıyor. Klasörü kontrol edin.",
"Failed to write file." => "Dosya yazılamıyor. Klasör yetkilerini kontrol edin.",
"Denied file extension." => "Yasaklanmış dosya türü.",
"Unknown image format/encoding." => "Bilinmeyen resim formatı.",
"The image is too big and/or cannot be resized." => "Resim çok büyük ve/veya yeniden boyutlandırılamıyor.",
"Cannot create {dir} folder." => "{dir} klasörü oluşturulamıyor.",
"Cannot rename the folder." => "Klasör adı değiştirilemiyor.",
"Cannot write to upload folder." => "Dosya yükleme klasörüne yazılamıyor. Klasör yetkisini kontrol edin.",
"Cannot read .htaccess" => ".htaccess dosyası okunamıyor",
"Incorrect .htaccess file. Cannot rewrite it!" => "Hatalı .htaccess dosyası. Dosyaya yeniden yazılamıyor.",
"Cannot read upload folder." => "Dosya yükleme klasörü okunamıyor. Klasör yetkilerini kontrol edin.",
"Cannot access or create thumbnails folder." => "Önizleme dosyaları klasörüne erişilemiyor yada oluşturulamıyor.",
"Cannot access or write to upload folder." => "Dosya yükleme klasörüne ulaşılamıyor yada oluşturulamıyor.",
"Please enter new folder name." => "Lütfen yeni klasör adını girin.",
"Unallowable characters in folder name." => "Klasör adında izin verilmeyen karakter kullandınız.",
"Folder name shouldn't begins with '.'" => "Klasör adı '.' ile başlayamaz.",
"Please enter new file name." => "Lütfen yeni dosya adını girin.",
"Unallowable characters in file name." => "Dosya adında izin verilmeyen karakter kullandınız.",
"File name shouldn't begins with '.'" => "Dosya adı '.' ile başlayamaz.",
"Are you sure you want to delete this file?" => "Dosyayı silmek istediğinizden emin misiniz?",
"Are you sure you want to delete this folder and all its content?" => "Bu klasörü ve tüm içeriğini silmek istediğinizden emin misiniz?",
"Non-existing directory type." => "Geçersiz klasör türü.",
"Undefined MIME types." => "Tanımsız MIME türü.",
"Fileinfo PECL extension is missing." => "Dosya Bilgisi PECL uzantısı eksik.",
"Opening fileinfo database failed." => "Dosya Bilgisi veritabanıılırken hata oluştu.",
"You can't upload such files." => "Bu tür dosyaları yükleyemezsiniz.",
"The file '{file}' does not exist." => "'{file}' dosyası yok.",
"Cannot read '{file}'." => "'{file}' dosyası okunamıyor.",
"Cannot copy '{file}'." => "'{file}' dosyası kopyalanamıyor.",
"Cannot move '{file}'." => "'{file}' dosyası taşınamıyor.",
"Cannot delete '{file}'." => "'{file}' dosyası silinemiyor.",
"Cannot delete the folder." => "Klasör silinemiyor.",
"Click to remove from the Clipboard" => "Panodan çıkarmak için tıklayın",
"This file is already added to the Clipboard." => "Bu dosya zaten panoya eklenmiş.",
"The files in the Clipboard are not readable." => "Panodaki dosyalar okunamıyor.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "Panodaki {count} adet dosya okunamıyor. Geri kalanlarını kopyalamak istiyor musunuz?",
"The files in the Clipboard are not movable." => "Panodaki dosyalar taşınamıyor.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "Panodaki {count} adet dosya taşınamıyor. Geri kalanlarını taşımak istiyor musunuz?",
"The files in the Clipboard are not removable." => "Dosyalar panodan çıkartılamıyor.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} adet dosya panodan çıkartılamıyor. Geri kalanları silmek istiyor musunuz?",
"The selected files are not removable." => "Seçilen dosyalar panodan çıkartılamıyor.",
"{count} selected files are not removable. Do you want to delete the rest?" => "Seçilen dosyaların {count} adedi panodan çıkartılamıyor. Geri kalanları silmek istiyor musunuz?",
"Are you sure you want to delete all selected files?" => "Seçilen tüm dosyaları silmek istediğinizden emin misiniz?",
"Failed to delete {count} files/folders." => "{count} adet dosya/klasör silinemedi.",
"A file or folder with that name already exists." => "Bu isimde bir klasör yada dosya zaten var.",
"Copy files here" => "Dosyaları Buraya Kopyala",
"Move files here" => "Dosyaları Buraya Taşı",
"Delete files" => "Dosyaları Sil",
"Clear the Clipboard" => "Panoyu Temizle",
"Are you sure you want to delete all files in the Clipboard?" => "Panodaki tüm dosyaları silmek istediğinizden emin misiniz?",
"Copy {count} files" => "{count} adet dosyayı kopyala",
"Move {count} files" => "{count} adet dosyayı taşı",
"Add to Clipboard" => "Panoya Ekle",
"Inexistant or inaccessible folder." => "Klasör yok yada ulaşılamıyor.",
"New folder name:" => "Yeni Klasör Adı:",
"New file name:" => "Yeni Dosya Adı:",
"Upload" => "Yükle",
"Refresh" => "Yenile",
"Settings" => "Ayarlar",
"Maximize" => "Pencereyi Büyüt",
"About" => "Hakkında",
"files" => "dosya",
"selected files" => "dosya seçildi",
"View:" => "Görüntüleme:",
"Show:" => "Göster:",
"Order by:" => "Sıralama:",
"Thumbnails" => "Önizleme",
"List" => "Liste",
"Name" => "Ad",
"Type" => "Tür",
"Size" => "Boyut",
"Date" => "Tarih",
"Descending" => "Azalarak",
"Uploading file..." => "Dosya Gönderiliyor...",
"Loading image..." => "Resim Yükleniyor...",
"Loading folders..." => "Klasörler Yükleniyor...",
"Loading files..." => "Dosyalar Yükleniyor...",
"New Subfolder..." => "Yeni Alt Klasör...",
"Rename..." => "İsim Değiştir...",
"Delete" => "Sil",
"OK" => "Tamam",
"Cancel" => "İptal",
"Select" => "Seç",
"Select Thumbnail" => "Önizleme Resmini Seç",
"Select Thumbnails" => "Önizleme Resimlerini Seç",
"View" => "Göster",
"Download" => "İndir",
"Download files" => "Dosyaları İndir",
"Clipboard" => "Pano",
"Checking for new version..." => "Yeni versiyon kontrol ediliyor...",
"Unable to connect!" => "Bağlantı yapılamıyor!",
"Download version {version} now!" => " {version} versiyonunu hemen indir!",
"KCFinder is up to date!" => "KCFinder güncel durumda!",
"Licenses:" => "Lisanslar:",
"Attention" => "Dikkat",
"Question" => "Soru",
"Yes" => "Evet",
"No" => "Hayır",
"You cannot rename the extension of files!" => "Dosya uzantılarını değiştiremezsiniz!",
"Uploading file {number} of {count}... {progress}" => "{number} / {count} dosya yükleniyor... {progress}",
"Failed to upload {filename}!" => "{filename} dosyası yüklenemedi!",
"Close" => "Kapat",
"Previous" => "Önceki",
"Next" => "Sonraki",
"Confirmation" => "Onay",
"Warning" => "Uyarı",
);
?>

View File

@ -0,0 +1,128 @@
<?php
/** Ukrainian localization file for KCFinder
* author: Myroslav Dobra
* E-mail: dmaraptor@mail.ru
*/
$lang = array(
'_locale' => "uk_UA.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "У вас нема прав для завантаження файлів.",
"You don't have permissions to browse server." => "У вас нема прав для перегляду вмісту на сервері.",
"Cannot move uploaded file to target folder." => "Неможливо перемістити завантажений файл в папку призначення.",
"Unknown error." => "Невідома помилка.",
"The uploaded file exceeds {size} bytes." => "Завантажений файл перевищує розмір {size} байтів.",
"The uploaded file was only partially uploaded." => "Завантажений файл було завантажено лише частково.",
"No file was uploaded." => "Файл не було завантажено",
"Missing a temporary folder." => "Тимчасова папка не існує.",
"Failed to write file." => "Неможливо записати файл.",
"Denied file extension." => "Файли цього типу заборонені для завантаження.",
"Unknown image format/encoding." => "Невідомий формат зображення.",
"The image is too big and/or cannot be resized." => "Зображення занадто велике і/або не може бути зменшене.",
"Cannot create {dir} folder." => "Неможливо створити папку {dir}.",
"Cannot rename the folder." => "Неможливо перейменувати папку.",
"Cannot write to upload folder." => "Неможливо записати в папку завантаження.",
"Cannot read .htaccess" => "Неможливо прочитати файл .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "Неправильний файл .htaccess. Неможливо перезаписати!",
"Cannot read upload folder." => "Неможливо прочитати папку завантаження.",
"Cannot access or create thumbnails folder." => "Нема доступу або неможливо створити папку мініатюр.",
"Cannot access or write to upload folder." => "Нма доступу або неможливо записати в папку завантаження.",
"Please enter new folder name." => "Вкажіть назву нової папки.",
"Unallowable characters in folder name." => "Недопустимі символи в назві папки.",
"Folder name shouldn't begins with '.'" => "Назва папки не может починатися з '.'",
"Please enter new file name." => "Вкажіть нову назву файла",
"Unallowable characters in file name." => "Недопустимі символи в назві файлу.",
"File name shouldn't begins with '.'" => "Назва файла не може починатися з '.'",
"Are you sure you want to delete this file?" => "Ви впевнені що хочете вилучити цей файл?",
"Are you sure you want to delete this folder and all its content?" => "Ви впевнені що хочете вилучити цю папку і весь її вміст?",
"Non-existing directory type." => "Неіснуючий тип папки.",
"Undefined MIME types." => "Невизначені MIME-типи.",
"Fileinfo PECL extension is missing." => "Розширення Fileinfo PECL відсутнє.",
"Opening fileinfo database failed." => "Неможливо відкрити базу даних fileinfo.",
"You can't upload such files." => "Ви не можете завантажувати файли цього типу.",
"The file '{file}' does not exist." => "Файл '{file}' не існує.",
"Cannot read '{file}'." => "Неможливо прочитати файл '{file}'.",
"Cannot copy '{file}'." => "Неможливо копіювати файл '{file}'.",
"Cannot move '{file}'." => "Неможливо перемістити файл '{file}'.",
"Cannot delete '{file}'." => "Неможливо вилучити файл '{file}'.",
"Cannot delete the folder." => "Неможливо вилучити папку.",
"Click to remove from the Clipboard" => "Натисніть для вилучення з буфера обміну",
"This file is already added to the Clipboard." => "Цей файл вже додано в буфер обміну.",
"The files in the Clipboard are not readable." => "Неможливо прочитати файли в буфері обміну.",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "Неможливо прочитати {count} файл(ів) в буфері обміну. Ви хочете копіювати ті які залишилися?",
"The files in the Clipboard are not movable." => "Неможливо перемістити файли в буфері обміну.",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "Неможливо перемістити {count} файл(ів) в буфері обміну. Ви хчете перемістити ті які залишилися?",
"The files in the Clipboard are not removable." => "Неможливо вилучити файли в буфері обміну.",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "Неможливо вилучити {count} файл(ів) в буфері обміну. Ви хочете вилучити ті які залишилися?",
"The selected files are not removable." => "Неможливо вилучити вибрані файли.",
"{count} selected files are not removable. Do you want to delete the rest?" => "Неможливо вилучити вибраний(ні) {count} файл(и). Ви хочете вилучити ті які залишилися?",
"Are you sure you want to delete all selected files?" => "Ви впевнені що хочете вилучити всі вибрані файли?",
"Failed to delete {count} files/folders." => "Неможливо вилучити {count} файлів/папок.",
"A file or folder with that name already exists." => "Файл або папка з таким іменем вже існують.",
"Copy files here" => "Копіювати файли сюди",
"Move files here" => "Перемістити файли сюда",
"Delete files" => "Вилучити файли",
"Clear the Clipboard" => "Очистити буфер обміну",
"Are you sure you want to delete all files in the Clipboard?" => "Ви впевнені що хочете вилучити всі файли в буфері обміну?",
"Copy {count} files" => "Копіювати {count} файл(ів)",
"Move {count} files" => "Перемістити {count} файл(ів)",
"Add to Clipboard" => "Додати в буфер обміну",
"Inexistant or inaccessible folder." => "Неіснуюча або недоступна папка.",
"New folder name:" => "Нова назва папки:",
"New file name:" => "Нова назва файлу:",
"Upload" => "Завантажити",
"Refresh" => "Оновити",
"Settings" => "Налаштування",
"Maximize" => "Максимізувати",
"About" => "Про скрипт",
"files" => "файли",
"selected files" => "вибрані файли",
"View:" => "Перегляд:",
"Show:" => "Показувати:",
"Order by:" => "Впорядкувати за:",
"Thumbnails" => "Мініатюри",
"List" => "Список",
"Name" => "Назва",
"Type" => "Тип",
"Size" => "Розмір",
"Date" => "Дата",
"Descending" => "По спаданню",
"Uploading file..." => "Завантаження файлу...",
"Loading image..." => "Завантаження зображення...",
"Loading folders..." => "Завантаження папок...",
"Loading files..." => "Завантаження файлів...",
"New Subfolder..." => "Створити папку...",
"Rename..." => "Перейменувати...",
"Delete" => "Вилучити",
"OK" => "OK",
"Cancel" => "Скасувати",
"Select" => "Вибрати",
"Select Thumbnail" => "Вибрати мініатюру",
"Select Thumbnails" => "Вибрати мініатюри",
"View" => "Перегляд",
"Download" => "Зкачати",
"Download files" => "Зкачати файли",
"Clipboard" => "Буфер обміну",
"Checking for new version..." => "Перевіряємо наявність оновлень...",
"Unable to connect!" => "Неможливо підключитися!",
"Download version {version} now!" => "Скачати версію {version} зараз!",
"KCFinder is up to date!" => "Ви використовуєте останню версію KCFinder'а!",
"Licenses:" => "Ліцензії:",
"Attention" => "Увага",
"Question" => "Питання",
"Yes" => "Так",
"No" => "Ні",
"You cannot rename the extension of files!" => "Ви не можете змінювати розширення файлів!",
"Uploading file {number} of {count}... {progress}" => "Завантаження файлу {number} з {count}... {progress}",
"Failed to upload {filename}!" => "Помилка завантаження {filename}!",
);
?>

View File

@ -0,0 +1,131 @@
<?php
/** vi localization file for KCFinder
* Tran Van Quyet - HQV ltd
*/
$lang = array(
'_locale' => "vi_VN.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%d.%m.%Y %H:%M",
"You don't have permissions to upload files." => "Bạn không có quyền tải lên",
"You don't have permissions to browse server." => "Bạn không có quyền truy cập",
"Cannot move uploaded file to target folder." => "Không thể tải lên thư mục đích",
"Unknown error." => "Lỗi không xác định",
"The uploaded file exceeds {size} bytes." => "Tập tin tải lên lớn hơn {size}",
"The uploaded file was only partially uploaded." => "Các tập tin chỉ được tải lên một phần",
"No file was uploaded." => "Không có tập tin được tải lên",
"Missing a temporary folder." => "Không thấy thư mục tạm",
"Failed to write file." => "Không thể ghi",
"Denied file extension." => "Phần mở rộng không được phép",
"Unknown image format/encoding." => "Không biết định dạng ảnh/mã hóa này",
"The image is too big and/or cannot be resized." => "Hình ảnh quá lơn/hoặc không thể thay đổi kích thước",
"Cannot create {dir} folder." => "Không thể tạo thư mục {dir}",
"Cannot rename the folder." => "Không thể đổi tên thư mục",
"Cannot write to upload folder." => "Không thể ghi vào thư mục",
"Cannot read .htaccess" => "Không thể đọc tập tin .htaccess",
"Incorrect .htaccess file. Cannot rewrite it!" => "không thể ghi tập tin .htaccess",
"Cannot read upload folder." => "Không thể đọc thư mục để tải lên",
"Cannot access or create thumbnails folder." => "Không có quyền truy cập hoặc không thể tạo thư mục",
"Cannot access or write to upload folder." => "Không có quyền truy cập hoặc không thể ghi",
"Please enter new folder name." => "Vui lòng nhập tên thư mục",
"Unallowable characters in folder name." => "Tên thư mục có chứa những ký tự không được phép",
"Folder name shouldn't begins with '.'" => "Thư mục không thể bắt đầu bằng '.'",
"Please enter new file name." => "Vui lòng nhập tên tập tin",
"Unallowable characters in file name." => "Tên tập tin chứa những ký tự không được phép",
"File name shouldn't begins with '.'" => "Tập tin không thể bắt đầu bằng '.'",
"Are you sure you want to delete this file?" => "Bạn có chắc bạn muốn xóa tập tin này?",
"Are you sure you want to delete this folder and all its content?" => "Bạn có chắc bạn muốn xóa thư mục và tất cả nội dung bên trong?",
"Non-existing directory type." => "Không tồn tại thư mục",
"Undefined MIME types." => "Không biết kiểu MIME này",
"Fileinfo PECL extension is missing." => "Fileinfo PECL extension is missing",
"Opening fileinfo database failed." => "Opening fileinfo database failed",
"You can't upload such files." => "Bạn không thể tải các tập tin như vậy.",
"The file '{file}' does not exist." => "Tập tin '{file}' đã có",
"Cannot read '{file}'." => "Không thể đọc '{file}'.",
"Cannot copy '{file}'." => "Không thể sao chép '{file}'.",
"Cannot move '{file}'." => "Không thể di chuyển '{file}'.",
"Cannot delete '{file}'." => "Không thể xóa tập tin '{file}'.",
"Cannot delete the folder." => "Không thể xóa thư mục",
"Click to remove from the Clipboard" => "Không thể xóa từ Bộ nhớ",
"This file is already added to the Clipboard." => "Tập tin đã có trong bộ nhớ",
"The files in the Clipboard are not readable." => "Không thể đọc các tập tin trong Bộ nhớ",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "{count} tập tin trong Bộ nhớ không thể đọc. Bạn chắc chắn muốn sao chép phần còn lại?",
"The files in the Clipboard are not movable." => "Không thể di chuyển các tập tin trong Bộ nhớ",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "{count} tập tin trong Bộ nhớ không thể di chuyển. Bạn chắc chắn muốn di chuyển phần còn lại?",
"The files in the Clipboard are not removable." => "Không thể xóa các tập tin trong Bộ nhớ",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "{count} tập tin trong Bộ nhớ không thể xóa. Bạn chắc chắn muốn xóa phần còn lại?",
"The selected files are not removable." => "Lựa chọn tập tin để xóa",
"{count} selected files are not removable. Do you want to delete the rest?" => "{count} tập tin không thể xóa. Bạn chắc chắn muốn xóa phần còn lại?",
"Are you sure you want to delete all selected files?" => "Bạn có chắc bạn muốn xóa tất cả tập tin đựoc chọn?",
"Failed to delete {count} files/folders." => "Không thể xóa {count} tập tin/thư mục",
"A file or folder with that name already exists." => "Đã tồn tại tập tin hoặc thư mục với tên này",
"Copy files here" => "Sao chép ở đây",
"Move files here" => "Di chuyển ở đây",
"Delete files" => "Xóa tập tin",
"Clear the Clipboard" => "Xóa bộ nhớ",
"Are you sure you want to delete all files in the Clipboard?" => "Bạn có chắc bạn muốn xóa tất cả tập tin trong Bộ nhớ?",
"Copy {count} files" => "Sao chep {count} tập tin",
"Move {count} files" => "Di chuyển {count} tập tin",
"Add to Clipboard" => "Thêm vào Bộ nhớ",
"Inexistant or inaccessible folder." => "Thư mục không tồn tại hoặc không thể truy cập",
"New folder name:" => "Tên mới của thư mục",
"New file name:" => "Tên mới của tập tin",
"Upload" => "Tải lên",
"Refresh" => "Làm mới",
"Settings" => "Cấu hình",
"Maximize" => "Tối đa",
"About" => "Giới thiệu",
"files" => "tập tin",
"selected files" => "chọn tập tin",
"View:" => "Xem",
"Show:" => "Hiện",
"Order by:" => "Thứ tự bởi",
"Thumbnails" => "Ảnh thu nhỏ",
"List" => "Danh sách",
"Name" => "Tên",
"Type" => "Kiểu",
"Size" => "Kích thước",
"Date" => "Ngày tháng",
"Descending" => "Giảm dần",
"Uploading file..." => "Đang tải lên",
"Loading image..." => "Đang đọc ảnh",
"Loading folders..." => "Đang đọc thư mục...",
"Loading files..." => "Đang đọc tập tin...",
"New Subfolder..." => "Thư mục con mới...",
"Rename..." => "Đổi tên...",
"Delete" => "Xóa",
"OK" => "Đồng Ý",
"Cancel" => "Hủy",
"Select" => "Chọn",
"Select Thumbnail" => "Chọn ảnh thu nhỏ",
"Select Thumbnails" => "Chọn nhiều ảnh thu nhỏ",
"View" => "Xem",
"Download" => "Tải xuống",
"Download files" => "Tải xuống tập tin",
"Clipboard" => "Bộ nhớ",
"Checking for new version..." => "Kiểm tra phiên bản mới",
"Unable to connect!" => "Không thể kết nối",
"Download version {version} now!" => "Có phiên bản mới {version}, tải về ngay!",
"KCFinder is up to date!" => "Không có cập nhật",
"Licenses:" => "Bản quyền",
"Attention" => "Cảnh báo",
"Question" => "Câu hỏi",
"Yes" => "",
"No" => "Không",
"You cannot rename the extension of files!" => "Bạn không thể đổi tên phần mở rộng của các tập tin!",
"Uploading file {number} of {count}... {progress}" => "Đang tải tập tin thứ {number} của {count}... {progress}",
"Failed to upload {filename}!" => "Tải lên thất bại {filename}!",
"Close" => "Đóng",
"Previous" => "Trước",
"Next" => "Sau",
"Confirmation" => "Xác nhận",
"Warning" => "Cảnh báo",);
?>

View File

@ -0,0 +1,130 @@
<?php
/** Chinese Simplified localization file for KCFinder
* author: yutuo
* country: China
* E-mail: yutuo5@gmail.com
* URL: yutuo.net
*/
$lang = array(
'_locale' => "zh_CN.UTF-8", // UNIX localization code
'_charset' => "utf-8", // Browser charset
// Date time formats. See http://www.php.net/manual/en/function.strftime.php
'_dateTimeFull' => "%A, %e %B, %Y %H:%M",
'_dateTimeMid' => "%a %e %b %Y %H:%M",
'_dateTimeSmall' => "%Y-%m-%d %H:%M",
"You don't have permissions to upload files." => "您没有权限上传文件。",
"You don't have permissions to browse server." => "您没有权限查看服务器文件。",
"Cannot move uploaded file to target folder." => "无法移动上传文件到指定文件夹。",
"Unknown error." => "发生不可预知异常。",
"The uploaded file exceeds {size} bytes." => "文件大小超过{size}字节。",
"The uploaded file was only partially uploaded." => "文件未完全上传。",
"No file was uploaded." => "文件未上传。",
"Missing a temporary folder." => "临时文件夹不存在。",
"Failed to write file." => "写入文件失败。",
"Denied file extension." => "禁止的文件扩展名。",
"Unknown image format/encoding." => "无法确认图片格式。",
"The image is too big and/or cannot be resized." => "图片大太,且(或)无法更改大小。",
"Cannot create {dir} folder." => "无法创建{dir}文件夹。",
"Cannot rename the folder." => "无法重命名该文件夹。",
"Cannot write to upload folder." => "无法写入上传文件夹。",
"Cannot read .htaccess" => "文件.htaccess无法读取。",
"Incorrect .htaccess file. Cannot rewrite it!" => "文件.htaccess错误无法重写。",
"Cannot read upload folder." => "无法读取上传目录。",
"Cannot access or create thumbnails folder." => "无法访问或创建缩略图文件夹。",
"Cannot access or write to upload folder." => "无法访问或写入上传文件夹。",
"Please enter new folder name." => "请输入文件夹名。",
"Unallowable characters in folder name." => "文件夹名含有禁止字符。",
"Folder name shouldn't begins with '.'" => "文件夹名不能以点(.)为首字符。",
"Please enter new file name." => "请输入新文件名。",
"Unallowable characters in file name." => "文件名含有禁止字符。",
"File name shouldn't begins with '.'" => "文件名不能以点(.)为首字符。",
"Are you sure you want to delete this file?" => "是否确认删除该文件?",
"Are you sure you want to delete this folder and all its content?" => "是否确认删除该文件夹以及其子文件和子目录?",
"Non-existing directory type." => "不存在的目录类型。",
"Undefined MIME types." => "未定义的MIME类型。",
"Fileinfo PECL extension is missing." => "文件PECL属性不存在。",
"Opening fileinfo database failed." => "打开文件属性数据库出错。",
"You can't upload such files." => "你无法上传该文件。",
"The file '{file}' does not exist." => "文件{file}不存在。",
"Cannot read '{file}'." => "无法读取文件{file}。",
"Cannot copy '{file}'." => "无法复制文件{file}。",
"Cannot move '{file}'." => "无法移动文件{file}。",
"Cannot delete '{file}'." => "无法删除文件{file}。",
"Cannot delete the folder." => "无法删除该文件夹。",
"Click to remove from the Clipboard" => "点击从剪贴板删除",
"This file is already added to the Clipboard." => "文件已复制到剪贴板。",
"The files in the Clipboard are not readable." => "剪贴板上该文件无法读取。",
"{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "剪贴板{count}个文件无法读取。 是否复制静态文件?",
"The files in the Clipboard are not movable." => "剪贴板上该文件无法移动。",
"{count} files in the Clipboard are not movable. Do you want to move the rest?" => "剪贴板{count}个文件无法移动。 是否移动静态文件?",
"The files in the Clipboard are not removable." => "剪贴板上该文件无法删除。",
"{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "剪贴板{count}个文件无法删除。 是否删除静态文件?",
"The selected files are not removable." => "选中文件未删除。",
"{count} selected files are not removable. Do you want to delete the rest?" => "选中的{count}个文件未删除。是否删除静态文件?",
"Are you sure you want to delete all selected files?" => "是否确认删除选中文件?",
"Failed to delete {count} files/folders." => "{count}个文件或文件夹无法删除。",
"A file or folder with that name already exists." => "文件或文件夹已存在。",
"Copy files here" => "复制到这里",
"Move files here" => "移动到这里",
"Delete files" => "删除这些文件",
"Clear the Clipboard" => "清除剪贴板",
"Are you sure you want to delete all files in the Clipboard?" => "是否确认删除所有在剪贴板的文件?",
"Copy {count} files" => "复制 {count} 个文件",
"Move {count} files" => "移动 {count} 个文件 ",
"Add to Clipboard" => "添加到剪贴板",
"Inexistant or inaccessible folder." => "不存在或不可访问的文件夹。",
"New folder name:" => "新文件夹名:",
"New file name:" => "新文件夹:",
"Upload" => "上传",
"Refresh" => "刷新",
"Settings" => "设置",
"Maximize" => "最大化",
"About" => "关于",
"files" => "文件",
"selected files" => "选中的文件",
"View:" => "视图:",
"Show:" => "显示:",
"Order by:" => "排序:",
"Thumbnails" => "图标",
"List" => "列表",
"Name" => "文件名",
"Type" => "种类",
"Size" => "大小",
"Date" => "日期",
"Descending" => "降序",
"Uploading file..." => "正在上传文件...",
"Loading image..." => "正在加载图片...",
"Loading folders..." => "正在加载文件夹...",
"Loading files..." => "正在加载文件...",
"New Subfolder..." => "新建文件夹...",
"Rename..." => "重命名...",
"Delete" => "删除",
"OK" => "OK",
"Cancel" => "取消",
"Select" => "选择",
"Select Thumbnail" => "选择缩略图",
"Select Thumbnails" => "选择缩略图",
"View" => "查看",
"Download" => "下载",
"Download files" => "下载文件",
"Clipboard" => "剪贴板",
"Checking for new version..." => "正在检查新版本...",
"Unable to connect!" => "无法链接!",
"Download version {version} now!" => "马上下载{version}版本!",
"KCFinder is up to date!" => "KCFinder已经是最新的",
"Licenses:" => "许可证",
"Attention" => "注意",
"Question" => "问题",
"Yes" => "",
"No" => "",
"You cannot rename the extension of files!" => "禁止修改文件后缀",
"Uploading file {number} of {count}... {progress}" => "正在上传文件{number} / {count}... {progress}",
"Failed to upload {filename}!" => "上传失败{filename}",
);
?>

Some files were not shown because too many files have changed in this diff Show More