2021-04-28 20:10:26 +02:00

42 lines
1.3 KiB
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$mod_strings = array(
'Employees'=>'Employees',
'SINGLE_Employees'=>'Employee',
'LBL_EMPLOYEES_INFORMATION'=>'Employee informations',
'LBL_CUSTOM_INFORMATION'=>'Custom informations',
'LBL_DESCRIPTION_INFORMATION'=>'Description informations',
'LBL_USER_INFORMATION'=>'User Information',
'Assigned To'=>'Assigned To',
'Created Time'=>'Created Time',
'Modified Time'=>'Modified Time',
'Description'=>'Description',
'Creator'=>'Creator',
'LBL_USERNAME'=>'User Name',
'LBL_FIRST_NAME'=>'First name',
'LBL_LAST_NAME'=>'Last name',
'Employee type'=>'Employee type',
'Related To'=>'Related To',
'Internal employee'=>'Internal employee',
'External'=>'External',
'LBL_ROLE'=>'Role',
'LBL_TITLE'=>'Title',
'LBL_DEPARTMENT'=>'Department',
'LBL_ACTIVE'=>'Active',
'LBL_STREET'=>'Street',
'LBL_COUNTRY'=>'Country',
'LBL_CITY'=>'City',
'LBL_POSTALCODE'=>'Postal Code',
'LBL_STATE'=>'State',
'LBL_FAX'=>'Fax',
'LBL_OTHER_EMAIL'=>'Other Email',
'LBL_EMAIL'=>'Email',
'LBL_OFFICE_PHONE'=>'Office Phone',
'LBL_MOBILE_PHONE'=>'Mobile Phone',
'LBL_HOME_PHONE'=>'Home Phone',
'LBL_OTHER_PHONE'=>'Other Phone',
);
?>