1<?php
2/**
3 * english language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Gary Owen <>
7 */
8
9$lang['menu']       = 'Move pages and namespaces';
10$lang['inprogress'] = '(move pending)';
11$lang['treelink']   = 'Alternatively to this simple form you can manage complex restructuring of your wiki using the <a href="%s">tree-based move manager</a>.';
12
13// page errors
14$lang['notexist']      = 'The page %s does not exist';
15$lang['norights']      = 'You have insufficient permissions to edit %s.';
16$lang['filelocked']    = 'The page %s is locked. Try again later.';
17$lang['notchanged']    = 'No new destination given for page %s (location unchanged).';
18$lang['exists']        = 'Page %s can\'t be moved to %s, the target already exists.';
19$lang['notargetperms'] = 'You don\'t have the permission to create the page %s.';
20
21// media errors
22$lang['medianotexist']      = 'The media file %s does not exist';
23$lang['nomediarights']      = 'You have insufficient permissions to delete %s.';
24$lang['medianotchanged']    = 'No new destination given for page %s (location unchanged).';
25$lang['mediaexists']        = 'Media %s can\'t be moved to %s, the target already exists.';
26$lang['nomediatargetperms'] = 'You don\'t have the permission to create the media file %s.';
27$lang['extensionchange']    = 'Extension of the new file is not the same as the original.';
28
29// system errors
30$lang['indexerror']          = 'Error while updating the search index %s';
31$lang['metamoveerror']       = 'The meta files of page %s couldn\'t be moved';
32$lang['atticmoveerror']      = 'The attic files of page %s couldn\'t be moved. Please move them manually.';
33$lang['mediametamoveerror']  = 'The meta files of the media file %s couldn\'t be moved';
34$lang['mediamoveerror']      = 'Moving the media file %s failed';
35$lang['mediaatticmoveerror'] = 'The attic files of media file %s couldn\'t be moved. Please move them manually.';
36
37// changelog summaries
38$lang['renamed']     = 'Page name changed from %s to %s';
39$lang['moved']       = 'Page moved from %s to %s';
40$lang['move_rename'] = 'Page moved and renamed from %s to %s';
41$lang['delete']      = 'Deleted by move plugin';
42$lang['linkchange']  = 'Links adapted because of a move operation';
43
44// progress view
45$lang['intro']        = 'The move operation has not been started, yet!';
46$lang['preview']      = 'Preview changes to be executed.';
47$lang['inexecution']  = 'A previous move was not completed - use the buttons below to continue or abort the execution.';
48$lang['btn_start']    = 'Start';
49$lang['btn_continue'] = 'Continue';
50$lang['btn_retry']    = 'Retry item';
51$lang['btn_skip']     = 'Skip item';
52$lang['btn_abort']    = 'Abort';
53
54// Form labels
55$lang['legend']               = 'Move current page or namespace';
56$lang['movepage']             = 'Move page';
57$lang['movens']               = 'Move namespace';
58$lang['dst']                  = 'New name:';
59$lang['content_to_move']      = 'Content to move:';
60$lang['autoskip']             = 'Ignore errors and skip pages or files that can\'t be moved';
61$lang['autorewrite']          = 'Rewrite links right after the move completed';
62$lang['move_pages']           = 'Pages';
63$lang['move_media']           = 'Media files';
64$lang['move_media_and_pages'] = 'Pages and media files';
65$lang['nodst']                = 'No new name given';
66$lang['noaction']             = 'There were no moves defined';
67
68// Rename feature
69$lang['renamepage']       = 'Rename Page';
70$lang['cantrename']       = 'The page can\'t be renamed right now. Please try later.';
71$lang['notallowed']       = 'You are not allowed to rename pages or media.';
72$lang['js']['rename']     = 'Rename';
73$lang['js']['cancel']     = 'Cancel';
74$lang['js']['newname']    = 'New name:';
75$lang['js']['inprogress'] = 'renaming page and adjusting links...';
76$lang['js']['complete']   = 'Move operation finished.';
77
78// Tree Manager
79$lang['root']             = '[Root namespace]';
80$lang['noscript']         = 'This feature requires JavaScript';
81$lang['moveinprogress']   = 'There is another move operation in progress currently, you can\'t use this tool right now.';
82$lang['js']['renameitem'] = 'Rename this item';
83$lang['js']['add']        = 'Create a new namespace';
84$lang['js']['duplicate']  = 'Sorry, "%s" already exists in this namespace.';
85
86// Media Manager
87$lang['js']['moveButton'] = 'Move file';
88$lang['js']['dialogIntro'] = 'Enter new file destination. You may change the namespace but not the file extension.';
89