Skip to content

Commit

Permalink
Language update
Browse files Browse the repository at this point in the history
  • Loading branch information
Flerex committed Mar 14, 2018
1 parent 0460a44 commit d1c8186
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion language/en/permissions_linkedaccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
$lang = array_merge($lang, array(

'ACL_U_LINK_ACCOUNTS' => 'Can link accounts',
'ACL_A_LINK_ACCOUNTS' => 'Can manage users\' account links',
'ACL_A_LINK_ACCOUNTS' => 'Can manage account links',
));
2 changes: 1 addition & 1 deletion language/es/permissions_linkedaccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
$lang = array_merge($lang, array(

'ACL_U_LINK_ACCOUNTS' => 'Puede enlazar cuentas',
'ACL_A_LINK_ACCOUNTS' => 'Puede gestionar los enlaces entre cuentas de los usuarios',
'ACL_A_LINK_ACCOUNTS' => 'Puede gestionar los enlaces entre cuentas',
));
2 changes: 1 addition & 1 deletion language/gl/permissions_linkedaccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
$lang = array_merge($lang, array(

'ACL_U_LINK_ACCOUNTS' => 'Pode vincular contas',
'ACL_A_LINK_ACCOUNTS' => 'Pode xestionar os enlaces entre contas de usuarios',
'ACL_A_LINK_ACCOUNTS' => 'Pode xestionar os enlaces entre contas',
));
2 changes: 1 addition & 1 deletion language/nl/permissions_linkedaccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
$lang = array_merge($lang, array(

'ACL_U_LINK_ACCOUNTS' => 'Kan accounts koppelen',
'ACL_A_LINK_ACCOUNTS' => 'HOLAAAACan manage users\' account links',
'ACL_A_LINK_ACCOUNTS' => 'Can manage account links',
));

0 comments on commit d1c8186

Please sign in to comment.