MediaWiki  REL1_19
MessagesEn_gb.php
Go to the documentation of this file.
00001 <?php
00021 $specialPageAliases = array(
00022         'Uncategorizedcategories'   => array( 'UncategorisedCategories' ),
00023         'Uncategorizedimages'       => array( 'UncategorisedFiles', 'UncategorisedImages' ),
00024         'Uncategorizedpages'        => array( 'UncategorisedPages' ),
00025         'Uncategorizedtemplates'    => array( 'UncategorisedTemplates' ),
00026 );
00027 
00028 $messages = array(
00029 # User preference toggles
00030 'tog-watchcreations' => 'Add pages I create and files I upload to my watchlist',
00031 'tog-watchdefault'   => 'Add pages and files I edit to my watchlist',
00032 'tog-watchmoves'     => 'Add pages and files I move to my watchlist',
00033 'tog-watchdeletion'  => 'Add pages and files I delete to my watchlist',
00034 'tog-showjumplinks'  => 'Enable ‘jump to’ accessibility links',
00035 
00036 # Categories related messages
00037 'category_header'       => 'Pages in category ‘$1’',
00038 'category-media-header' => 'Media in category ‘$1’',
00039 
00040 'retrievedfrom'  => 'Retrieved from ‘$1’',
00041 'page-rss-feed'  => '‘$1’ RSS feed',
00042 'page-atom-feed' => '‘$1’ Atom feed',
00043 
00044 # General errors
00045 'dberrortext'          => 'A database query syntax error has occurred.
00046 This may indicate a bug in the software.
00047 The last attempted database query was:
00048 <blockquote><code>$1</code></blockquote>
00049 from within function ‘<code>$2</code>.’
00050 Database returned error ‘<samp>$3: $4</samp>.’',
00051 'dberrortextcl'        => 'A database query syntax error has occurred.
00052 The last attempted database query was:
00053 ‘$1’
00054 from within function ‘$2.’
00055 Database returned error ‘$3: $4’',
00056 'missing-article'      => 'The database did not find the text of a page that it should have found, named ‘$1’ $2.
00057 
00058 This is usually caused by following an outdated diff or history link to a page that has been deleted.
00059 
00060 If this is not the case, you may have found a bug in the software.
00061 Please report this to an [[Special:ListUsers/sysop|administrator]], making note of the URL.',
00062 'fileappenderrorread'  => 'Could not read ‘$1’ during append.',
00063 'fileappenderror'      => 'Could not append ‘$1’ to ‘$2.’',
00064 'filecopyerror'        => 'Could not copy file ‘$1’ to ‘$2.’',
00065 'filerenameerror'      => 'Could not rename file ‘$1’ to ‘$2.’',
00066 'filedeleteerror'      => 'Could not delete file ‘$1’.',
00067 'directorycreateerror' => 'Could not create directory ‘$1’.',
00068 'filenotfound'         => 'Could not find file ‘$1’.',
00069 'fileexistserror'      => 'Unable to write to file ‘$1’: file exists',
00070 'unexpected'           => 'Unexpected value: ‘$1’=‘$2’.',
00071 'cannotdelete'         => 'The page or file ‘$1’ could not be deleted.
00072 It may have already been deleted by someone else.',
00073 'protectedinterface'   => 'This page provides interface text for the software on this wiki, and is protected to prevent abuse.
00074 To add or change translations for all wikis, please use [//translatewiki.net/ translatewiki.net], the MediaWiki localisation project.',
00075 'editinginterface'     => "'''Warning:''' You are editing a page which is used to provide interface text for the software.
00076 Changes to this page will affect the appearance of the user interface for other users on this wiki.
00077 To add or change translations for all wikis, please use [//translatewiki.net/ translatewiki.net], the MediaWiki localisation project.",
00078 '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:
00079 $2',
00080 
00081 # Preferences page
00082 'prefs-i18n' => 'Internationalisation',
00083 
00084 # Miscellaneous special pages
00085 'uncategorizedpages'      => 'Uncategorised pages',
00086 'uncategorizedcategories' => 'Uncategorised categories',
00087 'uncategorizedimages'     => 'Uncategorised files',
00088 'uncategorizedtemplates'  => 'Uncategorised templates',
00089 
00090 # Edit tokens
00091 'sessionfailure' => 'There seems to be a problem with your login session;
00092 this action has been cancelled as a precaution against session hijacking.
00093 Go back to the previous page, reload that page and then try again.',
00094 
00095 # Block/unblock
00096 'blockiptext'        => 'Use the form below to block write access from a specific IP address or username.
00097 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
00098 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
00099 'ipbreason-dropdown' => '*Common block reasons
00100 ** Inserting false information
00101 ** Removing content from pages
00102 ** Spamming links to external sites
00103 ** Inserting nonsense/gibberish into pages
00104 ** Intimidating behaviour/harassment
00105 ** Abusing multiple accounts
00106 ** Unacceptable username',
00107 'proxyblockreason'   => 'Your IP address has been blocked because it is an open proxy.
00108 Please contact your Internet service provider or technical support of your organisation and inform them of this serious security problem.',
00109 
00110 # Namespace 8 related
00111 'allmessagestext'    => 'This is a list of system messages available in the MediaWiki namespace.
00112 Please visit [//www.mediawiki.org/wiki/Localisation MediaWiki Localisation] and [//translatewiki.net translatewiki.net] if you wish to contribute to the generic MediaWiki localisation.',
00113 'allmessages-filter' => 'Filter by customisation state:',
00114 
00115 # Metadata
00116 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
00117 If the file has been modified from its original state, some details may not fully reflect the modified file.',
00118 
00119 # EXIF tags
00120 'exif-ycbcrcoefficients'   => 'Colour space transformation matrix coefficients',
00121 'exif-colorspace'          => 'Colour space',
00122 'exif-datetimedigitized'   => 'Date and time of digitising',
00123 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
00124 'exif-exposureprogram'     => 'Exposure programme',
00125 'exif-organisationinimage' => 'Organisation depicted',
00126 
00127 'exif-exposureprogram-2' => 'Normal programme',
00128 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
00129 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
00130 
00131 'exif-subjectdistance-value' => '$1 metres',
00132 
00133 'exif-meteringmode-2' => 'Centre weighted average',
00134 
00135 'exif-sensingmethod-2' => 'One-chip colour area sensor',
00136 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
00137 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
00138 'exif-sensingmethod-5' => 'Colour sequential area sensor',
00139 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
00140 
00141 # Pseudotags used for GPSAltitudeRef
00142 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level',
00143 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level',
00144 
00145 # Pseudotags used for GPSSpeedRef
00146 'exif-gpsspeed-k' => 'Kilometres per hour',
00147 
00148 # Pseudotags used for GPSDestDistanceRef
00149 'exif-gpsdestdistance-k' => 'Kilometres',
00150 
00151 'exif-ycbcrpositioning-1' => 'Centred',
00152 
00153 'exif-iimcategory-lab' => 'Labour',
00154 
00155 # Email address confirmation
00156 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
00157 
00158 # Special:Version
00159 '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.
00160 
00161 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.
00162 
00163 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].',
00164 
00165 # Feedback
00166 'feedback-error1' => 'Error: Unrecognised result from API',
00167 
00168 );