(bug 45922) Fix arbitrary inconsistency in page title and headings for message accmai...
[lhc/web/wiklou.git] / languages / messages / MessagesEn_ca.php
1 <?php
2 /** Canadian English (Canadian English)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Dantman
11 * @author Techman224
12 */
13
14 $messages = array(
15 # Special:UploadStash
16 '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.',
17
18 # Edit tokens
19 'sessionfailure' => 'There seems to be a problem with your login session;
20 this action has been cancelled as a precaution against session hijacking.
21 Go back to the previous page, reload that page and then try again.',
22
23 # EXIF tags
24 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
25 'exif-colorspace' => 'Colour space',
26 'exif-licenseurl' => 'URL for copyright licence',
27
28 'exif-subjectdistance-value' => '$1 metres',
29
30 'exif-meteringmode-2' => 'Centre weighted average',
31
32 'exif-sensingmethod-2' => 'One-chip colour area sensor',
33 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
34 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
35 'exif-sensingmethod-5' => 'Colour sequential area sensor',
36 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
37
38 # Pseudotags used for GPSAltitudeRef
39 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level',
40 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level',
41
42 # Pseudotags used for GPSSpeedRef
43 'exif-gpsspeed-k' => 'Kilometres per hour',
44
45 # Pseudotags used for GPSDestDistanceRef
46 'exif-gpsdestdistance-k' => 'Kilometres',
47
48 'exif-ycbcrpositioning-1' => 'Centred',
49
50 # E-mail address confirmation
51 'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
52
53 # Special:Version
54 'version-license' => 'Licence',
55 '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.
56
57 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.
58
59 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].',
60
61 );