MediaWiki  REL1_22
MessagesEn_gb.php
Go to the documentation of this file.
00001 <?php
00018 $specialPageAliases = array(
00019     'Uncategorizedcategories'   => array( 'UncategorisedCategories' ),
00020     'Uncategorizedimages'       => array( 'UncategorisedFiles', 'UncategorisedImages' ),
00021     'Uncategorizedpages'        => array( 'UncategorisedPages' ),
00022     'Uncategorizedtemplates'    => array( 'UncategorisedTemplates' ),
00023 );
00024 
00025 $messages = array(
00026 # User preference toggles
00027 'tog-watchcreations' => 'Add pages I create to my watchlist',
00028 'tog-watchdefault' => 'Add pages I edit to my watchlist',
00029 'tog-watchmoves' => 'Add pages I move to my watchlist',
00030 'tog-watchdeletion' => 'Add pages I delete to my watchlist',
00031 'tog-showjumplinks' => 'Enable ‘jump to’ accessibility links',
00032 
00033 # Categories related messages
00034 'category_header' => 'Pages in category ‘$1’',
00035 'category-media-header' => 'Media in category ‘$1’',
00036 
00037 'retrievedfrom' => 'Retrieved from ‘$1’',
00038 'page-rss-feed' => '‘$1’ RSS feed',
00039 'page-atom-feed' => '‘$1’ Atom feed',
00040 
00041 # General errors
00042 'dberrortext' => 'A database query syntax error has occurred.
00043 This may indicate a bug in the software.
00044 The last attempted database query was:
00045 <blockquote><tt>$1</tt></blockquote>
00046 from within function ‘<tt>$2</tt>.’
00047 Database returned error ‘<tt>$3: $4</tt>.’',
00048 'dberrortextcl' => 'A database query syntax error has occurred.
00049 The last attempted database query was:
00050 ‘$1’
00051 from within function ‘$2.’
00052 Database returned error ‘$3: $4’',
00053 'missing-article' => 'The database did not find the text of a page that it should have found, named ‘$1’ $2.
00054 
00055 This is usually caused by following an outdated diff or history link to a page that has been deleted.
00056 
00057 If this is not the case, you may have found a bug in the software.
00058 Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.',
00059 'fileappenderrorread' => 'Could not read ‘$1’ during append.',
00060 'fileappenderror' => 'Could not append ‘$1’ to ‘$2.’',
00061 'filecopyerror' => 'Could not copy file ‘$1’ to ‘$2.’',
00062 'filerenameerror' => 'Could not rename file ‘$1’ to ‘$2.’',
00063 'filedeleteerror' => 'Could not delete file ‘$1’.',
00064 'directorycreateerror' => 'Could not create directory ‘$1’.',
00065 'filenotfound' => 'Could not find file ‘$1’.',
00066 'fileexistserror' => 'Unable to write to file ‘$1’: file exists',
00067 'unexpected' => 'Unexpected value: ‘$1’=‘$2’.',
00068 'cannotdelete' => 'The page or file ‘$1’ could not be deleted.
00069 It may have already been deleted by someone else.',
00070 '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:
00071 $2',
00072 
00073 # Miscellaneous special pages
00074 'uncategorizedpages' => 'Uncategorised pages',
00075 'uncategorizedcategories' => 'Uncategorised categories',
00076 'uncategorizedimages' => 'Uncategorised files',
00077 'uncategorizedtemplates' => 'Uncategorised templates',
00078 
00079 # Edit tokens
00080 'sessionfailure' => 'There seems to be a problem with your login session;
00081 this action has been cancelled as a precaution against session hijacking.
00082 Go back to the previous page, reload that page and then try again.',
00083 
00084 # Block/unblock
00085 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
00086 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
00087 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
00088 
00089 # Metadata
00090 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
00091 If the file has been modified from its original state, some details may not fully reflect the modified file.',
00092 
00093 # EXIF tags
00094 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
00095 'exif-colorspace' => 'Colour space',
00096 'exif-datetimedigitized' => 'Date and time of digitising',
00097 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
00098 'exif-exposureprogram' => 'Exposure programme',
00099 
00100 'exif-exposureprogram-2' => 'Normal programme',
00101 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
00102 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
00103 
00104 'exif-subjectdistance-value' => '$1 metres',
00105 
00106 'exif-sensingmethod-2' => 'One-chip colour area sensor',
00107 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
00108 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
00109 'exif-sensingmethod-5' => 'Colour sequential area sensor',
00110 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
00111 
00112 # Pseudotags used for GPSAltitudeRef
00113 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level',
00114 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level',
00115 
00116 # Pseudotags used for GPSSpeedRef
00117 'exif-gpsspeed-k' => 'Kilometres per hour',
00118 
00119 # Pseudotags used for GPSDestDistanceRef
00120 'exif-gpsdestdistance-k' => 'Kilometres',
00121 
00122 # E-mail address confirmation
00123 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
00124 
00125 # Special:Version
00126 'version-license-info' => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version.
00127 
00128 MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for more details.
00129 
00130 You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public Licence] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].',
00131 
00132 );