41 lines
1.4 KiB
PHP
41 lines
1.4 KiB
PHP
<?php
|
||
|
||
return
|
||
[
|
||
'namesurname' => 'Name',
|
||
'surname' => 'Surname',
|
||
'nickname' => 'Nickname',
|
||
'password' => 'Password',
|
||
'passwordrepeat' => 'Password Repeat',
|
||
'mailadress' => 'E-mail Adress',
|
||
'avatar' => 'Avatar',
|
||
'avatarsub' => 'Avatar resmi en fazla 80x80 olmalıdır.',
|
||
'traning' => 'Training',
|
||
'job' => 'Job',
|
||
'skills' => 'Skills',
|
||
'update' => 'Update',
|
||
'myprofile' => 'My Profile',
|
||
'Member_login' => 'Member Login',
|
||
'forgot_password' => 'Forgot Password ?',
|
||
'remember_me' => 'Remember Me',
|
||
'login' => 'Login',
|
||
'No_Account_Yet' => 'No Account Yet?',
|
||
'register' => 'Register',
|
||
'security_code' => 'Security Code',
|
||
'new_member_registration' => 'NEW MEMBER REGISTRATION',
|
||
'save' => 'Save',
|
||
'note' => 'As a member of our site, you can take advantage of the forum, bug log and many opportunities.
|
||
We are pleased if you fill in the (Education, Job, Skills) fields to get to know you better.
|
||
',
|
||
'note1' => 'Fields with a star are mandatory.',
|
||
'messages' => 'Messages',
|
||
'send' => 'Send',
|
||
'mypanel' => 'My Panel',
|
||
'logout' => 'Logout',
|
||
'userNewSuccess' => 'Thank you for being a member of our site.
|
||
A verification link has been sent to your e-mail address for your membership to be active.
|
||
When you click on the link we sent to your e-mail address, your account will be activated.',
|
||
|
||
|
||
|
||
]; |