File: /home/nexper/public_html/crm/modules/AOS_Products/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_ID' => 'Toegewezen gebruiker Id',
'LBL_ASSIGNED_TO_NAME' => 'Toegewezen aan',
'LBL_ID' => 'ID',
'LBL_DATE_ENTERED' => 'Datum creatie',
'LBL_DATE_MODIFIED' => 'Datum gewijzigd',
'LBL_MODIFIED' => 'Gewijzigd door',
'LBL_MODIFIED_ID' => 'Gewijzigd door Id',
'LBL_MODIFIED_NAME' => 'Gewijzigd door naam',
'LBL_CREATED' => 'Aangemaakt door',
'LBL_CREATED_ID' => 'Aangemaakt door Id',
'LBL_DESCRIPTION' => 'Omschrijving',
'LBL_DELETED' => 'Verwijderd',
'LBL_NAME' => 'Product Name',
'LBL_CREATED_USER' => 'Aangemaakt door gebruiker',
'LBL_MODIFIED_USER' => 'Gewijzigd door gebruiker',
'LBL_LIST_FORM_TITLE' => 'Producten Lijst',
'LBL_MODULE_NAME' => 'Producten',
'LBL_MODULE_TITLE' => 'Producten: Home',
'LBL_HOMEPAGE_TITLE' => 'Mijn Producten',
'LNK_NEW_RECORD' => 'Maak product',
'LNK_LIST' => 'Bekijk producten',
'LBL_SEARCH_FORM_TITLE' => 'Zoek producten',
'LBL_HISTORY_SUBPANEL_TITLE' => 'Bekijk historie',
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activiteiten',
'LBL_AOS_PRODUCTS_SUBPANEL_TITLE' => 'Producten',
'LBL_NEW_FORM_TITLE' => 'Nieuw product',
'LBL_MAINCODE' => 'Product code',
'VALUE' => 'Product naam',
'LBL_PART_NUMBER' => 'Onderdeelnummer',
'LBL_CATEGORY' => 'Categorie',
'LBL_TYPE' => 'Producttype',
'LBL_COST' => 'Kosten',
'LBL_PRICE' => 'Prijs',
'LBL_URL' => 'URL',
'LBL_CONTACT' => 'Contact',
'LBL_PRODUCT_IMAGE' => 'Product Image',
'LBL_IMAGE_UPLOAD_FAIL' => 'ERROR: uploaded file exceeded the max filesize: max filesize: ',
);
?>