Localisation updates for core messages from translatewiki.net (2009-03-09 22:54 UTC)
[lhc/web/wiklou.git] / languages / messages / MessagesEn_gb.php
1 <?php
2 /** British English (British English)
3 *
4 * @ingroup Language
5 * @file
6 *
7 * @author Jon Harald Søby
8 */
9
10 $specialPageAliases = array(
11 'Uncategorizedpages' => array( 'UncategorisedPages' ),
12 'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
13 'Uncategorizedimages' => array( 'UncategorisedImages' ),
14 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
15 );
16
17 $messages = array(
18 # Main script and global functions
19 'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki',
20
21 # Miscellaneous special pages
22 'uncategorizedpages' => 'Uncategorised pages',
23 'uncategorizedcategories' => 'Uncategorised categories',
24 'uncategorizedimages' => 'Uncategorised files',
25 'uncategorizedtemplates' => 'Uncategorised templates',
26
27 # Rollback
28 'sessionfailure' => 'There seems to be a problem with your login session;
29 this action has been cancelled as a precaution against session hijacking.
30 Please hit "back" and reload the page you came from, then try again.',
31
32 # Block/unblock
33 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
34 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
35 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
36
37 # Metadata
38 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
39 If the file has been modified from its original state, some details may not fully reflect the modified file.',
40
41 # EXIF tags
42 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
43 'exif-colorspace' => 'Colour space',
44 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
45 'exif-exposureprogram' => 'Exposure programme',
46
47 'exif-exposureprogram-2' => 'Normal programme',
48 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
49 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
50
51 'exif-sensingmethod-2' => 'One-chip colour area sensor',
52 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
53 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
54 'exif-sensingmethod-5' => 'Colour sequential area sensor',
55 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
56
57 # E-mail address confirmation
58 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
59
60 );