mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-11 16:46:18 +02:00
68 lines
3.3 KiB
PHP
68 lines
3.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'users' => array(
|
|
'Users' => 'Users',
|
|
'Login' => 'Login',
|
|
'Username' => 'Username',
|
|
'Password' => 'Password',
|
|
'Registered' => 'Registered',
|
|
'Email' => 'Email',
|
|
'Role' => 'Role',
|
|
'Roles' => 'Roles',
|
|
'Edit' => 'Edit',
|
|
'Actions' => 'Actions',
|
|
'Delete' => 'Delete',
|
|
'Enter' => 'Enter',
|
|
'Logout' => 'Logout',
|
|
'Register new user' => 'Register new user',
|
|
'New User Registration' => 'New User Registration',
|
|
'Delete user: :user' => 'Delete user: :user',
|
|
'User <i>:user</i> have been deleted.' => 'User <i>:user</i> have been deleted.',
|
|
'This user already exists' => 'This user already exists',
|
|
'This email already exists' => 'This email already exists',
|
|
'Changes saved' => 'Changes saved',
|
|
'Wrong old password' => 'Wrong old password',
|
|
'Admin' => 'Admin',
|
|
'User' => 'User',
|
|
'Editor' => 'Editor',
|
|
'Register' => 'Register',
|
|
'Edit profile' => 'Edit profile',
|
|
'Save' => 'Save',
|
|
'Firstname' => 'Firstname',
|
|
'Lastname' => 'Lastname',
|
|
'Old password' => 'Old password',
|
|
'New password' => 'New password',
|
|
'Welcome' => 'Welcome',
|
|
'Wrong <b>username</b> or <b>password</b>' => 'Wrong <b>username</b> or <b>password</b>',
|
|
'Your changes have been saved.' => 'Your changes have been saved.',
|
|
'New user have been registered.' => 'New user have been registered.',
|
|
'Captcha' => 'Captcha',
|
|
'Registration' => 'Registration',
|
|
'Username' => 'Username',
|
|
'User email is invalid' => 'User email is invalid',
|
|
'Reset Password' => 'Reset Password',
|
|
'Send New Password' => 'Send New Password',
|
|
'This user doesnt alredy exist' => 'This user doesnt alredy exist',
|
|
'Users - Profile' => 'Users - Profile',
|
|
'Users - Edit Profile' => 'Users - Edit Profile',
|
|
'Users - Login' => 'Users - Login',
|
|
'Users - Registration' => 'Users - Registration',
|
|
'Users - Password Recover' => 'Users - Password Recover',
|
|
'New Password' => 'New Password',
|
|
'Forgot your password?' => 'Forgot your password?',
|
|
'New password has been sent' => 'New password has been sent',
|
|
'Monstra says: This is not your profile...' => 'Monstra says: This is not your profile...',
|
|
'User registration is closed.' => 'User registration is closed.',
|
|
'Allow user registration' => 'Allow user registration',
|
|
'Required field' => 'Required field',
|
|
'This user doesnt exist' => 'This user doesnt exist',
|
|
'Captcha code is wrong' => 'Captcha code is wrong',
|
|
'Your login details for :site_name has been sent' => 'Your login details for :site_name has been sent',
|
|
'Your new password for :site_name' => 'Your new password for :site_name',
|
|
'Your login details for :site_name' => 'Your login details for :site_name',
|
|
'About Me' => 'About Me',
|
|
'Profile' => 'Profile',
|
|
)
|
|
);
|