From da23ceba9cc0f7a759f65eebcafb02f3741384f3 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Fri, 27 Oct 2017 20:29:03 +0200 Subject: [PATCH] Fix i18n messages --- www/plugins/es/i18n/locale-en-GB.json | 4 ++-- www/plugins/es/i18n/locale-en.json | 4 ++-- www/plugins/es/i18n/locale-fr-FR.json | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/plugins/es/i18n/locale-en-GB.json b/www/plugins/es/i18n/locale-en-GB.json index f0deb2c86..fbb25b1d4 100644 --- a/www/plugins/es/i18n/locale-en-GB.json +++ b/www/plugins/es/i18n/locale-en-GB.json @@ -393,8 +393,8 @@ "ENABLE_CERT_RECEIVED": "Notify the validation of <b>received certifications</b>?" }, "CONFIRM": { - "ASK_ENABLE_TITLE": "New features", - "ASK_ENABLE": "Some new features are available: <ul><li> <b><i class=\"icon ion-person\"></i> user profiles</b>;<li> <b><i class=\"icon ion-android-notifications\"></i> Notifications</b>;<li> <b><i class=\"icon ion-email\"></i> Private messages</b>.</ul><br/>They have been <b>disabled</b> in your settings.<br/><br/><b>Do you want to enable</b> these features?" + "ASK_ENABLE_TITLE": "Optional features", + "ASK_ENABLE": "Cesium+ extension is <b>disabled</b> in your settings, making some features inactive: <ul><li> <b><i class=\"icon ion-person\"></i> user profiles</b>;<li> <b><i class=\"icon ion-android-notifications\"></i> Notifications</b>;<li> <b><i class=\"icon ion-email\"></i> Private messages</b>.</ul><br/><br/><b>Do you want to enable</b> the extension?" } }, "ES_WALLET": { diff --git a/www/plugins/es/i18n/locale-en.json b/www/plugins/es/i18n/locale-en.json index f0deb2c86..fbb25b1d4 100644 --- a/www/plugins/es/i18n/locale-en.json +++ b/www/plugins/es/i18n/locale-en.json @@ -393,8 +393,8 @@ "ENABLE_CERT_RECEIVED": "Notify the validation of <b>received certifications</b>?" }, "CONFIRM": { - "ASK_ENABLE_TITLE": "New features", - "ASK_ENABLE": "Some new features are available: <ul><li> <b><i class=\"icon ion-person\"></i> user profiles</b>;<li> <b><i class=\"icon ion-android-notifications\"></i> Notifications</b>;<li> <b><i class=\"icon ion-email\"></i> Private messages</b>.</ul><br/>They have been <b>disabled</b> in your settings.<br/><br/><b>Do you want to enable</b> these features?" + "ASK_ENABLE_TITLE": "Optional features", + "ASK_ENABLE": "Cesium+ extension is <b>disabled</b> in your settings, making some features inactive: <ul><li> <b><i class=\"icon ion-person\"></i> user profiles</b>;<li> <b><i class=\"icon ion-android-notifications\"></i> Notifications</b>;<li> <b><i class=\"icon ion-email\"></i> Private messages</b>.</ul><br/><br/><b>Do you want to enable</b> the extension?" } }, "ES_WALLET": { diff --git a/www/plugins/es/i18n/locale-fr-FR.json b/www/plugins/es/i18n/locale-fr-FR.json index 0f094fbba..b96a19533 100644 --- a/www/plugins/es/i18n/locale-fr-FR.json +++ b/www/plugins/es/i18n/locale-fr-FR.json @@ -514,5 +514,4 @@ "ERROR": { "ES_CONNECTION_ERROR": "Nœud de données <b>{{server}}</b> injoignable ou adresse invalide.<br/><br/>Cesium va continuer à fonctionner, <b>sans l'extension Cesium+</b> (profils utilisateur, messages privés, cartes et graphiques)<br/><br/>Vérifiez votre connection Internet, ou changer de nœud de données dans les <a class=\"positive\" ng-click=\"doQuickFix('settings')\">paramètres de l'extension</a>." } - } -- GitLab