Skip to content

Commit

Permalink
Fixed stray latin1 characters in language files
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSiero committed May 1, 2015
1 parent c38b58c commit f6ca385
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
@@ -1,8 +1,8 @@
<?php

$app_list_strings["moduleList"]["SecurityGroups"] = 'Administración de Grupos de Seguridad';
$app_strings['LBL_LOGIN_AS'] = "Conexión como ";
$app_strings['LBL_LOGOUT_AS'] = "Cerrar sesión como ";
$app_strings['LBL_LOGIN_AS'] = "Conexión como ";
$app_strings['LBL_LOGOUT_AS'] = "Cerrar sesión como ";
$app_strings['LBL_SECURITYGROUP'] = 'Administración de Grupo';

?>
Expand Up @@ -2,7 +2,7 @@

$app_list_strings["moduleList"]["SecurityGroups"] = "Gestion des équipes";
$app_strings['LBL_LOGIN_AS'] = "Ouverture comme ";
$app_strings['LBL_LOGOUT_AS'] = "Déconnexion comme ";
$app_strings['LBL_LOGOUT_AS'] = "Déconnexion comme ";
$app_strings['LBL_SECURITYGROUP'] = 'Gestion des équipe';

?>
@@ -1,8 +1,8 @@
<?php

$app_list_strings["moduleList"]["SecurityGroups"] = 'Gestione Gruppi di Sicurezza';
$app_strings['LBL_LOGIN_AS'] = "Inizio attività come ";
$app_strings['LBL_LOGOUT_AS'] = "Termine attività come ";
$app_strings['LBL_LOGIN_AS'] = "Inizio attività come ";
$app_strings['LBL_LOGOUT_AS'] = "Termine attività come ";
$app_strings['LBL_SECURITYGROUP'] = 'Gestione Gruppi';

?>
@@ -1,8 +1,8 @@
<?php

$app_list_strings["moduleList"]["SecurityGroups"] = 'Gerenciamento de Grupos de Segurança';
$app_strings['LBL_LOGIN_AS'] = "Iniciar sessão como ";
$app_strings['LBL_LOGOUT_AS'] = "Terminar sessão como ";
$app_strings['LBL_LOGIN_AS'] = "Iniciar sessão como ";
$app_strings['LBL_LOGOUT_AS'] = "Terminar sessão como ";
$app_strings['LBL_SECURITYGROUP'] = 'Gerenciamento de Grupo';

?>

0 comments on commit f6ca385

Please sign in to comment.