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