summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
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 : "
+}