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