157 lines
5.3 KiB
PHP
157 lines
5.3 KiB
PHP
<?php
|
|
|
|
/*******************************************************************************
|
|
* The contents of this file are subject to the following licences:
|
|
* - SugarCRM Public License Version 1.1.2 http://www.sugarcrm.com/SPL
|
|
* - vtiger CRM Public License Version 1.0
|
|
* You may not use this file except in compliance with the License
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
|
|
* the specific language governing rights and limitations under the License.
|
|
* The Original Code is: SugarCRM Open Source
|
|
* The Initial Developer of the Original Code is SugarCRM, Inc.
|
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* Portions created by Vicus are Copyright (C) Vicus.
|
|
* All Rights Reserved.
|
|
* Feel free to use / redistribute these languagefiles under the VPL 1.0.
|
|
* This translations is based on earlier work of:
|
|
* - IT-Online.nl <www.it-online.nl>
|
|
* - Weltevree.org <www.Weltevree.org>
|
|
********************************************************************************/
|
|
|
|
/*******************************************************************************
|
|
* Vicus eBusiness Solutions Version Control
|
|
* @package NL-Dutch
|
|
* Description Dutch language pack for vtiger CRM version 5.3.x
|
|
* @author $Author: luuk $
|
|
* @version $Revision: 1.6 $ $Date: 2012/02/28 23:40:22 $
|
|
* @source $Source: /var/lib/cvs/vtiger530/Dutch/modules/Documents/language/nl_nl.lang.php,v $
|
|
* @copyright Copyright (c)2005-2011 Vicus eBusiness Solutions bv <info@vicus.nl>
|
|
* @license vtiger CRM Public License Version 1.0 (by definition)
|
|
********************************************************************************/
|
|
|
|
$mod_strings = Array(
|
|
'LBL_MODULE_NAME'=>'Documenten',
|
|
'LBL_MODULE_TITLE'=>'Documenten: Home',
|
|
'LBL_SEARCH_FORM_TITLE'=>'Documenten Zoeken',
|
|
'LBL_LIST_FORM_TITLE'=>'Documentenlijst',
|
|
'LBL_NEW_FORM_TITLE'=>'Nieuw Document',
|
|
|
|
'LBL_LIST_SUBJECT'=>'Onderwerp',
|
|
'LBL_LIST_CONTACT_NAME'=>'Contact Naam',
|
|
'LBL_LIST_RELATED_TO'=>'Gerelateerd aan',
|
|
'LBL_LIST_DATE_MODIFIED'=>'Laatst Gewijzigd',
|
|
|
|
'LBL_NOTE'=>'Document:',
|
|
'LBL_NOTE_SUBJECT'=>'Document Onderwerp:',
|
|
'LBL_CONTACT_NAME'=>'Contact Naam:',
|
|
'LBL_PHONE'=>'Tel:',
|
|
'LBL_SUBJECT'=>'Onderwerp:',
|
|
'LBL_CLOSE'=>'Sluit:',
|
|
'LBL_RELATED_TO'=>'Gerelateerd aan:',
|
|
'LBL_EMAIL_ADDRESS'=>'E-mailadres:',
|
|
'LBL_COLON'=>':',
|
|
|
|
'ERR_DELETE_RECORD'=>"Een geldig recordnummer moet worden opgegeven.",
|
|
'LBL_LIST_FILENAME'=>"Bestandsnaam",
|
|
|
|
// Added for Note(3.2-patch 3)
|
|
|
|
'LBL_FILENAME'=>'Bijlage:',
|
|
'LBL_NOTE_INFORMATION'=>'Standaard Informatie',
|
|
'File Information'=>'Bestandsinformatie',
|
|
|
|
// Added for 4GA
|
|
'LBL_TOOL_FORM_TITLE'=>'Document Gereedschap',
|
|
// Added for 4GA
|
|
'Contact Name'=>'Contact Naam',
|
|
'Related To'=>'Gerelateerd aan',
|
|
'Subject'=>'Onderwerp',
|
|
'Created Time'=>'Aangemaakt',
|
|
'Modified Time'=>'Gewijzigd',
|
|
'Document'=>'Document',
|
|
'Note'=>'Notitie',
|
|
//Added for 4.2 Release -- CustomView
|
|
'Related to'=>'Gerelateerd aan',
|
|
'Last Modified'=>'Laatste wijziging',
|
|
'File'=>'Bestand',
|
|
'LBL_ALL'=>'Alle',
|
|
'Title'=>'Titel',
|
|
|
|
//Added after 504 for Downloads Module
|
|
'LBL_FILE_INFORMATION'=>'Bestandsinformatie',
|
|
'LBL_FILE_NAME'=>'Bestandsnaam',
|
|
'LBL_FILE_TYPE'=>'Bestandstype',
|
|
'LBL_FILE_SIZE'=>'Grootte',
|
|
'filelocationtype'=>'Download Type',
|
|
'fileversion'=>'Versie',
|
|
'filestatus'=>'Actief',
|
|
'filedownloadcount'=>'Download Teller',
|
|
'os'=>'Platform',
|
|
'LBL_FOLDER_NAME'=>'Map Naam',
|
|
'LBL_DOWNLOAD_TYPE'=>'Download Soort',
|
|
'LBL_INTERNAL'=>'Intern',
|
|
'LBL_EXTERNAL'=>'Extern',
|
|
'LBL_EXTERNAL_FILE_NAME'=>'Bestandsnaam',
|
|
'LBL_FILE_LOCATION'=>'Bestandslocatie',
|
|
'LBL_PD'=>'Platform afhankelijk',
|
|
'LBL_PIND'=>'Platform onafhankelijk',
|
|
'ChoosePlatform'=>'Kies Platform',
|
|
'LBL_ACTIVE'=>'Actief',
|
|
'LBL_INACTIVE'=>'Inactief',
|
|
'LBL_UPLOAD_BUTTON'=>'Upload',
|
|
'architecture'=>'Architectuur',
|
|
'LBL_DOWNLOAD_FILE'=>'Download bestand',
|
|
'LBL_CHECK_INTEGRITY'=>'Controleer integriteit',
|
|
'LBL_EMAIL_FILE'=>'E-mail bestand als bijlage',
|
|
'LBL_CLICK_HERE'=>'Klik hier',
|
|
'LBL_TO_ADD_FOLDER'=>'om een nieuwe map te maken.',
|
|
'LBL_DELETE_FOLDER'=>'Verwijder map',
|
|
'LBL_FOLDER_DESC'=>'Omschrijving',
|
|
'LBL_ADD_NEW_FOLDER'=>'Maak map',
|
|
'LBL_DELETE_DOCUMENTS'=>'Verwijder Document(en)',
|
|
'LBL_MOVE_TO'=>'Verplaats naar',
|
|
'File Name'=>'Bestandsnaam',
|
|
'File Type'=>'Bestandstype',
|
|
'File Size'=>'Grootte',
|
|
'LBL_INTERNAL'=>'Intern',
|
|
'LBL_URL'=>'URL',
|
|
'LBL_EXTERNAL'=>'Extern',
|
|
'LBL_EXTERNAL_LNK'=>'Externe Link',
|
|
'LBL_ACTIVE'=>'Actief',
|
|
'LBL_INACTIVE'=>'Inactief',
|
|
'LBL_PLATFORM_INDEPENDENT'=>'Platform Onafhankelijk',
|
|
'LNK_DOWNLOAD'=>'download',
|
|
'LBL_MOVE_DOCUMENTS'=>'Verplaats Document(en)',
|
|
'LBL_MOVE'=>'Verplaats',
|
|
'Download Type'=>'Download Type',
|
|
'Version'=>'Versie',
|
|
'Active'=>'Actief',
|
|
'Download Count'=>'Download Teller',
|
|
'Platform'=>'Platform',
|
|
'Assigned To'=>'Toegewezen aan',
|
|
// Module Sequence Numbering
|
|
'Note No' => 'Document Nr',
|
|
// END
|
|
|
|
// Documents module
|
|
'LBL_EMPTY_FOLDERS' => 'Lege mappen',
|
|
'LBL_VIEW_EMPTY_FOLDERS' => 'Bekijk Lege Mappen',
|
|
'LBL_NO_DOCUMENTS' => 'Geen Documenten',
|
|
'LBL_DESCRIPTION' => 'Omschrijving',
|
|
'FILE_HAS_NO_DATA'=>'Het geselecteerde bestand is leeg of is ongeldig',
|
|
|
|
'LBL_MAXIMUM_20'=>'Maximum 20',
|
|
'LBL_MAXIMUM_50'=>'Maximum 50',
|
|
|
|
// Added after 5.1.0 GA
|
|
'Folder Name'=>'Mapnaam',
|
|
'Document No'=>'Document Nr',
|
|
|
|
'Documents' => 'Documenten',
|
|
);
|
|
|
|
|
|
?>
|