1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,31 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+/** |
|
4 |
+ * References for Contao |
|
5 |
+ * |
|
6 |
+ * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de] |
|
7 |
+ * |
|
8 |
+ * @package eSM_clients |
|
9 |
+ * @link http://www.esales-media.de |
|
10 |
+ * @license commercial |
|
11 |
+ */ |
|
12 |
+ |
|
13 |
+/** |
|
14 |
+ * Fields |
|
15 |
+ */ |
|
16 |
+ |
|
17 |
+ |
|
18 |
+/** |
|
19 |
+ * Legends |
|
20 |
+ */ |
|
21 |
+ |
|
22 |
+ |
|
23 |
+/** |
|
24 |
+ * References |
|
25 |
+ */ |
|
26 |
+ |
|
27 |
+ |
|
28 |
+/** |
|
29 |
+ * Buttons |
|
30 |
+ */ |
|
31 |
+$GLOBALS['TL_LANG']['tl_esm_clients']['edit'] = 'Neuer Kunde'; |
|
0 | 32 |
\ No newline at end of file |