Merge "Remove button styles from mediawiki.ui"
[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 FrigidNinja
12 * @author Nemo bis
13 * @author Shirayuki
14 * @author Techman224
15 * @author គីមស៊្រុន
16 */
17
18 $messages = array(
19 'talkpagelinktext' => 'Talk',
20 'talk' => 'Discussion',
21
22 # 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).
23 'aboutsite' => 'About {{SITENAME}}',
24 'mainpage' => 'Main Page',
25
26 'editsection' => 'edit',
27 'editsectionhint' => 'Edit section: $1',
28 'red-link-title' => '$1 (page does not exist)',
29
30 # Special:UploadStash
31 '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.',
32
33 # Edit tokens
34 'sessionfailure' => 'There seems to be a problem with your login session;
35 this action has been cancelled as a precaution against session hijacking.
36 Go back to the previous page, reload that page and then try again.',
37
38 # Block/unblock
39 'ipbreason-dropdown' => '*Common block reasons
40 ** Inserting false information
41 ** Removing content from pages
42 ** Spamming links to external sites
43 ** Inserting nonsense/gibberish into pages
44 ** Intimidating behaviour/harassment
45 ** Abusing multiple accounts
46 ** Unacceptable username',
47
48 # Exif tags
49 'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
50 'exif-colorspace' => 'Colour space',
51 'exif-licenseurl' => 'URL for copyright licence',
52
53 'exif-subjectdistance-value' => '$1 metres',
54
55 'exif-meteringmode-2' => 'Centre weighted average',
56
57 'exif-sensingmethod-2' => 'One-chip colour area sensor',
58 'exif-sensingmethod-3' => 'Two-chip colour area sensor',
59 'exif-sensingmethod-4' => 'Three-chip colour area sensor',
60 'exif-sensingmethod-5' => 'Colour sequential area sensor',
61 'exif-sensingmethod-8' => 'Colour sequential linear sensor',
62
63 # Pseudotags used for GPSAltitudeRef
64 'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level',
65 'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level',
66
67 # Pseudotags used for GPSSpeedRef
68 'exif-gpsspeed-k' => 'Kilometres per hour',
69
70 # Pseudotags used for GPSDestDistanceRef
71 'exif-gpsdestdistance-k' => 'Kilometres',
72
73 'exif-ycbcrpositioning-1' => 'Centred',
74
75 # Email address confirmation
76 'confirmemail_invalidated' => 'Email address confirmation cancelled',
77
78 # Special:Version
79 'version-license' => 'Licence',
80 '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.
81
82 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.
83
84 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].',
85
86 );