| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,61 +0,0 @@ |
| 1 |
-<?php |
|
| 2 |
- |
|
| 3 |
-/* |
|
| 4 |
- * This file is part of eSales Media ContentHelperBundle |
|
| 5 |
- * |
|
| 6 |
- * (c) Benjamin Roth |
|
| 7 |
- * |
|
| 8 |
- * @license proprietary |
|
| 9 |
- */ |
|
| 10 |
- |
|
| 11 |
-/** |
|
| 12 |
- * Fields |
|
| 13 |
- */ |
|
| 14 |
-$GLOBALS['TL_LANG']['tl_content']['es_col_text'][0] = 'Mehrspaltiger Text'; |
|
| 15 |
-$GLOBALS['TL_LANG']['tl_content']['es_col_text'][1] = 'Der Text wird in Spalten ausgegeben.'; |
|
| 16 |
-$GLOBALS['TL_LANG']['tl_content']['es_spacing'][0] = 'Abstand nach dem Element'; |
|
| 17 |
-$GLOBALS['TL_LANG']['tl_content']['es_spacing'][1] = 'Fügt einen Abstand nach dem Element ein.'; |
|
| 18 |
-$GLOBALS['TL_LANG']['tl_content']['es_padding'][0] = 'Innenabstand'; |
|
| 19 |
-$GLOBALS['TL_LANG']['tl_content']['es_padding'][1] = 'Es wird Oben und Unten ein Innenabstand angewendet.'; |
|
| 20 |
-$GLOBALS['TL_LANG']['tl_content']['es_textAlign'][0] = 'Text-Ausrichtung'; |
|
| 21 |
-$GLOBALS['TL_LANG']['tl_content']['es_textAlign'][1] = 'Die Textausrichtung innerhalb des Elements. (Evtl. wird diese Einstellung durch spezifisches CSS überschrieben.)'; |
|
| 22 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_columns_valign'][0] = 'Vertikale Ausrichtung'; |
|
| 23 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_columns_valign'][1] = 'Vertikale Ausrichtung des Spalteninhalts.'; |
|
| 24 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_large'][0] = 'Desktop-Sortierung'; |
|
| 25 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_large'][1] = 'Anordnung der Spalte am Desktop.'; |
|
| 26 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_medium'][0] = 'Tablet-Sortierung'; |
|
| 27 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_medium'][1] = 'Anordnung der Spalte am Tablet.'; |
|
| 28 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_small'][0] = 'Mobile-Sortierung'; |
|
| 29 |
-$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_small'][1] = 'Anordnung der Spalte am Mobilgerät.'; |
|
| 30 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate'][0] = 'Element animieren'; |
|
| 31 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate'][1] = 'Animiert das Element, sobald es im sichtbaren Bereich ist.'; |
|
| 32 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate_children'][0] = 'Kindelemente einzeln animieren'; |
|
| 33 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate_children'][1] = 'Es werden die Kindelemente (z.B. mehrere Boxen/Spalten) einzeln animiert, anstatt das Hauptelement.'; |
|
| 34 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate_type'][0] = 'Animationstyp'; |
|
| 35 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate_type'][1] = 'Legt fest, wie das Element animiert werden soll.'; |
|
| 36 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate_fade'][0] = 'Beim Animieren einblenden'; |
|
| 37 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate_fade'][1] = 'Das Element wird während der Animation erst sichtbar.'; |
|
| 38 |
- |
|
| 39 |
-/** |
|
| 40 |
- * Legends |
|
| 41 |
- */ |
|
| 42 |
-$GLOBALS['TL_LANG']['tl_content']['col_layout_legend'] = 'Spaltenlayout'; |
|
| 43 |
-$GLOBALS['TL_LANG']['tl_content']['es_animate_legend'] = 'Animations-Einstellungen'; |
|
| 44 |
- |
|
| 45 |
-/** |
|
| 46 |
- * References |
|
| 47 |
- */ |
|
| 48 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_col_text']['2col'] = '2-Spalten'; |
|
| 49 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['default'] = 'Standard'; |
|
| 50 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['paragraph'] = 'Absatz'; |
|
| 51 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['top'] = 'Oben'; |
|
| 52 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['center'] = 'Mitte'; |
|
| 53 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['bottom'] = 'Unten'; |
|
| 54 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['stretch'] = 'Gleiche Höhe'; |
|
| 55 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['left'] = 'Linksbündig'; |
|
| 56 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['center'] = 'Zentriert'; |
|
| 57 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['right'] = 'Rechtsbündig'; |
|
| 58 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move'] = 'Einfliegen von rechts'; |
|
| 59 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move -move-right'] = 'Einfliegen von links'; |
|
| 60 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move -move-top'] = 'Einfliegen von unten'; |
|
| 61 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move -move-bottom'] = 'Einfliegen von oben'; |
| ... | ... |
@@ -27,11 +27,20 @@ $GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_medium'][0] = 'Tablet-Sorti |
| 27 | 27 |
$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_medium'][1] = 'Anordnung der Spalte am Tablet.'; |
| 28 | 28 |
$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_small'][0] = 'Mobile-Sortierung'; |
| 29 | 29 |
$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_small'][1] = 'Anordnung der Spalte am Mobilgerät.'; |
| 30 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate'][0] = 'Element animieren'; |
|
| 31 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate'][1] = 'Animiert das Element, sobald es im sichtbaren Bereich ist.'; |
|
| 32 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate_children'][0] = 'Kindelemente einzeln animieren'; |
|
| 33 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate_children'][1] = 'Es werden die Kindelemente (z.B. mehrere Boxen/Spalten) einzeln animiert, anstatt das Hauptelement.'; |
|
| 34 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate_type'][0] = 'Animationstyp'; |
|
| 35 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate_type'][1] = 'Legt fest, wie das Element animiert werden soll.'; |
|
| 36 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate_fade'][0] = 'Beim Animieren einblenden'; |
|
| 37 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate_fade'][1] = 'Das Element wird während der Animation erst sichtbar.'; |
|
| 30 | 38 |
|
| 31 | 39 |
/** |
| 32 | 40 |
* Legends |
| 33 | 41 |
*/ |
| 34 | 42 |
$GLOBALS['TL_LANG']['tl_content']['col_layout_legend'] = 'Spaltenlayout'; |
| 43 |
+$GLOBALS['TL_LANG']['tl_content']['es_animate_legend'] = 'Animations-Einstellungen'; |
|
| 35 | 44 |
|
| 36 | 45 |
/** |
| 37 | 46 |
* References |
| ... | ... |
@@ -45,4 +54,8 @@ $GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['bottom'] = 'Un |
| 45 | 54 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['stretch'] = 'Gleiche Höhe'; |
| 46 | 55 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['left'] = 'Linksbündig'; |
| 47 | 56 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['center'] = 'Zentriert'; |
| 48 |
-$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['right'] = 'Rechtsbündig'; |
|
| 49 | 57 |
\ No newline at end of file |
| 58 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['right'] = 'Rechtsbündig'; |
|
| 59 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move'] = 'Einfliegen von rechts'; |
|
| 60 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move -move-right'] = 'Einfliegen von links'; |
|
| 61 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move -move-top'] = 'Einfliegen von unten'; |
|
| 62 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_animate_type']['-move -move-bottom'] = 'Einfliegen von oben'; |
| ... | ... |
@@ -17,6 +17,8 @@ $GLOBALS['TL_LANG']['tl_content']['es_spacing'][0] = 'Abstand nach dem Element'; |
| 17 | 17 |
$GLOBALS['TL_LANG']['tl_content']['es_spacing'][1] = 'Fügt einen Abstand nach dem Element ein.'; |
| 18 | 18 |
$GLOBALS['TL_LANG']['tl_content']['es_padding'][0] = 'Innenabstand'; |
| 19 | 19 |
$GLOBALS['TL_LANG']['tl_content']['es_padding'][1] = 'Es wird Oben und Unten ein Innenabstand angewendet.'; |
| 20 |
+$GLOBALS['TL_LANG']['tl_content']['es_textAlign'][0] = 'Text-Ausrichtung'; |
|
| 21 |
+$GLOBALS['TL_LANG']['tl_content']['es_textAlign'][1] = 'Die Textausrichtung innerhalb des Elements. (Evtl. wird diese Einstellung durch spezifisches CSS überschrieben.)'; |
|
| 20 | 22 |
$GLOBALS['TL_LANG']['tl_content']['es_rs_columns_valign'][0] = 'Vertikale Ausrichtung'; |
| 21 | 23 |
$GLOBALS['TL_LANG']['tl_content']['es_rs_columns_valign'][1] = 'Vertikale Ausrichtung des Spalteninhalts.'; |
| 22 | 24 |
$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_large'][0] = 'Desktop-Sortierung'; |
| ... | ... |
@@ -41,3 +41,6 @@ $GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['top'] = 'Oben' |
| 41 | 41 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['center'] = 'Mitte'; |
| 42 | 42 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['bottom'] = 'Unten'; |
| 43 | 43 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['stretch'] = 'Gleiche Höhe'; |
| 44 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['left'] = 'Linksbündig'; |
|
| 45 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['center'] = 'Zentriert'; |
|
| 46 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_textAlign']['right'] = 'Rechtsbündig'; |
|
| 44 | 47 |
\ No newline at end of file |
| ... | ... |
@@ -11,6 +11,8 @@ |
| 11 | 11 |
/** |
| 12 | 12 |
* Fields |
| 13 | 13 |
*/ |
| 14 |
+$GLOBALS['TL_LANG']['tl_content']['es_col_text'][0] = 'Mehrspaltiger Text'; |
|
| 15 |
+$GLOBALS['TL_LANG']['tl_content']['es_col_text'][1] = 'Der Text wird in Spalten ausgegeben.'; |
|
| 14 | 16 |
$GLOBALS['TL_LANG']['tl_content']['es_spacing'][0] = 'Abstand nach dem Element'; |
| 15 | 17 |
$GLOBALS['TL_LANG']['tl_content']['es_spacing'][1] = 'Fügt einen Abstand nach dem Element ein.'; |
| 16 | 18 |
$GLOBALS['TL_LANG']['tl_content']['es_padding'][0] = 'Innenabstand'; |
| ... | ... |
@@ -32,6 +34,7 @@ $GLOBALS['TL_LANG']['tl_content']['col_layout_legend'] = 'Spaltenlayout'; |
| 32 | 34 |
/** |
| 33 | 35 |
* References |
| 34 | 36 |
*/ |
| 37 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_col_text']['2col'] = '2-Spalten'; |
|
| 35 | 38 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['default'] = 'Standard'; |
| 36 | 39 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['paragraph'] = 'Absatz'; |
| 37 | 40 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['top'] = 'Oben'; |
| ... | ... |
@@ -1,13 +1,11 @@ |
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
-/** |
|
| 4 |
- * Tweaks for Contao |
|
| 3 |
+/* |
|
| 4 |
+ * This file is part of eSales Media ContentHelperBundle |
|
| 5 | 5 |
* |
| 6 |
- * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de] |
|
| 6 |
+ * (c) Benjamin Roth |
|
| 7 | 7 |
* |
| 8 |
- * @package eSM_tweaks |
|
| 9 |
- * @link http://www.esales-media.de |
|
| 10 |
- * @license commercial |
|
| 8 |
+ * @license proprietary |
|
| 11 | 9 |
*/ |
| 12 | 10 |
|
| 13 | 11 |
/** |
| ... | ... |
@@ -15,9 +13,28 @@ |
| 15 | 13 |
*/ |
| 16 | 14 |
$GLOBALS['TL_LANG']['tl_content']['es_spacing'][0] = 'Abstand nach dem Element'; |
| 17 | 15 |
$GLOBALS['TL_LANG']['tl_content']['es_spacing'][1] = 'Fügt einen Abstand nach dem Element ein.'; |
| 16 |
+$GLOBALS['TL_LANG']['tl_content']['es_padding'][0] = 'Innenabstand'; |
|
| 17 |
+$GLOBALS['TL_LANG']['tl_content']['es_padding'][1] = 'Es wird Oben und Unten ein Innenabstand angewendet.'; |
|
| 18 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_columns_valign'][0] = 'Vertikale Ausrichtung'; |
|
| 19 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_columns_valign'][1] = 'Vertikale Ausrichtung des Spalteninhalts.'; |
|
| 20 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_large'][0] = 'Desktop-Sortierung'; |
|
| 21 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_large'][1] = 'Anordnung der Spalte am Desktop.'; |
|
| 22 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_medium'][0] = 'Tablet-Sortierung'; |
|
| 23 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_medium'][1] = 'Anordnung der Spalte am Tablet.'; |
|
| 24 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_small'][0] = 'Mobile-Sortierung'; |
|
| 25 |
+$GLOBALS['TL_LANG']['tl_content']['es_rs_column_sort_small'][1] = 'Anordnung der Spalte am Mobilgerät.'; |
|
| 26 |
+ |
|
| 27 |
+/** |
|
| 28 |
+ * Legends |
|
| 29 |
+ */ |
|
| 30 |
+$GLOBALS['TL_LANG']['tl_content']['col_layout_legend'] = 'Spaltenlayout'; |
|
| 18 | 31 |
|
| 19 | 32 |
/** |
| 20 | 33 |
* References |
| 21 | 34 |
*/ |
| 22 | 35 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['default'] = 'Standard'; |
| 23 | 36 |
$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['paragraph'] = 'Absatz'; |
| 37 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['top'] = 'Oben'; |
|
| 38 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['center'] = 'Mitte'; |
|
| 39 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['bottom'] = 'Unten'; |
|
| 40 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_rs_columns_valign']['stretch'] = 'Gleiche Höhe'; |
| ... | ... |
@@ -15,3 +15,9 @@ |
| 15 | 15 |
*/ |
| 16 | 16 |
$GLOBALS['TL_LANG']['tl_content']['es_spacing'][0] = 'Abstand nach dem Element'; |
| 17 | 17 |
$GLOBALS['TL_LANG']['tl_content']['es_spacing'][1] = 'Fügt einen Abstand nach dem Element ein.'; |
| 18 |
+ |
|
| 19 |
+/** |
|
| 20 |
+ * References |
|
| 21 |
+ */ |
|
| 22 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['default'] = 'Standard'; |
|
| 23 |
+$GLOBALS['TL_LANG']['tl_content']['REF']['es_spacing']['paragraph'] = 'Absatz'; |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,17 @@ |
| 1 |
+<?php |
|
| 2 |
+ |
|
| 3 |
+/** |
|
| 4 |
+ * Tweaks for Contao |
|
| 5 |
+ * |
|
| 6 |
+ * Copyright (c) 2014 Benjamin Roth [http://www.esales-media.de] |
|
| 7 |
+ * |
|
| 8 |
+ * @package eSM_tweaks |
|
| 9 |
+ * @link http://www.esales-media.de |
|
| 10 |
+ * @license commercial |
|
| 11 |
+ */ |
|
| 12 |
+ |
|
| 13 |
+/** |
|
| 14 |
+ * Fields |
|
| 15 |
+ */ |
|
| 16 |
+$GLOBALS['TL_LANG']['tl_content']['es_spacing'][0] = 'Abstand nach dem Element'; |
|
| 17 |
+$GLOBALS['TL_LANG']['tl_content']['es_spacing'][1] = 'Fügt einen Abstand nach dem Element ein.'; |