~ubuntu-branches/ubuntu/quantal/mediawiki/quantal

« back to all changes in this revision

Viewing changes to languages/messages/MessagesEn_gb.php

  • Committer: Package Import Robot
  • Author(s): Thorsten Glaser, Thorsten Glaser, Jonathan Wiltshire
  • Date: 2012-09-20 13:40:12 UTC
  • mfrom: (16.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120920134012-fbv87yohdi5b3svt
Tags: 1:1.19.2-1
[ Thorsten Glaser ]
* New upstream: security fixes for CVE-2012-4377, CVE-2012-4378,
  CVE-2012-4379, CVE-2012-4380, CVE-2012-4381, CVE-2012-4382
  (Closes: #686330)
* Prevent <table></table> without any <tr /> inside, globally
* Fix more cases of not checking $wgHtml5
* MW’s ID (XML) sanitiser is there for a reason, use it!
* Prevent <ul></ul> without any <li /> inside in MonoBook
* Fix invalid XHTML caused by code not honouring $wgHtml5
* Quell some PHP warnings from sloppy code
* Do the wfSuppressWarnings patch used with FusionForge right
* Add myself to Uploaders and quieten lintian a bit
* Do not replace patched jquery-tablesorter with unpatched one;
  unbreaks sortable tables (Closes: #687519)
* Update versioned Breaks against fusionforge and mw-extensions

[ Jonathan Wiltshire ]
* Add Recommends on mediawiki-extensions-base and php-wikidiff2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
'tog-watchdefault'   => 'Add pages I edit to my watchlist',
29
29
'tog-watchmoves'     => 'Add pages I move to my watchlist',
30
30
'tog-watchdeletion'  => 'Add pages I delete to my watchlist',
 
31
'tog-showjumplinks'  => 'Enable ‘jump to’ accessibility links',
 
32
 
 
33
# Categories related messages
 
34
'category_header'       => 'Pages in category ‘$1’',
 
35
'category-media-header' => 'Media in category ‘$1’',
 
36
 
 
37
'retrievedfrom'  => 'Retrieved from ‘$1’',
 
38
'page-rss-feed'  => '‘$1’ RSS feed',
 
39
'page-atom-feed' => '‘$1’ Atom feed',
31
40
 
32
41
# General errors
33
 
'missing-article' => 'The database did not find the text of a page that it should have found, named ‘$1’ $2.
 
42
'dberrortext'          => 'A database query syntax error has occurred.
 
43
This may indicate a bug in the software.
 
44
The last attempted database query was:
 
45
<blockquote><tt>$1</tt></blockquote>
 
46
from within function ‘<tt>$2</tt>.’
 
47
Database returned error ‘<tt>$3: $4</tt>.’',
 
48
'dberrortextcl'        => 'A database query syntax error has occurred.
 
49
The last attempted database query was:
 
50
‘$1’
 
51
from within function ‘$2.’
 
52
Database returned error ‘$3: $4’',
 
53
'missing-article'      => 'The database did not find the text of a page that it should have found, named ‘$1’ $2.
34
54
 
35
55
This is usually caused by following an outdated diff or history link to a page that has been deleted.
36
56
 
37
57
If this is not the case, you may have found a bug in the software.
38
58
Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.',
 
59
'fileappenderrorread'  => 'Could not read ‘$1’ during append.',
 
60
'fileappenderror'      => 'Could not append ‘$1’ to ‘$2.’',
 
61
'filecopyerror'        => 'Could not copy file ‘$1’ to ‘$2.’',
 
62
'filerenameerror'      => 'Could not rename file ‘$1’ to ‘$2.’',
 
63
'filedeleteerror'      => 'Could not delete file ‘$1’.',
 
64
'directorycreateerror' => 'Could not create directory ‘$1’.',
 
65
'filenotfound'         => 'Could not find file ‘$1’.',
 
66
'fileexistserror'      => 'Unable to write to file ‘$1’: file exists',
 
67
'unexpected'           => 'Unexpected value: ‘$1’=‘$2’.',
 
68
'cannotdelete'         => 'The page or file ‘$1’ could not be deleted.
 
69
It may have already been deleted by someone else.',
 
70
'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:
 
71
$2',
39
72
 
40
73
# Miscellaneous special pages
41
74
'uncategorizedpages'      => 'Uncategorised pages',