diff options
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/hstrings.php | 1 | ||||
-rw-r--r-- | view/fr/htconfig.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/view/fr/hstrings.php b/view/fr/hstrings.php index cdf233584..3cb997f6a 100644 --- a/view/fr/hstrings.php +++ b/view/fr/hstrings.php @@ -2248,7 +2248,6 @@ App::$strings["Diaspora Protocol Settings"] = "Paramètres du protocole Diaspora App::$strings["No username found in import file."] = "Pas de nom d'utilisateur dans le fichier d'import."; App::$strings["Unable to create a unique channel address. Import failed."] = "Impossible de créer une adresse de canal unique. Echec de l'import."; App::$strings["Your account on %s will expire in a few days."] = "Votre compte sur %s expirera dans quelques jours."; -App::$strings["Your $Productname test account is about to expire."] = "Votre compte de test $NomDeProduit est sur le point d'expirer."; App::$strings["Enable Rainbowtag"] = "Activer Rainbowtag"; App::$strings["Rainbowtag Settings"] = "Paramètres Rainbowtag"; App::$strings["Rainbowtag Settings saved."] = "Paramètres Rainbowtag sauvegardés."; diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 563877247..d33a955f0 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -105,7 +105,7 @@ App::$config['system']['theme'] = 'redbasic'; // ou changez le nom (ci-dessous) pour un fichier/chemin où cela est autorisé. // Décommentez les 4 lignes suivantes pour activer la journalisation des erreurs PHP. -//error_reporting(E_ERROR | E_WARNING | E_PARSE ) ; +//error_reporting(E_ALL & ~E_WARNING & ~E_PARSE & ~E_NOTICE & ~E_DEPRECATED); //ini_set('error_log', 'php.out') ; //ini_set('log_errors', '1') ; //ini_set('display_errors', '0') ; |