MediaWiki
REL1_19
|
00001 <?php 00016 $messages = array( 00017 'talkpagelinktext' => 'Talk', 00018 'talk' => 'Discussion', 00019 00020 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations). 00021 'aboutsite' => 'About {{SITENAME}}', 00022 'mainpage' => 'Main Page', 00023 00024 'editsection' => 'edit', 00025 'editsectionhint' => 'Edit section: $1', 00026 'red-link-title' => '$1 (page does not exist)', 00027 00028 # Special:UploadStash 00029 'uploadstash-summary' => 'This page provides access to files which are uploaded (or in process of uploading) but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.', 00030 00031 # Edit tokens 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 Go back to the previous page, reload that page and then try again.', 00035 00036 # Block/unblock 00037 'ipbreason-dropdown' => '*Common block reasons 00038 ** Inserting false information 00039 ** Removing content from pages 00040 ** Spamming links to external sites 00041 ** Inserting nonsense/gibberish into pages 00042 ** Intimidating behaviour/harassment 00043 ** Abusing multiple accounts 00044 ** Unacceptable username', 00045 00046 # EXIF tags 00047 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients', 00048 'exif-colorspace' => 'Colour space', 00049 'exif-licenseurl' => 'URL for copyright licence', 00050 00051 'exif-subjectdistance-value' => '$1 metres', 00052 00053 'exif-meteringmode-2' => 'Centre weighted average', 00054 00055 'exif-sensingmethod-2' => 'One-chip colour area sensor', 00056 'exif-sensingmethod-3' => 'Two-chip colour area sensor', 00057 'exif-sensingmethod-4' => 'Three-chip colour area sensor', 00058 'exif-sensingmethod-5' => 'Colour sequential area sensor', 00059 'exif-sensingmethod-8' => 'Colour sequential linear sensor', 00060 00061 # Pseudotags used for GPSAltitudeRef 00062 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level', 00063 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level', 00064 00065 # Pseudotags used for GPSSpeedRef 00066 'exif-gpsspeed-k' => 'Kilometres per hour', 00067 00068 # Pseudotags used for GPSDestDistanceRef 00069 'exif-gpsdestdistance-k' => 'Kilometres', 00070 00071 'exif-ycbcrpositioning-1' => 'Centred', 00072 00073 # Email address confirmation 00074 'confirmemail_invalidated' => 'Email address confirmation cancelled', 00075 00076 # Special:Version 00077 'version-license' => 'Licence', 00078 '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. 00079 00080 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. 00081 00082 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 [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].', 00083 00084 );