From 1b1b75e0ec8e0bd40dde9bc7797cf9a6fe978719 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Tue, 6 Nov 2018 11:19:04 +0100
Subject: [PATCH] [fix] Add missing I18n translations

---
 www/plugins/es/i18n/locale-en-GB.json | 7 ++++---
 www/plugins/es/i18n/locale-en.json    | 7 ++++---
 www/plugins/es/i18n/locale-fr-FR.json | 2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/www/plugins/es/i18n/locale-en-GB.json b/www/plugins/es/i18n/locale-en-GB.json
index af713d01..77ba1fac 100644
--- a/www/plugins/es/i18n/locale-en-GB.json
+++ b/www/plugins/es/i18n/locale-en-GB.json
@@ -35,7 +35,7 @@
       "ORGANIZATION_ACCOUNT_HELP": "If you represent a company, association, etc.<br/>No universal dividend will be created by this account."
     },
     "EVENT": {
-      "MEMBER_WITHOUT_PROFILE": "To obtain your certification more quickly, fill in <a ui-sref=\"app.edit_profile\">your user profile</a>. Members will more easily put their trust in a verifiable identity."
+      "MEMBER_WITHOUT_PROFILE": "You can <a ui-sref=\"app.edit_profile\">fill your Cesium+ profile</a> (optional) to provide better visibility of your account."
     },
     "ERROR": {
       "WS_CONNECTION_FAILED": "Cesium can not receive notifications because of a technical error (connection to the Cesium + data node).<br/><br/>If the problem persists, please <b>choose another data node</b> in Cesium+ settings."
@@ -441,8 +441,9 @@
     "PLUGIN_NAME": "Cesium+",
     "PLUGIN_NAME_HELP": "User profiles, notifications, private messages",
     "ENABLE_TOGGLE": "Enable extension?",
-    "ENABLE_MESSAGE_TOGGLE": "Enable messages?",
-    "ENABLE_SETTINGS_TOGGLE": "Enable remote storage for settings?",
+    "ENABLE_REMOTE_STORAGE": "Enable remote storage for settings?",
+    "ENABLE_REMOTE_STORAGE_HELP": "Enables (encrypted) storage of your settings on Cesium + nodes",
+    "ENABLE_MESSAGE_TOGGLE": "Enable private messages?",
     "PEER": "Data peer address",
     "POPUP_PEER": {
       "TITLE" : "Data peer",
diff --git a/www/plugins/es/i18n/locale-en.json b/www/plugins/es/i18n/locale-en.json
index af713d01..77ba1fac 100644
--- a/www/plugins/es/i18n/locale-en.json
+++ b/www/plugins/es/i18n/locale-en.json
@@ -35,7 +35,7 @@
       "ORGANIZATION_ACCOUNT_HELP": "If you represent a company, association, etc.<br/>No universal dividend will be created by this account."
     },
     "EVENT": {
-      "MEMBER_WITHOUT_PROFILE": "To obtain your certification more quickly, fill in <a ui-sref=\"app.edit_profile\">your user profile</a>. Members will more easily put their trust in a verifiable identity."
+      "MEMBER_WITHOUT_PROFILE": "You can <a ui-sref=\"app.edit_profile\">fill your Cesium+ profile</a> (optional) to provide better visibility of your account."
     },
     "ERROR": {
       "WS_CONNECTION_FAILED": "Cesium can not receive notifications because of a technical error (connection to the Cesium + data node).<br/><br/>If the problem persists, please <b>choose another data node</b> in Cesium+ settings."
@@ -441,8 +441,9 @@
     "PLUGIN_NAME": "Cesium+",
     "PLUGIN_NAME_HELP": "User profiles, notifications, private messages",
     "ENABLE_TOGGLE": "Enable extension?",
-    "ENABLE_MESSAGE_TOGGLE": "Enable messages?",
-    "ENABLE_SETTINGS_TOGGLE": "Enable remote storage for settings?",
+    "ENABLE_REMOTE_STORAGE": "Enable remote storage for settings?",
+    "ENABLE_REMOTE_STORAGE_HELP": "Enables (encrypted) storage of your settings on Cesium + nodes",
+    "ENABLE_MESSAGE_TOGGLE": "Enable private messages?",
     "PEER": "Data peer address",
     "POPUP_PEER": {
       "TITLE" : "Data peer",
diff --git a/www/plugins/es/i18n/locale-fr-FR.json b/www/plugins/es/i18n/locale-fr-FR.json
index 5ccd8d7b..c7b150f5 100644
--- a/www/plugins/es/i18n/locale-fr-FR.json
+++ b/www/plugins/es/i18n/locale-fr-FR.json
@@ -35,7 +35,7 @@
       "ORGANIZATION_ACCOUNT_HELP": "Si vous représentez une entreprise, une association, etc.<br/>Aucun dividende universel ne sera créé par ce compte."
     },
     "EVENT": {
-      "MEMBER_WITHOUT_PROFILE": "Vous pouvez <a ui-sref=\"app.edit_profile\">saisir votre profil</a> (optionnel) pour offrir une meilleure visibilité de votre compte."
+      "MEMBER_WITHOUT_PROFILE": "Vous pouvez <a ui-sref=\"app.edit_profile\">saisir votre profil Cesium+</a> (optionnel) pour offrir une meilleure visibilité de votre compte."
     },
     "ERROR": {
       "WS_CONNECTION_FAILED": "Cesium ne peut pas recevoir les notifications, à cause d'une erreur technique (connexion au noeud de données Cesium+).<br/><br/>Si le problème persiste, veuillez <b>choisir un autre noeud de données</b> dans les paramètres Cesium+."
-- 
GitLab