openclassify/addons/default/visiosoft/profile-module/resources/lang/en/button.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',
];