MediaWiki  REL1_22
MessagesEn_ca.php
Go to the documentation of this file.
00001 <?php
00014 $messages = array(
00015 # Special:UploadStash
00016 '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.',
00017 
00018 # Edit tokens
00019 'sessionfailure' => 'There seems to be a problem with your login session;
00020 this action has been cancelled as a precaution against session hijacking.
00021 Go back to the previous page, reload that page and then try again.',
00022 
00023 # EXIF tags
00024 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
00025 'exif-colorspace'        => 'Colour space',
00026 'exif-licenseurl'        => 'URL for copyright licence',
00027 
00028 'exif-subjectdistance-value' => '$1 metres',
00029 
00030 'exif-meteringmode-2' => 'Centre weighted average',
00031 
00032 'exif-sensingmethod-2' => 'One-chip colour area sensor',
00033 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
00034 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
00035 'exif-sensingmethod-5' => 'Colour sequential area sensor',
00036 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
00037 
00038 # Pseudotags used for GPSAltitudeRef
00039 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level',
00040 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level',
00041 
00042 # Pseudotags used for GPSSpeedRef
00043 'exif-gpsspeed-k' => 'Kilometres per hour',
00044 
00045 # Pseudotags used for GPSDestDistanceRef
00046 'exif-gpsdestdistance-k' => 'Kilometres',
00047 
00048 'exif-ycbcrpositioning-1' => 'Centred',
00049 
00050 # E-mail address confirmation
00051 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
00052 
00053 # Special:Version
00054 'version-license'      => 'Licence',
00055 '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.
00056 
00057 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.
00058 
00059 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].',
00060 
00061 );