Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <mweibel@users.noreply.github.com>2015-01-21 08:15:14 +0300
committerMichael Weibel <mweibel@users.noreply.github.com>2015-01-21 08:15:14 +0300
commita9dcafe1a1995b61755986b56777fb2f44c832b2 (patch)
tree7c438136124ab38563bd02237dbd27bccc56c443
parent77a90cfd15daef2281e1ed8d6e1d09ef9b8bb9ae (diff)
parentd14c8334f3857a6bbee6fe30d418d17410b7db1b (diff)
Merge pull request #343 from jfefe/patch-1
Missing label in french translation
-rw-r--r--src/view/translation.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/translation.js b/src/view/translation.js
index 4d2a61a..a4ed8f5 100644
--- a/src/view/translation.js
+++ b/src/view/translation.js
@@ -165,6 +165,7 @@ Candy.View.Translation = {
'messageSubmit': 'Envoyer',
'labelUsername': 'Nom d\'utilisateur :',
+ 'labelNickname': 'Pseudo :',
'labelPassword': 'Mot de passe :',
'loginSubmit' : 'Connexion',
'loginInvalid' : 'JID invalide',