summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/sq.php5
-rw-r--r--apps/files/l10n/zh_HK.php1
-rw-r--r--apps/files/templates/index.php2
3 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php
new file mode 100644
index 00000000000..92291144e0d
--- /dev/null
+++ b/apps/files/l10n/sq.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"Save" => "Ruaj",
+"Download" => "Shkarko",
+"Unshare" => "Hiq ndarjen"
+);
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php
index 5b12ad24420..0acfb93cc24 100644
--- a/apps/files/l10n/zh_HK.php
+++ b/apps/files/l10n/zh_HK.php
@@ -1,6 +1,7 @@
<?php $TRANSLATIONS = array(
"Files" => "文件",
"Delete" => "刪除",
+"Close" => "關閉",
"Name" => "名稱",
"{count} folders" => "{}文件夾",
"Upload" => "上傳",
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 8ea3a718e85..69fcb94e681 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -52,7 +52,7 @@
</div>
<div id="file_action_panel"></div>
<?php else:?>
- <div class="crumb last"><?php p($l->t('You don’t have write permissions here.'))?></div>
+ <div class="actions"><input type="button" disabled value="<?php p($l->t('You don’t have write permissions here.'))?>"></div>
<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
<?php endif;?>
<input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions">