00001 <?php
00015 $specialPageAliases = array(
00016 'Uncategorizedpages' => array( 'UncategorisedPages' ),
00017 'Uncategorizedcategories' => array( 'UncategorisedCategories' ),
00018 'Uncategorizedimages' => array( 'UncategorisedImages' ),
00019 'Uncategorizedtemplates' => array( 'UncategorisedTemplates' ),
00020 );
00021
00022 $messages = array(
00023 # Main script and global functions
00024 'nosuchactiontext' => 'The action specified by the URL is not recognised by the wiki',
00025
00026 # Miscellaneous special pages
00027 'uncategorizedpages' => 'Uncategorised pages',
00028 'uncategorizedcategories' => 'Uncategorised categories',
00029 'uncategorizedimages' => 'Uncategorised files',
00030 'uncategorizedtemplates' => 'Uncategorised templates',
00031
00032 # Rollback
00033 'sessionfailure' => 'There seems to be a problem with your login session;
00034 this action has been cancelled as a precaution against session hijacking.
00035 Go back to the previous page, reload that page and then try again.',
00036
00037 # Block/unblock
00038 'blockiptext' => 'Use the form below to block write access from a specific IP address or username.
00039 This should be done only to prevent vandalism, and in accordance with [[{{MediaWiki:Policy-url}}|policy]].
00040 Fill in a specific reason below (for example, citing particular pages that were vandalised).',
00041
00042 # Metadata
00043 'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitise it.
00044 If the file has been modified from its original state, some details may not fully reflect the modified file.',
00045
00046 # EXIF tags
00047 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
00048 'exif-colorspace' => 'Colour space',
00049 'exif-datetimedigitized' => 'Date and time of digitising',
00050 'exif-subsectimedigitized' => 'DateTimeDigitised subseconds',
00051 'exif-exposureprogram' => 'Exposure programme',
00052
00053 'exif-exposureprogram-2' => 'Normal programme',
00054 'exif-exposureprogram-5' => 'Creative programme (biased toward depth of field)',
00055 'exif-exposureprogram-6' => 'Action programme (biased toward fast shutter speed)',
00056
00057 'exif-subjectdistance-value' => '$1 metres',
00058
00059 'exif-sensingmethod-2' => 'One-chip colour area sensor',
00060 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
00061 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
00062 'exif-sensingmethod-5' => 'Colour sequential area sensor',
00063 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
00064
00065 # Pseudotags used for GPSSpeedRef
00066 'exif-gpsspeed-k' => 'Kilometres per hour',
00067
00068 # E-mail address confirmation
00069 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
00070
00071 );