Ability to open files in readonly mode

Fix CSS issues
This commit is contained in:
yflory
2017-01-10 15:04:02 +01:00
parent f74d0a46a4
commit 2be5db9540
8 changed files with 128 additions and 53 deletions

View File

@@ -212,6 +212,7 @@ define(function () {
out.fc_newfolder = "New folder";
out.fc_rename = "Rename";
out.fc_open = "Open";
out.fc_open_ro = "Open (read-only)";
out.fc_delete = "Delete";
out.fc_restore = "Restore";
out.fc_remove = "Delete permanently";