1168f9feeSAndreas Gohr<?php 2168f9feeSAndreas Gohr/** 3168f9feeSAndreas Gohr * english language file 4168f9feeSAndreas Gohr */ 5168f9feeSAndreas Gohr 6168f9feeSAndreas Gohr// for admin plugins, the menu prompt to be displayed in the admin menu 7168f9feeSAndreas Gohr// if set here, the plugin doesn't need to override the getMenuText() method 8168f9feeSAndreas Gohr$lang['menu'] = 'Revert Manager'; 9168f9feeSAndreas Gohr 10168f9feeSAndreas Gohr// custom language strings for the plugin 11168f9feeSAndreas Gohr 12122b469fSAndreas Gohr$lang['filter'] = 'Search spammy pages'; 1390f99567SAndreas Gohr$lang['revert'] = 'Revert selected pages'; 14122b469fSAndreas Gohr$lang['reverted'] = '%s reverted to revision %s'; 15122b469fSAndreas Gohr$lang['removed'] = '%s removed'; 16122b469fSAndreas Gohr$lang['revstart'] = 'Reversion process started. This can take a long time. If the 17122b469fSAndreas Gohr script times out before finishing, you need to revert in smaller 18122b469fSAndreas Gohr chunks.'; 198358adfaSGrzegorz Zur$lang['revstop'] = 'Reversion process finished successfully.'; 2090f99567SAndreas Gohr$lang['note1'] = 'Note: this search is case sensitive'; 2190f99567SAndreas Gohr$lang['note2'] = 'Note: the page will be reverted to the last version not containing the given spam term <i>%s</i>.'; 22122b469fSAndreas Gohr 23*e3776c06SMichael Hamann//Setup VIM: ex: et ts=4 : 24