Localisation updates for core and extension messages from translatewiki.net
[lhc/web/wiklou.git] / languages / messages / MessagesEn_gb.php
1 <?php
2 /** British English (British English)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Dantman
11 * @author Fitoschido
12 * @author Jon Harald Søby
13 * @author Reedy
14 * @author The Evil IP address
15 */
16
17 $specialPageAliases = array(
18 'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
19 'Uncategorizedimages' => array( 'UncategorisedFiles', 'UncategorisedImages' ),
20 'Uncategorizedpages' => array( 'UncategorisedPages' ),
21 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
22 );
23
24 $messages = array(
25 # User preference toggles
26 'tog-showjumplinks' => 'Enable ‘jump to’ accessibility links',
27
28 # Categories related messages
29 'category_header' => 'Pages in category ‘$1’',
30 'category-media-header' => 'Media in category ‘$1’',
31
32 'retrievedfrom' => 'Retrieved from ‘$1’',
33 'page-rss-feed' => '‘$1’ RSS feed',
34 'page-atom-feed' => '‘$1’ Atom feed',
35
36 # General errors
37 'dberrortext' => 'A database query syntax error has occurred.
38 This may indicate a bug in the software.
39 The last attempted database query was:
40 <blockquote><tt>$1</tt></blockquote>
41 from within function ‘<tt>$2</tt>.’
42 Database returned error ‘<tt>$3: $4</tt>.’',
43 'dberrortextcl' => 'A database query syntax error has occurred.
44 The last attempted database query was:
45 $1
46 from within function ‘$2.’
47 Database returned error ‘$3: $4’',
48 'missing-article' => 'The database did not find the text of a page that it should have found, named ‘$1 $2.
49
50 This is usually caused by following an outdated diff or history link to a page that has been deleted.
51
52 If this is not the case, you may have found a bug in the software.
53 Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.',
54 'fileappenderrorread' => 'Could not read ‘$1’ during append.',
55 'fileappenderror' => 'Could not append ‘$1’ to ‘$2.’',
56 'filecopyerror' => 'Could not copy file ‘$1’ to ‘$2.’',
57 'filerenameerror' => 'Could not rename file ‘$1’ to ‘$2.’',
58 'filedeleteerror' => 'Could not delete file ‘$1’.',
59 'directorycreateerror' => 'Could not create directory ‘$1’.',
60 'filenotfound' => 'Could not find file ‘$1’.',
61 'fileexistserror' => 'Unable to write to file ‘$1’: file exists',
62 'unexpected' => 'Unexpected value: ‘$1’=‘$2’.',
63 'cannotdelete' => 'The page or file ‘$1’ could not be deleted.
64 It may have already been deleted by someone else.',
65 '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:
66 $2',
67
68 # Miscellaneous special pages
69 'uncategorizedpages' => 'Uncategorised pages',
70 'uncategorizedcategories' => 'Uncategorised categories',
71 'uncategorizedimages' => 'Uncategorised files',
72 'uncategorizedtemplates' => 'Uncategorised templates',
73
74 # Edit tokens
75 'sessionfailure' => 'There seems to be a problem with your login session;
76 this action has been cancelled as a precaution against session hijacking.
77 Go back to the previous page, reload that page and then try again.',
78
79 # Block/unblock
80 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
81 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
82 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
83
84 # Metadata
85 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
86 If the file has been modified from its original state, some details may not fully reflect the modified file.',
87
88 # EXIF tags
89 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
90 'exif-colorspace' => 'Colour space',
91 'exif-datetimedigitized' => 'Date and time of digitising',
92 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
93 'exif-exposureprogram' => 'Exposure programme',
94
95 'exif-exposureprogram-2' => 'Normal programme',
96 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
97 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
98
99 'exif-subjectdistance-value' => '$1 metres',
100
101 'exif-sensingmethod-2' => 'One-chip colour area sensor',
102 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
103 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
104 'exif-sensingmethod-5' => 'Colour sequential area sensor',
105 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
106
107 # Pseudotags used for GPSSpeedRef
108 'exif-gpsspeed-k' => 'Kilometres per hour',
109
110 # Pseudotags used for GPSDestDistanceRef
111 'exif-gpsdestdistance-k' => 'Kilometres',
112
113 # E-mail address confirmation
114 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
115
116 # Special:Version
117 'version-license-info' => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version.
118
119 MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for more details.
120
121 You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public Licence] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].',
122
123 );