Skip to content

Commit

Permalink
Merge pull request #35 from fritzmg/english-translations
Browse files Browse the repository at this point in the history
added English translations,
Thanks to fritzmg :)
  • Loading branch information
davidmaack authored Feb 6, 2018
2 parents a6a69d3 + 15f838f commit 96fe0eb
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contao/languages/en/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

/**
* Contao Open Source CMS
* Copyright (c) 2005-2015 Leo Feyer
*
* @package semantic_html5
* @copyright MEN AT WORK 2016
* @author David Maack <[email protected]>
* @license LGPL-3.0+
*/

/**
* CE-Elements
*/
$GLOBALS['TL_LANG']['CTE']['sHtml5Start'] = array('Start element', '');
$GLOBALS['TL_LANG']['CTE']['sHtml5End'] = array('End element', '');
$GLOBALS['TL_LANG']['CTE']['html5'] = 'HTML5 element';
24 changes: 24 additions & 0 deletions contao/languages/en/tl_content.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

/**
* Contao Open Source CMS
* Copyright (c) 2005-2015 Leo Feyer
*
* @package semantic_html5
* @copyright MEN AT WORK 2016
* @author David Maack <[email protected]>
* @license LGPL-3.0+
*/

/**
* Fields
*/
$GLOBALS['TL_LANG']['tl_content']['sh5_type'] = array('HTML5 elements', 'Please choose the type of the HTML5 element.');
$GLOBALS['TL_LANG']['tl_content']['sh5_additional'] = array('Additional properties', 'You can define additional properties here, e.g. "data-rel"');
$GLOBALS['TL_LANG']['tl_content']['sh5_additional']['property'] = 'Property';
$GLOBALS['TL_LANG']['tl_content']['sh5_additional']['value'] = 'Value';

/**
* Legends
*/
$GLOBALS['TL_LANG']['tl_content']['html5_legend'] = 'HTML5 elements';

0 comments on commit 96fe0eb

Please sign in to comment.