r100754 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100753‎ | r100754 | r100755 >
Date:22:14, 25 October 2011
Author:kaldari
Status:ok
Tags:fundraising 
Comment:
adding missing i18n file
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.i18n.php (added) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.i18n.php
@@ -0,0 +1,26 @@
 2+<?php
 3+/**
 4+ * Internationalization file for the Donation Interface - GlobalCollect - extension
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
 9+
 10+$messages = array();
 11+
 12+/** English */
 13+$messages['en'] = array(
 14+ 'globalcollectgateway' => 'Make your donation now',
 15+ 'globalcollect_gateway-desc' => 'GlobalCollect payment processing',
 16+ 'globalcollect_gateway-response-default' => 'There was an error processing your transaction.
 17+Please try again later.',
 18+);
 19+
 20+/** Message documentation (Message documentation)
 21+ * @author Kaldari
 22+ */
 23+$messages['qqq'] = array(
 24+ 'globalcollectgateway' => '{{Identical|Support Wikimedia}}',
 25+ 'globalcollect_gateway-desc' => '{{desc}}',
 26+ 'globalcollect_gateway-response-default' => 'Error message if something went wrong on our side.',
 27+);

Follow-up revisions

RevisionCommit summaryAuthorDate
r100833Register new module per r100754raymond18:20, 26 October 2011

Status & tagging log