Konfiguration Positionierung Rating auf Seiten (oberhalb/unterhalb) eingebaut

This commit is contained in:
2015-06-12 07:39:01 +02:00
parent 3ce491f16c
commit 0f080a32be
5 changed files with 41 additions and 16 deletions

View File

@ -31,6 +31,10 @@
$GLOBALS['TL_LANG']['tl_page']['rateit_legend'] = 'Rate It-Einstellungen';
$GLOBALS['TL_LANG']['tl_page']['addRating'] = array('Rating aktivieren', 'Aktiviert das Rating für diese Seite');
$GLOBALS['TL_LANG']['tl_page']['addRating'] = array('Rating aktivieren', 'Aktiviert das Rating für diese Seite');
$GLOBALS['TL_LANG']['tl_page']['rateit_position'] = array('Position', 'Position des Rating (ober- oder unterhalb) der Seite.');
$GLOBALS['TL_LANG']['tl_page']['before'] = array('oberhalb', 'Anzeige des Texts oberhalb der Seite');
$GLOBALS['TL_LANG']['tl_page']['after'] = array('unterhalb', 'Anzeige des Texts unterhalb der Seite');
?>

View File

@ -31,6 +31,10 @@
$GLOBALS['TL_LANG']['tl_page']['rateit_legend'] = 'Rate It-Settings';
$GLOBALS['TL_LANG']['tl_page']['addRating'] = array('activate rating', 'Enables the rating for this page');
$GLOBALS['TL_LANG']['tl_page']['addRating'] = array('activate rating', 'Enables the rating for this page');
$GLOBALS['TL_LANG']['tl_page']['rateit_position'] = array('position', 'position of the rating (before or above) the page.');
$GLOBALS['TL_LANG']['tl_page']['before'] = array('above', 'Display the text above the page');
$GLOBALS['TL_LANG']['tl_page']['after'] = array('below', 'Display the text below the page');
?>