Index: trunk/phase3/languages/messages/MessagesEn_gb.php |
— | — | @@ -22,49 +22,6 @@ |
23 | 23 | ); |
24 | 24 | |
25 | 25 | $messages = array( |
26 | | -# User preference toggles |
27 | | -'tog-showjumplinks' => 'Enable ‘jump to’ accessibility links', |
28 | | - |
29 | | -# Categories related messages |
30 | | -'category_header' => 'Pages in category ‘$1’', |
31 | | -'category-media-header' => 'Media in category ‘$1’', |
32 | | - |
33 | | -'retrievedfrom' => 'Retrieved from ‘$1’', |
34 | | -'page-rss-feed' => '‘$1’ RSS feed', |
35 | | -'page-atom-feed' => '‘$1’ Atom feed', |
36 | | - |
37 | | -# General errors |
38 | | -'dberrortext' => 'A database query syntax error has occurred. |
39 | | -This may indicate a bug in the software. |
40 | | -The last attempted database query was: |
41 | | -<blockquote><tt>$1</tt></blockquote> |
42 | | -from within function ‘<tt>$2</tt>.’ |
43 | | -Database returned error ‘<tt>$3: $4</tt>.’', |
44 | | -'dberrortextcl' => 'A database query syntax error has occurred. |
45 | | -The last attempted database query was: |
46 | | -‘$1’ |
47 | | -from within function ‘$2.’ |
48 | | -Database returned error ‘$3: $4’', |
49 | | -'missing-article' => 'The database did not find the text of a page that it should have found, named ‘$1’ $2. |
50 | | - |
51 | | -This is usually caused by following an outdated diff or history link to a page that has been deleted. |
52 | | - |
53 | | -If this is not the case, you may have found a bug in the software. |
54 | | -Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.', |
55 | | -'fileappenderrorread' => 'Could not read ‘$1’ during append.', |
56 | | -'fileappenderror' => 'Could not append ‘$1’ to ‘$2.’', |
57 | | -'filecopyerror' => 'Could not copy file ‘$1’ to ‘$2.’', |
58 | | -'filerenameerror' => 'Could not rename file ‘$1’ to ‘$2.’', |
59 | | -'filedeleteerror' => 'Could not delete file ‘$1’.', |
60 | | -'directorycreateerror' => 'Could not create directory ‘$1’.', |
61 | | -'filenotfound' => 'Could not find file ‘$1’.', |
62 | | -'fileexistserror' => 'Unable to write to file ‘$1’: file exists', |
63 | | -'unexpected' => 'Unexpected value: ‘$1’=‘$2’.', |
64 | | -'cannotdelete' => 'The page or file ‘$1’ could not be deleted. |
65 | | -It may have already been deleted by someone else.', |
66 | | -'cascadeprotected' => 'This page has been protected from editing, because it is included in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the ‘cascading’ option turned on: |
67 | | -$2', |
68 | | - |
69 | 26 | # Miscellaneous special pages |
70 | 27 | 'uncategorizedpages' => 'Uncategorised pages', |
71 | 28 | 'uncategorizedcategories' => 'Uncategorised categories', |