Index: branches/REL1_10/phase3/includes/SpecialUserlogin.php |
— | — | @@ -228,6 +228,7 @@ |
229 | 229 | return false; |
230 | 230 | } |
231 | 231 | |
| 232 | + # Check anonymous user ($wgUser) limitations : |
232 | 233 | if (!$wgUser->isAllowedToCreateAccount()) { |
233 | 234 | $this->userNotPrivilegedMessage(); |
234 | 235 | return false; |
— | — | @@ -241,6 +242,7 @@ |
242 | 243 | return; |
243 | 244 | } |
244 | 245 | |
| 246 | + # Now create a dummy user ($u) and check if it is valid |
245 | 247 | $name = trim( $this->mName ); |
246 | 248 | $u = User::newFromName( $name, 'creatable' ); |
247 | 249 | if ( is_null( $u ) ) { |
— | — | @@ -258,7 +260,7 @@ |
259 | 261 | return false; |
260 | 262 | } |
261 | 263 | |
262 | | - if ( !$wgUser->isValidPassword( $this->mPassword ) ) { |
| 264 | + if ( !$u->isValidPassword( $this->mPassword ) ) { |
263 | 265 | $this->mainLoginForm( wfMsg( 'passwordtooshort', $wgMinimalPasswordLength ) ); |
264 | 266 | return false; |
265 | 267 | } |
Index: branches/REL1_10/phase3/languages/messages/MessagesGsw.php |
— | — | @@ -482,13 +482,13 @@ |
483 | 483 | |
484 | 484 | Zuer Ziit stöhn \'\'\'$7\'\'\' Arbete zuem mache aa.', |
485 | 485 | # problem with link: [[Project:Benutzer|regischtriirte Benutzer]] |
486 | | -'userstatstext' => 'S git \'\'\'$1\'\'\' [[Project:Benutzer|regischtriirte Benutzer]]. Dodrvo sin \'\'\'$2\'\'\' (also \'\'\'$4 %\'\'\') Administratore (lueg au uff $3).', |
| 486 | +'userstatstext' => 'S git \'\'\'$1\'\'\' regischtriirte Benutzer. Dodrvo sin \'\'\'$2\'\'\' (also \'\'\'$4 %\'\'\') Administratore (lueg au uff $3).', |
487 | 487 | 'disambiguationspage' => 'Template:Begriffsklärig', |
488 | 488 | 'doubleredirects' => 'Doppelte Redirects', |
489 | 489 | 'brokenredirects' => 'Kaputti Wyterleitige', |
490 | 490 | 'brokenredirectstext' => 'Di folgende Wyterleitige füered zu Artikel wo\'s gar nid git.', |
491 | 491 | 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}', |
492 | | -'ncategories' => '$1 {{PLURAL:$1|Kategori|Kategorie', |
| 492 | +'ncategories' => '$1 {{PLURAL:$1|Kategori|Kategorie}}', |
493 | 493 | 'nlinks' => '$1 {{PLURAL:$1|Gleich|Gleicher}}', |
494 | 494 | 'nmembers' => '$1 {{PLURAL:$1|Syte|Sytene}}', |
495 | 495 | 'nrevisions' => '$1 {{PLURAL:$1|Revision|Revisione}}', |
— | — | @@ -817,7 +817,7 @@ |
818 | 818 | 'confirmemail_subject' => '{{SITENAME}} e-Mail-Adrässbestätigung', |
819 | 819 | 'confirmemail_body' => 'Hallo |
820 | 820 | |
821 | | -{{SITENAME}}}}-BenutzerIn «$2» — das bisch allwäg du — het sech vor IP-Adrässen $1 uus mit deren e-Mail-Adrässe bi {{SITENAME}} aagmäldet. |
| 821 | +{{SITENAME}}-BenutzerIn «$2» — das bisch allwäg du — het sech vor IP-Adrässen $1 uus mit deren e-Mail-Adrässe bi {{SITENAME}} aagmäldet. |
822 | 822 | |
823 | 823 | Für z bestätige, das die Adrässe würklech dir isch, u für dyni erwytereten e-Mail-Funktionen uf {{SITENAME}} yzschalte, tue bitte der folgend Link i dym Browser uuf: |
824 | 824 | |
Index: branches/REL1_10/phase3/languages/messages/MessagesFr.php |
— | — | @@ -691,7 +691,7 @@ |
692 | 692 | 'powersearchtext' => 'Rechercher dans les espaces de noms :<br /> |
693 | 693 | $1<br /> |
694 | 694 | $2 Inclure les page de redirections<br /> Rechercher $3 $9', |
695 | | -'searchdisabled' => 'La recherche sur {{SITENAME]] est désactivée. En attendant la réactivation, vous pouvez effectuer une recherche via Google. Attention, leur indexation du contenu {{SITENAME]] peut ne pas être à jour.', |
| 695 | +'searchdisabled' => 'La recherche sur {{SITENAME}} est désactivée. En attendant la réactivation, vous pouvez effectuer une recherche via Google. Attention, leur indexation du contenu {{SITENAME}} peut ne pas être à jour.', |
696 | 696 | 'blanknamespace' => '(principal)', |
697 | 697 | |
698 | 698 | # Preferences page |
— | — | @@ -1697,7 +1697,7 @@ |
1698 | 1698 | 'showhidebots' => '($1 bots)', |
1699 | 1699 | 'noimages' => 'Aucune image à afficher.', |
1700 | 1700 | |
1701 | | -'passwordtooshort' => 'Votre mot de passe est trop court. Il doit contenir au moins $1 caractères.', |
| 1701 | +'passwordtooshort' => 'Votre mot de passe est trop court. Il doit contenir au moins $1 caractères et être différent de votre nom d\'utilisateur.', |
1702 | 1702 | |
1703 | 1703 | # Metadata |
1704 | 1704 | 'metadata' => 'Métadonnées', |
Index: branches/REL1_10/phase3/languages/messages/MessagesKk_cn.php |
— | — | @@ -2063,6 +2063,7 @@ |
2064 | 2064 | |
2065 | 2065 | if (skin == "monobook"){ |
2066 | 2066 | document.write(\'<link rel="stylesheet" type="text/css" href="\'+stylepath+\'/monobook/rtl.css">\'); |
| 2067 | + } |
2067 | 2068 | }', |
2068 | 2069 | 'monobook.js' => '/* Бостекі болды; орнына мынаны [[MediaWiki:common.js]] пайдалаңыз */', |
2069 | 2070 | |
Index: branches/REL1_10/phase3/languages/messages/MessagesGa.php |
— | — | @@ -924,8 +924,8 @@ |
925 | 925 | # Email this user |
926 | 926 | # |
927 | 927 | "mailnologin" => "Níl aon seoladh maith ann", |
928 | | -"mailnologintext" => "Ní mór duit bheith <a href=\"{{localurl:Special:Userlogin\">logáilte isteach</a> |
929 | | -agus bheith le seoladh ríomhphoist bhailí i do chuid <a href=\"{{localurl:Special:Preferences}}\">sainroghanna</a> |
| 928 | +"mailnologintext" => "Ní mór duit bheith [[Special:Userlogin|logáilte isteach]] |
| 929 | +agus bheith le seoladh ríomhphoist bhailí i do chuid [[Special:Preferences|sainroghanna]] |
930 | 930 | más mian leat ríomhphost a sheoladh chuig úsáideoirí eile.", |
931 | 931 | "emailuser" => "Cuir ríomhphost chuig an úsáideoir seo", |
932 | 932 | "emailpage" => "Seol ríomhphost", |
Index: branches/REL1_10/phase3/languages/messages/MessagesZh_classical.php |
— | — | @@ -458,7 +458,7 @@ |
459 | 459 | 'whitelistacctitle' => '拒增此簿', |
460 | 460 | 'whitelistacctext' => '欲增此簿,[[Special:Userlogin|登簿]]求允', |
461 | 461 | 'confirmedittitle' => '證驛以纂', |
462 | | -'confirmedittext' => '驛證方可纂文。請見[[Special:Preferences|簿註]。', |
| 462 | +'confirmedittext' => '驛證方可纂文。請見[[Special:Preferences|簿註]]。', |
463 | 463 | 'loginreqtitle' => '須登簿', |
464 | 464 | 'loginreqlink' => '登簿', |
465 | 465 | 'loginreqpagetext' => '$1以覽它頁。', |
Index: branches/REL1_10/phase3/languages/messages/MessagesOc.php |
— | — | @@ -1208,7 +1208,7 @@ |
1209 | 1209 | Clicatz sus « Precedent » e recargatz la pagina d’ont venètz, puèi ensajatz tornarmai.', |
1210 | 1210 | 'protectlogpage' => 'Istoric de las proteccions', |
1211 | 1211 | 'protectlogtext' => 'Vejatz las [[Special:Protectedpages|directivas]] per mai d’informacion.', |
1212 | | -'protectedarticle' => 'a protegit « [[$1] »', |
| 1212 | +'protectedarticle' => 'a protegit « [[$1]] »', |
1213 | 1213 | 'unprotectedarticle' => 'a desprotegit « [[$1]] »', |
1214 | 1214 | 'protectsub' => '(Protegir « $1 »)', |
1215 | 1215 | 'confirmprotecttext' => 'Volètz vertadièrament protegir aquesta pagina ?', |
Index: branches/REL1_10/phase3/languages/messages/MessagesHsb.php |
— | — | @@ -1933,7 +1933,7 @@ |
1934 | 1934 | 'confirmemail_subject' => '{{SITENAME}} – wobkrućenje e-mejloweje adresy', |
1935 | 1935 | 'confirmemail_body' => 'Něchtó, najskerje ty z IP-adresu $1, je wužiwarske konto „$2” z tutej e-mejlowej adresu we {{GRAMMAR:lokatiw|{{SITENAME}}}} wutworił. |
1936 | 1936 | |
1937 | | -Zo by so wobkrućiło, zo tute konto woprawdźe tebi słuša a zo bychu so e-mejlowe funkcije we {{{GRAMMAR:lokatiw|{{SITENAME}}}} zaktiwizowali, wočiń tutón wotkaz w swojim wobhladowaku: $3. |
| 1937 | +Zo by so wobkrućiło, zo tute konto woprawdźe tebi słuša a zo bychu so e-mejlowe funkcije we {{GRAMMAR:lokatiw|{{SITENAME}}}} zaktiwizowali, wočiń tutón wotkaz w swojim wobhladowaku: $3. |
1938 | 1938 | |
1939 | 1939 | Jeli to *njejsy*, njeslěduj wotkaz. Tutón wobkrućenski kod spadnje dnja $4. |
1940 | 1940 | |
Index: branches/REL1_10/phase3/languages/messages/MessagesZh_yue.php |
— | — | @@ -1332,7 +1332,7 @@ |
1333 | 1333 | 要修改你嘅監視清單設定,請睇{{fullurl:{{ns:special}}:Watchlist/edit}} |
1334 | 1334 | |
1335 | 1335 | 回饋及更多幫助: |
1336 | | -{{fullurl:{{MediaWiki:helppage}}', |
| 1336 | +{{fullurl:{{MediaWiki:helppage}}}}', |
1337 | 1337 | |
1338 | 1338 | # Delete/protect/revert |
1339 | 1339 | # |
Index: branches/REL1_10/phase3/languages/messages/MessagesHr.php |
— | — | @@ -641,7 +641,7 @@ |
642 | 642 | 'reupload' => 'Ponovno postavi', |
643 | 643 | 'reuploaddesc' => 'Vratite se u obrazac za postavljanje.', |
644 | 644 | 'uploadnologin' => 'Niste prijavljeni', |
645 | | -'uploadnologintext' => 'Za postavljanje datoteka morate biti [[Special:Userlogin|prijavljeni].', |
| 645 | +'uploadnologintext' => 'Za postavljanje datoteka morate biti [[Special:Userlogin|prijavljeni]].', |
646 | 646 | 'upload_directory_read_only'=> 'Server ne može pisati u direktorij za postavljanje ($1).', |
647 | 647 | 'uploaderror' => 'Greška kod postavljanja', |
648 | 648 | # problem with link: [[Project:Slike|upotrebi slika]] |
Index: branches/REL1_10/phase3/languages/messages/MessagesEl.php |
— | — | @@ -595,7 +595,7 @@ |
596 | 596 | # Search results |
597 | 597 | #------------------------# |
598 | 598 | 'searchresults' => 'Αποτελέσματα αναζήτησης', |
599 | | -'searchresulttext' => 'Για περισσότερες πληροφορίες σχετικά με την αναζήτηση στο {{SITENAME}}, βλ. [[{{MediaWiki:helppage}}]]|{{int:help}}]].', |
| 599 | +'searchresulttext' => 'Για περισσότερες πληροφορίες σχετικά με την αναζήτηση στο {{SITENAME}}, βλ. [[{{MediaWiki:helppage}}|{{int:help}}]].', |
600 | 600 | 'searchsubtitle' => 'Κριτήρια αναζήτησης: "[[:$1]]"', |
601 | 601 | 'searchsubtitleinvalid' => 'Κριτήρια αναζήτησης: "$1"', |
602 | 602 | 'badquery' => 'Λανθασμένη μορφή αιτήματος αναζήτησης', |
Index: branches/REL1_10/phase3/languages/messages/MessagesVec.php |
— | — | @@ -314,7 +314,7 @@ |
315 | 315 | |
316 | 316 | |
317 | 317 | ---- \'\'Sta quà l\'è la paxèna de discussion de un utente anonimo che non\'l se ga ancora registrà o che non effettua el login. De conseguenzsa xè necessario identificarlo tramite l\'[[Indirizzo IP|indirizzo IP]] numerico. Tale indirizso el pode esser condivixo da diversi utenti. Se te sì un utente anonimo e te pensi che ghe sia sta commenti irrilevanti, te podi [[Special:Userlogin|registrarte o effettuare el login]] par evitare confuxion con altri utenti in futuro.\'\'', |
318 | | -'noarticletext' => 'In sto momento ła paxèna richiesta xè voda. Xè possibiłe [Special:Search/{{PAGENAME}}|çercar sto titoło]] ne łe altre paxène del sito oppure [{{fullurl:{{FULLPAGENAME}}|action=edit}} modificar ła paxèna \'desso].', |
| 318 | +'noarticletext' => 'In sto momento ła paxèna richiesta xè voda. Xè possibiłe [[Special:Search/{{PAGENAME}}|çercar sto titoło]] ne łe altre paxène del sito oppure [{{fullurl:{{FULLPAGENAME}}|action=edit}} modificar ła paxèna \'desso].', |
319 | 319 | 'clearyourcache' => '\'\'\'Nota:\'\'\' dopo aver salvà, te devi pulire la cache del to browser par veder i cambiamenti: \'\'\'Mozilla:\'\'\' clicca su \'\'reload\'\' (oppure \'\'ctrl-r\'\'), \'\'\'IE / Opera:\'\'\' \'\'ctrl-f5\'\', \'\'\'Safari:\'\'\' \'\'cmd-r\'\', \'\'\'Konqueror\'\'\' \'\'ctrl-r\'\'.', |
320 | 320 | 'previewnote' => 'Tegni presente che sta qua xè solo n\'anteprima, e che la to verzsion NON xè stà ancora salvà!', |
321 | 321 | 'session_fail_preview' => '<strong>Purtroppo non xè stà possibiłe salvare le to modifiche parché i dati de la sezsion i xè andai persi. Per favore, riproa.<br /> |
Index: branches/REL1_10/phase3/languages/messages/MessagesYi.php |
— | — | @@ -570,7 +570,6 @@ |
571 | 571 | 'accesskey-ca-nstab-help' => 'c', |
572 | 572 | 'tooltip-ca-nstab-help' => 'באזוכט די הילף בלעטער', |
573 | 573 | 'accesskey-ca-nstab-category' => 'c', |
574 | | -'tooltip-ca-nstab-category' => '];', |
575 | 574 | 'previousdiff' => 'פריעריגע אונטערשייד →', |
576 | 575 | 'nextdiff' => 'קומענדיקע אונטערשייד ←', |
577 | 576 | 'newimages' => 'גאַלעריע אויף נײַע בילדער', |
Index: branches/REL1_10/phase3/languages/messages/MessagesKsh.php |
— | — | @@ -912,7 +912,7 @@ |
913 | 913 | luure bei <i>latex</i>, <i>dvips</i>, <i>gs</i>, un <i>convert</i>. Oder sag et enem Sörver-Admin, oder enem |
914 | 914 | Wiki Köbes.', |
915 | 915 | 'math_bad_tmpdir' => 'Dat Zwescheverzeichnis för de mathematische Formele lööt sich nit aanläje oder nix |
916 | | -eren schrieve. Dat es Dress. Sag et enem Wiki-Köbes]] oder enem |
| 916 | +eren schrieve. Dat es Dress. Sag et enem Wiki-Köbes oder enem |
917 | 917 | Sörver-Minsch.', |
918 | 918 | 'math_bad_output' => 'Dat Verzeichnis för de mathematische Formele lööt sich nit aanläje oder nix |
919 | 919 | eren schrieve. Dat es Dress. Sag et enem Wiki-Köbes oder enem |
Index: branches/REL1_10/phase3/languages/messages/MessagesFa.php |
— | — | @@ -810,7 +810,7 @@ |
811 | 811 | 'blockiptext' => "از فرم زیر برای بستن دسترسی نوشتن از یک نشانی IP یا |
812 | 812 | نام کاربری مشخص استفاده کنید. |
813 | 813 | این کار فقط فقط باید برای جلوگیری از خرابکاری انجام شود، و بر اساس |
814 | | -[[{{ns:project}}:خط مشی|خط مشی]. |
| 814 | +[[{{ns:project}}:خط مشی|خط مشی]]. |
815 | 815 | دلیل مشخص این کار را در زیر ذکر کنید (مثلاً با ذکر صفحات بهخصوصی که تخریب شدهاند).", |
816 | 816 | 'ipaddress' => "نشانی IP/نام کاربر", |
817 | 817 | 'ipbreason' => "دلیل", |
Index: branches/REL1_10/phase3/languages/messages/MessagesFiu_vro.php |
— | — | @@ -228,7 +228,7 @@ |
229 | 229 | 'aboutsite' => '{{SITENAME}} tutvustus', |
230 | 230 | 'aboutpage' => '{{ns:Special}}:Pääteedüs', |
231 | 231 | 'bugreports' => 'Viateedüseq', |
232 | | -'bugreportspage' => '{{ns:Special}}:Viateedüseq}}', |
| 232 | +'bugreportspage' => '{{ns:Special}}:Viateedüseq', |
233 | 233 | 'copyright' => "Teksti või vabalt pruukiq $1'i perrä.", |
234 | 234 | 'copyrightpagename' => '{{SITENAME}} ja tegijäõigusõq', |
235 | 235 | 'copyrightpage' => '{{ns:Special}}:Tegijäõigusõq', |
Index: branches/REL1_10/phase3/languages/messages/MessagesNo.php |
— | — | @@ -411,7 +411,7 @@ |
412 | 412 | |
413 | 413 | Din ip-adresse er $3. Vennligst inkluder denne i alle forespørsler du gjør.', |
414 | 414 | 'whitelistedittitle' => 'Innlogging kreves for å redigere', |
415 | | -'whitelistedittext' => 'Du må [[Special:userlogin|logge inn}} for å redigere artikler.', |
| 415 | +'whitelistedittext' => 'Du må [[Special:userlogin|logge inn]] for å redigere artikler.', |
416 | 416 | 'whitelistreadtitle' => 'Innlogging kreves for å lese', |
417 | 417 | 'whitelistreadtext' => 'Du må [[Special:Userlogin|logge inn]] for å lese artikler.', |
418 | 418 | 'whitelistacctitle' => 'Du har ikke adgang til å opprette en konto', |
Index: branches/REL1_10/phase3/languages/messages/MessagesCy.php |
— | — | @@ -503,7 +503,7 @@ |
504 | 504 | I gweld neu chwilio hen lluniau ewch i'r |
505 | 505 | [[{{ns:special}}:Imagelist|rhestr lluniau wedi llwytho]]. |
506 | 506 | Mae pob llwyth a dileuo ffeil yn cael eu recordio ar y |
507 | | -[[{{ns:special}}:Log/upload]]|log llwytho]]. |
| 507 | +[[Special:Log/upload|log llwytho]]. |
508 | 508 | |
509 | 509 | Defnyddwch y ffurflen isod i llwytho ffeil llun newydd i darluno eich erthyglau. |
510 | 510 | Ar y mwyafrif o porwyr, fyddwch yn gweld botwm \"Pori/Browse...\" i agor y dialog agor ffeil arferol. |
Index: branches/REL1_10/phase3/languages/messages/MessagesZh_tw.php |
— | — | @@ -375,7 +375,7 @@ |
376 | 376 | 'protectedinterface' => '該頁提供了軟體的介面文字,它已被鎖定以防止隨意的修改。', |
377 | 377 | 'editinginterface' => "'''警告:''' 您正在編輯的頁面是用於提供軟體的介面文字。改變此頁將影響其他用戶的介面外觀。", |
378 | 378 | 'sqlhidden' => '(隱藏SQL查詢)', |
379 | | -'cascadeprotected' => '這個頁面已經被保護,因為這個頁面被以下已標註"聯鎖保護"的{{{PLURAL:$1|一個|多個}}被保護頁面包含:', |
| 379 | +'cascadeprotected' => '這個頁面已經被保護,因為這個頁面被以下已標註"聯鎖保護"的{{PLURAL:$1|一個|多個}}被保護頁面包含:', |
380 | 380 | |
381 | 381 | # Login and logout pages |
382 | 382 | 'logouttitle' => '用戶退出', |
Index: branches/REL1_10/phase3/languages/messages/MessagesKk_tr.php |
— | — | @@ -2055,6 +2055,7 @@ |
2056 | 2056 | |
2057 | 2057 | if (skin == "monobook"){ |
2058 | 2058 | document.write(\'<link rel="stylesheet" type="text/css" href="\'+stylepath+\'/monobook/rtl.css">\'); |
| 2059 | + } |
2059 | 2060 | }', |
2060 | 2061 | 'monobook.js' => '/* Бостекі болды; орнына мынаны [[MediaWiki:common.js]] пайдалаңыз */', |
2061 | 2062 | |
Index: branches/REL1_10/phase3/languages/messages/MessagesLv.php |
— | — | @@ -369,9 +369,9 @@ |
370 | 370 | 'missingsummary' => "'''Atgādinājums''': Tu neesi norādījis izmaiņu kopsavilkumu. Vēlreiz klikšķinot uz \"Saglabāt lapu\", Tavas izmaiņas tiks saglabātas bez kopsavilkuma.", |
371 | 371 | 'missingcommenttext' => 'Lūdzu, ievadi tekstu zemāk redzamajā logā!', |
372 | 372 | 'blockedtitle' => 'Lietotājs ir bloķēts.', |
373 | | -'blockedtext' => '$1 ir nobloķējis tavu lietotāja vārdu vai IP adresi. Iemesls tam ir:<br />\'\'$2\'\'<br />. Tu vari sazināties ar $1 vai kādu citu [[Project:Administrators|administratoru]] lai apspriestu šo bloku. |
| 373 | +'blockedtext' => '$1 ir nobloķējis tavu lietotāja vārdu vai IP adresi. Iemesls tam ir:<br />\'\'$2\'\'<br />. Tu vari sazināties ar $1 vai kādu citu [[{{MediaWiki:grouppage-sysop}}|administratoru]] lai apspriestu šo bloku. |
374 | 374 | |
375 | | -Pievērs uzmanību, tam, ka ja tu neesi norādījis derīgu e-pasta adresi [Special:Preferences|user preferences]], tev nedarbosies "sūtīt e-pastu" iespēja. |
| 375 | +Pievērs uzmanību, tam, ka ja tu neesi norādījis derīgu e-pasta adresi [[Special:Preferences|user preferences]], tev nedarbosies "sūtīt e-pastu" iespēja. |
376 | 376 | |
377 | 377 | Tava IP adrese ir $3. Lūdzu iekļauj to visos turpmākajos pieprasījumos.', |
378 | 378 | 'whitelistedittitle' => 'Lai varētu rediģēt, šeit jāielogojas.', |
Index: branches/REL1_10/phase3/languages/messages/MessagesMs.php |
— | — | @@ -299,7 +299,7 @@ |
300 | 300 | "preview" => "Paparan", #"Preview", |
301 | 301 | "showpreview" => "Tunjuk paparan", #"Show preview", |
302 | 302 | "blockedtitle" => "Pengguna ini telah disekat", #"User is blocked", |
303 | | -"blockedtext" => "Nama pengguna atau alamat IP anda telah disekat oleh $1. Alasannya: <br />$2. <p>Sila hubungi $1 atau [[[[Project:Penyelia|penyelia]] yang lain untuk membincangkan sekatan ini. <p>Sila ambil perhatian bahawa anda tidak dapat menggunakan ciri \"Emelkan pengguna ini\" kecuali anda mempunyai alamat emel yang sah di dalam [[{{ns:-1}}:Preferences|Tatarajah]] anda.", #'Your user name or IP address has been blocked by $1. The reason given is this:<br />''$2''<p>You may contact $1 or one of the other [[Project:Administrators|administrators]] to discuss the block. <p>Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].', |
| 303 | +"blockedtext" => "Nama pengguna atau alamat IP anda telah disekat oleh $1. Alasannya: <br />$2. <p>Sila hubungi $1 atau [[{{MediaWiki:grouppage-sysop}}|penyelia]] yang lain untuk membincangkan sekatan ini. <p>Sila ambil perhatian bahawa anda tidak dapat menggunakan ciri \"Emelkan pengguna ini\" kecuali anda mempunyai alamat emel yang sah di dalam [[Special:Preferences|Tatarajah]] anda.", #'Your user name or IP address has been blocked by $1. The reason given is this:<br />''$2''<p>You may contact $1 or one of the other [[Project:Administrators|administrators]] to discuss the block. <p>Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].', |
304 | 304 | "whitelistedittitle" => "Pendaftaran masuk diperlukan untuk menyunting", |
305 | 305 | "whitelistedittext" => "Anda harus [[{{ns:special}}:Userlogin|log masuk]] untuk dapat menyunting rencana.", |
306 | 306 | "whitelistreadtitle" => "Pendaftaran masuk diperlukan untuk membaca", |
— | — | @@ -596,7 +596,7 @@ |
597 | 597 | "emailpage" => "Emelkan pengguna", #"E-mail user", |
598 | 598 | "emailpagetext" => "Jika pengguna ini memasukkan alamat emel yang sah dalam Tatarajahnya, borang di bawah akan mengirimkan satu pesanan. Alamat emel di dalam Tatarajah anda akan dipaparkan sebagai alamat emel \"Daripada\", jadi penerima boleh membalas emel tersebut.", #"If this user has entered a valid e-mail address in is user preferences, the form below will send a single message. The e-mail address you entered in your user preferences will appear as the \"From\" address of the mail, so the recipient wi#ll be able to reply.", |
599 | 599 | 'usermailererror' => "Objek emel mengembalikan ralat:", |
600 | | -'defemailsubject' => "Emel {{SITENAME}", |
| 600 | +'defemailsubject' => "Emel {{SITENAME}}", |
601 | 601 | "noemailtitle" => "Tiada alamat emel", #"No e-mail address", |
602 | 602 | "noemailtext" => "Pengguna ini tidak menetapkan alamat emel yang sah, atau telah memilih untuk tidak mendapat emel daripada pengguna yang lain.", #"This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.", |
603 | 603 | "emailfrom" => "Daripada", #"From", |