Move the toolbar buttons' events handlers in cryptpad-common

This commit is contained in:
yflory
2016-10-04 15:44:12 +02:00
parent 1c808b3da8
commit e84a54556c
9 changed files with 286 additions and 314 deletions

View File

@@ -75,7 +75,9 @@ define(function () {
out.getViewButton = 'READ-ONLY URL';
out.getViewButtonTitle = 'Get the read-only URL for this document';
out.readonlyUrl = 'Read only URL';
out.readonlyUrl = 'Read only document';
out.copyReadOnly = "Copy URL to clipboard";
out.openReadOnly = "Open in a new tab";
out.disconnectAlert = 'Network connection lost!';