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