Per discussion at the developer meeting: Remove arbitrary sprinkled message documenta...
[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 Jon Harald Søby
11 */
12
13 $specialPageAliases = array(
14 'Uncategorizedpages' => array( 'UncategorisedPages' ),
15 'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
16 'Uncategorizedimages' => array( 'UncategorisedImages' ),
17 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
18 );
19
20 $messages = array(
21 # Main script and global functions
22 'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki',
23
24 # Miscellaneous special pages
25 'uncategorizedpages' => 'Uncategorised pages',
26 'uncategorizedcategories' => 'Uncategorised categories',
27 'uncategorizedimages' => 'Uncategorised files',
28 'uncategorizedtemplates' => 'Uncategorised templates',
29
30 # Rollback
31 'sessionfailure' => 'There seems to be a problem with your login session;
32 this action has been cancelled as a precaution against session hijacking.
33 Please hit "back" and reload the page you came from, then try again.',
34
35 # Block/unblock
36 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
37 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
38 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
39
40 # Metadata
41 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
42 If the file has been modified from its original state, some details may not fully reflect the modified file.',
43
44 # EXIF tags
45 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
46 'exif-colorspace' => 'Colour space',
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-sensingmethod-2' => 'One-chip colour area sensor',
55 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
56 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
57 'exif-sensingmethod-5' => 'Colour sequential area sensor',
58 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
59
60 # E-mail address confirmation
61 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
62
63 );