mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 16:26:07 -06:00
14 lines
361 B
PHP
14 lines
361 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Profili i ri',
|
|
'new_adress' => 'Adresa e Re',
|
|
'show' => 'Trego Adresën',
|
|
'update_password' => 'Përditëso fjalëkalimin',
|
|
'update_profile' => 'Përditësoje profilin',
|
|
'delete' => 'fshini',
|
|
'edit' => 'redaktoj',
|
|
'go_profile' => 'Go to Profile Detail',
|
|
'go_user' => 'Go to User Detail',
|
|
];
|