diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-20 02:02:09 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-20 02:02:09 +0200 |
commit | 03c7a52bc595bbc9fe1f155da699994f93b84131 (patch) | |
tree | adc1a1ac4592619e6d5a34deeac46b8fc1b57a93 /apps/files/l10n | |
parent | 0701d0019b14fa19fe930eb42e8e23a63cd498d9 (diff) | |
download | nextcloud-server-03c7a52bc595bbc9fe1f155da699994f93b84131.tar.gz nextcloud-server-03c7a52bc595bbc9fe1f155da699994f93b84131.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/es_AR.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php index bd33fdfa4a5..25c2f4ff699 100644 --- a/apps/files/l10n/es_AR.php +++ b/apps/files/l10n/es_AR.php @@ -25,6 +25,7 @@ "undo" => "deshacer", "perform delete operation" => "Eliminar", "1 file uploading" => "Subiendo 1 archivo", +"files uploading" => "Subiendo archivos", "'.' is an invalid file name." => "'.' es un nombre de archivo inválido.", "File name cannot be empty." => "El nombre del archivo no puede quedar vacío.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nombre invalido, '\\', '/', '<', '>', ':', '\"', '|', '?' y '*' no están permitidos.", diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index b7a58e3e561..c61cf0e2225 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -34,7 +34,7 @@ "Your download is being prepared. This might take some time if the files are big." => "正在準備您的下載,若您的檔案較大,將會需要更多時間。", "Unable to upload your file as it is a directory or has 0 bytes" => "無法上傳您的檔案因為它可能是一個目錄或檔案大小為0", "Not enough space available" => "沒有足夠的可用空間", -"Upload cancelled." => "上傳取消", +"Upload cancelled." => "上傳已取消", "File upload is in progress. Leaving the page now will cancel the upload." => "檔案上傳中。離開此頁面將會取消上傳。", "URL cannot be empty." => "URL 不能為空白。", "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "無效的資料夾名稱,'Shared' 的使用被 ownCloud 保留", |