[ 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 $languageStrings = array( 11 'SINGLE_Documents' => 'Document' , 12 'Documents' => 'Documents' , // TODO: Review 13 'LBL_ADD_RECORD' => 'Document toevoegen' , 14 'LBL_RECORDS_LIST' => 'Documentenlijst' , 15 'LBL_NOTE_INFORMATION' => 'Standaard Informatie' , 16 'LBL_FILE_INFORMATION' => 'Bestandsinformatie' , 17 'LBL_DESCRIPTION' => 'Omschrijving' , 18 'Title' => 'Titel' , 19 'File Name' => 'Bestandsnaam' , 20 'Note' => 'Notitie' , 21 'File Type' => 'Bestandstype' , 22 'File Size' => 'Grootte' , 23 'Download Type' => 'Download Type' , 24 'Version' => 'Versie' , 25 'Active' => 'Actief' , 26 'Download Count' => 'Download Teller' , 27 'Folder Name' => 'Mapnaam' , 28 'Document No' => 'Document Nr' , 29 'Last Modified By' => 'Laatst aangepast door' , 30 'LBL_FOLDER_HAS_DOCUMENTS' => 'Verplaats a.u.b. eerst de documenten alvorens de map te verwijderen', 31 'LBL_DOWNLOAD_FILE' => 'Download bestand' , 32 'LBL_CHECK_FILE_INTEGRITY' => 'Controleer integriteit' , 33 'LBL_INTERNAL' => 'Intern' , 34 'LBL_EXTERNAL' => 'Extern' , 35 'LBL_MAX_UPLOAD_SIZE' => 'Maximale bestandgrootte' , 36 'LBL_MOVE' => 'Verplaats' , 37 'LBL_ADD_FOLDER' => 'Maak map' , 38 'LBL_FOLDERS_LIST' => 'Mappenlijst' , 39 'LBL_FOLDERS' => 'Mappen' , 40 'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documenten Succesvol verplaatst', 41 'LBL_DENIED_DOCUMENTS' => 'Afgewezen Documenten' , 42 'MB' => 'MB' , 43 'LBL_ADD_NEW_FOLDER' => 'Maak map' , 44 'LBL_FOLDER_NAME' => 'Map Naam' , 45 'LBL_FOLDER_DESCRIPTION' => 'Mapomschrijving' , 46 'LBL_FILE_AVAILABLE' => 'Bestand is beschikbaar voor download', 47 'LBL_FILE_NOT_AVAILABLE' => 'Dit document is niet beschikbaar voor download', 48 ); 49 $jsLanguageStrings = array( 50 'JS_NEW_FOLDER' => 'Nieuwe map' , 51 'JS_MOVE_DOCUMENTS' => 'Verplaats documenten' , 52 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Weet u zeker dat u de/het bestand(en) wilt verplaatsen naar', 53 'JS_FOLDER' => 'map' , 54 'JS_OPERATION_DENIED' => 'Operatie Geweigerd' , 55 );
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 |