Skip to content

Commit 96fe0eb

Browse files
authored
Merge pull request #35 from fritzmg/english-translations
added English translations, Thanks to fritzmg :)
2 parents a6a69d3 + 15f838f commit 96fe0eb

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

contao/languages/en/default.php

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 <[email protected]>
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';

contao/languages/en/tl_content.php

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 <[email protected]>
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';

0 commit comments

Comments
 (0)