New translations setting.php (German)

This commit is contained in:
Fatih Alp 2020-05-12 19:06:12 +03:00
parent 168440f28d
commit 2e5ffdc0a8

View File

@ -18,9 +18,6 @@ return [
'default_published_time' => [
'name' => 'Standardveröffentlichungszeit',
],
'default_adv_limit' => [
'name' => 'Standard-Anzeigenlimit',
],
'address' => [
'name' => 'Kontaktadresse',
],
@ -82,6 +79,18 @@ return [
'default_GET' => [
'name' => 'Standardanzeige GET',
],
'thumbnail_width' => [
'name' => 'Miniaturbildbreite',
],
'thumbnail_height' => [
'name' => 'Miniaturbildhöhe',
],
'picture_width' => [
'name' => 'Bildbreite',
],
'picture_height' => [
'name' => 'Bildhöhe',
],
'twitter' => [
'name' => 'Twitter',
],