aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorSiebrand Mazeland <siebrand@users.mediawiki.org>2011-11-11 13:20:56 +0000
committerSiebrand Mazeland <siebrand@users.mediawiki.org>2011-11-11 13:20:56 +0000
commiteb3a7e7e4e1fbcc850826c5efa79846b399e495b (patch)
tree4bd5b00fa862a1377d4990f7a539dd60287024a9 /languages
parent7a05eb6f2677114c7f6402f7951786291ff72b78 (diff)
downloadmediawikicore-eb3a7e7e4e1fbcc850826c5efa79846b399e495b.tar.gz
mediawikicore-eb3a7e7e4e1fbcc850826c5efa79846b399e495b.zip
Localisation updates from http://translatewiki.net.
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/102780
Diffstat (limited to 'languages')
-rw-r--r--languages/messages/MessagesEn_ca.php48
1 files changed, 48 insertions, 0 deletions
diff --git a/languages/messages/MessagesEn_ca.php b/languages/messages/MessagesEn_ca.php
index 63974abd7e51..af3c5ae50db1 100644
--- a/languages/messages/MessagesEn_ca.php
+++ b/languages/messages/MessagesEn_ca.php
@@ -7,7 +7,55 @@
* @ingroup Language
* @file
*
+ * @author Dantman
+ * @author Techman224
*/
$messages = array(
+# Special:UploadStash
+'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.',
+
+# Edit tokens
+'sessionfailure' => 'There seems to be a problem with your login session;
+this action has been cancelled as a precaution against session hijacking.
+Go back to the previous page, reload that page and then try again.',
+
+# EXIF tags
+'exif-ycbcrcoefficients' => 'Colour space transformation matrix coefficients',
+'exif-colorspace' => 'Colour space',
+'exif-licenseurl' => 'URL for copyright licence',
+
+'exif-subjectdistance-value' => '$1 metres',
+
+'exif-meteringmode-2' => 'Centre weighted average',
+
+'exif-sensingmethod-2' => 'One-chip colour area sensor',
+'exif-sensingmethod-3' => 'Two-chip colour area sensor',
+'exif-sensingmethod-4' => 'Three-chip colour area sensor',
+'exif-sensingmethod-5' => 'Colour sequential area sensor',
+'exif-sensingmethod-8' => 'Colour sequential linear sensor',
+
+# Pseudotags used for GPSAltitudeRef
+'exif-gpsaltitude-above-sealevel' => '$1 {{PLURAL:$1|metre|metres}} above sea level',
+'exif-gpsaltitude-below-sealevel' => '$1 {{PLURAL:$1|metre|metres}} below sea level',
+
+# Pseudotags used for GPSSpeedRef
+'exif-gpsspeed-k' => 'Kilometres per hour',
+
+# Pseudotags used for GPSDestDistanceRef
+'exif-gpsdestdistance-k' => 'Kilometres',
+
+'exif-ycbcrpositioning-1' => 'Centred',
+
+# E-mail address confirmation
+'confirmemail_invalidated' => 'E-mail address confirmation cancelled',
+
+# Special:Version
+'version-license' => 'Licence',
+'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.
+
+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.
+
+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].',
+
);