Added missing language variable "BACK"
This commit is contained in:
@@ -37,5 +37,6 @@ if (empty($lang) || !is_array($lang))
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL' => 'Portal',
|
||||
'VIEWING_PORTAL' => 'Betrachtet das Portal',
|
||||
'BACK' => 'Zurück',
|
||||
));
|
||||
?>
|
||||
@@ -38,5 +38,6 @@ if (empty($lang) || !is_array($lang))
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL' => 'Portal',
|
||||
'VIEWING_PORTAL' => 'Portal page',
|
||||
'BACK' => 'Back',
|
||||
));
|
||||
?>
|
||||
Reference in New Issue
Block a user