You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

89 lines
4.4 KiB

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