contributions/usermanagement.hijackaccount/view/translations/hijackaccount.translations.php File Reference
Go to the source code of this file.
Functions |
|
hijackaccount_load_translations ($languages) | |
Hijackaccount translations. |
Function Documentation
hijackaccount_load_translations | ( | $ | languages | ) |
Hijackaccount translations.
Definition at line 8 of file hijackaccount.translations.php.
00008 { 00009 return array( 00010 'Hijack Account' => array( 00011 'de' => 'Account übernehmen' 00012 ), 00013 'usermanagement.hijackaccount' => array( 00014 'en' => 'Account Hijacks', 00015 'de' => 'Account übernommen' 00016 ), 00017 '%name logged into your account' => array( 00018 'de' => '%name hat sich in Ihren Account eingeloggt' 00019 ), 00020 'You now have been logged in as %name. If you log out, you will return to you old session' => array( 00021 'de' => 'Sie sind nun als %name eingeloggt. Wenn Sie sich ausloggen, wird Ihr alter Login wieder hergestellt' 00022 ) 00023 ); 00024 }