diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-10 01:55:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-10 01:55:10 -0400 |
commit | 2cc26c90226af5372aef33c80d876b9b259b1d62 (patch) | |
tree | 1a10623401e96cd5e6c21ebe43846d8461f7526c /apps/files | |
parent | e5eeefbc1630d88f88301b56e5f70d8a689a3f78 (diff) | |
download | nextcloud-server-2cc26c90226af5372aef33c80d876b9b259b1d62.tar.gz nextcloud-server-2cc26c90226af5372aef33c80d876b9b259b1d62.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/fr.php | 2 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 9a94174a617..e4f7d93aeed 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -85,7 +85,7 @@ $TRANSLATIONS = array( "Text file" => "Fichier texte", "New folder" => "Nouveau dossier", "Folder" => "Dossier", -"From link" => "Depuis le lien", +"From link" => "Depuis un lien", "Nothing in here. Upload something!" => "Il n'y a rien ici ! Envoyez donc quelque chose :)", "Download" => "Télécharger", "Upload too large" => "Téléversement trop volumineux", diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 67084f28a55..394283b9621 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Unknown error" => "未知的錯誤", "Could not move %s - File with this name already exists" => "無法移動 %s ,同名的檔案已經存在", "Could not move %s" => "無法移動 %s", +"Permission denied" => "存取被拒", "File name cannot be empty." => "檔名不能為空", "\"%s\" is an invalid file name." => "%s 是不合法的檔名。", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元", @@ -70,6 +71,7 @@ $TRANSLATIONS = array( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "無效的檔案加密私鑰,請在個人設定中更新您的私鑰密語以存取加密的檔案。", "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 as it has been deleted" => "%s 已經被刪除了所以無法重新命名", "%s could not be renamed" => "無法重新命名 %s", "Upload (max. %s)" => "上傳(至多 %s)", "File handling" => "檔案處理", |