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 Hazard-SJ
13 * @author Jon Harald Søby
14 * @author Reedy
15 * @author The Evil IP address
16 */
17
18 $specialPageAliases = array(
19 'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
20 'Uncategorizedimages' => array( 'UncategorisedFiles', 'UncategorisedImages' ),
21 'Uncategorizedpages' => array( 'UncategorisedPages' ),
22 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
23 );
24
25 $messages = array(
26 # User preference toggles
27 'tog-watchcreations' => 'Add pages I create to my watchlist',
28 'tog-watchdefault' => 'Add pages I edit to my watchlist',
29 'tog-watchmoves' => 'Add pages I move to my watchlist',
30 'tog-watchdeletion' => 'Add pages I delete to my watchlist',
31
32 # General errors
33 'missing-article' => 'The database did not find the text of a page that it should have found, named ‘$1 $2.
34
35 This is usually caused by following an outdated diff or history link to a page that has been deleted.
36
37 If this is not the case, you may have found a bug in the software.
38 Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.',
39
40 # Miscellaneous special pages
41 'uncategorizedpages' => 'Uncategorised pages',
42 'uncategorizedcategories' => 'Uncategorised categories',
43 'uncategorizedimages' => 'Uncategorised files',
44 'uncategorizedtemplates' => 'Uncategorised templates',
45
46 # Edit tokens
47 'sessionfailure' => 'There seems to be a problem with your login session;
48 this action has been cancelled as a precaution against session hijacking.
49 Go back to the previous page, reload that page and then try again.',
50
51 # Block/unblock
52 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
53 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
54 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
55
56 # Metadata
57 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
58 If the file has been modified from its original state, some details may not fully reflect the modified file.',
59
60 # EXIF tags
61 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
62 'exif-colorspace' => 'Colour space',
63 'exif-datetimedigitized' => 'Date and time of digitising',
64 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
65 'exif-exposureprogram' => 'Exposure programme',
66
67 'exif-exposureprogram-2' => 'Normal programme',
68 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
69 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
70
71 'exif-subjectdistance-value' => '$1 metres',
72
73 'exif-sensingmethod-2' => 'One-chip colour area sensor',
74 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
75 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
76 'exif-sensingmethod-5' => 'Colour sequential area sensor',
77 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
78
79 # Pseudotags used for GPSAltitudeRef
80 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level',
81 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level',
82
83 # Pseudotags used for GPSSpeedRef
84 'exif-gpsspeed-k' => 'Kilometres per hour',
85
86 # Pseudotags used for GPSDestDistanceRef
87 'exif-gpsdestdistance-k' => 'Kilometres',
88
89 # E-mail address confirmation
90 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
91
92 # Special:Version
93 '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.
94
95 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.
96
97 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 [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].',
98
99 );