From a37b20954cd0ef4493aedad5567fbb18f7ebcb5c Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 11 Jul 2019 13:13:51 +0100 Subject: [PATCH] New translations forms.php (Italian) --- resources/lang/it-IT/forms.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php index 658168b7..5688056f 100644 --- a/resources/lang/it-IT/forms.php +++ b/resources/lang/it-IT/forms.php @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Codice Google Analytics', 'analytics_gosquared' => 'Codice GoSquared Analytics', - 'analytics_piwik_url' => 'URL dell\'istanza Piwik (senza http(s)://)', + 'analytics_piwik_url' => 'URL of your Piwik instance', 'analytics_piwik_siteid' => 'Id del sito Piwik', ], 'localization' => [ @@ -229,6 +229,11 @@ return [ 'timezone' => 'Select Timezone', ], + 'seo' => [ + 'title' => 'SEO Title', + 'description' => 'SEO Description', + ], + // Buttons 'add' => 'Aggiungi', 'save' => 'Salva',