Replace spinner by text and fix mobile UI

This commit is contained in:
yflory
2017-07-12 14:30:28 +02:00
parent 7f5c301734
commit b3e225cb3b
6 changed files with 104 additions and 169 deletions

View File

@@ -37,6 +37,7 @@ define(function () {
out.disconnected = 'Déconnecté';
out.synchronizing = 'Synchronisation';
out.reconnecting = 'Reconnexion...';
out.typing = "Édition";
out.lag = 'Latence';
out.readonly = 'Lecture seule';
out.anonymous = "Anonyme";

View File

@@ -41,6 +41,7 @@ define(function () {
out.disconnected = 'Disconnected';
out.synchronizing = 'Synchronizing';
out.reconnecting = 'Reconnecting...';
out.typing = "Typing";
out.lag = 'Lag';
out.readonly = 'Read only';
out.anonymous = "Anonymous";