]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - languages/messages/MessagesEn_gb.php
MediaWiki 1.17.0
[autoinstalls/mediawiki.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 Jon Harald Søby
11  * @author Reedy
12  * @author The Evil IP address
13  */
14
15 $specialPageAliases = array(
16         'Uncategorizedpages'        => array( 'UncategorisedPages' ),
17         'Uncategorizedcategories'   => array( 'UncategorisedCategories' ),
18         'Uncategorizedimages'       => array( 'UncategorisedFiles', 'UncategorisedImages' ),
19         'Uncategorizedtemplates'    => array( 'UncategorisedTemplates' ),
20 );
21
22 $messages = array(
23 # Miscellaneous special pages
24 'uncategorizedpages'      => 'Uncategorised pages',
25 'uncategorizedcategories' => 'Uncategorised categories',
26 'uncategorizedimages'     => 'Uncategorised files',
27 'uncategorizedtemplates'  => 'Uncategorised templates',
28
29 # Edit tokens
30 'sessionfailure' => 'There seems to be a problem with your login session;
31 this action has been cancelled as a precaution against session hijacking.
32 Go back to the previous page, reload that page and then try again.',
33
34 # Block/unblock
35 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
36 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
37 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
38
39 # Metadata
40 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
41 If the file has been modified from its original state, some details may not fully reflect the modified file.',
42
43 # EXIF tags
44 'exif-ycbcrcoefficients'   => 'Colour space transformation matrix coefficients',
45 'exif-colorspace'          => 'Colour space',
46 'exif-datetimedigitized'   => 'Date and time of digitising',
47 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
48 'exif-exposureprogram'     => 'Exposure programme',
49
50 'exif-exposureprogram-2' => 'Normal programme',
51 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
52 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
53
54 'exif-subjectdistance-value' => '$1 metres',
55
56 'exif-sensingmethod-2' => 'One-chip colour area sensor',
57 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
58 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
59 'exif-sensingmethod-5' => 'Colour sequential area sensor',
60 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
61
62 # Pseudotags used for GPSSpeedRef
63 'exif-gpsspeed-k' => 'Kilometres per hour',
64
65 # E-mail address confirmation
66 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
67
68 );