diff --git a/resources/lang/ro-RO/forms.php b/resources/lang/ro-RO/forms.php index 4a7689ce..e1422ff5 100644 --- a/resources/lang/ro-RO/forms.php +++ b/resources/lang/ro-RO/forms.php @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Cod Google Analytics', 'analytics_gosquared' => 'Cod GoSquared Analytics', - 'analytics_piwik_url' => 'URL-ul instanţei dvs. de Piwik (fără http(s)://)', + 'analytics_piwik_url' => 'URL of your Piwik instance', 'analytics_piwik_siteid' => 'Id site Piwik', ], 'localization' => [ @@ -229,6 +229,11 @@ return [ 'timezone' => 'Select Timezone', ], + 'seo' => [ + 'title' => 'SEO Title', + 'description' => 'SEO Description', + ], + // Buttons 'add' => 'Adaugă', 'save' => 'Salvează',