From 0595e61685161d6f12e55097e3754ef3ccd4a4c9 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 11 Jul 2019 13:11:42 +0100 Subject: [PATCH] New translations forms.php (Romanian) --- resources/lang/ro-RO/forms.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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ă',