From 00c9b8256e856fc3149a19c437a1916eaa362074 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 7 Mar 2019 18:48:47 +0000 Subject: [PATCH] --- server/AyaNova/Startup.cs | 2 +- server/AyaNova/resource/de.json | 3 ++- server/AyaNova/resource/en.json | 3 ++- server/AyaNova/resource/es.json | 3 ++- server/AyaNova/resource/fr.json | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index 34479299..611aea24 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -383,7 +383,7 @@ namespace AyaNova // ******************** TESTING WIPE DB ***************************** // //Set this to true to wipe the db and reinstall a trial license and re-seed the data - var TESTING_REFRESH_DB = false;//####################################################################################### + var TESTING_REFRESH_DB = true;//####################################################################################### #if (DEBUG) //TESTING diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index 92c48fe7..102319c9 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -1547,5 +1547,6 @@ "AuthorizationRoleClientLimited":"Client-Benutzer - beschränkt", "AuthorizationRoleClientFull":"Client-Benutzer - unbeschränkt", "AuthorizationRoleOpsAdminLimited":"Systemvorgänge - beschränkt", - "AuthorizationRoleOpsAdminFull":"Systemvorgänge - unbeschränkt" + "AuthorizationRoleOpsAdminFull":"Systemvorgänge - unbeschränkt", + "Welcome":"Willkommen in AyaNova" } diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index ac0d48be..4a80d91a 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -1546,7 +1546,8 @@ "AuthorizationRoleClientLimited":"Client user - limited", "AuthorizationRoleClientFull":"Client user - full", "AuthorizationRoleOpsAdminLimited":"System operations - limited", - "AuthorizationRoleOpsAdminFull":"System operations - full" + "AuthorizationRoleOpsAdminFull":"System operations - full", + "Welcome":"Welcome to AyaNova" } \ No newline at end of file diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index e0bea8a2..757da71c 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -1547,5 +1547,6 @@ "AuthorizationRoleClientLimited":"Usuario cliente - limitada", "AuthorizationRoleClientFull":"Usuario cliente - completo", "AuthorizationRoleOpsAdminLimited":"Operaciones del sistema - limitada", - "AuthorizationRoleOpsAdminFull":"Operaciones del sistema - completo" + "AuthorizationRoleOpsAdminFull":"Operaciones del sistema - completo", + "Welcome":"Bienvenido a AyaNova" } \ No newline at end of file diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index 95b17c63..41b94348 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -1546,5 +1546,6 @@ "AuthorizationRoleClientLimited":"Client utilisateur - limité", "AuthorizationRoleClientFull":"Client utilisateur - complète", "AuthorizationRoleOpsAdminLimited":"Opérations du système - limited", - "AuthorizationRoleOpsAdminFull":"Opérations du système - complète" + "AuthorizationRoleOpsAdminFull":"Opérations du système - complète", + "Welcome":"Bienvenue chez AyaNova" }