Rarrgh
[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 # Miscellaneous special pages
26 'uncategorizedpages' => 'Uncategorised pages',
27 'uncategorizedcategories' => 'Uncategorised categories',
28 'uncategorizedimages' => 'Uncategorised files',
29 'uncategorizedtemplates' => 'Uncategorised templates',
30
31 # Edit tokens
32 'sessionfailure' => 'There seems to be a problem with your login session;
33 this action has been cancelled as a precaution against session hijacking.
34 Go back to the previous page, reload that page and then try again.',
35
36 # Block/unblock
37 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
38 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
39 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
40
41 # Metadata
42 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
43 If the file has been modified from its original state, some details may not fully reflect the modified file.',
44
45 # EXIF tags
46 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
47 'exif-colorspace' => 'Colour space',
48 'exif-datetimedigitized' => 'Date and time of digitising',
49 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
50 'exif-exposureprogram' => 'Exposure programme',
51
52 'exif-exposureprogram-2' => 'Normal programme',
53 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
54 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
55
56 'exif-subjectdistance-value' => '$1 metres',
57
58 'exif-sensingmethod-2' => 'One-chip colour area sensor',
59 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
60 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
61 'exif-sensingmethod-5' => 'Colour sequential area sensor',
62 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
63
64 # Pseudotags used for GPSSpeedRef
65 'exif-gpsspeed-k' => 'Kilometres per hour',
66
67 # Pseudotags used for GPSDestDistanceRef
68 'exif-gpsdestdistance-k' => 'Kilometres',
69
70 # E-mail address confirmation
71 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
72
73 # Special:Version
74 '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.
75
76 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.
77
78 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].',
79
80 );