new pisilinux web sites

This commit is contained in:
Erkan IŞIK
2026-07-01 16:44:17 +03:00
commit b58488b586
21740 changed files with 2066209 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
<?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',
];