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