https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112188

Revision: 112188
Author:   pgehres
Date:     2012-02-23 06:36:28 +0000 (Thu, 23 Feb 2012)
Log Message:
-----------
Tiny FU to r112187 fixing message for KE

Modified Paths:
--------------
    trunk/extensions/DonationInterface/gateway_common/country.specific.i18n.php
    
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/KE.html

Modified: 
trunk/extensions/DonationInterface/gateway_common/country.specific.i18n.php
===================================================================
--- trunk/extensions/DonationInterface/gateway_common/country.specific.i18n.php 
2012-02-23 06:25:13 UTC (rev 112187)
+++ trunk/extensions/DonationInterface/gateway_common/country.specific.i18n.php 
2012-02-23 06:36:28 UTC (rev 112188)
@@ -33,6 +33,9 @@
 $messages['pt']['donate_interface-donor-fname-gq'] = 'Nome';
 $messages['pt']['donate_interface-donor-lname-gq'] = 'Apelido';
 
+/* KE - Kenya */
+$messages['en']['donate_interface-donor-lname-ke'] = 'Surname';
+
 /* TZ - Tanzania */
 $messages['en']['donate_interface-donor-lname-tz'] = 'Surname';
 

Modified: 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/KE.html
===================================================================
--- 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/KE.html
   2012-02-23 06:25:13 UTC (rev 112187)
+++ 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/KE.html
   2012-02-23 06:36:28 UTC (rev 112188)
@@ -5,7 +5,7 @@
 </tr>
 <tr>
        <td colspan="2">
-               <input class="halfwidth" name="fname" value="@fname" 
type="text" placeholder="%donate_interface-donor-name%" id="fname"><input 
class="halfwidth leftmar" name="lname" value="@lname" type="text" 
placeholder="%donate_interface-donor-lname-alt%" id="lname">
+               <input class="halfwidth" name="fname" value="@fname" 
type="text" placeholder="%donate_interface-donor-name%" id="fname"><input 
class="halfwidth leftmar" name="lname" value="@lname" type="text" 
placeholder="%donate_interface-donor-lname%" id="lname">
        </td>
 </tr>
 <tr>


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to