aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/es_AR.php1
-rw-r--r--apps/files/l10n/zh_HK.php8
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" => "取消分享"
+);