r26471 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26470‎ | r26471 | r26472 >
Date:03:09, 7 October 2007
Author:aaron
Status:old
Tags:
Comment:
*sigh*
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php (modified) (history)
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)
  • /trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -543,7 +543,7 @@
544544 }
545545 $wgOut->setSubtitle( '<p>'.$listLink.'</p>' );
546546
547 - $wgOut->addWikiText( wfMsg( "confirmacount-text" ) );
 547+ $wgOut->addWikiText( wfMsg( "confirmaccount-text" ) );
548548
549549 $action = $wgTitle->escapeLocalUrl( 'action=submit' );
550550 $form = "<form name='accountconfirm' action='$action' method='post'><fieldset>";
@@ -579,17 +579,17 @@
580580 $form .= "<p>".$this->parseLinks($row->acr_urls)."</p>";
581581 $form .= '</fieldset>';
582582
583 - $form .= "<p>".wfMsgExt( 'confirmacount-confirm', array('parse') )."</p>\n";
 583+ $form .= "<p>".wfMsgExt( 'confirmaccount-confirm', array('parse') )."</p>\n";
584584 $form .= "<p>".Xml::radio( 'wpSubmitType', 'accept', $this->submitType=='accept', array('id' => 'submitCreate') );
585 - $form .= ' '.Xml::label( wfMsg('confirmacount-create'), 'submitCreate' )."</p>\n";
 585+ $form .= ' '.Xml::label( wfMsg('confirmaccount-create'), 'submitCreate' )."</p>\n";
586586 $form .= "<p>".Xml::radio( 'wpSubmitType', 'reject', $this->submitType=='reject', array('id' => 'submitDeny') );
587 - $form .= ' '.Xml::label( wfMsg('confirmacount-deny'), 'submitDeny' )."</p>\n";
 587+ $form .= ' '.Xml::label( wfMsg('confirmaccount-deny'), 'submitDeny' )."</p>\n";
588588
589589 $form .= "<p>".wfMsgHtml('requestaccount-reason')."</p>\n";
590590 $form .= "<p><textarea tabindex='1' name='wpReason' id='wpReason' rows='3' cols='80' style='width:80%'>" .
591591 htmlspecialchars($this->reason) .
592592 "</textarea></p>";
593 - $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmacount-submit') )."</p>\n";
 593+ $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmaccount-submit') )."</p>\n";
594594
595595 $form .= Xml::hidden( 'title', $wgTitle->getPrefixedText() )."\n";
596596 $form .= Xml::hidden( 'action', 'reject' );
@@ -675,17 +675,17 @@
676676 $pager = new ConfirmAccountsPager( $this, array(), $this->showRejects );
677677 if ( $pager->getNumRows() ) {
678678 if( $this->showRejects )
679 - $wgOut->addHTML( wfMsgExt('confirmacount-list2', array('parse') ) );
 679+ $wgOut->addHTML( wfMsgExt('confirmaccount-list2', array('parse') ) );
680680 else
681 - $wgOut->addHTML( wfMsgExt('confirmacount-list', array('parse') ) );
 681+ $wgOut->addHTML( wfMsgExt('confirmaccount-list', array('parse') ) );
682682 $wgOut->addHTML( $pager->getNavigationBar() );
683683 $wgOut->addHTML( "<ul>" . $pager->getBody() . "</ul>" );
684684 $wgOut->addHTML( $pager->getNavigationBar() );
685685 } else {
686686 if( $this->showRejects )
687 - $wgOut->addHTML( wfMsgExt('confirmacount-none2', array('parse')) );
 687+ $wgOut->addHTML( wfMsgExt('confirmaccount-none2', array('parse')) );
688688 else
689 - $wgOut->addHTML( wfMsgExt('confirmacount-none', array('parse')) );
 689+ $wgOut->addHTML( wfMsgExt('confirmaccount-none', array('parse')) );
690690 }
691691 }
692692
Index: trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php
@@ -59,19 +59,19 @@
6060
6161 # Confirm account page
6262 'confirmaccounts' => 'Confirm account requests',
63 - 'confirmacount-list' => 'Below is a list of account requests awaiting approval.
 63+ 'confirmaccount-list' => 'Below is a list of account requests awaiting approval.
6464 Approved accounts will be created and removed from this list. Rejected accounts will simply be deleted from this
6565 list.',
66 - 'confirmacount-list2' => 'Below is a list recently rejected account requests which may automatically be deleted
 66+ 'confirmaccount-list2' => 'Below is a list recently rejected account requests which may automatically be deleted
6767 once several days old. They can still be approved into accounts, though you may want to first consult the rejecting
6868 admin before doing so.',
69 - 'confirmacount-text' => 'This is a pending request for a user account at \'\'\'{{SITENAME}}\'\'\'. Carefully
 69+ 'confirmaccount-text' => 'This is a pending request for a user account at \'\'\'{{SITENAME}}\'\'\'. Carefully
7070 review and if needed, confirm, all the below information. Note that you can choose to create the account under a
7171 different username. Use this only to avoid collisions with other names.
7272
7373 If you simply leave this page without confirming or denying this request, it will remain pending.',
74 - 'confirmacount-none' => 'There are currently no pending account requests.',
75 - 'confirmacount-none2' => 'There are currently no recently rejected account requests.',
 74+ 'confirmaccount-none' => 'There are currently no pending account requests.',
 75+ 'confirmaccount-none2' => 'There are currently no recently rejected account requests.',
7676 'confirmaccount-badid' => 'There is no pending request corresponding to the given ID. It may have already been handled.',
7777 'confirmaccount-back' => 'View pending account list',
7878 'confirmaccount-back2' => 'View recently rejected account list',
@@ -82,13 +82,13 @@
8383 'confirmaccount-urls' => 'List of websites:',
8484 'confirmaccount-nourls' => '(None provided)',
8585 'confirmaccount-review' => 'Approve/Reject',
86 - 'confirmacount-confirm' => 'Use the buttons below to accept this request or deny it.',
 86+ 'confirmaccount-confirm' => 'Use the buttons below to accept this request or deny it.',
8787 'confirmaccount-econf' => '(confirmed)',
8888 'confirmaccount-reject' => '(rejected by [[User:$1|$1]] on $2)',
89 - 'confirmacount-create' => 'Accept (create account)',
90 - 'confirmacount-deny' => 'Reject (delist)',
 89+ 'confirmaccount-create' => 'Accept (create account)',
 90+ 'confirmaccount-deny' => 'Reject (delist)',
9191 'requestaccount-reason' => 'Comment (will be included in email):',
92 - 'confirmacount-submit' => 'Confirm',
 92+ 'confirmaccount-submit' => 'Confirm',
9393 'confirmaccount-acc' => 'Account request confirmed successfully; created new user account [[User:$1]].',
9494 'confirmaccount-rej' => 'Account request rejected successfully.',
9595 'confirmaccount-summary' => 'Creating user page with biography of new user.',
@@ -171,19 +171,19 @@
172172 'acct_request_throttle_hit' => 'عذرا، لقد طلبت بالفعل $1 حساب. لا يمكنك عمل المزيد من الطلبات.',
173173 'requestaccount-loginnotice' => 'للحصول على حساب، يجب عليك \'\'\'[[Special:RequestAccount|طلب واحد]]\'\'\'.',
174174 'confirmaccounts' => 'تأكيد طلبات الحسابات',
175 - 'confirmacount-list' => 'بالأسفل قائمة بطلبات الحسابات قيد الانتظار.
 175+ 'confirmaccount-list' => 'بالأسفل قائمة بطلبات الحسابات قيد الانتظار.
176176 الحسابات التي تمت الموافقة عليها سيتم إنشاؤها و إزالتها من هذه القائمة. الحسابات المرفوضة سيتم ببساطة حذفها من هذه
177177 القائمة.',
178 - 'confirmacount-list2' => 'بالأسفل قائمة بطلبات الحسابات المرفوضة حديثا و التي ربما يتم حذفها تلقائيا
 178+ 'confirmaccount-list2' => 'بالأسفل قائمة بطلبات الحسابات المرفوضة حديثا و التي ربما يتم حذفها تلقائيا
179179 عندما يكون عمرها عدة أيام. مازال بالإمكان الموافقة عليهم كحسابات، و لكنك ربما ترغب في استشارة الإداري الرافض
180180 قبل فعل هذا.',
181 - 'confirmacount-text' => 'هذا طلب حساب قيد الانتظار في \'\'\'{{SITENAME}}\'\'\'.
 181+ 'confirmaccount-text' => 'هذا طلب حساب قيد الانتظار في \'\'\'{{SITENAME}}\'\'\'.
182182 راجعه بحرص و لو دعت الحاجة, أكد, كل المعلومات بالأسفل. لاحظ أنه يمكنك اختيار إنشاء الحساب باسم مستخدم آخر
183183 . استخدم هذا فقط لتجنب الاصطدامات مع الأسماء الأخرى.
184184
185185 لو تركت ببساطة هذه الصفحة بدون تأكيد أو رفض الحساب, سيبقى قيد الانتظار.',
186 - 'confirmacount-none' => 'لا توجد حاليا طلبات حساب قيد الانتظار.',
187 - 'confirmacount-none2' => 'لا توجد حاليا طلبات حسابات مرفوضة حديثا.',
 186+ 'confirmaccount-none' => 'لا توجد حاليا طلبات حساب قيد الانتظار.',
 187+ 'confirmaccount-none2' => 'لا توجد حاليا طلبات حسابات مرفوضة حديثا.',
188188 'confirmaccount-badid' => 'لا يوجد طلب قيد الانتظار يوافق الرقم المعطى. ربما يكون قد تمت معالجته.',
189189 'confirmaccount-back' => 'عرض قائمة الحسابات قيد الانتظار',
190190 'confirmaccount-back2' => 'عرض قائمة الحسابات المرفوضة حديثا',
@@ -194,13 +194,13 @@
195195 'confirmaccount-urls' => 'قائمة مواقع الويب:',
196196 'confirmaccount-nourls' => '(لا شيء معطى)',
197197 'confirmaccount-review' => 'قبول/رفض',
198 - 'confirmacount-confirm' => 'استخدم الأزرار بالأسفل لقبول هذا الطلب أو رفضه.',
 198+ 'confirmaccount-confirm' => 'استخدم الأزرار بالأسفل لقبول هذا الطلب أو رفضه.',
199199 'confirmaccount-econf' => '(تم تأكيده)',
200200 'confirmaccount-reject' => '(تم رفضه بواسطته [[User:$1|$1]] في $2)',
201 - 'confirmacount-create' => 'قبول (إنشاب الحساب)',
202 - 'confirmacount-deny' => 'رفض (إزالة من القائمة)',
 201+ 'confirmaccount-create' => 'قبول (إنشاب الحساب)',
 202+ 'confirmaccount-deny' => 'رفض (إزالة من القائمة)',
203203 'requestaccount-reason' => 'تعليق (سيضمن في البريد الإلكتروني):',
204 - 'confirmacount-submit' => 'تأكيد',
 204+ 'confirmaccount-submit' => 'تأكيد',
205205 'confirmaccount-acc' => 'طلب الحساب تم تأكيده بنجاح؛ أنشأ حسابا جديدا [[User:$1]].',
206206 'confirmaccount-rej' => 'طلب الحساب تم رفضه بنجاح.',
207207 'confirmaccount-summary' => 'إنشاء صفحة المستخدم مع سيرة المستخدم الجديد.',
@@ -243,7 +243,7 @@
244244 'requestaccount-real' => 'Totoong pangaran:',
245245 'requestaccount-same' => '(pareho sa totoong pangaran)',
246246 'confirmaccount-real' => 'Pangaran',
247 - 'confirmacount-submit' => 'Kompermaron',
 247+ 'confirmaccount-submit' => 'Kompermaron',
248248 'confirmaccount-wsum' => 'Dagos!',
249249 );
250250
@@ -305,15 +305,15 @@
306306
307307 # Confirm account page
308308 'confirmaccounts' => 'Benutzerkonto-Anträge bestätigen',
309 - 'confirmacount-list' => 'Unten findest du eine Liste von noch zu bearbeitenden Benutzerkonto-Anträgen.
 309+ 'confirmaccount-list' => 'Unten findest du eine Liste von noch zu bearbeitenden Benutzerkonto-Anträgen.
310310 Bestätigte Konten werden angelegt und aus der Liste entfernt. Abgelehnte Konten werden einfach aus der Liste gelöscht.',
311 - 'confirmacount-text' => 'Dies ist ein Antrag auf ein Benutzerkonto bei \'\'\'{{SITENAME}}\'\'\'. Prüfe alle unten
 311+ 'confirmaccount-text' => 'Dies ist ein Antrag auf ein Benutzerkonto bei \'\'\'{{SITENAME}}\'\'\'. Prüfe alle unten
312312 stehenden Informationen gründlich und bestätige die Informationen wenn möglich. Bitte beachte, dass du den Zugang bei Bedarf unter
313313 einem anderen Benutzernamen anlegen kannst. Du solltest dies nur nutzen, um Kollisionen mit anderen Namen zu vermeiden.
314314
315315 Wenn du diese Seite verlässt, ohne das Konto zu bestätigen oder abzulehnen, wird der Antrag offen stehen bleiben.',
316 - 'confirmacount-none' => 'Momentan gibt es keine offenen Benutzeranträge.',
317 - 'confirmacount-none2' => 'Momentan gibt es keine kürzlich abgelehnten Benutzeranträge.',
 316+ 'confirmaccount-none' => 'Momentan gibt es keine offenen Benutzeranträge.',
 317+ 'confirmaccount-none2' => 'Momentan gibt es keine kürzlich abgelehnten Benutzeranträge.',
318318 'confirmaccount-badid' => 'Momentan gibt es keinen Benutzerantrag zur angegebenen ID. Möglicherweise wurde er bereits bearbeitet.',
319319 'confirmaccount-back' => 'Liste der offenen Anträge ansehen',
320320 'confirmaccount-back2' => 'Liste der kürzlich abgelehnten Anträge ansehen',
@@ -324,12 +324,12 @@
325325 'confirmaccount-urls' => 'Liste der Webseiten:',
326326 'confirmaccount-nourls' => '(Nichts angegeben)',
327327 'confirmaccount-review' => 'Bestätigen/Ablehnen',
328 - 'confirmacount-confirm' => 'Benutze die folgende Auswahl, um den Antrag zu akzeptieren oder abzulehnen.',
 328+ 'confirmaccount-confirm' => 'Benutze die folgende Auswahl, um den Antrag zu akzeptieren oder abzulehnen.',
329329 'confirmaccount-econf' => '(bestätigt)',
330 - 'confirmacount-create' => 'Bestätigen (Konto anlegen)',
331 - 'confirmacount-deny' => 'Ablehnen (Antrag löschen)',
 330+ 'confirmaccount-create' => 'Bestätigen (Konto anlegen)',
 331+ 'confirmaccount-deny' => 'Ablehnen (Antrag löschen)',
332332 'requestaccount-reason' => 'Kommentar (wird in die Mail an den Antragsteller eingefügt):',
333 - 'confirmacount-submit' => 'Abschicken',
 333+ 'confirmaccount-submit' => 'Abschicken',
334334 'confirmaccount-acc' => 'Benutzerantrag erfolgreich bestätigt; Benutzer [[{{ns:User}}:$1]] wurde angelegt.',
335335 'confirmaccount-rej' => 'Benutzerantrag wurde abgelehnt.',
336336 'confirmaccount-summary' => 'Erzeuge Benutzerseite mit der Biographie des neuen Benutzers.',
@@ -435,14 +435,14 @@
436436
437437 # Confirm account page
438438 'confirmaccounts' => 'Demande de confirmation de comptes',
439 - 'confirmacount-list' => 'Voici, ci-dessous, la liste des comptes en attente d’approbation.
 439+ 'confirmaccount-list' => 'Voici, ci-dessous, la liste des comptes en attente d’approbation.
440440 Les comptes acceptés seront créés et retirés de cette liste. Les comptes rejetés seront tout simplement supprimé de cette même liste.',
441 - 'confirmacount-list2' => 'Voir la liste des comptes récemment rejetés lesquels seront supprimés automatiquement après quelques jours. Ils peuvent encore être approuvés, aussi vous pouvez consulter les rejets avant de le faire.',
442 - 'confirmacount-text' => 'Voici une demande en cours pour un compte utilisateur sur \'\'\'{{SITENAME}}\'\'\'. Attention, vérifier et, si nécessaire, confirmez toutes les information ci-dessous. Notez que vous pouvez choisir de créer un compte sous un autre nom. Faites ceci uniquement pour éviter des conflits avec d’autres noms.
 441+ 'confirmaccount-list2' => 'Voir la liste des comptes récemment rejetés lesquels seront supprimés automatiquement après quelques jours. Ils peuvent encore être approuvés, aussi vous pouvez consulter les rejets avant de le faire.',
 442+ 'confirmaccount-text' => 'Voici une demande en cours pour un compte utilisateur sur \'\'\'{{SITENAME}}\'\'\'. Attention, vérifier et, si nécessaire, confirmez toutes les information ci-dessous. Notez que vous pouvez choisir de créer un compte sous un autre nom. Faites ceci uniquement pour éviter des conflits avec d’autres noms.
443443
444444 Si vous quittez cette page sans confirmer ou rejeter cette demande, elle sera toujours mise en attente.',
445 - 'confirmacount-none' => 'Il n’a pas actuellement de demande d’approbation en cours.',
446 - 'confirmacount-none2' => 'Il n’y a pas actuellement de rejet de demande de comptes.',
 445+ 'confirmaccount-none' => 'Il n’a pas actuellement de demande d’approbation en cours.',
 446+ 'confirmaccount-none2' => 'Il n’y a pas actuellement de rejet de demande de comptes.',
447447 'confirmaccount-badid' => 'Il n’y a aucune demande en cours correspondant à l’ID indiquée. Il est possible qu‘il ait subi une maintenance.',
448448 'confirmaccount-back' => 'Voir la liste des demandes en cours',
449449 'confirmaccount-back2' => 'Voir la liste des comptes rejetés récemment.',
@@ -453,13 +453,13 @@
454454 'confirmaccount-urls' => 'Liste des site web :',
455455 'confirmaccount-nourls' => '(Aucun site)',
456456 'confirmaccount-review' => 'Approbation/Rejet',
457 - 'confirmacount-confirm' => 'Utilisez les boutons ci-dessous pour accepter ou rejeter la demande.',
 457+ 'confirmaccount-confirm' => 'Utilisez les boutons ci-dessous pour accepter ou rejeter la demande.',
458458 'confirmaccount-econf' => '(confirmé)',
459459 'confirmaccount-reject' => '(rejeté par [[User:$1|$1]] le $2)',
460 - 'confirmacount-create' => 'Approbation (crée le compte)',
461 - 'confirmacount-deny' => 'Rejet (supprime le compte)',
 460+ 'confirmaccount-create' => 'Approbation (crée le compte)',
 461+ 'confirmaccount-deny' => 'Rejet (supprime le compte)',
462462 'requestaccount-reason' => 'Commentaire (figurera dans le courriel) :',
463 - 'confirmacount-submit' => 'Confirmation',
 463+ 'confirmaccount-submit' => 'Confirmation',
464464 'confirmaccount-acc' => 'La demande de compte a été confirmée avec succès ; création du nouvel utilisateur [[User:$1]].',
465465 'confirmaccount-rej' => 'La demande a été rejetée avec succès.',
466466 'confirmaccount-summary' => 'Création de la page utilisateur avec sa biographie.',
@@ -539,13 +539,13 @@
540540 'acct_request_throttle_hit' => 'Sy hižo $1 wužiwarskich kontow požadał, njemóžeš sej we wokomiku dalše konta žadać.',
541541 'requestaccount-loginnotice' => 'Zo by wužiwarske konto dóstał, dyrbiš wo nje \'\'\'[[{{ns:special}}:RequestAccount|prosyć]]\'\'\'.',
542542 'confirmaccounts' => 'Kontowe požadanja potwjerdźić',
543 - 'confirmacount-list' => 'Deleka je lisćina wužiwarskich požadanjow, kotrež čakaja na přizwolenje. Potwjerdźene konta budu so wutworjeć a z lisćiny wotstronjeć. Wotpokazane konta so prosće z lisćiny šmórnu.',
544 - 'confirmacount-list2' => 'Deleka je lisćina tuchwilu wotpokazanych kontowych požadanjow, kotrež hodźa so awtomatisce po někotrych dnjach šmórnyć. Móža so hišće za konta přizwolić, byrnjež ty najprjedy administratora konsultował, kiž je wotpokaza, prjedy hač činiš to.',
545 - 'confirmacount-text' => 'To je njerozsudźene požadanje za wužiwarskim kontom pola \'\'\'{{SITENAME}}\'\'\'. Pruwuj wšě deleka stejace informacije dokładnje a potwjerdź je. Prošu wobkedźbuj, zo móžeš konto, jeli trjeba, pod druhim wužiwarskim mjenom wutworić. Wužij to jenož, zo by kolizije z druhimi mjenami wobešoł.
 543+ 'confirmaccount-list' => 'Deleka je lisćina wužiwarskich požadanjow, kotrež čakaja na přizwolenje. Potwjerdźene konta budu so wutworjeć a z lisćiny wotstronjeć. Wotpokazane konta so prosće z lisćiny šmórnu.',
 544+ 'confirmaccount-list2' => 'Deleka je lisćina tuchwilu wotpokazanych kontowych požadanjow, kotrež hodźa so awtomatisce po někotrych dnjach šmórnyć. Móža so hišće za konta přizwolić, byrnjež ty najprjedy administratora konsultował, kiž je wotpokaza, prjedy hač činiš to.',
 545+ 'confirmaccount-text' => 'To je njerozsudźene požadanje za wužiwarskim kontom pola \'\'\'{{SITENAME}}\'\'\'. Pruwuj wšě deleka stejace informacije dokładnje a potwjerdź je. Prošu wobkedźbuj, zo móžeš konto, jeli trjeba, pod druhim wužiwarskim mjenom wutworić. Wužij to jenož, zo by kolizije z druhimi mjenami wobešoł.
546546
547547 Jeli tutu stronu prosće wopušćeš, bjeztoho zo by konto potwjerdźił abo wotpokazał, budźe požadanje njerozsudźene wostać.',
548 - 'confirmacount-none' => 'Tuchwilu njerozsudźene wužiwarske požadanja njejsu.',
549 - 'confirmacount-none2' => 'Tuchwilu njedawno wotpokazane wužiwarske požadanja njejsu.',
 548+ 'confirmaccount-none' => 'Tuchwilu njerozsudźene wužiwarske požadanja njejsu.',
 549+ 'confirmaccount-none2' => 'Tuchwilu njedawno wotpokazane wužiwarske požadanja njejsu.',
550550 'confirmaccount-badid' => 'Tuchwilu požadane k podatemu ID. Snano bu hižo sčinjene.',
551551 'confirmaccount-back' => 'Lisćinu njerozsudźenych požadanjow wobhladać',
552552 'confirmaccount-back2' => 'Lisćinu njedawno wotpokazanych požadanjow wobhladać',
@@ -556,13 +556,13 @@
557557 'confirmaccount-urls' => 'Lisćina webowych sydłow:',
558558 'confirmaccount-nourls' => '(Ničo podate)',
559559 'confirmaccount-review' => 'Dowolić/Wotpokazać',
560 - 'confirmacount-confirm' => 'Wužij tłóčatka deleka, zo by požadanje akceptował abo wotpokazał.',
 560+ 'confirmaccount-confirm' => 'Wužij tłóčatka deleka, zo by požadanje akceptował abo wotpokazał.',
561561 'confirmaccount-econf' => '(potwjerdźene)',
562562 'confirmaccount-reject' => '(wot [[Wužiwar:$1|$1]] na $2 wotpokazany)',
563 - 'confirmacount-create' => 'Akceptować (Konto wutworić)',
564 - 'confirmacount-deny' => 'Wotpokazać (Požadanje wotstronić)',
 563+ 'confirmaccount-create' => 'Akceptować (Konto wutworić)',
 564+ 'confirmaccount-deny' => 'Wotpokazać (Požadanje wotstronić)',
565565 'requestaccount-reason' => 'Komentar (zasunje so do mejlki)',
566 - 'confirmacount-submit' => 'Potwjerdźić',
 566+ 'confirmaccount-submit' => 'Potwjerdźić',
567567 'confirmaccount-acc' => 'Požadanje za kontom bu wuspěšnje wobkrućene; konto za wužiwarja [[{{ns:User}}:$1]] bu wutworjene.',
568568 'confirmaccount-rej' => 'Požadanje za kontom bu wotpokazane.',
569569 'confirmaccount-summary' => 'Wutworja so wužiwarska strona z biografiju noweho wužiwarja.',
@@ -651,19 +651,19 @@
652652 'acct_request_throttle_hit' => 'Sorry, maar u heeft al $1 gebruikersverzoeken gedaan. U kunt geen nieuwe verzoeken meer uitbrengen.',
653653 'requestaccount-loginnotice' => 'Om een gebruiker te krijgen, moet u \'\'\'[[Special:RequestAccount|een verzoek doen]]\'\'\'.',
654654 'confirmaccounts' => 'Bevestig gebruikersverzoeken',
655 - 'confirmacount-list' => 'Hieronder staan de gebruikersverzoeken die op afhandeling wachten.
 655+ 'confirmaccount-list' => 'Hieronder staan de gebruikersverzoeken die op afhandeling wachten.
656656 Voor goedgekeurde gebruikersverzoeken worden gebruikers aangemaakt en dat verzoek komt niet langer voor in deze lijst.
657657 Afgewezen gebruikersverzoeken worden van de lijst verwijderd.',
658 - 'confirmacount-list2' => 'Hieronder staan recentelijk afgewezen gebruikersverzoeken die die over een aantal dagen
 658+ 'confirmaccount-list2' => 'Hieronder staan recentelijk afgewezen gebruikersverzoeken die die over een aantal dagen
659659 automatisch worden verwijderd. Ze kunnen nog steeds goedgekeurd worden, hoewel het verstandig is voorafgaand contact te
660660 zoeken met de beheerder die het verzoek heeft afgewezen.',
661 - 'confirmacount-text' => 'Dit is een openstaand gebruikersverzoek voor \'\'\'{{SITENAME}}\'\'\'. Beoordeel het
 661+ 'confirmaccount-text' => 'Dit is een openstaand gebruikersverzoek voor \'\'\'{{SITENAME}}\'\'\'. Beoordeel het
662662 alstublieft zorgvuldig en bevestig, als nodig, alle onderstaande informatie. U kunt een gebruiker aanmaken met een andere
663663 naam. Doe dit alleen als er mogelijk verwarring kan optreden met andere gebruikersnamen.
664664
665665 Als u deze pagina verlaat zonder het gebruikersverzoek te bevestigen of af te wijzen, dan blijft het open staan.',
666 - 'confirmacount-none' => 'Er zijn op dit moment geen openstaande gebruikersverzoeken.',
667 - 'confirmacount-none2' => 'Er zijn op het moment geen recent afgewezen gebruikersverzoeken.',
 666+ 'confirmaccount-none' => 'Er zijn op dit moment geen openstaande gebruikersverzoeken.',
 667+ 'confirmaccount-none2' => 'Er zijn op het moment geen recent afgewezen gebruikersverzoeken.',
668668 'confirmaccount-badid' => 'Er is geen openstaand gebruikersverzoeken voor het opgegeven ID. Wellicht is het al afgehandeld.',
669669 'confirmaccount-back' => 'Bekijk openstaande gebruikersverzoeken',
670670 'confirmaccount-back2' => 'Bekijk recent afgewezen verzoeken',
@@ -674,13 +674,13 @@
675675 'confirmaccount-urls' => 'Lijst met websites:',
676676 'confirmaccount-nourls' => '(niet opgegeven)',
677677 'confirmaccount-review' => 'toegelaten/afgewezen',
678 - 'confirmacount-confirm' => 'Gebruik de onderUse the buttons below to accept this request or deny it.',
 678+ 'confirmaccount-confirm' => 'Gebruik de onderUse the buttons below to accept this request or deny it.',
679679 'confirmaccount-econf' => '(bevestigd)',
680680 'confirmaccount-reject' => '(afgewezen door [[User:$1|$1]] op $2)',
681 - 'confirmacount-create' => 'Toelaten (gebruiker aanmaken)',
682 - 'confirmacount-deny' => 'Afwijzen (verwijderen)',
 681+ 'confirmaccount-create' => 'Toelaten (gebruiker aanmaken)',
 682+ 'confirmaccount-deny' => 'Afwijzen (verwijderen)',
683683 'requestaccount-reason' => 'Opmerking (wordt opgenomen in de e-mail):',
684 - 'confirmacount-submit' => 'Bevestigen',
 684+ 'confirmaccount-submit' => 'Bevestigen',
685685 'confirmaccount-acc' => 'Gebruikersverzoek goedgekeurd. De gebruiker [[User:$1]] is aangemaakt.',
686686 'confirmaccount-rej' => 'Gebruikersverzoek afgewezen.',
687687 'confirmaccount-summary' => 'Er wordt een gebruikerspagina gemaakt met de biografie van de nieuwe gebruiker.',
@@ -797,17 +797,17 @@
798798
799799 # Confirm account page
800800 'confirmaccounts' => '確認戶口請求',
801 - 'confirmacount-list' => '下面係等緊批准嘅用戶請求一覽。
 801+ 'confirmaccount-list' => '下面係等緊批准嘅用戶請求一覽。
802802 已經批准嘅戶口將會建立同埋響呢個表度拎走。拒絕咗嘅用戶將會就噉響呢個表度拎走。',
803 - 'confirmacount-list2' => '下面係一個先前拒絕過嘅戶口請求,可能會響幾日之後刪除。
 803+ 'confirmaccount-list2' => '下面係一個先前拒絕過嘅戶口請求,可能會響幾日之後刪除。
804804 佢哋仍舊可以批准去開一個戶口,但係響你做之前請問吓拒絕嘅管理員先。',
805 - 'confirmacount-text' => '呢個係響\'\'\'{{SITENAME}}\'\'\'度等候請求戶口嘅一版。
 805+ 'confirmaccount-text' => '呢個係響\'\'\'{{SITENAME}}\'\'\'度等候請求戶口嘅一版。
806806 請小心去睇過,有需要嘅話,就要確認埋佢下面全部嘅資料。
807807 要留意嘅係你可以用另一個用戶名去開一個戶口。只係同其他嘅名有衝突嗰陣先至去做。
808808
809809 如果你無確認或者拒絕呢個請求,就噉留低呢版嘅話,佢就會維持等候狀態。',
810 - 'confirmacount-none' => '現時無未決定嘅請求。',
811 - 'confirmacount-none2' => '現時無最近拒絕嘅戶口請求。',
 810+ 'confirmaccount-none' => '現時無未決定嘅請求。',
 811+ 'confirmaccount-none2' => '現時無最近拒絕嘅戶口請求。',
812812 'confirmaccount-badid' => '提供嘅ID係無未決定嘅請求。佢可能已經被處理咗。',
813813 'confirmaccount-back' => '去睇未決定嘅戶口一覽',
814814 'confirmaccount-back2' => '去睇先前拒絕咗嘅戶口一覽',
@@ -818,13 +818,13 @@
819819 'confirmaccount-urls' => '網站一覽:',
820820 'confirmaccount-nourls' => '(無提供)',
821821 'confirmaccount-review' => '批准/拒絕',
822 - 'confirmacount-confirm' => '用下面嘅掣去批准或拒絕呢個請求。',
 822+ 'confirmaccount-confirm' => '用下面嘅掣去批准或拒絕呢個請求。',
823823 'confirmaccount-econf' => '(已批准)',
824824 'confirmaccount-reject' => '(響$2被[[User:$1|$1]]拒絕)',
825 - 'confirmacount-create' => '接受 (開戶口)',
826 - 'confirmacount-deny' => '拒絕 (反列示)',
 825+ 'confirmaccount-create' => '接受 (開戶口)',
 826+ 'confirmaccount-deny' => '拒絕 (反列示)',
827827 'requestaccount-reason' => '註解 (會用響封電郵度):',
828 - 'confirmacount-submit' => '確認',
 828+ 'confirmaccount-submit' => '確認',
829829 'confirmaccount-acc' => '戶口請求已經成功噉確認;開咗一個新嘅用戶戶口[[User:$1]]。',
830830 'confirmaccount-rej' => '戶口請求已經成功噉拒絕。',
831831 'confirmaccount-summary' => '開緊一個新用戶擁有傳記嘅用戶頁。',
@@ -908,17 +908,17 @@
909909
910910 # Confirm account page
911911 'confirmaccounts' => '确认户口请求',
912 - 'confirmacount-list' => '以下是正在等候批准的用户请求列表。
 912+ 'confirmaccount-list' => '以下是正在等候批准的用户请求列表。
913913 已经批准的账户将会创建以及在这个列表中移除。已拒绝的用户将只会在这个表中移除。',
914 - 'confirmacount-list2' => '以下是一个先前拒绝过的帐口请求,可能会在数日后删除。
 914+ 'confirmaccount-list2' => '以下是一个先前拒绝过的帐口请求,可能会在数日后删除。
915915 它们仍旧可以批准创建一个账户,但是在您作之前请先问拒绝该账户的管理员。',
916 - 'confirmacount-text' => '这个是在\'\'\'{{SITENAME}}\'\'\'中等候请求账户的页面。
 916+ 'confirmaccount-text' => '这个是在\'\'\'{{SITENAME}}\'\'\'中等候请求账户的页面。
917917 请小心阅读,有需要的话,就要同时确认它下面的全部资料。
918918 要留意的是您可以用另一个用户名字去创建一个账户。只有其他的名字有冲突时才需要去作。
919919
920920 如果你无确认或者拒绝这个请求,只留下这页面的话,它便会维持等候状态。',
921 - 'confirmacount-none' => '现时没有未决定的请求。',
922 - 'confirmacount-none2' => '现时没有最近拒绝的账户请求。',
 921+ 'confirmaccount-none' => '现时没有未决定的请求。',
 922+ 'confirmaccount-none2' => '现时没有最近拒绝的账户请求。',
923923 'confirmaccount-badid' => '提供的ID是没有未决定的请求。它可能已经被处理。',
924924 'confirmaccount-back' => '查看未决定的账户列表',
925925 'confirmaccount-back2' => '查看先前拒绝过的账户列表',
@@ -929,13 +929,13 @@
930930 'confirmaccount-urls' => '网站列表:',
931931 'confirmaccount-nourls' => '(没有提供)',
932932 'confirmaccount-review' => '批准/拒绝',
933 - 'confirmacount-confirm' => '用以下的按钮去批准或拒绝这个请求。',
 933+ 'confirmaccount-confirm' => '用以下的按钮去批准或拒绝这个请求。',
934934 'confirmaccount-econf' => '(已批准)',
935935 'confirmaccount-reject' => '(于$2被[[User:$1|$1]]拒绝)',
936 - 'confirmacount-create' => '接受 (创建账户)',
937 - 'confirmacount-deny' => '拒绝 (反列示)',
 936+ 'confirmaccount-create' => '接受 (创建账户)',
 937+ 'confirmaccount-deny' => '拒绝 (反列示)',
938938 'requestaccount-reason' => '注解 (在电邮中使用):',
939 - 'confirmacount-submit' => '确认',
 939+ 'confirmaccount-submit' => '确认',
940940 'confirmaccount-acc' => '账户请求已经成功确认;已经创建一个新的用户帐号[[User:$1]]。',
941941 'confirmaccount-rej' => '账户请求已经成功拒绝。',
942942 'confirmaccount-summary' => '正在创建一个新用户拥有传记的用户页面。',
@@ -1019,17 +1019,17 @@
10201020
10211021 # Confirm account page
10221022 'confirmaccounts' => '確認戶口請求',
1023 - 'confirmacount-list' => '以下是正在等候批准的用戶請求列表。
 1023+ 'confirmaccount-list' => '以下是正在等候批准的用戶請求列表。
10241024 已經批准的帳戶將會創建以及在這個列表中移除。已拒絕的用戶將只會在這個表中移除。',
1025 - 'confirmacount-list2' => '以下是一個先前拒絕過的帳口請求,可能會在數日後刪除。
 1025+ 'confirmaccount-list2' => '以下是一個先前拒絕過的帳口請求,可能會在數日後刪除。
10261026 它們仍舊可以批准創建一個帳戶,但是在您作之前請先問拒絕該帳戶的管理員。',
1027 - 'confirmacount-text' => '這個是在\'\'\'{{SITENAME}}\'\'\'中等候請求帳戶的頁面。
 1027+ 'confirmaccount-text' => '這個是在\'\'\'{{SITENAME}}\'\'\'中等候請求帳戶的頁面。
10281028 請小心閱讀,有需要的話,就要同時確認它下面的全部資料。
10291029 要留意的是您可以用另一個用戶名字去創建一個帳戶。只有其他的名字有衝突時才需要去作。
10301030
10311031 如果你無確認或者拒絕這個請求,只留下這頁面的話,它便會維持等候狀態。',
1032 - 'confirmacount-none' => '現時沒有未決定的請求。',
1033 - 'confirmacount-none2' => '現時沒有最近拒絕的帳戶請求。',
 1032+ 'confirmaccount-none' => '現時沒有未決定的請求。',
 1033+ 'confirmaccount-none2' => '現時沒有最近拒絕的帳戶請求。',
10341034 'confirmaccount-badid' => '提供的ID是沒有未決定的請求。它可能已經被處理。',
10351035 'confirmaccount-back' => '檢視未決定的帳戶列表',
10361036 'confirmaccount-back2' => '檢視先前拒絕過的帳戶列表',
@@ -1040,13 +1040,13 @@
10411041 'confirmaccount-urls' => '網站列表:',
10421042 'confirmaccount-nourls' => '(沒有提供)',
10431043 'confirmaccount-review' => '批准/拒絕',
1044 - 'confirmacount-confirm' => '用以下的按鈕去批准或拒絕這個請求。',
 1044+ 'confirmaccount-confirm' => '用以下的按鈕去批准或拒絕這個請求。',
10451045 'confirmaccount-econf' => '(已批准)',
10461046 'confirmaccount-reject' => '(於$2被[[User:$1|$1]]拒絕)',
1047 - 'confirmacount-create' => '接受 (創建帳戶)',
1048 - 'confirmacount-deny' => '拒絕 (反列示)',
 1047+ 'confirmaccount-create' => '接受 (創建帳戶)',
 1048+ 'confirmaccount-deny' => '拒絕 (反列示)',
10491049 'requestaccount-reason' => '註解 (在電郵中使用):',
1050 - 'confirmacount-submit' => '確認',
 1050+ 'confirmaccount-submit' => '確認',
10511051 'confirmaccount-acc' => '帳戶請求已經成功確認;已經創建一個新的用戶帳號[[User:$1]]。',
10521052 'confirmaccount-rej' => '帳戶請求已經成功拒絕。',
10531053 'confirmaccount-summary' => '正在創建一個新用戶擁有傳記的用戶頁面。',
Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php
@@ -50,7 +50,7 @@
5151 function efAddRequestLoginText( &$template ) {
5252 efLoadConfirmAccountsMessages();
5353
54 - $template->set( 'header', wfMsgExt('requestacount-loginnotice', array('parse') ) );
 54+ $template->set( 'header', wfMsgExt('requestaccount-loginnotice', array('parse') ) );
5555
5656 return true;
5757 }

Status & tagging log