| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,25 @@ |
| 1 |
+<?php |
|
| 2 |
+ |
|
| 3 |
+/** |
|
| 4 |
+ * TeamList for Contao |
|
| 5 |
+ * |
|
| 6 |
+ * Copyright (c) 2016 Benjamin Roth |
|
| 7 |
+ * |
|
| 8 |
+ * @license LGPL-3.0+ |
|
| 9 |
+ */ |
|
| 10 |
+ |
|
| 11 |
+$GLOBALS['TL_LANG']['REF']['divisions']['management'] = 'Management / Marketing'; |
|
| 12 |
+$GLOBALS['TL_LANG']['REF']['divisions']['representatives'] = 'Sales representatives'; |
|
| 13 |
+$GLOBALS['TL_LANG']['REF']['divisions']['office'] = 'Phone sales/office'; |
|
| 14 |
+$GLOBALS['TL_LANG']['REF']['divisions']['sales'] = 'Sales'; |
|
| 15 |
+$GLOBALS['TL_LANG']['REF']['divisions']['administration'] = 'Administration'; |
|
| 16 |
+$GLOBALS['TL_LANG']['REF']['divisions']['accounting'] = 'Bookkeeping'; |
|
| 17 |
+$GLOBALS['TL_LANG']['REF']['divisions']['tasting'] = 'Wine tasting'; |
|
| 18 |
+$GLOBALS['TL_LANG']['REF']['divisions']['warehouse'] = 'Warehouse/dispatch'; |
|
| 19 |
+$GLOBALS['TL_LANG']['REF']['divisions']['bottling'] = 'Filling technology'; |
|
| 20 |
+$GLOBALS['TL_LANG']['REF']['divisions']['cellar'] = 'Cellar technology'; |
|
| 21 |
+$GLOBALS['TL_LANG']['REF']['divisions']['logistics'] = 'Delivery'; |
|
| 22 |
+$GLOBALS['TL_LANG']['REF']['divisions']['spirits'] = 'Premium schnapps'; |
|
| 23 |
+$GLOBALS['TL_LANG']['REF']['divisions']['facility_management'] = 'Cleaning'; |
|
| 24 |
+ |
|
| 25 |
+$GLOBALS['TL_LANG']['MSC']['divisions_filter'] = 'Department'; |