-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from fritzmg/english-translations
added English translations, Thanks to fritzmg :)
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |