From 2e5ffdc0a8be815426a0046a5cb5ff8d9e0cefbb Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:06:12 +0300 Subject: [PATCH] New translations setting.php (German) --- .../advs-module/resources/lang/de/setting.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/de/setting.php b/addons/default/visiosoft/advs-module/resources/lang/de/setting.php index 1feb71520..c42ed172b 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/de/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/de/setting.php @@ -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', ],