1<?php
2/**
3 * English language file for linkfix plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8// menu entry for admin plugins
9$lang['menu'] = 'Adjust links';
10
11$lang['searchin']       = 'Limit to this namespace:';
12$lang['changefrom']     = 'Change links beginning with:';
13$lang['changeto']       = 'Change links to begin with:';
14$lang['dryrun']         = 'Simulate changes for testing';
15$lang['submit']         = 'Start';
16$lang['badnamespace']   = 'No such namespace %s. Aborting execution.';
17$lang['links']          = 'Adjust Links';
18$lang['media']          = 'Adjust Media';
19$lang['summary']        = 'links adjusted';
20$lang['success']        = 'new page version saved';
21$lang['successdry']     = 'simulating, page changes not saved';
22$lang['fail']           = 'page not changed';
23$lang['checking']       = 'checking page:';
24$lang['processing']     = 'Processing, do not interrupt...';
25$lang['processingdone'] = 'Processing done.';
26$lang['rerunhot']       = 'Rerun the process for real (NO simulation!)';
27
28//Setup VIM: ex: et ts=4 :
29