From a2b632d30ba611b2bf8174b6886bf2293ea32d9c Mon Sep 17 00:00:00 2001 From: Ivo Bathke Date: Thu, 25 Jan 2018 15:13:42 +0100 Subject: [PATCH 1/5] added COOKIE_NOTE_CLOSE to de --- de/lang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/de/lang.php b/de/lang.php index ee052cfc..f578f41f 100644 --- a/de/lang.php +++ b/de/lang.php @@ -43,6 +43,7 @@ // Header 'SEARCH_TITLE' => 'Suchbegriff eingeben...', 'SEARCH_SUBMIT' => 'Suchen', + 'COOKIE_NOTE_CLOSE' => 'Schließen', // Sidebar 'DD_SIDEBAR_CATEGORYTREE' => 'Kategorien', From c7fe7980471339cebf9de8ed3a6d062388d88f60 Mon Sep 17 00:00:00 2001 From: Ivo Bathke Date: Thu, 25 Jan 2018 15:14:39 +0100 Subject: [PATCH 2/5] added COOKIE_NOTE_CLOSE to en --- en/lang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/en/lang.php b/en/lang.php index 3fbfb6b8..eb819845 100644 --- a/en/lang.php +++ b/en/lang.php @@ -43,6 +43,7 @@ // Header 'SEARCH_TITLE' => 'Enter a search term...', 'SEARCH_SUBMIT' => 'Search', + 'COOKIE_NOTE_CLOSE' => 'Close', // Sidebar 'DD_SIDEBAR_CATEGORYTREE' => 'Categories', From 2141e41c2933d91d607bf26433051e7245df9ba0 Mon Sep 17 00:00:00 2001 From: Ivo Bathke Date: Wed, 31 Jan 2018 12:40:38 +0100 Subject: [PATCH 3/5] fixed missing trans ident ADD_RECOMM_ADDRECOMMLINK2 --- tpl/form/recommendation_add.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/form/recommendation_add.tpl b/tpl/form/recommendation_add.tpl index 2e780dad..d62dbf0c 100644 --- a/tpl/form/recommendation_add.tpl +++ b/tpl/form/recommendation_add.tpl @@ -30,6 +30,6 @@ [{else}] - [{oxmultilang ident="NO_LISTMANIA_LIST"}] [{oxmultilang ident="ADD_RECOMM_ADDRECOMMLINK2"}]. + [{oxmultilang ident="NO_LISTMANIA_LIST"}] [{oxmultilang ident="CLICK_HERE"}] [{/if}] [{/if}] From f350789cc818a85d7b52cce36e6c674a5d4050d5 Mon Sep 17 00:00:00 2001 From: Ivo Bathke Date: Thu, 22 Feb 2018 09:45:43 +0100 Subject: [PATCH 4/5] revert --- en/theme_options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/theme_options.php b/en/theme_options.php index d3eb55ae..f9e2e340 100644 --- a/en/theme_options.php +++ b/en/theme_options.php @@ -205,4 +205,4 @@ 'SHOP_THEME_blFullwidthLayout' => 'Activate full with layout', 'SHOP_THEME_blEmailsShowProductPictures' => 'Show product pictures in emails', -); \ No newline at end of file +); From a53f04cbbb013250a3fb879b7383cfae55078c91 Mon Sep 17 00:00:00 2001 From: Ivo Bathke Date: Thu, 22 Feb 2018 10:15:17 +0100 Subject: [PATCH 5/5] SHOP_THEME_sBackgroundPosVertical_left --- de/theme_options.php | 1 + en/theme_options.php | 1 + 2 files changed, 2 insertions(+) diff --git a/de/theme_options.php b/de/theme_options.php index c406087b..005cd6de 100644 --- a/de/theme_options.php +++ b/de/theme_options.php @@ -157,6 +157,7 @@ 'SHOP_THEME_sBackgroundPosHorizontal_right' => 'rechts', 'SHOP_THEME_sBackgroundPosHorizontal_center' => 'zentriert', 'SHOP_THEME_sBackgroundPosVertical' => 'Vertikale Position des Hintergrundbildes', + 'SHOP_THEME_sBackgroundPosVertical_left' => 'links', 'SHOP_THEME_sBackgroundPosVertical_top' => 'oben', 'SHOP_THEME_sBackgroundPosVertical_bottom' => 'unten', 'SHOP_THEME_sBackgroundPosVertical_center' => 'zentriert', diff --git a/en/theme_options.php b/en/theme_options.php index f9e2e340..2ac60e7b 100644 --- a/en/theme_options.php +++ b/en/theme_options.php @@ -159,6 +159,7 @@ 'SHOP_THEME_sBackgroundPosHorizontal_right' => 'right', 'SHOP_THEME_sBackgroundPosHorizontal_center' => 'centered', 'SHOP_THEME_sBackgroundPosVertical' => 'Vertical position of the background-image', + 'SHOP_THEME_sBackgroundPosVertical_left' => 'left', 'SHOP_THEME_sBackgroundPosVertical_top' => 'top', 'SHOP_THEME_sBackgroundPosVertical_bottom' => 'bottom', 'SHOP_THEME_sBackgroundPosVertical_center' => 'centered',