1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,14 @@ |
1 |
+<?php |
|
2 |
+/** |
|
3 |
+ * eSales Media oxVoucher for Contao Open Source CMS |
|
4 |
+ * |
|
5 |
+ * Copyright (c) 2015 eSales Media |
|
6 |
+ * |
|
7 |
+ * @author Benjamin Roth [benjamin@esales-media.de] |
|
8 |
+ * @license proprietary |
|
9 |
+ */ |
|
10 |
+ |
|
11 |
+$GLOBALS['TL_LANG']['tl_module']['oxticket_category'][0] = 'OXID Kategorie'; |
|
12 |
+$GLOBALS['TL_LANG']['tl_module']['oxticket_category'][1] = 'OXID Kategorie, welche sämtliche Eintrittskarten beinhaltet'; |
|
13 |
+ |
|
14 |
+$GLOBALS['TL_LANG']['tl_module']['oxticket_legend'] = 'Eintrittskarten-Konfiguration'; |
|
0 | 15 |
\ No newline at end of file |