mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
22 lines
622 B
PHP
22 lines
622 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'New Profile',
|
|
'new_adress' => 'New Adress',
|
|
'show' => 'Show Adress',
|
|
'update_password' => 'Update Password',
|
|
'update_profile' => 'Update Profile',
|
|
'delete' => 'Delete',
|
|
'extend' => 'Extend',
|
|
'extend_all' => 'Extend All',
|
|
'extend_unpublished' => 'Extend Unpublished',
|
|
'edit' => 'Edit',
|
|
'go_profile' => 'Go to Profile Detail',
|
|
'go_user' => 'Go to User Detail',
|
|
'personal' => 'Personal',
|
|
'corporate' => 'Corporate',
|
|
'export' => 'Export',
|
|
'new_education' => 'New Education',
|
|
'new_education_part' => 'New Education part',
|
|
];
|