38 lines
1.1 KiB
PHP
38 lines
1.1 KiB
PHP
<?php
|
||
|
||
return
|
||
[
|
||
'namesurname' => 'Name Surname',
|
||
'nickname' => 'Nickname',
|
||
'mailadress' => 'Mail Adress',
|
||
'avatar' => 'Avatar',
|
||
'avatarsub' => 'Avatar picture must be maximum 80x80.',
|
||
'traning' => 'Traning',
|
||
'job' => 'Job',
|
||
'skills' => 'Skills',
|
||
'update' => 'Update',
|
||
'myprofile' => 'My Profile',
|
||
'save' => 'Save',
|
||
'update' => 'Update',
|
||
|
||
/* forum tablo kısmı */
|
||
'my_messages' => 'My Messages',
|
||
'title' => 'Title',
|
||
'solved' => 'Solved',
|
||
'transactions' => 'Transactions',
|
||
'edit' => 'Edit',
|
||
'delete' => 'Delete',
|
||
'The_topics_I_answered' => 'The topics I answered',
|
||
/* end forum tablo kısmı */
|
||
|
||
/* User password change form */
|
||
'Password_Change_Form' => 'Password Change Form',
|
||
'Your_Current_Password' => 'Your Current Password',
|
||
'new_password' => 'New Password',
|
||
'password_again' => 'Re-enter your new password',
|
||
/* User password change form */
|
||
'Delete_account' => 'Delete account',
|
||
'Your_reason' => 'Your Reason',
|
||
'deleted_placeholder' => 'We are sorry for you to leave us, we would be glad if you write down your reason for leaving even if there are a few words. Pisi GNU/Linux Team',
|
||
|
||
]; |