This commit is contained in:
@@ -383,7 +383,7 @@ namespace AyaNova
|
|||||||
// ******************** TESTING WIPE DB *****************************
|
// ******************** TESTING WIPE DB *****************************
|
||||||
//
|
//
|
||||||
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
|
//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)
|
#if (DEBUG)
|
||||||
//TESTING
|
//TESTING
|
||||||
|
|||||||
@@ -1571,5 +1571,6 @@
|
|||||||
"ErrorAPI2208":"Dieses Objekt ist mit anderen verknüpft und kann auf diese Weise nicht geändert werden",
|
"ErrorAPI2208":"Dieses Objekt ist mit anderen verknüpft und kann auf diese Weise nicht geändert werden",
|
||||||
"ErrorAPI2209":"Dieser Wert kann nicht geändert werden",
|
"ErrorAPI2209":"Dieser Wert kann nicht geändert werden",
|
||||||
"ErrorServerUnresponsive":"Der Server reagiert nicht",
|
"ErrorServerUnresponsive":"Der Server reagiert nicht",
|
||||||
"ErrorUserNotAuthenticated":"Nicht authentifiziert"
|
"ErrorUserNotAuthenticated":"Nicht authentifiziert",
|
||||||
|
"ErrorUserNotAuthorized":"Nicht autorisiert"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1570,7 +1570,8 @@
|
|||||||
"ErrorAPI2208":"This object is linked to others and can not be changed this way",
|
"ErrorAPI2208":"This object is linked to others and can not be changed this way",
|
||||||
"ErrorAPI2209":"This value cannot be changed",
|
"ErrorAPI2209":"This value cannot be changed",
|
||||||
"ErrorServerUnresponsive":"Server not responding",
|
"ErrorServerUnresponsive":"Server not responding",
|
||||||
"ErrorUserNotAuthenticated":"Not authenticated"
|
"ErrorUserNotAuthenticated":"Not authenticated",
|
||||||
|
"ErrorUserNotAuthorized":"Not authorized"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1571,5 +1571,6 @@
|
|||||||
"ErrorAPI2208":"Este objeto está vinculado a otros y no puede ser cambiado de esta manera",
|
"ErrorAPI2208":"Este objeto está vinculado a otros y no puede ser cambiado de esta manera",
|
||||||
"ErrorAPI2209":"Este valor no puede ser cambiado",
|
"ErrorAPI2209":"Este valor no puede ser cambiado",
|
||||||
"ErrorServerUnresponsive":"El servidor no responde",
|
"ErrorServerUnresponsive":"El servidor no responde",
|
||||||
"ErrorUserNotAuthenticated":"No autenticado"
|
"ErrorUserNotAuthenticated":"No autenticado",
|
||||||
|
"ErrorUserNotAuthorized":"No autorizado"
|
||||||
}
|
}
|
||||||
@@ -1570,5 +1570,6 @@
|
|||||||
"ErrorAPI2208":"Cet objet est lié à d'autres et ne peut pas être modifié de cette façon",
|
"ErrorAPI2208":"Cet objet est lié à d'autres et ne peut pas être modifié de cette façon",
|
||||||
"ErrorAPI2209":"Cette valeur ne peut pas être changée",
|
"ErrorAPI2209":"Cette valeur ne peut pas être changée",
|
||||||
"ErrorServerUnresponsive":"Le serveur ne répond pas",
|
"ErrorServerUnresponsive":"Le serveur ne répond pas",
|
||||||
"ErrorUserNotAuthenticated":"Non authentifié"
|
"ErrorUserNotAuthenticated":"Non authentifié",
|
||||||
|
"ErrorUserNotAuthorized":"Non autorisé"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user