Add STATUS_NOT_ACTIVE

This commit is contained in:
Amaury Korb 2023-08-02 23:26:51 +02:00 committed by GitHub
parent 2eb902c87e
commit 07864eb469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ STATUS_NO="NON"
STATUS_NO_UPDATE="PAS DE MISE A JOUR" STATUS_NO_UPDATE="PAS DE MISE A JOUR"
STATUS_NON_DEFAULT="PAS PAR DÉFAUT" STATUS_NON_DEFAULT="PAS PAR DÉFAUT"
STATUS_NONE="AUCUN" STATUS_NONE="AUCUN"
STATUS_NOT_ACTIVE="NOT ACTIVE"
STATUS_NOT_CONFIGURED="NON CONFIGURÉ" STATUS_NOT_CONFIGURED="NON CONFIGURÉ"
STATUS_NOT_DISABLED="NON DESACTIVÉ" STATUS_NOT_DISABLED="NON DESACTIVÉ"
STATUS_NOT_ENABLED="NON ACTIVÉ" STATUS_NOT_ENABLED="NON ACTIVÉ"