Files
crm.clientright.ru/languages/nl_nl/Assets.php

31 lines
1.7 KiB
PHP
Raw Normal View History

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = array(
'SINGLE_Assets' => 'Activa' ,
'LBL_ADD_RECORD' => 'Activa Toevoegen' ,
'LBL_RECORDS_LIST' => 'Activalijst' ,
'LBL_ASSET_INFORMATION' => 'Activa Informatie' ,
'Asset No' => 'Activanummer' ,
'Serial Number' => 'Serienummer' ,
'Date Sold' => 'Datum Verkocht' ,
'Date in Service' => 'Datum in Service' ,
'Tag Number' => 'Tagnummer' ,
'Invoice Name' => 'Factuur Naam' ,
'Shipping Method' => 'Transportmethode' ,
'Shipping Tracking Number' => 'Verzending Trackingcode' ,
'Asset Name' => 'Activa Naam' ,
'Customer Name' => 'Klant Naam' ,
'Notes' => 'Notities' ,
'In Service' => 'In Service' ,
'Out-of-service' => 'Uit Service' ,
'Assets' => 'Activa',
);