diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-14 00:06:29 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-14 00:06:29 +0100 |
commit | 9a0cb2ccaa92731a14e079a024bb38c934130d78 (patch) | |
tree | 14d7f0eb59981d8bc6282442650b0f08f272e1df /apps/files | |
parent | 7d748a6b0683a9de01921d8e943511bc29ffbca8 (diff) | |
download | nextcloud-server-9a0cb2ccaa92731a14e079a024bb38c934130d78.tar.gz nextcloud-server-9a0cb2ccaa92731a14e079a024bb38c934130d78.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/es_AR.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.php | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php index f16385a652d..6cd7c026922 100644 --- a/apps/files/l10n/es_AR.php +++ b/apps/files/l10n/es_AR.php @@ -61,6 +61,7 @@ "From link" => "Desde enlace", "Deleted files" => "Archivos Borrados", "Cancel upload" => "Cancelar subida", +"You don’t have write permissions here." => "No tenés permisos de escritura acá.", "Nothing in here. Upload something!" => "No hay nada. ¡Subí contenido!", "Download" => "Descargar", "Unshare" => "Dejar de compartir", diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php new file mode 100644 index 00000000000..76acf22cd59 --- /dev/null +++ b/apps/files/l10n/zh_HK.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Files" => "文件", +"Delete" => "刪除", +"Upload" => "上傳", +"Save" => "儲存", +"Download" => "下載", +"Unshare" => "取消分享" +); |