HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/crm/modules/AOS_Contracts/language/nl_nl.lang.php
<?php
/**
 * Products, Quotations & Invoices modules.
 * Extensions to SugarCRM
 * @package Advanced OpenSales for SugarCRM
 * @subpackage Products
 * @copyright SalesAgility Ltd http://www.salesagility.com
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
 * along with this program; if not, see http://www.gnu.org/licenses
 * or write to the Free Software Foundation,Inc., 51 Franklin Street,
 * Fifth Floor, Boston, MA 02110-1301  USA
 *
 * @author Salesagility Ltd <support@salesagility.com>
 * @author OpenSesame ICT BV <wieger.kunst@osict.com> Dutch Translation package
 */

$mod_strings = array (
    'LBL_ASSIGNED_TO_NAME' => 'Toegewezen aan',
    'LBL_CONTRACT_ACCOUNT' => 'Opdrachtgever',
    'LBL_OPPORTUNITY' => 'Kans',
    'LBL_ID' => 'ID',
    'LBL_DATE_ENTERED' => 'Aanmaakdatum',
    'LBL_DATE_MODIFIED' => 'Datum gewijzigd',
    'LBL_MODIFIED' => 'Gewijzigd',
    'LBL_MODIFIED_ID' => 'Gewijzigd door Id',
    'LBL_MODIFIED_NAME' => 'Gewijzigd door',
    'LBL_CREATED' => 'Gemaakt',
    'LBL_CREATED_ID' => 'Gemaakt door Id',
    'LBL_DESCRIPTION' => 'Omschrijving',
    'LBL_DELETED' => 'Verwijderd',
    'LBL_NAME' => 'Contract naam',
    'LBL_CREATED_USER' => 'Aangemaakt door',
    'LBL_MODIFIED_USER' => 'Gewijzigd door',
    'LBL_LIST_NAME' => 'Naam',
    'LBL_LIST_FORM_TITLE' => 'Contracten lijst',
    'LBL_MODULE_NAME' => 'Contracten',
    'LBL_MODULE_TITLE' => 'Contracten: Home',
    'LBL_HOMEPAGE_TITLE' => 'Mijn contracten',
    'LNK_NEW_RECORD' => 'Maak contract',
    'LNK_LIST' => 'Bekijk contracten',
    'LNK_IMPORT_AOS_CONTRACTS' => 'Importeer contracten',
    'LBL_SEARCH_FORM_TITLE' => 'Zoek contracten',
    'LBL_HISTORY_SUBPANEL_TITLE' => 'Bekijk historie',
    'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activiteiten',
    'LBL_AOS_CONTRACTS_SUBPANEL_TITLE' => 'Contracten',
    'LBL_NEW_FORM_TITLE' => 'Nieuw contract',
    'LBL_CONTRACT_NAME' => 'Contract naam',
    'LBL_REFERENCE_CODE ' => 'Referentie code',
    'LBL_START_DATE' => 'Start datum',
    'LBL_END_DATE' => 'Eind datum',
    'LBL_TOTAL_CONTRACT_VALUE' => 'Contract waarde',
    'LBL_STATUS' => 'Status',
    'LBL_CUSTOMER_SIGNED_DATE' => 'Datum ondertekening',
    'LBL_COMPANY_SIGNED_DATE' => 'Datum ondertekening',
    'LBL_RENEWAL_REMINDER_DATE' => 'Herinneringsdatum',
    'LBL_CONTRACT_TYPE' => 'Contract type',

    'LBL_CONTACT' => 'Contact',
);
?>