[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * ******************************************************************************* 10 * Vicus eBusiness Solutions (www.vicus.nl) Version Control 11 * Dutch language pack for vtiger CRM version 6.x 12 * 13 * @package NL-Dutch 14 * @version $Author: luuk $ 15 * @version CVS: $Revision: 1.4 $ $Date: 2014/09/07 21:06:45 $ 16 * @source $Source: /var/lib/cvs/vtiger600/languages/nl_nl/Documents.php,v $ 17 * @copyright 2005-2014 Vicus eBusiness Solutions B.V. <[email protected]> 18 * @link http://www.vicus.nl 19 ************************************************************************************/ 20 $languageStrings = array( 21 'SINGLE_Documents' => 'Document' , 22 'Documents' => 'Documenten' , 23 'LBL_ADD_RECORD' => 'Document toevoegen' , 24 'LBL_RECORDS_LIST' => 'Documentenlijst' , 25 'LBL_NOTE_INFORMATION' => 'Standaard Informatie' , 26 'LBL_FILE_INFORMATION' => 'Bestandsinformatie' , 27 'LBL_DESCRIPTION' => 'Omschrijving' , 28 'Title' => 'Titel' , 29 'File Name' => 'Bestandsnaam' , 30 'Note' => 'Notitie' , 31 'File Type' => 'Bestandstype' , 32 'File Size' => 'Grootte' , 33 'Download Type' => 'Download Type' , 34 'Version' => 'Versie' , 35 'Active' => 'Actief' , 36 'Download Count' => 'Download Teller' , 37 'Folder Name' => 'Mapnaam' , 38 'Document No' => 'Document Nr' , 39 'Last Modified By' => 'Laatst aangepast door' , 40 'LBL_FOLDER_HAS_DOCUMENTS' => 'Verplaats a.u.b. eerst de documenten alvorens de map te verwijderen', 41 'LBL_DOWNLOAD_FILE' => 'Download bestand' , 42 'LBL_CHECK_FILE_INTEGRITY' => 'Controleer integriteit' , 43 'LBL_INTERNAL' => 'Intern' , 44 'LBL_EXTERNAL' => 'Extern' , 45 'LBL_MAX_UPLOAD_SIZE' => 'Maximale bestandgrootte' , 46 'LBL_MOVE' => 'Verplaats' , 47 'LBL_ADD_FOLDER' => 'Maak map' , 48 'LBL_FOLDERS_LIST' => 'Mappenlijst' , 49 'LBL_FOLDERS' => 'Mappen' , 50 'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documenten Succesvol verplaatst', 51 'LBL_DENIED_DOCUMENTS' => 'Afgewezen Documenten' , 52 'MB' => 'MB' , 53 'LBL_ADD_NEW_FOLDER' => 'Maak map' , 54 'LBL_FOLDER_NAME' => 'Map Naam' , 55 'LBL_FOLDER_DESCRIPTION' => 'Mapomschrijving' , 56 'LBL_FILE_AVAILABLE' => 'Bestand is beschikbaar voor download', 57 'LBL_FILE_NOT_AVAILABLE' => 'Dit document is niet beschikbaar voor download', 58 ); 59 $jsLanguageStrings = array( 60 'JS_EXCEEDS_MAX_UPLOAD_SIZE' => 'Maximale uploadgrootte overschreden', 61 'JS_NEW_FOLDER' => 'Nieuwe map' , 62 'JS_MOVE_DOCUMENTS' => 'Verplaats documenten' , 63 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Weet u zeker dat u de/het bestand(en) wilt verplaatsen naar', 64 'JS_FOLDER' => 'map' , 65 'JS_OPERATION_DENIED' => 'Operatie Geweigerd' , 66 ); 67 68 // veb 140903 added 69 $languageStrings['yes'] = 'ja'; # auto added 2014-04-17 19:04:56
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |