1f25ff31dSAndreas Gohr<?php 25d92c7d2Smprins 3f25ff31dSAndreas Gohr/** 45d92c7d2Smprins * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5f25ff31dSAndreas Gohr * 6f25ff31dSAndreas Gohr * @author Wouter Schoot <wouter@schoot.org> 776dfe0e1SAndreas Gohr * @author John de Graaff <john@de-graaff.net> 846e875ceSAndreas Gohr * @author Niels Schoot <niels.schoot@quintiq.com> 9d91b0295Sdion * @author Dion Nicolaas <dion@nicolaas.net> 10faeb190cSDanny Rotsaert * @author Danny Rotsaert <danny.rotsaert@edpnet.be> 11929bbe7fSMarijn Hofstra * @author Marijn Hofstra hofstra.m@gmail.com 12c155c65dSMatthias Carchon * @author Matthias Carchon webmaster@c-mattic.be 13e53f9e72SMarijn Hofstra * @author Marijn Hofstra <hofstra.m@gmail.com> 14003a37b4STimon Van Overveldt * @author Timon Van Overveldt <timonvo@gmail.com> 15a7623172SJeroen Roeterd * @author Jeroen 1677b9cb84SRicardo Guijt * @author Ricardo Guijt <ricardoguijt@gmail.com> 17940dbfe4SGerrit * @author Gerrit <klapinklapin@gmail.com> 18*269e961bSRemon * @author Remon <no@email.local> 19f25ff31dSAndreas Gohr */ 20d91b0295Sdion$lang['menu'] = 'Herstelmanager'; 21f25ff31dSAndreas Gohr$lang['filter'] = 'Zoek naar bekladde pagina\'s'; 22f25ff31dSAndreas Gohr$lang['revert'] = 'Herstel geselecteerde pagina\'s'; 23f25ff31dSAndreas Gohr$lang['reverted'] = '%s hersteld naar revisie %s'; 24f25ff31dSAndreas Gohr$lang['removed'] = '%s verwijderd'; 25*269e961bSRemon$lang['revstart'] = 'Herstelproces is begonnen. Dit kan een lange tijd duren. Als het script een timeout genereert voor het klaar is, moet je in kleinere delen herstellen.'; 26d91b0295Sdion$lang['revstop'] = 'Herstelproces succesvol afgerond.'; 27f25ff31dSAndreas Gohr$lang['note1'] = 'NB: deze zoekopdracht is hoofdlettergevoelig'; 28d91b0295Sdion$lang['note2'] = 'NB: de pagina zal hersteld worden naar de laatste versie waar de opgegeven spam-term <i>%s</i> niet op voorkomt.'; 29