Ability to display an error in the toolbar state

This commit is contained in:
yflory
2017-11-03 14:26:38 +01:00
parent 8de9a596f1
commit cf3024ef5b
3 changed files with 15 additions and 1 deletions

View File

@@ -43,9 +43,10 @@ define(function () {
out.disconnected = 'Disconnected';
out.synchronizing = 'Synchronizing';
out.reconnecting = 'Reconnecting...';
out.typing = "Typing";
out.typing = "Editing";
out.initializing = "Initializing...";
out.forgotten = 'Moved to the trash';
out.errorState = 'Critical error: {0}';
out.lag = 'Lag';
out.readonly = 'Read only';
out.anonymous = "Anonymous";