diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-01 01:56:01 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-01 01:56:01 -0400 |
commit | 17f5a18922276e908f26b68c24999f7595cf37bc (patch) | |
tree | aa5f7122e5548174a60573697348004f08cd1574 /apps/files/l10n | |
parent | 9ee88104e96250a3e8c0d648b5bf2369ab051a64 (diff) | |
download | nextcloud-server-17f5a18922276e908f26b68c24999f7595cf37bc.tar.gz nextcloud-server-17f5a18922276e908f26b68c24999f7595cf37bc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/cs_CZ.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/el.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/en_NZ.php | 7 | ||||
-rw-r--r-- | apps/files/l10n/ja.php | 2 | ||||
-rw-r--r-- | apps/files/l10n/nn_NO.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/ta_IN.php | 7 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.php | 7 |
8 files changed, 27 insertions, 0 deletions
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 46a735a71ce..8fa0bb21370 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "Přejmenovat", "Your download is being prepared. This might take some time if the files are big." => "Vaše soubory ke stažení se připravují. Pokud jsou velké, může to chvíli trvat.", "Pending" => "Nevyřízené", +"Error moving file." => "Chyba při přesunu souboru.", "Error moving file" => "Chyba při přesunu souboru", "Error" => "Chyba", "Could not rename file" => "Nepodařilo se přejmenovat soubor", diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 84f1031107a..5ba92033d13 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -62,6 +62,7 @@ $TRANSLATIONS = array( "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις", "{dirs} and {files}" => "{Κατάλογοι αρχείων} και {αρχεία}", "%s could not be renamed" => "Αδυναμία μετονομασίας του %s", +"Upload (max. %s)" => "Διαμοιρασμός (max. %s)", "File handling" => "Διαχείριση αρχείων", "Maximum upload size" => "Μέγιστο μέγεθος αποστολής", "max. possible: " => "μέγιστο δυνατό:", diff --git a/apps/files/l10n/en_NZ.php b/apps/files/l10n/en_NZ.php new file mode 100644 index 00000000000..0157af093e9 --- /dev/null +++ b/apps/files/l10n/en_NZ.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %n files_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/ja.php b/apps/files/l10n/ja.php index 5d39920b37d..0b00594d71c 100644 --- a/apps/files/l10n/ja.php +++ b/apps/files/l10n/ja.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "名前の変更", "Your download is being prepared. This might take some time if the files are big." => "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。", "Pending" => "中断", +"Error moving file." => "ファイル移動でエラー", "Error moving file" => "ファイルの移動エラー", "Error" => "エラー", "Could not rename file" => "ファイルの名前変更ができませんでした", @@ -62,6 +63,7 @@ $TRANSLATIONS = array( "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。", "{dirs} and {files}" => "{dirs} と {files}", "%s could not be renamed" => "%sの名前を変更できませんでした", +"Upload (max. %s)" => "アップロード ( 最大 %s )", "File handling" => "ファイル操作", "Maximum upload size" => "最大アップロードサイズ", "max. possible: " => "最大容量: ", diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php index e1fe7b88758..238d1459b1a 100644 --- a/apps/files/l10n/nn_NO.php +++ b/apps/files/l10n/nn_NO.php @@ -52,6 +52,7 @@ $TRANSLATIONS = array( "Save" => "Lagre", "New" => "Ny", "Text file" => "Tekst fil", +"New folder" => "Ny mappe", "Folder" => "Mappe", "From link" => "Frå lenkje", "Deleted files" => "Sletta filer", diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index b9c34c116ca..5e0399bc4e2 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "Renomear", "Your download is being prepared. This might take some time if the files are big." => "Seu download está sendo preparado. Isto pode levar algum tempo se os arquivos forem grandes.", "Pending" => "Pendente", +"Error moving file." => "Erro movendo o arquivo.", "Error moving file" => "Erro movendo o arquivo", "Error" => "Erro", "Could not rename file" => "Não foi possível renomear o arquivo", diff --git a/apps/files/l10n/ta_IN.php b/apps/files/l10n/ta_IN.php new file mode 100644 index 00000000000..0157af093e9 --- /dev/null +++ b/apps/files/l10n/ta_IN.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %n files_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index d2099a2d125..7f0183e9205 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -3,7 +3,9 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在", "Could not move %s" => "无法移动 %s", "File name cannot be empty." => "文件名不能为空。", +"\"%s\" is an invalid file name." => "“%s” 是一个无效的文件名。", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。", +"The target folder has been moved or deleted." => "目标文件夹已经被移动或删除。", "The name %s is already used in the folder %s. Please choose a different name." => "文件名 %s 是已经在 %s 中存在的名称。请使用其他名称。", "Not a valid source" => "不是一个可用的源", "Server is not allowed to open URLs, please check the server configuration" => "服务器没有允许打开URL网址,请检查服务器配置", @@ -27,6 +29,8 @@ $TRANSLATIONS = array( "Invalid directory." => "无效文件夹。", "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} 可用。", "Upload cancelled." => "上传已取消", "Could not get result from server." => "不能从服务器得到结果", "File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。", @@ -40,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "重命名", "Your download is being prepared. This might take some time if the files are big." => "下载正在准备中。如果文件较大可能会花费一些时间。", "Pending" => "等待", +"Error moving file." => "移动文件出错。", "Error moving file" => "移动文件错误", "Error" => "错误", "Could not rename file" => "不能重命名文件", @@ -50,6 +55,7 @@ $TRANSLATIONS = array( "_%n folder_::_%n folders_" => array("%n 文件夹"), "_%n file_::_%n files_" => array("%n个文件"), "_Uploading %n file_::_Uploading %n files_" => array("上传 %n 个文件"), +"\"{name}\" is an invalid file name." => "“{name}”是一个无效的文件名。", "Your storage is full, files can not be updated or synced anymore!" => "您的存储空间已满,文件将无法更新或同步!", "Your storage is almost full ({usedSpacePercent}%)" => "您的存储空间即将用完 ({usedSpacePercent}%)", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", @@ -57,6 +63,7 @@ $TRANSLATIONS = array( "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密是被禁用的,但是您的文件还是被加密了。请到您的个人配置里设置文件加密选项。", "{dirs} and {files}" => "{dirs} 和 {files}", "%s could not be renamed" => "%s 不能被重命名", +"Upload (max. %s)" => "上传 (最大 %s)", "File handling" => "文件处理", "Maximum upload size" => "最大上传大小", "max. possible: " => "最大允许: ", |