* @link http://www.vicus.nl ************************************************************************************/ $languageStrings = array( 'SINGLE_Documents' => 'Document' , 'Documents' => 'Documenten' , 'LBL_ADD_RECORD' => 'Document toevoegen' , 'LBL_RECORDS_LIST' => 'Documentenlijst' , 'LBL_NOTE_INFORMATION' => 'Standaard Informatie' , 'LBL_FILE_INFORMATION' => 'Bestandsinformatie' , 'LBL_DESCRIPTION' => 'Omschrijving' , 'Title' => 'Titel' , 'File Name' => 'Bestandsnaam' , 'Note' => 'Notitie' , 'File Type' => 'Bestandstype' , 'File Size' => 'Grootte' , 'Download Type' => 'Download Type' , 'Version' => 'Versie' , 'Active' => 'Actief' , 'Download Count' => 'Download Teller' , 'Folder Name' => 'Mapnaam' , 'Document No' => 'Document Nr' , 'Last Modified By' => 'Laatst aangepast door' , 'LBL_FOLDER_HAS_DOCUMENTS' => 'Verplaats a.u.b. eerst de documenten alvorens de map te verwijderen', 'LBL_DOWNLOAD_FILE' => 'Download bestand' , 'LBL_CHECK_FILE_INTEGRITY' => 'Controleer integriteit' , 'LBL_INTERNAL' => 'Intern' , 'LBL_EXTERNAL' => 'Extern' , 'LBL_MAX_UPLOAD_SIZE' => 'Maximale bestandgrootte' , 'LBL_MOVE' => 'Verplaats' , 'LBL_ADD_FOLDER' => 'Maak map' , 'LBL_FOLDERS_LIST' => 'Mappenlijst' , 'LBL_FOLDERS' => 'Mappen' , 'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documenten Succesvol verplaatst', 'LBL_DENIED_DOCUMENTS' => 'Afgewezen Documenten' , 'MB' => 'MB' , 'LBL_ADD_NEW_FOLDER' => 'Maak map' , 'LBL_FOLDER_NAME' => 'Map Naam' , 'LBL_FOLDER_DESCRIPTION' => 'Mapomschrijving' , 'LBL_FILE_AVAILABLE' => 'Bestand is beschikbaar voor download', 'LBL_FILE_NOT_AVAILABLE' => 'Dit document is niet beschikbaar voor download', ); $jsLanguageStrings = array( 'JS_EXCEEDS_MAX_UPLOAD_SIZE' => 'Maximale uploadgrootte overschreden', 'JS_NEW_FOLDER' => 'Nieuwe map' , 'JS_MOVE_DOCUMENTS' => 'Verplaats documenten' , 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Weet u zeker dat u de/het bestand(en) wilt verplaatsen naar', 'JS_FOLDER' => 'map' , 'JS_OPERATION_DENIED' => 'Operatie Geweigerd' , ); // veb 140903 added $languageStrings['yes'] = 'ja'; # auto added 2014-04-17 19:04:56