r55739 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55738‎ | r55739 | r55740 >
Date:00:16, 2 September 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Copied tiny subset of messages from OptIn.18n.php to OptInLink.i18n.php which is used for rendering the links in the user tools. This makes it possible to render the links without loading 1.5mb or so of data into memory - only to use about 30 bytes.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/OptIn/OptIn.hooks.php (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/OptIn.php (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/OptInLink.i18n.php (added) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.php
@@ -148,6 +148,8 @@
149149 dirname( __FILE__ ) . '/OptIn.hooks.php';
150150
151151 // Adds Internationalized Messages
 152+$wgExtensionMessagesFiles['OptInLink'] =
 153+ dirname( __FILE__ ) . '/OptInLink.i18n.php';
152154 $wgExtensionMessagesFiles['OptIn'] =
153155 dirname( __FILE__ ) . '/OptIn.i18n.php';
154156 $wgExtensionAliasesFiles['OptIn'] =
Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.hooks.php
@@ -41,7 +41,7 @@
4242 return true;
4343
4444 // Loads opt-in messages
45 - wfLoadExtensionMessages( 'OptIn' );
 45+ wfLoadExtensionMessages( 'OptInLink' );
4646
4747 $fromquery = array();
4848 if ( !( $wgRequest->wasPosted() ) ) {
Index: trunk/extensions/UsabilityInitiative/OptIn/OptInLink.i18n.php
@@ -0,0 +1,683 @@
 2+<?php
 3+/**
 4+ * Internationalisation for Usability Initiative OptIn extension
 5+ * This is a subset of OptIn.i18n.php containing only a minimum set of messages needed for rendering links in the
 6+ * personal tools portal (see OptIn::personalUrls)
 7+ *
 8+ * @file
 9+ * @ingroup Extensions
 10+ */
 11+
 12+$messages = array();
 13+
 14+/** English
 15+ * @author Trevor Parscal
 16+ */
 17+$messages['en'] = array(
 18+ 'optin-try' => 'Try Beta',
 19+ 'optin-leave' => 'Leave Beta',
 20+ 'optin-feedback' => 'Beta feedback',
 21+);
 22+
 23+
 24+/** Message documentation (Message documentation)
 25+ * @author EugeneZelenko
 26+ * @author Fryed-peach
 27+ * @author Mormegil
 28+ * @author Purodha
 29+ */
 30+$messages['qqq'] = array(
 31+ 'optin-try' => 'Caption for the link left of the user tools with which people can opt in',
 32+ 'optin-leave' => 'Caption for the link left of the user tools with which people can opt out',
 33+);
 34+
 35+/** Afrikaans (Afrikaans)
 36+ * @author Naudefj
 37+ */
 38+$messages['af'] = array(
 39+ 'optin-try' => 'Probeer Beta',
 40+ 'optin-leave' => 'Verlaat Beta',
 41+ 'optin-feedback' => 'Beta terugvoer',
 42+);
 43+
 44+/** Arabic (العربية)
 45+ * @author ;Hiba;1
 46+ * @author Meno25
 47+ * @author OsamaK
 48+ */
 49+$messages['ar'] = array(
 50+ 'optin-try' => 'جرّب البيتا',
 51+ 'optin-leave' => 'غادر البيتا',
 52+ 'optin-feedback' => 'ملاحظات البيتا',
 53+);
 54+
 55+/** Aramaic (ܐܪܡܝܐ)
 56+ * @author Basharh
 57+ */
 58+$messages['arc'] = array(
 59+ 'optin-try' => 'ܢܣܝ ܒܝܛܐ',
 60+ 'optin-leave' => 'ܫܒܘܩ ܒܝܛܐ',
 61+ 'optin-feedback' => 'ܡܚܫܚܬ̈ܐ ܘܡܥܝܪ̈ܢܘܬܐ ܥܠ ܒܝܛܐ',
 62+);
 63+
 64+/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
 65+ * @author EugeneZelenko
 66+ * @author Jim-by
 67+ * @author Red Winged Duck
 68+ */
 69+$messages['be-tarask'] = array(
 70+ 'optin-try' => 'Паспрабаваць Beta',
 71+ 'optin-leave' => 'Пакінуць Beta',
 72+ 'optin-feedback' => 'Зваротная сувязь',
 73+);
 74+
 75+/** Bengali (বাংলা)
 76+ * @author Bellayet
 77+ */
 78+$messages['bn'] = array(
 79+ 'optin-try' => 'বেটা চেষ্টা করুন',
 80+ 'optin-leave' => 'বেটা ছেড়ে যাও',
 81+ 'optin-feedback' => 'বেটা ফিডব্যাক',
 82+);
 83+
 84+/** Breton (Brezhoneg)
 85+ * @author Fulup
 86+ */
 87+$messages['br'] = array(
 88+ 'optin-try' => 'Amprouiñ Beta',
 89+ 'optin-leave' => 'Dilezel Beta',
 90+ 'optin-feedback' => 'Roit ho soñj',
 91+);
 92+
 93+/** Bosnian (Bosanski)
 94+ * @author CERminator
 95+ */
 96+$messages['bs'] = array(
 97+ 'optin-try' => 'Isprobajte Beta',
 98+ 'optin-leave' => 'Napusti Beta',
 99+ 'optin-feedback' => 'Pošaljite povratne informacije',
 100+);
 101+
 102+/** Catalan (Català)
 103+ * @author Paucabot
 104+ * @author SMP
 105+ */
 106+$messages['ca'] = array(
 107+ 'optin-try' => 'Provau Beta',
 108+ 'optin-leave' => 'Sortiu de Beta',
 109+ 'optin-feedback' => 'Donau la vostra opinió',
 110+);
 111+
 112+/** Czech (Česky)
 113+ * @author Mormegil
 114+ */
 115+$messages['cs'] = array(
 116+ 'optin-try' => 'Vyzkoušet Betu',
 117+ 'optin-leave' => 'Opustit Betu',
 118+ 'optin-feedback' => 'Připomínky k Betě',
 119+);
 120+
 121+/** Danish (Dansk)
 122+ * @author Byrial
 123+ */
 124+$messages['da'] = array(
 125+ 'optin-try' => 'Prøv Beta',
 126+ 'optin-leave' => 'Forlad Beta',
 127+ 'optin-feedback' => 'Tilbagemelding om Beta',
 128+);
 129+
 130+/** German (Deutsch)
 131+ * @author Als-Holder
 132+ * @author Benzen
 133+ * @author Imre
 134+ * @author Metalhead64
 135+ * @author Pill
 136+ * @author Umherirrender
 137+ */
 138+$messages['de'] = array(
 139+ 'optin-try' => 'Beta ausprobieren',
 140+ 'optin-leave' => 'Beta verlassen',
 141+ 'optin-feedback' => 'Feedback geben',
 142+);
 143+
 144+/** Lower Sorbian (Dolnoserbski)
 145+ * @author Michawiki
 146+ */
 147+$messages['dsb'] = array(
 148+ 'optin-try' => 'Betu wopytaś',
 149+ 'optin-leave' => 'Betu spušćiś',
 150+ 'optin-feedback' => 'Powěsći wó Beśe',
 151+);
 152+
 153+/** Greek (Ελληνικά)
 154+ * @author Assassingr
 155+ * @author Crazymadlover
 156+ * @author Omnipaedista
 157+ * @author ZaDiak
 158+ */
 159+$messages['el'] = array(
 160+ 'optin-try' => 'Δοκιμάστε την Beta',
 161+ 'optin-leave' => 'Εγκαταλείψτε την Beta',
 162+ 'optin-feedback' => 'Ανατροφοδότηση Beta',
 163+);
 164+
 165+/** Esperanto (Esperanto)
 166+ * @author ArnoLagrange
 167+ * @author Yekrats
 168+ */
 169+$messages['eo'] = array(
 170+ 'optin-try' => 'Provi Beta-version',
 171+ 'optin-leave' => 'Forlasi Beta-version',
 172+ 'optin-feedback' => 'Opinioj pri Beta-versio',
 173+);
 174+
 175+/** Spanish (Español)
 176+ * @author Antur
 177+ * @author Crazymadlover
 178+ * @author Imre
 179+ * @author Locos epraix
 180+ * @author Toliño
 181+ */
 182+$messages['es'] = array(
 183+ 'optin-try' => 'Probar Beta',
 184+ 'optin-leave' => 'Abandonar Beta',
 185+ 'optin-feedback' => 'Retroalimentación de Beta',
 186+);
 187+
 188+/** Estonian (Eesti)
 189+ * @author Avjoska
 190+ * @author Pikne
 191+ */
 192+$messages['et'] = array(
 193+ 'optin-try' => 'Proovi beetat',
 194+ 'optin-leave' => 'Lahku beetast',
 195+ 'optin-feedback' => 'Beeta tagasiside',
 196+);
 197+
 198+/** Basque (Euskara)
 199+ * @author An13sa
 200+ * @author Kobazulo
 201+ * @author Theklan
 202+ */
 203+$messages['eu'] = array(
 204+ 'optin-try' => 'Beta probatu',
 205+ 'optin-leave' => 'Beta utzi',
 206+ 'optin-feedback' => 'Beta feedbacka',
 207+);
 208+
 209+/** Finnish (Suomi)
 210+ * @author Cimon Avaro
 211+ * @author Crt
 212+ * @author Nike
 213+ * @author Silvonen
 214+ * @author Str4nd
 215+ */
 216+$messages['fi'] = array(
 217+ 'optin-try' => 'Kokeile Betaa',
 218+ 'optin-leave' => 'Poistu Betasta',
 219+ 'optin-feedback' => 'Anna palautetta',
 220+);
 221+
 222+/** French (Français)
 223+ * @author IAlex
 224+ * @author Kropotkine 113
 225+ * @author Louperivois
 226+ * @author PieRRoMaN
 227+ * @author Urhixidur
 228+ */
 229+$messages['fr'] = array(
 230+ 'optin-try' => 'Essayer la bêta Açai',
 231+ 'optin-leave' => 'Quitter la bêta Açai',
 232+ 'optin-feedback' => 'Donnez votre avis',
 233+);
 234+
 235+/** Galician (Galego)
 236+ * @author Toliño
 237+ */
 238+$messages['gl'] = array(
 239+ 'optin-try' => 'Probar Beta',
 240+ 'optin-leave' => 'Deixar Beta',
 241+ 'optin-feedback' => 'Dea a súa opinión',
 242+);
 243+
 244+/** Swiss German (Alemannisch)
 245+ * @author Als-Holder
 246+ */
 247+$messages['gsw'] = array(
 248+ 'optin-try' => 'Beta uusprobiere',
 249+ 'optin-leave' => 'Beta verloo',
 250+ 'optin-feedback' => 'Ruckmäldig gee',
 251+);
 252+
 253+/** Croatian (Hrvatski)
 254+ * @author Suradnik13
 255+ */
 256+$messages['hr'] = array(
 257+ 'optin-try' => 'Isprobajte Beta',
 258+ 'optin-leave' => 'Izađite iz Beta',
 259+ 'optin-feedback' => 'Beta komentari',
 260+);
 261+
 262+/** Upper Sorbian (Hornjoserbsce)
 263+ * @author Michawiki
 264+ */
 265+$messages['hsb'] = array(
 266+ 'optin-try' => 'Betu wupruwować',
 267+ 'optin-leave' => 'Betu wopušćić',
 268+ 'optin-feedback' => 'Powěsć dać',
 269+);
 270+
 271+/** Hungarian (Magyar)
 272+ * @author Dani
 273+ * @author Hunyadym
 274+ */
 275+$messages['hu'] = array(
 276+ 'optin-try' => 'Bétateszt',
 277+ 'optin-leave' => 'A bétateszt befejezése',
 278+ 'optin-feedback' => 'Visszajelzés a bétáról',
 279+);
 280+
 281+/** Interlingua (Interlingua)
 282+ * @author McDutchie
 283+ */
 284+$messages['ia'] = array(
 285+ 'optin-try' => 'Probar Beta',
 286+ 'optin-leave' => 'Quitar Beta',
 287+ 'optin-feedback' => 'Da nos tu opinion',
 288+);
 289+
 290+/** Indonesian (Bahasa Indonesia)
 291+ * @author Bennylin
 292+ * @author Irwangatot
 293+ * @author Rex
 294+ */
 295+$messages['id'] = array(
 296+ 'optin-try' => 'Coba Beta',
 297+ 'optin-leave' => 'Tinggalkan Beta',
 298+ 'optin-feedback' => 'Umpan balik Beta',
 299+);
 300+
 301+/** Ido (Ido)
 302+ * @author Malafaya
 303+ */
 304+$messages['io'] = array(
 305+ 'optin-try' => 'Probez Beta',
 306+);
 307+
 308+/** Italian (Italiano)
 309+ * @author Darth Kule
 310+ * @author Melos
 311+ * @author Nemo bis
 312+ * @author Stefano-c
 313+ */
 314+$messages['it'] = array(
 315+ 'optin-try' => 'Prova Beta',
 316+ 'optin-leave' => 'Lascia Beta',
 317+ 'optin-feedback' => 'Feedback della Beta',
 318+);
 319+
 320+/** Japanese (日本語)
 321+ * @author Aotake
 322+ * @author Fryed-peach
 323+ * @author Hosiryuhosi
 324+ * @author Whym
 325+ * @author 青子守歌
 326+ */
 327+$messages['ja'] = array(
 328+ 'optin-try' => 'ベータ版を試す',
 329+ 'optin-leave' => 'ベータ版をやめる',
 330+ 'optin-feedback' => 'フィードバックしてください',
 331+);
 332+
 333+/** Georgian (ქართული)
 334+ * @author Alsandro
 335+ * @author გიორგიმელა
 336+ */
 337+$messages['ka'] = array(
 338+ 'optin-try' => 'მოსინჯეთ ბეტა',
 339+ 'optin-leave' => 'ბეტადან გასვლა',
 340+ 'optin-feedback' => 'გამოხმაურება',
 341+);
 342+
 343+/** Khmer (ភាសាខ្មែរ)
 344+ * @author គីមស៊្រុន
 345+ */
 346+$messages['km'] = array(
 347+ 'optin-try' => 'សាកប្រើស៊េរីបេតា',
 348+ 'optin-leave' => 'ចាកចេញពីស៊េរីបេតា',
 349+ 'optin-feedback' => 'មតិយោបល់អំពីស៊េរីបេតា',
 350+);
 351+
 352+/** Korean (한국어)
 353+ * @author Klutzy
 354+ * @author Kwj2772
 355+ */
 356+$messages['ko'] = array(
 357+ 'optin-try' => '베타 버전 체험하기',
 358+ 'optin-leave' => '베타 버전 체험 종료하기',
 359+ 'optin-feedback' => '피드백 남기기',
 360+);
 361+
 362+/** Ripoarisch (Ripoarisch)
 363+ * @author Purodha
 364+ */
 365+$messages['ksh'] = array(
 366+ 'optin-try' => '<i lang="en">Beta</i> ußprobeere',
 367+ 'optin-leave' => '<i lang="en">Beta</i> verlohße',
 368+ 'optin-feedback' => 'Rökmäldunge jävve',
 369+);
 370+
 371+/** Luxembourgish (Lëtzebuergesch)
 372+ * @author Purodha
 373+ * @author Robby
 374+ */
 375+$messages['lb'] = array(
 376+ 'optin-try' => 'Probéiert Beta aus',
 377+ 'optin-leave' => 'Beta verloossen',
 378+ 'optin-feedback' => 'Gitt eis Är Meenung',
 379+);
 380+
 381+/** Lithuanian (Lietuvių)
 382+ * @author Matasg
 383+ */
 384+$messages['lt'] = array(
 385+ 'optin-try' => 'Pabandyti Beta',
 386+ 'optin-leave' => 'Palikti Beta',
 387+);
 388+
 389+/** Latvian (Latviešu)
 390+ * @author Marozols
 391+ */
 392+$messages['lv'] = array(
 393+ 'optin-try' => 'Izmēģināt Beta',
 394+ 'optin-leave' => 'Pamest Beta',
 395+ 'optin-feedback' => 'Atsauksmes par Beta',
 396+);
 397+
 398+/** Macedonian (Македонски)
 399+ * @author Bjankuloski06
 400+ */
 401+$messages['mk'] = array(
 402+ 'optin-try' => 'Пробај ја Бета',
 403+ 'optin-leave' => 'Напушти ја Бета',
 404+ 'optin-feedback' => 'Мислења за Бета',
 405+);
 406+
 407+/** Malay (Bahasa Melayu)
 408+ * @author Diagramma Della Verita
 409+ * @author Kurniasan
 410+ */
 411+$messages['ms'] = array(
 412+ 'optin-try' => 'Cuba Beta',
 413+ 'optin-leave' => 'Tinggalkan Beta',
 414+ 'optin-feedback' => 'Maklum balas Beta',
 415+);
 416+
 417+/** Maltese (Malti)
 418+ * @author Chrisportelli
 419+ */
 420+$messages['mt'] = array(
 421+ 'optin-try' => 'Ipprova l-Beta',
 422+ 'optin-leave' => 'Ħalli l-Beta',
 423+ 'optin-feedback' => 'Rispons tal-Beta',
 424+);
 425+
 426+/** Nedersaksisch (Nedersaksisch)
 427+ * @author Servien
 428+ */
 429+$messages['nds-nl'] = array(
 430+ 'optin-try' => 'Beta uutpreberen',
 431+ 'optin-leave' => 'Beta uutzetten',
 432+ 'optin-feedback' => "Is 't wat?",
 433+);
 434+
 435+/** Dutch (Nederlands)
 436+ * @author McDutchie
 437+ * @author Siebrand
 438+ */
 439+$messages['nl'] = array(
 440+ 'optin-try' => 'Beta inschakelen',
 441+ 'optin-leave' => 'Beta uitschakelen',
 442+ 'optin-feedback' => 'Terugkoppeling geven',
 443+);
 444+
 445+/** Norwegian (bokmål)‬ (‪Norsk (bokmål)‬)
 446+ * @author Jon Harald Søby
 447+ * @author Laaknor
 448+ * @author Nghtwlkr
 449+ * @author Simny
 450+ * @author Stigmj
 451+ */
 452+$messages['no'] = array(
 453+ 'optin-try' => 'Prøv Beta',
 454+ 'optin-leave' => 'Forlat Beta',
 455+ 'optin-feedback' => 'Beta tilbakemelding',
 456+);
 457+
 458+/** Occitan (Occitan)
 459+ * @author Cedric31
 460+ */
 461+$messages['oc'] = array(
 462+ 'optin-try' => 'Ensajar la Bèta',
 463+ 'optin-leave' => 'Quitar la Bèta',
 464+ 'optin-feedback' => 'Balhatz vòstre vejaire',
 465+);
 466+
 467+/** Deitsch (Deitsch)
 468+ * @author Xqt
 469+ */
 470+$messages['pdc'] = array(
 471+ 'optin-leave' => 'Beta verlosse',
 472+);
 473+
 474+/** Polish (Polski)
 475+ * @author Leinad
 476+ * @author Sp5uhe
 477+ */
 478+$messages['pl'] = array(
 479+ 'optin-try' => 'Wypróbuj wersję testową',
 480+ 'optin-leave' => 'Koniec testowania',
 481+ 'optin-feedback' => 'Opinia o wersji testowej',
 482+);
 483+
 484+/** Portuguese (Português)
 485+ * @author Capmo
 486+ * @author Giro720
 487+ * @author Malafaya
 488+ * @author Waldir
 489+ */
 490+$messages['pt'] = array(
 491+ 'optin-try' => 'Experimente o Beta',
 492+ 'optin-leave' => 'Sair do Beta',
 493+ 'optin-feedback' => 'Enviar comentários',
 494+);
 495+
 496+/** Brazilian Portuguese (Português do Brasil)
 497+ * @author Heldergeovane
 498+ */
 499+$messages['pt-br'] = array(
 500+ 'optin-try' => 'Experimente o Beta',
 501+ 'optin-leave' => 'Sair do Beta',
 502+ 'optin-feedback' => 'Enviar comentários',
 503+);
 504+
 505+/** Quechua (Runa Simi)
 506+ * @author AlimanRuna
 507+ */
 508+$messages['qu'] = array(
 509+ 'optin-try' => 'Beta nisqata llanchiy',
 510+ 'optin-leave' => 'Beta nisqamanta lluqsiy',
 511+ 'optin-feedback' => 'Beta nisqata rimanakuy',
 512+);
 513+
 514+/** Romanian (Română)
 515+ * @author Firilacroco
 516+ * @author KlaudiuMihaila
 517+ */
 518+$messages['ro'] = array(
 519+ 'optin-try' => 'Încercaţi Beta',
 520+ 'optin-leave' => 'Părăsiţi Beta',
 521+ 'optin-feedback' => 'Părere despre Beta',
 522+);
 523+
 524+/** Tarandíne (Tarandíne)
 525+ * @author Joetaras
 526+ */
 527+$messages['roa-tara'] = array(
 528+ 'optin-try' => 'Pruève Beta',
 529+ 'optin-leave' => 'Lasse Beta',
 530+ 'optin-feedback' => 'Segnale a Beta',
 531+);
 532+
 533+/** Russian (Русский)
 534+ * @author AlexSm
 535+ * @author Ferrer
 536+ * @author Kaganer
 537+ * @author Lockal
 538+ * @author Александр Сигачёв
 539+ */
 540+$messages['ru'] = array(
 541+ 'optin-try' => 'Опробовать бета-версию',
 542+ 'optin-leave' => 'Покинуть бета-версию',
 543+ 'optin-feedback' => 'Отправить отзыв',
 544+);
 545+
 546+/** Yakut (Саха тыла)
 547+ * @author HalanTul
 548+ */
 549+$messages['sah'] = array(
 550+ 'optin-try' => 'Beta-ны тургутуу',
 551+ 'optin-leave' => 'Beta-ттан тахсыы',
 552+ 'optin-feedback' => 'Сыанабылы ыытарга',
 553+);
 554+
 555+/** Slovak (Slovenčina)
 556+ * @author Helix84
 557+ */
 558+$messages['sk'] = array(
 559+ 'optin-try' => 'Skúsiť Beta',
 560+ 'optin-leave' => 'Opustiť Beta',
 561+ 'optin-feedback' => 'Vaše komentáre',
 562+);
 563+
 564+/** Slovenian (Slovenščina)
 565+ * @author Smihael
 566+ */
 567+$messages['sl'] = array(
 568+ 'optin-try' => 'Poskusite Beta različico',
 569+ 'optin-leave' => 'Zapusti Beta različico',
 570+ 'optin-feedback' => 'Povratne informacije Beta različice',
 571+);
 572+
 573+/** Serbian Cyrillic ekavian (Српски (ћирилица))
 574+ * @author Михајло Анђелковић
 575+ */
 576+$messages['sr-ec'] = array(
 577+ 'optin-try' => 'Пробајте бета-верзију',
 578+ 'optin-leave' => 'Напустите бета-верзију',
 579+ 'optin-feedback' => 'Повратна информација о бета-верзији',
 580+);
 581+
 582+/** Swedish (Svenska)
 583+ * @author Hannibal
 584+ * @author Micke
 585+ * @author Rotsee
 586+ */
 587+$messages['sv'] = array(
 588+ 'optin-try' => 'Prova betaversion',
 589+ 'optin-leave' => 'Lämna betatest',
 590+ 'optin-feedback' => 'Feedback för betaversionen',
 591+);
 592+
 593+/** Telugu (తెలుగు)
 594+ * @author Kiranmayee
 595+ * @author Ravichandra
 596+ * @author Veeven
 597+ */
 598+$messages['te'] = array(
 599+ 'optin-try' => 'బీటాను ప్రయత్నించండి',
 600+ 'optin-leave' => 'బీటాను విడిచి వెళ్ళు',
 601+ 'optin-feedback' => 'బీటాపై అభిప్రాయాలు',
 602+);
 603+
 604+/** Turkish (Türkçe)
 605+ * @author Joseph
 606+ */
 607+$messages['tr'] = array(
 608+ 'optin-try' => "Acai Beta'yı Dene",
 609+ 'optin-leave' => "Acai Beta'dan çıkın",
 610+ 'optin-feedback' => 'Geribildirim verin',
 611+);
 612+
 613+/** Ukrainian (Українська)
 614+ * @author A1
 615+ * @author AS
 616+ * @author Ickis
 617+ */
 618+$messages['uk'] = array(
 619+ 'optin-try' => 'Випробувати Бета-версію',
 620+ 'optin-leave' => 'Покинути Бета-версію',
 621+ 'optin-feedback' => 'Відправити відгук',
 622+);
 623+
 624+/** Vèneto (Vèneto)
 625+ * @author Candalua
 626+ */
 627+$messages['vec'] = array(
 628+ 'optin-try' => 'Próa la Beta',
 629+ 'optin-leave' => 'Và fora da Beta',
 630+ 'optin-feedback' => 'Cossa ghe ne pénsito de Beta',
 631+);
 632+
 633+/** Vietnamese (Tiếng Việt)
 634+ * @author Minh Nguyen
 635+ * @author Vinhtantran
 636+ */
 637+$messages['vi'] = array(
 638+ 'optin-try' => 'Thử bản Beta',
 639+ 'optin-leave' => 'Rời Beta',
 640+ 'optin-feedback' => 'Phản hồi Beta',
 641+);
 642+
 643+/** Volapük (Volapük)
 644+ * @author Malafaya
 645+ */
 646+$messages['vo'] = array(
 647+ 'optin-try' => 'Sperimäntolös el Beta',
 648+);
 649+
 650+/** Yiddish (ייִדיש)
 651+ * @author פוילישער
 652+ */
 653+$messages['yi'] = array(
 654+ 'optin-try' => 'פרובירן בעטא',
 655+);
 656+
 657+/** Yue (粵語)
 658+ * @author Shinjiman
 659+ */
 660+$messages['yue'] = array(
 661+ 'optin-try' => '試吓測試版',
 662+ 'optin-leave' => '離開測試版',
 663+ 'optin-feedback' => '測試版反饋',
 664+);
 665+
 666+/** Simplified Chinese (‪中文(简体)‬)
 667+ * @author Liangent
 668+ * @author PhiLiP
 669+ * @author Shinjiman
 670+ */
 671+$messages['zh-hans'] = array(
 672+ 'optin-try' => '试用测试版',
 673+ 'optin-leave' => '离开测试版',
 674+ 'optin-feedback' => '测试版反馈',
 675+);
 676+
 677+/** Traditional Chinese (‪中文(繁體)‬)
 678+ * @author Shinjiman
 679+ */
 680+$messages['zh-hant'] = array(
 681+ 'optin-try' => '試試測試版',
 682+ 'optin-leave' => '離開測試版',
 683+ 'optin-feedback' => '測試版反饋',
 684+);

Follow-up revisions

RevisionCommit summaryAuthorDate
r55747* follow-up to r55739: remove the messages added to OptInLink.i18n.php from O...siebrand07:40, 2 September 2009

Status & tagging log