Complete the French translation

This commit is contained in:
yflory
2016-09-15 18:35:09 +02:00
parent 0d9f63b977
commit 5c63585952
12 changed files with 265 additions and 124 deletions

View File

@@ -224,7 +224,7 @@ define([
return {
failed: function () {
connected = false;
userListElement.textContent = 'Disconnected';
userListElement.textContent = Messages.disconnected;
lagElement.textContent = '';
},
reconnecting: function (userId) {