File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ /**
4
+ * Contao Open Source CMS
5
+ * Copyright (c) 2005-2015 Leo Feyer
6
+ *
7
+ * @package semantic_html5
8
+ * @copyright MEN AT WORK 2016
9
+ * @author David Maack <david.maack@arcor.de>
10
+ * @license LGPL-3.0+
11
+ */
12
+
13
+ /**
14
+ * CE-Elements
15
+ */
16
+ $ GLOBALS ['TL_LANG ' ]['CTE ' ]['sHtml5Start ' ] = array ('Start element ' , '' );
17
+ $ GLOBALS ['TL_LANG ' ]['CTE ' ]['sHtml5End ' ] = array ('End element ' , '' );
18
+ $ GLOBALS ['TL_LANG ' ]['CTE ' ]['html5 ' ] = 'HTML5 element ' ;
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ /**
4
+ * Contao Open Source CMS
5
+ * Copyright (c) 2005-2015 Leo Feyer
6
+ *
7
+ * @package semantic_html5
8
+ * @copyright MEN AT WORK 2016
9
+ * @author David Maack <david.maack@arcor.de>
10
+ * @license LGPL-3.0+
11
+ */
12
+
13
+ /**
14
+ * Fields
15
+ */
16
+ $ GLOBALS ['TL_LANG ' ]['tl_content ' ]['sh5_type ' ] = array ('HTML5 elements ' , 'Please choose the type of the HTML5 element. ' );
17
+ $ GLOBALS ['TL_LANG ' ]['tl_content ' ]['sh5_additional ' ] = array ('Additional properties ' , 'You can define additional properties here, e.g. "data-rel" ' );
18
+ $ GLOBALS ['TL_LANG ' ]['tl_content ' ]['sh5_additional ' ]['property ' ] = 'Property ' ;
19
+ $ GLOBALS ['TL_LANG ' ]['tl_content ' ]['sh5_additional ' ]['value ' ] = 'Value ' ;
20
+
21
+ /**
22
+ * Legends
23
+ */
24
+ $ GLOBALS ['TL_LANG ' ]['tl_content ' ]['html5_legend ' ] = 'HTML5 elements ' ;
You can’t perform that action at this time.
0 commit comments