summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorguillaume <guillaume.cassou@orange.fr>2019-04-19 16:17:17 +0200
committerguillaume <guillaume.cassou@orange.fr>2019-04-19 16:17:17 +0200
commit070feb4b664cf84613fed378d568a9449c3780e6 (patch)
tree10a0dd43f6d39a9c8a17e2df3daec9ecb9a382d0 /i18n
parent308417852c218501af60aeae3f947707cc7c64cc (diff)
downloadwekan-070feb4b664cf84613fed378d568a9449c3780e6.tar.gz
wekan-070feb4b664cf84613fed378d568a9449c3780e6.tar.bz2
wekan-070feb4b664cf84613fed378d568a9449c3780e6.zip
Number of users
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json3
-rw-r--r--i18n/fr.i18n.json5
2 files changed, 5 insertions, 3 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 4e4af38b..22e15934 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -686,5 +686,6 @@
"error-ldap-login": "An error occurred while trying to login",
"display-authentication-method": "Display Authentication Method",
"default-authentication-method": "Default Authentication Method",
- "duplicate-board": "Duplicate Board"
+ "duplicate-board": "Duplicate Board",
+ "people-number": "The number of people is: "
}
diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json
index bc7614d5..1eb2a278 100644
--- a/i18n/fr.i18n.json
+++ b/i18n/fr.i18n.json
@@ -683,5 +683,6 @@
"error-ldap-login": "Une erreur s'est produite lors de la tentative de connexion",
"display-authentication-method": "Afficher la méthode d'authentification",
"default-authentication-method": "Méthode d'authentification par défaut",
- "duplicate-board": "Dupliquer le tableau"
-} \ No newline at end of file
+ "duplicate-board": "Dupliquer le tableau",
+ "people-number": "Le nombre d'utilisateurs est de : "
+}