]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - languages/messages/MessagesEn_gb.php
MediaWiki 1.30.2-scripts2
[autoinstallsdev/mediawiki.git] / languages / messages / MessagesEn_gb.php
index bf44ce44310298a89bbe2dcf9de21953b3cfe5fc..61addfa8bd2c489cc5a9270d9d0f12f99a5a30bb 100644 (file)
@@ -1,60 +1,16 @@
 <?php
 /** British English (British English)
+ *
+ * To improve a translation please visit https://translatewiki.net
  *
  * @ingroup Language
  * @file
  *
- * @author Jon Harald Søby
  */
 
-$specialPageAliases = array(
-       'Uncategorizedpages'        => array( 'UncategorisedPages' ),
-       'Uncategorizedcategories'   => array( 'UncategorisedCategories' ),
-       'Uncategorizedimages'       => array( 'UncategorisedImages' ),
-       'Uncategorizedtemplates'    => array( 'UncategorisedTemplates' ),
-);
-
-$messages = array(
-# Main script and global functions
-'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki',
-
-# Miscellaneous special pages
-'uncategorizedpages'      => 'Uncategorised pages',
-'uncategorizedcategories' => 'Uncategorised categories',
-'uncategorizedimages'     => 'Uncategorised files',
-'uncategorizedtemplates'  => 'Uncategorised templates',
-
-# Rollback
-'sessionfailure' => 'There seems to be a problem with your login session;
-this action has been cancelled as a precaution against session hijacking.
-Please hit "back" and reload the page you came from, then try again.',
-
-# Block/unblock
-'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
-This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
-Fill in a specific reason below (for example, citing particular pages that were vandalised).',
-
-# Metadata
-'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
-If the file has been modified from its original state, some details may not fully reflect the modified file.',
-
-# EXIF tags
-'exif-ycbcrcoefficients'   => 'Colour space transformation matrix coefficients',
-'exif-colorspace'          => 'Colour space',
-'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
-'exif-exposureprogram'     => 'Exposure programme',
-
-'exif-exposureprogram-2' => 'Normal programme',
-'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
-'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
-
-'exif-sensingmethod-2' => 'One-chip colour area sensor',
-'exif-sensingmethod-3' => 'Two-chip colour area sensor',
-'exif-sensingmethod-4' => 'Three-chip colour area sensor',
-'exif-sensingmethod-5' => 'Colour sequential area sensor',
-'exif-sensingmethod-8' => 'Colour sequential linear sensor',
-
-# E-mail address confirmation
-'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
-
-);
+$specialPageAliases = [
+       'Uncategorizedcategories'   => [ 'UncategorisedCategories' ],
+       'Uncategorizedimages'       => [ 'UncategorisedFiles', 'UncategorisedImages' ],
+       'Uncategorizedpages'        => [ 'UncategorisedPages' ],
+       'Uncategorizedtemplates'    => [ 'UncategorisedTemplates' ],
+];