From f21c7572cf1d45c71a24f157a7dd523304347d4e Mon Sep 17 00:00:00 2001 From: Maxime Roux Date: Wed, 18 Mar 2015 16:15:05 -0700 Subject: [PATCH] UI-1250: added help boxes in both hours and holidays sections of MainNumber --- i18n/en-US.json | 11 +++++++++-- i18n/fr-FR.json | 7 +++++-- views/strategy-holidays.html | 9 +++++++++ views/strategy-hours.html | 9 +++++++++ 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/i18n/en-US.json b/i18n/en-US.json index 3a01ac7..7bb44a7 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -563,14 +563,21 @@ "listTitle": "Custom Hours", "timezone": "Company Timezone:", "to": "to", - "lunchbreakTitle": "Are you closed for lunch hours?" + "lunchbreakTitle": "Are you closed for lunch hours?", + "__comment": "UI-1250: Adding help boxes", + "__version": "3.20_s2", + "helpAfterHours": "Do not forget to set the call routing for when your office is closed for the night! To set it up, go in the \"Incoming Call Handling\" section of this page, and select the \"After Hours\" tab.", + "helpLunchHours": "If your office is closed during lunch hours, you also need to choose the call routing for that. You can set it up in the \"Incoming Call Handling\" section as well, under the \"Lunch Hours\" tab." }, "holidays": { "enableTitle": "Are you closed for holidays?", "addLink": "Add Holiday", "singleLink": "Single Day", "rangeLink": "Date Range", - "advancedLink": "Advanced" + "advancedLink": "Advanced", + "__comment": "UI-1250: Adding help boxes", + "__version": "3.20_s2", + "helpHolidays": "Do not forget to set the call routing for when your office is closed for the holidays! To set it up, go in the \"Incoming Call Handling\" section of this page, and select the \"Holidays\" tab." }, "calls": { "openHoursTitle": "Open Hours", diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json index 433f963..7317b04 100644 --- a/i18n/fr-FR.json +++ b/i18n/fr-FR.json @@ -539,14 +539,17 @@ "listTitle": "Horaires", "timezone": "Fuseau horaire:", "to": "à", - "lunchbreakTitle": "Êtes-vous fermé pendant le déjeuner?" + "lunchbreakTitle": "Êtes-vous fermé pendant le déjeuner?", + "helpAfterHours": "N'oubliez pas de choisir votre route d'appel à utiliser quand votre bureau est fermé pour la nuit ! Pour la configurer, ouvrez la section \"Gestion des appels entrants\" de cette page, et sélectionnez l'onglet \"Fermé\".", + "helpLunchHours": "Si votre bureau ferme aux heures du déjeuner, vous devez aussi choisir votre route d'appel à utiliser pour ces heures là. Vous pouvez la configurer dans la section \"Gestion des appels entrants\" également, sous l'onglet \"Déjeuner\"." }, "holidays": { "enableTitle": "Êtes-vous fermé pendant les vacances?", "addLink": "Ajouter vacances", "singleLink": "Jour unique", "rangeLink": "Période", - "advancedLink": "Avancé" + "advancedLink": "Avancé", + "helpHolidays": "N'oubliez pas de choisir votre route d'appel à utiliser quand votre bureau est fermé pour les vacances ! Pour la configurer, ouvrez la section \"Gestion des appels entrants\" de cette page, et sélectionnez l'onglet \"Vacances\" tab." }, "calls": { "openHoursTitle": "Ouvert", diff --git a/views/strategy-holidays.html b/views/strategy-holidays.html index a966b3e..d86ddda 100644 --- a/views/strategy-holidays.html +++ b/views/strategy-holidays.html @@ -19,6 +19,15 @@
+ +
+
+    +
+
+

{{ i18n.strategy.holidays.helpHolidays }}

+
+
diff --git a/views/strategy-hours.html b/views/strategy-hours.html index 9f8a501..4441527 100644 --- a/views/strategy-hours.html +++ b/views/strategy-hours.html @@ -58,6 +58,15 @@
+
+
+    +
+
+

{{ i18n.strategy.hours.helpAfterHours }}

+

{{ i18n.strategy.hours.helpLunchHours }}

+
+
{{i18n.cancel}}