diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php index e635fbf0..a0769bd4 100644 --- a/resources/lang/fr-FR/forms.php +++ b/resources/lang/fr-FR/forms.php @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Code de Google Analytics', 'analytics_gosquared' => 'Code de GoSquared Analytics', - 'analytics_piwik_url' => 'URL de votre instance de Piwik (sans http(s)://)', + 'analytics_piwik_url' => 'URL of your Piwik instance', 'analytics_piwik_siteid' => 'Id du site de Piwik', ], 'localization' => [ @@ -229,6 +229,11 @@ return [ 'timezone' => 'Sélection du fuseau horaire', ], + 'seo' => [ + 'title' => 'SEO Title', + 'description' => 'SEO Description', + ], + // Buttons 'add' => 'Ajouter', 'save' => 'Enregistrer',