diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index cb67718e..47501ada 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Google Analytics kode', 'analytics_gosquared' => 'GoSquared Analytics kode', - 'analytics_piwik_url' => 'URL til Piwik installation (uden http(s)://)', + 'analytics_piwik_url' => 'URL of your Piwik instance', 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ @@ -229,6 +229,11 @@ return [ 'timezone' => 'Select Timezone', ], + 'seo' => [ + 'title' => 'SEO Title', + 'description' => 'SEO Description', + ], + // Buttons 'add' => 'Tilføj', 'save' => 'Gem',