From b93ff95a540fdd2bd41270a59633cc53ad049247 Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Thu, 4 Jan 2018 22:53:12 +0100 Subject: [PATCH] =?UTF-8?q?Corrige=20une=20faute=20d'anglais=20dans=20la?= =?UTF-8?q?=20cl=C3=A9=20d'un=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/check.php | 2 +- locale/br.json | 2 +- locale/de.json | 2 +- locale/en.json | 2 +- locale/es.json | 2 +- locale/fr.json | 2 +- locale/it.json | 2 +- locale/nl.json | 4 ++-- locale/oc.json | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/admin/check.php b/admin/check.php index d836ca8..f540f0f 100644 --- a/admin/check.php +++ b/admin/check.php @@ -114,7 +114,7 @@ if (file_exists($conf_filename)) { } elseif (is_writable($inc_directory)) { $messages[] = new Message('info', __('Check','The config file directory (%s) is writable.', $inc_directory)); } else { - $messages[] = new Message('danger', __f('Check','The config file directory (%s) is not writable and the config file (%s) dos not exists.', $inc_directory, $conf_filename)); + $messages[] = new Message('danger', __f('Check','The config file directory (%s) is not writable and the config file (%s) does not exists.', $inc_directory, $conf_filename)); } // Security diff --git a/locale/br.json b/locale/br.json index 22e7548..f50a479 100644 --- a/locale/br.json +++ b/locale/br.json @@ -420,7 +420,7 @@ "PHP Intl extension is enabled.": "Gweredekaet eo an askouezh PHP Intl.", "The template compile directory (%s) is not writable.": "N'haller ket skrivañ e kavlec'h kempunañ ar patromoù (%s).", "The template compile directory (%s) is writable.": "Gallout a raer skrivañ e kavlec'h kempunañ ar patromoù (%s).", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "N'haller ket skrivañ e kavlec'h ar restr kefluniañ (%s) ha n'eus ket eus ar restr kefluniañ (%s).", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "N'haller ket skrivañ e kavlec'h ar restr kefluniañ (%s) ha n'eus ket eus ar restr kefluniañ (%s).", "The config file exists.": "Amañ mañ ar restr kefnluniañ.", "The config file directory (%s) is writable.": "Gallout a raer skrivañ e kavlec'h ar restr kefluniañ (%s).", "OpenSSL extension loaded.": "Askouezh OpenSSL karget.", diff --git a/locale/de.json b/locale/de.json index 17433cc..c16ec0f 100644 --- a/locale/de.json +++ b/locale/de.json @@ -418,7 +418,7 @@ "PHP Intl extension is enabled.": "Die PHP-Erweiterung Intl ist aktiviert.", "The template compile directory (%s) is not writable.": "Der Vorlagen-Übersetzungspfad (%s) ist nicht beschreibbar.", "The template compile directory (%s) is writable.": "Der Vorlagen-Übersetzungspfad (%s) ist beschreibbar.", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "Der Konfigurationspfad (%s) ist nicht beschreibbar und es existiert keine Konfigurationsdatei (%s).", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "Der Konfigurationspfad (%s) ist nicht beschreibbar und es existiert keine Konfigurationsdatei (%s).", "The config file exists.": "Die Konfigurationsdatei existiert.", "The config file directory (%s) is writable.": "Die Konfigurationsdatei (%s) ist beschreibbar.", "OpenSSL extension loaded.": "Die OpenSSL-Erweiterung ist geladen.", diff --git a/locale/en.json b/locale/en.json index 935efc1..52a4ecd 100644 --- a/locale/en.json +++ b/locale/en.json @@ -420,7 +420,7 @@ "PHP Intl extension is enabled.": "PHP Intl extension is enabled.", "The template compile directory (%s) is not writable.": "The template compile directory (%s) is not writable.", "The template compile directory (%s) is writable.": "The template compile directory (%s) is writable.", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "The config file directory (%s) is not writable and the config file (%s) dos not exists.", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "The config file directory (%s) is not writable and the config file (%s) does not exists.", "The config file exists.": "The config file exists.", "The config file directory (%s) is writable.": "The config file directory (%s) is writable.", "OpenSSL extension loaded.": "OpenSSL extension loaded.", diff --git a/locale/es.json b/locale/es.json index 8fbef79..9570431 100644 --- a/locale/es.json +++ b/locale/es.json @@ -419,7 +419,7 @@ "PHP Intl extension is enabled.": "ES_L'extension PHP Intl est activée.", "The template compile directory (%s) is not writable.": "ES_Le dossier de compilation des templates (%s) n'est pas accessible en écriture.", "The template compile directory (%s) is writable.": "ES_Le dossier de compilation des templates (%s) est accessible en écriture.", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "ES_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'éxiste pas.", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "ES_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'éxiste pas.", "The config file exists.": "ES_Le fichier de configuration existe.", "The config file directory (%s) is writable.": "ES_Le dossier du fichier de configuration (%s) est accessible en écriture.", "OpenSSL extension loaded.": "ES_L'extension PHP OpenSSL est chargée.", diff --git a/locale/fr.json b/locale/fr.json index 306d697..505c902 100644 --- a/locale/fr.json +++ b/locale/fr.json @@ -423,7 +423,7 @@ "PHP Intl extension is enabled.": "L'extension PHP Intl est activée.", "The template compile directory (%s) is not writable.": "Le dossier de compilation des templates (%s) n'est pas accessible en écriture.", "The template compile directory (%s) is writable.": "Le dossier de compilation des templates (%s) est accessible en écriture.", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'existe pas.", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'existe pas.", "The config file exists.": "Le fichier de configuration existe.", "The config file directory (%s) is writable.": "Le dossier du fichier de configuration (%s) est accessible en écriture.", "OpenSSL extension loaded.": "L'extension PHP OpenSSL est chargée.", diff --git a/locale/it.json b/locale/it.json index a4d122d..5b5cdf3 100644 --- a/locale/it.json +++ b/locale/it.json @@ -419,7 +419,7 @@ "PHP Intl extension is enabled.": "IT_L'extension PHP Intl est activée.", "The template compile directory (%s) is not writable.": "IT_Le dossier de compilation des templates (%s) n'est pas accessible en écriture.", "The template compile directory (%s) is writable.": "IT_Le dossier de compilation des templates (%s) est accessible en écriture.", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "IT_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'éxiste pas.", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "IT_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'éxiste pas.", "The config file exists.": "IT_Le fichier de configuration existe.", "The config file directory (%s) is writable.": "IT_Le dossier du fichier de configuration (%s) est accessible en écriture.", "OpenSSL extension loaded.": "IT_L'extension PHP OpenSSL est chargée.", diff --git a/locale/nl.json b/locale/nl.json index c15e3fd..1b145c5 100644 --- a/locale/nl.json +++ b/locale/nl.json @@ -419,7 +419,7 @@ "PHP Intl extension is enabled.": "NL_L'extension PHP Intl est activée.", "The template compile directory (%s) is not writable.": "NL_Le dossier de compilation des templates (%s) n'est pas accessible en écriture.", "The template compile directory (%s) is writable.": "NL_Le dossier de compilation des templates (%s) est accessible en écriture.", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "NL_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'existe pas.", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "NL_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'existe pas.", "The config file exists.": "NL_Le fichier de configuration existe.", "The config file directory (%s) is writable.": "NL_Le dossier du fichier de configuration (%s) est accessible en écriture.", "OpenSSL extension loaded.": "NL_L'extension PHP OpenSSL est chargée.", @@ -429,4 +429,4 @@ "Check again": "NL_Vérifier à nouveau", "Continue the installation": "NL_Continuer l'installation" } -} \ No newline at end of file +} diff --git a/locale/oc.json b/locale/oc.json index d23f291..fbd5718 100644 --- a/locale/oc.json +++ b/locale/oc.json @@ -419,7 +419,7 @@ "PHP Intl extension is enabled.": "OC_L'extension PHP Intl est activée.", "The template compile directory (%s) is not writable.": "OC_Le dossier de compilation des templates (%s) n'est pas accessible en écriture.", "The template compile directory (%s) is writable.": "OC_Le dossier de compilation des templates (%s) est accessible en écriture.", - "The config file directory (%s) is not writable and the config file (%s) dos not exists.": "OC_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'éxiste pas.", + "The config file directory (%s) is not writable and the config file (%s) does not exists.": "OC_Le dossier du fichier de configuration (%s) n'est pas accessible en écriture et le fichier de configuration (%s) n'éxiste pas.", "The config file exists.": "OC_Le fichier de configuration existe.", "The config file directory (%s) is writable.": "OC_Le dossier du fichier de configuration (%s) est accessible en écriture.", "OpenSSL extension loaded.": "OC_L'extension PHP OpenSSL est chargée.",