Files
2026-07-01 16:44:17 +03:00

38 lines
1.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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.&#10;Pisi GNU/Linux Team',
];