Blame view

thread/modules/user/messages/en/app.php 2.31 KB
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
  <?php
  
  /**
   * @author FilamentV <vortex.filament@gmail.com>
   * @copyright (c), Thread
   */
  return [
      'user' => 'User',
      'User' => 'User',
      'Users' => 'Users',
      'Groups' => 'Groups',
      'User Password' => 'User Password',
      'Username' => 'Login',
      'Login' => 'Login',
      'Register' => 'Register',
      'Password' => 'Password',
      'Password confirmation' => 'Password confirmation',
      'Role' => 'Role',
      'Profile' => 'Profile',
      'Logout' => 'Logout',
      'Remember me' => 'Remember me',
      'Sign Up' => 'Sign Up',
      'Login Out' => 'Logout',
      'Entrance' => 'Entrance',
      'CheckIn' => 'CheckIn',
      'Private Office' => 'Private Office',
      'Support' => 'Support',
      //Password
      'Request password reset' => 'Request password reset',
      'Please fill out your email. A link to reset password will be sent there.' => 'Please fill out your email. A link to reset password will be sent there.',
      'Password old' => 'Password old',
      'Incorrect password' => 'Incorrect password',
      'Incorrect username or password' => 'Incorrect username or password',
      'Reset password' => 'Reset password',
      'Change password' => 'Change password',
      'Password change' => 'Password change',
      'Password changed' => 'Password changed',
      'Check your email for further instructions.' => 'Check your email for further instructions.',
      'Sorry, we are unable to reset password for email provided.' => 'Sorry, we are unable to reset password for email provided.',
      'New password was saved.' => 'New password was saved.',
      'Forgot password?' => 'Forgot password?',
      'Please fill out your email' => 'Please fill out your email',
      'Please choose your new password' => 'Please choose your new password',
      'Wrong password reset token.' => 'Wrong password reset token.',
      //User
      'Edit profile' => 'Edit profile',
      //Profile
      'First name' => 'First name',
      'Last name' => 'Last name',
      'Preferred language' => 'Preferred language',
      'Avatar' => 'Avatar',
      //Messages
      'Policy' => 'Policy',
      'Privacy policy' => 'Privacy policy',
      'Customer agreement' => 'Customer agreement',
      'Accept our' => 'Accept our',
      'Forgot your password?' => 'Forgot your password?',
      'Don\'t have an account yet?' => 'Don\'t have an account yet?',
      'You have an account?' => 'You have an account?',
  ];