77c382499750e7973d06b25be2816a9787dda04a
[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 Fitoschido
11 * @author Jon Harald Søby
12 * @author Reedy
13 * @author The Evil IP address
14 */
15
16 $specialPageAliases = array(
17 'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
18 'Uncategorizedimages' => array( 'UncategorisedFiles', 'UncategorisedImages' ),
19 'Uncategorizedpages' => array( 'UncategorisedPages' ),
20 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
21 );
22
23 $messages = array(
24 # User preference toggles
25 'tog-showjumplinks' => 'Enable ‘jump to’ accessibility links',
26
27 # Categories related messages
28 'category_header' => 'Pages in category ‘$1’',
29 'category-media-header' => 'Media in category ‘$1’',
30
31 'retrievedfrom' => 'Retrieved from ‘$1’',
32 'page-rss-feed' => '‘$1’ RSS feed',
33 'page-atom-feed' => '‘$1’ Atom feed',
34
35 # General errors
36 'dberrortext' => 'A database query syntax error has occurred.
37 This may indicate a bug in the software.
38 The last attempted database query was:
39 <blockquote><tt>$1</tt></blockquote>
40 from within function ‘<tt>$2</tt>.’
41 Database returned error ‘<tt>$3: $4</tt>.’',
42 'dberrortextcl' => 'A database query syntax error has occurred.
43 The last attempted database query was:
44 $1
45 from within function ‘$2.’
46 Database returned error ‘$3: $4’',
47 'missing-article' => 'The database did not find the text of a page that it should have found, named ‘$1 $2.
48
49 This is usually caused by following an outdated diff or history link to a page that has been deleted.
50
51 If this is not the case, you may have found a bug in the software.
52 Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.',
53 'fileappenderrorread' => 'Could not read ‘$1’ during append.',
54 'fileappenderror' => 'Could not append ‘$1’ to ‘$2.’',
55 'filecopyerror' => 'Could not copy file ‘$1’ to ‘$2.’',
56 'filerenameerror' => 'Could not rename file ‘$1’ to ‘$2.’',
57 'filedeleteerror' => 'Could not delete file ‘$1’.',
58 'directorycreateerror' => 'Could not create directory ‘$1’.',
59 'filenotfound' => 'Could not find file ‘$1’.',
60 'fileexistserror' => 'Unable to write to file ‘$1’: file exists',
61 'unexpected' => 'Unexpected value: ‘$1’=‘$2’.',
62 'cannotdelete' => 'The page or file ‘$1’ could not be deleted.
63 It may have already been deleted by someone else.',
64 'cascadeprotected' => 'This page has been protected from editing, because it is included in the following {{PLURAL:$1|page, which is|pages, which are}} protected with the ‘cascading’ option turned on:
65 $2',
66
67 # Miscellaneous special pages
68 'uncategorizedpages' => 'Uncategorised pages',
69 'uncategorizedcategories' => 'Uncategorised categories',
70 'uncategorizedimages' => 'Uncategorised files',
71 'uncategorizedtemplates' => 'Uncategorised templates',
72
73 # Edit tokens
74 'sessionfailure' => 'There seems to be a problem with your login session;
75 this action has been cancelled as a precaution against session hijacking.
76 Go back to the previous page, reload that page and then try again.',
77
78 # Block/unblock
79 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
80 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
81 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
82
83 # Metadata
84 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
85 If the file has been modified from its original state, some details may not fully reflect the modified file.',
86
87 # EXIF tags
88 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
89 'exif-colorspace' => 'Colour space',
90 'exif-datetimedigitized' => 'Date and time of digitising',
91 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
92 'exif-exposureprogram' => 'Exposure programme',
93
94 'exif-exposureprogram-2' => 'Normal programme',
95 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
96 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
97
98 'exif-subjectdistance-value' => '$1 metres',
99
100 'exif-sensingmethod-2' => 'One-chip colour area sensor',
101 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
102 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
103 'exif-sensingmethod-5' => 'Colour sequential area sensor',
104 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
105
106 # Pseudotags used for GPSSpeedRef
107 'exif-gpsspeed-k' => 'Kilometres per hour',
108
109 # Pseudotags used for GPSDestDistanceRef
110 'exif-gpsdestdistance-k' => 'Kilometres',
111
112 # E-mail address confirmation
113 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
114
115 );