From b5b0b0b163ee9f35e93921bd6a569736219a4a1d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 23 Sep 2016 16:51:04 -0400 Subject: [PATCH 1/2] Fix wrong french translation --- view/fr/messages.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/fr/messages.po b/view/fr/messages.po index 5ca1a0500d..42b91f8014 100644 --- a/view/fr/messages.po +++ b/view/fr/messages.po @@ -5098,7 +5098,7 @@ msgstr "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non re #: mod/settings.php:820 mod/settings.php:889 mod/settings.php:976 #: mod/settings.php:1214 msgid "Save Settings" -msgstr "Sauvegarder les paramétres" +msgstr "Sauvegarder les paramètres" #: mod/admin.php:927 mod/register.php:263 msgid "Registration" From 07ce216064603395a86304835c2dd71e66bc8a58 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 23 Sep 2016 16:51:43 -0400 Subject: [PATCH 2/2] Fix wrong french translation string.php --- view/fr/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/fr/strings.php b/view/fr/strings.php index 2aeadadd64..ad25879255 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -1172,7 +1172,7 @@ $a->strings["Open"] = "Ouvert"; $a->strings["No SSL policy, links will track page SSL state"] = "Pas de politique SSL, le liens conserveront l'état SSL de la page"; $a->strings["Force all links to use SSL"] = "Forcer tous les liens à utiliser SSL"; $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificat auto-signé, n'utiliser SSL que pour les liens locaux (non recommandé)"; -$a->strings["Save Settings"] = "Sauvegarder les paramétres"; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; $a->strings["Registration"] = "Inscription"; $a->strings["File upload"] = "Téléversement de fichier"; $a->strings["Policies"] = "Politiques";