Umzug zu gitlab
This commit is contained in:
6
languages/de/modules.php
Normal file
6
languages/de/modules.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Back end modules
|
||||
$GLOBALS['TL_LANG']['MOD']['news4ward_rateit'] = array('Bewertung von Beiträgen', 'Bewertung von Beiträgen');
|
||||
|
||||
?>
|
9
languages/de/tl_news4ward_article.php
Normal file
9
languages/de/tl_news4ward_article.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$GLOBALS['TL_LANG']['tl_news4ward_article']['rating_legend'] = 'Rate It-Einstellungen';
|
||||
|
||||
$GLOBALS['TL_LANG']['tl_news4ward_article']['addRating'] = array('Rating aktivieren', 'Aktiviert das Rating für diese Nachricht');
|
||||
$GLOBALS['TL_LANG']['tl_news4ward_article']['rateit_position'] = array('Position', 'Position des Rating (ober- oder unterhalb) des News-Beitrags.');
|
||||
|
||||
$GLOBALS['TL_LANG']['tl_news4ward_article']['before'] = array('oberhalb', 'Anzeige des Texts oberhalb des News-Beitrags');
|
||||
$GLOBALS['TL_LANG']['tl_news4ward_article']['after'] = array('unterhalb', 'Anzeige des Texts unterhalb des News-Beitrags');
|
Reference in New Issue
Block a user