mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 21:26:58 +02:00
Add Monstra from HG Commit 683dcb70c4cc
This commit is contained in:
60
plugins/box/users/languages/en.lang.php
Normal file
60
plugins/box/users/languages/en.lang.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?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 field should not be empty' => 'This field should not be empty',
|
||||
'This user alredy exist' => 'This user alredy exist',
|
||||
'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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user