Refactoring of user management (ui)
This commit is contained in:
@@ -29,7 +29,7 @@ return array(
|
||||
'All users' => 'Kaikki käyttäjät',
|
||||
'Username' => 'Käyttäjänimi',
|
||||
'Password' => 'Salasana',
|
||||
'Default Project' => 'Oletusprojekti',
|
||||
'Default project' => 'Oletusprojekti',
|
||||
'Administrator' => 'Ylläpitäjä',
|
||||
'Sign in' => 'Kirjaudu sisään',
|
||||
'Users' => 'Käyttäjät',
|
||||
@@ -273,7 +273,7 @@ return array(
|
||||
'IP address' => 'IP-Osoite',
|
||||
'User agent' => 'Selain',
|
||||
'Persistent connections' => 'Voimassa olevat yhteydet',
|
||||
'No session' => 'Ei sessioita',
|
||||
'No session.' => 'Ei sessioita.',
|
||||
'Expiration date' => 'Vanhentumispäivä',
|
||||
'Remember Me' => 'Muista minut',
|
||||
'Creation date' => 'Luomispäivä',
|
||||
@@ -438,4 +438,32 @@ return array(
|
||||
// 'Move to another project' => '',
|
||||
// 'Do you really want to duplicate this task?' => '',
|
||||
// 'Duplicate a task' => '',
|
||||
// 'External accounts' => '',
|
||||
// 'Account type' => '',
|
||||
// 'Local' => '',
|
||||
// 'Remote' => '',
|
||||
// 'Enabled' => '',
|
||||
// 'Disabled' => '',
|
||||
// 'Google account linked' => '',
|
||||
// 'Github account linked' => '',
|
||||
// 'Username:' => '',
|
||||
// 'Name:' => '',
|
||||
// 'Email:' => '',
|
||||
// 'Default project:' => '',
|
||||
// 'Notifications:' => '',
|
||||
// 'Group:' => '',
|
||||
// 'Regular user' => '',
|
||||
// 'Account type:' => '',
|
||||
// 'Edit profile' => '',
|
||||
// 'Change password' => '',
|
||||
// 'Password modification' => '',
|
||||
// 'External authentications' => '',
|
||||
// 'Google Account' => '',
|
||||
// 'Github Account' => '',
|
||||
// 'Never connected.' => '',
|
||||
// 'No account linked.' => '',
|
||||
// 'Account linked.' => '',
|
||||
// 'No external authentication enabled.' => '',
|
||||
// 'Password modified successfully.' => '',
|
||||
// 'Unable to change the password.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user