[ticket/690] Use utf8 encoding in language files

B3P-690
This commit is contained in:
Marc Alexander
2017-01-15 12:22:07 +01:00
parent 7929bc4da4
commit 719d0e9cfb
2 changed files with 3 additions and 3 deletions

View File

@@ -34,6 +34,6 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
// Adding the permissions
'ACL_A_MANAGE_PORTAL' => 'Kann Portal-Einstellungen <20>ndern',
'ACL_A_MANAGE_PORTAL' => 'Kann Portal-Einstellungen <20>ndern',
'ACL_U_VIEW_PORTAL' => 'Kann das Portal sehen',
));

View File

@@ -34,6 +34,6 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
// Adding the permissions
'ACL_A_MANAGE_PORTAL' => 'Pu<50> modificare le impostazioni del portale',
'ACL_U_VIEW_PORTAL' => 'Pu<50> visualizzare il portale',
'ACL_A_MANAGE_PORTAL' => 'Pu<50> modificare le impostazioni del portale',
'ACL_U_VIEW_PORTAL' => 'Pu<50> visualizzare il portale',
));