summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/sk_SK.php9
-rw-r--r--apps/files/l10n/zh_CN.php6
2 files changed, 10 insertions, 5 deletions
diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php
index 8d8848e6a5d..7c4b81138a3 100644
--- a/apps/files/l10n/sk_SK.php
+++ b/apps/files/l10n/sk_SK.php
@@ -28,10 +28,11 @@ $TRANSLATIONS = array(
"Upload failed. Could not get file info." => "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore.",
"Invalid directory." => "Neplatný priečinok.",
"Files" => "Súbory",
+"All files" => "Všetky súbory",
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov",
"Total file size {size1} exceeds upload limit {size2}" => "Celková veľkosť súboru {size1} prekračuje upload limit {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
-"Upload cancelled." => "Odosielanie zrušené.",
+"Upload cancelled." => "Odosielanie je zrušené.",
"Could not get result from server." => "Nepodarilo sa dostať výsledky zo servera.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
"URL cannot be empty" => "URL nemôže byť prázdna",
@@ -44,7 +45,8 @@ $TRANSLATIONS = array(
"Delete" => "Zmazať",
"Rename" => "Premenovať",
"Your download is being prepared. This might take some time if the files are big." => "Vaše sťahovanie sa pripravuje. Ak sú sťahované súbory veľké, môže to chvíľu trvať.",
-"Pending" => "Prebieha",
+"Pending" => "Čaká",
+"Error moving file." => "Chyba pri presune súboru.",
"Error moving file" => "Chyba pri presúvaní súboru",
"Error" => "Chyba",
"Could not rename file" => "Nemožno premenovať súbor",
@@ -82,6 +84,7 @@ $TRANSLATIONS = array(
"Download" => "Sťahovanie",
"Upload too large" => "Nahrávanie je príliš veľké",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.",
-"Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané."
+"Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané.",
+"Currently scanning" => "Prehľadáva sa"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php
index 0191e0bb448..1d514787a67 100644
--- a/apps/files/l10n/zh_CN.php
+++ b/apps/files/l10n/zh_CN.php
@@ -28,6 +28,7 @@ $TRANSLATIONS = array(
"Upload failed. Could not get file info." => "上传失败。不能获取文件信息。",
"Invalid directory." => "无效文件夹。",
"Files" => "文件",
+"All files" => "全部文件",
"Unable to upload {filename} as it is a directory or has 0 bytes" => "不能上传文件 {filename} ,由于它是一个目录或者为0字节",
"Total file size {size1} exceeds upload limit {size2}" => "总文件大小 {size1} 超过上传限制 {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" => "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。",
@@ -74,7 +75,7 @@ $TRANSLATIONS = array(
"New" => "新建",
"New text file" => "创建文本文件",
"Text file" => "文本文件",
-"New folder" => "添加文件夹",
+"New folder" => "增加文件夹",
"Folder" => "文件夹",
"From link" => "来自链接",
"Cancel upload" => "取消上传",
@@ -83,6 +84,7 @@ $TRANSLATIONS = array(
"Download" => "下载",
"Upload too large" => "上传文件过大",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大容量限制",
-"Files are being scanned, please wait." => "文件正在被扫描,请稍候。"
+"Files are being scanned, please wait." => "文件正在被扫描,请稍候。",
+"Currently scanning" => "正在扫描"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";