mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 19:23:21 +01:00
Update views_auth_login.php
This commit is contained in:
parent
a2c2e994db
commit
54d11649cb
@ -1,9 +1,25 @@
|
|||||||
<?php
|
<?php
|
||||||
return array (
|
/**
|
||||||
|
* Message translations.
|
||||||
|
*
|
||||||
|
* This file is automatically generated by 'yii message/extract' command.
|
||||||
|
* It contains the localizable messages extracted from source code.
|
||||||
|
* You may modify this file by translating the extracted messages.
|
||||||
|
*
|
||||||
|
* Each array element represents the translation (value) of a message (key).
|
||||||
|
* If the value is empty, the message is considered as not translated.
|
||||||
|
* Messages that no longer need translation will have their translations
|
||||||
|
* enclosed between a pair of '@@' marks.
|
||||||
|
*
|
||||||
|
* Message string can be used with plural forms format. Check i18n section
|
||||||
|
* of the guide for details.
|
||||||
|
*
|
||||||
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
|
*/
|
||||||
|
return [
|
||||||
'<strong>Join</strong> the network' => '<strong>Csatlakozás</strong> a hálózathoz',
|
'<strong>Join</strong> the network' => '<strong>Csatlakozás</strong> a hálózathoz',
|
||||||
'<strong>Please</strong> sign in' => '<strong>Kérem</strong> lépjen be',
|
'<strong>Please</strong> sign in' => '<strong>Kérem</strong> lépjen be',
|
||||||
'<strong>Sign</strong> up' => '<strong>Feliratkozás</strong>',
|
'<strong>Sign</strong> up' => '<strong>Feliratkozás</strong>',
|
||||||
'Create a new one.' => 'Új létrehozása',
|
|
||||||
'Don\'t have an account? Join the network by entering your e-mail address.' => 'Nincs még fiókod? Csatlakozz a hálózathoz az email cimed megadásával.',
|
'Don\'t have an account? Join the network by entering your e-mail address.' => 'Nincs még fiókod? Csatlakozz a hálózathoz az email cimed megadásával.',
|
||||||
'Forgot your password?' => 'Elfelejtetted a jelszavad?',
|
'Forgot your password?' => 'Elfelejtetted a jelszavad?',
|
||||||
'If you\'re already a member, please login with your username/email and password.' => 'Amennyiben már tag vagy, lépj be a felhasználói neveddel / email cimedd el és a jelszavaddal.',
|
'If you\'re already a member, please login with your username/email and password.' => 'Amennyiben már tag vagy, lépj be a felhasználói neveddel / email cimedd el és a jelszavaddal.',
|
||||||
@ -15,4 +31,4 @@ return array (
|
|||||||
'email' => '',
|
'email' => '',
|
||||||
'password' => 'jelszó',
|
'password' => 'jelszó',
|
||||||
'username or email' => 'felhasználó vagy email',
|
'username or email' => 'felhasználó vagy email',
|
||||||
);
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user