Index: branches/wmf-deployment/extensions/FundraiserPortal/FundraiserPortal.i18n.php |
— | — | @@ -589,6 +589,22 @@ |
590 | 590 | 'fundraiserportal-tourmaline-close' => 'Отсега криј го ова', |
591 | 591 | ); |
592 | 592 | |
| 593 | +/** Malayalam (മലയാളം) |
| 594 | + * @author Praveenp |
| 595 | + */ |
| 596 | +$messages['ml'] = array( |
| 597 | + 'fundraiserportal-desc' => 'സൈഡ്ബാറിനു മുകളിലായി "സംഭാവന നൽകുക" എന്നതു ചേർക്കുന്നു.', |
| 598 | + 'fundraiserportal-plain-button' => 'വിക്കിപീഡിയയ്ക്കു പിന്തുണയേകുക!', |
| 599 | + 'fundraiserportal-ruby-button' => 'സംഭാവന നൽകുക', |
| 600 | + 'fundraiserportal-rubytext-button' => 'സംഭാവന നൽകുക', |
| 601 | + 'fundraiserportal-rubytext-message' => 'വിക്കിപീഡിയ സൗജ്യന്യമായി എല്ലാവരിലുമെത്താൻ എല്ലാ സംഭാവനകളും ഞങ്ങളെ സഹായിക്കുന്നു.', |
| 602 | + 'fundraiserportal-rubytext-close' => 'ഇതിനി കാണിക്കേണ്ട', |
| 603 | + 'fundraiserportal-sapphire-button' => 'സംഭാവന നൽകുക', |
| 604 | + 'fundraiserportal-tourmaline-button' => 'സംഭാവന നൽകുക', |
| 605 | + 'fundraiserportal-tourmaline-message' => 'വിക്കിപീഡിയ സൗജ്യന്യമായി എല്ലാവരിലുമെത്താൻ എല്ലാ സംഭാവനകളും ഞങ്ങളെ സഹായിക്കുന്നു.', |
| 606 | + 'fundraiserportal-tourmaline-close' => 'ഇതിനി കാണിക്കേണ്ട', |
| 607 | +); |
| 608 | + |
593 | 609 | /** Dutch (Nederlands) |
594 | 610 | * @author McDutchie |
595 | 611 | * @author Siebrand |
Index: branches/wmf-deployment/extensions/FundraiserPortal/FundraiserPortal.php |
— | — | @@ -37,11 +37,11 @@ |
38 | 38 | ); |
39 | 39 | |
40 | 40 | // Set this to the public path where your js is pulled from |
41 | | -$wgFundraiserPortalPath = 'http://192.168.250.128/sandbox'; |
| 41 | +$wgFundraiserPortalPath = ''; |
42 | 42 | |
43 | 43 | // Set this to the systme path location that the button js file will be written to |
44 | 44 | // Must be reachable by the address in $wgNoticeProjectPath |
45 | | -$wgFundraiserPortalDirectory = '/var/www/sandbox'; |
| 45 | +$wgFundraiserPortalDirectory = ''; |
46 | 46 | |
47 | 47 | // Only running this on wikipedia for now |
48 | 48 | $wgFundraiserPortalProject = 'wikipedia'; |
Index: branches/wmf-deployment/extensions/FundraiserPortal/Templates/Sapphire.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | /* Vector Style */ |
23 | 23 | body.skin-vector div#p-DONATE { |
24 | 24 | padding-top: 0; |
| 25 | + margin-bottom: 0.6em; |
25 | 26 | } |
26 | 27 | body.skin-vector div#p-DONATE h5 { |
27 | 28 | display: none; |
Index: branches/wmf-deployment/extensions/FundraiserPortal/Templates/Tourmaline.css |
— | — | @@ -20,6 +20,7 @@ |
21 | 21 | /* Vector Style */ |
22 | 22 | body.skin-vector div#p-DONATE { |
23 | 23 | padding-top: 0; |
| 24 | + margin-bottom: 0.6em; |
24 | 25 | } |
25 | 26 | body.skin-vector div#p-DONATE h5 { |
26 | 27 | display: none; |
— | — | @@ -58,7 +59,7 @@ |
59 | 60 | } |
60 | 61 | div#fundraiserportal-box div#fundraiserportal-message { |
61 | 62 | background: none; |
62 | | - font-size: 0.9em; |
| 63 | + font-size: 0.8em; |
63 | 64 | color: #333333; |
64 | 65 | margin: 0; |
65 | 66 | margin-bottom: 0.5em; |
— | — | @@ -113,6 +114,7 @@ |
114 | 115 | padding: 0.4em; |
115 | 116 | color: white; |
116 | 117 | font-weight: bold; |
| 118 | + font-size: 0.9em; |
117 | 119 | text-align: center; |
118 | 120 | } |
119 | 121 | div#fundraiserportal-button a:hover { |
Index: branches/wmf-deployment/extensions/FundraiserPortal/Templates/Ruby.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | /* Vector Style */ |
23 | 23 | body.skin-vector div#p-DONATE { |
24 | 24 | padding-top: 0; |
| 25 | + margin-bottom: 0.6em; |
25 | 26 | } |
26 | 27 | body.skin-vector div#p-DONATE h5 { |
27 | 28 | display: none; |
Index: branches/wmf-deployment/extensions/FundraiserPortal/Templates/RubyText.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | /* Vector Style */ |
23 | 23 | body.skin-vector div#p-DONATE { |
24 | 24 | padding-top: 0; |
| 25 | + margin-bottom: 0.6em; |
25 | 26 | } |
26 | 27 | body.skin-vector div#p-DONATE h5 { |
27 | 28 | display: none; |
Property changes on: branches/wmf-deployment/extensions/FundraiserPortal |
___________________________________________________________________ |
Name: svn:mergeinfo |
28 | 29 | - /branches/FundraiserPortal-multi:55038-55211 |
/trunk/extensions/FundraiserPortal:56151-57449 |
29 | 30 | + /branches/FundraiserPortal-multi:55038-55211 |
/trunk/extensions/FundraiserPortal:56151-57634 |