<?php
/**
 * English language file for linkfix plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

// menu entry for admin plugins
$lang['menu'] = 'Adjust links';

$lang['searchin']       = 'Limit to this namespace:';
$lang['changefrom']     = 'Change links beginning with:';
$lang['changeto']       = 'Change links to begin with:';
$lang['dryrun']         = 'Simulate changes for testing';
$lang['submit']         = 'Start';
$lang['badnamespace']   = 'No such namespace %s. Aborting execution.';
$lang['links']          = 'Adjust Links';
$lang['media']          = 'Adjust Media';
$lang['summary']        = 'links adjusted';
$lang['success']        = 'new page version saved';
$lang['successdry']     = 'simulating, page changes not saved';
$lang['fail']           = 'page not changed';
$lang['checking']       = 'checking page:';
$lang['processing']     = 'Processing, do not interrupt...';
$lang['processingdone'] = 'Processing done.';
$lang['rerunhot']       = 'Rerun the process for real (NO simulation!)';

//Setup VIM: ex: et ts=4 :
