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', ],