7b60a9e3f6
Set the mode to viewonly after the error so that user can still see the tiles downloaded from the server, but cannot interact anymore before server administrator fixes the disk space. Change-Id: If03f4fabe93458672a631c020d09dcebecbb955c
3 lines
363 B
JavaScript
3 lines
363 B
JavaScript
exports.wrongwopisrc = _('Wrong WOPISrc, usage: WOPISrc=valid encoded URI, or file_path, usage: file_path=/path/to/doc/');
|
|
exports.emptyhosturl = _('The host URL is empty. The loolwsd server is probably misconfigured, please contact the administrator.');
|
|
exports.diskfull = _('No disk space left on server, please contact the server administrator to continue.');
|