Browse code

Update

Benjamin Roth authored on20/03/2023 16:19:16
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+/**
4
+ * Custom extension for Isotope for Contao
5
+ *
6
+ * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de]
7
+ *
8
+ * @package eSM_isotope_custom
9
+ * @link    http://www.esales-media.de
10
+ * @license commercial
11
+ */
12
+
13
+$GLOBALS['TL_LANG']['MSC']['cartNCheckout'] = 'Warenkorb &amp; Bestellen';
14
+$GLOBALS['TL_LANG']['MSC']['not_buyable_text'] = 'Dieses Produkt ist derzeit leider nicht bestellbar.';
15
+$GLOBALS['TL_LANG']['MSC']['not_buyable'] = 'derzeit leider ausgetrunken';
16
+
17
+
18
+$GLOBALS['TL_LANG']['ERR']['date_age16'] = 'Aus Jugendschutzgründen müssen Sie mindestens 16 Jahre alt sein.';
0 19
\ No newline at end of file