Index: trunk/extensions/FundraiserPortal/FundraiserPortal.i18n.php |
— | — | @@ -335,3 +335,57 @@ |
336 | 336 | 'fundraiserportal-tourmaline-close' => 'Scondi da desso in avanti', |
337 | 337 | ); |
338 | 338 | |
| 339 | +/** |
| 340 | + * Cantonese |
| 341 | + * @author Shinjiman |
| 342 | + */ |
| 343 | +$messages['yue'] = array( |
| 344 | + 'fundraiserportal' => '捐款指南', |
| 345 | + 'fundraiserportal-desc' => '加 "請捐款" 指南到側欄最頂度。', |
| 346 | + 'fundraiserportal-plain-button' => '支持維基百科!', |
| 347 | + 'fundraiserportal-ruby-button' => '而家就捐', |
| 348 | + 'fundraiserportal-rubytext-button' => '而家就捐', |
| 349 | + 'fundraiserportal-rubytext-message' => '每次捐款幫到我哋為每一位畀到免費而自由嘅維基百科。', |
| 350 | + 'fundraiserportal-rubytext-close' => '而家閂咗佢', |
| 351 | + 'fundraiserportal-sapphire-button' => '而家就捐', |
| 352 | + 'fundraiserportal-tourmaline-button' => '而家就捐', |
| 353 | + 'fundraiserportal-tourmaline-message' => '每次捐款幫到我哋為每一位畀到免費而自由嘅維基百科。', |
| 354 | + 'fundraiserportal-tourmaline-close' => '而家閂咗佢', |
| 355 | +); |
| 356 | + |
| 357 | +/** |
| 358 | + * Chinese (Simplified) |
| 359 | + * @author Shinjiman |
| 360 | + */ |
| 361 | +$messages['zh-hans'] = array( |
| 362 | + 'fundraiserportal' => '捐款主题', |
| 363 | + 'fundraiserportal-desc' => '在侧边栏的最顶处加入 "请捐款" 主题。', |
| 364 | + 'fundraiserportal-plain-button' => '支持维基百科!', |
| 365 | + 'fundraiserportal-ruby-button' => '立即捐款', |
| 366 | + 'fundraiserportal-rubytext-button' => '立即捐款', |
| 367 | + 'fundraiserportal-rubytext-message' => '每次的捐款帮助我们为每一位维持免费维基百科的自由。', |
| 368 | + 'fundraiserportal-rubytext-close' => '现在就隐藏这个', |
| 369 | + 'fundraiserportal-sapphire-button' => '立即捐款', |
| 370 | + 'fundraiserportal-tourmaline-button' => '立即捐款', |
| 371 | + 'fundraiserportal-tourmaline-message' => '每次的捐款帮助我们为每一位维持免费维基百科的自由。', |
| 372 | + 'fundraiserportal-tourmaline-close' => '现在就隐藏这个', |
| 373 | +); |
| 374 | + |
| 375 | +/** |
| 376 | + * Chinese (Traditional) |
| 377 | + * @author Shinjiman |
| 378 | + */ |
| 379 | +$messages['zh-hant'] = array( |
| 380 | + 'fundraiserportal' => '捐款主題', |
| 381 | + 'fundraiserportal-desc' => '在側邊欄的最頂處加入 "請捐款" 主題。', |
| 382 | + 'fundraiserportal-plain-button' => '支持維基百科!', |
| 383 | + 'fundraiserportal-ruby-button' => '立即捐款', |
| 384 | + 'fundraiserportal-rubytext-button' => '立即捐款', |
| 385 | + 'fundraiserportal-rubytext-message' => '每次的捐款幫助我們為每一位維持免費維基百科的自由。', |
| 386 | + 'fundraiserportal-rubytext-close' => '現在就隱藏這個', |
| 387 | + 'fundraiserportal-sapphire-button' => '立即捐款', |
| 388 | + 'fundraiserportal-tourmaline-button' => '立即捐款', |
| 389 | + 'fundraiserportal-tourmaline-message' => '每次的捐款幫助我們為每一位維持免費維基百科的自由。', |
| 390 | + 'fundraiserportal-tourmaline-close' => '現在就隱藏這個', |
| 391 | +); |
| 392 | + |