1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,38 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+/** |
|
4 |
+ * JustifiedGallery for Contao |
|
5 |
+ * |
|
6 |
+ * Copyright (c) 2016 Benjamin Roth |
|
7 |
+ * |
|
8 |
+ * @license LGPL-3.0+ |
|
9 |
+ */ |
|
10 |
+ |
|
11 |
+ |
|
12 |
+/** |
|
13 |
+ * Fields |
|
14 |
+ */ |
|
15 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_enable'][0] = "Justified Gallery aktivieren"; |
|
16 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_enable'][1] = "Nutzt das JustifiedGallery Plugin für diese Galerie."; |
|
17 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_fixedHeight'][0] = "Feste Höhe"; |
|
18 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_fixedHeight'][1] = "Alle Zeilen haben die gleiche festgelegte Höhe."; |
|
19 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_height'][0] = "Höhe"; |
|
20 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_height'][1] = "Die Referenzhöhe der Bilder."; |
|
21 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_maxHeight'][0] = "Maximale Höhe"; |
|
22 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_maxHeight'][1] = "Die Zeilenhöhe wird diesen Wert nie überschreiten."; |
|
23 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_margins'][0] = "Bildabstand"; |
|
24 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_margins'][1] = "Der Abstand zwischen den Bildern."; |
|
25 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_captions'][0] = "Bildunterschriften anzeigen"; |
|
26 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_captions'][1] = "Die Bildunterschriften werden bei den Bildern angezeigt."; |
|
27 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_waitLoaded'][0] = "Warten bis Bilder geladen"; |
|
28 |
+$GLOBALS['TL_LANG']['tl_content']['eSM_jg_waitLoaded'][1] = "Jede Zeile wird erst dann eingeblendet, wenn alle Bilder geladen sind."; |
|
29 |
+/** |
|
30 |
+ * Legends |
|
31 |
+ */ |
|
32 |
+$GLOBALS['TL_LANG']['tl_content']['justifiedGallery_legend'] = "JustifiedGallery Plugin"; |
|
33 |
+ |
|
34 |
+/** |
|
35 |
+ * Misc |
|
36 |
+ */ |
|
37 |
+ |
|
38 |
+$GLOBALS['TL_LANG']['tl_content']['includeTemplatesJQuery'] = "Das <em>%s</em>-Template muss im Seitenlayout eingebunden sein."; |
|
0 | 39 |
\ No newline at end of file |