summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-12-04 00:07:11 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-12-04 00:07:11 +0100
commita53a946c20031e891e781b38cfd0fcb849db3cb1 (patch)
treeab213db2bd883f4e05e2950e5c1424df25c6c2af /apps/files/l10n
parent4cb760a92402ab3eb8550fb05b05eae800030680 (diff)
downloadnextcloud-server-a53a946c20031e891e781b38cfd0fcb849db3cb1.tar.gz
nextcloud-server-a53a946c20031e891e781b38cfd0fcb849db3cb1.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/ja_JP.php1
-rw-r--r--apps/files/l10n/nl.php1
-rw-r--r--apps/files/l10n/pl.php1
-rw-r--r--apps/files/l10n/sv.php1
-rw-r--r--apps/files/l10n/uk.php3
-rw-r--r--apps/files/l10n/zh_CN.php1
6 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php
index 27974160ff0..7b8c3ca4778 100644
--- a/apps/files/l10n/ja_JP.php
+++ b/apps/files/l10n/ja_JP.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "エラーはありません。ファイルのアップロードは成功しました",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "アップロードされたファイルはHTMLのフォームに設定されたMAX_FILE_SIZEに設定されたサイズを超えています",
"The uploaded file was only partially uploaded" => "ファイルは一部分しかアップロードされませんでした",
"No file was uploaded" => "ファイルはアップロードされませんでした",
diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php
index 74a8ff3bfb0..093a5430d53 100644
--- a/apps/files/l10n/nl.php
+++ b/apps/files/l10n/nl.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Geen fout opgetreden, bestand successvol geupload.",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Het geüploade bestand is groter dan de MAX_FILE_SIZE richtlijn die is opgegeven in de HTML-formulier",
"The uploaded file was only partially uploaded" => "Het bestand is slechts gedeeltelijk geupload",
"No file was uploaded" => "Geen bestand geüpload",
diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php
index 6667cb66dfd..8051eae8c42 100644
--- a/apps/files/l10n/pl.php
+++ b/apps/files/l10n/pl.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Przesłano plik",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Wgrany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini: ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Rozmiar przesłanego pliku przekracza maksymalną wartość dyrektywy upload_max_filesize, zawartą formularzu HTML",
"The uploaded file was only partially uploaded" => "Plik przesłano tylko częściowo",
"No file was uploaded" => "Nie przesłano żadnego pliku",
diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php
index 3503c6c1a17..bcc849242ac 100644
--- a/apps/files/l10n/sv.php
+++ b/apps/files/l10n/sv.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Den uppladdade filen överskrider upload_max_filesize direktivet php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den uppladdade filen överstiger MAX_FILE_SIZE direktivet som anges i HTML-formulär",
"The uploaded file was only partially uploaded" => "Den uppladdade filen var endast delvis uppladdad",
"No file was uploaded" => "Ingen fil blev uppladdad",
diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php
index 4823bdbd27d..00491bcc2d6 100644
--- a/apps/files/l10n/uk.php
+++ b/apps/files/l10n/uk.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
-"There is no error, the file uploaded with success" => "Файл успішно відвантажено без помилок.",
+"There is no error, the file uploaded with success" => "Файл успішно вивантажено без помилок.",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Розмір звантаження перевищує upload_max_filesize параметра в php.ini: ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Розмір відвантаженого файлу перевищує директиву MAX_FILE_SIZE вказану в HTML формі",
"The uploaded file was only partially uploaded" => "Файл відвантажено лише частково",
"No file was uploaded" => "Не відвантажено жодного файлу",
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php
index ab8e980c336..8db652f003e 100644
--- a/apps/files/l10n/zh_CN.php
+++ b/apps/files/l10n/zh_CN.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "没有发生错误,文件上传成功。",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上传文件大小已超过php.ini中upload_max_filesize所规定的值",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件超过了在HTML 表单中指定的MAX_FILE_SIZE",
"The uploaded file was only partially uploaded" => "只上传了文件的一部分",
"No file was uploaded" => "文件没有上传",