diff --git a/htdocs/admin/security.php b/htdocs/admin/security.php index 5fcd0b769af..43775a9e125 100644 --- a/htdocs/admin/security.php +++ b/htdocs/admin/security.php @@ -100,7 +100,7 @@ if ($_GET["action"] == 'activate_encryptdbpassconf') } else { - $mesg='
'.$langs->trans('ConfigFilesIsReadOnly').'
'; + $mesg='
'.$langs->trans('ConfigFileIsInReadOnly').'
'; } } else if ($_GET["action"] == 'disable_encryptdbpassconf') @@ -114,7 +114,7 @@ else if ($_GET["action"] == 'disable_encryptdbpassconf') } else { - $mesg = '
'.$langs->trans('ConfigFilesIsReadOnly').'
'; + $mesg = '
'.$langs->trans('ConfigFileIsInReadOnly').'
'; } } diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 2c94c5aeac0..667e033a3e9 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -94,7 +94,7 @@ Security=Security Passwords=Passwords DoNotStoreClearPassword=Do no store clear passwords in database MainDbPasswordFileConfEncrypted=Password of the database encrypted in conf.php -ConfigFilesIsReadOnly=The file conf.php is in read only, check the rights. +ConfigFileIsInReadOnly=The file conf.php is in read only, check the rights. Feature=Feature DolibarrLicense=License DolibarrProjectLeader=Project leader diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index 5b665f931d2..6b2bcdb7012 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -94,7 +94,7 @@ Security=S Passwords=Mots de passe DoNotStoreClearPassword=Ne pas stocker de mot de passe en clair dans la base MainDbPasswordFileConfEncrypted=Encrypter le mot de passe de la base dans le fichier conf.php -ConfigFilesIsReadOnly=Le fichier conf.php est lecture seule, vérifiez les droits d'écriture. +ConfigFileIsInReadOnly=Le fichier conf.php est lecture seule, vérifiez les droits d'écriture. Feature=Fonction DolibarrLicense=Licence DolibarrProjectLeader=Chef de projet