New translations forms.php (Hungarian)

This commit is contained in:
Cachet Bot 2019-07-11 13:13:40 +01:00
parent 1cd44aaa66
commit c0b737ef42

View File

@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without 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' => 'Add',
'save' => 'Save',