Eerste gedeelte is gedaan.. heb deze week verder weinig tijd :?
Code: Selecteer alles
<?php
/***************************************************************************
* lang_easymod.php [English]
* -------------------
* begin : Saturday, Mar 22 2003
* copyright : (C) 2002-2004 by Nuttzy - Craig Nuttall, 2005 The phpBB Group
* email : support@phpbb.com
*
* $Id: lang_easymod_english.php,v 1.13 2005/11/08 19:35:12 markus_petrux Exp $
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// EasyMOD
//
// Name of the language, to write in this language
$lang['EM_lang_name'] = 'English';
// EM module entries in the ACP
$lang['Modifications'] = 'MOD Centrum';
$lang['MOD_ainstall'] = 'Installeer MODs';
$lang['MOD_settings'] = 'EasyMOD Instellingen';
$lang['MOD_history'] = 'EasyMOD Geschiedenis';
// header
$lang['EM_Title'] = 'EasyMOD - Automatic MOD Installatie';
// login
$lang['EM_access_warning'] = 'Er is een wachtwoord benodigd voor toegang tot de EasyMOD automatische MOD installatie. Dit om te voorkomen dat kwaadwillenden ftp toegang kunnen krijgen op de server.';
$lang['EM_password'] = 'Wachtwoord';
$lang['EM_access_EM'] = 'Toegang tot EasyMOD';
// history (installed MODs)
$lang['EM_Installed'] = 'Geinstalleerde MODs';
$lang['EM_installed_desc'] = 'Hier vind je de MODs die momenteel op het forum geinstalleerd zijn. In latere versies zal het ook mogenlijk zijn om de geinstalleerde MODs hier te verwijderen.';
$lang['EM_install_date'] = 'Geinstalleerd';
$lang['EM_details'] = 'Details';
$lang['EM_No_mod_selected'] = 'Geen MOD geselecteerd. Ga alstublieft terug en selecteer er een.';
$lang['EM_tables_added'] = 'Tabellen toegevoegd';
$lang['EM_tables_altered'] = 'Tabellen ongewijzigd';
$lang['EM_rows_added'] = 'Rijen toegevoegd';
$lang['EM_db_alt'] = 'Database veranderingen';
$lang['EM_del_files'] = 'Verwijder MOD Bestanden';
$lang['EN_del_record'] = 'Verwijder MOD Record';
$lang['EM_install_new_lang'] = 'Installeer MOD met een andere taalinstelling';
$lang['EM_install_new_themes'] = 'Installeer MOD op nieuwe themas';
$lang['EM_restore_backups'] = 'Herstel Backups';
$lang['EM_uninstall'] = 'Verwijder MOD';
$lang['Coming_soon'] = 'Komt binnenkort'!';
$lang['EM_back_to_history'] = 'Terug naar geschiedenis';
$lang['EM_are_you_sure'] = 'Weet je zeker dat je deze opdracht wilt uitvoeren?';
$lang['EM_record_deleted'] = 'Het geselecteerde MOD bestand is verwijderd uit de database.';
$lang['EM_warning_deldir'] = 'Waarschuwing: To fully remove this MOD from your system, you must delete the following Om deze MOD volledig van je systeem te verwijderen,moet je de volgende directory verwijderen:';
// settings
$lang['EM_settings_pw'] = 'Het EasyMOD wachtwoord laat je beperkingen instellen voor toegang tot EasyMOD. Door toegang tot EasyMOD te hebben kan een admin de database gebruikersnaam, wachtwoord en FTP info achterhalen. Laat het wachtwoord veld leeg, en bevestig om geen wachtwoord in te stellen. Laat het veld ook leeg als je het wachtwoord niet wilt veranderen.';
$lang['EM_read_server'] = 'server';
$lang['EM_write_server'] = 'server';
$lang['EM_write_ftp'] = 'buffer & ftp';
$lang['EM_write_download'] = 'download';
$lang['EM_write_screen'] = 'Op scherm';
$lang['EM_move_copy'] = 'Kopieren';
$lang['EM_move_ftp'] = 'Geautomatiseerde FTP';
$lang['EM_move_exec'] = 'voer script uit' ;
$lang['EM_move_manual'] = 'handmatig laden' ;
$lang['EM_settings_desc'] = 'Op deze pagina kun je de EasyMOD instellingen configureren. Als je de FTP methodes gebruikt zal elke keer een controle van de verbinding plaats vinden.';
$lang['EM_settings_update'] = 'Update Instellingen';
$lang['EM_settings_success'] = 'Je EasyMOD Instellingen zijn succesvol ge-update.';
$lang['EM_pass_disabled'] = '(EM wachtwoord uitgeschakeld)';
$lang['EM_pass_updated'] = '(EM wachtwoord ge-update)';
$lang['EM_pass_not_updated'] = '(EM wachtwoord niet ge-update)';
$lang['EM_supply_on_change'] = 'alleen invoeren als je deze wilt veranderen';
$lang['EM_emv_description'] = 'Als je EM opnieuw wilt installeren is het misschien nodig om het versienummer bij te werken, dit kun je hier doen.';
$lang['EM_easymod_version'] = 'EasyMOD Versie';
// EasyMOD install
$lang['EM_Intro'] = 'EasyMOD doet in seconden wat je vroeger handdmatig moest bijwerken om een phpBB MOD te installeren. EasyMOD zal proberen iedere phpBB MOD te installern. Maar goedgekeurde "EasyMOD Compliant MODs" hebben de meeste kans op een succesvolle installatie.';
$lang['EM_none_installed'] = 'Er zijn geen MODs geinstalleerd.';
$lang['EM_All_Processed'] = 'Alle MODs zijn verwerkt.';
$lang['EM_unprocessed_mods'] = 'Deze MODs staan in je pbpBB map, maar zijn (nog) niet verwerkt met de huidige versie van phpBB. Door op verwerken te drukken word de installatie gestart in meerdere stappen. Je phpBB bestanden zullen niet overschreven worden tot de laatste stap. MODs die "EasyMOD Compliant" (EMC) zijn hebben een grotere kans op een succesvolle installatie als andere. Meer informatie over hoe je met EM MODs installeerd kun je <a href="%s">hier</a> vinden.';
$lang['EM_Unprocessed'] = 'Niet verwerkte MODs' ;
$lang['EM_process'] = 'Verwerken';
$lang['EM_support_thread'] = 'Ondersteuning' ;
$lang['EM_EMC'] = 'EMC';
$lang['EM_undefined_write'] = 'Ongespecificeerde schrijfmethode.';
$lang['EM_check_permissions'] = 'Schrijf een stuk over machtigingen en gebruiks informatie.';
$lang['EM_undefined_move_method'] = 'Ongespecificeerde verplaatsings methode.';
$lang['EM_settings'] = 'EasyMOD Instellingen';
// Preview
$lang['EM_preview'] = 'Voorbeeld';
$lang['EM_preview_mode'] = 'Voorbeeld weergave';
$lang['EM_preview_desc'] = 'Het volgende is een lijst met bestanden die de MOD omschrijft die je kunt veranderen. KLik "View" om te kijken welke veranderingen er plaats vinden. De veranderingen die EasyMOD van de bestanden maakt worden in rood weergegeven.';
$lang['EM_preview_filename'] = 'Bestandsnaam';
$lang['EM_preview_view'] = 'Bekijk';
$lang['EM_preview_nofile'] = 'Deze MOD veranderd geen bestanden. Geen voorbeeld.';
// History + Install
$lang['EM_Mod'] = 'MOD';
$lang['EM_File'] = 'Bestand';
$lang['EM_Version'] = 'Versie';
$lang['EM_Author'] = 'Auteur';
$lang['EM_Description'] = 'Beschrijving';
$lang['EM_Themes'] = 'Themas';
$lang['EM_Languages'] = 'Talen';
$lang['EM_Filter'] = 'Filter';
$lang['EM_Filtered'] = 'Gefilterd';
$lang['EM_Unfiltered'] = 'Ongedaan maken Gefilterd';
$lang['EM_Filter_by_file'] = 'Filter MODs bestandsverwerking';
$lang['EM_All_mods'] = 'Alle MODs';
$lang['EM_Total_mods'] = 'Totaal MODs';
$lang['EM_none_found'] = 'Geen MODs gevonden.';
// process
$lang['EM_proc_step1'] = 'Stap 1 van 3';
$lang['EM_proc_complete'] = 'Het verwerken is succesvol afgerond!';
$lang['EM_proc_desc'] = 'EasyMOD is klaar met het verwerken van deze MOD. De originele phpBB bestanden zijn onveranderd. De volgende stap zal je Database updaten en de phpBB bestanden vervangen door bijgewerkte versies. Er zal automatisch een backup gemaakt worden van de originele bestanden. Let wel op, <b>dit is momenteel nog steeds beta software en je wordt aangeraden om zelf ook een backup te maken!!</b> Druk op "Volgende stap" om verder te gaan.';
$lang['EM_unprocessed_commands'] = 'Niet verwerkte commandos' ;
$lang['EM_unprocessed_desc'] = 'De volgende commandos werden niet herkend door EasyMOD en zijn overgeslagen. De bijbehorende regel in de MOD word weergegeven.';
$lang['EM_processed_commands'] = 'Commands Processed';
$lang['EM_processed_desc'] = 'EasyMOD heeft de volgende commandos succesvol uitgevoerd:';
$lang['EM_proc_failed'] = 'Installatie mislukt' ;
$lang['EM_proc_failed_desc'] = 'EasyMOD kwam de volgende fouten tegen. Een algemene fout zou ABC kunnen zijn. Een kritieke fout betekend D en je zou XYZ moeten doen.';
$lang['EM_text_depend_move'] = 'DIT ZAL AFHANGEN VAN DE VERPLAATSINGS METHODE';
// process + post process
$lang['EM_Mod_Data'] = 'MOD Data';
$lang['EM_Mod_Title'] = 'MOD Titel';
$lang['EM_Proc_Themes'] = 'Verwerkte Themas' ;
$lang['EM_Proc_Languages'] = 'Verwerkte Talen' ;
$lang['EM_Files'] = 'Bijgewerkte bestanden' ;
// EasyMOD sql
$lang['EM_sql_step2'] = 'Stap 2 van 3';
$lang['EM_Alterations'] = 'Voorgestelde database veranderingen' ;
$lang['EM_Allow'] = 'Toestaan';
$lang['EM_Perform'] = 'Veranderingen DB uitvoeren';
$lang['EM_complete_install'] = 'Installatie afronden';
$lang['EM_proposed_alterations'] = 'Voorgestelde database veranderingen voor je %s Database';
$lang['EM_sql_intro_explain'] = 'EasyMOD zal nu veranderingen aanbrengen in de database, indien nodig . Alle SQL controles zullen uitgevoerd worden door EM. Als je een MOD aan opnieuw aan het installeren bent, wordt aangeraden om <b>niet</b> de SQL stap nog eens uit te voeren, <b>wees hier voorzichtig mee!</b><br /><br /><b>Officiele waarschuwing:</b> Dit is een DOM proces. De commandos die je aanklikt worden uitgevoerd door EM maar EM kijkt NIET of dat conflicten in de database opleverd. Het word sterk aangeraden om een <b>backup te maken van de database</b> voordat je veranderingen gaat toepassen. Voordat je de installatie uitvoerd word aangeraden om alle commandos door te nemen, en bij twijfel een ervaren MOD gebruiker om extra informatie te vragen. Nogmaals, als je de SQL commandos vaker als 1 keer uitvoert, kan dat negatieve gevolgen hebben op de database.';
$lang['EM_sql_error'] = 'SQL Foutmelding';
$lang['EM_not_attempted'] = 'Niet uitgevoerd';
$lang['EM_success'] = 'Geslaagd';
$lang['EM_skipped'] = 'Overgeslagen';
$lang['EM_processing_results'] = 'SQL Verwerkings resultaten';
$lang['EM_sql_attempted'] = 'Er is geprobeerd de volgende SQL uit te voeren:';
$lang['EM_all_lines_successfull'] = 'ALLE REGELS RIJN SUCCESVOL UITGEVOERD';
$lang['EM_errors_detected'] = 'FOUTEN ONTDEKT';
$lang['EM_failed'] = 'MISLUKT';
$lang['EM_line_results'] = 'Het volgende is het resultaat als iedere SQL word uitgevoerd.';
$lang['EM_sql_error_explain'] = 'Er heeft zich een fout voorgedaan tijdens het verwerken van de SQL commandos. Verdere SQL verwerking is stopgezet. Je kunt ervoor kiezen om verder te gaan en de SQL commandos handmatig uit te voeren. EM kan niet garanderen dat de MOD correct zal werken, neem bij voorkeur contact op met de auteur.';
$lang['EM_sql_halted'] = 'SQL VERWERKING STOPGEZET';
$lang['EM_sql_process_error'] = 'SQL VERWERKINGSFOUT';
$lang['EM_failed_line'] = 'Demislukte lijn was;
$lang['EM_no_sql_preformed'] = '<b>Er zullen geen SQL veranderingen uitevoerd worden.</b> Je kunt de SQL verwerkig overslaan, de MOD installeren, en de SQL handmatig uitvoeren';
$lang['EM_following_error'] = 'De volgende fout heeft zich voorgedaan';
$lang['EM_no_sql'] = 'Er is geen SQL om te verwerken. Klik \'Installatie afmaken\' om verder te gaan.';
$lang['EM_notice'] = 'Notificatie';
$lang['EM_urgent_warning'] = 'BELANGRIJKE WAARSCHUWING';
$lang['EM_sql_drop_warning'] = 'SQL commandos voor het laten vallen van een deel van de database zijn ontdekt. Hoewel deze normaal kunnen voorkomen is het slim om zeker te zijn dat deze handeling correct is. Een deel van de database laten vallen is niet ongedaan te maken. Het word sterk aangeraden alvorens deze opdracht uit te voeren een backup van de database te maken!';
$lang['EM_sql_msaccess_warning'] = 'Je hebt een Access database. EM zou de meeste SQL verwerkingen voor Access goed af moeten kunnen handelen. Bij het maken van tabellen en rijen is het niet mogenlijk om deze een standaard waarde mee te geven. Dit zal je hanmdmatig moeten doen in Access. Zonder de standaard waardes zal de MOD waarschijnlijk niet goed werken, en het kan ook fatale effecten hebben op het werken van je forum! Als je weet hoe je deze handeling kunt automatiseren, laat het ons weten!';
$lang['EM_experimental_explain'] = 'Je hebt een %s database. Waarschijnlijk zal EM de SQL commandos niet correct uitvoeren. De redenis dat we niet weten hoe het er uit moet zien. Als je weet hoe de SQL er uit zou moeten zien, Laat het ons dan weten in <a href="%s" target="_sql">this topic</a>.';-)';
$lang['EM_sql_warnings_reported'] = '%d Waarschuwing(en) gerapporteerd door de SQL Parser';
$lang['EM_database_alterations'] = 'Database Veranderingen';
// EasyMOD sql errors
$lang['EM_Unable_to_parse'] = '<b>FATALE FOUT</b>: Niet in staat om het SQL commando te verwerken; ';
$lang['EM_malformed_type'] = 'Ongeldig formaat van de invoer bij veld';
$lang['EM_unmatched_NOT'] = 'onbekende NOT in een veld bij';
$lang['EM_missing_DEFAULT'] = 'de standaard waarde in een veld mist in de buurt van';
$lang['EM_not_enough'] = ''niet genoeg parameters on de kolom te verwerken.';
$lang['EM_improper_key'] = 'ongeldig geformatterde key';
$lang['EM_type_invalid'] = 'type %s ongeldig';
$lang['EM_length_invalid'] = 'lengte %s ongeldig';
$lang['EM_malformed_DROP'] = 'ongeldig geformatteerde DROP actie';
$lang['EM_malformed_DROP2'] = 'ongeldig geformatteerde DROP statement, te veel attributen.';
$lang['EM_postgresql_ABORTED'] = 'AFGEBROKEN: [%d]<br /> Een veld laten vallen in postgresql is niet in deze software ingebouwd. Neem contact op met Nutzzy voor informatie hoe dit te doen zonder de hele database te laten vallen.';
$lang['EM_malformed_sql'] = 'ongeldig geformatteerde SQL, geen doel gespecificeerd';
$lang['EM_type_unknown'] = 'type \'%s\' onbekend.';
$lang['EM_subaction_unknown'] = 'aftrekkings-actie \'%s\' onbekend.';
$lang['EM_unknown_action'] = 'actie \'%s\' onbekend.';
$lang['EM_SQL_line'] = 'SQL Regel:';
// post process
$lang['EM_pp_step3'] = 'Stap 3 van 3';
$lang['EM_pp_install_comp'] = 'Installatie Afgerond!';
$lang['EM_pp_comp_desc'] = 'Installatie van deze MOD is now complete! Je wordt aageraden om te testen of de MOD goed werkt op al je talen en themas.';
$lang['EM_pp_complete'] = 'afgerond' ;
$lang['EM_pp_ready'] = 'Klaar';
$lang['EM_pp_manual'] = 'Handmatig';
$lang['EM_pp_from'] = 'Kopieer van [%s]';
$lang['EM_pp_backups'] = 'Backups aan het maken in [%s]';
$lang['EM_pp_backup'] = 'Backup';
$lang['EM_pp_download'] = 'Download';
$lang['EM_pp_to'] = 'To';
$lang['EM_pp_status'] = 'Status';
// diy
$lang['DIY_final'] = 'Laatste stap';
$lang['DIY_Instructions'] = '\'Doe het zelf\' Instructies';
$lang['DIY_intro'] = '\'Doe het zelf\' instructies moeten door <strong>jou handmatig</strong>uitgevoerd worden, EasyMOD kan deze acties zelf <strong>not</strong> uitvoeren';
$lang['Final_install_step'] = 'Bekijk de laatste installatiestappen';
$lang['Install_complete'] = 'Installatie afgerond';
// general use
$lang['EM_next_step'] = 'Volgende stap';
$lang['EM_ok'] = 'OK';
$lang['EM_on'] = 'AAN';
$lang['EM_off'] = 'UIT';
$lang['EM_line'] = 'Regel';
//
// installer
//
$lang['Safe_mode'] = 'Veilige stand';
$lang['Go'] = 'Go';
$lang['EM_installing_beta'] = 'Bezig met het installeren van EasyMOD beta (%s)';
$lang['EM_more_info'] = Meer informatie';
$lang['EM_see_file_access'] = 'Eens kijken wat voor bestandstoegang je hebt. Het is niet nodig om alles door te lezen \'ok\'.';
$lang['EN_reinstall_version'] = 'Als je deze versie opnieuw probeert te installeren, verander dan het EasyMOD versienummer in het controle paneel (Admin CP). Of als je de "EM Version Changer" (by GPHemsley) wilt begruiken, klik <a href="http://gphemsley.music-hq.net/phpBB/EasyMOD/">hier</a>.';
$lang['EM_simple_mode'] = 'Eenvoudige stand';
$lang['EM_advanced_mode'] = 'Geavanceerde stand';
// step 1
$lang['EM_step1'] = '<b>Stap 1 (van 5):</b> Welkom bij de EasyMOD installatie. In deze stap heeft EasyMOD de server gescanned om te kijken in hoeverre er bestands-toegang is voor de belangrijke dingen als lezen, schrijven, en verplaatsen. EasyMOD heeft aanbeveeld wat voor instellingen te gebruiken voor deze installatie.';
$lang['EM_Install_Info'] = 'Installatie Info';
$lang['EM_Select_Language'] = 'Selecteer Taal';
$lang['EM_Database_type'] = 'Database type';
$lang['EM_phpBB_version'] = 'phpBB versie';
$lang['EM_EM_status'] = 'EM status';
$lang['EM_new_install'] = 'Nieuwe Installatie';
$lang['EM_update_from'] = 'Update EM van';
$lang['EM_PHP_sysinfo'] = 'Extra Systeem Informatie';
$lang['EM_not_avail'] = 'N/A';
$lang['EM_PHP_system'] = 'Systeem';
$lang['EM_PHP_config'] = 'Configuratie opdracht';
$lang['EM_PHP_version'] = 'PHP versie';
$lang['EM_File_Access'] = 'Bestandstoegang Info';
$lang['EM_unattempted'] = 'Niet uitgevoerd';
$lang['EM_no_module'] = 'module niet geladen';
$lang['EM_support'] = 'Voor ondersteuning, bezoek <a href="http://area51.phpbb.com/phpBB/viewforum.php?f=15" target="_blank">EasyMOD Central</a> op Area51 (engels-talig).';
$lang['EM_read_access'] = 'Leestoegang';
$lang['EM_write_access'] = 'Schrijftoegang';
$lang['EM_root_write'] = 'hoofdmap schrijftoegang' ;
$lang['EM_chmod_access'] = 'chmod toegang';
$lang['EM_unlink_access'] = 'Ontkoppelingstoegang';
$lang['EM_mkdir_access'] = 'mkdir toegang';
$lang['EM_tmp_write'] = 'temp map schrijftoegang';
$lang['EM_ftp_ext'] = 'FTP extensie';
$lang['EM_copy_access'] = 'Kopieertoegang';
$lang['EM_password_title'] = 'EasyMOD Wachtwoord beveiliging';
$lang['EM_password_desc'] = 'Het EasyMOD wachtwoord stelt je in staat om zelf te kiezen welke admins EasyMOD kunnen gebruiken. Door toegang tot EasyMOD te hebben kunnen admins zonder al teveel moeite hetserver ftp inlognaam en wachtwoord achterhalen, pas hiermee dus op!';
$lang['EM_password_set'] = 'Stel EM wachtwoord in' ;
$lang['EM_password_confirm'] = 'Bevestig EM wachtwoord' ;
$lang['EM_file_title'] = 'Bestands-toegang' ;
$lang['EM_file_desc'] = 'FTP toegang is de aanbevolen manier van bestandstoegang voor EasyMOD. Als je geen FTP toegang hebt, beveelt EasyMOD de instellingen aan.';
$lang['EM_file_reading'] = 'Lezen';
$lang['EM_file_writing'] = 'Schrijven';
$lang['EM_file_moving'] = 'Verplaatsen';
$lang['EM_file_alt'] = 'Alternatieve';
$lang['EM_ftp_title'] = 'FTP Informatie';
$lang['EM_ftp_dir'] = 'FTP locatie waar phpBB2 zich bevind' ;
$lang['EM_ftp_user'] = 'FTP Gebruikersnaam';
$lang['EM_ftp_pass'] = 'FTP Wachtwoord';
$lang['EM_ftp_host'] = 'FTP Server';
$lang['EM_ftp_host_info'] = '(localhost zou moeten werken)';
$lang['EM_ftp_port'] = 'FTP Poort';
$lang['EM_ftp_port_info'] = '(21 zou moeten werken)';
$lang['EM_ftp_advance_settings'] = 'Geavanceerde FTP Instellingen (optioneel!)';
$lang['EM_ftp_debug'] = 'FTP Debug Stand';
$lang['EM_ftp_debug_not'] = '(alleen gebruiken als er een probleem is)';
$lang['EM_ftp_use_ext'] = 'PHP FTP Extensie';
$lang['EM_ftp_ext_not'] = '(alleen veranderen als daartoe opdracht word gegeven)';
$lang['EM_ftp_ext_noext'] = 'Geen optie. PHP FTP module niet geladen.';
$lang['EM_ftp_cache'] = 'Gebruik FTP cache';
$lang['EM_yes'] = 'Ja';
$lang['EM_no'] = 'Nee';
// simple step 1
$lang['EM_step1_simple_header'] = '<strong>Stap 1 (instellingen verzamelen):</strong> Welkom bij de EasyMOD installatie. EasyMOD zal proberen je te begeleiden bij iedere stap. Als eerst moeten we wat weten over de server.';
$lang['EM_step1_ftp_header'] = '<strong>Stap 1 (instellingen verzamelen):</strong> Je hebt aagegeven dat je FTP toegang hebt tot de server. Voer de FTP informatie hier onder in.';
$lang['EM_step1_password_header'] = '<strong>Stap 1 (instellingen verzamelen):</strong> EasyMOD neemt beveiliging erg serieus. Een wachtwoord kan beperken wie er toegang heeft. Als je FTP gebruikt, is een wachtwoord benodigd om de login informatie beveiligd op te slaan in de database.';
$lang['EM_server_style'] = 'Server Stijl';
$lang['EM_about_server'] = 'Over de server';
$lang['EM_describes_server'] = 'Welke van de opties beschrijft de server voor het phpBB forum het beste:';
$lang['EM_have_ftp'] = 'Ik heb toegang tot de phpBB bestanden op de server.';
$lang['EM_have_windows'] = 'Dit is een windows server en ik hoef me niet druk te maken over bestandstoegang.';
$lang['EM_no_ftp_suggest'] = 'Ik heb geen FTP toegang. Laat EasyMOD een suggestie doen A.U.B.!';
$lang['EM_auto_detect'] = 'Auto Detectie';
$lang['EM_diagnosis'] = 'Diagnose';
$lang['EM_auto_tech_detected'] = 'Geautomatieseerde Techniek ontdekt!';
$lang['EM_ftp_desc'] = 'Voer de informatie in die je normaal gebruikt om via FTP bij de phpBB bestanden te komen.';
// no write no copy
$lang['Select_one'] = 'Selecteer er een:';
$lang['EM_nowrite_nocopy__desc'] = 'Dit is het ergste scenario. EasyMOD heeft geen toegang om bestanden aan te maken of te veranderen. Er zijn een aantal dingen die je kunt doen:<br />
<ol>
<li>Als je FTP toegang hebt, probeer de FTP optie.</li>
<li>De server heeft "safe mode" aan staan, wat inhoud dat EasyMOD niet automatisch de bestanden kan vervangen. Je kunt overwegen om <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> or <a href="http://www.wikipedia.org/wiki/chown" target="_blank">chown</a> te gebruiken om toegang te verlenen.</li>
<li>Je kunt overwegen om <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> te gebruiken om toegang te verlenen. Al is dit niet aanbevolen in een gedeelde serveromgeving.</li>
<li>Anders moet je de bestanden downloaden en handmatig op hun plaats zetten.</li>
</ol>';
$lang['EM_try_ftp'] = 'Ik zal proberen de FTP optie te gebruiken. (FTP toegang vereist)';
$lang['EM_perms_mod_rescan'] = 'Ik heb mijn bestandstoestemming gewijzigd, probeer opnieuw te scannen om te zien of EasyMOD toegang heeft.';
$lang['EM_download_manual'] = 'Ik zal de bestanden moeten downloaden en handmatig op hun plaats zetten';
$lang['EM_select_else'] = 'Ik wil iets anders selecterenI. (Geavanceerde stand)';
// write no copy
$lang['EM_write_nocopy_desc'] = 'Problem. EasyMOD has permission to create new files, but does not have permission to replace the old files with the new ones. There are several things you can do:<br />
<ol>
<li>If you have FTP access, then use the FTP option.</li>
<li>Your server has "safe mode" enabled which means EasyMOD cannot automaticly replace your phpBB files. You might consider using <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> or <a href="http://www.wikipedia.org/wiki/chown" target="_blank">chown</a> to allow access.</li>
<li>You might consider using <a href="http://www.wikipedia.org/wiki/chmod" target="_blank">chmod</a> to allow access. However, this is not advised in a shared server environment.</li>
<li>Otherwise you have to use the post process script or manually move files into place.</li>
</ol>';
$lang['EM_use_post_process'] = 'I will use the post_process script to automatically move files into place. (requires knowledge of how to execute a script)';
// write and copy
$lang['EM_write_copy_desc'] = 'Good news! EasyMOD has detected that it has the necessary access to automatically install MODs. You should select yes below.';
$lang['EM_yes_use_auto'] = 'Yes, use this automated method.';
$lang['EM_no_use_else'] = 'No, I\'d like to select something else. (Advanced Mode)';
// step 2
$lang['EM_step2'] = '<b>Step 2 (of 5):</b> EasyMOD is now confirming your file access settings.';
$lang['EM_test_write'] = 'Testing selected write method';
$lang['EM_confirm_write'] = 'Write access method confirmed!';
$lang['EM_confirm_write_server'] = 'The modified files will be written on the server.';
$lang['EM_confirm_write_ftp'] = 'The modified files will be written to a buffer and then FTP\'d into place.';
$lang['EM_confirm_write_local'] = 'The modified files will be downloaded locally through your web browser.';
$lang['EM_confirm_write_screen'] = 'The modified file contents will be displayed on screen.';
$lang['EM_test_move'] = 'Testing selected move method';
$lang['EM_test_ftp1'] = '1) Logged in successfully';
$lang['EM_test_ftp2'] = '2) CD to EasyMOD path successfully';
$lang['EM_test_ftp3'] = '3) wrote to phpBB root successfully';
$lang['EM_test_ftp4'] = '4) FTP cache access checked successfully';
$lang['EM_ftp_sync1'] = 'You have selected FTP for writing files but not for moving them. You must set both write and move to use FTP or else you cannot use FTP.';
$lang['EM_ftp_sync2'] = 'You have selected FTP for moving files but not for writing them. You must set both write and move to use FTP or else you cannot use FTP.';
$lang['EM_confirm_move'] = 'Move access method confirmed!';
$lang['EM_confirm_move_ftp'] = 'The core phpBB files will automatically be replaced by modified files via FTP.';
$lang['EM_confirm_move_copy'] = 'The core phpBB files will automatically be replaced by modified files using the copy function.';
$lang['EM_confirm_move_exec'] = 'A script will be generated that you can execute to automatically replace the core phpBB files with the modified files.';
$lang['EM_confirm_move_ftpm'] = 'You have selected to manually replace the core phpBB files with the modified files.';
$lang['EM_install_EM'] = 'Install EasyMOD';
$lang['EM_confirm_download'] = '<b>IMPORTANT:</b> To fully test the download method, make sure you can download this file. If it fails, you cannot use the "download" write method and should press "Rescan" to select another option.';
// step 2 ftp test
$lang['EM_ftp_testing'] = 'Testing FTP access...';
$lang['EM_ftp_fail_conn'] = 'FTP ERROR: connection to %s:%s failed.';
$lang['EM_ftp_fail_conn_lh'] = 'This error occurs frequently, particularly on hosts like Lycos. Back on step 1 you should try changing the FTP Server from "localhost" to whatever hostname you typically use when you FTP.';
$lang['EM_ftp_fail_conn_21'] = 'This error occurs frequently when the port number is incorrect. Back on step 1 you should try changing the FTP Port from 21 to whatever port you typically use when you FTP.';
$lang['EM_ftp_fail_conn_invalid'] = 'The connection failed because it appears you have provided an invalid FTP Server hostname. Hostnames cannot have slashes (/ or \\) or colons (:) in the name. Try reentering the FTP Server field.';
$lang['EM_ftp_fail_conn_invalid2'] = 'The connection failed because it appears you have provided an invalid FTP Server port. Ports must only contain the numbers 0 through 9. Try reentering the FTP Port field.';
$lang['EM_fail_conn_info'] = 'The FTP Server you have specified could not be connected to. The following is recommended:';
$lang['EM_fail_conn_op1'] = 'Have you tried the default settings of <b>localhost</b> for the hostname and <b>21</b> for the port? These should be tried first.';
$lang['EM_fail_conn_op2'] = 'Did you correctly enter the hostname? Try reentering.';
$lang['EM_fail_conn_op3'] = 'Are you sure you have FTP access to the phpBB2 files? Obviously this is a requirement.';
$lang['EM_fail_conn_op4'] = 'Some servers have issues with the fsockopen method that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1.';
$lang['EM_fail_login'] = 'FTP ERROR: login failed';
$lang['EM_fail_login_info'] = 'The FTP Server was connected to, but the username and password were rejected. The following is recommended:';
$lang['EM_fail_login_op1'] = 'Did you correctly type the username and password? Make sure your CAPS LOCK key is off and try again.';
$lang['EM_fail_login_op2a'] = 'If you are 100% certain your user/pass is correct, then perhaps you are not connecting to the correct host or on the correct port. Try changing your FTP Server entry from localhost to the actual ftp host name and your FTP Port entry from 21 to the actual ftp port.';
$lang['EM_fail_login_op2b'] = 'Perhaps you are not connecting to the correct host. Try changing your FTP Server entry back to localhost or verify you have correctly entered the ftp host name.';
$lang['EM_fail_pwd'] = 'FTP ERROR: pwd failed';
$lang['EM_fail_cd'] = 'FTP ERROR: could not cd to %s';
$lang['EM_fail_cd_info'] = 'You successfully logged into the server, but could not change direcory (CD) to the easymod directory. The following is recommended:';
$lang['EM_fail_cd_op1'] = '<b>Important:</b> It appears you are including a domain name in the FTP Path setting. For most servers this is incorrect. Try reentering the FTP Path setting without the domain name included.';
$lang['EM_fail_cd_op2'] = '<b>Important:</b> You have a slash (/) at the end of your FTP Path. Try removing this and retrying.';
$lang['EM_fail_cd_op3'] = 'Are you sure you entered the correct path? Below is a directory listing of the files in the FTP root directory. The FTP root directory is simply the starting point when you connect. The path to the phpBB2 installation should begin with one of the directory names listed below.';
$lang['EM_fail_cd_op4'] = 'Directory names are case sensitive. Be sure the easymod directory is all lowercase.';
$lang['EM_fail_cd_op5'] = 'In some *very rare* cases it\'s possible that you are not connecting to the proper FTP Server. Try specifying the hostname in the FTP Server field and the port in the FTP Port field.';
$lang['EM_fail_cd_op6'] = 'Some servers have issues with the passive mode that EasyMOD attempts to use by default. If you have the PHP FTP extension loaded, then enable that option in step 1.';
$lang['EM_fail_cd_pwd'] = 'FTP Error: Directory info could not be obtained. This usually indicates solution 4 listed above.';
$lang['EM_fail_cd_nlist'] = 'FTP Error: A file listing could not be obtained. This usually indicates solution 4 listed above.';
$lang['EM_fail_cd_nlist_no'] = 'No files to list.';
$lang['EM_fail_make_cache'] = 'Could not make the [%s] directory.';
$lang['EM_fail_tmp'] = 'Could not create the [%s] temporary file.';
$lang['EM_ftp_root'] = 'FTP root directory:';
$lang['EM_dir_current'] = 'Current Working Directory';
$lang['EM_dir_nlist'] = '<b>Directory listing:</b> (%d files being listed)';
$lang['EM_dir_list'] = '<b>Directory listing:</b> your FTP Path should start with one of the directories listed below';
$lang['EM_fail_put'] = 'FTP ERROR: could not write to phpBB root';
$lang['EM_fail_put_info'] = 'EasyMOD requires that your <b>%s</b> account have write access on all directories and files in the phpBB directory. Please confirm all files and directories are set to at least 744 access.';
$lang['EM_ftp_phpbb_root'] = 'phpBB root directory:';
$lang['EM_fail_reput'] = 'FTP ERROR: could not overwrite phpBB root test file';
$lang['EM_fail_delete'] = '<b>FTP WARNING:</b> could not remove test file (not critical)';
// step 3
$lang['EM_step3'] = '<b>Step 3 (of 5):</b> EasyMOD is now installing itself as it would any MOD. There is a two step process of first creating the modified files and then moving them into place. The modified file(s) do no effect the core phpBB files in any way until the next step. Click the "Complete Processing" button to move the files into place.';
$lang['EM_finding'] = 'Finding';
$lang['EM_insert'] = 'Insert';
$lang['EM_before'] = 'before';
$lang['EM_after'] = 'after';
$lang['EM_build_post'] = 'Building Post Process Actions';
$lang['EM_build_post_desc'] = 'The following actions will be executed in the final step';
$lang['EM_complete_processing'] = 'Complete Processing';
// step 4
$lang['EM_step4'] = '<b>Step 4 (of 5):</b> Depending on your selection, the modified files have been automatically moved into place or prepared for you to move them manually. If there are no errors, click the "Confirm" button to update your database and complete the installation process.';
$lang['EM_add_db'] = 'Adding EasyMOD tables to your database';
$lang['EM_exec_sql'] = 'Executing SQL';
$lang['EM_progress'] = 'Progress';
$lang['EM_done'] = 'Done';
$lang['EM_result'] = 'Result';
$lang['EM_already_exist'] = 'The tables were previously created';
$lang['EM_failed_sql'] = 'Some queries failed, the statements and errors are listing below';
$lang['EM_no_worry'] = 'This is probably nothing to worry about, install will continue. Should this fail to complete you may need to seek help at our development board.';
$lang['EM_no_errors'] = 'No errors';
$lang['EM_update_db'] = 'Updating EasyMOD table data';
$lang['EM_store_entries'] = 'Storing config table entries';
$lang['EM_store_files'] = 'Storing processed files table';
$lang['EM_do_worry'] = 'Could not successfully update table. Something is wrong and install cannot complete.';
$lang['EM_complete_post'] = 'Completing Post-Process';
$lang['EM_admin_panel'] = 'You can now proceed to the Admin Control Panel and select "Install MODs" under "MOD Center". You may install the included MODs if you desire. Return to <a href="%s">Forum Index</a>.';
$lang['EM_confirm'] = 'Confirm';
$lang['EM_move_files'] = '<b>IMPORTANT:</b> Before pressing confirm, move files into place.';
// step 5
$lang['EM_step5'] = '<b>Final Step:</b> EasyMOD is now confirming all files have been correctly moved into place. If confirmed, then your database will be updated and installation will be complete!';
$lang['EM_confirmed'] = 'Confirmed!';
$lang['EM_confirm_admin'] = 'admin_easymod.php, looking for';
$lang['EM_confirm_exist'] = 'verifying existence';
$lang['EM_confirm_failed'] = 'Install Failed';
$lang['EM_confirm_fix'] = 'EM is not properly installed and you will need to fix the above error(s).';
$lang['EM_install_completed'] = 'Installation Confirmed. EasyMOD is installed!';
// debug info
$lang['EM_debug_header'] = '<b>Debug Info:</b> The following information about your system config has been formatted for display in a forum post.';
$lang['EM_debug_display'] = 'Display Debug Info';
$lang['EM_debug_info'] = 'Expanded Debug Info';
$lang['EM_debug_format'] = 'formatted for forum posting';
$lang['EM_debug_installer'] = 'EM installer';
$lang['EM_debug_work_dir'] = 'Working Dir';
$lang['EM_debug_step'] = 'Install Step';
$lang['EM_debug_mode'] = 'Mode';
$lang['EM_debug_the_error'] = 'The Error';
$lang['EM_debug_no_error'] = 'No error.';
$lang['EM_debug_permissions'] = 'Permissions';
$lang['EM_debug_sys_errors'] = 'including system errors';
$lang['EM_debug_recommend'] = 'Recommendations';
$lang['EM_debug_write'] = 'write';
$lang['EM_debug_move'] = 'move';
$lang['EM_debug_ftp_dir'] = 'ftp dir';
$lang['EM_debug_ftp_host'] = 'ftp host';
$lang['EM_debug_ftp_post'] = 'ftp port';
$lang['EM_debug_ftp_debug'] = 'ftp debug';
$lang['EM_debug_ftp_ext'] = 'ftp ext';
$lang['EM_debug_ftp_cache'] = 'ftp cache';
$lang['EM_debug_ftp_notest'] = 'Not testing FTP since it is not being used.';
$lang['EM_debug_selected'] = 'Selected settings';
$lang['EM_debug_listing'] = 'CWD Listing'; // cwd = current working directory
$lang['EM_debug_ftp_test'] = 'FTP access test';
$lang['EM_debug_success'] = 'successful';
// forms
$lang['Submit'] = 'Submit';
$lang['Rescan'] = 'Rescan';
//
// errors
//
$lang['EM_err_warning'] = 'Warning';
$lang['EM_err_error'] = 'Error';
$lang['EM_err_critical_error'] = 'Critical Error';
$lang['EM_err_secondary'] = 'Secondary Error - Critical';
$lang['EM_err_cwd'] = 'Current working directory';
$lang['EM_err_install_dir'] = '<b>Critical Error:</b> EasyMOD is not in the correct directory to be installed. It must be placed in a admin/mods/easymod off the phpBB root prior to installation.<br />';
$lang['EM_err_no_subsilver'] = '<b>Critical Error:</b> EasyMOD cannot be installed. The subSilver template is not present in the templates directory. This template is required as the baseline template for MOD installations. The subSilver template is provided in the standard phpBB download at <a href="http://www.phpbb.com">www.phpbb.com</a>.';
$lang['EM_err_no_english'] = '<b>Critical Error:</b> EasyMOD cannot be installed. The English language package is not present in the language directory. This language is required as the baseline language package for MOD installations. The English language package is provided in the standard phpBB download at <a href="http://www.phpbb.com">www.phpbb.com</a>.';
$lang['EM_err_dupe_install'] = 'This version of EM has already been installed. Terminating to prevent reinstallation.';
$lang['EM_err_pw_match'] = '<b>Error:</b> The EasyMOD passwords do not match. Please retry by pressing the "Rescan" button.';
$lang['EM_err_acc_write'] = '<b>ACCESS ERROR:</b> phpBB does not have permission to write to the EasyMOD directory.';
$lang['EM_err_acc_mkdir'] = '<b>ACCESS ERROR:</b> phpBB does not have permission to create new directories.';
$lang['EM_err_copy'] = '<b>COPY ERROR:</b> You do not have copy access. Move method cannot be used.';
$lang['EM_err_no_write'] = '<b>MOVE ERROR:</b> The write method you have selected does not create the files on there server. Therefore, using either automated FTP or the copy method is not permitted for the move method.';
$lang['EM_err_config_table'] = 'Could not obtain Config Table list';
$lang['EM_err_open_pp'] = '<b>Critical Error:</b> Cannot open post process file for writing.';
$lang['EM_err_attempt_remainder'] = 'ATTEMPING REMAINDER OF POST PROCESS';
$lang['EM_err_write_pp'] = '<b>Critical Error:</b> Unable to complete writing of post process file.';
$lang['EM_err_no_step'] = '<b>Critical Error:</b> Undefinied install step.';
$lang['EM_err_no_sql'] = '<b>Critical Error:</b> No DB LAYER found!';
$lang['EM_err_no_tpl'] = 'A required file [%s] is missing. Aborting install.';
$lang['EM_err_no_file'] = '<b>Critical Error:</b> could not find [%s]. Aborting.';
$lang['EM_err_insert'] = 'Could not insert %s config information.';
$lang['EM_err_update'] = 'Could not update %s config information.';
$lang['EM_err_find'] = 'Could not find';
$lang['EM_err_pw_fail'] = 'INVALID PASSWORD SUPPLIED';
$lang['EM_err_find_fail'] = 'FIND FAILED: In file [%s] could not find';
$lang['EM_err_ifind_fail'] = 'IN-LINE FIND FAILED: In file [%s] could not find';
// admin_easymod errors
$lang['EM_trace'] = 'Function Trace';
$lang['EM_FAQ'] = 'FAQ';
$lang['EM_report'] = 'Report';
$lang['EM_error_detail'] = 'Error Detail';
$lang['EM_line_num'] = 'MOD script line #';
$lang['EM_err_config_info'] = 'Could not obtain Config information';
$lang['EM_err_no_process_file'] = 'Critical Error: There is no file specified to process.';
$lang['EM_err_set_pw'] = 'The EasyMOD passwords do not match. Settings not updated.';
$lang['EM_err_em_info'] = 'Could not obtain EasyMod information';
$lang['EM_err_phpbb_ver'] = 'Could not obtain phpBB version info';
$lang['EM_err_backup_open'] = 'Could not open [%s] for reading.';
$lang['EM_err_no_find'] = 'FAILED: malformed script. A FIND was not previously performed.';
$lang['EM_err_comm_open'] = 'OPEN FAILED: No file name supplied in MOD script';
$lang['EM_err_comm_find'] = 'FIND FAILED: No target supplied for FIND command in MOD script';
$lang['EM_err_inline_body'] = 'FAILED: Invalid command body supplied in MOD script';
$lang['EM_err_increment_body'] = 'FAILED: Invalid command body supplied in MOD script';
$lang['EM_err_no_ifind'] = 'FAILED: Malformed script. An IN-LINE FIND was not previously performed.';
$lang['EM_err_comm_copy'] = 'COPY FAILED: The target file to be copied [%s%s] could not be found.';
$lang['EM_err_modify'] = 'CRITICAL ERROR: Could not modify [%s]';
$lang['EM_err_theme_info'] = 'Could not query database for theme info';
$lang['EM_err_copy_format'] = 'Could not perform improperly formed COPY command.';
$lang['EM_err_delete_em_info'] = 'Could not delete EasyMod entry!';
// mod_io errors
$lang['EM_modio_mkdir_chdir'] = 'FTP ERROR: could not change directory to [%s]<br />Current dir: [%s]';
$lang['EM_modio_mkdir_mkdir'] = 'FTP ERROR: could not make directory [%s]<br />Current dir: [%s]';
$lang['EM_modio_open_read'] = 'Could not open [%s] for reading.';
$lang['EM_modio_open_write'] = 'Could not open [%s] for writing.';
$lang['EM_modio_open_none'] = 'Write method not recognized.';
$lang['EM_modio_close_chdir'] = 'FTP ERROR: could not change directory to [%s]';
$lang['EM_modio_close_ftp'] = 'FTP ERROR: could not write file [%s]';
$lang['EM_modio_prep_conn'] = 'FTP ERROR: could not connect to localhost';
$lang['EM_modio_prep_login'] = 'FTP ERROR: login failed';
$lang['EM_modio_prep_chdir'] = 'FTP ERROR: could not chdir to phpBB root directory';
$lang['EM_modio_move_copy'] = 'COPY ERROR: could not move file [%s] to [%s]';
$lang['EM_modio_move_ftpa'] = 'FTP ERROR: could not move file [%s] to [%s]';
// EasyMOD Installer Help
$lang['EM_installer_help'] = 'EasyMOD Installer Help';
$lang['help']['file_writing'][] = 'File Writing';
$lang['help']['file_writing'][] = 'Here you can select one of the following options:
<ul>
<li><b>Server:</b> Files will be written using regular file manipulation functions. The user running the web server process needs write access to the files.</li>
<li><b>Buffer & FTP:</b> Files will be prepared on a memory buffer and then written into place using an FTP connection to the server.</li>
<li><b>Download:</b> EasyMOD will offer you the possibility to download the modified files for you to manually upload to the server.</li>
<li><b>On Screen:</b> EasyMOD will display the modified files on the browser, then you would have to upload them manually.</li>
</ul>';
$lang['help']['file_moving'][] = 'File Moving';
$lang['help']['file_moving'][] = 'Here you can select one of the following options:
<ul>
<li><b>Copy:</b> Files will be copied using regular file manipulation functions. The user running the web server process needs access permissions to the files.</li>
<li><b>Automated FTP:</b> Files will be copied into place using an FTP connection to the server.</li>
<li><b>Execute Script:</b> EasyMOD will attempt to generate and execute a shell script to perform the required file operations.</li>
<li><b>Manually Load:</b> EasyMOD will allow you to download the files (or display them on screen) and then you have to manually upload the files to the server.</li>
</ul>';
$lang['help']['ftp_dir'][] = 'FTP Directory';
$lang['help']['ftp_dir'][] = 'Most of all it is important that you don\'t put the slash (/) at the end of the path.';
$lang['help']['ftp_dir'][] = 'Second thing to remember is that (in most cases) this path is not the same as you would put in your main configuration settings (in Administration Panel). Usually the path is different because FTP servers hide the real directory structure of the web server.';
$lang['help']['ftp_dir'][] = 'So the path needs to be the same as the one that you have to walk through when using your FTP client to get to your forum (there should be a file like extension.inc there). Common settings would be:
<ul>
<li>public_html/phpBB2</li>
<li>public_html/forum</li>
<li>httpdocs/phpBB2</li>
<li>httpdocs/forum</li>
<li>board_name/phpBB2</li>
<li>board_name/forum</li>
<li>phpBB2</li>
<li>forum</li>
<li>/ (this usually means that you don\'t actually have anything else on your FTP server than the forum)</li>
</ul>';
$lang['help']['ftp_host'][] = 'FTP Host';
$lang['help']['ftp_host'][] = 'This should usually remain localhost, but some servers (like Lycos) need a different name.';
$lang['help']['ftp_host'][] = 'If you don\'t know what to put in here then try the default (localhost) and then try to use the same setting as you use in you FTP client or ask your hosting provider or server administrator.';
$lang['help']['ftp_port'][] = 'FTP Port';
$lang['help']['ftp_port'][] = 'This should usually be the default value (that is 21), but some (rare) servers use a different port.';
$lang['help']['ftp_port'][] = 'If you don\'t know what to put in here then try the default (21) and then try to use the same setting as you use in you FTP client or ask your hosting provider or server administrator.';
$lang['help']['ftp_debug'][] = 'FTP Debug';
$lang['help']['ftp_debug'][] = 'This option tells EasyMOD to generate an extended report that may help to identify problems with FTP connections.';
$lang['help']['ftp_debug'][] = 'Support staff may request this information for diagnosis purposes.';
$lang['help']['ftp_php_ext'][] = 'PHP FTP Extension';
$lang['help']['ftp_php_ext'][] = 'This option instructs EasyMOD to use the <a href="http://www.php.net/ftp" target="_blank">PHP FTP Extension</a> to perform the file operations required to install MODs. However, this extension may not be enabled in your server configuration.';
$lang['help']['ftp_php_ext'][] = 'EasyMOD will try to use the <a href="http://www.php.net/network" target="_blank">PHP Network Functions</a>, if this option is not enabled. While there\'s no special requirement in PHP to use these functions, they may be restricted in your server configuration.';
$lang['help']['ftp_cache'][] = 'FTP Cache';
$lang['help']['ftp_cache'][] = 'When the <em>PHP FTP Extension</em> option is enabled, EasyMOD needs write access to a temporary location to store the files that need to be moved to their final locations using the FTP method.';
$lang['help']['ftp_cache'][] = 'EasyMOD will attempt to create a cache directory located in your admin/em_includes folder. Otherwise, when this option is disabled, it will try to use the system TEMP directory.';
?>
Hoop dat het een beetje ok is..