Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -543,7 +543,7 @@ |
544 | 544 | } |
545 | 545 | $wgOut->setSubtitle( '<p>'.$listLink.'</p>' ); |
546 | 546 | |
547 | | - $wgOut->addWikiText( wfMsg( "confirmacount-text" ) ); |
| 547 | + $wgOut->addWikiText( wfMsg( "confirmaccount-text" ) ); |
548 | 548 | |
549 | 549 | $action = $wgTitle->escapeLocalUrl( 'action=submit' ); |
550 | 550 | $form = "<form name='accountconfirm' action='$action' method='post'><fieldset>"; |
— | — | @@ -579,17 +579,17 @@ |
580 | 580 | $form .= "<p>".$this->parseLinks($row->acr_urls)."</p>"; |
581 | 581 | $form .= '</fieldset>'; |
582 | 582 | |
583 | | - $form .= "<p>".wfMsgExt( 'confirmacount-confirm', array('parse') )."</p>\n"; |
| 583 | + $form .= "<p>".wfMsgExt( 'confirmaccount-confirm', array('parse') )."</p>\n"; |
584 | 584 | $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"; |
586 | 586 | $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"; |
588 | 588 | |
589 | 589 | $form .= "<p>".wfMsgHtml('requestaccount-reason')."</p>\n"; |
590 | 590 | $form .= "<p><textarea tabindex='1' name='wpReason' id='wpReason' rows='3' cols='80' style='width:80%'>" . |
591 | 591 | htmlspecialchars($this->reason) . |
592 | 592 | "</textarea></p>"; |
593 | | - $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmacount-submit') )."</p>\n"; |
| 593 | + $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmaccount-submit') )."</p>\n"; |
594 | 594 | |
595 | 595 | $form .= Xml::hidden( 'title', $wgTitle->getPrefixedText() )."\n"; |
596 | 596 | $form .= Xml::hidden( 'action', 'reject' ); |
— | — | @@ -675,17 +675,17 @@ |
676 | 676 | $pager = new ConfirmAccountsPager( $this, array(), $this->showRejects ); |
677 | 677 | if ( $pager->getNumRows() ) { |
678 | 678 | if( $this->showRejects ) |
679 | | - $wgOut->addHTML( wfMsgExt('confirmacount-list2', array('parse') ) ); |
| 679 | + $wgOut->addHTML( wfMsgExt('confirmaccount-list2', array('parse') ) ); |
680 | 680 | else |
681 | | - $wgOut->addHTML( wfMsgExt('confirmacount-list', array('parse') ) ); |
| 681 | + $wgOut->addHTML( wfMsgExt('confirmaccount-list', array('parse') ) ); |
682 | 682 | $wgOut->addHTML( $pager->getNavigationBar() ); |
683 | 683 | $wgOut->addHTML( "<ul>" . $pager->getBody() . "</ul>" ); |
684 | 684 | $wgOut->addHTML( $pager->getNavigationBar() ); |
685 | 685 | } else { |
686 | 686 | if( $this->showRejects ) |
687 | | - $wgOut->addHTML( wfMsgExt('confirmacount-none2', array('parse')) ); |
| 687 | + $wgOut->addHTML( wfMsgExt('confirmaccount-none2', array('parse')) ); |
688 | 688 | else |
689 | | - $wgOut->addHTML( wfMsgExt('confirmacount-none', array('parse')) ); |
| 689 | + $wgOut->addHTML( wfMsgExt('confirmaccount-none', array('parse')) ); |
690 | 690 | } |
691 | 691 | } |
692 | 692 | |
Index: trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php |
— | — | @@ -59,19 +59,19 @@ |
60 | 60 | |
61 | 61 | # Confirm account page |
62 | 62 | '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. |
64 | 64 | Approved accounts will be created and removed from this list. Rejected accounts will simply be deleted from this |
65 | 65 | 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 |
67 | 67 | once several days old. They can still be approved into accounts, though you may want to first consult the rejecting |
68 | 68 | 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 |
70 | 70 | review and if needed, confirm, all the below information. Note that you can choose to create the account under a |
71 | 71 | different username. Use this only to avoid collisions with other names. |
72 | 72 | |
73 | 73 | 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.', |
76 | 76 | 'confirmaccount-badid' => 'There is no pending request corresponding to the given ID. It may have already been handled.', |
77 | 77 | 'confirmaccount-back' => 'View pending account list', |
78 | 78 | 'confirmaccount-back2' => 'View recently rejected account list', |
— | — | @@ -82,13 +82,13 @@ |
83 | 83 | 'confirmaccount-urls' => 'List of websites:', |
84 | 84 | 'confirmaccount-nourls' => '(None provided)', |
85 | 85 | '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.', |
87 | 87 | 'confirmaccount-econf' => '(confirmed)', |
88 | 88 | '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)', |
91 | 91 | 'requestaccount-reason' => 'Comment (will be included in email):', |
92 | | - 'confirmacount-submit' => 'Confirm', |
| 92 | + 'confirmaccount-submit' => 'Confirm', |
93 | 93 | 'confirmaccount-acc' => 'Account request confirmed successfully; created new user account [[User:$1]].', |
94 | 94 | 'confirmaccount-rej' => 'Account request rejected successfully.', |
95 | 95 | 'confirmaccount-summary' => 'Creating user page with biography of new user.', |
— | — | @@ -171,19 +171,19 @@ |
172 | 172 | 'acct_request_throttle_hit' => 'عذرا، لقد طلبت بالفعل $1 حساب. لا يمكنك عمل المزيد من الطلبات.', |
173 | 173 | 'requestaccount-loginnotice' => 'للحصول على حساب، يجب عليك \'\'\'[[Special:RequestAccount|طلب واحد]]\'\'\'.', |
174 | 174 | 'confirmaccounts' => 'تأكيد طلبات الحسابات', |
175 | | - 'confirmacount-list' => 'بالأسفل قائمة بطلبات الحسابات قيد الانتظار. |
| 175 | + 'confirmaccount-list' => 'بالأسفل قائمة بطلبات الحسابات قيد الانتظار. |
176 | 176 | الحسابات التي تمت الموافقة عليها سيتم إنشاؤها و إزالتها من هذه القائمة. الحسابات المرفوضة سيتم ببساطة حذفها من هذه |
177 | 177 | القائمة.', |
178 | | - 'confirmacount-list2' => 'بالأسفل قائمة بطلبات الحسابات المرفوضة حديثا و التي ربما يتم حذفها تلقائيا |
| 178 | + 'confirmaccount-list2' => 'بالأسفل قائمة بطلبات الحسابات المرفوضة حديثا و التي ربما يتم حذفها تلقائيا |
179 | 179 | عندما يكون عمرها عدة أيام. مازال بالإمكان الموافقة عليهم كحسابات، و لكنك ربما ترغب في استشارة الإداري الرافض |
180 | 180 | قبل فعل هذا.', |
181 | | - 'confirmacount-text' => 'هذا طلب حساب قيد الانتظار في \'\'\'{{SITENAME}}\'\'\'. |
| 181 | + 'confirmaccount-text' => 'هذا طلب حساب قيد الانتظار في \'\'\'{{SITENAME}}\'\'\'. |
182 | 182 | راجعه بحرص و لو دعت الحاجة, أكد, كل المعلومات بالأسفل. لاحظ أنه يمكنك اختيار إنشاء الحساب باسم مستخدم آخر |
183 | 183 | . استخدم هذا فقط لتجنب الاصطدامات مع الأسماء الأخرى. |
184 | 184 | |
185 | 185 | لو تركت ببساطة هذه الصفحة بدون تأكيد أو رفض الحساب, سيبقى قيد الانتظار.', |
186 | | - 'confirmacount-none' => 'لا توجد حاليا طلبات حساب قيد الانتظار.', |
187 | | - 'confirmacount-none2' => 'لا توجد حاليا طلبات حسابات مرفوضة حديثا.', |
| 186 | + 'confirmaccount-none' => 'لا توجد حاليا طلبات حساب قيد الانتظار.', |
| 187 | + 'confirmaccount-none2' => 'لا توجد حاليا طلبات حسابات مرفوضة حديثا.', |
188 | 188 | 'confirmaccount-badid' => 'لا يوجد طلب قيد الانتظار يوافق الرقم المعطى. ربما يكون قد تمت معالجته.', |
189 | 189 | 'confirmaccount-back' => 'عرض قائمة الحسابات قيد الانتظار', |
190 | 190 | 'confirmaccount-back2' => 'عرض قائمة الحسابات المرفوضة حديثا', |
— | — | @@ -194,13 +194,13 @@ |
195 | 195 | 'confirmaccount-urls' => 'قائمة مواقع الويب:', |
196 | 196 | 'confirmaccount-nourls' => '(لا شيء معطى)', |
197 | 197 | 'confirmaccount-review' => 'قبول/رفض', |
198 | | - 'confirmacount-confirm' => 'استخدم الأزرار بالأسفل لقبول هذا الطلب أو رفضه.', |
| 198 | + 'confirmaccount-confirm' => 'استخدم الأزرار بالأسفل لقبول هذا الطلب أو رفضه.', |
199 | 199 | 'confirmaccount-econf' => '(تم تأكيده)', |
200 | 200 | 'confirmaccount-reject' => '(تم رفضه بواسطته [[User:$1|$1]] في $2)', |
201 | | - 'confirmacount-create' => 'قبول (إنشاب الحساب)', |
202 | | - 'confirmacount-deny' => 'رفض (إزالة من القائمة)', |
| 201 | + 'confirmaccount-create' => 'قبول (إنشاب الحساب)', |
| 202 | + 'confirmaccount-deny' => 'رفض (إزالة من القائمة)', |
203 | 203 | 'requestaccount-reason' => 'تعليق (سيضمن في البريد الإلكتروني):', |
204 | | - 'confirmacount-submit' => 'تأكيد', |
| 204 | + 'confirmaccount-submit' => 'تأكيد', |
205 | 205 | 'confirmaccount-acc' => 'طلب الحساب تم تأكيده بنجاح؛ أنشأ حسابا جديدا [[User:$1]].', |
206 | 206 | 'confirmaccount-rej' => 'طلب الحساب تم رفضه بنجاح.', |
207 | 207 | 'confirmaccount-summary' => 'إنشاء صفحة المستخدم مع سيرة المستخدم الجديد.', |
— | — | @@ -243,7 +243,7 @@ |
244 | 244 | 'requestaccount-real' => 'Totoong pangaran:', |
245 | 245 | 'requestaccount-same' => '(pareho sa totoong pangaran)', |
246 | 246 | 'confirmaccount-real' => 'Pangaran', |
247 | | - 'confirmacount-submit' => 'Kompermaron', |
| 247 | + 'confirmaccount-submit' => 'Kompermaron', |
248 | 248 | 'confirmaccount-wsum' => 'Dagos!', |
249 | 249 | ); |
250 | 250 | |
— | — | @@ -305,15 +305,15 @@ |
306 | 306 | |
307 | 307 | # Confirm account page |
308 | 308 | '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. |
310 | 310 | 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 |
312 | 312 | stehenden Informationen gründlich und bestätige die Informationen wenn möglich. Bitte beachte, dass du den Zugang bei Bedarf unter |
313 | 313 | einem anderen Benutzernamen anlegen kannst. Du solltest dies nur nutzen, um Kollisionen mit anderen Namen zu vermeiden. |
314 | 314 | |
315 | 315 | 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.', |
318 | 318 | 'confirmaccount-badid' => 'Momentan gibt es keinen Benutzerantrag zur angegebenen ID. Möglicherweise wurde er bereits bearbeitet.', |
319 | 319 | 'confirmaccount-back' => 'Liste der offenen Anträge ansehen', |
320 | 320 | 'confirmaccount-back2' => 'Liste der kürzlich abgelehnten Anträge ansehen', |
— | — | @@ -324,12 +324,12 @@ |
325 | 325 | 'confirmaccount-urls' => 'Liste der Webseiten:', |
326 | 326 | 'confirmaccount-nourls' => '(Nichts angegeben)', |
327 | 327 | '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.', |
329 | 329 | '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)', |
332 | 332 | 'requestaccount-reason' => 'Kommentar (wird in die Mail an den Antragsteller eingefügt):', |
333 | | - 'confirmacount-submit' => 'Abschicken', |
| 333 | + 'confirmaccount-submit' => 'Abschicken', |
334 | 334 | 'confirmaccount-acc' => 'Benutzerantrag erfolgreich bestätigt; Benutzer [[{{ns:User}}:$1]] wurde angelegt.', |
335 | 335 | 'confirmaccount-rej' => 'Benutzerantrag wurde abgelehnt.', |
336 | 336 | 'confirmaccount-summary' => 'Erzeuge Benutzerseite mit der Biographie des neuen Benutzers.', |
— | — | @@ -435,14 +435,14 @@ |
436 | 436 | |
437 | 437 | # Confirm account page |
438 | 438 | '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. |
440 | 440 | 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. |
443 | 443 | |
444 | 444 | 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.', |
447 | 447 | 'confirmaccount-badid' => 'Il n’y a aucune demande en cours correspondant à l’ID indiquée. Il est possible qu‘il ait subi une maintenance.', |
448 | 448 | 'confirmaccount-back' => 'Voir la liste des demandes en cours', |
449 | 449 | 'confirmaccount-back2' => 'Voir la liste des comptes rejetés récemment.', |
— | — | @@ -453,13 +453,13 @@ |
454 | 454 | 'confirmaccount-urls' => 'Liste des site web :', |
455 | 455 | 'confirmaccount-nourls' => '(Aucun site)', |
456 | 456 | '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.', |
458 | 458 | 'confirmaccount-econf' => '(confirmé)', |
459 | 459 | '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)', |
462 | 462 | 'requestaccount-reason' => 'Commentaire (figurera dans le courriel) :', |
463 | | - 'confirmacount-submit' => 'Confirmation', |
| 463 | + 'confirmaccount-submit' => 'Confirmation', |
464 | 464 | 'confirmaccount-acc' => 'La demande de compte a été confirmée avec succès ; création du nouvel utilisateur [[User:$1]].', |
465 | 465 | 'confirmaccount-rej' => 'La demande a été rejetée avec succès.', |
466 | 466 | 'confirmaccount-summary' => 'Création de la page utilisateur avec sa biographie.', |
— | — | @@ -539,13 +539,13 @@ |
540 | 540 | 'acct_request_throttle_hit' => 'Sy hižo $1 wužiwarskich kontow požadał, njemóžeš sej we wokomiku dalše konta žadać.', |
541 | 541 | 'requestaccount-loginnotice' => 'Zo by wužiwarske konto dóstał, dyrbiš wo nje \'\'\'[[{{ns:special}}:RequestAccount|prosyć]]\'\'\'.', |
542 | 542 | '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ł. |
546 | 546 | |
547 | 547 | 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.', |
550 | 550 | 'confirmaccount-badid' => 'Tuchwilu požadane k podatemu ID. Snano bu hižo sčinjene.', |
551 | 551 | 'confirmaccount-back' => 'Lisćinu njerozsudźenych požadanjow wobhladać', |
552 | 552 | 'confirmaccount-back2' => 'Lisćinu njedawno wotpokazanych požadanjow wobhladać', |
— | — | @@ -556,13 +556,13 @@ |
557 | 557 | 'confirmaccount-urls' => 'Lisćina webowych sydłow:', |
558 | 558 | 'confirmaccount-nourls' => '(Ničo podate)', |
559 | 559 | '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ł.', |
561 | 561 | 'confirmaccount-econf' => '(potwjerdźene)', |
562 | 562 | '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ć)', |
565 | 565 | 'requestaccount-reason' => 'Komentar (zasunje so do mejlki)', |
566 | | - 'confirmacount-submit' => 'Potwjerdźić', |
| 566 | + 'confirmaccount-submit' => 'Potwjerdźić', |
567 | 567 | 'confirmaccount-acc' => 'Požadanje za kontom bu wuspěšnje wobkrućene; konto za wužiwarja [[{{ns:User}}:$1]] bu wutworjene.', |
568 | 568 | 'confirmaccount-rej' => 'Požadanje za kontom bu wotpokazane.', |
569 | 569 | 'confirmaccount-summary' => 'Wutworja so wužiwarska strona z biografiju noweho wužiwarja.', |
— | — | @@ -651,19 +651,19 @@ |
652 | 652 | 'acct_request_throttle_hit' => 'Sorry, maar u heeft al $1 gebruikersverzoeken gedaan. U kunt geen nieuwe verzoeken meer uitbrengen.', |
653 | 653 | 'requestaccount-loginnotice' => 'Om een gebruiker te krijgen, moet u \'\'\'[[Special:RequestAccount|een verzoek doen]]\'\'\'.', |
654 | 654 | '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. |
656 | 656 | Voor goedgekeurde gebruikersverzoeken worden gebruikers aangemaakt en dat verzoek komt niet langer voor in deze lijst. |
657 | 657 | 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 |
659 | 659 | automatisch worden verwijderd. Ze kunnen nog steeds goedgekeurd worden, hoewel het verstandig is voorafgaand contact te |
660 | 660 | 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 |
662 | 662 | alstublieft zorgvuldig en bevestig, als nodig, alle onderstaande informatie. U kunt een gebruiker aanmaken met een andere |
663 | 663 | naam. Doe dit alleen als er mogelijk verwarring kan optreden met andere gebruikersnamen. |
664 | 664 | |
665 | 665 | 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.', |
668 | 668 | 'confirmaccount-badid' => 'Er is geen openstaand gebruikersverzoeken voor het opgegeven ID. Wellicht is het al afgehandeld.', |
669 | 669 | 'confirmaccount-back' => 'Bekijk openstaande gebruikersverzoeken', |
670 | 670 | 'confirmaccount-back2' => 'Bekijk recent afgewezen verzoeken', |
— | — | @@ -674,13 +674,13 @@ |
675 | 675 | 'confirmaccount-urls' => 'Lijst met websites:', |
676 | 676 | 'confirmaccount-nourls' => '(niet opgegeven)', |
677 | 677 | '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.', |
679 | 679 | 'confirmaccount-econf' => '(bevestigd)', |
680 | 680 | '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)', |
683 | 683 | 'requestaccount-reason' => 'Opmerking (wordt opgenomen in de e-mail):', |
684 | | - 'confirmacount-submit' => 'Bevestigen', |
| 684 | + 'confirmaccount-submit' => 'Bevestigen', |
685 | 685 | 'confirmaccount-acc' => 'Gebruikersverzoek goedgekeurd. De gebruiker [[User:$1]] is aangemaakt.', |
686 | 686 | 'confirmaccount-rej' => 'Gebruikersverzoek afgewezen.', |
687 | 687 | 'confirmaccount-summary' => 'Er wordt een gebruikerspagina gemaakt met de biografie van de nieuwe gebruiker.', |
— | — | @@ -797,17 +797,17 @@ |
798 | 798 | |
799 | 799 | # Confirm account page |
800 | 800 | 'confirmaccounts' => '確認戶口請求', |
801 | | - 'confirmacount-list' => '下面係等緊批准嘅用戶請求一覽。 |
| 801 | + 'confirmaccount-list' => '下面係等緊批准嘅用戶請求一覽。 |
802 | 802 | 已經批准嘅戶口將會建立同埋響呢個表度拎走。拒絕咗嘅用戶將會就噉響呢個表度拎走。', |
803 | | - 'confirmacount-list2' => '下面係一個先前拒絕過嘅戶口請求,可能會響幾日之後刪除。 |
| 803 | + 'confirmaccount-list2' => '下面係一個先前拒絕過嘅戶口請求,可能會響幾日之後刪除。 |
804 | 804 | 佢哋仍舊可以批准去開一個戶口,但係響你做之前請問吓拒絕嘅管理員先。', |
805 | | - 'confirmacount-text' => '呢個係響\'\'\'{{SITENAME}}\'\'\'度等候請求戶口嘅一版。 |
| 805 | + 'confirmaccount-text' => '呢個係響\'\'\'{{SITENAME}}\'\'\'度等候請求戶口嘅一版。 |
806 | 806 | 請小心去睇過,有需要嘅話,就要確認埋佢下面全部嘅資料。 |
807 | 807 | 要留意嘅係你可以用另一個用戶名去開一個戶口。只係同其他嘅名有衝突嗰陣先至去做。 |
808 | 808 | |
809 | 809 | 如果你無確認或者拒絕呢個請求,就噉留低呢版嘅話,佢就會維持等候狀態。', |
810 | | - 'confirmacount-none' => '現時無未決定嘅請求。', |
811 | | - 'confirmacount-none2' => '現時無最近拒絕嘅戶口請求。', |
| 810 | + 'confirmaccount-none' => '現時無未決定嘅請求。', |
| 811 | + 'confirmaccount-none2' => '現時無最近拒絕嘅戶口請求。', |
812 | 812 | 'confirmaccount-badid' => '提供嘅ID係無未決定嘅請求。佢可能已經被處理咗。', |
813 | 813 | 'confirmaccount-back' => '去睇未決定嘅戶口一覽', |
814 | 814 | 'confirmaccount-back2' => '去睇先前拒絕咗嘅戶口一覽', |
— | — | @@ -818,13 +818,13 @@ |
819 | 819 | 'confirmaccount-urls' => '網站一覽:', |
820 | 820 | 'confirmaccount-nourls' => '(無提供)', |
821 | 821 | 'confirmaccount-review' => '批准/拒絕', |
822 | | - 'confirmacount-confirm' => '用下面嘅掣去批准或拒絕呢個請求。', |
| 822 | + 'confirmaccount-confirm' => '用下面嘅掣去批准或拒絕呢個請求。', |
823 | 823 | 'confirmaccount-econf' => '(已批准)', |
824 | 824 | 'confirmaccount-reject' => '(響$2被[[User:$1|$1]]拒絕)', |
825 | | - 'confirmacount-create' => '接受 (開戶口)', |
826 | | - 'confirmacount-deny' => '拒絕 (反列示)', |
| 825 | + 'confirmaccount-create' => '接受 (開戶口)', |
| 826 | + 'confirmaccount-deny' => '拒絕 (反列示)', |
827 | 827 | 'requestaccount-reason' => '註解 (會用響封電郵度):', |
828 | | - 'confirmacount-submit' => '確認', |
| 828 | + 'confirmaccount-submit' => '確認', |
829 | 829 | 'confirmaccount-acc' => '戶口請求已經成功噉確認;開咗一個新嘅用戶戶口[[User:$1]]。', |
830 | 830 | 'confirmaccount-rej' => '戶口請求已經成功噉拒絕。', |
831 | 831 | 'confirmaccount-summary' => '開緊一個新用戶擁有傳記嘅用戶頁。', |
— | — | @@ -908,17 +908,17 @@ |
909 | 909 | |
910 | 910 | # Confirm account page |
911 | 911 | 'confirmaccounts' => '确认户口请求', |
912 | | - 'confirmacount-list' => '以下是正在等候批准的用户请求列表。 |
| 912 | + 'confirmaccount-list' => '以下是正在等候批准的用户请求列表。 |
913 | 913 | 已经批准的账户将会创建以及在这个列表中移除。已拒绝的用户将只会在这个表中移除。', |
914 | | - 'confirmacount-list2' => '以下是一个先前拒绝过的帐口请求,可能会在数日后删除。 |
| 914 | + 'confirmaccount-list2' => '以下是一个先前拒绝过的帐口请求,可能会在数日后删除。 |
915 | 915 | 它们仍旧可以批准创建一个账户,但是在您作之前请先问拒绝该账户的管理员。', |
916 | | - 'confirmacount-text' => '这个是在\'\'\'{{SITENAME}}\'\'\'中等候请求账户的页面。 |
| 916 | + 'confirmaccount-text' => '这个是在\'\'\'{{SITENAME}}\'\'\'中等候请求账户的页面。 |
917 | 917 | 请小心阅读,有需要的话,就要同时确认它下面的全部资料。 |
918 | 918 | 要留意的是您可以用另一个用户名字去创建一个账户。只有其他的名字有冲突时才需要去作。 |
919 | 919 | |
920 | 920 | 如果你无确认或者拒绝这个请求,只留下这页面的话,它便会维持等候状态。', |
921 | | - 'confirmacount-none' => '现时没有未决定的请求。', |
922 | | - 'confirmacount-none2' => '现时没有最近拒绝的账户请求。', |
| 921 | + 'confirmaccount-none' => '现时没有未决定的请求。', |
| 922 | + 'confirmaccount-none2' => '现时没有最近拒绝的账户请求。', |
923 | 923 | 'confirmaccount-badid' => '提供的ID是没有未决定的请求。它可能已经被处理。', |
924 | 924 | 'confirmaccount-back' => '查看未决定的账户列表', |
925 | 925 | 'confirmaccount-back2' => '查看先前拒绝过的账户列表', |
— | — | @@ -929,13 +929,13 @@ |
930 | 930 | 'confirmaccount-urls' => '网站列表:', |
931 | 931 | 'confirmaccount-nourls' => '(没有提供)', |
932 | 932 | 'confirmaccount-review' => '批准/拒绝', |
933 | | - 'confirmacount-confirm' => '用以下的按钮去批准或拒绝这个请求。', |
| 933 | + 'confirmaccount-confirm' => '用以下的按钮去批准或拒绝这个请求。', |
934 | 934 | 'confirmaccount-econf' => '(已批准)', |
935 | 935 | 'confirmaccount-reject' => '(于$2被[[User:$1|$1]]拒绝)', |
936 | | - 'confirmacount-create' => '接受 (创建账户)', |
937 | | - 'confirmacount-deny' => '拒绝 (反列示)', |
| 936 | + 'confirmaccount-create' => '接受 (创建账户)', |
| 937 | + 'confirmaccount-deny' => '拒绝 (反列示)', |
938 | 938 | 'requestaccount-reason' => '注解 (在电邮中使用):', |
939 | | - 'confirmacount-submit' => '确认', |
| 939 | + 'confirmaccount-submit' => '确认', |
940 | 940 | 'confirmaccount-acc' => '账户请求已经成功确认;已经创建一个新的用户帐号[[User:$1]]。', |
941 | 941 | 'confirmaccount-rej' => '账户请求已经成功拒绝。', |
942 | 942 | 'confirmaccount-summary' => '正在创建一个新用户拥有传记的用户页面。', |
— | — | @@ -1019,17 +1019,17 @@ |
1020 | 1020 | |
1021 | 1021 | # Confirm account page |
1022 | 1022 | 'confirmaccounts' => '確認戶口請求', |
1023 | | - 'confirmacount-list' => '以下是正在等候批准的用戶請求列表。 |
| 1023 | + 'confirmaccount-list' => '以下是正在等候批准的用戶請求列表。 |
1024 | 1024 | 已經批准的帳戶將會創建以及在這個列表中移除。已拒絕的用戶將只會在這個表中移除。', |
1025 | | - 'confirmacount-list2' => '以下是一個先前拒絕過的帳口請求,可能會在數日後刪除。 |
| 1025 | + 'confirmaccount-list2' => '以下是一個先前拒絕過的帳口請求,可能會在數日後刪除。 |
1026 | 1026 | 它們仍舊可以批准創建一個帳戶,但是在您作之前請先問拒絕該帳戶的管理員。', |
1027 | | - 'confirmacount-text' => '這個是在\'\'\'{{SITENAME}}\'\'\'中等候請求帳戶的頁面。 |
| 1027 | + 'confirmaccount-text' => '這個是在\'\'\'{{SITENAME}}\'\'\'中等候請求帳戶的頁面。 |
1028 | 1028 | 請小心閱讀,有需要的話,就要同時確認它下面的全部資料。 |
1029 | 1029 | 要留意的是您可以用另一個用戶名字去創建一個帳戶。只有其他的名字有衝突時才需要去作。 |
1030 | 1030 | |
1031 | 1031 | 如果你無確認或者拒絕這個請求,只留下這頁面的話,它便會維持等候狀態。', |
1032 | | - 'confirmacount-none' => '現時沒有未決定的請求。', |
1033 | | - 'confirmacount-none2' => '現時沒有最近拒絕的帳戶請求。', |
| 1032 | + 'confirmaccount-none' => '現時沒有未決定的請求。', |
| 1033 | + 'confirmaccount-none2' => '現時沒有最近拒絕的帳戶請求。', |
1034 | 1034 | 'confirmaccount-badid' => '提供的ID是沒有未決定的請求。它可能已經被處理。', |
1035 | 1035 | 'confirmaccount-back' => '檢視未決定的帳戶列表', |
1036 | 1036 | 'confirmaccount-back2' => '檢視先前拒絕過的帳戶列表', |
— | — | @@ -1040,13 +1040,13 @@ |
1041 | 1041 | 'confirmaccount-urls' => '網站列表:', |
1042 | 1042 | 'confirmaccount-nourls' => '(沒有提供)', |
1043 | 1043 | 'confirmaccount-review' => '批准/拒絕', |
1044 | | - 'confirmacount-confirm' => '用以下的按鈕去批准或拒絕這個請求。', |
| 1044 | + 'confirmaccount-confirm' => '用以下的按鈕去批准或拒絕這個請求。', |
1045 | 1045 | 'confirmaccount-econf' => '(已批准)', |
1046 | 1046 | 'confirmaccount-reject' => '(於$2被[[User:$1|$1]]拒絕)', |
1047 | | - 'confirmacount-create' => '接受 (創建帳戶)', |
1048 | | - 'confirmacount-deny' => '拒絕 (反列示)', |
| 1047 | + 'confirmaccount-create' => '接受 (創建帳戶)', |
| 1048 | + 'confirmaccount-deny' => '拒絕 (反列示)', |
1049 | 1049 | 'requestaccount-reason' => '註解 (在電郵中使用):', |
1050 | | - 'confirmacount-submit' => '確認', |
| 1050 | + 'confirmaccount-submit' => '確認', |
1051 | 1051 | 'confirmaccount-acc' => '帳戶請求已經成功確認;已經創建一個新的用戶帳號[[User:$1]]。', |
1052 | 1052 | 'confirmaccount-rej' => '帳戶請求已經成功拒絕。', |
1053 | 1053 | 'confirmaccount-summary' => '正在創建一個新用戶擁有傳記的用戶頁面。', |
Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | function efAddRequestLoginText( &$template ) { |
52 | 52 | efLoadConfirmAccountsMessages(); |
53 | 53 | |
54 | | - $template->set( 'header', wfMsgExt('requestacount-loginnotice', array('parse') ) ); |
| 54 | + $template->set( 'header', wfMsgExt('requestaccount-loginnotice', array('parse') ) ); |
55 | 55 | |
56 | 56 | return true; |
57 | 57 | } |