Index: branches/REL1_16/extensions/Wikilog/TODO |
— | — | @@ -1,9 +1,5 @@ |
2 | 2 | == Wikilog To-do list == |
3 | 3 | |
4 | | -=== Wikilog 1.1.0. === |
5 | | - |
6 | | -* Drop support for Mw1.14 and earlier. |
7 | | - |
8 | 4 | === Wikilog 1.2.0. === |
9 | 5 | |
10 | 6 | * Drop support for Mw1.15 and earlier. |
— | — | @@ -16,5 +12,8 @@ |
17 | 13 | - WikilogHooks::LanguageGetMagic(). |
18 | 14 | - WikilogHooks::EditPageAttemptSave(). |
19 | 15 | - WikilogTemplatePager::formatRow() (workaround bug 20431). |
| 16 | + - WikilogFeed::loadFromCache() (bug 21916). |
20 | 17 | - Wikilog.i18n.php: 'wikilog-specialwikilog' message. |
21 | 18 | * WikilogTemplatePager::formatRow(): Remove {{{pubdate}}} and {{{updated}}}. |
| 19 | +* Remove wfLoadExtensionMessages() calls. |
| 20 | +* Replace Xml::hidden() calls with Html::hidden(). |
Property changes on: branches/REL1_16/extensions/Wikilog/TODO |
___________________________________________________________________ |
Added: svn:eol-style |
22 | 21 | + native |
Index: branches/REL1_16/extensions/Wikilog/WikilogItemPage.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/Wikilog.i18n.php |
— | — | @@ -2,7 +2,8 @@ |
3 | 3 | /** |
4 | 4 | * Internationalisation file for extension Wikilog. |
5 | 5 | * |
6 | | - * @addtogroup Extensions |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
7 | 8 | */ |
8 | 9 | |
9 | 10 | $messages = array(); |
— | — | @@ -89,6 +90,7 @@ |
90 | 91 | 'wikilog-simple-signature' => '$1 ($2)', |
91 | 92 | |
92 | 93 | # Edit page |
| 94 | + 'wikilog-edit-hint' => 'Edit wikilog article: $1', |
93 | 95 | 'wikilog-edit-fieldset-legend' => 'Wikilog options:', |
94 | 96 | 'wikilog-edit-signpub' => 'Sign and publish this article', |
95 | 97 | 'wikilog-edit-signpub-tooltip' => 'Causes this article to be signed and published in its wikilog when saved. |
— | — | @@ -117,6 +119,7 @@ |
118 | 120 | |
119 | 121 | # Atom and RSS feeds |
120 | 122 | 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]', # $1 = title, $2 = content language |
| 123 | + 'wikilog-feed-ns-title' => '$1 wikilog articles', # $1 = namespace name |
121 | 124 | 'wikilog-feed-description' => 'Read the most recent posts in this feed.', |
122 | 125 | 'wikilog-comment-feed-title1' => 'Comment by $2 (#$1)', |
123 | 126 | 'wikilog-comment-feed-title2' => 'Comment by $2 to $3 (#$1)', |
— | — | @@ -278,6 +281,8 @@ |
279 | 282 | 'wikilog-simple-signature' => 'Parameters: |
280 | 283 | * $1 is a link to the commenting user page |
281 | 284 | * $2 is a link to the commenting user talk page, with {{msg-mw|talkpagelinktext}} as link text', |
| 285 | + 'wikilog-edit-hint' => 'Parameters: |
| 286 | +* $1 is an article title.', |
282 | 287 | 'wikilog-comment-footer' => 'Parameters: |
283 | 288 | * $1 is the name of the author of the comment (optional) |
284 | 289 | * $2 is the name of the author or the comment formatted with {{msg-mw|wikilog-simple-signature|notext=1}} |
— | — | @@ -307,12 +312,8 @@ |
308 | 313 | 'wikilog-feed-title' => 'Parameters: |
309 | 314 | * $1 is a title |
310 | 315 | * $2 is the content language of the wiki', |
311 | | - 'wikilog-title-item-full' => '{{optional}} |
312 | | -Parameters: |
313 | | -* $1 a page title |
314 | | -* $2 is the wikilog title', |
315 | | - 'wikilog-title-comments' => 'Parameters: |
316 | | -* $1 is a page title', |
| 316 | + 'wikilog-feed-ns-title' => 'Parameters: |
| 317 | +* $1 is the name of a namespace in the content language.', |
317 | 318 | 'wikilog-comment-feed-title1' => 'Parameters: |
318 | 319 | * $1 is a comment number (to make unique titles for different comments) |
319 | 320 | * $2 is the commenter name', |
— | — | @@ -320,6 +321,12 @@ |
321 | 322 | * $1 is a comment number (to make unique titles for different comments) |
322 | 323 | * $2 is the commenter name |
323 | 324 | * $3 is the title of the article the comment was posted to', |
| 325 | + 'wikilog-title-item-full' => '{{optional}} |
| 326 | +Parameters: |
| 327 | +* $1 a page title |
| 328 | +* $2 is the wikilog title', |
| 329 | + 'wikilog-title-comments' => 'Parameters: |
| 330 | +* $1 is a page title', |
324 | 331 | 'wikilog-error-msg' => 'Parameters: |
325 | 332 | * $1 is an error message', |
326 | 333 | 'wikilog-invalid-param' => 'Parameters: |
— | — | @@ -330,8 +337,8 @@ |
331 | 338 | * $1 is the invalid date', |
332 | 339 | 'wikilog-invalid-tag' => 'Parameters: |
333 | 340 | * $1 is the invalid tag', |
334 | | - 'wikilog-invalid-file' => 'Parametre: |
335 | | -* $1 er den ugyldige filen', |
| 341 | + 'wikilog-invalid-file' => 'Parameters: |
| 342 | +* $1 is the invalid file name.', |
336 | 343 | 'wikilog-file-not-found' => 'Parameters: |
337 | 344 | * $1 is the non-existing file', |
338 | 345 | 'wikilog-not-an-image' => 'Parameters: |
— | — | @@ -360,7 +367,8 @@ |
361 | 368 | Part of a list of actions, use lowercase if applicable. |
362 | 369 | {{Identical|Delete}}', |
363 | 370 | 'wikilog-approve-lc' => 'As in "to approve a comment". |
364 | | -Part of a list of actions, use lowercase if applicable.', |
| 371 | +Part of a list of actions, use lowercase if applicable. |
| 372 | +{{Identical|Approve}}', |
365 | 373 | 'wikilog-reject-lc' => 'As in "to reject a comment". |
366 | 374 | Part of a list of actions, use lowercase if applicable.', |
367 | 375 | 'wikilog-page-lc' => 'The word "page" used as noun, as in "the comment page". |
— | — | @@ -372,6 +380,13 @@ |
373 | 381 | 'wikilog-doc-import-comment' => 'This is an automatic edit summary for pages imported into the wiki.', |
374 | 382 | ); |
375 | 383 | |
| 384 | +/** Abkhazian (Аҧсуа) |
| 385 | + * @author Temuri rajavi |
| 386 | + */ |
| 387 | +$messages['ab'] = array( |
| 388 | + 'wikilog-form-category' => 'Акатегориа:', |
| 389 | +); |
| 390 | + |
376 | 391 | /** Afrikaans (Afrikaans) |
377 | 392 | * @author Naudefj |
378 | 393 | */ |
— | — | @@ -409,7 +424,17 @@ |
410 | 425 | 'wikilog-pager-empty' => '(geen items)', |
411 | 426 | 'wikilog-no-comments' => 'geen kommentaar', |
412 | 427 | 'wikilog-has-comments' => '{{PLURAL:$1|een opmerking|$1 opmerkings}}', |
| 428 | + 'wikilog-summary-footer' => 'Geplaas deur $7 op [[$1|$2]] op $8 om $9, $10.', |
| 429 | + 'wikilog-summary-footer-single' => 'Geplaas deur $7 op $8 om $9, $10.', |
| 430 | + 'wikilog-summary-uncategorized' => 'Ongekategoriseer', |
| 431 | + 'wikilog-summary-categories' => 'Geliasseer onder $2', |
413 | 432 | 'wikilog-summary-more' => '[[$3|→ lees verder...]]', |
| 433 | + 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|bespreek]])', |
| 434 | + 'wikilog-comment-permalink' => '$1 om $2', |
| 435 | + 'wikilog-comment-note-item' => 'geplaas op $1', |
| 436 | + 'wikilog-comment-note-edited' => 'laaste wysiging op $1 om $2', |
| 437 | + 'wikilog-comment-anonsig' => '$3 (anoniem)', |
| 438 | + 'wikilog-comment-deleted' => 'Hierdie kommentaar is verwyder.', |
414 | 439 | 'wikilog-comment-edit' => 'Wysig die kommentaar', |
415 | 440 | 'wikilog-comment-delete' => 'Skrap hierdie kommentaar', |
416 | 441 | 'wikilog-comment-history' => 'Wys kommentaar se geskiedenis', |
— | — | @@ -446,12 +471,150 @@ |
447 | 472 | 'wikilog-edit-lc' => 'wysig', |
448 | 473 | 'wikilog-reply-lc' => 'antwoord', |
449 | 474 | 'wikilog-delete-lc' => 'skrap', |
450 | | - 'wikilog-approve-lc' => 'goedkeur', |
| 475 | + 'wikilog-approve-lc' => 'keur goed', |
451 | 476 | 'wikilog-reject-lc' => 'verwerp', |
452 | 477 | 'wikilog-page-lc' => 'bladsy', |
453 | 478 | 'wikilog-history-lc' => 'geskiedenis', |
454 | 479 | ); |
455 | 480 | |
| 481 | +/** Gheg Albanian (Gegë) |
| 482 | + * @author Mdupont |
| 483 | + */ |
| 484 | +$messages['aln'] = array( |
| 485 | + 'wikilog-desc' => 'Shton funksione Blogging, duke krijuar një hibrid wiki-blog', |
| 486 | + 'wikilog-auto' => 'Wikilog Auto', |
| 487 | + 'wikilog-help' => '{{ns:Help}}:Wikilog', |
| 488 | + 'right-wl-postcomment' => 'Komentet Mesazhe të wikilog artikuj', |
| 489 | + 'right-wl-moderation' => 'Moderim i wikilog komente neni', |
| 490 | + 'wikilog-specialwikilog-title' => 'Wikilogs', |
| 491 | + 'wikilog-specialwikilog' => 'Wikilog', |
| 492 | + 'wikilog-log-pagename' => 'veprimet Wikilog log', |
| 493 | + 'wikilog-log-pagetext' => 'Më poshtë është një listë e wikilog veprime.', |
| 494 | + 'wikilog-log-cmt-approve' => 'Komenti i miratuar "[[$1]]"', |
| 495 | + 'wikilog-log-cmt-reject' => 'refuzuar "Komenti [[$1]]"', |
| 496 | + 'wikilog-log-cmt-rejdel' => 'Kundërshtoi koment wikilog nga [[Special:Contributions/$1|$1]]', |
| 497 | + 'wikilog-tab' => 'Wikilog', |
| 498 | + 'wikilog-tab-title' => 'veprimet Wikilog', |
| 499 | + 'wikilog-missing-wikilog' => 'Kjo është [[{{int:wikilog-help}}|wikilog faqe]] për [[{{FULLPAGENAME}}]]. Kjo wikilog nuk ekziston ende. Në mënyrë që të botojë artikuj dhe për të mundësuar wikilog karakteristika të tjera, ajo ka të krijohet parë. * <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Krijo këtë] wikilog.</span>', |
| 500 | + 'wikilog-information' => 'informacion Wikilog', |
| 501 | + 'wikilog-post-count-published' => 'Ka {{PLURAL:$1|është një nga|botuar artikull janë $1 botuar artikuj}} në këtë wikilog', |
| 502 | + 'wikilog-post-count-drafts' => 'Ka {{PLURAL:$1|është një i pabotuar (projekt)|neni janë $1 pabotuar (projekt) artikuj}}', |
| 503 | + 'wikilog-post-count-all' => 'Në total ka {{PLURAL:$1|është një nga|neni janë $1 artikuj}}.', |
| 504 | + 'wikilog-new-item' => 'neni wikilog Krijo të ri', |
| 505 | + 'wikilog-new-item-go' => 'Krijo', |
| 506 | + 'wikilog-item-name' => 'Emri i artikullit:', |
| 507 | + 'wikilog-published' => 'Publikuar', |
| 508 | + 'wikilog-updated' => 'Përditësuar', |
| 509 | + 'wikilog-draft' => 'Projekt', |
| 510 | + 'wikilog-authors' => 'Autorët', |
| 511 | + 'wikilog-wikilog' => 'Wikilog', |
| 512 | + 'wikilog-title' => 'Titull', |
| 513 | + 'wikilog-actions' => 'Veprimet', |
| 514 | + 'wikilog-comments' => 'Komente', |
| 515 | + 'wikilog-replies' => 'Përgjigje', |
| 516 | + 'wikilog-view-archives' => 'Arkiv', |
| 517 | + 'wikilog-view-summary' => 'Përmbledhje', |
| 518 | + 'wikilog-draft-title-mark' => '(Projekt)', |
| 519 | + 'wikilog-anonymous-mark' => '(Anonim)', |
| 520 | + 'wikilog-pager-newest' => 'ri', |
| 521 | + 'wikilog-pager-oldest' => 'vjetër', |
| 522 | + 'wikilog-pager-prev' => 'i mëparshëm', |
| 523 | + 'wikilog-pager-next' => 'tjetër', |
| 524 | + 'wikilog-pager-first' => 'i parë', |
| 525 | + 'wikilog-pager-last' => 'fundit', |
| 526 | + 'wikilog-pager-empty' => '(Nuk ka artikuj)', |
| 527 | + 'wikilog-no-comments' => 'nuk ka komente', |
| 528 | + 'wikilog-has-comments' => '{{PLURAL:$1|një koment|Komentet $1}}', |
| 529 | + 'wikilog-summary-footer' => 'Dërguar nga $7 të [[$1|$2]] më $8 në $9, $10.', |
| 530 | + 'wikilog-summary-footer-single' => 'Dërguar nga $7 më $8 në $9, $10.', |
| 531 | + 'wikilog-summary-uncategorized' => 'Uncategorized', |
| 532 | + 'wikilog-summary-categories' => 'Paraqitur sipas $2', |
| 533 | + 'wikilog-summary-more' => '[[$3|→ vazhdojë leximin ...]]', |
| 534 | + 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|flisni]])', |
| 535 | + 'wikilog-edit-fieldset-legend' => 'opsione Wikilog:', |
| 536 | + 'wikilog-edit-signpub' => 'Regjistrohu dhe publikimi i këtij neni', |
| 537 | + 'wikilog-edit-signpub-tooltip' => 'Shkakton këtë artikull që do të nënshkruhet dhe publikohet në wikilog e saj kur shpëtoi. Çshenjojeni këtë kuti për të mbajtur artikull si një projekt.', |
| 538 | + 'wikilog-comment-permalink' => '$1 tek $2', |
| 539 | + 'wikilog-comment-note-item' => 'postuar tek $1', |
| 540 | + 'wikilog-comment-note-edited' => 'e fundit redaktuar $1 tek $2', |
| 541 | + 'wikilog-comment-anonsig' => '$3 (anonim)', |
| 542 | + 'wikilog-comment-pending' => 'Ky koment është në pritje të miratimit.', |
| 543 | + 'wikilog-comment-deleted' => 'Ky koment u fshi.', |
| 544 | + 'wikilog-comment-omitted-x' => 'Koment lënë jashtë (#$1).', |
| 545 | + 'wikilog-comment-autosumm' => 'koment i ri nga $1: $2', |
| 546 | + 'wikilog-reply-to-comment' => 'Posto një përgjigje për këtë koment', |
| 547 | + 'wikilog-comment-page' => "Shko tek faqja këtë koment's", |
| 548 | + 'wikilog-comment-edit' => 'Ndryshoni këtë koment', |
| 549 | + 'wikilog-comment-delete' => 'Fshije këtë koment', |
| 550 | + 'wikilog-comment-history' => 'Shihni historik koment', |
| 551 | + 'wikilog-comment-approve' => 'Miratojë këtë koment (veprim të menjëhershëm)', |
| 552 | + 'wikilog-comment-reject' => 'Kundërshtojnë këtë koment (veprim të menjëhershëm)', |
| 553 | + 'wikilog-newtalk-text' => '<!-- blank page created by Wikilog -->', |
| 554 | + 'wikilog-newtalk-summary' => 'krijuar automatikisht nga Wikilog', |
| 555 | + 'wikilog-feed-description' => 'Lexo postimet më të fundit në këtë ushqim.', |
| 556 | + 'wikilog-comment-feed-title1' => 'Koment nga $2 (#$1)', |
| 557 | + 'wikilog-comment-feed-title2' => 'Koment nga $2 në $3 (#$1)', |
| 558 | + 'wikilog-comment-feed-description' => 'Lexo komentet më të fundit në këtë ushqim.', |
| 559 | + 'wikilog-title-comments' => 'Komente - $1', |
| 560 | + 'wikilog-error-msg' => 'Wikilog: $1', |
| 561 | + 'wikilog-error-title' => 'gabim Wikilog', |
| 562 | + 'wikilog-invalid-param' => 'parametër i pavlefshëm: $1.', |
| 563 | + 'wikilog-invalid-author' => 'autor i pavlefshëm: $1.', |
| 564 | + 'wikilog-invalid-date' => 'Data e pavlefshme: $1.', |
| 565 | + 'wikilog-invalid-tag' => 'tag pavlefshme: $1.', |
| 566 | + 'wikilog-invalid-file' => 'Pavlefshme file: $1.', |
| 567 | + 'wikilog-file-not-found' => 'Jo-ekzistuese file: $1.', |
| 568 | + 'wikilog-not-an-image' => 'File nuk është një imazh: $1.', |
| 569 | + 'wikilog-out-of-context' => 'Warning: tags Wikilog janë duke u përdorur jashtë kontekstit. Ato duhet të përdoret vetëm në shkrimet në hapësirën Wikilog.', |
| 570 | + 'wikilog-too-many-authors' => 'Warning: Shumë autorë shumë të shënuara në këtë post wikilog.', |
| 571 | + 'wikilog-too-many-tags' => 'Warning: Shumë tags shumë të shënuara në këtë post wikilog.', |
| 572 | + 'wikilog-comment-is-empty' => 'koment Posted është bosh.', |
| 573 | + 'wikilog-comment-too-long' => 'koment Posted është shumë i gjatë.', |
| 574 | + 'wikilog-comment-invalid-name' => 'emri kusht është i pavlefshëm.', |
| 575 | + 'wikilog-no-such-article' => 'Artikulli i kërkuar wikilog nuk ekziston.', |
| 576 | + 'wikilog-reading-draft' => 'Ky artikull wikilog është një projekt, ai nuk ishte botuar ende.', |
| 577 | + 'wikilog-posting-anonymously' => 'Ju tani jeni duke not logged in, komenti juaj do të postohet në mënyrë anonime, të identifikuara nga lidhja adresën e internetit tuaj. Ju duhet ose të sigurojë një pseudonim më lart për të identifikuar komentin tuaj ose $1 për atë që do të atribuohen si duhet.', |
| 578 | + 'wikilog-anonymous-moderated' => 'Pasi ju paraqisni komentin tuaj, ajo nuk do të jetë menjëherë e dukshme në këtë faqe. Koment do të shfaqet vetëm pasi të jetë shqyrtuar nga një moderator.', |
| 579 | + 'wikilog-post-comment' => 'Shkruaj një koment të ri', |
| 580 | + 'wikilog-post-reply' => 'Posto një përgjigje të re', |
| 581 | + 'wikilog-form-legend' => 'Kërko për wikilog posts', |
| 582 | + 'wikilog-form-wikilog' => 'Wikilog:', |
| 583 | + 'wikilog-form-category' => 'Kategoria:', |
| 584 | + 'wikilog-form-name' => 'Emri:', |
| 585 | + 'wikilog-form-author' => 'Author:', |
| 586 | + 'wikilog-form-tag' => 'Tag:', |
| 587 | + 'wikilog-form-date' => 'Data:', |
| 588 | + 'wikilog-form-status' => 'Statusi:', |
| 589 | + 'wikilog-form-preview' => 'Preview:', |
| 590 | + 'wikilog-form-comment' => 'Koment:', |
| 591 | + 'wikilog-show-all' => 'Të gjitha mesazhet', |
| 592 | + 'wikilog-show-published' => 'Publikuar', |
| 593 | + 'wikilog-show-drafts' => 'Skicat', |
| 594 | + 'wikilog-submit' => 'Submit', |
| 595 | + 'wikilog-preview' => 'Preview', |
| 596 | + 'wikilog-edit-lc' => 'redaktoj', |
| 597 | + 'wikilog-reply-lc' => 'përgjigje', |
| 598 | + 'wikilog-delete-lc' => 'fshij', |
| 599 | + 'wikilog-approve-lc' => 'miratoj', |
| 600 | + 'wikilog-reject-lc' => 'refuzoj', |
| 601 | + 'wikilog-page-lc' => 'faqe', |
| 602 | + 'wikilog-history-lc' => 'histori', |
| 603 | + 'wikilog-doc-import-comment' => 'Dokumentacionin e importuara Wikilog', |
| 604 | +); |
| 605 | + |
| 606 | +/** Aragonese (Aragonés) |
| 607 | + * @author Juanpabl |
| 608 | + */ |
| 609 | +$messages['an'] = array( |
| 610 | + 'wikilog-new-item-go' => 'Creyar', |
| 611 | + 'wikilog-actions' => 'Accions', |
| 612 | + 'wikilog-form-date' => 'Calendata:', |
| 613 | + 'wikilog-submit' => 'Ninviar', |
| 614 | + 'wikilog-edit-lc' => 'editar', |
| 615 | + 'wikilog-page-lc' => 'pachina', |
| 616 | + 'wikilog-history-lc' => 'historial', |
| 617 | +); |
| 618 | + |
456 | 619 | /** Arabic (العربية) |
457 | 620 | * @author Meno25 |
458 | 621 | */ |
— | — | @@ -709,40 +872,41 @@ |
710 | 873 | /** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
711 | 874 | * @author EugeneZelenko |
712 | 875 | * @author Jim-by |
| 876 | + * @author Wizardist |
713 | 877 | */ |
714 | 878 | $messages['be-tarask'] = array( |
715 | | - 'wikilog-desc' => 'Дадае магчымасьці блёгаў для стварэньня гібрыду вікі-блёга', |
716 | | - 'wikilog-auto' => 'Робат вікіблёгу', |
717 | | - 'wikilog-help' => '{{ns:Help}}:Вікіблёг', |
718 | | - 'right-wl-postcomment' => 'пакідаць камэнтары ў артыкулах вікіблёгу', |
719 | | - 'right-wl-moderation' => 'мадэрацыя камэнтараў да артыкулаў вікіблёгу', |
720 | | - 'wikilog-specialwikilog-title' => 'Вікіблёгі', |
721 | | - 'wikilog-specialwikilog' => 'Вікіблёг', |
722 | | - 'wikilog-log-pagename' => 'Журнал дзеяньняў вікіблёгу', |
723 | | - 'wikilog-log-pagetext' => 'Ніжэй пададзены сьпіс дзеяньняў вікіблёгу.', |
| 879 | + 'wikilog-desc' => 'Дадае магчымасьці блогаў для стварэньня гібрыду вікі-блогу', |
| 880 | + 'wikilog-auto' => 'Робат вікі-блогу', |
| 881 | + 'wikilog-help' => '{{ns:Help}}:Вікі-блог', |
| 882 | + 'right-wl-postcomment' => 'пакідаць камэнтары ў артыкулах вікі-блогу', |
| 883 | + 'right-wl-moderation' => 'мадэрацыя камэнтараў да артыкулаў вікі-блогу', |
| 884 | + 'wikilog-specialwikilog-title' => 'Вікі-блогі', |
| 885 | + 'wikilog-specialwikilog' => 'Вікі-блог', |
| 886 | + 'wikilog-log-pagename' => 'Журнал дзеяньняў вікі-блогу', |
| 887 | + 'wikilog-log-pagetext' => 'Ніжэй пададзены сьпіс дзеяньняў вікі-блогу.', |
724 | 888 | 'wikilog-log-cmt-approve' => 'зацьверджаны камэнтар [[$1]]', |
725 | 889 | 'wikilog-log-cmt-reject' => 'адхілены камэнтар [[$1]]', |
726 | | - 'wikilog-log-cmt-rejdel' => 'Адхілены камэнтар вікіблёгу ад [[Special:Contributions/$1|$1]]', |
727 | | - 'wikilog-tab' => 'Вікіблёг', |
728 | | - 'wikilog-tab-title' => 'Дзеяньні вікіблёгу', |
729 | | - 'wikilog-missing-wikilog' => 'Гэта старонка [[{{int:wikilog-help}}|вікіблёгу]] для [[{{FULLPAGENAME}}]]. |
| 890 | + 'wikilog-log-cmt-rejdel' => 'Адхілены камэнтар вікі-блогу ад [[Special:Contributions/$1|$1]]', |
| 891 | + 'wikilog-tab' => 'Вікі-блог', |
| 892 | + 'wikilog-tab-title' => 'Дзеяньні вікі-блогу', |
| 893 | + 'wikilog-missing-wikilog' => 'Гэта старонка [[{{int:wikilog-help}}|вікі-блогу]] для [[{{FULLPAGENAME}}]]. |
730 | 894 | |
731 | | -Гэты вікіблёг пакуль не існуе. |
732 | | -Каб апублікаваць артыкул і ўключыць іншыя магчымасьці вікіблёгу, Вам неабходна спачатку яго стварыць. |
| 895 | +Гэты вікі-блог пакуль не існуе. |
| 896 | +Каб апублікаваць артыкул і ўключыць іншыя магчымасьці вікі-блогу, Вам неабходна спачатку яго стварыць. |
733 | 897 | |
734 | | -* <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Стварыць гэты вікіблёг].</span>', |
735 | | - 'wikilog-information' => 'Інфармацыя пра вікіблёг', |
736 | | - 'wikilog-post-count-published' => 'У гэтым вікіблёгу {{PLURAL:$1|апублікаваны $1 артыкул|апублікаваныя $1 артыкулы|апублікаваныя $1 артыкулаў}},', |
737 | | - 'wikilog-post-count-drafts' => 'Ёсьць $1 {{PLURAL:$1|неапублікаваны чарнавік|неапублікаваных чарнавікі|неапублікаваных чарнавікоў}},', |
| 898 | +* <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Стварыць гэты вікі-блог].</span>', |
| 899 | + 'wikilog-information' => 'Інфармацыя пра вікі-блог', |
| 900 | + 'wikilog-post-count-published' => 'У гэтым вікі-блогу {{PLURAL:$1|апублікаваны $1 артыкул|апублікаваныя $1 артыкулы|апублікаваныя $1 артыкулаў}},', |
| 901 | + 'wikilog-post-count-drafts' => 'Ёсьць $1 {{PLURAL:$1|неапублікаваны чарнавік|неапублікаваныя чарнавікі|неапублікаваных чарнавікоў}}', |
738 | 902 | 'wikilog-post-count-all' => 'Усяго $1 {{PLURAL:$1|артыкул|артыкулы|артыкулаў}}.', |
739 | | - 'wikilog-new-item' => 'Стварыць новы артыкул вікіблёгу', |
| 903 | + 'wikilog-new-item' => 'Стварыць новы артыкул вікі-блогу', |
740 | 904 | 'wikilog-new-item-go' => 'Стварыць', |
741 | 905 | 'wikilog-item-name' => 'Назва артыкула:', |
742 | 906 | 'wikilog-published' => 'Апублікаваны', |
743 | 907 | 'wikilog-updated' => 'Абноўлены', |
744 | 908 | 'wikilog-draft' => 'Чарнавік', |
745 | 909 | 'wikilog-authors' => 'Аўтары', |
746 | | - 'wikilog-wikilog' => 'Вікіблёг', |
| 910 | + 'wikilog-wikilog' => 'Вікі-блог', |
747 | 911 | 'wikilog-title' => 'Назва', |
748 | 912 | 'wikilog-actions' => 'Дзеяньні', |
749 | 913 | 'wikilog-comments' => 'Камэнтары', |
— | — | @@ -766,10 +930,11 @@ |
767 | 931 | 'wikilog-summary-categories' => 'Унесены ў $2', |
768 | 932 | 'wikilog-summary-more' => '[[$3|→ працягваць чытаньне…]]', |
769 | 933 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|гутаркі]])', |
770 | | - 'wikilog-edit-fieldset-legend' => 'Устаноўкі вікіблёгу:', |
| 934 | + 'wikilog-edit-hint' => 'Рэдагаваць артыкул вікі-блогу: $1', |
| 935 | + 'wikilog-edit-fieldset-legend' => 'Устаноўкі вікі-блогу:', |
771 | 936 | 'wikilog-edit-signpub' => 'Падпісаць і апублікаваць гэты артыкул', |
772 | | - 'wikilog-edit-signpub-tooltip' => 'Вядзе да таго, што гэты артыкул падпісваецца і апублікоўваецца ў гэтым вікіблёгу пад час захаваньня. |
773 | | -Прыбярыце гэтую пазнаку, каб пакінуць артыкул у стане чарнавіка.', |
| 937 | + 'wikilog-edit-signpub-tooltip' => 'Вядзе да таго, што гэты артыкул будзе падпісаны і апублікаваны ў гэтым вікі-блогу пад час захаваньня. |
| 938 | +Прыбярыце гэтае пазначэньне, каб пакінуць артыкул у стане чарнавіка.', |
774 | 939 | 'wikilog-comment-permalink' => '$1 у $2', |
775 | 940 | 'wikilog-comment-note-item' => 'разьмешчаны ў $1', |
776 | 941 | 'wikilog-comment-note-edited' => 'апошняе рэдагаваньне $1 у $2', |
— | — | @@ -777,7 +942,7 @@ |
778 | 943 | 'wikilog-comment-pending' => 'Гэты камэнтар чакае зацьверджаньня.', |
779 | 944 | 'wikilog-comment-deleted' => 'Гэты камэнтар быў выдалены.', |
780 | 945 | 'wikilog-comment-omitted-x' => 'Камэнтар прапушчаны (#$1).', |
781 | | - 'wikilog-comment-autosumm' => 'Новы камэнтар $1: $2', |
| 946 | + 'wikilog-comment-autosumm' => 'Новы камэнтар ад $1: $2', |
782 | 947 | 'wikilog-reply-to-comment' => 'Адказаць на гэты камэнтар', |
783 | 948 | 'wikilog-comment-page' => 'Перайсьці на старонку гэтага камэнтара', |
784 | 949 | 'wikilog-comment-edit' => 'Рэдагаваць гэты камэнтар', |
— | — | @@ -785,14 +950,15 @@ |
786 | 951 | 'wikilog-comment-history' => 'Паказаць гісторыю камэнтара', |
787 | 952 | 'wikilog-comment-approve' => 'Зацьвердзіць гэты камэнтар (неадкладнае дзеяньне)', |
788 | 953 | 'wikilog-comment-reject' => 'Адхіліць гэты камэнтар (неадкладнае дзеяньне)', |
789 | | - 'wikilog-newtalk-text' => '<!-- пустая старонка створаная Вікіблёгам -->', |
790 | | - 'wikilog-newtalk-summary' => 'аўтаматычна створана вікіблёгам', |
| 954 | + 'wikilog-newtalk-text' => '<!-- пустая старонка створаная Вікі-блогам -->', |
| 955 | + 'wikilog-newtalk-summary' => 'аўтаматычна створанае вікі-блогам', |
| 956 | + 'wikilog-feed-ns-title' => '$1 артыкулаў вікі-блогу', |
791 | 957 | 'wikilog-feed-description' => 'Чытаць апошнія паведамленьні на гэтым канале.', |
792 | 958 | 'wikilog-comment-feed-title1' => 'Камэнтар $2 (#$1)', |
793 | 959 | 'wikilog-comment-feed-title2' => 'Камэнтар $2 да $3 (#$1)', |
794 | 960 | 'wikilog-comment-feed-description' => 'Чытаць апошнія камэнтары на гэтым канале.', |
795 | 961 | 'wikilog-title-comments' => 'Камэнтары — $1', |
796 | | - 'wikilog-error-msg' => 'Вікіблёг: $1', |
| 962 | + 'wikilog-error-msg' => 'Вікі-блог: $1', |
797 | 963 | 'wikilog-error-title' => 'Памылка вікіблёгу', |
798 | 964 | 'wikilog-invalid-param' => 'Няслушны парамэтар: $1.', |
799 | 965 | 'wikilog-invalid-author' => 'Няслушны аўтар: $1.', |
— | — | @@ -801,15 +967,15 @@ |
802 | 968 | 'wikilog-invalid-file' => 'Няслушны файл: $1.', |
803 | 969 | 'wikilog-file-not-found' => 'Неіснуючы файл: $1.', |
804 | 970 | 'wikilog-not-an-image' => 'Файл не зьяўляецца выявай: $1.', |
805 | | - 'wikilog-out-of-context' => 'Папярэджаньне: меткі вікіблёгу выкарыстоўваюцца па-за кантэкстам. |
806 | | -Яны павінны выкарыстоўвацца толькі ў артыкулах прасторы назваў вікіблёгу.', |
| 971 | + 'wikilog-out-of-context' => 'Папярэджаньне: меткі вікі-блогу выкарыстоўваюцца па-за блогам. |
| 972 | +Яны павінны выкарыстоўвацца толькі ў артыкулах прасторы назваў вікі-блогу.', |
807 | 973 | 'wikilog-too-many-authors' => 'Папярэджаньне: у гэтым паведамленьні вікіблёгу пералічаныя занадта шмат аўтараў.', |
808 | 974 | 'wikilog-too-many-tags' => 'Папярэджаньне: у гэтым паведамленьні вікіблёгу пералічаныя занадта шмат метак.', |
809 | 975 | 'wikilog-comment-is-empty' => 'Адпраўлены камэнтар пусты.', |
810 | 976 | 'wikilog-comment-too-long' => 'Адпраўлены камэнтар занадта доўгі.', |
811 | 977 | 'wikilog-comment-invalid-name' => 'Пададзеная назва — няслушная.', |
812 | | - 'wikilog-no-such-article' => 'Запытаны артыкул вікіблёгу не існуе.', |
813 | | - 'wikilog-reading-draft' => 'Гэты артыкул вікіблёгу зьяўляецца чарнавіком, і пакуль ня быў апублікаваны.', |
| 978 | + 'wikilog-no-such-article' => 'Запытаны артыкул вікі-блогу не існуе.', |
| 979 | + 'wikilog-reading-draft' => 'Гэты артыкул вікі-блогу зьяўляецца чарнавіком і пакуль ня быў апублікаваны.', |
814 | 980 | 'wikilog-posting-anonymously' => 'Вы не ўвайшлі ў сыстэму; |
815 | 981 | Вашыя камэнтары будуць разьмешчаныя ананімна, Вы будзеце ідэнтыфікаваны па свайму IP-адрасу. |
816 | 982 | Вам неабходна падаць псэўданім ніжэй для ідэнтыфікацыі Вашага камэнтара альбо $1 для таго каб быць пазначаным аўтарам.', |
— | — | @@ -818,7 +984,7 @@ |
819 | 985 | 'wikilog-post-comment' => 'Даслаць новы камэнтар', |
820 | 986 | 'wikilog-post-reply' => 'Даслаць новы адказ', |
821 | 987 | 'wikilog-form-legend' => 'Пошук па паведамленьням вікіблёгу', |
822 | | - 'wikilog-form-wikilog' => 'Вікіблёг:', |
| 988 | + 'wikilog-form-wikilog' => 'Вікі-блог:', |
823 | 989 | 'wikilog-form-category' => 'Катэгорыя:', |
824 | 990 | 'wikilog-form-name' => 'Назва:', |
825 | 991 | 'wikilog-form-author' => 'Аўтар:', |
— | — | @@ -839,7 +1005,7 @@ |
840 | 1006 | 'wikilog-reject-lc' => 'адхіліць', |
841 | 1007 | 'wikilog-page-lc' => 'старонка', |
842 | 1008 | 'wikilog-history-lc' => 'гісторыя', |
843 | | - 'wikilog-doc-import-comment' => 'Імпартаваная дакумэнтацыя вікіблёгу', |
| 1009 | + 'wikilog-doc-import-comment' => 'Імпартаваная дакумэнтацыя вікі-блогу', |
844 | 1010 | ); |
845 | 1011 | |
846 | 1012 | /** Bulgarian (Български) |
— | — | @@ -960,6 +1126,7 @@ |
961 | 1127 | 'wikilog-edit-lc' => 'редактиране', |
962 | 1128 | 'wikilog-reply-lc' => 'отговаряне', |
963 | 1129 | 'wikilog-delete-lc' => 'изтриване', |
| 1130 | + 'wikilog-approve-lc' => 'одобри', |
964 | 1131 | 'wikilog-reject-lc' => 'отказване', |
965 | 1132 | 'wikilog-page-lc' => 'страница', |
966 | 1133 | 'wikilog-history-lc' => 'история', |
— | — | @@ -970,6 +1137,9 @@ |
971 | 1138 | * @author Bellayet |
972 | 1139 | */ |
973 | 1140 | $messages['bn'] = array( |
| 1141 | + 'wikilog-specialwikilog-title' => 'উইকিলগসমূহ', |
| 1142 | + 'wikilog-specialwikilog' => 'উইকিলগ', |
| 1143 | + 'wikilog-tab' => 'উইকিলগ', |
974 | 1144 | 'wikilog-new-item-go' => 'তৈরি', |
975 | 1145 | 'wikilog-item-name' => 'নিবন্ধের নাম:', |
976 | 1146 | 'wikilog-published' => 'প্রকাশিত', |
— | — | @@ -977,8 +1147,24 @@ |
978 | 1148 | 'wikilog-draft' => 'খসড়া', |
979 | 1149 | 'wikilog-authors' => 'লেখক', |
980 | 1150 | 'wikilog-title' => 'শিরোনাম', |
| 1151 | + 'wikilog-actions' => 'কার্যক্রম', |
981 | 1152 | 'wikilog-comments' => 'মন্তব্য', |
| 1153 | + 'wikilog-replies' => 'উত্তর', |
| 1154 | + 'wikilog-view-summary' => 'সারাংশ', |
982 | 1155 | 'wikilog-draft-title-mark' => '(খসড়া)', |
| 1156 | + 'wikilog-pager-prev' => 'পূর্ববর্তী', |
| 1157 | + 'wikilog-pager-next' => 'পরবর্তী', |
| 1158 | + 'wikilog-pager-first' => 'প্রথম', |
| 1159 | + 'wikilog-pager-last' => 'শেষ', |
| 1160 | + 'wikilog-has-comments' => '{{PLURAL:$1|একটি মন্তব্য|$1 টি মন্তব্য}}', |
| 1161 | + 'wikilog-comment-edit' => 'এই মন্তব্য সম্পাদনা', |
| 1162 | + 'wikilog-comment-delete' => 'এই মন্তব্য অপসারণ', |
| 1163 | + 'wikilog-comment-history' => 'মন্তব্য ইতিহাস দেখুন', |
| 1164 | + 'wikilog-title-comments' => 'মন্তব্য - $1', |
| 1165 | + 'wikilog-error-title' => 'উইকিলগ ত্রুটি', |
| 1166 | + 'wikilog-form-wikilog' => 'উইকিলগ:', |
| 1167 | + 'wikilog-form-category' => 'বিষয়শ্রেণী:', |
| 1168 | + 'wikilog-form-name' => 'নাম:', |
983 | 1169 | ); |
984 | 1170 | |
985 | 1171 | /** Breton (Brezhoneg) |
— | — | @@ -987,29 +1173,29 @@ |
988 | 1174 | * @author Y-M D |
989 | 1175 | */ |
990 | 1176 | $messages['br'] = array( |
991 | | - 'wikilog-desc' => "Ouzhpennañ arc'hweladurioù blog, o krouiñ ur wiki-blog gwellaet", |
| 1177 | + 'wikilog-desc' => 'Ouzhpennañ a ra perzhioù blog evit sevel ur wiki hag ur blog kemmesk', |
992 | 1178 | 'wikilog-auto' => 'Wikilog Aoto', |
993 | 1179 | 'wikilog-help' => '{{ns:Help}}:Wikilog', |
994 | 1180 | 'right-wl-postcomment' => 'Postañ addisplegoù da bennadoù wikilog', |
995 | | - 'right-wl-moderation' => 'Merañ kemenadennoù pennadoù ar wikilog', |
| 1181 | + 'right-wl-moderation' => 'Habaskaat an evezhiadennoù evit pennadoù wikilog', |
996 | 1182 | 'wikilog-specialwikilog-title' => 'Wikilogoù', |
997 | 1183 | 'wikilog-specialwikilog' => 'Wikilog', |
998 | 1184 | 'wikilog-log-pagename' => 'Marilh an oberoù war wikilog', |
999 | | - 'wikilog-log-pagetext' => "Da heul e kavoc'h ur roll eus oberoù ar wikilog.", |
| 1185 | + 'wikilog-log-pagetext' => 'Dindan e kavot ur roll eus an oberoù war wikilog.', |
1000 | 1186 | 'wikilog-log-cmt-approve' => 'addispleg aprouet [[$1]]', |
1001 | 1187 | 'wikilog-log-cmt-reject' => 'addispleg distaolet [[$1]]', |
1002 | | - 'wikilog-log-cmt-rejdel' => "en deus nac'het ur gemenadenn a-berzh [[Special:Contributions/$1|$1]] war wikilog", |
| 1188 | + 'wikilog-log-cmt-rejdel' => "en deus nac'het kemennadenn [[Special:Contributions/$1|$1]] war wikilog", |
1003 | 1189 | 'wikilog-tab' => 'Wikilog', |
1004 | 1190 | 'wikilog-tab-title' => 'Oberoù wikilog', |
1005 | 1191 | 'wikilog-missing-wikilog' => 'Ar bajenn [[{{int:wikilog-help}}|wikilog]] evit [[{{FULLPAGENAME}}]] eo. |
1006 | 1192 | |
1007 | 1193 | N\'eus ket eus ar wikilog-mañ evit poent. |
1008 | | -Ret eo e vefe krouet da gentañ evit ma vefe posubl embann pennadoù hag implijout arc\'hweladurioù all ar wikilog. |
| 1194 | +Ret eo e vefe krouet da gentañ evit ma vefe posupl embann pennadoù hag implijout arc\'hweladurioù all ar wikilog. |
1009 | 1195 | |
1010 | 1196 | * <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Krouiñ ar wikilog-mañ].</span>', |
1011 | 1197 | 'wikilog-information' => 'Titouroù war wikilog', |
1012 | | - 'wikilog-post-count-published' => 'Bez ez eus {{PLURAL:$1|ur pennad|$1 pennad}} war ar wikilog-mañ.', |
1013 | | - 'wikilog-post-count-drafts' => 'Bez ez eus {{PLURAL:$1|ur pennad (brouilhoñs) nann-embannet |$1 pennad (brouilhoñs) nann-embannet}}', |
| 1198 | + 'wikilog-post-count-published' => 'Embannet ez eus {{PLURAL:$1|ur pennad|$1 pennad}} er wikilog-mañ.', |
| 1199 | + 'wikilog-post-count-drafts' => '{{PLURAL:$1|Ur pennad (brouilhoñs) diembann |$1 pennad (brouilhoñs) diembann}} zo', |
1014 | 1200 | 'wikilog-post-count-all' => 'En holl ez eus {{PLURAL:$1|ur pennad|$1 pennad}}.', |
1015 | 1201 | 'wikilog-new-item' => 'Krouiñ ur pennad wikilog nevez', |
1016 | 1202 | 'wikilog-new-item-go' => 'Krouiñ', |
— | — | @@ -1042,26 +1228,33 @@ |
1043 | 1229 | 'wikilog-summary-categories' => 'Rummet e-barzh $2', |
1044 | 1230 | 'wikilog-summary-more' => "[[$3|→ kenderc'hel da lenn...]]", |
1045 | 1231 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|kaozeal]])', |
| 1232 | + 'wikilog-edit-hint' => 'Kemmañ ar pennad $1 eus ar wikilog', |
1046 | 1233 | 'wikilog-edit-fieldset-legend' => 'Dibarzhioù wikilog :', |
1047 | 1234 | 'wikilog-edit-signpub' => 'Sinañ hag embann ar pennad-mañ', |
1048 | 1235 | 'wikilog-edit-signpub-tooltip' => "Ober a ra d'ar pennad bezañ sinet hag embannet en e wikilog pa vez enrollet. |
1049 | 1236 | Diaskit ar voest-mañ evit ma chomo ar pennad ur brouilhed.", |
1050 | 1237 | 'wikilog-comment-permalink' => "$1 d'an $2", |
| 1238 | + 'wikilog-comment-note-item' => 'postet e $1', |
1051 | 1239 | 'wikilog-comment-note-edited' => "kemm ziwezhañ d'an $1 da $2", |
1052 | 1240 | 'wikilog-comment-anonsig' => '$3 (dizanv)', |
1053 | 1241 | 'wikilog-comment-pending' => "Emañ an addispleg-mañ o c'hortoz bezañ aprouet.", |
1054 | 1242 | 'wikilog-comment-deleted' => 'Dilamet e oa bet an addispleg-mañ.', |
| 1243 | + 'wikilog-comment-omitted-x' => 'Evezhiadenn disoñjet (#$1).', |
1055 | 1244 | 'wikilog-comment-autosumm' => 'Addispleg nevez gant $1 : $2', |
1056 | 1245 | 'wikilog-reply-to-comment' => "Postañ ur respont d'an addispleg-mañ", |
1057 | 1246 | 'wikilog-comment-page' => 'Mont da bajenn an addispleg-mañ', |
1058 | 1247 | 'wikilog-comment-edit' => 'Aozañ an addispleg-mañ', |
1059 | 1248 | 'wikilog-comment-delete' => 'Dilemel an addispleg-mañ', |
1060 | 1249 | 'wikilog-comment-history' => 'Gwelet istor an addisplegoù', |
1061 | | - 'wikilog-comment-approve' => 'Aotreañ ar gemenadenn-mañ (efed war-eeun)', |
1062 | | - 'wikilog-comment-reject' => "Nac'hañ ar gemenadenn-mañ (efed war-eeun)", |
| 1250 | + 'wikilog-comment-approve' => 'Aprouiñ ar gemennadenn-mañ (efed war-eeun)', |
| 1251 | + 'wikilog-comment-reject' => "Nac'hañ ar gemennadenn-mañ (efed war-eeun)", |
1063 | 1252 | 'wikilog-newtalk-text' => "<!-- pajenn c'houllo krouet gant Wikilog -->", |
1064 | 1253 | 'wikilog-newtalk-summary' => 'krouet ent emgefre gant Wikilog', |
1065 | | - 'wikilog-feed-description' => 'Lenn ar postoù an neveshañ er feed-mañ.', |
| 1254 | + 'wikilog-feed-ns-title' => '$1 pennad wikilog', |
| 1255 | + 'wikilog-feed-description' => 'Lenn pennadoù nevesañ an neudennad-mañ.', |
| 1256 | + 'wikilog-comment-feed-title1' => 'Evezhiadenn a-berzh $2 (# $1)', |
| 1257 | + 'wikilog-comment-feed-title2' => 'Evezhiadenn a-berzh $2 da $3 (# $1)', |
| 1258 | + 'wikilog-comment-feed-description' => 'Lenn an evezhiadennoù an neveshañ er gwazh-mañ.', |
1066 | 1259 | 'wikilog-title-comments' => 'Addisplegoù - $1', |
1067 | 1260 | 'wikilog-error-msg' => 'Wikilog : $1', |
1068 | 1261 | 'wikilog-error-title' => 'Fazi wikilog', |
— | — | @@ -1074,21 +1267,21 @@ |
1075 | 1268 | 'wikilog-not-an-image' => "Ar restr n'eo ket ur skeudenn : $1.", |
1076 | 1269 | 'wikilog-out-of-context' => "Kemennadenn : implijet e vez balizennoù wikilog e-maez o c'henarroud. |
1077 | 1270 | Rankout a rafent bezañ implijet e pennadoù an esaouenn anv Wikilog hepken.", |
1078 | | - 'wikilog-too-many-authors' => 'Diwallit : Re a oberourien a zo er post wikilog-mañ', |
1079 | | - 'wikilog-too-many-tags' => 'Diwallit : Re a balizennoù a zo er post wikilog-mañ', |
| 1271 | + 'wikilog-too-many-authors' => 'Diwallit : Re a aozerien zo rollet er pennad wikilog-mañ', |
| 1272 | + 'wikilog-too-many-tags' => 'Diwallit : Re a valizennoù zo rollet er pennad wikilog-mañ', |
1080 | 1273 | 'wikilog-comment-is-empty' => 'Goullo eo an addispleg postet.', |
1081 | 1274 | 'wikilog-comment-too-long' => 'Re hir eo an addispleg postet.', |
1082 | 1275 | 'wikilog-comment-invalid-name' => 'Direizh eo an anv pourchaset.', |
1083 | 1276 | 'wikilog-no-such-article' => "N'eus ket eus ar pennad wikilog goulennet.", |
1084 | | - 'wikilog-reading-draft' => "Ar pennad-mañ eus wikilog a zo ur brouilhoñs, n'eo ket bet embannet evit c'hoazh.", |
1085 | | - 'wikilog-posting-anonymously' => "N'oc'h ket luget evit poent ; |
1086 | | -embannet e vo hoc'h evezhiadenn en un doare dianv, anavezet gant ho chomlec'h lugañ da Internet. |
| 1277 | + 'wikilog-reading-draft' => "Un tamm brouilhoñs eo ar pennad wikilog-mañ. N'eo ket bet embannet c'hoazh.", |
| 1278 | + 'wikilog-posting-anonymously' => "N'oc'h ket kevreet evit poent ; |
| 1279 | +embannet e vo hoc'h evezhiadenn en un doare dizanv, anavezet gant ho chomlec'h kevreañ da Internet. |
1087 | 1280 | Rankout a rafec'h lakaat ul lesanv a-us a-benn anavezout hoc'h evezhiadenn, pe $1 evit ma vefe deroet en un doare reizh.", |
1088 | | - 'wikilog-anonymous-moderated' => "Ur wech ma vo postet hoc'h evezhiadenn ganeoc'h, ne vo ket posubl e lenn kerkent. |
| 1281 | + 'wikilog-anonymous-moderated' => "Ur wech ma vo postet hoc'h evezhiadenn ganeoc'h, ne vo ket posupl e lenn kerkent. |
1089 | 1282 | Ne vo gwelet an evezhiadenn nemet ur wech ma vo bet gwiriet gant ur merour.", |
1090 | 1283 | 'wikilog-post-comment' => 'Postañ un addispleg nevez', |
1091 | 1284 | 'wikilog-post-reply' => 'Embann ur respont nevez', |
1092 | | - 'wikilog-form-legend' => 'Klask postoù wikilog', |
| 1285 | + 'wikilog-form-legend' => 'Klask pennadoù e wikilog', |
1093 | 1286 | 'wikilog-form-wikilog' => 'Wikilog :', |
1094 | 1287 | 'wikilog-form-category' => 'Rummad :', |
1095 | 1288 | 'wikilog-form-name' => 'Anv :', |
— | — | @@ -1098,7 +1291,7 @@ |
1099 | 1292 | 'wikilog-form-status' => 'Statud :', |
1100 | 1293 | 'wikilog-form-preview' => 'Rakwelet :', |
1101 | 1294 | 'wikilog-form-comment' => 'Addispleg :', |
1102 | | - 'wikilog-show-all' => 'An holl postoù', |
| 1295 | + 'wikilog-show-all' => 'An holl bennadoù', |
1103 | 1296 | 'wikilog-show-published' => 'Embannet', |
1104 | 1297 | 'wikilog-show-drafts' => 'Brouilhedoù', |
1105 | 1298 | 'wikilog-submit' => 'Kas', |
— | — | @@ -1115,13 +1308,19 @@ |
1116 | 1309 | |
1117 | 1310 | /** Bosnian (Bosanski) |
1118 | 1311 | * @author CERminator |
| 1312 | + * @author Palapa |
1119 | 1313 | */ |
1120 | 1314 | $messages['bs'] = array( |
| 1315 | + 'wikilog-auto' => 'Automatski Wikilog', |
1121 | 1316 | 'wikilog-help' => '{{ns:Help}}:Wikizapisnik', |
1122 | 1317 | 'right-wl-postcomment' => 'Slanje komentara na članke wikizapisnika', |
1123 | 1318 | 'wikilog-specialwikilog-title' => 'Wikizapisnici', |
| 1319 | + 'wikilog-specialwikilog' => 'Wikizapisnik', |
| 1320 | + 'wikilog-log-pagename' => 'Zapisnik Wikilog akcija', |
1124 | 1321 | 'wikilog-log-pagetext' => 'Ispod je spisak akcija wikizapisnika.', |
1125 | 1322 | 'wikilog-log-cmt-approve' => 'odobreni komentar "[[$1]]"', |
| 1323 | + 'wikilog-log-cmt-reject' => 'odbačen komentar "[[$1]]"', |
| 1324 | + 'wikilog-log-cmt-rejdel' => 'Odbačen komentar wiki zapisnika od [[Special:Contributions/$1|$1]]', |
1126 | 1325 | 'wikilog-tab' => 'Wikizapisnik', |
1127 | 1326 | 'wikilog-tab-title' => 'Akcije wikizapisnika', |
1128 | 1327 | 'wikilog-information' => 'Informacije o wikizapisniku', |
— | — | @@ -1136,21 +1335,53 @@ |
1137 | 1336 | 'wikilog-actions' => 'Akcije', |
1138 | 1337 | 'wikilog-comments' => 'Komentari', |
1139 | 1338 | 'wikilog-replies' => 'Odgovori', |
| 1339 | + 'wikilog-view-archives' => 'Arhive', |
1140 | 1340 | 'wikilog-view-summary' => 'Sažetak', |
1141 | 1341 | 'wikilog-draft-title-mark' => '(radna verzija)', |
1142 | 1342 | 'wikilog-anonymous-mark' => '(anonimni)', |
1143 | 1343 | 'wikilog-pager-newest' => 'najnovije', |
1144 | 1344 | 'wikilog-pager-oldest' => 'najstarije', |
| 1345 | + 'wikilog-pager-prev' => 'prethodni/o', |
1145 | 1346 | 'wikilog-pager-next' => 'slijedeći', |
| 1347 | + 'wikilog-pager-first' => 'prvi/o', |
1146 | 1348 | 'wikilog-pager-last' => 'posljednji', |
1147 | 1349 | 'wikilog-pager-empty' => '(nema stavki)', |
| 1350 | + 'wikilog-no-comments' => 'nema komentara', |
| 1351 | + 'wikilog-has-comments' => '{{PLURAL:$1|jedan komentar|$1 komentari}}', |
| 1352 | + 'wikilog-summary-footer' => 'Postavio $7 u [[$1|$2]] na $8 pod $9, $10.', |
1148 | 1353 | 'wikilog-summary-uncategorized' => 'Nekategorisano', |
1149 | 1354 | 'wikilog-edit-fieldset-legend' => 'Opcije wikizapisnika:', |
| 1355 | + 'wikilog-comment-pending' => 'Ovaj komentar čeka na potvrdu.', |
| 1356 | + 'wikilog-comment-edit' => 'Uredi ovaj komentar', |
| 1357 | + 'wikilog-comment-delete' => 'Izbriši ovaj komentar', |
| 1358 | + 'wikilog-comment-history' => 'Vidi historiju komentara', |
| 1359 | + 'wikilog-comment-approve' => 'Odobri ovaj komentar (neodgodna radnja)', |
| 1360 | + 'wikilog-comment-reject' => 'Odbaci ovaj komentar (neodgodna radnja)', |
| 1361 | + 'wikilog-post-comment' => 'Postavi novi komentar', |
| 1362 | + 'wikilog-post-reply' => 'Postavi novi odgovor', |
| 1363 | + 'wikilog-form-legend' => 'Traži wikilog oglase', |
| 1364 | + 'wikilog-form-wikilog' => 'Wikizapisnik:', |
| 1365 | + 'wikilog-form-category' => 'Kategorija:', |
| 1366 | + 'wikilog-form-name' => 'Ime:', |
| 1367 | + 'wikilog-form-author' => 'Autor:', |
| 1368 | + 'wikilog-form-tag' => 'Oznaka indeksiranja:', |
| 1369 | + 'wikilog-form-date' => 'Datum:', |
1150 | 1370 | 'wikilog-form-status' => 'Stanje:', |
| 1371 | + 'wikilog-form-preview' => 'Pregled:', |
1151 | 1372 | 'wikilog-form-comment' => 'Komentar:', |
| 1373 | + 'wikilog-show-all' => 'Svi oglasi', |
| 1374 | + 'wikilog-show-published' => 'Objavljeno', |
| 1375 | + 'wikilog-show-drafts' => 'Koncepti', |
| 1376 | + 'wikilog-submit' => 'Pošalji', |
| 1377 | + 'wikilog-preview' => 'Pregled', |
| 1378 | + 'wikilog-edit-lc' => 'uredi', |
| 1379 | + 'wikilog-reply-lc' => 'odgovor', |
1152 | 1380 | 'wikilog-delete-lc' => 'brisati', |
| 1381 | + 'wikilog-approve-lc' => 'odobri', |
1153 | 1382 | 'wikilog-reject-lc' => 'odbaciti', |
| 1383 | + 'wikilog-page-lc' => 'stranica', |
1154 | 1384 | 'wikilog-history-lc' => 'historija', |
| 1385 | + 'wikilog-doc-import-comment' => 'Uvezena Wikilog dokumentacija', |
1155 | 1386 | ); |
1156 | 1387 | |
1157 | 1388 | /** Catalan (Català) |
— | — | @@ -1220,6 +1451,14 @@ |
1221 | 1452 | 'wikilog-history-lc' => 'historial', |
1222 | 1453 | ); |
1223 | 1454 | |
| 1455 | +/** Sorani (کوردی) */ |
| 1456 | +$messages['ckb'] = array( |
| 1457 | + 'wikilog-view-summary' => 'پوختە', |
| 1458 | + 'wikilog-form-category' => 'پۆل:', |
| 1459 | + 'wikilog-submit' => 'ناردن', |
| 1460 | + 'wikilog-delete-lc' => 'سڕینەوە', |
| 1461 | +); |
| 1462 | + |
1224 | 1463 | /** Czech (Česky) |
1225 | 1464 | * @author Matěj Grabovský |
1226 | 1465 | */ |
— | — | @@ -1352,19 +1591,97 @@ |
1353 | 1592 | ); |
1354 | 1593 | |
1355 | 1594 | /** Danish (Dansk) |
| 1595 | + * @author Froztbyte |
1356 | 1596 | * @author MGA73 |
1357 | 1597 | */ |
1358 | 1598 | $messages['da'] = array( |
| 1599 | + 'wikilog-auto' => 'Wikilog Auto', |
| 1600 | + 'wikilog-help' => '{{ns:Help}}:Wikilog', |
| 1601 | + 'wikilog-log-cmt-approve' => 'godkendt kommentar "[[$1]]"', |
| 1602 | + 'wikilog-tab' => 'Wikilog', |
| 1603 | + 'wikilog-updated' => 'Opdateret', |
| 1604 | + 'wikilog-draft' => 'Kladde', |
| 1605 | + 'wikilog-authors' => 'Forfattere', |
| 1606 | + 'wikilog-title' => 'Titel', |
| 1607 | + 'wikilog-actions' => 'Handlinger', |
| 1608 | + 'wikilog-comments' => 'Kommentarer', |
| 1609 | + 'wikilog-replies' => 'Svar', |
| 1610 | + 'wikilog-view-archives' => 'Arkiver', |
| 1611 | + 'wikilog-view-summary' => 'Resumé', |
| 1612 | + 'wikilog-draft-title-mark' => '(udkast)', |
| 1613 | + 'wikilog-anonymous-mark' => '(anonym)', |
1359 | 1614 | 'wikilog-pager-newest' => 'nyeste', |
1360 | 1615 | 'wikilog-pager-oldest' => 'ældste', |
| 1616 | + 'wikilog-pager-prev' => 'forrige', |
| 1617 | + 'wikilog-pager-next' => 'næste', |
| 1618 | + 'wikilog-pager-first' => 'første', |
| 1619 | + 'wikilog-pager-last' => 'sidste', |
| 1620 | + 'wikilog-no-comments' => 'ingen kommentarer', |
1361 | 1621 | 'wikilog-summary-uncategorized' => 'Ukategoriserede', |
| 1622 | + 'wikilog-summary-categories' => 'Gemt under $2', |
| 1623 | + 'wikilog-summary-more' => '[[$3|→ fortsæt med at læse ...]]', |
| 1624 | + 'wikilog-edit-signpub' => 'Signér og offentliggør denne artikel', |
| 1625 | + 'wikilog-comment-permalink' => '$1 $2', |
| 1626 | + 'wikilog-comment-anonsig' => '$3 (anonym)', |
| 1627 | + 'wikilog-comment-pending' => 'Denne kommentar afventer godkendelse.', |
| 1628 | + 'wikilog-comment-deleted' => 'Denne kommentar blev slettet.', |
| 1629 | + 'wikilog-comment-omitted-x' => 'Kommentar udeladt (#$1).', |
| 1630 | + 'wikilog-comment-autosumm' => 'Nye kommentarer af $1: $2', |
| 1631 | + 'wikilog-reply-to-comment' => 'Skriv et svar til denne kommentar', |
| 1632 | + 'wikilog-comment-page' => 'Gå til denne kommentars side', |
| 1633 | + 'wikilog-comment-edit' => 'Redigér denne kommentar', |
| 1634 | + 'wikilog-comment-delete' => 'Slet denne kommentar', |
| 1635 | + 'wikilog-comment-history' => 'Vis kommentarhistorik', |
| 1636 | + 'wikilog-comment-approve' => 'Godkend denne kommentar (øjeblikkelig handling)', |
| 1637 | + 'wikilog-newtalk-text' => '<!-- tom side oprettet af Wikilog -->', |
| 1638 | + 'wikilog-newtalk-summary' => 'automatisk oprettet af Wikilog', |
| 1639 | + 'wikilog-feed-ns-title' => '$1 wikilog-artikler', |
| 1640 | + 'wikilog-feed-description' => 'Læs de seneste indlæg i denne feed.', |
| 1641 | + 'wikilog-comment-feed-title1' => 'Kommentar av $2 (#$1)', |
| 1642 | + 'wikilog-title-comments' => 'Kommentarer - $1', |
| 1643 | + 'wikilog-error-msg' => 'Wikilog: $1', |
| 1644 | + 'wikilog-error-title' => 'Wikilog fejl', |
| 1645 | + 'wikilog-invalid-param' => 'Ugyldig parameter: $1.', |
| 1646 | + 'wikilog-invalid-author' => 'Ugyldig forfatter: $1.', |
| 1647 | + 'wikilog-invalid-date' => 'Ugyldig dato: $1.', |
| 1648 | + 'wikilog-invalid-tag' => 'Ugyldig mærke: $1.', |
| 1649 | + 'wikilog-invalid-file' => 'Ugyldig fil: $1.', |
| 1650 | + 'wikilog-file-not-found' => 'Ikke-eksisterende fil: $1.', |
| 1651 | + 'wikilog-not-an-image' => 'Filen er ikke et billede: $1.', |
| 1652 | + 'wikilog-too-many-authors' => 'Advarsel: For mange forfattere er listet i dette wikilog-indlæg.', |
| 1653 | + 'wikilog-comment-is-empty' => 'Indsendte kommentar er tom.', |
| 1654 | + 'wikilog-comment-too-long' => 'Indsendte kommentar er for lang.', |
| 1655 | + 'wikilog-comment-invalid-name' => 'Opgivne navn er ugyldigt.', |
| 1656 | + 'wikilog-post-comment' => 'Skrive en ny kommentar', |
| 1657 | + 'wikilog-post-reply' => 'Skriv et nyt svar', |
| 1658 | + 'wikilog-form-wikilog' => 'Wikilog:', |
| 1659 | + 'wikilog-form-category' => 'Kategori:', |
| 1660 | + 'wikilog-form-name' => 'Navn:', |
| 1661 | + 'wikilog-form-author' => 'Forfatter:', |
| 1662 | + 'wikilog-form-date' => 'Dato:', |
| 1663 | + 'wikilog-form-status' => 'Status:', |
| 1664 | + 'wikilog-form-preview' => 'Forhåndsvisning:', |
| 1665 | + 'wikilog-form-comment' => 'Kommentar:', |
| 1666 | + 'wikilog-show-all' => 'Alle indlæg', |
| 1667 | + 'wikilog-show-published' => 'Udgivet', |
| 1668 | + 'wikilog-show-drafts' => 'Udkast', |
| 1669 | + 'wikilog-submit' => 'Gem', |
| 1670 | + 'wikilog-edit-lc' => 'redigér', |
| 1671 | + 'wikilog-reply-lc' => 'svar', |
| 1672 | + 'wikilog-delete-lc' => 'slet', |
| 1673 | + 'wikilog-approve-lc' => 'godkend', |
| 1674 | + 'wikilog-reject-lc' => 'afvis', |
| 1675 | + 'wikilog-page-lc' => 'side', |
| 1676 | + 'wikilog-history-lc' => 'historik', |
1362 | 1677 | ); |
1363 | 1678 | |
1364 | 1679 | /** German (Deutsch) |
1365 | 1680 | * @author Erkan Yilmaz |
1366 | 1681 | * @author Imre |
| 1682 | + * @author Kghbln |
1367 | 1683 | * @author MF-Warburg |
1368 | 1684 | * @author Tbleher |
| 1685 | + * @author The Evil IP address |
1369 | 1686 | * @author Umherirrender |
1370 | 1687 | */ |
1371 | 1688 | $messages['de'] = array( |
— | — | @@ -1377,8 +1694,8 @@ |
1378 | 1695 | 'wikilog-specialwikilog' => 'Wikilog', |
1379 | 1696 | 'wikilog-log-pagename' => 'Wikilog-Aktionslogbuch', |
1380 | 1697 | 'wikilog-log-pagetext' => 'Unten folgt eine Liste von Wikilog-Aktionen.', |
1381 | | - 'wikilog-log-cmt-approve' => 'freigegebener Kommentar "[[$1]]"', |
1382 | | - 'wikilog-log-cmt-reject' => 'abgelehnter Kommentar "[[$1]]"', |
| 1698 | + 'wikilog-log-cmt-approve' => 'freigegebener Kommentar „[[$1]]“', |
| 1699 | + 'wikilog-log-cmt-reject' => 'abgelehnter Kommentar „[[$1]]“', |
1383 | 1700 | 'wikilog-log-cmt-rejdel' => 'Abgelehnter Wikilog-Kommentar von [[Special:Contributions/$1|$1]]', |
1384 | 1701 | 'wikilog-tab' => 'Wikilog', |
1385 | 1702 | 'wikilog-tab-title' => 'Wikilog Aktionen', |
— | — | @@ -1423,12 +1740,18 @@ |
1424 | 1741 | 'wikilog-summary-categories' => 'Abgelegt unter $2', |
1425 | 1742 | 'wikilog-summary-more' => '[[$3|→ weiterlesen …]]', |
1426 | 1743 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|Diskussion]])', |
| 1744 | + 'wikilog-edit-hint' => '„Wikilog“-Artikel bearbeiten: $1', |
1427 | 1745 | 'wikilog-edit-fieldset-legend' => 'Wikilog-Optionen:', |
1428 | 1746 | 'wikilog-edit-signpub' => 'Diesen Artikel unterschreiben und veröffentlichen', |
1429 | 1747 | 'wikilog-edit-signpub-tooltip' => 'Signiert und veröffentlicht den Artikel in seinem Wikilog beim Speichern. |
1430 | 1748 | Haken entfernen, um den Artikel als Entwurf zu speichern.', |
| 1749 | + 'wikilog-comment-permalink' => '$1 um $2 Uhr', |
| 1750 | + 'wikilog-comment-note-item' => 'hat $1 kommentiert', |
| 1751 | + 'wikilog-comment-note-edited' => 'zuletzt am $1 um $2 bearbeitet', |
| 1752 | + 'wikilog-comment-anonsig' => '$3 (anonymer Bearbeiter)', |
1431 | 1753 | 'wikilog-comment-pending' => 'Dieser Kommentar muss noch zugelassen werden.', |
1432 | 1754 | 'wikilog-comment-deleted' => 'Dieser Kommentar wurde gelöscht.', |
| 1755 | + 'wikilog-comment-omitted-x' => 'Kommentar zurückgenommen (#$1).', |
1433 | 1756 | 'wikilog-comment-autosumm' => 'Neuer Kommentar von $1: $2', |
1434 | 1757 | 'wikilog-reply-to-comment' => 'Poste eine Antwort auf diesen Kommentar', |
1435 | 1758 | 'wikilog-comment-page' => 'Zur Seite dieses Kommentars wechseln', |
— | — | @@ -1440,7 +1763,11 @@ |
1441 | 1764 | 'wikilog-newtalk-text' => '<!-- leere Seite erzeugt durch Wikilog -->', |
1442 | 1765 | 'wikilog-newtalk-summary' => 'automatisch erzeugt durch Wikilog', |
1443 | 1766 | 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]', |
| 1767 | + 'wikilog-feed-ns-title' => '$1 „Wikilog“-Artikel', |
1444 | 1768 | 'wikilog-feed-description' => 'Lese die neuesten Beiträge in diesem Feed.', |
| 1769 | + 'wikilog-comment-feed-title1' => 'Kommentar von $2 (#$1)', |
| 1770 | + 'wikilog-comment-feed-title2' => 'Kommentar von $2 zu $3 (#$1)', |
| 1771 | + 'wikilog-comment-feed-description' => 'Lese die neuesten Kommentare dieses Feeds.', |
1445 | 1772 | 'wikilog-title-item-full' => '$1 - $2', |
1446 | 1773 | 'wikilog-title-comments' => 'Kommentare - $1', |
1447 | 1774 | 'wikilog-error-msg' => 'Wikilog: $1', |
— | — | @@ -1495,6 +1822,7 @@ |
1496 | 1823 | * @author Imre |
1497 | 1824 | */ |
1498 | 1825 | $messages['de-formal'] = array( |
| 1826 | + 'wikilog-comment-feed-description' => 'Lesen Sie die neuesten Kommentare dieses Feeds.', |
1499 | 1827 | 'wikilog-posting-anonymously' => 'Sie sind zur Zeit nicht angemeldet; Ihr Kommentar wird anonym versendet, identifiziert durch Ihre Internetverbindungsadresse. Sie sollten oben entweder ein Pseudonym angeben, um den Kommentar zu identifizieren oder sich $1, damit er passend zugeordnet wird.', |
1500 | 1828 | 'wikilog-anonymous-moderated' => 'Nachdem Sie Ihren Kommentar absenden, wird er nicht sofort auf dieser Seite angezeigt. |
1501 | 1829 | Der Kommentar wird nur erscheinen, nachdem er von einem Moderator freigegeben wurde.', |
— | — | @@ -1566,12 +1894,18 @@ |
1567 | 1895 | 'wikilog-summary-categories' => 'Wótpołožony pód $2', |
1568 | 1896 | 'wikilog-summary-more' => '[[$3|→ dalej cytaś...]]', |
1569 | 1897 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|diskusija]])', |
| 1898 | + 'wikilog-edit-hint' => 'Nastawk wikiprotokola wobźěłaś: $1', |
1570 | 1899 | 'wikilog-edit-fieldset-legend' => 'Wikilogowe opcije:', |
1571 | 1900 | 'wikilog-edit-signpub' => 'Toś ten pśinosk pódpisaś a wózjawiś', |
1572 | 1901 | 'wikilog-edit-signpub-tooltip' => 'Zawinujo, až toś ten pśinosk pódpišo a wózjawijo w swójom wikilogu, gaž se składujo. |
1573 | 1902 | Wótpóraj markěrowanje toś togo kašćika, aby se pśinosk wobchował ako nacerjenje.', |
| 1903 | + 'wikilog-comment-permalink' => '$1 $2', |
| 1904 | + 'wikilog-comment-note-item' => 'jo pósłał do $1', |
| 1905 | + 'wikilog-comment-note-edited' => 'slědny raz wobźěłany $1 $2', |
| 1906 | + 'wikilog-comment-anonsig' => '$3 (anonymny)', |
1574 | 1907 | 'wikilog-comment-pending' => 'Toś ten komentar caka na pśizwólenje.', |
1575 | 1908 | 'wikilog-comment-deleted' => 'Toś ten komentar jo se wulašował.', |
| 1909 | + 'wikilog-comment-omitted-x' => 'Komentar wuwóstajony (#$1).', |
1576 | 1910 | 'wikilog-comment-autosumm' => 'Nowy komentar wót $1: $2', |
1577 | 1911 | 'wikilog-reply-to-comment' => 'Wótegrono k toś tomu komentaroju pósłaś', |
1578 | 1912 | 'wikilog-comment-page' => 'K bokoju toś togo komentara', |
— | — | @@ -1582,7 +1916,11 @@ |
1583 | 1917 | 'wikilog-comment-reject' => 'Toś ten komentar wótpokazaś (direktna akcija)', |
1584 | 1918 | 'wikilog-newtalk-text' => '<!-- prozny bok napórany pśez Wikilog -->', |
1585 | 1919 | 'wikilog-newtalk-summary' => 'jo se awtomatiski napórał pséz Wikilog', |
| 1920 | + 'wikilog-feed-ns-title' => '$1: nastawiki wikiprotokola', |
1586 | 1921 | 'wikilog-feed-description' => 'Cytaj nejnowše pśinoski w toś tom kanalu.', |
| 1922 | + 'wikilog-comment-feed-title1' => 'Komentar wót $2 (#$1)', |
| 1923 | + 'wikilog-comment-feed-title2' => 'Komentar wót $2 k $3 (#$1)', |
| 1924 | + 'wikilog-comment-feed-description' => 'Nejnowše komentary w toś tom kanalu cytaś.', |
1587 | 1925 | 'wikilog-title-comments' => 'Komentary - $1', |
1588 | 1926 | 'wikilog-error-msg' => 'Wikilog: $1', |
1589 | 1927 | 'wikilog-error-title' => 'Zmólka Wikilog', |
— | — | @@ -1634,9 +1972,20 @@ |
1635 | 1973 | 'wikilog-doc-import-comment' => 'Importěrowana wikilogowa dokumentacija', |
1636 | 1974 | ); |
1637 | 1975 | |
| 1976 | +/** Ewe (Eʋegbe) */ |
| 1977 | +$messages['ee'] = array( |
| 1978 | + 'wikilog-new-item-go' => 'Dze egɔme', |
| 1979 | + 'wikilog-edit-lc' => 'trɔ asi le eŋu', |
| 1980 | + 'wikilog-delete-lc' => 'tutui', |
| 1981 | + 'wikilog-page-lc' => 'axa', |
| 1982 | +); |
| 1983 | + |
1638 | 1984 | /** Greek (Ελληνικά) |
1639 | 1985 | * @author Crazymadlover |
| 1986 | + * @author Dada |
| 1987 | + * @author Lou |
1640 | 1988 | * @author ZaDiak |
| 1989 | + * @author Απεργός |
1641 | 1990 | */ |
1642 | 1991 | $messages['el'] = array( |
1643 | 1992 | 'wikilog-help' => '{{ns:Help}}:Βικιαρχείο', |
— | — | @@ -1681,9 +2030,17 @@ |
1682 | 2031 | 'wikilog-summary-categories' => 'Αρχειοποιημένο κάτω από $2', |
1683 | 2032 | 'wikilog-summary-more' => '[[$3|→ συνέχεια ανάγνωσης...]]', |
1684 | 2033 | 'wikilog-edit-fieldset-legend' => 'Επιλογές Βικιαρχείου:', |
| 2034 | + 'wikilog-comment-anonsig' => '$3 (ανώνυμος)', |
| 2035 | + 'wikilog-comment-pending' => 'Αυτό το σχόλιο αναμένει έγκριση.', |
1685 | 2036 | 'wikilog-comment-deleted' => 'Αυτό το σχόλιο διαγράφηκε.', |
| 2037 | + 'wikilog-comment-omitted-x' => 'Το σχόλιο παραλείπεται (#$1).', |
| 2038 | + 'wikilog-comment-autosumm' => 'Νέο σχόλιο από $1: $2', |
| 2039 | + 'wikilog-reply-to-comment' => 'Αποστολή απάντησης σε αυτό το σχόλιο', |
| 2040 | + 'wikilog-comment-page' => 'Μετάβαση στη σελίδα αυτού του σχολίου', |
1686 | 2041 | 'wikilog-comment-edit' => 'Επεξεργασία αυτού του σχολίου', |
1687 | 2042 | 'wikilog-comment-delete' => 'Διαγραφή αυτού του σχολίου', |
| 2043 | + 'wikilog-comment-history' => 'Προβολή ιστορικού του σχολίου', |
| 2044 | + 'wikilog-comment-feed-title1' => 'Σχόλιο από $2 (#$1)', |
1688 | 2045 | 'wikilog-title-comments' => 'Σχόλια - $1', |
1689 | 2046 | 'wikilog-error-msg' => 'Βικιαρχείο: $1', |
1690 | 2047 | 'wikilog-error-title' => 'Σφάλμα Βικιαρχείου', |
— | — | @@ -1694,6 +2051,7 @@ |
1695 | 2052 | 'wikilog-invalid-file' => 'Μη έγκυρο αρχείο: $1.', |
1696 | 2053 | 'wikilog-file-not-found' => 'Ανύπαρκτο αρχείο: $1', |
1697 | 2054 | 'wikilog-not-an-image' => 'Το αρχείο δεν είναι μια εικόνα: $1.', |
| 2055 | + 'wikilog-post-comment' => 'Ανάρτηση νέου σχολίου', |
1698 | 2056 | 'wikilog-post-reply' => 'Δημοσίευση μια νέας απάντησης', |
1699 | 2057 | 'wikilog-form-wikilog' => 'Βικιαρχείο:', |
1700 | 2058 | 'wikilog-form-category' => 'Κατηγορία:', |
— | — | @@ -1718,7 +2076,15 @@ |
1719 | 2077 | 'wikilog-history-lc' => 'ιστορικό', |
1720 | 2078 | ); |
1721 | 2079 | |
| 2080 | +/** British English (British English) |
| 2081 | + * @author Reedy |
| 2082 | + */ |
| 2083 | +$messages['en-gb'] = array( |
| 2084 | + 'wikilog-summary-uncategorized' => 'Uncategorised', |
| 2085 | +); |
| 2086 | + |
1722 | 2087 | /** Esperanto (Esperanto) |
| 2088 | + * @author Airon90 |
1723 | 2089 | * @author Lucas |
1724 | 2090 | * @author Yekrats |
1725 | 2091 | */ |
— | — | @@ -1763,7 +2129,10 @@ |
1764 | 2130 | 'wikilog-no-comments' => 'neniuj komentoj', |
1765 | 2131 | 'wikilog-has-comments' => '{{PLURAL:$1|unu komento|$1 komentoj}}', |
1766 | 2132 | 'wikilog-summary-uncategorized' => 'Nekategoriiga', |
| 2133 | + 'wikilog-summary-more' => '[[$3|→ Daŭre legi...]]', |
1767 | 2134 | 'wikilog-edit-fieldset-legend' => 'Vikiblog-agordoj', |
| 2135 | + 'wikilog-comment-note-edited' => 'laste ŝanĝita je la $1 je $2', |
| 2136 | + 'wikilog-comment-anonsig' => '$3 (anonima)', |
1768 | 2137 | 'wikilog-comment-pending' => 'Ĉi tiu komento atendas aprobadon.', |
1769 | 2138 | 'wikilog-comment-deleted' => 'Ĉi tiu komento estis forigita.', |
1770 | 2139 | 'wikilog-comment-autosumm' => 'Nova komento de $1: $2', |
— | — | @@ -1816,9 +2185,11 @@ |
1817 | 2186 | ); |
1818 | 2187 | |
1819 | 2188 | /** Spanish (Español) |
| 2189 | + * @author Crazymadlover |
1820 | 2190 | * @author Dferg |
1821 | 2191 | * @author Imre |
1822 | 2192 | * @author Locos epraix |
| 2193 | + * @author Peter17 |
1823 | 2194 | * @author Translationista |
1824 | 2195 | */ |
1825 | 2196 | $messages['es'] = array( |
— | — | @@ -1877,12 +2248,18 @@ |
1878 | 2249 | 'wikilog-summary-categories' => 'Rellenado en $2', |
1879 | 2250 | 'wikilog-summary-more' => '[[$3|→ continuar leyendo...]]', |
1880 | 2251 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discusión]])', |
| 2252 | + 'wikilog-edit-hint' => 'Editar artículo wikilog: $1', |
1881 | 2253 | 'wikilog-edit-fieldset-legend' => 'Ajustes de Wikilog:', |
1882 | 2254 | 'wikilog-edit-signpub' => 'Firma y publica este artículo', |
1883 | 2255 | 'wikilog-edit-signpub-tooltip' => 'Hace que el artículo se firme y publique en este wikilog una vez salvado. |
1884 | 2256 | Desmarcar esta casilla para mantener este artículo como borrador.', |
| 2257 | + 'wikilog-comment-permalink' => '$1 en $2', |
| 2258 | + 'wikilog-comment-note-item' => 'publicado para $1', |
| 2259 | + 'wikilog-comment-note-edited' => 'modificado por última vez el $1 a las $2', |
| 2260 | + 'wikilog-comment-anonsig' => '$3 (anónimo)', |
1885 | 2261 | 'wikilog-comment-pending' => 'Este comentario está en espera por ser aprobado', |
1886 | 2262 | 'wikilog-comment-deleted' => 'Este comentario ha sido borrado.', |
| 2263 | + 'wikilog-comment-omitted-x' => 'Comentario omitido (#$1).', |
1887 | 2264 | 'wikilog-comment-autosumm' => 'Nuevo comentario de $1: $2', |
1888 | 2265 | 'wikilog-reply-to-comment' => 'Publicar una respuesta a este comentario', |
1889 | 2266 | 'wikilog-comment-page' => 'Ir a la página de este comentario', |
— | — | @@ -1893,7 +2270,11 @@ |
1894 | 2271 | 'wikilog-comment-reject' => 'Rechazar este comentario (acción inmediata)', |
1895 | 2272 | 'wikilog-newtalk-text' => '<!-- página en blanco creada por Wikilog -->', |
1896 | 2273 | 'wikilog-newtalk-summary' => 'creado automáticamente por Wikilog', |
| 2274 | + 'wikilog-feed-ns-title' => 'Artículos wikilog de $1', |
1897 | 2275 | 'wikilog-feed-description' => 'Leer los mensajes más recientes en este canal.', |
| 2276 | + 'wikilog-comment-feed-title1' => 'Comentario hecho por $2 (#$1)', |
| 2277 | + 'wikilog-comment-feed-title2' => 'Comentario acerca de $3, hecho por $2 (#$1)', |
| 2278 | + 'wikilog-comment-feed-description' => 'Leer los mensajes más recientes de esta fuente.', |
1898 | 2279 | 'wikilog-title-comments' => 'Comentarios - $1', |
1899 | 2280 | 'wikilog-error-msg' => 'Wikilog: $1', |
1900 | 2281 | 'wikilog-error-title' => 'Error de Wikilog', |
— | — | @@ -2022,10 +2403,13 @@ |
2023 | 2404 | 'wikilog-form-category' => 'Kategoria:', |
2024 | 2405 | 'wikilog-form-name' => 'Izena:', |
2025 | 2406 | 'wikilog-form-author' => 'Egilea:', |
| 2407 | + 'wikilog-form-tag' => 'Etiketa:', |
2026 | 2408 | 'wikilog-form-date' => 'Data:', |
2027 | 2409 | 'wikilog-form-status' => 'Egoera:', |
2028 | 2410 | 'wikilog-form-preview' => 'Aurrikuspena:', |
2029 | 2411 | 'wikilog-form-comment' => 'Iruzkina:', |
| 2412 | + 'wikilog-submit' => 'Bidali', |
| 2413 | + 'wikilog-preview' => 'Aurreikusi', |
2030 | 2414 | 'wikilog-edit-lc' => 'aldatu', |
2031 | 2415 | 'wikilog-reply-lc' => 'erantzun', |
2032 | 2416 | 'wikilog-delete-lc' => 'ezabatu', |
— | — | @@ -2036,6 +2420,7 @@ |
2037 | 2421 | /** Finnish (Suomi) |
2038 | 2422 | * @author Centerlink |
2039 | 2423 | * @author Crt |
| 2424 | + * @author Nike |
2040 | 2425 | * @author Silvonen |
2041 | 2426 | * @author Str4nd |
2042 | 2427 | * @author ZeiP |
— | — | @@ -2100,6 +2485,8 @@ |
2101 | 2486 | 'wikilog-edit-signpub' => 'Allekirjoita ja julkaise tämä artikkeli', |
2102 | 2487 | 'wikilog-edit-signpub-tooltip' => 'Aiheuttaa tämän artikkelin allekirjoituksen ja julkaisemisen wikilogiinsa tallennettaessa. |
2103 | 2488 | Poista tämän laatikon valinta pitääksesi artikkelin luonnoksena.', |
| 2489 | + 'wikilog-comment-permalink' => '$1 kello $2', |
| 2490 | + 'wikilog-comment-note-edited' => 'viimeksi muokattu $1 kello $2', |
2104 | 2491 | 'wikilog-comment-anonsig' => '$3 (anonyymi)', |
2105 | 2492 | 'wikilog-comment-pending' => 'Tämä kommentti odottaa hyväksyntää.', |
2106 | 2493 | 'wikilog-comment-deleted' => 'Tämä kommentti oli poistettu.', |
— | — | @@ -2167,11 +2554,13 @@ |
2168 | 2555 | |
2169 | 2556 | /** French (Français) |
2170 | 2557 | * @author IAlex |
| 2558 | + * @author Peter17 |
2171 | 2559 | * @author PieRRoMaN |
| 2560 | + * @author Urhixidur |
2172 | 2561 | * @author Yekrats |
2173 | 2562 | */ |
2174 | 2563 | $messages['fr'] = array( |
2175 | | - 'wikilog-desc' => 'Ajoute des fonctionnalités de blog, créant un wiki-blog hybride', |
| 2564 | + 'wikilog-desc' => 'Ajoute des fonctionnalités de blogue, créant un hybride wiki-blogue', |
2176 | 2565 | 'wikilog-auto' => 'Vikilogo Auto', |
2177 | 2566 | 'wikilog-help' => '{{ns:Help}}:Wikilog', |
2178 | 2567 | 'right-wl-postcomment' => 'Poster des commentaires sur les articles de wikilog', |
— | — | @@ -2185,20 +2574,19 @@ |
2186 | 2575 | 'wikilog-log-cmt-rejdel' => 'A rejeté le commentaire sur wikilog de [[Special:Contributions/$1|$1]]', |
2187 | 2576 | 'wikilog-tab' => 'Wikilog', |
2188 | 2577 | 'wikilog-tab-title' => 'Actions sur wikilog', |
2189 | | - 'wikilog-missing-wikilog' => " |
2190 | | -Ceci est la page [[{{int:wikilog-help}}|wikilog]] pour [[{{FULLPAGENAME}}]]. |
| 2578 | + 'wikilog-missing-wikilog' => 'Ceci est la page [[{{int:wikilog-help}}|wikilog]] pour [[{{FULLPAGENAME}}]]. |
2191 | 2579 | |
2192 | | -Ce wikilog n'existe pas pour l'instant. |
2193 | | -Il doit d'abord être créé afin de pouvoir publier des articles et utiliser les autres fonctionnalités de wikilog. |
| 2580 | +Ce wikilog n’existe pas pour l’instant. |
| 2581 | +Il doit d’abord être créé afin de pouvoir publier des articles et utiliser les autres fonctionnalités de wikilog. |
2194 | 2582 | |
2195 | | -* <span class=\"plainlkinks\">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Créer ce wikilog].</span>", |
| 2583 | +* <span class="plainlkinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Créer ce wikilog].</span>', |
2196 | 2584 | 'wikilog-information' => 'Information sur wikilog', |
2197 | 2585 | 'wikilog-post-count-published' => 'Il y a {{PLURAL:$1|$1 article publié|$1 articles publiés}} sur ce wikilog,', |
2198 | 2586 | 'wikilog-post-count-drafts' => 'Il y a {{PLURAL:£1|un article non publié (brouillon)|$1 articles non publiés (brouillons)}},', |
2199 | 2587 | 'wikilog-post-count-all' => 'Au total, il y a {{PLURAL:$1|un article|$1 articles}}.', |
2200 | 2588 | 'wikilog-new-item' => 'Créer un nouvel article de wikilog', |
2201 | 2589 | 'wikilog-new-item-go' => 'Créer', |
2202 | | - 'wikilog-item-name' => "Nom de l'article :", |
| 2590 | + 'wikilog-item-name' => 'Nom de l’article :', |
2203 | 2591 | 'wikilog-published' => 'Publié', |
2204 | 2592 | 'wikilog-updated' => 'Mis à jour', |
2205 | 2593 | 'wikilog-draft' => 'Brouillon', |
— | — | @@ -2227,68 +2615,70 @@ |
2228 | 2616 | 'wikilog-summary-categories' => 'Classé dans $2', |
2229 | 2617 | 'wikilog-summary-more' => '[[$3|→ lire la suite...]]', |
2230 | 2618 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discuter]])', |
| 2619 | + 'wikilog-edit-hint' => 'Modifier l’article $1 du wikilog', |
2231 | 2620 | 'wikilog-edit-fieldset-legend' => 'Options de wikilog :', |
2232 | 2621 | 'wikilog-edit-signpub' => 'Signer et publier cet article', |
2233 | | - 'wikilog-edit-signpub-tooltip' => "Fait que l'article est signé et publié dans son wikilog lors de la sauvegarde. |
2234 | | -Décochez cette case pour que l'article reste à l'état de brouillon.", |
| 2622 | + 'wikilog-edit-signpub-tooltip' => 'Fait que l’article soit signé et publié dans son wikilog lors de la sauvegarde. |
| 2623 | +Décochez cette case pour que l’article reste à l’état de brouillon.', |
2235 | 2624 | 'wikilog-comment-permalink' => '$1 à $2', |
2236 | 2625 | 'wikilog-comment-note-item' => 'Posté à $1', |
2237 | 2626 | 'wikilog-comment-note-edited' => 'dernière modification le $1 à $2', |
2238 | 2627 | 'wikilog-comment-anonsig' => '$3 (anonyme)', |
2239 | | - 'wikilog-comment-pending' => "Ce commentaire est en attente d'une approbation.", |
| 2628 | + 'wikilog-comment-pending' => 'Ce commentaire est en attente d’une approbation.', |
2240 | 2629 | 'wikilog-comment-deleted' => 'Ce commentaire a été supprimé.', |
2241 | 2630 | 'wikilog-comment-omitted-x' => 'Commentaire omis (#$1).', |
2242 | | - 'wikilog-comment-autosumm' => 'Nouveau commentaare de $1 : $2', |
| 2631 | + 'wikilog-comment-autosumm' => 'Nouveau commentaire de $1 : $2', |
2243 | 2632 | 'wikilog-reply-to-comment' => 'Poster une réponse à ce commentaire', |
2244 | 2633 | 'wikilog-comment-page' => 'Aller à la page de ce commentaire', |
2245 | 2634 | 'wikilog-comment-edit' => 'Modifier ce commentaire', |
2246 | 2635 | 'wikilog-comment-delete' => 'Supprimer ce commentaire', |
2247 | | - 'wikilog-comment-history' => "Voir l'historique des commentaires", |
| 2636 | + 'wikilog-comment-history' => 'Voir l’historique des commentaires', |
2248 | 2637 | 'wikilog-comment-approve' => 'Approuver ce commentaire (effet immédiat)', |
2249 | 2638 | 'wikilog-comment-reject' => 'Rejeter ce commentaire (effet immédiat)', |
2250 | 2639 | 'wikilog-newtalk-text' => '<!-- page vierge créée par Wikilog -->', |
2251 | 2640 | 'wikilog-newtalk-summary' => 'créé automatiquement par Wikilog', |
2252 | | - 'wikilog-feed-description' => 'Lire les posts les plus récents dans ce feed.', |
| 2641 | + 'wikilog-feed-ns-title' => '$1 articles wikilog', |
| 2642 | + 'wikilog-feed-description' => 'Lire les articles les plus récents dans ce fil de nouvelles.', |
2253 | 2643 | 'wikilog-comment-feed-title1' => 'Commentaire de $2 (# $1)', |
2254 | 2644 | 'wikilog-comment-feed-title2' => 'Commentaire de $2 à $3 (# $1)', |
2255 | | - 'wikilog-comment-feed-description' => 'Lire les commentaires les plus récents dans ce flux.', |
| 2645 | + 'wikilog-comment-feed-description' => 'Lire les commentaires les plus récents dans ce fil de nouvelles.', |
2256 | 2646 | 'wikilog-title-comments' => 'Commentaires - $1', |
2257 | 2647 | 'wikilog-error-msg' => 'Wikilog : $1', |
2258 | 2648 | 'wikilog-error-title' => 'Erreur de wikilog', |
2259 | 2649 | 'wikilog-invalid-param' => 'Paramètre invalide : $1.', |
2260 | 2650 | 'wikilog-invalid-author' => 'Auteur invalide : $1.', |
2261 | 2651 | 'wikilog-invalid-date' => 'Date invalide : $1.', |
2262 | | - 'wikilog-invalid-tag' => 'Tag invalide : $1.', |
| 2652 | + 'wikilog-invalid-tag' => 'Marqueur invalide : $1.', |
2263 | 2653 | 'wikilog-invalid-file' => 'Fichier invalide : $1.', |
2264 | 2654 | 'wikilog-file-not-found' => 'Fichier inexistant : $1.', |
2265 | | - 'wikilog-not-an-image' => "Le fichier n'est pas une image : $1.", |
2266 | | - 'wikilog-out-of-context' => "Avertissement : des tags de wikilog sont utilisés hors contexte. |
2267 | | -Ils ne devraient être utilisés que dans les articles de l'espace de noms Wikilog.", |
2268 | | - 'wikilog-too-many-authors' => "Avertissement : Trop d'auteurs listés dans le post de wikilog.", |
2269 | | - 'wikilog-too-many-tags' => 'Avertissement : Trop de tags listés dans ce post de wikilog.', |
| 2655 | + 'wikilog-not-an-image' => 'Le fichier n’est pas une image : $1.', |
| 2656 | + 'wikilog-out-of-context' => 'Avertissement : des marqueurs de wikilog sont utilisés hors contexte. |
| 2657 | +Ils ne devraient être utilisés que dans les articles de l’espace de noms Wikilog.', |
| 2658 | + 'wikilog-too-many-authors' => 'Avertissement : Trop d’auteurs listés dans l’article de wikilog.', |
| 2659 | + 'wikilog-too-many-tags' => 'Avertissement : Trop de marqueurs listés dans cet article de wikilog.', |
2270 | 2660 | 'wikilog-comment-is-empty' => 'Le commentaire posté est vide.', |
2271 | 2661 | 'wikilog-comment-too-long' => 'Le commentaire posté est trop long.', |
2272 | | - 'wikilog-comment-invalid-name' => "Le nom fourni n'est pas valide.", |
2273 | | - 'wikilog-no-such-article' => "L'article de wikilog attendu n'existe pas.", |
2274 | | - 'wikilog-reading-draft' => "Cet article de wikilog est un brouillon, il n'a pas encore été publié.", |
2275 | | - 'wikilog-posting-anonymously' => "Vous n'êtes actuellement pas connecté ; |
| 2662 | + 'wikilog-comment-invalid-name' => 'Le nom fourni n’est pas valide.', |
| 2663 | + 'wikilog-no-such-article' => 'L’article de wikilog attendu n’existe pas.', |
| 2664 | + 'wikilog-reading-draft' => 'Cet article de wikilog est un brouillon, il n’a pas encore été publié.', |
| 2665 | + 'wikilog-posting-anonymously' => 'Vous n’êtes pas connecté ; |
2276 | 2666 | votre commentaire sera posté anonymement, identifié par votre adresse de connexion à Internet. |
2277 | | -Vous devriez soit spécifier un pseudonyme ci-dessus pour identifier votre commentaire, ou $1 pour qu'il soit attribué correctement.", |
2278 | | - 'wikilog-anonymous-moderated' => "Une fois que vous soumettez votre commentaire, il ne sera pas immédiatement visible sur la page. |
2279 | | -Le commentaire n'apparaîtra qu'après avoir été vérifié par un modérateur.", |
| 2667 | +Vous devriez soit spécifier un pseudonyme ci-dessus pour identifier votre commentaire, ou vous $1 pour qu’il soit attribué correctement.', |
| 2668 | + 'wikilog-anonymous-moderated' => 'Une fois votre commentaire soumis, il ne sera pas immédiatement visible sur la page. |
| 2669 | +Le commentaire n’apparaîtra qu’après avoir été vérifié par un modérateur.', |
2280 | 2670 | 'wikilog-post-comment' => 'Poster un nouveau commentaire', |
2281 | 2671 | 'wikilog-post-reply' => 'Poster une nouvelle réponse', |
2282 | | - 'wikilog-form-legend' => 'Chercher des posts de wikilog', |
| 2672 | + 'wikilog-form-legend' => 'Chercher des articles de wikilog', |
2283 | 2673 | 'wikilog-form-wikilog' => 'Wikilog :', |
2284 | 2674 | 'wikilog-form-category' => 'Catégorie :', |
2285 | 2675 | 'wikilog-form-name' => 'Nom :', |
2286 | 2676 | 'wikilog-form-author' => 'Auteur :', |
2287 | | - 'wikilog-form-tag' => 'Tag :', |
| 2677 | + 'wikilog-form-tag' => 'Marqueur :', |
2288 | 2678 | 'wikilog-form-date' => 'Date :', |
2289 | 2679 | 'wikilog-form-status' => 'Statut :', |
2290 | 2680 | 'wikilog-form-preview' => 'Prévisualisation :', |
2291 | 2681 | 'wikilog-form-comment' => 'Commentaire :', |
2292 | | - 'wikilog-show-all' => 'Tous les posts', |
| 2682 | + 'wikilog-show-all' => 'Tous les articles', |
2293 | 2683 | 'wikilog-show-published' => 'Publiés', |
2294 | 2684 | 'wikilog-show-drafts' => 'Brouillons', |
2295 | 2685 | 'wikilog-submit' => 'Soumettre', |
— | — | @@ -2304,6 +2694,7 @@ |
2305 | 2695 | ); |
2306 | 2696 | |
2307 | 2697 | /** Galician (Galego) |
| 2698 | + * @author Gallaecio |
2308 | 2699 | * @author Toliño |
2309 | 2700 | */ |
2310 | 2701 | $messages['gl'] = array( |
— | — | @@ -2363,6 +2754,7 @@ |
2364 | 2755 | 'wikilog-summary-categories' => 'Arquivado en $2', |
2365 | 2756 | 'wikilog-summary-more' => '[[$3|→ seguir lendo...]]', |
2366 | 2757 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|conversa]])', |
| 2758 | + 'wikilog-edit-hint' => 'Editar o artigo "$1" do wikilog', |
2367 | 2759 | 'wikilog-edit-fieldset-legend' => 'Opcións do wikilog', |
2368 | 2760 | 'wikilog-edit-signpub' => 'Asinar e publicar este artigo', |
2369 | 2761 | 'wikilog-edit-signpub-tooltip' => 'Fai que o artigo sexa asinado e publicado no seu wikilog ao gardalo. |
— | — | @@ -2384,6 +2776,7 @@ |
2385 | 2777 | 'wikilog-comment-reject' => 'Rexeitar este comentario (acción inmediata)', |
2386 | 2778 | 'wikilog-newtalk-text' => '<!-- páxina baleira creada polo wikilog -->', |
2387 | 2779 | 'wikilog-newtalk-summary' => 'creada automaticamente polo wikilog', |
| 2780 | + 'wikilog-feed-ns-title' => '$1 artigos do wikilog', |
2388 | 2781 | 'wikilog-feed-description' => 'Lea as mensaxes máis recentes nesta fonte de novas.', |
2389 | 2782 | 'wikilog-comment-feed-title1' => 'Comentario de $2 (#$1)', |
2390 | 2783 | 'wikilog-comment-feed-title2' => 'Comentario de $2 a "$3" (#$1)', |
— | — | @@ -2518,6 +2911,7 @@ |
2519 | 2912 | 'wikilog-summary-categories' => 'Kategorisiert unter $2', |
2520 | 2913 | 'wikilog-summary-more' => '[[$3|→ wyterläse …]]', |
2521 | 2914 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|Diskussion]])', |
| 2915 | + 'wikilog-edit-hint' => '„Wikilog“-Artikel bearbeite: $1', |
2522 | 2916 | 'wikilog-edit-fieldset-legend' => 'Wikilog-Optione:', |
2523 | 2917 | 'wikilog-edit-signpub' => 'Die Artikel unterzeichne un publiziere', |
2524 | 2918 | 'wikilog-edit-signpub-tooltip' => 'Sorgt derfir, ass dää Artikel bim Spychere unterzeichnet un publiziert wird im Wikilog. |
— | — | @@ -2539,6 +2933,7 @@ |
2540 | 2934 | 'wikilog-comment-reject' => 'Dää Kommentar abwyse (Diräktaktion)', |
2541 | 2935 | 'wikilog-newtalk-text' => '<!-- lääri Syte aagleit dur Wikilog -->', |
2542 | 2936 | 'wikilog-newtalk-summary' => 'automatisch aagleit dur Wikilog', |
| 2937 | + 'wikilog-feed-ns-title' => '$1 „Wikilog“-Artikel', |
2543 | 2938 | 'wikilog-feed-description' => 'Di nejschte Byytreg in däm Feed läse.', |
2544 | 2939 | 'wikilog-comment-feed-title1' => 'Aamerkig vu $2 (#$1)', |
2545 | 2940 | 'wikilog-comment-feed-title2' => 'Aamerkig vu $2 zue $3 (#$1)', |
— | — | @@ -2592,6 +2987,15 @@ |
2593 | 2988 | 'wikilog-doc-import-comment' => 'Importierti Wikilog-Dokumäntation', |
2594 | 2989 | ); |
2595 | 2990 | |
| 2991 | +/** Hausa (هَوُسَ) */ |
| 2992 | +$messages['ha'] = array( |
| 2993 | + 'wikilog-new-item-go' => 'Ƙirƙira', |
| 2994 | + 'wikilog-view-summary' => 'Taƙaici', |
| 2995 | + 'wikilog-form-category' => 'Rukuni:', |
| 2996 | + 'wikilog-delete-lc' => 'soke', |
| 2997 | + 'wikilog-page-lc' => 'shafi', |
| 2998 | +); |
| 2999 | + |
2596 | 3000 | /** Hebrew (עברית) |
2597 | 3001 | * @author Rotemliss |
2598 | 3002 | * @author YaronSh |
— | — | @@ -2732,12 +3136,18 @@ |
2733 | 3137 | 'wikilog-summary-categories' => 'Wotpołoženy pod $2', |
2734 | 3138 | 'wikilog-summary-more' => '[[$3|→ dale čitać...]]', |
2735 | 3139 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|diskusija]])', |
| 3140 | + 'wikilog-edit-hint' => 'Nastawk wikiprotokola wobdźěłać: $1', |
2736 | 3141 | 'wikilog-edit-fieldset-legend' => 'Wikilogowe opcije:', |
2737 | 3142 | 'wikilog-edit-signpub' => 'Tutón přinošk podpisać a wozjewić', |
2738 | 3143 | 'wikilog-edit-signpub-tooltip' => 'Zawinuje, zo so tutón přinošk w swojim wikilogu podpisuje a wozjewja, hdyž so składuje. |
2739 | 3144 | Wotstroń markěrowanje z kašćika, zo by so přinošk jako naćisk wobchował.', |
| 3145 | + 'wikilog-comment-permalink' => '$1 $2', |
| 3146 | + 'wikilog-comment-note-item' => 'do $1 pósłany', |
| 3147 | + 'wikilog-comment-note-edited' => 'posledni raz $1 $2 změnjeny', |
| 3148 | + 'wikilog-comment-anonsig' => '$3 (anonymny)', |
2740 | 3149 | 'wikilog-comment-pending' => 'Tutón komentar na schwalenje čaka.', |
2741 | 3150 | 'wikilog-comment-deleted' => 'Tutón komentar bu zničeny.', |
| 3151 | + 'wikilog-comment-omitted-x' => 'Komentar wuwostajeny (#$1)', |
2742 | 3152 | 'wikilog-comment-autosumm' => 'Nowy komentar wot $1: $2', |
2743 | 3153 | 'wikilog-reply-to-comment' => 'Wotmołwu na tutón komentar pósłać', |
2744 | 3154 | 'wikilog-comment-page' => 'Ke komentarowej stronje', |
— | — | @@ -2748,7 +3158,11 @@ |
2749 | 3159 | 'wikilog-comment-reject' => 'Tutón komentar wotpokazać (hnydomniša akcija)', |
2750 | 3160 | 'wikilog-newtalk-text' => '<!-- prózdna strona wutworjena wot Wikiloga -->', |
2751 | 3161 | 'wikilog-newtalk-summary' => 'awtomatisce přez Wikilog wutworjeny', |
| 3162 | + 'wikilog-feed-ns-title' => 'Nastawki wikiprotokola z $1', |
2752 | 3163 | 'wikilog-feed-description' => 'Čitaj najnowše přinoški w tutym kanalu.', |
| 3164 | + 'wikilog-comment-feed-title1' => 'Komentar wot $2 (#$1)', |
| 3165 | + 'wikilog-comment-feed-title2' => 'Komentar wot $2 na $3 (#$1)', |
| 3166 | + 'wikilog-comment-feed-description' => 'Najnowše komentary w tutym kanalu čitać.', |
2753 | 3167 | 'wikilog-title-comments' => 'Komentary - $1', |
2754 | 3168 | 'wikilog-error-msg' => 'Wikiprotokol: $1', |
2755 | 3169 | 'wikilog-error-title' => 'Wikiprotokolowy zmylk', |
— | — | @@ -2807,6 +3221,7 @@ |
2808 | 3222 | $messages['hu'] = array( |
2809 | 3223 | 'wikilog-desc' => 'Blogfunkciók hozzáadása a wikihez, wiki-blog hibridet létrehozva', |
2810 | 3224 | 'wikilog-auto' => 'Automatikus wikinapló', |
| 3225 | + 'wikilog-help' => '{{ns:Help}}:Wikinapló', |
2811 | 3226 | 'right-wl-postcomment' => 'Hozzászólások írása a wikinapló bejegyzésekhez', |
2812 | 3227 | 'right-wl-moderation' => 'wikinapló bejegyzés hozzászólásainak moderálása', |
2813 | 3228 | 'wikilog-specialwikilog-title' => 'Wikinaplók', |
— | — | @@ -2857,6 +3272,7 @@ |
2858 | 3273 | 'wikilog-edit-signpub' => 'Dokumentum aláírása és közzététele', |
2859 | 3274 | 'wikilog-edit-signpub-tooltip' => 'Hatására ez a szócikk alá lesz írva és közzé lesz téve a wikinaplójában mentéskor. |
2860 | 3275 | Vedd ki a pipát a doboz elől, ha vázlatként szeretnéd elmenteni a cikket.', |
| 3276 | + 'wikilog-comment-anonsig' => '$3 (névtelen)', |
2861 | 3277 | 'wikilog-comment-pending' => 'Ez a hozzászólás elfogadásra vár.', |
2862 | 3278 | 'wikilog-comment-deleted' => 'Ez a hozzászólás törölve lett.', |
2863 | 3279 | 'wikilog-comment-autosumm' => '$1 új hozzászólást írt: $2', |
— | — | @@ -2907,7 +3323,7 @@ |
2908 | 3324 | 'wikilog-form-preview' => 'Előnézet:', |
2909 | 3325 | 'wikilog-form-comment' => 'Hozzászólás:', |
2910 | 3326 | 'wikilog-show-all' => 'Összes bejegyzés', |
2911 | | - 'wikilog-show-published' => 'Publikálva', |
| 3327 | + 'wikilog-show-published' => 'Közzétéve', |
2912 | 3328 | 'wikilog-show-drafts' => 'Vázlatok', |
2913 | 3329 | 'wikilog-submit' => 'Elküldés', |
2914 | 3330 | 'wikilog-preview' => 'Előnézet', |
— | — | @@ -2980,6 +3396,7 @@ |
2981 | 3397 | 'wikilog-summary-categories' => 'In {{PLURAL:$1|categoria|categorias}} $2', |
2982 | 3398 | 'wikilog-summary-more' => '[[$3|→ continuar a leger...]]', |
2983 | 3399 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discussion]])', |
| 3400 | + 'wikilog-edit-hint' => 'Modificar le articulo wikilog: $1', |
2984 | 3401 | 'wikilog-edit-fieldset-legend' => 'Optiones de wikilog:', |
2985 | 3402 | 'wikilog-edit-signpub' => 'Signar e publicar iste articulo', |
2986 | 3403 | 'wikilog-edit-signpub-tooltip' => 'Face que iste articulo es signate e publicate in iste wikilog al momento que illo es salveguardate. |
— | — | @@ -3001,6 +3418,7 @@ |
3002 | 3419 | 'wikilog-comment-reject' => 'Rejectar iste commento (action immediate)', |
3003 | 3420 | 'wikilog-newtalk-text' => '<!-- pagina vacue create per Wikilog -->', |
3004 | 3421 | 'wikilog-newtalk-summary' => 'create automaticamente per Wikilog', |
| 3422 | + 'wikilog-feed-ns-title' => 'Articulos wikilog in $1', |
3005 | 3423 | 'wikilog-feed-description' => 'Leger le articulos le plus recente in iste syndication.', |
3006 | 3424 | 'wikilog-comment-feed-title1' => 'Commento per $2 (#$1)', |
3007 | 3425 | 'wikilog-comment-feed-title2' => 'Commento per $2 a $3 (#$1)', |
— | — | @@ -3024,9 +3442,9 @@ |
3025 | 3443 | 'wikilog-comment-invalid-name' => 'Le nomine fornite es invalide.', |
3026 | 3444 | 'wikilog-no-such-article' => 'Le articulo Wikilog requestate non existe.', |
3027 | 3445 | 'wikilog-reading-draft' => 'Iste articulo Wikilog es un version provisori, illo non ha ancora essite publicate.', |
3028 | | - 'wikilog-posting-anonymously' => 'Tu non es actualmente identificate; |
| 3446 | + 'wikilog-posting-anonymously' => 'Al momento tu non es authenticate; |
3029 | 3447 | tu commento essera publicate anonymemente, identificate per tu adresse de connexion a Internet. |
3030 | | -Tu deberea o fornir un pseudonymo ci supra pro identificar tu commento, o $1 de sorta que le commento sia attribuite correctemente.', |
| 3448 | +Tu deberea o fornir un pseudonymo hic supra pro identificar tu commento, o $1 de sorta que le commento sia attribuite correctemente.', |
3031 | 3449 | 'wikilog-anonymous-moderated' => 'Le commento submittite non essera immediatemente visibile in iste pagina; |
3032 | 3450 | illo apparera post esser revidite per un moderator.', |
3033 | 3451 | 'wikilog-post-comment' => 'Publicar un nove commento', |
— | — | @@ -3057,7 +3475,9 @@ |
3058 | 3476 | ); |
3059 | 3477 | |
3060 | 3478 | /** Indonesian (Bahasa Indonesia) |
| 3479 | + * @author Farras |
3061 | 3480 | * @author IvanLanin |
| 3481 | + * @author Kenrick95 |
3062 | 3482 | */ |
3063 | 3483 | $messages['id'] = array( |
3064 | 3484 | 'wikilog-desc' => 'Menambahkan fitur blog, membuat suatu gabungan wiki-blog', |
— | — | @@ -3115,12 +3535,18 @@ |
3116 | 3536 | 'wikilog-summary-categories' => 'Dikategorikan di $2', |
3117 | 3537 | 'wikilog-summary-more' => '[[$3|→ lanjutkan membaca...]]', |
3118 | 3538 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|bicara]])', |
| 3539 | + 'wikilog-edit-hint' => 'Sunting artikel wikilog: $1', |
3119 | 3540 | 'wikilog-edit-fieldset-legend' => 'Opsi Wikilog:', |
3120 | 3541 | 'wikilog-edit-signpub' => 'Tanda tangani dan terbitkan artikel ini', |
3121 | 3542 | 'wikilog-edit-signpub-tooltip' => 'Menyebabkan artikel ini ditandatangani dan diterbitkan di wikilognya sewaktu disimpan. |
3122 | 3543 | Hapus centang di kotak ini untuk tetap menandai artikel ini sebagai draf.', |
| 3544 | + 'wikilog-comment-permalink' => '$1 pada $2', |
| 3545 | + 'wikilog-comment-note-item' => 'dikirim ke $1', |
| 3546 | + 'wikilog-comment-note-edited' => 'terakhir disunting pada tanggal $1 pada $2', |
| 3547 | + 'wikilog-comment-anonsig' => '$3 (anonim)', |
3123 | 3548 | 'wikilog-comment-pending' => 'Komentar ini menunggu persetujuan.', |
3124 | 3549 | 'wikilog-comment-deleted' => 'Komentar ini telah dihapus.', |
| 3550 | + 'wikilog-comment-omitted-x' => 'Komentar yang diabaikan (#$1)', |
3125 | 3551 | 'wikilog-comment-autosumm' => 'Komentar baru oleh $1: $2', |
3126 | 3552 | 'wikilog-reply-to-comment' => 'Kirimkan balasan untuk komentar ini', |
3127 | 3553 | 'wikilog-comment-page' => 'Tuju ke halaman komentar ini', |
— | — | @@ -3131,7 +3557,11 @@ |
3132 | 3558 | 'wikilog-comment-reject' => 'Tolak komentar ini (aksi langsung)', |
3133 | 3559 | 'wikilog-newtalk-text' => '<!-- halaman kosong dibuat oleh Wikilog -->', |
3134 | 3560 | 'wikilog-newtalk-summary' => 'dibuat otomatis oleh Wikilog', |
| 3561 | + 'wikilog-feed-ns-title' => '$1 artikel wikilog', |
3135 | 3562 | 'wikilog-feed-description' => 'Baca kiriman terbaru di umpan ini.', |
| 3563 | + 'wikilog-comment-feed-title1' => 'Komentar oleh $2 (#$1)', |
| 3564 | + 'wikilog-comment-feed-title2' => 'Komentar oleh $2 di $3 (#$1)', |
| 3565 | + 'wikilog-comment-feed-description' => 'Baca komentar terbaru di umpan ini.', |
3136 | 3566 | 'wikilog-title-comments' => 'Komentar - $1', |
3137 | 3567 | 'wikilog-error-msg' => 'Wikilog: $1', |
3138 | 3568 | 'wikilog-error-title' => 'Kesalahan Wikilog', |
— | — | @@ -3189,26 +3619,164 @@ |
3190 | 3620 | $messages['ig'] = array( |
3191 | 3621 | 'wikilog-new-item-go' => 'Ké', |
3192 | 3622 | 'wikilog-item-name' => 'Áhạ edemede:', |
3193 | | - 'wikilog-authors' => 'Onye déré', |
| 3623 | + 'wikilog-authors' => 'Ọdè ákwúkwó', |
3194 | 3624 | 'wikilog-title' => 'Ishi edemede', |
3195 | 3625 | 'wikilog-actions' => 'Mmèmé', |
3196 | | - 'wikilog-view-summary' => 'Mmẹkotá', |
| 3626 | + 'wikilog-view-summary' => 'Mmẹkụwátá', |
3197 | 3627 | 'wikilog-anonymous-mark' => '(onye amágị)', |
3198 | 3628 | 'wikilog-pager-newest' => 'nke ohúrù', |
3199 | 3629 | 'wikilog-pager-oldest' => 'nke ichíé', |
3200 | 3630 | 'wikilog-pager-last' => 'nke lara azu', |
3201 | 3631 | 'wikilog-no-comments' => 'okwu a nogị', |
3202 | 3632 | 'wikilog-summary-uncategorized' => 'E tibọ ya na ébé o gi nọr', |
| 3633 | + 'wikilog-form-category' => 'Ébéonọr:', |
3203 | 3634 | 'wikilog-form-name' => 'Áhạ:', |
| 3635 | + 'wikilog-form-author' => 'Ọdè ákwúkwó:', |
| 3636 | + 'wikilog-form-date' => 'Ubọchị:', |
3204 | 3637 | 'wikilog-edit-lc' => 'rüwa', |
| 3638 | + 'wikilog-delete-lc' => 'gbakashia', |
3205 | 3639 | 'wikilog-page-lc' => 'ihü', |
3206 | 3640 | 'wikilog-history-lc' => 'akíkó mbu', |
3207 | 3641 | ); |
3208 | 3642 | |
| 3643 | +/** Italian (Italiano) |
| 3644 | + * @author Civvì |
| 3645 | + */ |
| 3646 | +$messages['it'] = array( |
| 3647 | + 'wikilog-desc' => 'Aggiunge funzionalità di blogging, creando un ibrido wiki-blog', |
| 3648 | + 'wikilog-auto' => 'Wikilog Auto', |
| 3649 | + 'wikilog-help' => '{{ns:Help}}:Wikilog', |
| 3650 | + 'right-wl-postcomment' => 'Scrivi un commento ad articoli wikilog', |
| 3651 | + 'right-wl-moderation' => 'Moderazione di commenti ad articoli wikilog', |
| 3652 | + 'wikilog-specialwikilog-title' => 'Wikilogs', |
| 3653 | + 'wikilog-specialwikilog' => 'Wikilog', |
| 3654 | + 'wikilog-log-pagename' => 'Registro delle azioni Wikilog', |
| 3655 | + 'wikilog-log-pagetext' => 'Di seguito è riportato un elenco di azioni wikilog.', |
| 3656 | + 'wikilog-log-cmt-approve' => 'commento autorizzato "[[$1]]"', |
| 3657 | + 'wikilog-log-cmt-reject' => 'respinto commento "[[$1]]"', |
| 3658 | + 'wikilog-log-cmt-rejdel' => 'Respinto commento wikilog di [[Special:Contributions/$1|$1]]', |
| 3659 | + 'wikilog-tab' => 'Wikilog', |
| 3660 | + 'wikilog-tab-title' => 'Azioni Wikilog', |
| 3661 | + 'wikilog-missing-wikilog' => 'Questa è la pagina [[{{int:wikilog-help}}|wikilog]] per [[{{FULLPAGENAME}}]]. |
| 3662 | + |
| 3663 | +Questo wikilog non esiste ancora. |
| 3664 | +Allo scopo di pubblicare articoli e abilitare le altre caratteristiche wikilog deve essere prima creato il wikilog. |
| 3665 | + |
| 3666 | +* <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Crea questo wikilog].</span>', |
| 3667 | + 'wikilog-information' => 'Informazioni Wikilog', |
| 3668 | + 'wikilog-post-count-published' => "In questo wikilog {{PLURAL:$1|c'è un articolo pubblicato|ci sono $1 articoli pubblicati}}", |
| 3669 | + 'wikilog-post-count-drafts' => "{{PLURAL:$1|C'è un articolo (bozza) non pubblicato|Ci sono $1 articoli (bozze) non pubblicati}}", |
| 3670 | + 'wikilog-post-count-all' => "In totale {{PLURAL:$1|c'è un articolo|ci sono $1 articoli}}.", |
| 3671 | + 'wikilog-new-item' => 'Crea nuovo articolo wikilog', |
| 3672 | + 'wikilog-new-item-go' => 'Crea', |
| 3673 | + 'wikilog-item-name' => 'Nome articolo:', |
| 3674 | + 'wikilog-published' => 'Pubblicato', |
| 3675 | + 'wikilog-updated' => 'Aggiornato', |
| 3676 | + 'wikilog-draft' => 'Bozza', |
| 3677 | + 'wikilog-authors' => 'Autori', |
| 3678 | + 'wikilog-wikilog' => 'Wikilog', |
| 3679 | + 'wikilog-title' => 'Titolo', |
| 3680 | + 'wikilog-actions' => 'Azioni', |
| 3681 | + 'wikilog-comments' => 'Commenti', |
| 3682 | + 'wikilog-replies' => 'Risposte', |
| 3683 | + 'wikilog-view-archives' => 'Archivi', |
| 3684 | + 'wikilog-view-summary' => 'Sommario', |
| 3685 | + 'wikilog-draft-title-mark' => '(Bozza)', |
| 3686 | + 'wikilog-anonymous-mark' => '(Anonimo)', |
| 3687 | + 'wikilog-pager-newest' => 'più recente', |
| 3688 | + 'wikilog-pager-oldest' => 'più datato', |
| 3689 | + 'wikilog-pager-prev' => 'precedente', |
| 3690 | + 'wikilog-pager-next' => 'successivo', |
| 3691 | + 'wikilog-pager-first' => 'primo', |
| 3692 | + 'wikilog-pager-last' => 'ultimo', |
| 3693 | + 'wikilog-pager-empty' => '(senza articoli)', |
| 3694 | + 'wikilog-no-comments' => 'nessun commento', |
| 3695 | + 'wikilog-has-comments' => '{{PLURAL:$1|un commento|$1 commenti}}', |
| 3696 | + 'wikilog-summary-footer' => 'Inviato da $7 a [[$1|$2]] il $8 alle $9, $10.', |
| 3697 | + 'wikilog-summary-footer-single' => 'Inviato da $7 il $8 alle $9, $10.', |
| 3698 | + 'wikilog-summary-uncategorized' => 'Non categorizzato', |
| 3699 | + 'wikilog-summary-categories' => 'Archiviato in $2', |
| 3700 | + 'wikilog-summary-more' => '[[$3|→ continua a leggere...]]', |
| 3701 | + 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discussioni]])', |
| 3702 | + 'wikilog-edit-fieldset-legend' => 'Wikilog opzioni:', |
| 3703 | + 'wikilog-edit-signpub' => 'Firma e pubblica questo articolo', |
| 3704 | + 'wikilog-edit-signpub-tooltip' => "Firma e pubblica questo articolo nel wikilog quando viene salvato. |
| 3705 | +Deseleziona questa casella per salvare l'articolo come bozza.", |
| 3706 | + 'wikilog-comment-permalink' => '$1 alle ore $2', |
| 3707 | + 'wikilog-comment-note-item' => 'ha commentato $1', |
| 3708 | + 'wikilog-comment-note-edited' => 'Ultima modifica il $1 alle $2', |
| 3709 | + 'wikilog-comment-anonsig' => '$3 (anonimo)', |
| 3710 | + 'wikilog-comment-pending' => 'Questo commento è in attesa di approvazione.', |
| 3711 | + 'wikilog-comment-deleted' => 'Il commento è stato cancellato.', |
| 3712 | + 'wikilog-comment-omitted-x' => 'Commento omesso (#$1).', |
| 3713 | + 'wikilog-comment-autosumm' => 'Nuovo commento di $1: $2', |
| 3714 | + 'wikilog-reply-to-comment' => 'Inviare una risposta a questo commento', |
| 3715 | + 'wikilog-comment-page' => 'Vai alla pagina di questo commento', |
| 3716 | + 'wikilog-comment-edit' => 'Modifica questo commento', |
| 3717 | + 'wikilog-comment-delete' => 'Elimina questo commento', |
| 3718 | + 'wikilog-comment-history' => 'Vedi cronologia del commento', |
| 3719 | + 'wikilog-comment-approve' => 'Approvare questo commento (azione immediata)', |
| 3720 | + 'wikilog-comment-reject' => 'Rifiuta questo commento (azione immediata)', |
| 3721 | + 'wikilog-newtalk-text' => '<!-- pagina vuota creata da Wikilog -->', |
| 3722 | + 'wikilog-newtalk-summary' => 'creato automaticamente da Wikilog', |
| 3723 | + 'wikilog-feed-description' => 'Leggi i commenti più recenti in questo feed.', |
| 3724 | + 'wikilog-comment-feed-title1' => 'Commento di $2 (#$1)', |
| 3725 | + 'wikilog-comment-feed-title2' => 'Commento di $2 a $3 (#$1)', |
| 3726 | + 'wikilog-comment-feed-description' => 'Leggi i commenti più recenti in questo feed.', |
| 3727 | + 'wikilog-title-comments' => 'Commenti - $1', |
| 3728 | + 'wikilog-error-msg' => 'Wikilog: $1', |
| 3729 | + 'wikilog-error-title' => 'Errore di Wikilog', |
| 3730 | + 'wikilog-invalid-param' => 'Parametro non valido: $1.', |
| 3731 | + 'wikilog-invalid-author' => 'Autore non valido: $1.', |
| 3732 | + 'wikilog-invalid-date' => 'Data non valida: $1.', |
| 3733 | + 'wikilog-invalid-tag' => 'Tag non valido: $1.', |
| 3734 | + 'wikilog-invalid-file' => 'File non valido: $1.', |
| 3735 | + 'wikilog-file-not-found' => 'File inesistente: $1.', |
| 3736 | + 'wikilog-not-an-image' => "Il file non è un'immagine: $1.", |
| 3737 | + 'wikilog-out-of-context' => 'Attenzione: i tag Wikilog vengono usati fuori dal contesto. |
| 3738 | +Essi dovrebbero essere usati solo in articoli nel namespace Wikilog.', |
| 3739 | + 'wikilog-too-many-authors' => 'Attenzione: in questo post wikilog sono elencati troppi autori.', |
| 3740 | + 'wikilog-too-many-tags' => 'Attenzione: In questo wikilog sono elencati troppi tag.', |
| 3741 | + 'wikilog-comment-is-empty' => 'Il commento inviato è vuoto.', |
| 3742 | + 'wikilog-comment-too-long' => 'Il commento inviato è troppo lungo.', |
| 3743 | + 'wikilog-comment-invalid-name' => 'Il nome indicato non è valido.', |
| 3744 | + 'wikilog-no-such-article' => "L'articolo wikilog richiesto non esiste.", |
| 3745 | + 'wikilog-reading-draft' => 'Questo articolo wikilog è una bozza, non è ancora stato pubblicato.', |
| 3746 | + 'wikilog-posting-anonymously' => 'Al momento non sei connesso, il tuo commento verrà pubblicato in forma anonima ed identificato tramite il tuo indirizzo IP. |
| 3747 | +Dovresti fornire uno pseudonimo per identificare il tuo commento o $1 per per attribuirlo correttamente.', |
| 3748 | + 'wikilog-anonymous-moderated' => "Dopo l'invio del tuo commento questo non sarà immediatamente visibile. Il commento verrà pubblicato solo dopo l'approvazione da parte di un moderatore.", |
| 3749 | + 'wikilog-post-comment' => 'Inserisci un nuovo commento', |
| 3750 | + 'wikilog-post-reply' => 'Invia una nuova risposta', |
| 3751 | + 'wikilog-form-legend' => 'Cerca post wikilog', |
| 3752 | + 'wikilog-form-wikilog' => 'Wikilog:', |
| 3753 | + 'wikilog-form-category' => 'Categoria:', |
| 3754 | + 'wikilog-form-name' => 'Nome:', |
| 3755 | + 'wikilog-form-author' => 'Autore:', |
| 3756 | + 'wikilog-form-tag' => 'Tag:', |
| 3757 | + 'wikilog-form-date' => 'Data:', |
| 3758 | + 'wikilog-form-status' => 'Status:', |
| 3759 | + 'wikilog-form-preview' => 'Anteprima:', |
| 3760 | + 'wikilog-form-comment' => 'Commento:', |
| 3761 | + 'wikilog-show-all' => 'Tutti i post', |
| 3762 | + 'wikilog-show-published' => 'Pubblicato', |
| 3763 | + 'wikilog-show-drafts' => 'Bozze', |
| 3764 | + 'wikilog-submit' => 'Invia', |
| 3765 | + 'wikilog-preview' => 'Anteprima', |
| 3766 | + 'wikilog-edit-lc' => 'modifica', |
| 3767 | + 'wikilog-reply-lc' => 'rispondi', |
| 3768 | + 'wikilog-delete-lc' => 'cancella', |
| 3769 | + 'wikilog-approve-lc' => 'approva', |
| 3770 | + 'wikilog-reject-lc' => 'respingi', |
| 3771 | + 'wikilog-page-lc' => 'pagina', |
| 3772 | + 'wikilog-history-lc' => 'cronologia', |
| 3773 | + 'wikilog-doc-import-comment' => 'Documentazione Wikilog importata', |
| 3774 | +); |
| 3775 | + |
3209 | 3776 | /** Japanese (日本語) |
3210 | 3777 | * @author Aotake |
3211 | 3778 | * @author Fryed-peach |
3212 | 3779 | * @author Hosiryuhosi |
| 3780 | + * @author 青子守歌 |
3213 | 3781 | */ |
3214 | 3782 | $messages['ja'] = array( |
3215 | 3783 | 'wikilog-desc' => 'ブログ機能を追加し、ウィキとブログのハイブリッドを作る', |
— | — | @@ -3264,12 +3832,18 @@ |
3265 | 3833 | 'wikilog-summary-uncategorized' => '未分類', |
3266 | 3834 | 'wikilog-summary-categories' => '$2に分類', |
3267 | 3835 | 'wikilog-summary-more' => '[[$3|→ 続きを読む…]]', |
3268 | | - 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|会話]])', |
| 3836 | + 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|トーク]])', |
| 3837 | + 'wikilog-edit-hint' => 'ウィキログ記事を編集:$1', |
3269 | 3838 | 'wikilog-edit-fieldset-legend' => 'ウィキログのオプション:', |
3270 | 3839 | 'wikilog-edit-signpub' => 'この記事に署名し公開する', |
3271 | 3840 | 'wikilog-edit-signpub-tooltip' => '保存時にこの記事が署名され、そのウィキログに公開されます。この記事を下書きのままにするのなら、このボックスをチェックしないでください。', |
| 3841 | + 'wikilog-comment-permalink' => '$1の$2', |
| 3842 | + 'wikilog-comment-note-item' => '$1への投稿', |
| 3843 | + 'wikilog-comment-note-edited' => '$1の$2に最後の編集', |
| 3844 | + 'wikilog-comment-anonsig' => '$3(匿名利用者)', |
3272 | 3845 | 'wikilog-comment-pending' => 'このコメントは承認待ちです。', |
3273 | 3846 | 'wikilog-comment-deleted' => 'このコメントは削除されました。', |
| 3847 | + 'wikilog-comment-omitted-x' => 'コメント省略(#$1)。', |
3274 | 3848 | 'wikilog-comment-autosumm' => '$1 による新規コメント: $2', |
3275 | 3849 | 'wikilog-reply-to-comment' => 'このコメントへの返信を投稿', |
3276 | 3850 | 'wikilog-comment-page' => 'このコメントのページへ移動', |
— | — | @@ -3280,7 +3854,11 @@ |
3281 | 3855 | 'wikilog-comment-reject' => 'このコメントを拒否 (即時)', |
3282 | 3856 | 'wikilog-newtalk-text' => '<!-- ウィキログによって作成された空白ページ -->', |
3283 | 3857 | 'wikilog-newtalk-summary' => 'ウィキログにより自動的に作成', |
| 3858 | + 'wikilog-feed-ns-title' => '$1ウィキログ記事', |
3284 | 3859 | 'wikilog-feed-description' => 'このフィードで最新の投稿を読む。', |
| 3860 | + 'wikilog-comment-feed-title1' => '$2からのコメント(#$1)', |
| 3861 | + 'wikilog-comment-feed-title2' => '$3への$2からのコメント(#$1)', |
| 3862 | + 'wikilog-comment-feed-description' => 'このフィードで最新のコメントを購読する。', |
3285 | 3863 | 'wikilog-title-comments' => 'コメント - $1', |
3286 | 3864 | 'wikilog-error-msg' => 'ウィキログ: $1', |
3287 | 3865 | 'wikilog-error-title' => 'ウィキログのエラー', |
— | — | @@ -3342,17 +3920,23 @@ |
3343 | 3921 | */ |
3344 | 3922 | $messages['kn'] = array( |
3345 | 3923 | 'wikilog-authors' => 'ಕರ್ತೃಗಳು', |
| 3924 | + 'wikilog-title' => 'ಶೀರ್ಷಿಕೆ', |
| 3925 | + 'wikilog-view-summary' => 'ಸಾರಾಂಶ', |
| 3926 | + 'wikilog-pager-last' => 'ಕೊನೆಯ', |
3346 | 3927 | 'wikilog-form-category' => 'ವರ್ಗ:', |
3347 | 3928 | 'wikilog-form-name' => 'ಹೆಸರು:', |
3348 | 3929 | 'wikilog-form-author' => 'ಕರ್ತೃ:', |
3349 | 3930 | 'wikilog-form-date' => 'ದಿನಾಂಕ:', |
| 3931 | + 'wikilog-form-status' => 'ಸ್ಥಾನಮಾನ:', |
3350 | 3932 | 'wikilog-form-preview' => 'ಮುನ್ನೋಟ:', |
3351 | 3933 | 'wikilog-show-published' => 'ಪ್ರಕಟಿತ', |
3352 | 3934 | 'wikilog-preview' => 'ಮುನ್ನೋಟ', |
| 3935 | + 'wikilog-edit-lc' => 'ಸಂಪಾದಿಸಿ', |
| 3936 | + 'wikilog-delete-lc' => 'ಅಳಿಸು', |
3353 | 3937 | 'wikilog-history-lc' => 'ಇತಿಹಾಸ', |
3354 | 3938 | ); |
3355 | 3939 | |
3356 | | -/** Ripoarisch (Ripoarisch) |
| 3940 | +/** Colognian (Ripoarisch) |
3357 | 3941 | * @author Purodha |
3358 | 3942 | */ |
3359 | 3943 | $messages['ksh'] = array( |
— | — | @@ -3540,6 +4124,7 @@ |
3541 | 4125 | 'wikilog-newtalk-text' => '<!-- eidel Säit déi vu Wikilog ugeluecht gouf-->', |
3542 | 4126 | 'wikilog-newtalk-summary' => 'automatesch ugeluecht vu Wikilog', |
3543 | 4127 | 'wikilog-comment-feed-title1' => 'Bemierkung vum $2 (#$1)', |
| 4128 | + 'wikilog-comment-feed-title2' => 'Bemierkung vum $2 zu $3 (#$1)', |
3544 | 4129 | 'wikilog-title-comments' => 'Bemierkungen - $1', |
3545 | 4130 | 'wikilog-error-msg' => 'Wikilog: $1', |
3546 | 4131 | 'wikilog-error-title' => 'Wikilog-Feeler', |
— | — | @@ -3559,10 +4144,12 @@ |
3560 | 4145 | 'wikilog-form-category' => 'Kategorie:', |
3561 | 4146 | 'wikilog-form-name' => 'Numm:', |
3562 | 4147 | 'wikilog-form-author' => 'Auteur:', |
| 4148 | + 'wikilog-form-tag' => 'Markéierung (Tag):', |
3563 | 4149 | 'wikilog-form-date' => 'Datum:', |
3564 | 4150 | 'wikilog-form-status' => 'Status:', |
3565 | 4151 | 'wikilog-form-preview' => 'Kucken ouni ze späicheren:', |
3566 | 4152 | 'wikilog-form-comment' => 'Bemierkung:', |
| 4153 | + 'wikilog-show-all' => 'All Beiträg', |
3567 | 4154 | 'wikilog-show-published' => 'Verëffentlecht', |
3568 | 4155 | 'wikilog-show-drafts' => 'Virbereedungen', |
3569 | 4156 | 'wikilog-submit' => 'Schécken', |
— | — | @@ -3577,7 +4164,15 @@ |
3578 | 4165 | 'wikilog-doc-import-comment' => 'Importéiert Wikilog-Dokumentatioun', |
3579 | 4166 | ); |
3580 | 4167 | |
3581 | | -/** Laz (Laz) |
| 4168 | +/** Ganda (Luganda) |
| 4169 | + * @author Kizito |
| 4170 | + */ |
| 4171 | +$messages['lg'] = array( |
| 4172 | + 'wikilog-form-preview' => 'Kulagako:', |
| 4173 | + 'wikilog-preview' => 'Lingiza', |
| 4174 | +); |
| 4175 | + |
| 4176 | +/** Lazuri (Lazuri) |
3582 | 4177 | * @author Bombola |
3583 | 4178 | */ |
3584 | 4179 | $messages['lzz'] = array( |
— | — | @@ -3595,9 +4190,45 @@ |
3596 | 4191 | * @author Jagwar |
3597 | 4192 | */ |
3598 | 4193 | $messages['mg'] = array( |
| 4194 | + 'wikilog-specialwikilog-title' => "Tatitr'asa wiki", |
| 4195 | + 'wikilog-specialwikilog' => "Tatitr'asa wiki", |
| 4196 | + 'wikilog-log-pagename' => "Tatitr'asa momban'ny tao eo amin'ny Tatitr'asa wiki", |
| 4197 | + 'wikilog-log-pagetext' => "Eo ambany misy lisitry ny tao eo amin'ny wikilog", |
3599 | 4198 | 'wikilog-new-item-go' => 'Amboary', |
3600 | 4199 | 'wikilog-published' => 'Voatahiry', |
3601 | 4200 | 'wikilog-actions' => 'Tao/asa', |
| 4201 | + 'wikilog-comment-edit' => 'Hanova io hafatra io', |
| 4202 | + 'wikilog-comment-delete' => 'Hamafa ilay hafatra', |
| 4203 | + 'wikilog-comment-history' => "Hijery ny tantaran'ny hafatra", |
| 4204 | + 'wikilog-comment-approve' => 'Hanaiky io hafatra io (tao mandaitra avy hatrany)', |
| 4205 | + 'wikilog-comment-reject' => 'Handà io hafatra io (tao mandaitra avy hatrany)', |
| 4206 | + 'wikilog-newtalk-text' => "<!-- Pejy fotsy noforonin'i Wikilog -->", |
| 4207 | + 'wikilog-newtalk-summary' => "noforonin'i Wikilog ho azy", |
| 4208 | + 'wikilog-feed-ns-title' => "Lahatsoratra tatitr'asa wiki $1", |
| 4209 | + 'wikilog-comment-feed-title1' => "Hafatra napetrak'i $2 (faha $1)", |
| 4210 | + 'wikilog-comment-feed-title2' => "Hafatri'i $2 tamin'ny $3 (faha $1)", |
| 4211 | + 'wikilog-form-wikilog' => "Tatitr'asa wiki", |
| 4212 | + 'wikilog-form-category' => 'Sokajy :', |
| 4213 | + 'wikilog-form-name' => 'Anarana :', |
| 4214 | + 'wikilog-form-author' => 'Mpanoratra azy:', |
| 4215 | + 'wikilog-form-tag' => 'Mpanamarika :', |
| 4216 | + 'wikilog-form-date' => 'Daty :', |
| 4217 | + 'wikilog-form-status' => 'Sata :', |
| 4218 | + 'wikilog-form-preview' => 'Topi-maso :', |
| 4219 | + 'wikilog-form-comment' => 'Resaka :', |
| 4220 | + 'wikilog-show-all' => 'Petra-tsoratra rehetra', |
| 4221 | + 'wikilog-show-published' => 'Voatahiry', |
| 4222 | + 'wikilog-show-drafts' => 'Fanoharana', |
| 4223 | + 'wikilog-submit' => 'Alefa', |
| 4224 | + 'wikilog-preview' => 'Topi-maso', |
| 4225 | + 'wikilog-edit-lc' => 'hanova', |
| 4226 | + 'wikilog-reply-lc' => 'hamaly', |
| 4227 | + 'wikilog-delete-lc' => 'hamafa', |
| 4228 | + 'wikilog-approve-lc' => 'ekena', |
| 4229 | + 'wikilog-reject-lc' => 'lavina', |
| 4230 | + 'wikilog-page-lc' => 'pejy', |
| 4231 | + 'wikilog-history-lc' => 'tantara', |
| 4232 | + 'wikilog-doc-import-comment' => "Toromarika nampidirina avy any amin'ny Tatitr'asa wiki", |
3602 | 4233 | ); |
3603 | 4234 | |
3604 | 4235 | /** Macedonian (Македонски) |
— | — | @@ -3612,7 +4243,7 @@ |
3613 | 4244 | 'wikilog-specialwikilog-title' => 'Викидневници', |
3614 | 4245 | 'wikilog-specialwikilog' => 'Викидневник', |
3615 | 4246 | 'wikilog-log-pagename' => 'Дневник на дејствата на викидневникот', |
3616 | | - 'wikilog-log-pagetext' => 'Подолу е наведена листа на дејства на викидневникот.', |
| 4247 | + 'wikilog-log-pagetext' => 'Подолу е наведен список на дејства на викидневникот.', |
3617 | 4248 | 'wikilog-log-cmt-approve' => 'го одобри коментарот „[[$1]]“', |
3618 | 4249 | 'wikilog-log-cmt-reject' => 'го одби коментарот „[[$1]]“', |
3619 | 4250 | 'wikilog-log-cmt-rejdel' => 'Одбиен коментар во викидневникот од [[Special:Contributions/$1|$1]]', |
— | — | @@ -3659,6 +4290,7 @@ |
3660 | 4291 | 'wikilog-summary-categories' => 'Заведено под $2', |
3661 | 4292 | 'wikilog-summary-more' => '[[$3|→ продолжете со читање...]]', |
3662 | 4293 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|разговор]])', |
| 4294 | + 'wikilog-edit-hint' => 'Уредување на статија од викидневникот: $1', |
3663 | 4295 | 'wikilog-edit-fieldset-legend' => 'Нагодувања на викидневникот:', |
3664 | 4296 | 'wikilog-edit-signpub' => 'Потпиши и објави ја статијава.', |
3665 | 4297 | 'wikilog-edit-signpub-tooltip' => 'Предизвикува потпишување и објавување на овој викидневник при негово зачувување. |
— | — | @@ -3680,6 +4312,7 @@ |
3681 | 4313 | 'wikilog-comment-reject' => 'Одбиј го коментарот (делува веднаш)', |
3682 | 4314 | 'wikilog-newtalk-text' => '<!-- празна страница создадена од Викидневникот -->', |
3683 | 4315 | 'wikilog-newtalk-summary' => 'автоматски создадено од Викидневникот', |
| 4316 | + 'wikilog-feed-ns-title' => '$1 статии во викидневникот', |
3684 | 4317 | 'wikilog-feed-description' => 'Прочитајте ги најскорешните пораки во ова емитување.', |
3685 | 4318 | 'wikilog-comment-feed-title1' => 'Коментар од $2 (#$1)', |
3686 | 4319 | 'wikilog-comment-feed-title2' => 'Коментар од $2 за $3 (#$1)', |
— | — | @@ -3786,6 +4419,13 @@ |
3787 | 4420 | 'wikilog-tab-title' => 'Tindakan Wikilog', |
3788 | 4421 | ); |
3789 | 4422 | |
| 4423 | +/** Nedersaksisch (Nedersaksisch) |
| 4424 | + * @author Servien |
| 4425 | + */ |
| 4426 | +$messages['nds-nl'] = array( |
| 4427 | + 'wikilog-form-date' => 'Daotum:', |
| 4428 | +); |
| 4429 | + |
3790 | 4430 | /** Dutch (Nederlands) |
3791 | 4431 | * @author McDutchie |
3792 | 4432 | * @author Siebrand |
— | — | @@ -3846,6 +4486,7 @@ |
3847 | 4487 | 'wikilog-summary-categories' => 'Gecategoriseerd onder $2', |
3848 | 4488 | 'wikilog-summary-more' => '[[$3|→ meer lezen...]]', |
3849 | 4489 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|overleg]])', |
| 4490 | + 'wikilog-edit-hint' => 'Wikilogpagina $1 bewerken', |
3850 | 4491 | 'wikilog-edit-fieldset-legend' => 'Wikilog-instellingen:', |
3851 | 4492 | 'wikilog-edit-signpub' => 'Dit artikel ondertekenen en publiceren', |
3852 | 4493 | 'wikilog-edit-signpub-tooltip' => 'Zorgt ervoor dat dit artikel wordt ondertekend en gepubliceerd in de wikilog. |
— | — | @@ -3867,6 +4508,7 @@ |
3868 | 4509 | 'wikilog-comment-reject' => 'Deze reactie afkeuren (directe handeling)', |
3869 | 4510 | 'wikilog-newtalk-text' => '<!-- lege pagina; aangemaakt door Wikilog -->', |
3870 | 4511 | 'wikilog-newtalk-summary' => 'automatisch aangemaakt door Wikilog', |
| 4512 | + 'wikilog-feed-ns-title' => "Wikilogpagina's in de naamruimte $1", |
3871 | 4513 | 'wikilog-feed-description' => 'De meest recente bijdragen in deze feed bekijken.', |
3872 | 4514 | 'wikilog-comment-feed-title1' => 'Reactie van $2 (#$1)', |
3873 | 4515 | 'wikilog-comment-feed-title2' => 'Reactie van $2 bij $3 (#$1)', |
— | — | @@ -4046,6 +4688,7 @@ |
4047 | 4689 | 'wikilog-summary-categories' => 'Lagret under $2', |
4048 | 4690 | 'wikilog-summary-more' => '[[$3|→ fortsett å lese...]]', |
4049 | 4691 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|diskusjon]])', |
| 4692 | + 'wikilog-edit-hint' => 'Rediger wikilog-artikkel: $1', |
4050 | 4693 | 'wikilog-edit-fieldset-legend' => 'Alternativ for Wikilog:', |
4051 | 4694 | 'wikilog-edit-signpub' => 'Signér og publiser denne artikkelen', |
4052 | 4695 | 'wikilog-edit-signpub-tooltip' => 'Lagring fører til at denne artikkelen blir signert og publisert i sin wikilogg. |
— | — | @@ -4067,6 +4710,7 @@ |
4068 | 4711 | 'wikilog-comment-reject' => 'Avvis denne kommentaren (utføres umiddelbart)', |
4069 | 4712 | 'wikilog-newtalk-text' => '<!-- tom side opprettet av Wikilog -->', |
4070 | 4713 | 'wikilog-newtalk-summary' => 'automatisk opprettet av Wikilog', |
| 4714 | + 'wikilog-feed-ns-title' => '$1 wikilog-artikler', |
4071 | 4715 | 'wikilog-feed-description' => 'Les det nyeste innlegget i denne feeden.', |
4072 | 4716 | 'wikilog-comment-feed-title1' => 'Kommentar av $2 (#$1)', |
4073 | 4717 | 'wikilog-comment-feed-title2' => 'Kommentar av $2 til $3 (#$1)', |
— | — | @@ -4185,8 +4829,13 @@ |
4186 | 4830 | 'wikilog-edit-signpub' => 'Signar e publicar aqueste article', |
4187 | 4831 | 'wikilog-edit-signpub-tooltip' => "Fa que l'article es signat e publicat dins son wikilog al moment del salvament. |
4188 | 4832 | Desmarcatz aquesta casa per que l'article demòre a l'estat de borrolhon.", |
| 4833 | + 'wikilog-comment-permalink' => '$1 a $2', |
| 4834 | + 'wikilog-comment-note-item' => 'Postat a $1', |
| 4835 | + 'wikilog-comment-note-edited' => 'darrièra modificacion lo $1 a $2', |
| 4836 | + 'wikilog-comment-anonsig' => '$3 (anonim)', |
4189 | 4837 | 'wikilog-comment-pending' => "Aqueste comentari es en espèra d'una aprovacion.", |
4190 | 4838 | 'wikilog-comment-deleted' => 'Aqueste comentari es estat suprimit.', |
| 4839 | + 'wikilog-comment-omitted-x' => 'Comentari omés (#$1).', |
4191 | 4840 | 'wikilog-comment-autosumm' => 'Comentari novèl de $1 : $2', |
4192 | 4841 | 'wikilog-reply-to-comment' => 'Postar una responsa a aqueste comentari', |
4193 | 4842 | 'wikilog-comment-page' => "Anar a la pagina d'aqueste comentari", |
— | — | @@ -4198,6 +4847,9 @@ |
4199 | 4848 | 'wikilog-newtalk-text' => '<!-- pagina vèrja creada per Wikilog -->', |
4200 | 4849 | 'wikilog-newtalk-summary' => 'creat automaticament per Wikilog', |
4201 | 4850 | 'wikilog-feed-description' => 'Legir los posts mai recents dins aqueste feed.', |
| 4851 | + 'wikilog-comment-feed-title1' => 'Comentari de $2 (#$1)', |
| 4852 | + 'wikilog-comment-feed-title2' => 'Comentari de $2 a $3 (# $1)', |
| 4853 | + 'wikilog-comment-feed-description' => 'Legir los comentaris los mai recents dins aqueste fial de nòvas.', |
4202 | 4854 | 'wikilog-title-comments' => 'Comentaris - $1', |
4203 | 4855 | 'wikilog-error-msg' => 'Wikilog : $1', |
4204 | 4856 | 'wikilog-error-title' => 'Error de wikilog', |
— | — | @@ -4254,14 +4906,17 @@ |
4255 | 4907 | */ |
4256 | 4908 | $messages['pdc'] = array( |
4257 | 4909 | 'wikilog-authors' => 'Schreiwer', |
| 4910 | + 'wikilog-title' => 'Titel', |
4258 | 4911 | 'wikilog-comments' => 'Anmaerrickinge', |
4259 | | - 'wikilog-has-comments' => '{{PLURAL:$1|een Anmaerricking|$1 Anmaerrickinge}}', |
| 4912 | + 'wikilog-pager-next' => 'neegscht', |
| 4913 | + 'wikilog-has-comments' => '{{PLURAL:$1|ee Anmaerricking|$1 Anmaerrickinge}}', |
4260 | 4914 | 'wikilog-title-comments' => 'Anmaerrickinge - $1', |
4261 | 4915 | 'wikilog-form-category' => 'Abdeeling:', |
4262 | 4916 | 'wikilog-form-name' => 'Naame:', |
4263 | 4917 | 'wikilog-form-author' => 'Schreiwer:', |
4264 | 4918 | 'wikilog-form-tag' => 'Daag:', |
4265 | 4919 | 'wikilog-form-comment' => 'Anmaerricking:', |
| 4920 | + 'wikilog-edit-lc' => 'ennere', |
4266 | 4921 | 'wikilog-page-lc' => 'Blatt', |
4267 | 4922 | ); |
4268 | 4923 | |
— | — | @@ -4270,9 +4925,139 @@ |
4271 | 4926 | * @author Sp5uhe |
4272 | 4927 | */ |
4273 | 4928 | $messages['pl'] = array( |
| 4929 | + 'wikilog-desc' => 'Dodaje funkcję blogu – tworzy hybrydę wiki i blogu', |
| 4930 | + 'wikilog-auto' => 'Wikiblog Auto', |
| 4931 | + 'wikilog-help' => '{{ns:Help}}:Wikiblog', |
| 4932 | + 'right-wl-postcomment' => 'Dodawanie komentarzy do wikirejestru artykułów', |
| 4933 | + 'right-wl-moderation' => 'Zarządzanie komentarzami wikirejestru artykułów', |
| 4934 | + 'wikilog-specialwikilog-title' => 'Wikiblogi', |
| 4935 | + 'wikilog-specialwikilog' => 'Wikiblog', |
| 4936 | + 'wikilog-log-pagename' => 'Rejestr wikiblogu', |
| 4937 | + 'wikilog-log-pagetext' => 'Poniżej znajduje się spis czynności podejmowanych dla wikiblogu.', |
| 4938 | + 'wikilog-log-cmt-approve' => 'zatwierdził komentarz „[[$1]]”', |
| 4939 | + 'wikilog-log-cmt-reject' => 'odrzucił komentarz „[[$1]]”', |
| 4940 | + 'wikilog-log-cmt-rejdel' => 'Odrzucił komentarz wpisany do wikiblogu przez [[Special:Contributions/$1|$1]]', |
| 4941 | + 'wikilog-tab' => 'Wikiblog', |
| 4942 | + 'wikilog-tab-title' => 'Działania w wikiblogu', |
| 4943 | + 'wikilog-missing-wikilog' => 'To jest strona [[{{int:wikilog-help}}|wikiblogu]] dla [[{{FULLPAGENAME}}]]. |
| 4944 | + |
| 4945 | +Ten wikiblog jeszcze nie został utworzony. |
| 4946 | +Jeśli chcesz opublikować artykuł i włączyć inne funkcje wikiblogu musi on najpierw zostać utworzony. |
| 4947 | + |
| 4948 | +* <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Utwórz wikiblog].</span>', |
| 4949 | + 'wikilog-information' => 'Informacje o wikiblogu', |
| 4950 | + 'wikilog-post-count-published' => 'W tym wikiblogu opublikowano {{PLURAL:$1|jeden artykuł|$1 artykuły|$1 artykułów}}', |
| 4951 | + 'wikilog-post-count-drafts' => '{{PLURAL:$1|Jest jeden nieopublikowany artykuł (w wersji roboczej)|Są $1 artykuły (w wersji roboczej)|Jest $1 artykułów (w wersji roboczej)}}', |
| 4952 | + 'wikilog-post-count-all' => '{{PLURAL:$1|Jest tylko jeden artykuł|Łącznie są $1 artykuły|Łącznie jest $1 artykułów}}', |
| 4953 | + 'wikilog-new-item' => 'Utwórz nowy artykuł w wikiblogu', |
| 4954 | + 'wikilog-new-item-go' => 'Utwórz', |
| 4955 | + 'wikilog-item-name' => 'Tytuł artykułu', |
| 4956 | + 'wikilog-published' => 'Opublikowany', |
| 4957 | + 'wikilog-updated' => 'Zaktualizowany', |
| 4958 | + 'wikilog-draft' => 'Wersja robocza', |
| 4959 | + 'wikilog-authors' => 'Autorzy', |
| 4960 | + 'wikilog-wikilog' => 'Wikiblog', |
4274 | 4961 | 'wikilog-title' => 'Tytuł', |
| 4962 | + 'wikilog-actions' => 'Działania', |
| 4963 | + 'wikilog-comments' => 'Komentarze', |
| 4964 | + 'wikilog-replies' => 'Odpowiedzi', |
| 4965 | + 'wikilog-view-archives' => 'Archiwum', |
| 4966 | + 'wikilog-view-summary' => 'Podsumowanie', |
| 4967 | + 'wikilog-draft-title-mark' => '(wersja robocza)', |
| 4968 | + 'wikilog-anonymous-mark' => '(anonimowy)', |
| 4969 | + 'wikilog-pager-newest' => 'najnowsze', |
| 4970 | + 'wikilog-pager-oldest' => 'najstarsze', |
| 4971 | + 'wikilog-pager-prev' => 'poprzedni', |
| 4972 | + 'wikilog-pager-next' => 'następny', |
| 4973 | + 'wikilog-pager-first' => 'pierwszy', |
| 4974 | + 'wikilog-pager-last' => 'ostatni', |
| 4975 | + 'wikilog-pager-empty' => '(brak)', |
| 4976 | + 'wikilog-no-comments' => 'brak komentarzy', |
| 4977 | + 'wikilog-has-comments' => '{{PLURAL:$1|jeden komentarz|$1 komentarze|$1 komentarzy}}', |
| 4978 | + 'wikilog-summary-footer' => 'Napisane przez $7 do [[$1|$2]] dnia $8 o $9, $10', |
| 4979 | + 'wikilog-summary-footer-single' => 'Napisane przez $7 dnia $8 o $9, $10.', |
| 4980 | + 'wikilog-summary-uncategorized' => 'Bez kategorii', |
| 4981 | + 'wikilog-summary-categories' => 'W {{PLURAL:$1|kategorii|kategoriach:}} $2', |
| 4982 | + 'wikilog-summary-more' => '[[$3|→ kontynuuj czytanie...]]', |
| 4983 | + 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|dyskusja]])', |
| 4984 | + 'wikilog-edit-hint' => 'Edytuj artykuł wikilogu – $1', |
| 4985 | + 'wikilog-edit-fieldset-legend' => 'Opcje wikiblogu:', |
| 4986 | + 'wikilog-edit-signpub' => 'Podpisz i opublikuj ten artykuł', |
| 4987 | + 'wikilog-edit-signpub-tooltip' => 'Zapisanie tego artykułu spowoduje jego podpisanie i opublikowanie. |
| 4988 | +Usuń zaznaczenie aby pozostawić ten artykuł jako wersję roboczą.', |
| 4989 | + 'wikilog-comment-permalink' => '$1 o $2', |
| 4990 | + 'wikilog-comment-note-item' => 'wysłano do $1', |
| 4991 | + 'wikilog-comment-note-edited' => 'ostatnia zmiana $1 o $2', |
| 4992 | + 'wikilog-comment-anonsig' => '$3 (anonimowy)', |
| 4993 | + 'wikilog-comment-pending' => 'Komentarz czeka na zatwierdzenie.', |
| 4994 | + 'wikilog-comment-deleted' => 'Ten komentarz został usunięty.', |
| 4995 | + 'wikilog-comment-omitted-x' => 'Komentarz pominięty (nr $1).', |
| 4996 | + 'wikilog-comment-autosumm' => 'Nowy komentarz od $1 – $2', |
| 4997 | + 'wikilog-reply-to-comment' => 'Wyślij odpowiedź na ten komentarz', |
| 4998 | + 'wikilog-comment-page' => 'Przejdź do strony tego komentarza', |
| 4999 | + 'wikilog-comment-edit' => 'Edytuj komentarz', |
| 5000 | + 'wikilog-comment-delete' => 'Usuń komentarz', |
| 5001 | + 'wikilog-comment-history' => 'Zobacz historię komentarzy', |
| 5002 | + 'wikilog-comment-approve' => 'Zaakceptuj komentarz (natychmiast)', |
| 5003 | + 'wikilog-comment-reject' => 'Odrzuć komentarz (natychmiast)', |
| 5004 | + 'wikilog-newtalk-text' => '<!-- pusta strona utworzona przez wikiblog -->', |
| 5005 | + 'wikilog-newtalk-summary' => 'utworzone automatycznie przez wikiblog', |
| 5006 | + 'wikilog-feed-title' => '{{SITENAME}} – $1 [$2]', |
| 5007 | + 'wikilog-feed-ns-title' => 'Artykuły wikilogu $1', |
| 5008 | + 'wikilog-feed-description' => 'Przeczytaj najnowsze posty w tym wątku.', |
| 5009 | + 'wikilog-comment-feed-title1' => 'Komentarz od $2 (nr $1)', |
| 5010 | + 'wikilog-comment-feed-title2' => 'Komentarz od $2 do $3 (nr $1)', |
| 5011 | + 'wikilog-comment-feed-description' => 'Pokaż najnowsze komentarze w tym wątku.', |
| 5012 | + 'wikilog-title-item-full' => '$1 – $2', |
| 5013 | + 'wikilog-title-comments' => 'Komentarze – $1', |
| 5014 | + 'wikilog-error-msg' => 'Wikiblog – $1', |
| 5015 | + 'wikilog-error-title' => 'Błąd wikiblogu', |
| 5016 | + 'wikilog-invalid-param' => 'Nieprawidłowy parametr $1.', |
| 5017 | + 'wikilog-invalid-author' => 'Nieprawidłowy autor $1.', |
| 5018 | + 'wikilog-invalid-date' => 'Nieprawidłowa data $1.', |
| 5019 | + 'wikilog-invalid-tag' => 'Nieprawidłowy znacznik $1.', |
| 5020 | + 'wikilog-invalid-file' => 'Nieprawidłowy plik $1.', |
| 5021 | + 'wikilog-file-not-found' => 'Nieistniejący plik $1.', |
| 5022 | + 'wikilog-not-an-image' => 'Plik nie jest grafiką $1.', |
| 5023 | + 'wikilog-out-of-context' => 'Uwaga – znaczniki wikiblogu zostały użyte wyrwane z kontekstu. |
| 5024 | +Powinny być używane wyłącznie w artykułach w przestrzeni nazw Wikiblog.', |
| 5025 | + 'wikilog-too-many-authors' => 'Uwaga – jest zbyt wielu autorów w tej wiadomości.', |
| 5026 | + 'wikilog-too-many-tags' => 'Uwaga – jest zbyt wiele znaczników w tej wiadomości wikiblogu.', |
| 5027 | + 'wikilog-comment-is-empty' => 'Wysłany komentarz jest pusty.', |
| 5028 | + 'wikilog-comment-too-long' => 'Wysłany komentarz jest zbyt długi.', |
| 5029 | + 'wikilog-comment-invalid-name' => 'Podana nazwa jest nieprawidłowa.', |
| 5030 | + 'wikilog-no-such-article' => 'Żądany artykuł nie istnieje w wikiblogu.', |
| 5031 | + 'wikilog-reading-draft' => 'Ten wikiblogowy artykuł jest wersją roboczą – nie został jeszcze opublikowany.', |
| 5032 | + 'wikilog-posting-anonymously' => 'Nie jesteś zalogowany. |
| 5033 | +Twój komentarz zostanie wysłany anonimowo, zidentyfikowany jedynie przez adres połączenia internetowego. |
| 5034 | +Skorzystaj powyżej z pseudonimu aby umożliwić identyfikację komentarza. Możesz również $1 jeśli chcesz, aby autorstwo zostało jednoznacznie przypisane Tobie.', |
| 5035 | + 'wikilog-anonymous-moderated' => 'Po zapisaniu komentarz nie zostanie od razu wyświetlony na tej stronie. |
| 5036 | +Pojawi się dopiero po przejrzeniu go przez moderatora.', |
| 5037 | + 'wikilog-post-comment' => 'Zamieść nowy komentarz', |
| 5038 | + 'wikilog-post-reply' => 'Wyślij nową odpowiedź', |
| 5039 | + 'wikilog-form-legend' => 'Wyszukaj wiadomości wikiblogowe', |
| 5040 | + 'wikilog-form-wikilog' => 'Wikiblog', |
4275 | 5041 | 'wikilog-form-category' => 'Kategoria', |
| 5042 | + 'wikilog-form-name' => 'Nazwa', |
4276 | 5043 | 'wikilog-form-author' => 'Autor', |
| 5044 | + 'wikilog-form-tag' => 'Znacznik', |
| 5045 | + 'wikilog-form-date' => 'Data', |
| 5046 | + 'wikilog-form-status' => 'Status', |
| 5047 | + 'wikilog-form-preview' => 'Podgląd', |
| 5048 | + 'wikilog-form-comment' => 'Komentarz', |
| 5049 | + 'wikilog-show-all' => 'Wszystkie komentarze', |
| 5050 | + 'wikilog-show-published' => 'Opublikowane', |
| 5051 | + 'wikilog-show-drafts' => 'Wersje robocze', |
| 5052 | + 'wikilog-submit' => 'Zapisz', |
| 5053 | + 'wikilog-preview' => 'Podgląd', |
| 5054 | + 'wikilog-edit-lc' => 'edytuj', |
| 5055 | + 'wikilog-reply-lc' => 'odpowiedz', |
| 5056 | + 'wikilog-delete-lc' => 'usuń', |
| 5057 | + 'wikilog-approve-lc' => 'akceptuj', |
| 5058 | + 'wikilog-reject-lc' => 'odrzuć', |
| 5059 | + 'wikilog-page-lc' => 'strona', |
| 5060 | + 'wikilog-history-lc' => 'historia', |
| 5061 | + 'wikilog-doc-import-comment' => 'Zaimportowana dokumentacja wikiblogu', |
4277 | 5062 | ); |
4278 | 5063 | |
4279 | 5064 | /** Piedmontese (Piemontèis) |
— | — | @@ -4335,6 +5120,7 @@ |
4336 | 5121 | 'wikilog-summary-categories' => 'Archivi sota $2', |
4337 | 5122 | 'wikilog-summary-more' => '[[$3|→ anans a lese...]]', |
4338 | 5123 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|ciaciarade]])', |
| 5124 | + 'wikilog-edit-hint' => 'Modìfica artìcol wikilog: $1', |
4339 | 5125 | 'wikilog-edit-fieldset-legend' => 'Opsion ëd wikilog:', |
4340 | 5126 | 'wikilog-edit-signpub' => "Sot-signa e pùblica s'artìcol", |
4341 | 5127 | 'wikilog-edit-signpub-tooltip' => "A fa an manera che l'artìcol a sia sot-signà e publicà an sò wikilog cand salvà. |
— | — | @@ -4356,6 +5142,7 @@ |
4357 | 5143 | 'wikilog-comment-reject' => 'Arfudé ës coment (assion imedià)', |
4358 | 5144 | 'wikilog-newtalk-text' => '<!-- pàgina veuida creà da Wikilog -->', |
4359 | 5145 | 'wikilog-newtalk-summary' => 'creà an automàtich da Wikilog', |
| 5146 | + 'wikilog-feed-ns-title' => '$1 artìcoj wikilog', |
4360 | 5147 | 'wikilog-feed-description' => "Lese j'artìcoj pì recent an cost feed.", |
4361 | 5148 | 'wikilog-comment-feed-title1' => 'Coment da $2 (#$1)', |
4362 | 5149 | 'wikilog-comment-feed-title2' => 'Coment da $2 a $3 (#$1)', |
— | — | @@ -4420,7 +5207,7 @@ |
4421 | 5208 | 'wikilog-new-item-go' => 'جوړول', |
4422 | 5209 | 'wikilog-item-name' => 'د ليکنې نوم:', |
4423 | 5210 | 'wikilog-published' => 'خپاره شوي', |
4424 | | - 'wikilog-updated' => 'هم مهاله شوي', |
| 5211 | + 'wikilog-updated' => 'اوسمهاله شو', |
4425 | 5212 | 'wikilog-draft' => 'مسوده', |
4426 | 5213 | 'wikilog-authors' => 'ليکوالان', |
4427 | 5214 | 'wikilog-wikilog' => 'ويکي يادښت', |
— | — | @@ -4432,13 +5219,39 @@ |
4433 | 5220 | 'wikilog-view-summary' => 'لنډيز', |
4434 | 5221 | 'wikilog-draft-title-mark' => '(مسوده)', |
4435 | 5222 | 'wikilog-anonymous-mark' => '(ورکنومی)', |
| 5223 | + 'wikilog-pager-newest' => 'تر ټولو نوی', |
| 5224 | + 'wikilog-pager-oldest' => 'تر ټولو زوړ', |
| 5225 | + 'wikilog-pager-prev' => 'پخوانی', |
| 5226 | + 'wikilog-pager-next' => 'راتلونکي', |
4436 | 5227 | 'wikilog-pager-first' => 'لومړني', |
4437 | 5228 | 'wikilog-pager-last' => 'وروستني', |
4438 | 5229 | 'wikilog-has-comments' => '{{PLURAL:$1|يوه تبصره|$1 تبصرې}}', |
| 5230 | + 'wikilog-summary-uncategorized' => 'ناوېشلي', |
4439 | 5231 | 'wikilog-edit-fieldset-legend' => 'د ويکي يادښت خوښنې:', |
| 5232 | + 'wikilog-comment-anonsig' => '$3 (ورکنومی)', |
| 5233 | + 'wikilog-comment-deleted' => 'دا تبصره ړنګه شوې.', |
| 5234 | + 'wikilog-comment-autosumm' => 'د $1 لخوا نوې تبصره: $2', |
4440 | 5235 | 'wikilog-comment-edit' => 'دا تبصره سمول', |
4441 | 5236 | 'wikilog-comment-delete' => 'دا تبصره ړنګول', |
4442 | 5237 | 'wikilog-comment-history' => 'د تبصرې پېښليک کتل', |
| 5238 | + 'wikilog-title-comments' => 'تبصرې - $1', |
| 5239 | + 'wikilog-form-category' => 'وېشنيزه:', |
| 5240 | + 'wikilog-form-name' => 'نوم:', |
| 5241 | + 'wikilog-form-author' => 'ليکوال:', |
| 5242 | + 'wikilog-form-date' => 'نېټه:', |
| 5243 | + 'wikilog-form-status' => 'دريځ:', |
| 5244 | + 'wikilog-form-preview' => 'مخليدنه:', |
| 5245 | + 'wikilog-form-comment' => 'تبصره:', |
| 5246 | + 'wikilog-show-published' => 'خپاره شوي', |
| 5247 | + 'wikilog-show-drafts' => 'ګارلیکونه', |
| 5248 | + 'wikilog-submit' => 'سپارل', |
| 5249 | + 'wikilog-preview' => 'مخليدنه:', |
| 5250 | + 'wikilog-edit-lc' => 'سمول', |
| 5251 | + 'wikilog-reply-lc' => 'ځوابول', |
| 5252 | + 'wikilog-delete-lc' => 'ړنګول', |
| 5253 | + 'wikilog-reject-lc' => 'ردول', |
| 5254 | + 'wikilog-page-lc' => 'مخ', |
| 5255 | + 'wikilog-history-lc' => 'پېښليک', |
4443 | 5256 | ); |
4444 | 5257 | |
4445 | 5258 | /** Portuguese (Português) |
— | — | @@ -4446,7 +5259,7 @@ |
4447 | 5260 | * @author Juliano F. Ravasi |
4448 | 5261 | */ |
4449 | 5262 | $messages['pt'] = array( |
4450 | | - 'wikilog-desc' => "Adiciona funcionalidades de ''blog'', criando um híbrido ''wiki-blog''", |
| 5263 | + 'wikilog-desc' => 'Adiciona funcionalidades de blogue, criando um híbrido wiki-blogue', |
4451 | 5264 | 'wikilog-auto' => 'Wikilog Auto', |
4452 | 5265 | 'wikilog-help' => '{{ns:Help}}:Wikilog', |
4453 | 5266 | 'right-wl-postcomment' => 'Criar comentários em artigos wikilog', |
— | — | @@ -4501,12 +5314,18 @@ |
4502 | 5315 | 'wikilog-summary-categories' => 'Categorizado em $2', |
4503 | 5316 | 'wikilog-summary-more' => '[[$3|→ continuar a ler...]]', |
4504 | 5317 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discussão]])', |
| 5318 | + 'wikilog-edit-hint' => 'Editar o artigo wikilog: $1', |
4505 | 5319 | 'wikilog-edit-fieldset-legend' => 'Opções wikilog:', |
4506 | 5320 | 'wikilog-edit-signpub' => 'Assinar e publicar este artigo', |
4507 | 5321 | 'wikilog-edit-signpub-tooltip' => 'Causa que este artigo seja assinado e publicado no respectivo wikilog quando for gravado. |
4508 | 5322 | Desmarque a caixa para manter o artigo em rascunho.', |
| 5323 | + 'wikilog-comment-permalink' => '$1 às $2', |
| 5324 | + 'wikilog-comment-note-item' => 'enviado para $1', |
| 5325 | + 'wikilog-comment-note-edited' => 'última edição em $1 às $2', |
| 5326 | + 'wikilog-comment-anonsig' => '$3 (anónimo)', |
4509 | 5327 | 'wikilog-comment-pending' => 'Este comentário está a aguardar aprovação.', |
4510 | 5328 | 'wikilog-comment-deleted' => 'Este comentário foi apagado.', |
| 5329 | + 'wikilog-comment-omitted-x' => 'Comentário omitido (#$1).', |
4511 | 5330 | 'wikilog-comment-autosumm' => 'Novo comentário de $1: $2', |
4512 | 5331 | 'wikilog-reply-to-comment' => 'Responder a este comentário', |
4513 | 5332 | 'wikilog-comment-page' => 'Ir para a página deste comentário', |
— | — | @@ -4518,7 +5337,11 @@ |
4519 | 5338 | 'wikilog-newtalk-text' => '<!-- página em branco criada pelo Wikilog -->', |
4520 | 5339 | 'wikilog-newtalk-summary' => 'criado automaticamente pelo wikilog', |
4521 | 5340 | 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]', |
| 5341 | + 'wikilog-feed-ns-title' => '$1 artigo(s) wikilog', |
4522 | 5342 | 'wikilog-feed-description' => "Leia as publicações mais recentes neste ''feed''.", |
| 5343 | + 'wikilog-comment-feed-title1' => 'Comentário de $2 (#$1)', |
| 5344 | + 'wikilog-comment-feed-title2' => 'Comentário de $2 para $3 (#$1)', |
| 5345 | + 'wikilog-comment-feed-description' => 'Ler os comentários mais recentes neste feed.', |
4523 | 5346 | 'wikilog-title-item-full' => '$1 - $2', |
4524 | 5347 | 'wikilog-title-comments' => 'Comentários - $1', |
4525 | 5348 | 'wikilog-error-msg' => 'Wikilog: $1', |
— | — | @@ -4572,18 +5395,44 @@ |
4573 | 5396 | ); |
4574 | 5397 | |
4575 | 5398 | /** Brazilian Portuguese (Português do Brasil) |
| 5399 | + * @author 555 |
| 5400 | + * @author BrunaaAa |
| 5401 | + * @author Giro720 |
4576 | 5402 | * @author Hamilton Abreu |
4577 | 5403 | * @author Juliano |
4578 | 5404 | * @author Luckas Blade |
4579 | 5405 | */ |
4580 | 5406 | $messages['pt-br'] = array( |
| 5407 | + 'wikilog-desc' => "Adiciona funcionalidades de ''blog'', criando um híbrido ''wiki-blog''", |
| 5408 | + 'wikilog-auto' => 'Wikilog Auto', |
| 5409 | + 'wikilog-help' => '{{ns:Help}}:Wikilog', |
| 5410 | + 'right-wl-postcomment' => 'Comentar em entradas de wikilog', |
| 5411 | + 'right-wl-moderation' => 'Moderar comentários de entradas de wikilog', |
| 5412 | + 'wikilog-specialwikilog-title' => 'Wikilogs', |
4581 | 5413 | 'wikilog-specialwikilog' => 'Wikilog', |
4582 | 5414 | 'wikilog-log-pagename' => 'Registro de ações wikilog', |
4583 | | - 'wikilog-log-pagetext' => 'Abaixo está uma lista das ações wikilog.', |
| 5415 | + 'wikilog-log-pagetext' => 'Segue uma listagem das ações wikilog.', |
| 5416 | + 'wikilog-log-cmt-approve' => 'aprovou o comentário "[[$1]]"', |
| 5417 | + 'wikilog-log-cmt-reject' => 'rejeitou o comentário "[[$1]]"', |
| 5418 | + 'wikilog-log-cmt-rejdel' => 'Rejeitou o comentário wikilog de [[Special:Contributions/$1|$1]]', |
| 5419 | + 'wikilog-tab' => 'Wikilog', |
4584 | 5420 | 'wikilog-tab-title' => 'Ações wikilog', |
4585 | | - 'wikilog-new-item-go' => 'Criar', |
4586 | | - 'wikilog-item-name' => 'Nome do artigo:', |
| 5421 | + 'wikilog-missing-wikilog' => 'Esta é a página [[{{int:wikilog-help}}|wikilog]] para [[{{FULLPAGENAME}}]]. |
| 5422 | + |
| 5423 | +Este wikilog ainda não existe. |
| 5424 | +Para publicar e ativar outras funcionalidade do wikilog, será necessário primeiro criá-lo. |
| 5425 | + |
| 5426 | +* <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Criar este wikilog].</span>', |
| 5427 | + 'wikilog-information' => 'Informações do wikilog', |
| 5428 | + 'wikilog-post-count-published' => 'Há $1 {{PLURAL:$1|postagem|postagens}} neste wikilog', |
| 5429 | + 'wikilog-post-count-drafts' => 'Há $1 {{PLURAL:$1|artigo não-publicado (rascunho)|artigos não-publicados (rascunhos)}}', |
| 5430 | + 'wikilog-post-count-all' => 'Há, no total, $1 {{PLURAL:$1|postagem|postagens}}.', |
| 5431 | + 'wikilog-new-item' => 'Adicionar entrada de wikilog', |
| 5432 | + 'wikilog-new-item-go' => 'Adicionar', |
| 5433 | + 'wikilog-item-name' => 'Nome da postagem:', |
| 5434 | + 'wikilog-published' => 'Publicado', |
4587 | 5435 | 'wikilog-updated' => 'Atualizado', |
| 5436 | + 'wikilog-draft' => 'Rascunho', |
4588 | 5437 | 'wikilog-authors' => 'Autores', |
4589 | 5438 | 'wikilog-wikilog' => 'Wikilog', |
4590 | 5439 | 'wikilog-title' => 'Título', |
— | — | @@ -4592,14 +5441,35 @@ |
4593 | 5442 | 'wikilog-replies' => 'Respostas', |
4594 | 5443 | 'wikilog-view-archives' => 'Arquivos', |
4595 | 5444 | 'wikilog-view-summary' => 'Sumário', |
| 5445 | + 'wikilog-draft-title-mark' => '(rascunho)', |
4596 | 5446 | 'wikilog-anonymous-mark' => '(anônimo)', |
| 5447 | + 'wikilog-pager-newest' => 'mais recentes', |
| 5448 | + 'wikilog-pager-oldest' => 'mais antigos', |
| 5449 | + 'wikilog-pager-prev' => 'anteriores', |
| 5450 | + 'wikilog-pager-next' => 'seguinte', |
| 5451 | + 'wikilog-pager-first' => 'primeira', |
| 5452 | + 'wikilog-pager-last' => 'última', |
4597 | 5453 | 'wikilog-pager-empty' => '(sem itens)', |
4598 | | - 'wikilog-no-comments' => 'sem comentários', |
| 5454 | + 'wikilog-no-comments' => 'nenhum comentário', |
4599 | 5455 | 'wikilog-has-comments' => '{{PLURAL:$1|um comentário|$1 comentários}}', |
| 5456 | + 'wikilog-summary-footer' => 'Publicado por $7 em [[$1|$2]] às $9 de $8, $10.', |
| 5457 | + 'wikilog-summary-footer-single' => 'Publicado por $7 às $9 de $8, $10.', |
| 5458 | + 'wikilog-summary-uncategorized' => 'Não categorizado', |
| 5459 | + 'wikilog-summary-categories' => 'Categorizado em $2', |
4600 | 5460 | 'wikilog-summary-more' => '[[$3|→ continuar lendo...]]', |
4601 | 5461 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discussão]])', |
| 5462 | + 'wikilog-edit-hint' => 'Editar o artigo wikilog: $1', |
| 5463 | + 'wikilog-edit-fieldset-legend' => 'Opções de wikilog:', |
| 5464 | + 'wikilog-edit-signpub' => 'Asssinar e publicar este artigo', |
| 5465 | + 'wikilog-edit-signpub-tooltip' => 'Causa que este artigo seja assinado e publicado no respectivo wikilog quando for gravado. |
| 5466 | +Desmarque a caixa para manter o artigo em rascunho.', |
| 5467 | + 'wikilog-comment-permalink' => '$1 em $2', |
| 5468 | + 'wikilog-comment-note-item' => 'postado em $1', |
| 5469 | + 'wikilog-comment-note-edited' => 'editado pela ultima vez em $1 às $2', |
| 5470 | + 'wikilog-comment-anonsig' => '$3 (anônimo)', |
4602 | 5471 | 'wikilog-comment-pending' => 'Este comentário está aguardando aprovação.', |
4603 | 5472 | 'wikilog-comment-deleted' => 'Este comentário foi apagado.', |
| 5473 | + 'wikilog-comment-omitted-x' => 'Comentário omitido (#$1).', |
4604 | 5474 | 'wikilog-comment-autosumm' => 'Novo comentário de $1: $2', |
4605 | 5475 | 'wikilog-reply-to-comment' => 'Postar uma resposta a esse comentário', |
4606 | 5476 | 'wikilog-comment-page' => 'Ir para a página deste comentário', |
— | — | @@ -4608,26 +5478,37 @@ |
4609 | 5479 | 'wikilog-comment-history' => 'Ver histórico do comentário', |
4610 | 5480 | 'wikilog-comment-approve' => 'Aprovar este comentário (ação imediata)', |
4611 | 5481 | 'wikilog-comment-reject' => 'Rejeitar este comentário (ação imediata)', |
| 5482 | + 'wikilog-newtalk-text' => '<!-- página em branco criada pelo Wikilog -->', |
| 5483 | + 'wikilog-newtalk-summary' => 'criado automaticamente pelo wikilog', |
| 5484 | + 'wikilog-feed-ns-title' => '$1 artigos wikilog', |
4612 | 5485 | 'wikilog-feed-description' => 'Leia as postagens mais recentes neste feed.', |
| 5486 | + 'wikilog-comment-feed-title1' => 'Comentário de $2 (#$1)', |
| 5487 | + 'wikilog-comment-feed-title2' => 'Comentário de $2 para $3 (#$1)', |
| 5488 | + 'wikilog-comment-feed-description' => 'Ler os comentários mais recentes neste feed.', |
4613 | 5489 | 'wikilog-title-comments' => 'Comentários - $1', |
4614 | 5490 | 'wikilog-error-msg' => 'Wikilog: $1', |
| 5491 | + 'wikilog-error-title' => 'Erro no Wikilog', |
4615 | 5492 | 'wikilog-invalid-param' => 'Parâmetro inválido: $1.', |
4616 | 5493 | 'wikilog-invalid-author' => 'Autor inválido: $1.', |
4617 | 5494 | 'wikilog-invalid-date' => 'Data inválida: $1.', |
4618 | 5495 | 'wikilog-invalid-tag' => 'Rótulo inválido: $1.', |
4619 | 5496 | 'wikilog-invalid-file' => 'Arquivo inválido: $1.', |
4620 | | - 'wikilog-file-not-found' => 'Arquivo não-existente: $1.', |
4621 | | - 'wikilog-not-an-image' => 'Arquivo não é uma imagem: $1.', |
4622 | | - 'wikilog-out-of-context' => 'Aviso: Rótulos wikilog estão sendo utilizados fora de contexto. Eles devem ser usados apenas em artigos no espaço de nomes do Wikilog.', |
4623 | | - 'wikilog-too-many-authors' => 'Aviso: Autores demais listados nesta postagem wikilog.', |
4624 | | - 'wikilog-too-many-tags' => 'Aviso: Rótulos demais listados nesta postagem wikilog.', |
4625 | | - 'wikilog-comment-is-empty' => 'O comentário postado está em branco.', |
4626 | | - 'wikilog-comment-too-long' => 'O comentário postado é muito longo.', |
| 5497 | + 'wikilog-file-not-found' => 'Arquivo inexistente: $1.', |
| 5498 | + 'wikilog-not-an-image' => 'O arquivo não é uma imagem: $1.', |
| 5499 | + 'wikilog-out-of-context' => 'Aviso: Há tags do wikilog que estão sendo utilizadas fora de contexto. |
| 5500 | +Elas devem ser usadas apenas em postagens no espaço nominal do Wikilog.', |
| 5501 | + 'wikilog-too-many-authors' => 'Aviso: Há muitos autores listados nesta postagem wikilog.', |
| 5502 | + 'wikilog-too-many-tags' => 'Aviso: Há muitas tags listadas nesta postagem wikilog.', |
| 5503 | + 'wikilog-comment-is-empty' => 'O comentário enviado está em branco.', |
| 5504 | + 'wikilog-comment-too-long' => 'O comentário enviado é muito longo.', |
4627 | 5505 | 'wikilog-comment-invalid-name' => 'O nome fornecido é inválido.', |
4628 | | - 'wikilog-posting-anonymously' => 'Você não está autenticado neste momento; |
4629 | | -o seu comentário será postado anonimamente, identificado pelo endereço da sua conexão Internet. |
4630 | | -Você deve fornecer um pseudônimo acima para identificar o seu comentário ou $1 para este ser devidamente atribuído.', |
4631 | | - 'wikilog-anonymous-moderated' => 'Após submeter seu comentário, este não será imediatamente visível nesta página. O comentário somente aparecerá após ser revisado por um moderador.', |
| 5506 | + 'wikilog-no-such-article' => 'O artigo wikilog solicitado não existe.', |
| 5507 | + 'wikilog-reading-draft' => 'Este artigo wikilog é um rascunho, ainda não foi publicado.', |
| 5508 | + 'wikilog-posting-anonymously' => 'Você não está autenticado neste momento. |
| 5509 | +Seu comentário será postado anonimamente, identificado pelo endereço da sua conexão Internet. |
| 5510 | +Você deve fornecer acima um pseudônimo para identificar o seu comentário ou $1 para este ser devidamente atribuído.', |
| 5511 | + 'wikilog-anonymous-moderated' => 'Após enviar seu comentário, este não será imediatamente visível nesta página. |
| 5512 | +Ele somente aparecerá após ser revisado por um moderador.', |
4632 | 5513 | 'wikilog-post-comment' => 'Postar um novo comentário', |
4633 | 5514 | 'wikilog-post-reply' => 'Postar uma nova resposta', |
4634 | 5515 | 'wikilog-form-legend' => 'Procurar por postagens wikilog', |
— | — | @@ -4635,10 +5516,14 @@ |
4636 | 5517 | 'wikilog-form-category' => 'Categoria:', |
4637 | 5518 | 'wikilog-form-name' => 'Nome:', |
4638 | 5519 | 'wikilog-form-author' => 'Autor:', |
4639 | | - 'wikilog-form-tag' => 'Rótulo:', |
| 5520 | + 'wikilog-form-tag' => 'Etiqueta:', |
4640 | 5521 | 'wikilog-form-date' => 'Data:', |
| 5522 | + 'wikilog-form-status' => 'Condição:', |
| 5523 | + 'wikilog-form-preview' => 'Pré-visualização:', |
4641 | 5524 | 'wikilog-form-comment' => 'Comentário:', |
4642 | 5525 | 'wikilog-show-all' => 'Todas as postagens', |
| 5526 | + 'wikilog-show-published' => 'Publicado', |
| 5527 | + 'wikilog-show-drafts' => 'Rascunhos', |
4643 | 5528 | 'wikilog-submit' => 'Enviar', |
4644 | 5529 | 'wikilog-preview' => 'Previsão', |
4645 | 5530 | 'wikilog-edit-lc' => 'editar', |
— | — | @@ -4648,6 +5533,7 @@ |
4649 | 5534 | 'wikilog-reject-lc' => 'rejeitar', |
4650 | 5535 | 'wikilog-page-lc' => 'página', |
4651 | 5536 | 'wikilog-history-lc' => 'histórico', |
| 5537 | + 'wikilog-doc-import-comment' => 'Documentação Wikilog importada', |
4652 | 5538 | ); |
4653 | 5539 | |
4654 | 5540 | /** Romanian (Română) |
— | — | @@ -4659,10 +5545,10 @@ |
4660 | 5546 | 'wikilog-help' => '{{ns:Help}}:Wikijurnal', |
4661 | 5547 | 'wikilog-specialwikilog-title' => 'Wikijurnale', |
4662 | 5548 | 'wikilog-specialwikilog' => 'Wikijurnal', |
4663 | | - 'wikilog-log-pagename' => 'Jurnalul acţiunilor Wikijurnal', |
| 5549 | + 'wikilog-log-pagename' => 'Jurnalul acțiunilor Wikijurnal', |
4664 | 5550 | 'wikilog-tab' => 'Wikijurnal', |
4665 | | - 'wikilog-tab-title' => 'Acţiuni Wikijurnal', |
4666 | | - 'wikilog-information' => 'Informaţii wikijurnal', |
| 5551 | + 'wikilog-tab-title' => 'Acțiuni Wikijurnal', |
| 5552 | + 'wikilog-information' => 'Informații wikijurnal', |
4667 | 5553 | 'wikilog-new-item-go' => 'Creare', |
4668 | 5554 | 'wikilog-item-name' => 'Nume articol:', |
4669 | 5555 | 'wikilog-published' => 'Publicat', |
— | — | @@ -4670,7 +5556,7 @@ |
4671 | 5557 | 'wikilog-authors' => 'Autori', |
4672 | 5558 | 'wikilog-wikilog' => 'Wikijurnal', |
4673 | 5559 | 'wikilog-title' => 'Titlu', |
4674 | | - 'wikilog-actions' => 'Acţiuni', |
| 5560 | + 'wikilog-actions' => 'Acțiuni', |
4675 | 5561 | 'wikilog-comments' => 'Comentarii', |
4676 | 5562 | 'wikilog-replies' => 'Replici', |
4677 | 5563 | 'wikilog-view-archives' => 'Arhive', |
— | — | @@ -4684,9 +5570,9 @@ |
4685 | 5571 | 'wikilog-pager-last' => 'ultima', |
4686 | 5572 | 'wikilog-no-comments' => 'nici un comentariu', |
4687 | 5573 | 'wikilog-summary-uncategorized' => 'Necategorizat', |
4688 | | - 'wikilog-edit-signpub' => 'Semnează şi publică acest articol', |
4689 | | - 'wikilog-comment-pending' => 'Comentariul aşteaptă aprobare.', |
4690 | | - 'wikilog-comment-deleted' => 'Comentariul a fost şters.', |
| 5574 | + 'wikilog-edit-signpub' => 'Semnează și publică acest articol', |
| 5575 | + 'wikilog-comment-pending' => 'Comentariul așteaptă aprobare.', |
| 5576 | + 'wikilog-comment-deleted' => 'Comentariul a fost șters.', |
4691 | 5577 | 'wikilog-comment-edit' => 'Modifică acest comentariu', |
4692 | 5578 | 'wikilog-title-comments' => 'Comentarii - $1', |
4693 | 5579 | 'wikilog-error-msg' => 'Wikijurnal: $1', |
— | — | @@ -4695,12 +5581,12 @@ |
4696 | 5582 | 'wikilog-invalid-author' => 'Autor incorect: $1.', |
4697 | 5583 | 'wikilog-invalid-date' => 'Dată incorectă: $1.', |
4698 | 5584 | 'wikilog-invalid-tag' => 'Etichetă incorectă: $1.', |
4699 | | - 'wikilog-invalid-file' => 'Fişier invalid: $1.', |
| 5585 | + 'wikilog-invalid-file' => 'Fișier invalid: $1.', |
4700 | 5586 | 'wikilog-comment-is-empty' => 'Comentariul postat este gol.', |
4701 | 5587 | 'wikilog-comment-too-long' => 'Comentariul postat este prea lung.', |
4702 | 5588 | 'wikilog-comment-invalid-name' => 'Numele furnizat este incorect.', |
4703 | | - 'wikilog-post-comment' => 'Postaţi un comentariu nou', |
4704 | | - 'wikilog-post-reply' => 'Postaţi un răspuns nou', |
| 5589 | + 'wikilog-post-comment' => 'Postați un comentariu nou', |
| 5590 | + 'wikilog-post-reply' => 'Postați un răspuns nou', |
4705 | 5591 | 'wikilog-form-wikilog' => 'Wikijurnal:', |
4706 | 5592 | 'wikilog-form-category' => 'Categorie:', |
4707 | 5593 | 'wikilog-form-name' => 'Nume:', |
— | — | @@ -4715,8 +5601,8 @@ |
4716 | 5602 | 'wikilog-submit' => 'Trimite', |
4717 | 5603 | 'wikilog-preview' => 'Previzualizare', |
4718 | 5604 | 'wikilog-edit-lc' => 'modificare', |
4719 | | - 'wikilog-reply-lc' => 'răspundeţi', |
4720 | | - 'wikilog-delete-lc' => 'ştergere', |
| 5605 | + 'wikilog-reply-lc' => 'răspundeți', |
| 5606 | + 'wikilog-delete-lc' => 'ștergere', |
4721 | 5607 | 'wikilog-approve-lc' => 'aprobare', |
4722 | 5608 | 'wikilog-reject-lc' => 'revocare', |
4723 | 5609 | 'wikilog-page-lc' => 'pagină', |
— | — | @@ -4782,12 +5668,18 @@ |
4783 | 5669 | 'wikilog-summary-categories' => "Mise sotte 'a $2", |
4784 | 5670 | 'wikilog-summary-more' => '[[$3|→ condinuanne a leggere...]]', |
4785 | 5671 | 'wikilog-author-signature' => "[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|'ngazzaminde]])", |
| 5672 | + 'wikilog-edit-hint' => "Cange l'artichele de uicchilog: $1", |
4786 | 5673 | 'wikilog-edit-fieldset-legend' => 'Opziune de UicchiArchivije:', |
4787 | 5674 | 'wikilog-edit-signpub' => "Firme e pubbleche st'artichele", |
4788 | 5675 | 'wikilog-edit-signpub-tooltip' => "Le cause ca st'artichele ha state firmate e publecate sus a 'u sue UicchiArchivije quanne ha stata reggistrate. |
4789 | 5676 | Live 'a spunde da stu sckatele pe mandenè l'artichele cumme bozze.", |
| 5677 | + 'wikilog-comment-permalink' => '$1 a le $2', |
| 5678 | + 'wikilog-comment-note-item' => 'postate sus a $1', |
| 5679 | + 'wikilog-comment-note-edited' => "urteme cangiamende 'u $1 a le $2", |
| 5680 | + 'wikilog-comment-anonsig' => '$3 (anonime)', |
4790 | 5681 | 'wikilog-comment-pending' => 'Stu commende jè in attese de approvazione.', |
4791 | 5682 | 'wikilog-comment-deleted' => 'Stu commende ha state scagellate.', |
| 5683 | + 'wikilog-comment-omitted-x' => 'Commende omesse (#$1).', |
4792 | 5684 | 'wikilog-comment-autosumm' => 'Commende nuève de $1: $2', |
4793 | 5685 | 'wikilog-reply-to-comment' => "Manne 'na resposte a 'u commende", |
4794 | 5686 | 'wikilog-comment-page' => "Veje 'a pàgene de stu commende", |
— | — | @@ -4798,7 +5690,11 @@ |
4799 | 5691 | 'wikilog-comment-reject' => 'Scitte stu commende (azione immediate)', |
4800 | 5692 | 'wikilog-newtalk-text' => '<!-- pàgena vacande ccrejate da UicchiArchivije -->', |
4801 | 5693 | 'wikilog-newtalk-summary' => 'automaticamende ccrejate da UicchiArchivije', |
| 5694 | + 'wikilog-feed-ns-title' => '$1 artichele de uicchilog', |
4802 | 5695 | 'wikilog-feed-description' => "Ligge le cchiù recende messagge jndr'à stu feed.", |
| 5696 | + 'wikilog-comment-feed-title1' => 'Commende de $2 (#$1)', |
| 5697 | + 'wikilog-comment-feed-title2' => 'Commende de $2 sus a $3 (#$1)', |
| 5698 | + 'wikilog-comment-feed-description' => "Ligge le commende cchiù recende jndr'à stu feed.", |
4803 | 5699 | 'wikilog-title-comments' => 'Commende - $1', |
4804 | 5700 | 'wikilog-error-msg' => 'UicchiArchivije: $1', |
4805 | 5701 | 'wikilog-error-title' => 'Errore de UicchiArchivije', |
— | — | @@ -4853,6 +5749,7 @@ |
4854 | 5750 | /** Russian (Русский) |
4855 | 5751 | * @author Aleksandrit |
4856 | 5752 | * @author EugeneZelenko |
| 5753 | + * @author G0rn |
4857 | 5754 | * @author Александр Сигачёв |
4858 | 5755 | */ |
4859 | 5756 | $messages['ru'] = array( |
— | — | @@ -4911,6 +5808,7 @@ |
4912 | 5809 | 'wikilog-summary-categories' => 'Отнесено к $2', |
4913 | 5810 | 'wikilog-summary-more' => '[[$3|→ продолжить чтение…]]', |
4914 | 5811 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|обсуждение]])', |
| 5812 | + 'wikilog-edit-hint' => 'Редактировать статью викилога: $1', |
4915 | 5813 | 'wikilog-edit-fieldset-legend' => 'Настройки викилога:', |
4916 | 5814 | 'wikilog-edit-signpub' => 'Подписать и опубликовать эту статью', |
4917 | 5815 | 'wikilog-edit-signpub-tooltip' => 'Вызывает подписывание и опубликование статьи в викилоге при сохранении. |
— | — | @@ -4932,6 +5830,7 @@ |
4933 | 5831 | 'wikilog-comment-reject' => 'Отклонить этот комментарий (незамедлительное действие)', |
4934 | 5832 | 'wikilog-newtalk-text' => '<!-- пустая страница создана викилогом -->', |
4935 | 5833 | 'wikilog-newtalk-summary' => 'создана автоматически викилогом', |
| 5834 | + 'wikilog-feed-ns-title' => '$1 статей викилога', |
4936 | 5835 | 'wikilog-feed-description' => 'Читать последние сообщения на этом канале.', |
4937 | 5836 | 'wikilog-comment-feed-title1' => 'Комментарии от $2 (#$1)', |
4938 | 5837 | 'wikilog-comment-feed-title2' => 'Комментарий от $2 к $3 (#$1)', |
— | — | @@ -4987,10 +5886,84 @@ |
4988 | 5887 | 'wikilog-doc-import-comment' => 'Импортированная документация Викилога', |
4989 | 5888 | ); |
4990 | 5889 | |
| 5890 | +/** Rusyn (русиньскый язык) |
| 5891 | + * @author Gazeb |
| 5892 | + */ |
| 5893 | +$messages['rue'] = array( |
| 5894 | + 'wikilog-new-item' => 'Створити нову вікі статю', |
| 5895 | + 'wikilog-new-item-go' => 'Створити', |
| 5896 | + 'wikilog-item-name' => 'Назва статї:', |
| 5897 | + 'wikilog-published' => 'Публікована', |
| 5898 | + 'wikilog-updated' => 'Актуалізоване', |
| 5899 | + 'wikilog-authors' => 'Авторы', |
| 5900 | + 'wikilog-wikilog' => 'Вікілоґ', |
| 5901 | + 'wikilog-title' => 'Назва', |
| 5902 | + 'wikilog-actions' => 'Дїї', |
| 5903 | + 'wikilog-comments' => 'Коментарї', |
| 5904 | + 'wikilog-replies' => 'Одповідї', |
| 5905 | + 'wikilog-view-archives' => 'Архівы', |
| 5906 | + 'wikilog-anonymous-mark' => '(анонім)', |
| 5907 | + 'wikilog-pager-newest' => 'найновшы', |
| 5908 | + 'wikilog-pager-oldest' => 'найстаршы', |
| 5909 | + 'wikilog-pager-prev' => 'попередня', |
| 5910 | + 'wikilog-pager-next' => 'далша', |
| 5911 | + 'wikilog-pager-first' => 'перша', |
| 5912 | + 'wikilog-pager-last' => 'послїдня', |
| 5913 | + 'wikilog-pager-empty' => '(жадны елементы)', |
| 5914 | + 'wikilog-no-comments' => 'жадны коментарї', |
| 5915 | + 'wikilog-has-comments' => '$1 {{PLURAL:$1|коментарь|коментарї|коментарів}}', |
| 5916 | + 'wikilog-summary-uncategorized' => 'Некатеґорізованы', |
| 5917 | + 'wikilog-comment-permalink' => '$1 о $2', |
| 5918 | + 'wikilog-comment-note-item' => 'послане $1', |
| 5919 | + 'wikilog-comment-note-edited' => 'послїдня едітація $1 о $2', |
| 5920 | + 'wikilog-comment-anonsig' => '$3 (анонім)', |
| 5921 | + 'wikilog-comment-pending' => 'Тот коментарь чекає на схвалїня.', |
| 5922 | + 'wikilog-comment-deleted' => 'Тот коментарь быв змазаный.', |
| 5923 | + 'wikilog-comment-omitted-x' => 'Коментарь посланый (#$1).', |
| 5924 | + 'wikilog-comment-autosumm' => 'Новый коментарь од $1: $2', |
| 5925 | + 'wikilog-reply-to-comment' => 'Одповісти на тот коментарь', |
| 5926 | + 'wikilog-comment-page' => 'Перейти на сторінку того коментаря', |
| 5927 | + 'wikilog-comment-edit' => 'Змінити тот коментарь', |
| 5928 | + 'wikilog-comment-delete' => 'Змазати тот коментарь', |
| 5929 | + 'wikilog-comment-history' => 'Видїти історію коментаря', |
| 5930 | + 'wikilog-comment-approve' => 'Схвалити тот коментарь (такой выконане )', |
| 5931 | + 'wikilog-title-comments' => 'Коментарї - $1', |
| 5932 | + 'wikilog-post-comment' => 'Послати новый коментарь', |
| 5933 | + 'wikilog-post-reply' => 'Послати нову одповідь', |
| 5934 | + 'wikilog-form-wikilog' => 'Вікілоґ:', |
| 5935 | + 'wikilog-form-category' => 'Катеґорія:', |
| 5936 | + 'wikilog-form-name' => 'Назва:', |
| 5937 | + 'wikilog-form-author' => 'Автор:', |
| 5938 | + 'wikilog-form-tag' => 'Значка:', |
| 5939 | + 'wikilog-form-date' => 'Датум:', |
| 5940 | + 'wikilog-form-status' => 'Став:', |
| 5941 | + 'wikilog-form-preview' => 'Нагляд:', |
| 5942 | + 'wikilog-form-comment' => 'Коментарь:', |
| 5943 | + 'wikilog-show-all' => 'Вшыткы приспевкы', |
| 5944 | + 'wikilog-show-published' => 'Публіковане', |
| 5945 | + 'wikilog-submit' => 'Одослати', |
| 5946 | + 'wikilog-preview' => 'Нагляд', |
| 5947 | + 'wikilog-edit-lc' => 'едітовати', |
| 5948 | + 'wikilog-reply-lc' => 'одповісти', |
| 5949 | + 'wikilog-delete-lc' => 'змазати', |
| 5950 | + 'wikilog-approve-lc' => 'схвалити', |
| 5951 | + 'wikilog-page-lc' => 'сторінка', |
| 5952 | + 'wikilog-history-lc' => 'історія', |
| 5953 | +); |
| 5954 | + |
| 5955 | +/** Sardinian (Sardu) |
| 5956 | + * @author Andria |
| 5957 | + */ |
| 5958 | +$messages['sc'] = array( |
| 5959 | + 'wikilog-form-name' => 'Nùmene', |
| 5960 | + 'wikilog-page-lc' => 'pàgina', |
| 5961 | +); |
| 5962 | + |
4991 | 5963 | /** Sinhala (සිංහල) |
4992 | 5964 | * @author Calcey |
4993 | 5965 | * @author Jiro Ono |
4994 | 5966 | * @author චතුනි අලහප්පෙරුම |
| 5967 | + * @author බිඟුවා |
4995 | 5968 | */ |
4996 | 5969 | $messages['si'] = array( |
4997 | 5970 | 'wikilog-desc' => 'බ්ලොග් විශේෂාංග එකතු කිරීම,විකි-බ්ලොග් මුහුම නිර්මාණය', |
— | — | @@ -5046,6 +6019,8 @@ |
5047 | 6020 | 'wikilog-edit-signpub' => 'අත්සන් කර මෙම ලිපිය ප්රකාශනය කරන්න', |
5048 | 6021 | 'wikilog-edit-signpub-tooltip' => 'සුරකින විට මෙම ලිපිය එහි විකි ලඝූ සටහනෙහි අත්සන් කරනු ලැබීමට හා ප්රකාශනය කරනු ලැබීමට හේතුවේ. |
5049 | 6022 | ලිපිය කෙටුම්පතක් ලෙස තැබීමට මෙම කොටුව නිලකුණු කරන්න.', |
| 6023 | + 'wikilog-comment-permalink' => '$1 විසින් $2 හිදී', |
| 6024 | + 'wikilog-comment-note-edited' => 'අවසාන සංස්කර්ණය $1 දින $2 දීය', |
5050 | 6025 | 'wikilog-comment-anonsig' => '$3 (නිර්නාමික)', |
5051 | 6026 | 'wikilog-comment-pending' => 'මෙම විචාරය අනුමැතිය බලාපොරොත්තුවෙන් පසුවේ.', |
5052 | 6027 | 'wikilog-comment-deleted' => 'මෙම විචාරය මකා දමන ලදී.', |
— | — | @@ -5111,7 +6086,264 @@ |
5112 | 6087 | 'wikilog-doc-import-comment' => 'ආයාත කරනු ලැබූ විකි ලඝු ප්රලේඛනය', |
5113 | 6088 | ); |
5114 | 6089 | |
| 6090 | +/** Slovenian (Slovenščina) |
| 6091 | + * @author Dbc334 |
| 6092 | + */ |
| 6093 | +$messages['sl'] = array( |
| 6094 | + 'wikilog-auto' => 'Wikilog Samodejno', |
| 6095 | + 'wikilog-help' => '{{ns:Help}}:Wikilog', |
| 6096 | + 'right-wl-postcomment' => 'Objavljanje pripomb k člankom wikiloga', |
| 6097 | + 'wikilog-specialwikilog-title' => 'Wikilogi', |
| 6098 | + 'wikilog-specialwikilog' => 'Wikilog', |
| 6099 | + 'wikilog-log-pagename' => 'Dnevnik dejanj Wikilog', |
| 6100 | + 'wikilog-log-pagetext' => 'Spodaj se nahaja seznam dejanj wikiloga.', |
| 6101 | + 'wikilog-log-cmt-approve' => 'odobril(-a) pripombo »[[$1]]«', |
| 6102 | + 'wikilog-log-cmt-reject' => 'zavrnil(-a) pripombo »[[$1]]«', |
| 6103 | + 'wikilog-tab' => 'Wikilog', |
| 6104 | + 'wikilog-tab-title' => 'Dejanja Wikilog', |
| 6105 | + 'wikilog-information' => 'Informacije wikiloga', |
| 6106 | + 'wikilog-new-item' => 'Ustvari nov članek wikilog', |
| 6107 | + 'wikilog-new-item-go' => 'Ustvari', |
| 6108 | + 'wikilog-item-name' => 'Ime članka:', |
| 6109 | + 'wikilog-published' => 'Objavljeno', |
| 6110 | + 'wikilog-updated' => 'Posodobljeno', |
| 6111 | + 'wikilog-draft' => 'Osnutek', |
| 6112 | + 'wikilog-authors' => 'Avtorji', |
| 6113 | + 'wikilog-wikilog' => 'Wikilog', |
| 6114 | + 'wikilog-title' => 'Naslov', |
| 6115 | + 'wikilog-actions' => 'Dejanja', |
| 6116 | + 'wikilog-comments' => 'Pripombe', |
| 6117 | + 'wikilog-replies' => 'Odgovori', |
| 6118 | + 'wikilog-view-archives' => 'Arhivi', |
| 6119 | + 'wikilog-view-summary' => 'Povzetek', |
| 6120 | + 'wikilog-draft-title-mark' => '(osnutek)', |
| 6121 | + 'wikilog-anonymous-mark' => '(brezimnež)', |
| 6122 | + 'wikilog-pager-newest' => 'najnovejši', |
| 6123 | + 'wikilog-pager-oldest' => 'najstarejši', |
| 6124 | + 'wikilog-pager-prev' => 'prejšnji', |
| 6125 | + 'wikilog-pager-next' => 'naslednji', |
| 6126 | + 'wikilog-pager-first' => 'prvi', |
| 6127 | + 'wikilog-pager-last' => 'zadnji', |
| 6128 | + 'wikilog-pager-empty' => '(ni predmetov)', |
| 6129 | + 'wikilog-no-comments' => 'ni pripomb', |
| 6130 | + 'wikilog-has-comments' => '$1 {{PLURAL:$1|pripomba|pripombi|pripombe|pripomb}}', |
| 6131 | + 'wikilog-summary-uncategorized' => 'Nekategorizirano', |
| 6132 | + 'wikilog-summary-categories' => 'Vloženo pod $2', |
| 6133 | + 'wikilog-summary-more' => '[[$3|→ nadaljujte z branjem ...]]', |
| 6134 | + 'wikilog-edit-hint' => 'Uredi članek wikiloga: $1', |
| 6135 | + 'wikilog-edit-fieldset-legend' => 'Možnosti wikiloga:', |
| 6136 | + 'wikilog-edit-signpub' => 'Podpiši in objavi ta članek', |
| 6137 | + 'wikilog-comment-anonsig' => '$3 (brezimnež)', |
| 6138 | + 'wikilog-comment-pending' => 'Ta pripomba čaka na odobritev.', |
| 6139 | + 'wikilog-comment-deleted' => 'Ta pripomba je bila izbrisana.', |
| 6140 | + 'wikilog-comment-autosumm' => 'Nova pripomba $1: $2', |
| 6141 | + 'wikilog-reply-to-comment' => 'Objavi odgovor na to pripombo', |
| 6142 | + 'wikilog-comment-page' => 'Pojdi na stran te pripombe', |
| 6143 | + 'wikilog-comment-edit' => 'Uredi to pripombo', |
| 6144 | + 'wikilog-comment-delete' => 'Izbriši to pripombo', |
| 6145 | + 'wikilog-comment-history' => 'Ogled zgodovine pripomb', |
| 6146 | + 'wikilog-comment-approve' => 'Odobri to pripombo (takojšnje dejanje)', |
| 6147 | + 'wikilog-comment-reject' => 'Zavrni to pripombo (takojšnje dejanje)', |
| 6148 | + 'wikilog-newtalk-text' => '<!-- prazna stran, ki jo ustvaril Wikilog -->', |
| 6149 | + 'wikilog-newtalk-summary' => 'samodejno ustvaril Wikilog', |
| 6150 | + 'wikilog-title-comments' => 'Pripombe – $1', |
| 6151 | + 'wikilog-error-msg' => 'Wikilog: $1', |
| 6152 | + 'wikilog-error-title' => 'Napaka Wikilog', |
| 6153 | + 'wikilog-invalid-param' => 'Neveljavni parameten: $1.', |
| 6154 | + 'wikilog-invalid-author' => 'Neveljavni avtor: $1.', |
| 6155 | + 'wikilog-invalid-date' => 'Neveljavni datum: $1.', |
| 6156 | + 'wikilog-invalid-tag' => 'Neveljavna oznaka: $1', |
| 6157 | + 'wikilog-invalid-file' => 'Neveljavna datoteka: $1', |
| 6158 | + 'wikilog-post-comment' => 'Objavi novo pripombo', |
| 6159 | + 'wikilog-post-reply' => 'Objavi nov odgovor', |
| 6160 | + 'wikilog-form-legend' => 'Iskanje objav wikilog', |
| 6161 | + 'wikilog-form-wikilog' => 'Wikilog:', |
| 6162 | + 'wikilog-form-category' => 'Kategorija:', |
| 6163 | + 'wikilog-form-name' => 'Ime:', |
| 6164 | + 'wikilog-form-author' => 'Avtor:', |
| 6165 | + 'wikilog-form-tag' => 'Oznaka:', |
| 6166 | + 'wikilog-form-date' => 'Datum:', |
| 6167 | + 'wikilog-form-status' => 'Stanje:', |
| 6168 | + 'wikilog-form-preview' => 'Predogled:', |
| 6169 | + 'wikilog-form-comment' => 'Pripomba:', |
| 6170 | + 'wikilog-show-all' => 'Vse objave', |
| 6171 | + 'wikilog-show-published' => 'Objavljeno', |
| 6172 | + 'wikilog-show-drafts' => 'Osnutki', |
| 6173 | + 'wikilog-submit' => 'Potrdi', |
| 6174 | + 'wikilog-preview' => 'Predogled', |
| 6175 | + 'wikilog-edit-lc' => 'uredi', |
| 6176 | + 'wikilog-reply-lc' => 'odgovori', |
| 6177 | + 'wikilog-delete-lc' => 'izbriši', |
| 6178 | + 'wikilog-approve-lc' => 'odobri', |
| 6179 | + 'wikilog-reject-lc' => 'zavrni', |
| 6180 | + 'wikilog-page-lc' => 'stran', |
| 6181 | + 'wikilog-history-lc' => 'zgodovina', |
| 6182 | + 'wikilog-doc-import-comment' => 'Uvožena dokumentacija Wikiloga', |
| 6183 | +); |
| 6184 | + |
| 6185 | +/** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 6186 | + * @author Михајло Анђелковић |
| 6187 | + */ |
| 6188 | +$messages['sr-ec'] = array( |
| 6189 | + 'wikilog-new-item-go' => 'Направи', |
| 6190 | + 'wikilog-item-name' => 'Наслов чланка:', |
| 6191 | + 'wikilog-published' => 'Објављено', |
| 6192 | + 'wikilog-updated' => 'Ажурирано', |
| 6193 | + 'wikilog-draft' => 'Нацрт', |
| 6194 | + 'wikilog-authors' => 'Аутори', |
| 6195 | + 'wikilog-title' => 'Наслов', |
| 6196 | + 'wikilog-actions' => 'Акције', |
| 6197 | + 'wikilog-comments' => 'Коментари', |
| 6198 | + 'wikilog-replies' => 'Реплике', |
| 6199 | + 'wikilog-view-archives' => 'Архиве', |
| 6200 | + 'wikilog-view-summary' => 'Сажетак', |
| 6201 | + 'wikilog-draft-title-mark' => '(нацрт)', |
| 6202 | + 'wikilog-anonymous-mark' => '(анонимно)', |
| 6203 | + 'wikilog-pager-newest' => 'најновије', |
| 6204 | + 'wikilog-pager-oldest' => 'најстарије', |
| 6205 | + 'wikilog-pager-prev' => 'претходно', |
| 6206 | + 'wikilog-pager-next' => 'следеће', |
| 6207 | + 'wikilog-pager-first' => 'прво', |
| 6208 | + 'wikilog-pager-last' => 'последње', |
| 6209 | + 'wikilog-pager-empty' => '(нема садржаја)', |
| 6210 | + 'wikilog-no-comments' => 'нема коментара', |
| 6211 | + 'wikilog-has-comments' => '{{PLURAL:$1|један коментар|$1 коментара}}', |
| 6212 | + 'wikilog-summary-footer' => 'Послао/ла $7 ка [[$1|$2]] на $8 у $9, $10.', |
| 6213 | + 'wikilog-summary-footer-single' => 'Послао/ла $7 ка $8 у $9, $10.', |
| 6214 | + 'wikilog-summary-uncategorized' => 'Некатегорисано', |
| 6215 | + 'wikilog-summary-categories' => 'Заведено под $2', |
| 6216 | + 'wikilog-edit-signpub' => 'Потпиши и објави овај чланак', |
| 6217 | + 'wikilog-comment-permalink' => '$1 у $2', |
| 6218 | + 'wikilog-comment-note-item' => 'послато на $1', |
| 6219 | + 'wikilog-comment-note-edited' => 'последње измењен на $1 у $2', |
| 6220 | + 'wikilog-comment-anonsig' => '$3 (анонимни)', |
| 6221 | + 'wikilog-comment-autosumm' => 'Нови коментар од $1: $2', |
| 6222 | + 'wikilog-reply-to-comment' => 'Пошаљи реплику на овај коментар', |
| 6223 | + 'wikilog-comment-page' => 'Иди на страну овог коментара', |
| 6224 | + 'wikilog-comment-edit' => 'Измени овај коментар', |
| 6225 | + 'wikilog-comment-delete' => 'Обриши овај коментар', |
| 6226 | + 'wikilog-comment-history' => 'Види историју коментара', |
| 6227 | + 'wikilog-comment-approve' => 'Одобри овај коментар (моментална акција)', |
| 6228 | + 'wikilog-feed-description' => 'Прочитај најскорије уносе у овом фиду.', |
| 6229 | + 'wikilog-comment-feed-title1' => 'Коментар од $2 (#$1)', |
| 6230 | + 'wikilog-comment-feed-title2' => 'Коментар од $2 за $3 (#$1)', |
| 6231 | + 'wikilog-title-comments' => 'Коментари - $1', |
| 6232 | + 'wikilog-invalid-param' => 'Неисправан параметар: $1.', |
| 6233 | + 'wikilog-invalid-author' => 'Непостојећи аутор: $1.', |
| 6234 | + 'wikilog-invalid-date' => 'Неисправан датум: $1.', |
| 6235 | + 'wikilog-invalid-tag' => 'Неисправан таг: $1.', |
| 6236 | + 'wikilog-invalid-file' => 'Неисправан фајл: $1.', |
| 6237 | + 'wikilog-file-not-found' => 'Непостојећи фајл: $1.', |
| 6238 | + 'wikilog-not-an-image' => 'Овај фајл није слика: $1', |
| 6239 | + 'wikilog-comment-is-empty' => 'Послати коментар је празан.', |
| 6240 | + 'wikilog-comment-too-long' => 'Послати коменар је предугачак.', |
| 6241 | + 'wikilog-comment-invalid-name' => 'Достављено име је погрешно.', |
| 6242 | + 'wikilog-post-comment' => 'Пошаљи нови коментар', |
| 6243 | + 'wikilog-post-reply' => 'Пошаљи нову реплику', |
| 6244 | + 'wikilog-form-category' => 'Категорија:', |
| 6245 | + 'wikilog-form-name' => 'Име:', |
| 6246 | + 'wikilog-form-author' => 'Аутор:', |
| 6247 | + 'wikilog-form-tag' => 'Таг:', |
| 6248 | + 'wikilog-form-date' => 'Датум:', |
| 6249 | + 'wikilog-form-status' => 'Статус:', |
| 6250 | + 'wikilog-form-preview' => 'Преглед:', |
| 6251 | + 'wikilog-form-comment' => 'Коментар:', |
| 6252 | + 'wikilog-show-all' => 'Све поруке', |
| 6253 | + 'wikilog-show-published' => 'Објављено', |
| 6254 | + 'wikilog-show-drafts' => 'Нацрти', |
| 6255 | + 'wikilog-submit' => 'Пошаљи', |
| 6256 | + 'wikilog-preview' => 'Прегледај', |
| 6257 | + 'wikilog-edit-lc' => 'измени', |
| 6258 | + 'wikilog-reply-lc' => 'одговори', |
| 6259 | + 'wikilog-delete-lc' => 'избриши', |
| 6260 | + 'wikilog-approve-lc' => 'одобри', |
| 6261 | + 'wikilog-reject-lc' => 'одбаци', |
| 6262 | + 'wikilog-page-lc' => 'страна', |
| 6263 | + 'wikilog-history-lc' => 'историја', |
| 6264 | +); |
| 6265 | + |
| 6266 | +/** Serbian Latin ekavian (Srpski (latinica)) */ |
| 6267 | +$messages['sr-el'] = array( |
| 6268 | + 'wikilog-new-item-go' => 'Napravi', |
| 6269 | + 'wikilog-item-name' => 'Naslov članka:', |
| 6270 | + 'wikilog-published' => 'Objavljeno', |
| 6271 | + 'wikilog-updated' => 'Ažurirano', |
| 6272 | + 'wikilog-draft' => 'Nacrt', |
| 6273 | + 'wikilog-authors' => 'Autori', |
| 6274 | + 'wikilog-title' => 'Naslov', |
| 6275 | + 'wikilog-actions' => 'Akcije', |
| 6276 | + 'wikilog-comments' => 'Komentari', |
| 6277 | + 'wikilog-replies' => 'Replike', |
| 6278 | + 'wikilog-view-archives' => 'Arhive', |
| 6279 | + 'wikilog-view-summary' => 'Sažetak', |
| 6280 | + 'wikilog-draft-title-mark' => '(nacrt)', |
| 6281 | + 'wikilog-anonymous-mark' => '(anonimno)', |
| 6282 | + 'wikilog-pager-newest' => 'najnovije', |
| 6283 | + 'wikilog-pager-oldest' => 'najstarije', |
| 6284 | + 'wikilog-pager-prev' => 'prethodno', |
| 6285 | + 'wikilog-pager-next' => 'sledeće', |
| 6286 | + 'wikilog-pager-first' => 'prvo', |
| 6287 | + 'wikilog-pager-last' => 'poslednje', |
| 6288 | + 'wikilog-pager-empty' => '(nema sadržaja)', |
| 6289 | + 'wikilog-no-comments' => 'nema komentara', |
| 6290 | + 'wikilog-has-comments' => '{{PLURAL:$1|jedan komentar|$1 komentara}}', |
| 6291 | + 'wikilog-summary-footer' => 'Poslao/la $7 ka [[$1|$2]] na $8 u $9, $10.', |
| 6292 | + 'wikilog-summary-footer-single' => 'Poslao/la $7 ka $8 u $9, $10.', |
| 6293 | + 'wikilog-summary-uncategorized' => 'Nekategorisano', |
| 6294 | + 'wikilog-summary-categories' => 'Zavedeno pod $2', |
| 6295 | + 'wikilog-edit-signpub' => 'Potpiši i objavi ovaj članak', |
| 6296 | + 'wikilog-comment-permalink' => '$1 u $2', |
| 6297 | + 'wikilog-comment-note-item' => 'poslato na $1', |
| 6298 | + 'wikilog-comment-note-edited' => 'poslednje izmenjen na $1 u $2', |
| 6299 | + 'wikilog-comment-anonsig' => '$3 (anonimni)', |
| 6300 | + 'wikilog-comment-autosumm' => 'Novi komentar od $1: $2', |
| 6301 | + 'wikilog-reply-to-comment' => 'Pošalji repliku na ovaj komentar', |
| 6302 | + 'wikilog-comment-page' => 'Idi na stranu ovog komentara', |
| 6303 | + 'wikilog-comment-edit' => 'Izmeni ovaj komentar', |
| 6304 | + 'wikilog-comment-delete' => 'Obriši ovaj komentar', |
| 6305 | + 'wikilog-comment-history' => 'Vidi istoriju komentara', |
| 6306 | + 'wikilog-comment-approve' => 'Odobri ovaj komentar (momentalna akcija)', |
| 6307 | + 'wikilog-feed-description' => 'Pročitaj najskorije unose u ovom fidu.', |
| 6308 | + 'wikilog-comment-feed-title1' => 'Komentar od $2 (#$1)', |
| 6309 | + 'wikilog-comment-feed-title2' => 'Komentar od $2 za $3 (#$1)', |
| 6310 | + 'wikilog-title-comments' => 'Komentari - $1', |
| 6311 | + 'wikilog-invalid-param' => 'Neispravan parametar: $1.', |
| 6312 | + 'wikilog-invalid-author' => 'Nepostojeći autor: $1.', |
| 6313 | + 'wikilog-invalid-date' => 'Neispravan datum: $1.', |
| 6314 | + 'wikilog-invalid-tag' => 'Neispravan tag: $1.', |
| 6315 | + 'wikilog-invalid-file' => 'Neispravan fajl: $1.', |
| 6316 | + 'wikilog-file-not-found' => 'Nepostojeći fajl: $1.', |
| 6317 | + 'wikilog-not-an-image' => 'Ovaj fajl nije slika: $1', |
| 6318 | + 'wikilog-comment-is-empty' => 'Poslati komentar je prazan.', |
| 6319 | + 'wikilog-comment-too-long' => 'Poslati komenar je predugačak.', |
| 6320 | + 'wikilog-comment-invalid-name' => 'Dostavljeno ime je pogrešno.', |
| 6321 | + 'wikilog-post-comment' => 'Pošalji novi komentar', |
| 6322 | + 'wikilog-post-reply' => 'Pošalji novu repliku', |
| 6323 | + 'wikilog-form-category' => 'Kategorija:', |
| 6324 | + 'wikilog-form-name' => 'Ime:', |
| 6325 | + 'wikilog-form-author' => 'Autor:', |
| 6326 | + 'wikilog-form-tag' => 'Tag:', |
| 6327 | + 'wikilog-form-date' => 'Datum:', |
| 6328 | + 'wikilog-form-status' => 'Status:', |
| 6329 | + 'wikilog-form-preview' => 'Pregled:', |
| 6330 | + 'wikilog-form-comment' => 'Komentar:', |
| 6331 | + 'wikilog-show-all' => 'Sve poruke', |
| 6332 | + 'wikilog-show-published' => 'Objavljeno', |
| 6333 | + 'wikilog-show-drafts' => 'Nacrti', |
| 6334 | + 'wikilog-submit' => 'Pošalji', |
| 6335 | + 'wikilog-preview' => 'Pregledaj', |
| 6336 | + 'wikilog-edit-lc' => 'izmeni', |
| 6337 | + 'wikilog-reply-lc' => 'odgovori', |
| 6338 | + 'wikilog-delete-lc' => 'izbriši', |
| 6339 | + 'wikilog-approve-lc' => 'odobri', |
| 6340 | + 'wikilog-reject-lc' => 'odbaci', |
| 6341 | + 'wikilog-page-lc' => 'strana', |
| 6342 | + 'wikilog-history-lc' => 'istorija', |
| 6343 | +); |
| 6344 | + |
5115 | 6345 | /** Swedish (Svenska) |
| 6346 | + * @author Ainali |
| 6347 | + * @author Dafer45 |
5116 | 6348 | * @author Elias Bröms |
5117 | 6349 | * @author Ozp |
5118 | 6350 | * @author Per |
— | — | @@ -5177,6 +6409,8 @@ |
5178 | 6410 | 'wikilog-edit-signpub' => 'Signera och publicera denna artikel', |
5179 | 6411 | 'wikilog-edit-signpub-tooltip' => 'Gör att artiklar blir signerade och publicerade i sin wikilog när de sparas. |
5180 | 6412 | Avmarkera denna box för att lämna artiklar som utkast.', |
| 6413 | + 'wikilog-comment-note-edited' => 'senast redigerad den $1 vid $2', |
| 6414 | + 'wikilog-comment-anonsig' => '$3 (anonym)', |
5181 | 6415 | 'wikilog-comment-pending' => 'Denna kommentar väntar på godkännande.', |
5182 | 6416 | 'wikilog-comment-deleted' => 'Denna kommentar har raderats.', |
5183 | 6417 | 'wikilog-comment-autosumm' => 'Ny kommentar av $1: $2', |
— | — | @@ -5191,6 +6425,9 @@ |
5192 | 6426 | 'wikilog-newtalk-summary' => 'skapad automatiskt av Wikilog', |
5193 | 6427 | 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]', |
5194 | 6428 | 'wikilog-feed-description' => 'Läs de senaste inläggen i denna feed.', |
| 6429 | + 'wikilog-comment-feed-title1' => 'Kommentar av $2 (#$1)', |
| 6430 | + 'wikilog-comment-feed-title2' => 'Kommentar av $2 till $3 (#$1)', |
| 6431 | + 'wikilog-comment-feed-description' => 'Läs de senaste kommentarerna i denna feed.', |
5195 | 6432 | 'wikilog-title-item-full' => '$1 - $2', |
5196 | 6433 | 'wikilog-title-comments' => 'Kommentarer - $1', |
5197 | 6434 | 'wikilog-error-msg' => 'Wikilog: $1', |
— | — | @@ -5276,6 +6513,8 @@ |
5277 | 6514 | 'wikilog-summary-more' => '[[$3|→ చదవడం కొనసాగించండి...]]', |
5278 | 6515 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|చర్చ]])', |
5279 | 6516 | 'wikilog-edit-fieldset-legend' => 'వికీచిట్టా ఎంపికలు:', |
| 6517 | + 'wikilog-edit-signpub' => 'సంతకం చేసి ఈ వ్యాసాన్ని ప్రచురించు', |
| 6518 | + 'wikilog-comment-anonsig' => '$3 (అజ్ఞాతం)', |
5280 | 6519 | 'wikilog-comment-pending' => 'ఈ వ్యాఖ్య అనుమతి కోసం వేచియున్నది.', |
5281 | 6520 | 'wikilog-comment-deleted' => 'ఈ వ్యాఖ్యని తొలగించారు.', |
5282 | 6521 | 'wikilog-comment-autosumm' => '$1 యొక్క కొత్త వ్యాఖ్య: $2', |
— | — | @@ -5375,6 +6614,127 @@ |
5376 | 6615 | 'wikilog-history-lc' => 'geçmiş', |
5377 | 6616 | ); |
5378 | 6617 | |
| 6618 | +/** Tagalog (Tagalog) |
| 6619 | + * @author AnakngAraw |
| 6620 | + */ |
| 6621 | +$messages['tl'] = array( |
| 6622 | + 'wikilog-desc' => 'Nagdaragdag ng mga kasangkapang-katangiang pamblog, lumilikha ng isang haybrid na wiki-blog', |
| 6623 | + 'wikilog-auto' => 'Kusang Wiki-tala', |
| 6624 | + 'wikilog-help' => '{{ns:Help}}:Wiki-tala', |
| 6625 | + 'right-wl-postcomment' => 'Magpaskil ng mga puna sa mga artikulo ng wiki-tala', |
| 6626 | + 'right-wl-moderation' => 'Pangangasiwa ng mga puna sa artikulo ng wiki-tala', |
| 6627 | + 'wikilog-specialwikilog-title' => 'Mga wiki-tala', |
| 6628 | + 'wikilog-specialwikilog' => 'Wiki-tala', |
| 6629 | + 'wikilog-log-pagename' => 'Tala ng mga galaw sa Wiki-tala', |
| 6630 | + 'wikilog-log-pagetext' => 'Nasa ibaba ang isang talaan ng mga galaw sa wiki-tala.', |
| 6631 | + 'wikilog-log-cmt-approve' => 'pinayagang puna "[[$1]]"', |
| 6632 | + 'wikilog-log-cmt-reject' => 'tinanggihang puna "[[$1]]"', |
| 6633 | + 'wikilog-log-cmt-rejdel' => 'Tinanggihang puna sa wiki-tala mula sa [[Special:Contributions/$1|$1]]', |
| 6634 | + 'wikilog-tab' => 'Wiki-tala', |
| 6635 | + 'wikilog-tab-title' => 'Mga galaw sa wiki-tala', |
| 6636 | + 'wikilog-missing-wikilog' => 'Ito ang pahinang [[{{int:wikilog-help}}|wikilog]] para sa [[{{FULLPAGENAME}}]]. |
| 6637 | + |
| 6638 | +Hindi pa umiiral ang wikilog na ito. |
| 6639 | +Upang makapaglathala ng mga artikulo at paganahin ang iba pang mga kasangkapang-katangian, kailangang likhain muna ito. |
| 6640 | + |
| 6641 | +* <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Likhain ang wikilog na ito].</span>', |
| 6642 | + 'wikilog-information' => 'Kabatiran sa wiki-tala', |
| 6643 | + 'wikilog-post-count-published' => 'Mayroong {{PLURAL:$1|isang nalathalang artikulo|mga $1 nalathalang mga artikulo}} sa wikilog na ito', |
| 6644 | + 'wikilog-post-count-drafts' => 'Mayroong {{PLURAL:$1|isang hindi pa nalalathalang (balangkas) artikulo|mga $1 hindi pa nalalathalang (balangkas) mga artikulo}}', |
| 6645 | + 'wikilog-post-count-all' => 'Sa kabuuan mayroong {{PLURAL:$1|isang artikulo|mga $1 artikulo}}.', |
| 6646 | + 'wikilog-new-item' => 'Lumikha ng bagong artikulo ng wiki-tala', |
| 6647 | + 'wikilog-new-item-go' => 'Likhain', |
| 6648 | + 'wikilog-item-name' => 'Pangalan ng artikulo:', |
| 6649 | + 'wikilog-published' => 'Nalathala na', |
| 6650 | + 'wikilog-updated' => 'Naisapanahon na', |
| 6651 | + 'wikilog-draft' => 'Balangkas', |
| 6652 | + 'wikilog-authors' => 'Mga may-akda', |
| 6653 | + 'wikilog-wikilog' => 'Wiki-tala', |
| 6654 | + 'wikilog-title' => 'Pamagat', |
| 6655 | + 'wikilog-actions' => 'Mga galaw', |
| 6656 | + 'wikilog-comments' => 'Mga puna', |
| 6657 | + 'wikilog-replies' => 'Mga tugon', |
| 6658 | + 'wikilog-view-archives' => 'Mga sinupan', |
| 6659 | + 'wikilog-view-summary' => 'Buod', |
| 6660 | + 'wikilog-draft-title-mark' => '(balangkas)', |
| 6661 | + 'wikilog-anonymous-mark' => '(hindi kilala)', |
| 6662 | + 'wikilog-pager-newest' => 'pinakabago', |
| 6663 | + 'wikilog-pager-oldest' => 'pinakaluma', |
| 6664 | + 'wikilog-pager-prev' => 'nakaraan', |
| 6665 | + 'wikilog-pager-next' => 'susunod', |
| 6666 | + 'wikilog-pager-first' => 'una', |
| 6667 | + 'wikilog-pager-last' => 'huli', |
| 6668 | + 'wikilog-pager-empty' => '(walang mga bagay)', |
| 6669 | + 'wikilog-no-comments' => 'walang mga puna', |
| 6670 | + 'wikilog-has-comments' => '{{PLURAL:$1|isang puna|$1 mga puna}}', |
| 6671 | + 'wikilog-summary-footer' => 'Ipinaskil ni $7 sa [[$1|$2]] noong $8 noong $9, $10.', |
| 6672 | + 'wikilog-summary-footer-single' => 'Ipinaskil ni $7 noong $8 noong $9, $10.', |
| 6673 | + 'wikilog-summary-uncategorized' => 'Walang kategorya', |
| 6674 | + 'wikilog-summary-categories' => 'Isinalansan sa ilalim ng $2', |
| 6675 | + 'wikilog-summary-more' => '[[$3|→ ipagpatuloy ang pagbabasa...]]', |
| 6676 | + 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|usapan]])', |
| 6677 | + 'wikilog-edit-fieldset-legend' => 'Mga pagpipilian sa wiki-tala:', |
| 6678 | + 'wikilog-edit-signpub' => 'Lagdaan at ilathala ang artikulong ito', |
| 6679 | + 'wikilog-edit-signpub-tooltip' => 'Nagdurulot sa artikulong ito na malagdaan at malathala sa kanyang wikilog kapag nasagip. |
| 6680 | +Huwag tsekan ang kahong ito upang mapanatili ang artikulo bilang isang balangkas.', |
| 6681 | + 'wikilog-comment-permalink' => '$1 noong $2', |
| 6682 | + 'wikilog-comment-note-item' => 'ipinaskil sa $1', |
| 6683 | + 'wikilog-comment-note-edited' => 'huling nabago noong $1 noong $2', |
| 6684 | + 'wikilog-comment-anonsig' => '$3 (hindi kilala)', |
| 6685 | + 'wikilog-comment-pending' => 'Naghihintay ng pahintulot ang punang ito.', |
| 6686 | + 'wikilog-comment-deleted' => 'Nabura ang punang ito.', |
| 6687 | + 'wikilog-comment-omitted-x' => 'Tinanggal na puna (#$1).', |
| 6688 | + 'wikilog-comment-autosumm' => 'Bagong puna ni $1: $2', |
| 6689 | + 'wikilog-reply-to-comment' => 'Magpaskil ng isang tugon sa punang ito', |
| 6690 | + 'wikilog-comment-page' => 'Pumunta sa pahina ng punang ito', |
| 6691 | + 'wikilog-comment-edit' => 'Baguhin ang punang ito', |
| 6692 | + 'wikilog-comment-delete' => 'Burahin ang punang ito', |
| 6693 | + 'wikilog-comment-history' => 'Tingnan ang kasaysayan ng puna', |
| 6694 | + 'wikilog-comment-approve' => 'Payagan ang punang ito (mabilis na kilos)', |
| 6695 | + 'wikilog-comment-reject' => 'Tanggihan ang punang ito (mabilis na kilos)', |
| 6696 | + 'wikilog-newtalk-text' => '<!-- pahinang walang laman na nilikha ng Wiki-tala -->', |
| 6697 | + 'wikilog-newtalk-summary' => 'kusang nilikha ng Wiki-tala', |
| 6698 | + 'wikilog-feed-description' => 'Basahin ang pinaka kamakailang mga pagpapaskil na nasa loob ng pakaing ito.', |
| 6699 | + 'wikilog-comment-feed-title1' => 'Puna ni $2 (#$1)', |
| 6700 | + 'wikilog-comment-feed-title2' => 'Puna ni $2 sa $3 (#$1)', |
| 6701 | + 'wikilog-title-comments' => 'Mga puna - $1', |
| 6702 | + 'wikilog-error-msg' => 'Wiki-tala: $1', |
| 6703 | + 'wikilog-error-title' => 'Kamalian sa Wiki-tala', |
| 6704 | + 'wikilog-invalid-param' => 'Hindi tanggap na parametro: $1.', |
| 6705 | + 'wikilog-invalid-author' => 'Hindi tanggap na may-akda: $1.', |
| 6706 | + 'wikilog-invalid-date' => 'Hindi tanggap na petsa: $1.', |
| 6707 | + 'wikilog-invalid-tag' => 'Hindi tanggap na tatak: $1', |
| 6708 | + 'wikilog-invalid-file' => 'Hindi tanggap na talaksan: $1.', |
| 6709 | + 'wikilog-file-not-found' => 'Hindi umiiral na talaksan: $1.', |
| 6710 | + 'wikilog-not-an-image' => 'Hindi isang larawan ang talaksan: $1.', |
| 6711 | + 'wikilog-comment-invalid-name' => 'Hindi tanggap ang ibinigay na pangalan.', |
| 6712 | + 'wikilog-post-comment' => 'Magpaskil ng isang bagong puna', |
| 6713 | + 'wikilog-post-reply' => 'Magpaskil ng isang bagong tugon', |
| 6714 | + 'wikilog-form-legend' => 'Maghanap ng mga pagpapaskil sa wiki-tala', |
| 6715 | + 'wikilog-form-wikilog' => 'Wiki-tala:', |
| 6716 | + 'wikilog-form-category' => 'Kategorya:', |
| 6717 | + 'wikilog-form-name' => 'Pangalan:', |
| 6718 | + 'wikilog-form-author' => 'May-akda:', |
| 6719 | + 'wikilog-form-tag' => 'Tatak:', |
| 6720 | + 'wikilog-form-date' => 'Petsa:', |
| 6721 | + 'wikilog-form-status' => 'Katayuan:', |
| 6722 | + 'wikilog-form-preview' => 'Paunang tingin:', |
| 6723 | + 'wikilog-form-comment' => 'Puna:', |
| 6724 | + 'wikilog-show-all' => 'Lahat ng mga pagpapaskil', |
| 6725 | + 'wikilog-show-published' => 'Nailathala na', |
| 6726 | + 'wikilog-show-drafts' => 'Mga balangkas', |
| 6727 | + 'wikilog-submit' => 'Ipasa', |
| 6728 | + 'wikilog-preview' => 'Paunang tingin', |
| 6729 | + 'wikilog-edit-lc' => 'baguhin', |
| 6730 | + 'wikilog-reply-lc' => 'tumugon', |
| 6731 | + 'wikilog-delete-lc' => 'burahin', |
| 6732 | + 'wikilog-approve-lc' => 'payagan', |
| 6733 | + 'wikilog-reject-lc' => 'tanggihan', |
| 6734 | + 'wikilog-page-lc' => 'pahina', |
| 6735 | + 'wikilog-history-lc' => 'kasaysayan', |
| 6736 | + 'wikilog-doc-import-comment' => 'Inangkata na dokumentasyon ng Wiki-tala', |
| 6737 | +); |
| 6738 | + |
5379 | 6739 | /** Turkish (Türkçe) |
5380 | 6740 | * @author Homonihilis |
5381 | 6741 | * @author Manco Capac |
— | — | @@ -5506,12 +6866,18 @@ |
5507 | 6867 | ); |
5508 | 6868 | |
5509 | 6869 | /** Ukrainian (Українська) |
| 6870 | + * @author AS |
5510 | 6871 | * @author Aleksandrit |
| 6872 | + * @author JenVan |
5511 | 6873 | * @author Prima klasy4na |
| 6874 | + * @author Тест |
5512 | 6875 | */ |
5513 | 6876 | $messages['uk'] = array( |
5514 | 6877 | 'wikilog-desc' => 'Додає можливість ведення блоґів, створення гібрида вікі та блоґу', |
| 6878 | + 'wikilog-auto' => 'Вікілог Авто', |
5515 | 6879 | 'wikilog-help' => '{{ns:Help}}:Вікілоґ', |
| 6880 | + 'right-wl-postcomment' => 'залишати коментарі до сторінок вікілогу', |
| 6881 | + 'wikilog-specialwikilog-title' => 'Викилоги', |
5516 | 6882 | 'wikilog-specialwikilog' => 'Вікілоґ', |
5517 | 6883 | 'wikilog-log-cmt-approve' => 'затвердив коментар «[[$1]]»', |
5518 | 6884 | 'wikilog-log-cmt-reject' => 'відхилив коментар «[[$1]]»', |
— | — | @@ -5546,6 +6912,7 @@ |
5547 | 6913 | 'wikilog-summary-more' => '[[$3|→ продовжити читання…]]', |
5548 | 6914 | 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|обговорення]])', |
5549 | 6915 | 'wikilog-edit-signpub' => 'Підписати та опублікувати цю статтю', |
| 6916 | + 'wikilog-comment-permalink' => '$1 о $2', |
5550 | 6917 | 'wikilog-comment-pending' => 'Цей коментар чекає на розгляд.', |
5551 | 6918 | 'wikilog-comment-deleted' => 'Цей коментар був вилучений.', |
5552 | 6919 | 'wikilog-comment-autosumm' => 'Новий коментар від $1: $2', |
— | — | @@ -5561,6 +6928,7 @@ |
5562 | 6929 | 'wikilog-error-msg' => 'Вікілоґ: $1', |
5563 | 6930 | 'wikilog-invalid-param' => 'Неправильний параметр: $1.', |
5564 | 6931 | 'wikilog-invalid-author' => 'Неправильне ім’я автора: $1.', |
| 6932 | + 'wikilog-file-not-found' => 'Неіснуючий файл: $1.', |
5565 | 6933 | 'wikilog-form-category' => 'Категорія:', |
5566 | 6934 | 'wikilog-form-name' => 'Назва:', |
5567 | 6935 | 'wikilog-form-author' => 'Автор:', |
— | — | @@ -5571,10 +6939,38 @@ |
5572 | 6940 | |
5573 | 6941 | /** Vietnamese (Tiếng Việt) |
5574 | 6942 | * @author Minh Nguyen |
| 6943 | + * @author Trần Nguyễn Minh Huy |
5575 | 6944 | */ |
5576 | 6945 | $messages['vi'] = array( |
| 6946 | + 'wikilog-information' => 'Thông tin đăng nhập', |
| 6947 | + 'wikilog-new-item-go' => 'Tạo', |
| 6948 | + 'wikilog-item-name' => 'Tên bài viết:', |
| 6949 | + 'wikilog-updated' => 'Đã cập nhật', |
| 6950 | + 'wikilog-draft' => 'Thư nháp', |
| 6951 | + 'wikilog-authors' => 'Tác giả', |
| 6952 | + 'wikilog-title' => 'Tựa', |
| 6953 | + 'wikilog-view-archives' => 'Lưu trữ', |
| 6954 | + 'wikilog-view-summary' => 'Tóm lược', |
| 6955 | + 'wikilog-pager-prev' => 'trước', |
| 6956 | + 'wikilog-pager-next' => 'tiếp', |
| 6957 | + 'wikilog-pager-first' => 'đầu', |
| 6958 | + 'wikilog-pager-last' => 'cuối', |
| 6959 | + 'wikilog-comment-note-edited' => 'lần sửa cuối vào $1 lúc $2', |
5577 | 6960 | 'wikilog-feed-title' => '{{SITENAME}} – $1 [$2]', |
5578 | 6961 | 'wikilog-title-item-full' => '$1 – $2', |
| 6962 | + 'wikilog-form-category' => 'Thể loại:', |
| 6963 | + 'wikilog-form-name' => 'Tên:', |
| 6964 | + 'wikilog-form-author' => 'Tác giả:', |
| 6965 | + 'wikilog-form-tag' => 'Thẻ:', |
| 6966 | + 'wikilog-form-status' => 'Trạng thái:', |
| 6967 | + 'wikilog-form-preview' => 'Xem trước:', |
| 6968 | + 'wikilog-form-comment' => 'Lý do:', |
| 6969 | + 'wikilog-preview' => 'Xem trước', |
| 6970 | + 'wikilog-edit-lc' => 'sửa', |
| 6971 | + 'wikilog-reply-lc' => 'trả lời', |
| 6972 | + 'wikilog-delete-lc' => 'xóa', |
| 6973 | + 'wikilog-page-lc' => 'trang', |
| 6974 | + 'wikilog-history-lc' => 'lịch sử', |
5579 | 6975 | ); |
5580 | 6976 | |
5581 | 6977 | /** Yiddish (ייִדיש) |
— | — | @@ -5588,7 +6984,16 @@ |
5589 | 6985 | 'wikilog-item-name' => 'ארטיקל נאָמען:', |
5590 | 6986 | 'wikilog-draft' => 'אָנוואַרף', |
5591 | 6987 | 'wikilog-title' => 'טיטל', |
| 6988 | + 'wikilog-pager-first' => 'ערשטער', |
| 6989 | + 'wikilog-pager-last' => 'לעצטער', |
| 6990 | + 'wikilog-no-comments' => 'קיין באַמערקונגען', |
| 6991 | + 'wikilog-has-comments' => '{{PLURAL:$1|איין באַמערקונג|$1 באַמערקונגען}}', |
5592 | 6992 | 'wikilog-summary-uncategorized' => 'אומקאטעגאריזירט', |
| 6993 | + 'wikilog-summary-more' => '[[$3|→ ליינט ווײַטער...]]', |
| 6994 | + 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|רעדן]])', |
| 6995 | + 'wikilog-edit-fieldset-legend' => 'וויקילאָג אָפּציעס:', |
| 6996 | + 'wikilog-comment-permalink' => 'אום $1 $2 אזייגער', |
| 6997 | + 'wikilog-comment-anonsig' => '$3 (אַנאנים)', |
5593 | 6998 | 'wikilog-form-category' => 'קאטעגאריע:', |
5594 | 6999 | 'wikilog-form-date' => 'דאטע', |
5595 | 7000 | 'wikilog-form-preview' => 'פֿאראויסשטעלונג:', |
— | — | @@ -5596,3 +7001,186 @@ |
5597 | 7002 | 'wikilog-edit-lc' => 'רעדאַקטירן', |
5598 | 7003 | ); |
5599 | 7004 | |
| 7005 | +/** Simplified Chinese (中文(简体)) |
| 7006 | + * @author Chenxiaoqino |
| 7007 | + * @author Yfdyh000 |
| 7008 | + */ |
| 7009 | +$messages['zh-hans'] = array( |
| 7010 | + 'wikilog-new-item-go' => '创建', |
| 7011 | + 'wikilog-item-name' => '文章名称:', |
| 7012 | + 'wikilog-title' => '标题', |
| 7013 | + 'wikilog-actions' => '操作', |
| 7014 | + 'wikilog-replies' => '回复', |
| 7015 | + 'wikilog-draft-title-mark' => '草稿', |
| 7016 | + 'wikilog-anonymous-mark' => '(匿名)', |
| 7017 | + 'wikilog-pager-newest' => '最新', |
| 7018 | + 'wikilog-pager-oldest' => '最旧', |
| 7019 | + 'wikilog-pager-prev' => '向前', |
| 7020 | + 'wikilog-pager-next' => '向后', |
| 7021 | + 'wikilog-pager-first' => '最前', |
| 7022 | + 'wikilog-pager-last' => '最后', |
| 7023 | + 'wikilog-pager-empty' => '(无项目)', |
| 7024 | + 'wikilog-no-comments' => '没有评论', |
| 7025 | + 'wikilog-has-comments' => '{{PLURAL:$1|有1条评论|有$1条评论}}', |
| 7026 | + 'wikilog-summary-footer' => '由$7在$8 $9发布于[[$1|$2]],$10。', |
| 7027 | + 'wikilog-summary-footer-single' => '由$7在$8 $9发布,$10。', |
| 7028 | + 'wikilog-summary-uncategorized' => '未分类', |
| 7029 | + 'wikilog-summary-categories' => '分类:$2', |
| 7030 | + 'wikilog-summary-more' => '[[$3|→ 继续阅读...]]', |
| 7031 | + 'wikilog-edit-hint' => '编辑Wikilog上的文章$1', |
| 7032 | + 'wikilog-edit-fieldset-legend' => 'Wikilog选项:', |
| 7033 | + 'wikilog-edit-signpub' => '签名并发布此文章', |
| 7034 | + 'wikilog-edit-signpub-tooltip' => '签名并在Wikilog发布此文章。如果你只希望将其保存为草稿,请不要勾选。', |
| 7035 | + 'wikilog-comment-permalink' => '$1,$2', |
| 7036 | + 'wikilog-comment-note-item' => '发布于$1', |
| 7037 | + 'wikilog-comment-note-edited' => '最近一次被编辑于$1,$2', |
| 7038 | + 'wikilog-comment-anonsig' => '$3 (匿名)', |
| 7039 | + 'wikilog-comment-pending' => '此评论正在被审核', |
| 7040 | + 'wikilog-comment-deleted' => '此评论已被删除。', |
| 7041 | + 'wikilog-comment-autosumm' => '来自$1的新评论: $2', |
| 7042 | + 'wikilog-reply-to-comment' => '回复此评论', |
| 7043 | + 'wikilog-comment-page' => '去此页面的讨论页', |
| 7044 | + 'wikilog-comment-edit' => '编辑此讨论', |
| 7045 | + 'wikilog-comment-delete' => '删除此讨论', |
| 7046 | + 'wikilog-comment-history' => '查看评论历史', |
| 7047 | + 'wikilog-comment-approve' => '立刻批准此评论', |
| 7048 | + 'wikilog-comment-reject' => '立刻驳回此评论', |
| 7049 | + 'wikilog-newtalk-text' => '<!-- Wikilog创建的空白页 -->', |
| 7050 | + 'wikilog-newtalk-summary' => ' 由Wikilog自动创建', |
| 7051 | + 'wikilog-feed-ns-title' => '$1 的wikilog文章', |
| 7052 | + 'wikilog-feed-description' => '阅读此订阅中最新的文章', |
| 7053 | + 'wikilog-comment-feed-title1' => '由 $2 发表的评论(第#$1 条)', |
| 7054 | + 'wikilog-comment-feed-title2' => '由$2 发表的对$3 的评论(第#$1 条)', |
| 7055 | + 'wikilog-comment-feed-description' => ' 阅读此订阅中最新的文章', |
| 7056 | + 'wikilog-title-comments' => '$1 上的评论', |
| 7057 | + 'wikilog-error-msg' => 'Wikilog错误: $1', |
| 7058 | + 'wikilog-error-title' => 'Wikilog错误', |
| 7059 | + 'wikilog-invalid-param' => '无效的参数:$1。', |
| 7060 | + 'wikilog-invalid-author' => '无效的作者:$1。', |
| 7061 | + 'wikilog-invalid-date' => '无效的日期:$1。', |
| 7062 | + 'wikilog-invalid-tag' => '无效的标签:$1。', |
| 7063 | + 'wikilog-invalid-file' => '无效的文件:$1。', |
| 7064 | + 'wikilog-file-not-found' => '不存在的文件:$1。', |
| 7065 | + 'wikilog-not-an-image' => '文件不是一个图像:$1。', |
| 7066 | + 'wikilog-too-many-authors' => '警告:本文列出的作者过多', |
| 7067 | + 'wikilog-too-many-tags' => '警告:本文使用了过多的标签', |
| 7068 | + 'wikilog-comment-is-empty' => '发表的评论是空白的。', |
| 7069 | + 'wikilog-comment-too-long' => '发表的评论太长。', |
| 7070 | + 'wikilog-comment-invalid-name' => '提供的名称无效。', |
| 7071 | + 'wikilog-no-such-article' => '请求的wikilog文章不存在', |
| 7072 | + 'wikilog-reading-draft' => '这篇wikilog文章还是草稿,尚未发布。', |
| 7073 | + 'wikilog-posting-anonymously' => '你尚未登陆。 |
| 7074 | +你的评论会被匿名发布,并以Internet连接的地址表示身份。 |
| 7075 | +你可以在上面键入一个昵称来表示身份,或者$1 来确认身份。', |
| 7076 | + 'wikilog-anonymous-moderated' => '你的评论发布之后不会马上出现,它必须通过管理员的审查。', |
| 7077 | + 'wikilog-post-comment' => '发布新评论', |
| 7078 | + 'wikilog-post-reply' => '发表新回复', |
| 7079 | + 'wikilog-form-legend' => '搜索wikilog文章', |
| 7080 | + 'wikilog-form-category' => '分类:', |
| 7081 | + 'wikilog-form-name' => '名称:', |
| 7082 | + 'wikilog-form-author' => '作者:', |
| 7083 | + 'wikilog-form-tag' => '标签:', |
| 7084 | + 'wikilog-form-date' => '日期:', |
| 7085 | + 'wikilog-form-status' => '状态:', |
| 7086 | + 'wikilog-form-preview' => '预览:', |
| 7087 | + 'wikilog-submit' => '提交', |
| 7088 | + 'wikilog-preview' => '预览', |
| 7089 | + 'wikilog-edit-lc' => '编辑', |
| 7090 | + 'wikilog-reply-lc' => '回复', |
| 7091 | + 'wikilog-delete-lc' => '删除', |
| 7092 | + 'wikilog-approve-lc' => '批准', |
| 7093 | + 'wikilog-reject-lc' => '拒绝', |
| 7094 | + 'wikilog-page-lc' => '页面', |
| 7095 | + 'wikilog-history-lc' => '历史', |
| 7096 | +); |
| 7097 | + |
| 7098 | +/** Traditional Chinese (中文(繁體)) */ |
| 7099 | +$messages['zh-hant'] = array( |
| 7100 | + 'wikilog-new-item-go' => '創建', |
| 7101 | + 'wikilog-item-name' => '文章名稱:', |
| 7102 | + 'wikilog-title' => '標題', |
| 7103 | + 'wikilog-actions' => '操作', |
| 7104 | + 'wikilog-replies' => '回復', |
| 7105 | + 'wikilog-draft-title-mark' => '草稿', |
| 7106 | + 'wikilog-anonymous-mark' => '(匿名)', |
| 7107 | + 'wikilog-pager-newest' => '最新', |
| 7108 | + 'wikilog-pager-oldest' => '最舊', |
| 7109 | + 'wikilog-pager-prev' => '向前', |
| 7110 | + 'wikilog-pager-next' => '向後', |
| 7111 | + 'wikilog-pager-first' => '最前', |
| 7112 | + 'wikilog-pager-last' => '最後', |
| 7113 | + 'wikilog-pager-empty' => '(無項目)', |
| 7114 | + 'wikilog-no-comments' => '沒有評論', |
| 7115 | + 'wikilog-has-comments' => '{{PLURAL:$1|有1條評論|有$1條評論}}', |
| 7116 | + 'wikilog-summary-footer' => '由$7在$8 $9發佈於[[$1|$2]],$10。', |
| 7117 | + 'wikilog-summary-footer-single' => '由$7在$8 $9發布,$10。', |
| 7118 | + 'wikilog-summary-uncategorized' => '未分類', |
| 7119 | + 'wikilog-summary-categories' => '分類:$2', |
| 7120 | + 'wikilog-summary-more' => '[[$3|→ 繼續閱讀...]]', |
| 7121 | + 'wikilog-edit-hint' => '編輯Wikilog上的文章$1', |
| 7122 | + 'wikilog-edit-fieldset-legend' => 'Wikilog選項:', |
| 7123 | + 'wikilog-edit-signpub' => '簽名併發布此文章', |
| 7124 | + 'wikilog-edit-signpub-tooltip' => '簽名並在Wikilog發布此文章。如果你只希望將其保存為草稿,請不要勾選。', |
| 7125 | + 'wikilog-comment-permalink' => '$1,$2', |
| 7126 | + 'wikilog-comment-note-item' => '發佈於$1', |
| 7127 | + 'wikilog-comment-note-edited' => '最近一次被編輯於$1,$2', |
| 7128 | + 'wikilog-comment-anonsig' => '$3 (匿名)', |
| 7129 | + 'wikilog-comment-pending' => '此評論正在被審核', |
| 7130 | + 'wikilog-comment-deleted' => '此評論已被刪除。', |
| 7131 | + 'wikilog-comment-autosumm' => '來自$1的新評論: $2', |
| 7132 | + 'wikilog-reply-to-comment' => '回復此評論', |
| 7133 | + 'wikilog-comment-page' => '去此頁面的討論頁', |
| 7134 | + 'wikilog-comment-edit' => '編輯此討論', |
| 7135 | + 'wikilog-comment-delete' => '刪除此討論', |
| 7136 | + 'wikilog-comment-history' => '查看評論歷史', |
| 7137 | + 'wikilog-comment-approve' => '立刻批准此評論', |
| 7138 | + 'wikilog-comment-reject' => '立刻駁回此評論', |
| 7139 | + 'wikilog-newtalk-text' => '<!-- Wikilog創建的空白頁 -->', |
| 7140 | + 'wikilog-newtalk-summary' => ' 由Wikilog自動創建', |
| 7141 | + 'wikilog-feed-ns-title' => '$1 的wikilog文章', |
| 7142 | + 'wikilog-feed-description' => '閱讀此訂閱中最新的文章', |
| 7143 | + 'wikilog-comment-feed-title1' => '由 $2 發表的評論(第#$1 條)', |
| 7144 | + 'wikilog-comment-feed-title2' => '由$2 發表的對$3 的評論(第#$1 條)', |
| 7145 | + 'wikilog-comment-feed-description' => ' 閱讀此訂閱中最新的文章', |
| 7146 | + 'wikilog-title-comments' => '$1 上的評論', |
| 7147 | + 'wikilog-error-msg' => 'Wikilog錯誤: $1', |
| 7148 | + 'wikilog-error-title' => 'Wikilog錯誤', |
| 7149 | + 'wikilog-invalid-param' => '無效的參數:$1。', |
| 7150 | + 'wikilog-invalid-author' => '無效的作者:$1。', |
| 7151 | + 'wikilog-invalid-date' => '無效的日期:$1。', |
| 7152 | + 'wikilog-invalid-tag' => '無效的標籤:$1。', |
| 7153 | + 'wikilog-invalid-file' => '無效的文件:$1。', |
| 7154 | + 'wikilog-file-not-found' => '不存在的文件:$1。', |
| 7155 | + 'wikilog-not-an-image' => '文件不是一個圖像:$1。', |
| 7156 | + 'wikilog-too-many-authors' => '警告:本文列出的作者過多', |
| 7157 | + 'wikilog-too-many-tags' => '警告:本文使用了過多的標籤', |
| 7158 | + 'wikilog-comment-is-empty' => '發表的評論是空白的。', |
| 7159 | + 'wikilog-comment-too-long' => '發表的評論太長。', |
| 7160 | + 'wikilog-comment-invalid-name' => '提供的名稱無效。', |
| 7161 | + 'wikilog-no-such-article' => '請求的wikilog文章不存在', |
| 7162 | + 'wikilog-reading-draft' => '這篇wikilog文章還是草稿,尚未發布。', |
| 7163 | + 'wikilog-posting-anonymously' => '你尚未登陸。 |
| 7164 | +你的評論會被匿名發布,並以Internet連接的地址表示身份。 |
| 7165 | +你可以在上面鍵入一個昵稱來表示身份,或者$1 來確認身份。', |
| 7166 | + 'wikilog-anonymous-moderated' => '你的評論發布之後不會馬上出現,它必須通過管理員的審查。', |
| 7167 | + 'wikilog-post-comment' => '發布新評論', |
| 7168 | + 'wikilog-post-reply' => '發表新回復', |
| 7169 | + 'wikilog-form-legend' => '搜索wikilog文章', |
| 7170 | + 'wikilog-form-category' => '分類:', |
| 7171 | + 'wikilog-form-name' => '名稱:', |
| 7172 | + 'wikilog-form-author' => '作者:', |
| 7173 | + 'wikilog-form-tag' => '標籤:', |
| 7174 | + 'wikilog-form-date' => '日期:', |
| 7175 | + 'wikilog-form-status' => '狀態:', |
| 7176 | + 'wikilog-form-preview' => '預覽:', |
| 7177 | + 'wikilog-submit' => '提交', |
| 7178 | + 'wikilog-preview' => '預覽', |
| 7179 | + 'wikilog-edit-lc' => '編輯', |
| 7180 | + 'wikilog-reply-lc' => '回復', |
| 7181 | + 'wikilog-delete-lc' => '刪除', |
| 7182 | + 'wikilog-approve-lc' => '批准', |
| 7183 | + 'wikilog-reject-lc' => '拒絕', |
| 7184 | + 'wikilog-page-lc' => '頁面', |
| 7185 | + 'wikilog-history-lc' => '歷史', |
| 7186 | +); |
| 7187 | + |
Index: branches/REL1_16/extensions/Wikilog/WlFeed.i18n.php |
— | — | @@ -2,7 +2,8 @@ |
3 | 3 | /** |
4 | 4 | * Internationalisation file for extension Wikilog. |
5 | 5 | * |
6 | | - * @addtogroup Extensions |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
7 | 8 | */ |
8 | 9 | |
9 | 10 | $messages = array(); |
— | — | @@ -29,6 +30,13 @@ |
30 | 31 | 'wlfeed-desc' => 'Klasse vir die skep van verbeterde voere (feeds)', |
31 | 32 | ); |
32 | 33 | |
| 34 | +/** Gheg Albanian (Gegë) |
| 35 | + * @author Mdupont |
| 36 | + */ |
| 37 | +$messages['aln'] = array( |
| 38 | + 'wlfeed-desc' => 'brez Enhanced feed klasave', |
| 39 | +); |
| 40 | + |
33 | 41 | /** Arabic (العربية) |
34 | 42 | * @author Meno25 |
35 | 43 | */ |
— | — | @@ -71,6 +79,13 @@ |
72 | 80 | 'wlfeed-desc' => 'Vylepšené třídy pro vytváření kanálů', |
73 | 81 | ); |
74 | 82 | |
| 83 | +/** German (Deutsch) |
| 84 | + * @author LWChris |
| 85 | + */ |
| 86 | +$messages['de'] = array( |
| 87 | + 'wlfeed-desc' => 'Erweiterte Klassen zur Feed-Generierung', |
| 88 | +); |
| 89 | + |
75 | 90 | /** Lower Sorbian (Dolnoserbski) |
76 | 91 | * @author Michawiki |
77 | 92 | */ |
— | — | @@ -148,6 +163,13 @@ |
149 | 164 | 'wlfeed-desc' => 'Kelas penghasil umpan canggih', |
150 | 165 | ); |
151 | 166 | |
| 167 | +/** Italian (Italiano) |
| 168 | + * @author Civvì |
| 169 | + */ |
| 170 | +$messages['it'] = array( |
| 171 | + 'wlfeed-desc' => 'Classi ampliate per la generazione di feed', |
| 172 | +); |
| 173 | + |
152 | 174 | /** Japanese (日本語) |
153 | 175 | * @author Fryed-peach |
154 | 176 | */ |
— | — | @@ -155,13 +177,20 @@ |
156 | 178 | 'wlfeed-desc' => '強化されたフィード生成クラス', |
157 | 179 | ); |
158 | 180 | |
159 | | -/** Ripoarisch (Ripoarisch) |
| 181 | +/** Colognian (Ripoarisch) |
160 | 182 | * @author Purodha |
161 | 183 | */ |
162 | 184 | $messages['ksh'] = array( |
163 | 185 | 'wlfeed-desc' => 'Klasse för verbäßerte Abonnemangs-Kanähl (<i lang="en">feeds</i>) aanzelääje', |
164 | 186 | ); |
165 | 187 | |
| 188 | +/** Luxembourgish (Lëtzebuergesch) |
| 189 | + * @author Robby |
| 190 | + */ |
| 191 | +$messages['lb'] = array( |
| 192 | + 'wlfeed-desc' => 'Verbessert Klasse vu Generatioun vu Feed', |
| 193 | +); |
| 194 | + |
166 | 195 | /** Macedonian (Македонски) |
167 | 196 | * @author Bjankuloski06 |
168 | 197 | */ |
— | — | @@ -214,9 +243,10 @@ |
215 | 244 | |
216 | 245 | /** Brazilian Portuguese (Português do Brasil) |
217 | 246 | * @author Daemorris |
| 247 | + * @author 555 |
218 | 248 | */ |
219 | 249 | $messages['pt-br'] = array( |
220 | | - 'wlfeed-desc' => 'Classes melhoradas de geração de alimentadores', |
| 250 | + 'wlfeed-desc' => "Classes melhoradas de geração de ''feeds''", |
221 | 251 | ); |
222 | 252 | |
223 | 253 | /** Tarandíne (Tarandíne) |
— | — | @@ -240,6 +270,18 @@ |
241 | 271 | 'wlfeed-desc' => 'වර්ධිත සංග්රහ ප්රවේණි පංති', |
242 | 272 | ); |
243 | 273 | |
| 274 | +/** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 275 | + * @author Михајло Анђелковић |
| 276 | + */ |
| 277 | +$messages['sr-ec'] = array( |
| 278 | + 'wlfeed-desc' => 'Класе за побољшане фидове', |
| 279 | +); |
| 280 | + |
| 281 | +/** Serbian Latin ekavian (Srpski (latinica)) */ |
| 282 | +$messages['sr-el'] = array( |
| 283 | + 'wlfeed-desc' => 'Klase za poboljšane fidove', |
| 284 | +); |
| 285 | + |
244 | 286 | /** Swedish (Svenska) |
245 | 287 | * @author Boivie |
246 | 288 | */ |
— | — | @@ -247,6 +289,13 @@ |
248 | 290 | 'wlfeed-desc' => 'Utökade feed-skapningsklasser', |
249 | 291 | ); |
250 | 292 | |
| 293 | +/** Tagalog (Tagalog) |
| 294 | + * @author AnakngAraw |
| 295 | + */ |
| 296 | +$messages['tl'] = array( |
| 297 | + 'wlfeed-desc' => 'Pinainam na mga klase ng paglikha ng pakain', |
| 298 | +); |
| 299 | + |
251 | 300 | /** Turkish (Türkçe) |
252 | 301 | * @author Vito Genovese |
253 | 302 | */ |
Index: branches/REL1_16/extensions/Wikilog/WikilogUtils.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -405,10 +406,10 @@ |
406 | 407 | class WikilogNavbar |
407 | 408 | { |
408 | 409 | static $pagingLabels = array( |
409 | | - 'prev' => "‹ $1", |
410 | | - 'next' => "$1 ›", |
411 | | - 'first' => "« $1", |
412 | | - 'last' => "$1 »" |
| 410 | + 'prev' => '‹ $1', |
| 411 | + 'next' => '$1 ›', |
| 412 | + 'first' => '« $1', |
| 413 | + 'last' => '$1 »' |
413 | 414 | ); |
414 | 415 | static $linkTextMsgs = array( |
415 | 416 | # pages style: « first ‹ previous 20 ... next 20 › last » |
Index: branches/REL1_16/extensions/Wikilog/WikilogComment.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/WlFeed.body.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/WikilogItemPager.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -59,6 +60,7 @@ |
60 | 61 | # Local variables. |
61 | 62 | protected $mQuery = null; ///< Wikilog item query data |
62 | 63 | protected $mIncluding = false; ///< If pager is being included |
| 64 | + protected $mShowEditLink = false; ///< If edit links are shown. |
63 | 65 | |
64 | 66 | /** |
65 | 67 | * Constructor. |
— | — | @@ -90,11 +92,17 @@ |
91 | 93 | if ( $this->mLimit > $wgWikilogExpensiveLimit ) |
92 | 94 | $this->mLimit = $wgWikilogExpensiveLimit; |
93 | 95 | |
94 | | - # We will need a clean parser if not including. |
95 | | - global $wgParser; |
96 | | - if ( !$this->mIncluding ) { |
| 96 | + # Check parser state, setup edit links. |
| 97 | + global $wgOut, $wgParser; |
| 98 | + if ( $this->mIncluding ) { |
| 99 | + $popt = $wgParser->getOptions(); |
| 100 | + } else { |
| 101 | + $popt = $wgOut->parserOptions(); |
| 102 | + |
| 103 | + # We will need a clean parser if not including. |
97 | 104 | $wgParser->clearState(); |
98 | 105 | } |
| 106 | + $this->mShowEditLink = $popt->getEditSection(); |
99 | 107 | } |
100 | 108 | |
101 | 109 | /** |
— | — | @@ -160,10 +168,10 @@ |
161 | 169 | $heading = $skin->link( $item->mTitle, $titleText, array(), array(), |
162 | 170 | array( 'known', 'noclasses' ) |
163 | 171 | ); |
| 172 | + if ( $this->mShowEditLink && $item->mTitle->quickUserCan( 'edit' ) ) { |
| 173 | + $heading = $this->doEditLink( $item->mTitle, $item->mName ) . $heading; |
| 174 | + } |
164 | 175 | $heading = Xml::tags( 'h2', null, $heading ); |
165 | | - if ( $item->mTitle->quickUserCan( 'edit' ) ) { |
166 | | - $heading = $this->editLink( $item->mTitle ) . $heading; |
167 | | - } |
168 | 176 | |
169 | 177 | # Sumary entry header. |
170 | 178 | $key = $this->mQuery->isSingleWikilog() |
— | — | @@ -225,14 +233,28 @@ |
226 | 234 | /** |
227 | 235 | * Returns a wikilog article edit link, much similar to a section edit |
228 | 236 | * link in normal articles. |
229 | | - * @param $title Wikilog article title object. |
230 | | - * @return HTML fragment. |
| 237 | + * @param $title Title The title of the target article. |
| 238 | + * @param $tooltip string The tooltip to be included in the link, wrapped |
| 239 | + * in the 'wikilog-edit-hint' message. |
| 240 | + * @return string HTML fragment. |
231 | 241 | */ |
232 | | - private function editLink( $title ) { |
| 242 | + private function doEditLink( $title, $tooltip = null ) { |
233 | 243 | $skin = $this->getSkin(); |
234 | | - $url = $skin->makeKnownLinkObj( $title, wfMsg( 'wikilog-edit-lc' ), 'action=edit' ); |
235 | | - $result = wfMsg( 'editsection-brackets', $url ); |
236 | | - return "<span class=\"editsection\">$result</span>"; |
| 244 | + $attribs = array(); |
| 245 | + if ( !is_null( $tooltip ) ) { |
| 246 | + $attribs['title'] = wfMsg( 'wikilog-edit-hint', $tooltip ); |
| 247 | + } |
| 248 | + $link = $skin->link( $title, wfMsg( 'wikilog-edit-lc' ), |
| 249 | + $attribs, |
| 250 | + array( 'action' => 'edit' ), |
| 251 | + array( 'noclasses', 'known' ) |
| 252 | + ); |
| 253 | + |
| 254 | + $result = wfMsgHtml ( 'editsection-brackets', $link ); |
| 255 | + $result = "<span class=\"editsection\">$result</span>"; |
| 256 | + |
| 257 | + wfRunHooks( 'DoEditSectionLink', array( $skin, $title, "", $tooltip, &$result ) ); |
| 258 | + return $result; |
237 | 259 | } |
238 | 260 | } |
239 | 261 | |
— | — | @@ -440,7 +462,7 @@ |
441 | 463 | $value = isset( $row->$field ) ? $row->$field : null; |
442 | 464 | $formatted = strval( $this->formatValue( $field, $value ) ); |
443 | 465 | if ( $formatted == '' ) { |
444 | | - $formatted = ' '; |
| 466 | + $formatted = WL_NBSP; |
445 | 467 | } |
446 | 468 | $class = 'TablePager_col_' . htmlspecialchars( $field ); |
447 | 469 | $columns[] = "<td class=\"$class\">$formatted</td>"; |
— | — | @@ -468,12 +490,14 @@ |
469 | 491 | case 'wlw_title': |
470 | 492 | $page = $this->mCurrentItem->mParentTitle; |
471 | 493 | $text = $this->mCurrentItem->mParentName; |
472 | | - return $this->getSkin()->makeKnownLinkObj( $page, $text ); |
| 494 | + return $this->getSkin()->link( $page, $text, array(), array(), |
| 495 | + array( 'known', 'noclasses' ) ); |
473 | 496 | |
474 | 497 | case 'wlp_title': |
475 | 498 | $page = $this->mCurrentItem->mTitle; |
476 | 499 | $text = $this->mCurrentItem->mName; |
477 | | - $s = $this->getSkin()->makeKnownLinkObj( $page, $text ); |
| 500 | + $s = $this->getSkin()->link( $page, $text, array(), array(), |
| 501 | + array( 'known', 'noclasses' ) ); |
478 | 502 | if ( !$this->mCurrentRow->wlp_publish ) { |
479 | 503 | $draft = wfMsg( 'wikilog-draft-title-mark' ); |
480 | 504 | $s = Xml::wrapClass( "$s $draft", 'wl-draft-inline' ); |
— | — | @@ -483,11 +507,12 @@ |
484 | 508 | case 'wlp_num_comments': |
485 | 509 | $page = $this->mCurrentItem->mTitle->getTalkPage(); |
486 | 510 | $text = $this->mCurrentItem->getNumComments(); |
487 | | - return $this->getSkin()->makeKnownLinkObj( $page, $text ); |
| 511 | + return $this->getSkin()->link( $page, $text, array(), array(), |
| 512 | + array( 'known', 'noclasses' ) ); |
488 | 513 | |
489 | 514 | case '_wl_actions': |
490 | 515 | if ( $this->mCurrentItem->mTitle->quickUserCan( 'edit' ) ) { |
491 | | - return $this->editLink( $this->mCurrentItem->mTitle ); |
| 516 | + return $this->doEditLink( $this->mCurrentItem->mTitle, $this->mCurrentItem->mName ); |
492 | 517 | } else { |
493 | 518 | return ''; |
494 | 519 | } |
— | — | @@ -548,17 +573,30 @@ |
549 | 574 | private function authorLink( $name ) { |
550 | 575 | $skin = $this->getSkin(); |
551 | 576 | $title = Title::makeTitle( NS_USER, $name ); |
552 | | - return $skin->makeLinkObj( $title, $name ); |
| 577 | + return $skin->link( $title, $name ); |
553 | 578 | } |
554 | 579 | |
555 | 580 | /** |
556 | | - * Returns a wikilog article edit link for the actions column of the table. |
557 | | - * @param $title Wikilog article title object. |
558 | | - * @return HTML fragment. |
| 581 | + * Returns a wikilog article edit link, much similar to a section edit |
| 582 | + * link in normal articles. |
| 583 | + * @param $title Title The title of the target article. |
| 584 | + * @param $tooltip string The tooltip to be included in the link, wrapped |
| 585 | + * in the 'wikilog-edit-hint' message. |
| 586 | + * @return string HTML fragment. |
559 | 587 | */ |
560 | | - private function editLink( $title ) { |
| 588 | + private function doEditLink( $title, $tooltip = null ) { |
561 | 589 | $skin = $this->getSkin(); |
562 | | - $url = $skin->makeKnownLinkObj( $title, wfMsg( 'wikilog-edit-lc' ), 'action=edit' ); |
563 | | - return wfMsg( 'wikilog-brackets', $url ); |
| 590 | + $attribs = array(); |
| 591 | + if ( !is_null( $tooltip ) ) { |
| 592 | + $attribs['title'] = wfMsg( 'wikilog-edit-hint', $tooltip ); |
| 593 | + } |
| 594 | + $link = $skin->link( $title, wfMsg( 'wikilog-edit-lc' ), |
| 595 | + $attribs, |
| 596 | + array( 'action' => 'edit' ), |
| 597 | + array( 'noclasses', 'known' ) |
| 598 | + ); |
| 599 | + |
| 600 | + $result = wfMsgHtml ( 'editsection-brackets', $link ); |
| 601 | + return $result; |
564 | 602 | } |
565 | 603 | } |
Index: branches/REL1_16/extensions/Wikilog/Wikilog.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -34,14 +35,22 @@ |
35 | 36 | $wgExtensionCredits['specialpage'][] = array( |
36 | 37 | 'path' => __FILE__, |
37 | 38 | 'name' => 'Wikilog', |
38 | | - 'version' => '1.0.99.1dev', |
| 39 | + 'version' => '1.1.0', |
39 | 40 | 'author' => 'Juliano F. Ravasi', |
40 | | - 'description' => 'Adds blogging features, creating a wiki-blog hybrid.', |
41 | 41 | 'descriptionmsg' => 'wikilog-desc', |
42 | 42 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog', |
43 | 43 | ); |
44 | 44 | |
45 | 45 | /* |
| 46 | + * Constant definitions. |
| 47 | + */ |
| 48 | +// For source-code readability. This ought to be defined by MediaWiki (and |
| 49 | +// there is actually such a definition in DifferenceEngine.php, but it is |
| 50 | +// not global). So, it is easier to have our own until MediaWiki provides |
| 51 | +// one globally. It also allows us to keep compatibility. |
| 52 | +define( 'WL_NBSP', ' ' ); |
| 53 | + |
| 54 | +/* |
46 | 55 | * Dependencies. |
47 | 56 | */ |
48 | 57 | require_once( dirname( __FILE__ ) . '/WlFeed.php' ); |
— | — | @@ -124,6 +133,7 @@ |
125 | 134 | $wgHooks['LinkBegin'][] = 'Wikilog::LinkBegin'; |
126 | 135 | $wgHooks['SkinTemplateTabAction'][] = 'Wikilog::SkinTemplateTabAction'; |
127 | 136 | $wgHooks['SkinTemplateTabs'][] = 'Wikilog::SkinTemplateTabs'; |
| 137 | +$wgHooks['SkinTemplateNavigation'][] = 'Wikilog::SkinTemplateNavigation'; |
128 | 138 | |
129 | 139 | // General Wikilog hooks |
130 | 140 | $wgHooks['ArticleEditUpdates'][] = 'WikilogHooks::ArticleEditUpdates'; |
— | — | @@ -349,27 +359,49 @@ |
350 | 360 | * Suppresses the "add section" tab in comments pages. |
351 | 361 | */ |
352 | 362 | static function SkinTemplateTabs( $skin, &$contentActions ) { |
353 | | - global $wgRequest, $wgWikilogEnableComments; |
| 363 | + $wi = self::getWikilogInfo( $skin->mTitle ); |
| 364 | + if ( $wi ) { |
| 365 | + self::skinConfigViewsLinks( $wi, $skin, $contentActions ); |
| 366 | + } |
| 367 | + return true; |
| 368 | + } |
354 | 369 | |
| 370 | + /** |
| 371 | + * SkinTemplateNavigation hook handler function. |
| 372 | + * Adds a wikilog action to articles in Wikilog namespaces. |
| 373 | + * This is used with newer skins, like Vector. |
| 374 | + */ |
| 375 | + static function SkinTemplateNavigation( $skin, &$links ) { |
355 | 376 | $wi = self::getWikilogInfo( $skin->mTitle ); |
356 | 377 | if ( $wi ) { |
357 | | - $action = $wgRequest->getText( 'action' ); |
358 | | - if ( $wi->isMain() && $skin->mTitle->quickUserCan( 'edit' ) ) { |
359 | | - $contentActions['wikilog'] = array( |
360 | | - 'class' => ( $action == 'wikilog' ) ? 'selected' : false, |
361 | | - 'text' => wfMsg( 'wikilog-tab' ), |
362 | | - 'href' => $skin->mTitle->getLocalUrl( 'action=wikilog' ) |
363 | | - ); |
364 | | - } |
365 | | - if ( $wgWikilogEnableComments && $wi->isTalk() ) { |
366 | | - if ( isset( $contentActions['addsection'] ) ) { |
367 | | - unset( $contentActions['addsection'] ); |
368 | | - } |
369 | | - } |
| 378 | + self::skinConfigViewsLinks( $wi, $skin, $links['views'] ); |
370 | 379 | } |
371 | 380 | return true; |
372 | 381 | } |
373 | 382 | |
| 383 | + /** |
| 384 | + * Configure wikilog views links. |
| 385 | + * Helper function for SkinTemplateTabs and SkinTemplateNavigation hooks |
| 386 | + * to configure views links in wikilog pages. |
| 387 | + */ |
| 388 | + private static function skinConfigViewsLinks( WikilogInfo &$wi, $skin, &$views ) { |
| 389 | + global $wgRequest, $wgWikilogEnableComments; |
| 390 | + |
| 391 | + $action = $wgRequest->getText( 'action' ); |
| 392 | + if ( $wi->isMain() && $skin->mTitle->quickUserCan( 'edit' ) ) { |
| 393 | + $views['wikilog'] = array( |
| 394 | + 'class' => ( $action == 'wikilog' ) ? 'selected' : false, |
| 395 | + 'text' => wfMsg( 'wikilog-tab' ), |
| 396 | + 'href' => $skin->mTitle->getLocalUrl( 'action=wikilog' ) |
| 397 | + ); |
| 398 | + } |
| 399 | + if ( $wgWikilogEnableComments && $wi->isTalk() ) { |
| 400 | + if ( isset( $views['addsection'] ) ) { |
| 401 | + unset( $views['addsection'] ); |
| 402 | + } |
| 403 | + } |
| 404 | + } |
| 405 | + |
374 | 406 | # ## |
375 | 407 | # # Other global wikilog functions. |
376 | 408 | # |
Index: branches/REL1_16/extensions/Wikilog/SpecialWikilog.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -118,7 +119,7 @@ |
119 | 120 | global $wgRequest, $wgFeedLimit; |
120 | 121 | |
121 | 122 | $opts = $this->getDefaultOptions(); |
122 | | - $opts->fetchValuesFromRequest( $wgRequest, array( 'show', 'limit' ) ); |
| 123 | + $opts->fetchValuesFromRequest( $wgRequest, array( 'wikilog', 'show', 'limit' ) ); |
123 | 124 | $opts->validateIntBounds( 'limit', 0, $wgFeedLimit ); |
124 | 125 | return $opts; |
125 | 126 | } |
— | — | @@ -190,8 +191,8 @@ |
191 | 192 | |
192 | 193 | # Add feed links. |
193 | 194 | $wgOut->setSyndicated(); |
194 | | - if ( isset( $qarr['show'] ) ) { |
195 | | - $altquery = wfArrayToCGI( array_intersect_key( $qarr, WikilogItemFeed::$paramWhitelist ) ); |
| 195 | + $altquery = wfArrayToCGI( array_intersect_key( $qarr, WikilogItemFeed::$paramWhitelist ) ); |
| 196 | + if ( $altquery ) { |
196 | 197 | $wgOut->setFeedAppendQuery( $altquery ); |
197 | 198 | } |
198 | 199 | |
— | — | @@ -399,10 +400,21 @@ |
400 | 401 | * @return Wikilog query object. |
401 | 402 | */ |
402 | 403 | public static function getQuery( $opts ) { |
| 404 | + global $wgWikilogNamespaces; |
| 405 | + |
403 | 406 | $query = new WikilogItemQuery(); |
404 | 407 | $query->setPubStatus( $opts['show'] ); |
405 | | - if ( ( $t = $opts['wikilog'] ) ) { |
406 | | - $query->setWikilogTitle( Title::newFromText( $t ) ); |
| 408 | + if ( $opts['wikilog'] ) { |
| 409 | + $t = Title::newFromText( $opts['wikilog'] ); |
| 410 | + if ( $t && in_array( $t->getNamespace(), $wgWikilogNamespaces ) ) { |
| 411 | + if ( $t->getText() == '*' ) { |
| 412 | + $query->setNamespace( $t->getNamespace() ); |
| 413 | + } else { |
| 414 | + $query->setWikilogTitle( $t ); |
| 415 | + } |
| 416 | + } else { |
| 417 | + $query->setEmpty(); |
| 418 | + } |
407 | 419 | } |
408 | 420 | if ( ( $t = $opts['category'] ) ) { |
409 | 421 | $query->setCategory( $t ); |
Index: branches/REL1_16/extensions/Wikilog/WlCaptchaAdapter.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/WikilogCommentsPage.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -327,8 +328,10 @@ |
328 | 329 | ); |
329 | 330 | } else { |
330 | 331 | $loginTitle = SpecialPage::getTitleFor( 'Userlogin' ); |
331 | | - $loginLink = $this->mSkin->makeKnownLinkObj( $loginTitle, |
332 | | - wfMsgHtml( 'loginreqlink' ), 'returnto=' . $wgTitle->getPrefixedUrl() ); |
| 332 | + $loginLink = $this->mSkin->link( $loginTitle, |
| 333 | + wfMsgHtml( 'loginreqlink' ), array(), |
| 334 | + array( 'returnto' => $wgTitle->getPrefixedUrl() ) |
| 335 | + ); |
333 | 336 | $message = wfMsg( 'wikilog-posting-anonymously', $loginLink ); |
334 | 337 | $fields[] = array( |
335 | 338 | Xml::label( wfMsg( 'wikilog-form-name' ), 'wl-name' ), |
— | — | @@ -354,7 +357,7 @@ |
355 | 358 | } |
356 | 359 | |
357 | 360 | $fields[] = array( '', |
358 | | - Xml::submitbutton( wfMsg( 'wikilog-submit' ), array( 'name' => 'wlActionCommentSubmit' ) ) . ' ' . |
| 361 | + Xml::submitbutton( wfMsg( 'wikilog-submit' ), array( 'name' => 'wlActionCommentSubmit' ) ) . WL_NBSP . |
359 | 362 | Xml::submitbutton( wfMsg( 'wikilog-preview' ), array( 'name' => 'wlActionCommentPreview' ) ) |
360 | 363 | ); |
361 | 364 | |
Index: branches/REL1_16/extensions/Wikilog/Wikilog.i18n.alias.php |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Special page aliases used by Wikilog extension. |
5 | | - * @addtogroup Extensions |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
6 | 8 | */ |
7 | 9 | |
8 | 10 | $specialPageAliases = array(); |
Index: branches/REL1_16/extensions/Wikilog/RELEASE-NOTES |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | = Wikilog release notes = |
3 | 3 | |
4 | | -== Current development version == |
| 4 | +== Wikilog 1.1.0 == |
5 | 5 | |
| 6 | +Aug 8, 2010 |
| 7 | + |
6 | 8 | === General notes === |
7 | 9 | |
8 | 10 | Database schema changed since 1.0.x, a database update is required. |
— | — | @@ -43,6 +45,9 @@ |
44 | 46 | * Comment syndication feeds are now available. Currently, there is one feed |
45 | 47 | per wikilog article, that lists comments made to that article. In the |
46 | 48 | future, feeds per thread, per wikilog and global may be provided. |
| 49 | +* Added support for MediaWiki 1.16 Vector skin. |
| 50 | +* Special:Wikilog now allows querying by namespace, with the "Namespace:*" |
| 51 | + syntax. |
47 | 52 | |
48 | 53 | === Bug fixes === |
49 | 54 | |
— | — | @@ -50,12 +55,12 @@ |
51 | 56 | wikilog-summary-header/footer and others, with proper PLURAL support. |
52 | 57 | * (wl:issue 1) Improve header/footer item messages. |
53 | 58 | * (wl:issue 5) Usability improvement in wikilog actions tab. |
54 | | -* Disabled minimum feed cache age check ($wgFeedCacheTimeout) in |
55 | | - WikilogFeed, since this causes the wrong Last-modified header to be |
56 | | - output. Waiting for a fix for the same problem found in ChangesFeed. |
| 59 | +* (mw:bug 21916) Fix minimum feed cache age check in WikilogFeed. |
57 | 60 | Noted by Vitaliy Filippov. |
58 | 61 | * Don't croak in Wikilog::getWikilogInfo() if $title is NULL. Patch by |
59 | 62 | Vitaliy Filippov. |
| 63 | +* Improved consistency of edit links with the rest of MediaWiki. |
| 64 | +* (wl:issue 7) Handle the new Vector skin hooks (Mw 1.16). |
60 | 65 | |
61 | 66 | |
62 | 67 | == Wikilog 1.0.1 == |
Index: branches/REL1_16/extensions/Wikilog/WikilogParser.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_manual.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/REL1_16/extensions/Wikilog/documentation/documentation.xml |
— | — | @@ -53,65 +53,47 @@ |
54 | 54 | <title>Template:Wikilog user manual header</title> |
55 | 55 | <id>90</id> |
56 | 56 | <revision> |
57 | | - <id>238</id> |
58 | | - <timestamp>2009-09-07T18:44:35Z</timestamp> |
| 57 | + <id>306</id> |
| 58 | + <timestamp>2010-08-08T02:49:54Z</timestamp> |
59 | 59 | <contributor> |
60 | 60 | <username>Juliano</username> |
61 | 61 | <id>1</id> |
62 | 62 | </contributor> |
63 | | - <text xml:space="preserve">This template creates a navigation bar at the top of [[Help:Wikilog|Wikilog]] manual articles. |
| 63 | + <text xml:space="preserve">== Summary == |
64 | 64 | |
| 65 | +This template creates a navigation bar at the top of [[Help:Wikilog|Wikilog]] manual articles. |
| 66 | + |
65 | 67 | == Parameters == |
66 | 68 | |
67 | 69 | ; 1 |
68 | 70 | : Manual chapter: "intro", "wikilog", "article" or "advanced". |
69 | 71 | |
70 | | -== Example == |
| 72 | +== Template == |
71 | 73 | |
72 | 74 | <onlyinclude><!-- |
| 75 | +--><table border="1" cellspacing="0" style="background: #F6F6F6; border: 1px solid #A7D9F9; |
| 76 | + border-collapse: collapse; width: 100%; margin: 6pt 0pt 0pt;"><!-- |
73 | 77 | --><tr><!-- |
74 | | - --><td style="background:#DDDDDD;text-align:center;width:10%;padding:3pt 6pt;" rowspan="2"><!-- |
75 | | - -->[[Image:Wikilog.png|80px|link=Help:Wikilog]]<!-- |
| 78 | + --><td style="background: #F6F6F6; text-align: center; width: 15%; padding: 0 6pt;"><!-- |
| 79 | + -->[[Image:Wikilog.png|80px|text-bottom|link=Help:Wikilog]]<!-- |
76 | 80 | --></td><!-- |
77 | | - --><td style="padding:1pt 6pt;background:#DDDDDD;"><!-- |
78 | | - --><span style="font-weight:bold;margin:0 1em;">Wikilog user manual</span><!-- |
79 | | - --> • {{#ifeq: {{{1}}} | intro |
80 | | - | <span style="font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt">Introduction</span> |
81 | | - | [[Help:Wikilog|Introduction]] |
82 | | - }}<!-- |
83 | | - --> • {{#ifeq: {{{1}}} | wikilog |
84 | | - | <span style="font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt">Wikilogs</span> |
85 | | - | [[Help:Overview of wikilogs|Wikilogs]] |
86 | | - }}<!-- |
87 | | - --> • {{#ifeq: {{{1}}} | article |
88 | | - | <span style="font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt">Articles</span> |
89 | | - | [[Help:Overview of wikilog articles|Articles]] |
90 | | - }}<!-- |
91 | | - --> • {{#ifeq: {{{1}}} | advanced |
92 | | - | <span style="font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt">Advanced</span> |
93 | | - | [[Help:Special:Wikilog|Advanced]] |
94 | | - }} • <!-- |
| 81 | + --><td style="background: #F6F6F6; text-align: left; padding: 0 6pt;"><!-- |
| 82 | + --><span style="font-family: Times, serif; font-size: 110%; font-weight: bold; |
| 83 | + font-style: italic;">User Manual</span><!-- |
95 | 84 | --></td><!-- |
96 | 85 | --></tr><!-- |
| 86 | +--></table><!-- |
| 87 | + |
| 88 | +--><table border="1" cellspacing="0" style="background: #F6F6F6; border: 1px solid #A7D9F9; |
| 89 | + border-top: 0px; border-collapse: collapse; margin: 0pt 0pt 6pt 6pt; width: 15em; |
| 90 | + float: right;"><!-- |
97 | 91 | --><tr><!-- |
98 | | - --><td style="padding:1pt 6pt;"> • <!-- |
99 | | - -->{{#ifeq: {{{1}}} | intro |
100 | | - | [[Help:Wikilog|Overview]] |
101 | | - }}<!-- |
102 | | - -->{{#ifeq: {{{1}}} | wikilog |
103 | | - | [[Help:Overview of wikilogs|Overview]] • [[Help:Wikilog settings|Settings]] |
104 | | - }}<!-- |
105 | | - -->{{#ifeq: {{{1}}} | article |
106 | | - | [[Help:Overview of wikilog articles|Overview]] • [[Help:Writing a wikilog article|Writing]] |
107 | | - }}<!-- |
108 | | - -->{{#ifeq: {{{1}}} | advanced |
109 | | - | [[Help:Special:Wikilog|Special:Wikilog]] • [[Help:Embedding wikilogs|Embedding]] • [[Help:Wikilog styling|Styling]] |
110 | | - }}<!-- |
111 | | - --> • <!-- |
| 92 | + --><td><!-- |
| 93 | + -->{{Wikilog user manual index}}<!-- |
112 | 94 | --></td><!-- |
113 | 95 | --></tr><!-- |
114 | 96 | --></table><!-- |
| 97 | + |
115 | 98 | -->[[{{ns:Category}}:Wikilog manual|{{{title|{{SUBPAGENAME}}}}}]]<!-- |
116 | 99 | --></onlyinclude> |
117 | 100 | |
— | — | @@ -138,15 +120,44 @@ |
139 | 121 | </revision> |
140 | 122 | </page> |
141 | 123 | <page> |
| 124 | + <title>Template:Wikilog user manual index</title> |
| 125 | + <id>128</id> |
| 126 | + <revision> |
| 127 | + <id>305</id> |
| 128 | + <timestamp>2010-08-08T02:35:39Z</timestamp> |
| 129 | + <contributor> |
| 130 | + <username>Juliano</username> |
| 131 | + <id>1</id> |
| 132 | + </contributor> |
| 133 | + <comment>Created page with '<onlyinclude> * [[Help:Wikilog|Introduction]] * Wikilogs ** [[Help:Overview of wikilogs|Overview of wikilogs]] ** [[Help:Wikilog settings|Wikilog settings]] * Wikilog articles **…'</comment> |
| 134 | + <text xml:space="preserve"><onlyinclude> |
| 135 | +* [[Help:Wikilog|Introduction]] |
| 136 | +* Wikilogs |
| 137 | +** [[Help:Overview of wikilogs|Overview of wikilogs]] |
| 138 | +** [[Help:Wikilog settings|Wikilog settings]] |
| 139 | +* Wikilog articles |
| 140 | +** [[Help:Overview of wikilog articles|Overview of wikilog articles]] |
| 141 | +** [[Help:Writing a wikilog article|Writing a wikilog article]] |
| 142 | +* Advanced |
| 143 | +** [[Help:Special:Wikilog|Special:Wikilog]] |
| 144 | +** [[Help:Embedding wikilogs|Embedding wikilogs]] |
| 145 | +** [[Help:Wikilog styling|Styling]] |
| 146 | +</onlyinclude> |
| 147 | + |
| 148 | +[[{{ns:Category}}:Wikilog manual]]</text> |
| 149 | + </revision> |
| 150 | + </page> |
| 151 | + <page> |
142 | 152 | <title>Help:Wikilog</title> |
143 | 153 | <id>58</id> |
144 | 154 | <revision> |
145 | | - <id>265</id> |
146 | | - <timestamp>2009-09-13T01:29:43Z</timestamp> |
| 155 | + <id>309</id> |
| 156 | + <timestamp>2010-08-08T02:53:20Z</timestamp> |
147 | 157 | <contributor> |
148 | 158 | <username>Juliano</username> |
149 | 159 | <id>1</id> |
150 | 160 | </contributor> |
| 161 | + <comment>/* User manual */</comment> |
151 | 162 | <text xml:space="preserve">{{Wikilog user manual header|intro}} |
152 | 163 | |
153 | 164 | '''Wikilog''' is a [http://www.mediawiki.org/ MediaWiki] extension that enhances the wiki software with some common blogging features, making it a wiki-blog hybrid. |
— | — | @@ -159,16 +170,7 @@ |
160 | 171 | |
161 | 172 | == User manual == |
162 | 173 | |
163 | | -* Wikilogs |
164 | | -** [[Help:Overview of wikilogs|Overview of wikilogs]] |
165 | | -** [[Help:Wikilog settings|Wikilog settings]] |
166 | | -* Wikilog articles |
167 | | -** [[Help:Overview of wikilog articles|Overview of wikilog articles]] |
168 | | -** [[Help:Writing a wikilog article|Writing a wikilog article]] |
169 | | -* Advanced |
170 | | -** [[Help:Special:Wikilog|Special:Wikilog]] |
171 | | -** [[Help:Embedding wikilogs|Embedding wikilogs]] |
172 | | -** [[Help:Wikilog styling|Styling]] |
| 174 | +{{Wikilog user manual index}} |
173 | 175 | |
174 | 176 | == External links == |
175 | 177 | |
— | — | @@ -390,12 +392,13 @@ |
391 | 393 | <title>Help:Special:Wikilog</title> |
392 | 394 | <id>107</id> |
393 | 395 | <revision> |
394 | | - <id>246</id> |
395 | | - <timestamp>2009-09-07T22:10:48Z</timestamp> |
| 396 | + <id>318</id> |
| 397 | + <timestamp>2010-08-08T04:46:56Z</timestamp> |
396 | 398 | <contributor> |
397 | 399 | <username>Juliano</username> |
398 | 400 | <id>1</id> |
399 | 401 | </contributor> |
| 402 | + <comment>/* Parameters */</comment> |
400 | 403 | <text xml:space="preserve">{{Wikilog user manual header|advanced}} |
401 | 404 | |
402 | 405 | The '''[[Special:Wikilog]]''' special page is a central query page for wikilog listings. By default, it displays a list of all articles in all wikilogs, like an aggregator for all hosted wikilogs. It also allows queries based on categories, authors, tags, status, etc. This special page can be included in other pages, so you can embed lists or summaries of wikilog posts anywhere in the wiki. For more information, see [[Help:Embedding wikilogs|embedding wikilogs]]. |
— | — | @@ -430,10 +433,12 @@ |
431 | 434 | ! Inline syntax |
432 | 435 | ! Description |
433 | 436 | |- style="vertical-align: top;" |
434 | | - | '''wikilog='''''wikilog-title'' |
435 | | - | ''wikilog-title'' |
| 437 | + |rowspan=2| '''wikilog='''''wikilog-title'' |
| 438 | + |rowspan=2| ''wikilog-title'' |
436 | 439 | | Display only articles from the given wikilog. In both cases, ''wikilog-title'' is the wikilog page title including the namespace, since multiple namespaces can be configured to have wikilogs. Example: ''"{{wl-info:namespace-by-index}}:General rants"''. |
437 | 440 | |- style="vertical-align: top;" |
| 441 | + | It is also possible to display all articles in a given namespace by using an asterisk as the page title. Example: ''"{{wl-info:namespace-by-index}}:*"'' |
| 442 | + |- style="vertical-align: top;" |
438 | 443 | | '''category='''''category-name'' |
439 | 444 | | '''{{ns:Category}}:'''''category-name'' |
440 | 445 | | Display only articles in the given category. Example: ''"{{ns:Category}}:Communication"''. |
— | — | @@ -503,18 +508,17 @@ |
504 | 509 | <title>Help:Wikilog settings</title> |
505 | 510 | <id>93</id> |
506 | 511 | <revision> |
507 | | - <id>222</id> |
508 | | - <timestamp>2009-09-07T02:12:57Z</timestamp> |
| 512 | + <id>308</id> |
| 513 | + <timestamp>2010-08-08T02:52:11Z</timestamp> |
509 | 514 | <contributor> |
510 | 515 | <username>Juliano</username> |
511 | 516 | <id>1</id> |
512 | 517 | </contributor> |
| 518 | + <minor/> |
| 519 | + <comment>fix for new header style</comment> |
513 | 520 | <text xml:space="preserve">{{Wikilog user manual header|wikilog}} |
514 | 521 | |
515 | | -<div style="float:right;">__TOC__</div> |
516 | | - |
517 | 522 | Each wikilog has a few settings that can be set by adding some special markup to the wikilog page. These settings are more relevant to the syndication feeds (Atom and RSS) that are automatically generated by Wikilog. |
518 | | -<div style="clear:both;"></div> |
519 | 523 | |
520 | 524 | == Icon, logo and subtitle == |
521 | 525 | |
— | — | @@ -587,13 +591,13 @@ |
588 | 592 | <title>Help:Wikilog styling</title> |
589 | 593 | <id>88</id> |
590 | 594 | <revision> |
591 | | - <id>283</id> |
592 | | - <timestamp>2009-11-05T03:52:11Z</timestamp> |
| 595 | + <id>316</id> |
| 596 | + <timestamp>2010-08-08T04:39:51Z</timestamp> |
593 | 597 | <contributor> |
594 | 598 | <username>Juliano</username> |
595 | 599 | <id>1</id> |
596 | 600 | </contributor> |
597 | | - <comment>/* Summary pager */</comment> |
| 601 | + <comment>new comments page</comment> |
598 | 602 | <text xml:space="preserve">{{Wikilog user manual header|advanced}} |
599 | 603 | |
600 | 604 | This page shows topographic diagrams of HTML blocks that may be useful in order to customize the appearance of the content generated by the Wikilog extension. The extension can be customized by adding CSS rules to [[MediaWiki:Common.css]]. |
— | — | @@ -630,23 +634,24 @@ |
631 | 635 | The title of the wikilog article. |
632 | 636 | </div> |
633 | 637 | |
634 | | - <div style=""> |
635 | | -''([[MediaWiki:Wikilog-item-brief-header|wikilog-item-brief-header]] -- customizable)'' |
| 638 | + <div style="background:#BBB; border:1px dashed gray; padding:3pt; margin:3pt;"> |
| 639 | +'''.wl-summary-header'''<br/> |
| 640 | +Optional. Contains the header of the summary entry, with authors, date, time, comments link, etc.<br/> |
| 641 | +''([[MediaWiki:Wikilog-summary-header|wikilog-summary-header]] -- customizable)'' |
636 | 642 | </div> |
637 | 643 | |
638 | 644 | <div style="background:#BBB; border:1px dashed gray; padding:3pt; margin:3pt;"> |
639 | 645 | '''.wl-summary'''<br/> |
640 | | -The summary text of the wikilog article. |
| 646 | +The summary text of the wikilog article.<br/> |
| 647 | +''([[MediaWiki:Wikilog-summary-more|wikilog-summary-more]] -- customizable, conditional)'' |
641 | 648 | </div> |
642 | 649 | |
643 | | - <div style=""> |
644 | | -''([[MediaWiki:Wikilog-item-more|wikilog-item-more]] -- customizable, conditional)'' |
| 650 | + <div style="background:#BBB; border:1px dashed gray; padding:3pt; margin:3pt;"> |
| 651 | +'''.wl-summary-footer'''<br/> |
| 652 | +Optional. Contains the header of the summary entry, with authors, date, time, comments link, etc.<br/> |
| 653 | +''([[MediaWiki:Wikilog-summary-footer|wikilog-summary-footer]] -- customizable)'' |
645 | 654 | </div> |
646 | 655 | |
647 | | - <div style=""> |
648 | | -''([[MediaWiki:Wikilog-item-brief-footer|wikilog-item-brief-footer]] -- customizable)'' |
649 | | - </div> |
650 | | - |
651 | 656 | </div> |
652 | 657 | |
653 | 658 | <div style="background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;">'''.wl-entry''' [ ''.wl-draft'' ] ...</div> |
— | — | @@ -706,16 +711,26 @@ |
707 | 712 | |
708 | 713 | <div style="background:#DDD; border:1px dashed gray; padding:3pt; margin:3pt;"> |
709 | 714 | '''.wl-comment''' [ ''.wl-comment-pending'' | ''.wl-comment-deleted'' ] [ ''.wl-comment-by-anon'' | ''.wl-comment-by-user'' [ ''.wl-comment-by-author'' ] ]<br/> |
710 | | -Contains the visible comment and its metadata. |
| 715 | +Contains the visible comment. |
711 | 716 | |
712 | 717 | <div style="background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;"> |
713 | | -'''.wl-comment-meta'''<br/> |
714 | | -The user name, timestamp, status and actions on the comment. |
| 718 | +'''.wl-comment-header'''<br/> |
| 719 | +Optional. Contains the header of the comment, with author, date, time, etc.<br/> |
| 720 | +''([[MediaWiki:Wikilog-comment-header|wikilog-comment-header]] -- customizable)'' |
715 | 721 | </div> |
716 | 722 | <div style="background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;"> |
717 | 723 | '''.wl-comment-text'''<br/> |
718 | 724 | The comment text itself. |
719 | 725 | </div> |
| 726 | + <div style="background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;"> |
| 727 | +'''.wl-comment-footer'''<br/> |
| 728 | +Optional. Contains the footer of the comment, with author, date, time, etc.<br/> |
| 729 | +''([[MediaWiki:Wikilog-comment-footer|wikilog-comment-footer]] -- customizable)'' |
| 730 | + </div> |
| 731 | + <div style="background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;"> |
| 732 | +'''.wl-comment-tools'''<br/> |
| 733 | +Contains links related to the comment, like reply, page, edit, etc. |
| 734 | + </div> |
720 | 735 | </div> |
721 | 736 | |
722 | 737 | <div style="background:#DDD; border:1px dashed gray; padding:3pt; margin:3pt;">'''.wl-thread''' ... (recursive)</div> |
— | — | @@ -753,12 +768,14 @@ |
754 | 769 | <title>Help:Writing a wikilog article</title> |
755 | 770 | <id>101</id> |
756 | 771 | <revision> |
757 | | - <id>225</id> |
758 | | - <timestamp>2009-09-07T02:13:52Z</timestamp> |
| 772 | + <id>315</id> |
| 773 | + <timestamp>2010-08-08T04:25:29Z</timestamp> |
759 | 774 | <contributor> |
760 | 775 | <username>Juliano</username> |
761 | 776 | <id>1</id> |
762 | 777 | </contributor> |
| 778 | + <minor/> |
| 779 | + <comment>/* Article summary */</comment> |
763 | 780 | <text xml:space="preserve">{{Wikilog user manual header|article}} |
764 | 781 | |
765 | 782 | In order to create a new wikilog article, a new wiki page must be created as a subpage of the wikilog page. The wikilog article title is the subpage part of the page title. For example, a wikilog article ''"The brown fox"'' in the ''"{{wl-info:namespace-by-index}}:General Rants"'' wikilog must have the full page title ''"{{wl-info:namespace-by-index}}:General Rants/The brown fox"''. |
— | — | @@ -801,17 +818,29 @@ |
802 | 819 | |
803 | 820 | == Article summary == |
804 | 821 | |
805 | | -[[Image:Wikilog summary auto.png|thumb|right|Example of text selected as automatic summary.]] |
806 | | -[[Image:Wikilog summary manual.png|thumb|right|Example of text manually defined as summary.]] |
| 822 | +<div class="thumb"><div class="thumbinner"> |
| 823 | +[[Image:Wikilog summary auto.png|frameless|border]] |
| 824 | +[[Image:Wikilog summary delim.png|frameless|border]] |
| 825 | +[[Image:Wikilog summary manual.png|frameless|border]] |
| 826 | +<div class="thumbcaption">Examples of article summary text automatically selected by Wikilog and summary defined by the author using the <code>--more--</code> delimiter and using the <code><nowiki><summary></nowiki></code> tag.</div> |
| 827 | +</div></div> |
807 | 828 | |
808 | | -Wikilog articles, like any wiki page, can be quite long. Wikilog pages list many articles at a time, and visitors may not be interested in reading entire articles when casually visiting the wikilog. Instead, wikilog pages shows only article summaries, visitors show click the article title or a "continue reading..." link to read the full article in its own page. |
| 829 | +Wikilog articles, like any wiki page, can be very long. Wikilog pages list several articles at a time, and visitors may not be interested in reading entire articles when casually visiting the wikilog. Instead, wikilog pages shows only article summaries. Visitors click the article title or a "continue reading..." link to read the full article in its own page. |
809 | 830 | |
810 | | -Summaries are either inferred automatically by Wikilog, or defined explicitly by article authors. |
| 831 | +Summaries are either inferred automatically by Wikilog or defined explicitly by article authors. |
811 | 832 | |
812 | 833 | Automatic summaries are used when no indication is explicitly provided. The algorithm is very simple: all the text from the beginning up to the first page heading is used as a summary of the article. In other words, the zeroth section of the page is its summary. This usually leads to good results: short articles usually have only a single section and no headings, so the whole article is its own summary; long articles, on the other hand, are usually divided in many sections, and only the leading section is used. But this implementation will give really bad results for a long article with no headings. In this case, a summary should be manually defined. |
813 | 834 | |
814 | | -Manual summaries are defined by surrounding part of the article text with the <code><nowiki><summary>...</summary></nowiki></code> markup. Only the text between these tags will be shown as a summary of the article in the main page of the wikilog and other listings. The summary is also normally shown as part of the article text. |
| 835 | +Manual summaries can be defined by using specific delimiters in the article text. There are two methods to define a manual summary for an article. |
815 | 836 | |
| 837 | +The first method is to place the <code>--more--</code> delimiter in a line by itself. Everything before the delimiter is used as the article summary. The full article includes all the text before the delimiter (the summary) and the text after the delimiter. The delimiter itself is invisible. Due to the nature of this method, only the beginning of the article can be used as a summary. |
| 838 | + |
| 839 | + ''summary text'' |
| 840 | + '''--more--''' |
| 841 | + ''rest of article text'' |
| 842 | + |
| 843 | +The second method is to surround part of the article text with the <code><nowiki><summary>...</summary></nowiki></code> markup. Only the text between these tags will be used as the summary of the article. The summary is also normally shown as part of the article text. |
| 844 | + |
816 | 845 | It is possible to define a summary that will only be used in wikilog listings, and not appear in the article page itself. This can be useful in order to display a slightly different text in wikilog listings, perhaps with different formatting or with a thumbnail of an image of the article. In this case, the <code>hidden</code> parameter must be passed in the opening summary tag. The text between the summary tags will not appear in the article page. |
817 | 846 | |
818 | 847 | The general syntax of the summary tag is: |
— | — | @@ -820,8 +849,6 @@ |
821 | 850 | ''summary text'' |
822 | 851 | '''<nowiki></summary></nowiki>''' |
823 | 852 | |
824 | | - |
825 | | - |
826 | 853 | {{Wikilog user manual footer}}</text> |
827 | 854 | </revision> |
828 | 855 | </page> |
— | — | @@ -888,12 +915,13 @@ |
889 | 916 | <title>File:Wikilog summary auto.png</title> |
890 | 917 | <id>102</id> |
891 | 918 | <revision> |
892 | | - <id>260</id> |
893 | | - <timestamp>2009-09-12T04:49:27Z</timestamp> |
| 919 | + <id>313</id> |
| 920 | + <timestamp>2010-08-08T04:10:28Z</timestamp> |
894 | 921 | <contributor> |
895 | 922 | <username>Juliano</username> |
896 | 923 | <id>1</id> |
897 | 924 | </contributor> |
| 925 | + <comment>uploaded a new version of "[[File:Wikilog summary auto.png]]"</comment> |
898 | 926 | <text xml:space="preserve">== Summary == |
899 | 927 | Wikilog automatic summary example. |
900 | 928 | |
— | — | @@ -906,15 +934,45 @@ |
907 | 935 | </revision> |
908 | 936 | </page> |
909 | 937 | <page> |
| 938 | + <title>File:Wikilog summary delim.png</title> |
| 939 | + <id>129</id> |
| 940 | + <revision> |
| 941 | + <id>312</id> |
| 942 | + <timestamp>2010-08-08T04:07:58Z</timestamp> |
| 943 | + <contributor> |
| 944 | + <username>Juliano</username> |
| 945 | + <id>1</id> |
| 946 | + </contributor> |
| 947 | + <comment>== Summary == |
| 948 | +Wikilog manual summary example. |
| 949 | + |
| 950 | +== License == |
| 951 | +* '''Author:''' [http://juliano.info/ Juliano F. Ravasi] |
| 952 | +* '''License:''' [http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-Share Alike 3.0 Unported License] |
| 953 | + |
| 954 | +{{Wikilo</comment> |
| 955 | + <text xml:space="preserve">== Summary == |
| 956 | +Wikilog manual summary example. |
| 957 | + |
| 958 | +== License == |
| 959 | +* '''Author:''' [http://juliano.info/ Juliano F. Ravasi] |
| 960 | +* '''License:''' [http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-Share Alike 3.0 Unported License] |
| 961 | + |
| 962 | +{{Wikilog user manual footer|kind=image}} |
| 963 | +[[Category:Wikilog manual]]</text> |
| 964 | + </revision> |
| 965 | + </page> |
| 966 | + <page> |
910 | 967 | <title>File:Wikilog summary manual.png</title> |
911 | 968 | <id>103</id> |
912 | 969 | <revision> |
913 | | - <id>261</id> |
914 | | - <timestamp>2009-09-12T04:49:57Z</timestamp> |
| 970 | + <id>311</id> |
| 971 | + <timestamp>2010-08-08T04:07:15Z</timestamp> |
915 | 972 | <contributor> |
916 | 973 | <username>Juliano</username> |
917 | 974 | <id>1</id> |
918 | 975 | </contributor> |
| 976 | + <comment>uploaded a new version of "[[File:Wikilog summary manual.png]]"</comment> |
919 | 977 | <text xml:space="preserve">== Summary == |
920 | 978 | Wikilog manual summary example. |
921 | 979 | |
Index: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_delim.xcf |
Cannot display: file marked as a binary type. |
svn:mime-type = image/x-xcf |
Property changes on: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_delim.xcf |
___________________________________________________________________ |
Added: svn:mime-type |
922 | 980 | + image/x-xcf |
Index: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_delim.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_delim.png |
___________________________________________________________________ |
Added: svn:mime-type |
923 | 981 | + image/png |
Index: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_side_column_example.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_side_column_example.png |
___________________________________________________________________ |
Added: svn:mime-type |
924 | 982 | + image/png |
Index: branches/REL1_16/extensions/Wikilog/documentation/lorem-ipsum.txt |
— | — | @@ -0,0 +1,34 @@ |
| 2 | +'''Lorem ipsum''' dolor sit amet, consectetur adipiscing elit. |
| 3 | +Duis nec diam sed velit interdum accumsan et eget metus. Etiam |
| 4 | +tortor nisl, molestie ac egestas nec, dignissim quis purus. |
| 5 | + |
| 6 | +Sed erat nunc, condimentum ac consectetur rutrum, blandit id mi. |
| 7 | +In hac habitasse platea dictumst. [[Sed risus]] lorem, suscipit |
| 8 | +sed pharetra sed, ultrices eu lectus. ''Nullam ut vulputate |
| 9 | +urna.'' Nulla facilisi. |
| 10 | + |
| 11 | +== Mauris felis == |
| 12 | + |
| 13 | +Curabitur metus purus, suscipit ac mollis nec, volutpat non |
| 14 | +purus. Proin placerat fermentum justo ut molestie. Nulla eu |
| 15 | +nulla erat, non vehicula nulla. Proin faucibus erat nibh, eget |
| 16 | +dapibus enim. Maecenas semper gravida [[ligula ut cursus]] |
| 17 | + |
| 18 | +Ouisque luctus elit id purus lobortis semper. Nam tempor |
| 19 | +faucibus dictum. Suspendisse sallicitudin vestibulum tellus id |
| 20 | +hendrerit. Cras posuere tellus est. |
| 21 | + |
| 22 | +=== Nisi sed === |
| 23 | + |
| 24 | +Sed hendrerit lacinia nisl quis interdum. Donec fermentum |
| 25 | +tincidunt mauris nec suscipit. Suspendisse justo sapien, iaculis |
| 26 | +congue viverra nec, rutrum vitae turpis. Nulla eu ligula massa. |
| 27 | +In hac habitasse platea dictumst. Integer at dui nunc. |
| 28 | + |
| 29 | +Nulla eu quam eu lorem suscipit fermentum ac a felis. Curabitur |
| 30 | +eleifend augue quis nibh porta mollis. Nam tristique tincidunt |
| 31 | +tincidunt. |
| 32 | + |
| 33 | +== Duis vel nulla == |
| 34 | + |
| 35 | +Aliquam tincidunt aliquet mauris, sed aliquam risus auctor in. |
Property changes on: branches/REL1_16/extensions/Wikilog/documentation/lorem-ipsum.txt |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 36 | + native |
Index: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_auto.xcf |
Cannot display: file marked as a binary type. |
svn:mime-type = image/x-xcf |
Property changes on: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_auto.xcf |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 37 | + image/x-xcf |
Index: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_auto.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: branches/REL1_16/extensions/Wikilog/documentation/documentation-pagelist.txt |
— | — | @@ -1,6 +1,7 @@ |
2 | 2 | Category:Wikilog manual |
3 | 3 | Template:Wikilog user manual header |
4 | 4 | Template:Wikilog user manual footer |
| 5 | +Template:Wikilog user manual index |
5 | 6 | Help:Wikilog |
6 | 7 | Help:Embedding wikilogs |
7 | 8 | Help:Overview of wikilogs |
— | — | @@ -13,6 +14,7 @@ |
14 | 15 | File:Wikilog CC-BY-SA 88x31.png |
15 | 16 | File:Wikilog SpecialWikilog query form.png |
16 | 17 | File:Wikilog summary auto.png |
| 18 | +File:Wikilog summary delim.png |
17 | 19 | File:Wikilog summary manual.png |
18 | 20 | File:Wikilog tab.png |
19 | 21 | File:Wikilog template example 1.png |
Index: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_manual.xcf |
Cannot display: file marked as a binary type. |
svn:mime-type = image/x-xcf |
Property changes on: branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_manual.xcf |
___________________________________________________________________ |
Added: svn:mime-type |
20 | 22 | + image/x-xcf |
Index: branches/REL1_16/extensions/Wikilog/WikilogItem.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/WikilogFeed.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -64,7 +65,7 @@ |
65 | 66 | * to this list means that feed caching should be revisited. Parameters |
66 | 67 | * must be listed as keys. |
67 | 68 | */ |
68 | | - public static $paramWhitelist = array( 'show' => true ); |
| 69 | + public static $paramWhitelist = array( 'wikilog' => true, 'show' => true ); |
69 | 70 | |
70 | 71 | /** |
71 | 72 | * WikilogFeed constructor. |
— | — | @@ -227,26 +228,30 @@ |
228 | 229 | * @param $timekey Object cache key for the cached feed timestamp. |
229 | 230 | * @param $feedkey Object cache key for the cached feed output. |
230 | 231 | * @return The cached feed output if cache is good, false otherwise. |
| 232 | + * @todo Remove Mw1.15- guard for OutputPage::setLastModified(). |
231 | 233 | */ |
232 | 234 | public function loadFromCache( $tsData, $timekey, $feedkey ) { |
233 | | - global $messageMemc, $wgFeedCacheTimeout; |
| 235 | + global $wgFeedCacheTimeout, $wgOut, $messageMemc; |
234 | 236 | $tsCache = $messageMemc->get( $timekey ); |
235 | 237 | |
236 | 238 | if ( ( $wgFeedCacheTimeout > 0 ) && $tsCache ) { |
237 | 239 | $age = time() - wfTimestamp( TS_UNIX, $tsCache ); |
238 | 240 | |
239 | | - # XXX: Minimum feed cache age check disabled. This code is |
240 | | - # shadowed from ChangesFeed::loadFromCache(), but Vitaliy Filippov |
241 | | - # noticed that this causes the old cached feed to output with the |
242 | | - # updated last-modified timestamp, breaking cache behavior. |
243 | | - # For now, it is disabled, since this is just a performance |
244 | | - # optimization. |
245 | | - /* if ( $age < $wgFeedCacheTimeout ) { |
| 241 | + if ( $age < $wgFeedCacheTimeout ) { |
246 | 242 | wfDebug( "Wikilog: loading feed from cache -- " . |
247 | 243 | "too young: age ($age) < timeout ($wgFeedCacheTimeout) " . |
248 | 244 | "($feedkey; $tsCache; $tsData)\n" ); |
| 245 | + |
| 246 | + # NOTE (Mw1.15- COMPAT): OutputPage::setLastModified() |
| 247 | + # introduced in Mw1.16. Remove this guard after Wl1.1. |
| 248 | + if ( method_exists( $wgOut, 'setLastModified' ) ) { |
| 249 | + $wgOut->setLastModified( $tsCache ); |
| 250 | + } else { |
| 251 | + $wgOut->mLastModified = wfTimestamp( TS_RFC2822, $tsCache ); |
| 252 | + } |
| 253 | + |
249 | 254 | return $messageMemc->get( $feedkey ); |
250 | | - } else */ if ( $tsCache >= $tsData ) { |
| 255 | + } else if ( $tsCache >= $tsData ) { |
251 | 256 | wfDebug( __METHOD__ . ": loading feed from cache -- " . |
252 | 257 | "not modified: cache ($tsCache) >= data ($tsData)" . |
253 | 258 | "($feedkey)\n" ); |
— | — | @@ -361,7 +366,6 @@ |
362 | 367 | if ( !$limit ) $limit = $wgWikilogNumArticles; |
363 | 368 | parent::__construct( $title, $format, $query, $limit ); |
364 | 369 | $this->mSiteFeed = $this->mQuery->getWikilogTitle() === null; |
365 | | - |
366 | 370 | } |
367 | 371 | |
368 | 372 | public function getIndexField() { |
— | — | @@ -374,10 +378,12 @@ |
375 | 379 | } |
376 | 380 | |
377 | 381 | public function getFeedObject() { |
378 | | - if ( $this->mSiteFeed ) { |
| 382 | + if ( $this->mQuery->getWikilogTitle() ) { |
| 383 | + return $this->getWikilogFeedObject( $this->mQuery->getWikilogTitle() ); |
| 384 | + } elseif ( $this->mQuery->getNamespace() !== false ) { |
| 385 | + return $this->getNamespaceFeedObject( $this->mQuery->getNamespace() ); |
| 386 | + } else { |
379 | 387 | return $this->getSiteFeedObject(); |
380 | | - } else { |
381 | | - return $this->getWikilogFeedObject( $this->mQuery->getWikilogTitle() ); |
382 | 388 | } |
383 | 389 | } |
384 | 390 | |
— | — | @@ -413,6 +419,47 @@ |
414 | 420 | } |
415 | 421 | |
416 | 422 | /** |
| 423 | + * Generates and populates a WlSyndicationFeed object for a given namespace. |
| 424 | + * |
| 425 | + * @param $ns Namespace. |
| 426 | + * @return Feed object. |
| 427 | + */ |
| 428 | + protected function getNamespaceFeedObject( $ns ) { |
| 429 | + global $wgWikilogFeedClasses, $wgFavicon, $wgLogo; |
| 430 | + global $wgContLang, $wgContLanguageCode; |
| 431 | + |
| 432 | + $title = wfMsgForContent( 'wikilog-feed-ns-title', $wgContLang->getFormattedNsText( $ns ) ); |
| 433 | + $subtitle = wfMsgExt( 'wikilog-feed-description', array( 'parse', 'content' ) ); |
| 434 | + |
| 435 | + $updated = $this->mDb->selectField( |
| 436 | + array( 'wikilog_wikilogs', 'page' ), |
| 437 | + 'MAX(wlw_updated)', |
| 438 | + array( |
| 439 | + 'wlw_page = page_id', |
| 440 | + 'page_namespace' => $ns |
| 441 | + ), |
| 442 | + __METHOD__ |
| 443 | + ); |
| 444 | + if ( !$updated ) $updated = wfTimestampNow(); |
| 445 | + |
| 446 | + $feed = new $wgWikilogFeedClasses[$this->mFormat]( |
| 447 | + $this->mTitle->getFullUrl(), |
| 448 | + wfMsgForContent( 'wikilog-feed-title', $title, $wgContLanguageCode ), |
| 449 | + $updated, |
| 450 | + $this->mTitle->getFullUrl() |
| 451 | + ); |
| 452 | + $feed->setSubtitle( new WlTextConstruct( 'html', $subtitle ) ); |
| 453 | + $feed->setLogo( wfExpandUrl( $wgLogo ) ); |
| 454 | + if ( $wgFavicon !== false ) { |
| 455 | + $feed->setIcon( wfExpandUrl( $wgFavicon ) ); |
| 456 | + } |
| 457 | + if ( $this->mCopyright ) { |
| 458 | + $feed->setRights( new WlTextConstruct( 'html', $this->mCopyright ) ); |
| 459 | + } |
| 460 | + return $feed; |
| 461 | + } |
| 462 | + |
| 463 | + /** |
417 | 464 | * Generates and populates a WlSyndicationFeed object for the given |
418 | 465 | * wikilog. Caches objects whenever possible. |
419 | 466 | * |
— | — | @@ -573,8 +620,13 @@ |
574 | 621 | * Returns the keys for the timestamp and feed output in the object cache. |
575 | 622 | */ |
576 | 623 | public function getCacheKeys() { |
577 | | - $title = $this->mQuery->getWikilogTitle(); |
578 | | - $id = $title ? 'id:' . $title->getArticleId() : 'site'; |
| 624 | + if ( ( $title = $this->mQuery->getWikilogTitle() ) ) { |
| 625 | + $id = 'id:' . $title->getArticleId(); |
| 626 | + } elseif ( ( $ns = $this->mQuery->getNamespace() ) ) { |
| 627 | + $id = 'ns:' . $ns; |
| 628 | + } else { |
| 629 | + $id = 'site'; |
| 630 | + } |
579 | 631 | $ft = 'show:' . $this->mQuery->getPubStatus() . |
580 | 632 | ':limit:' . $this->mLimit; |
581 | 633 | return array( |
Index: branches/REL1_16/extensions/Wikilog/WikilogQuery.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -45,6 +46,12 @@ |
46 | 47 | protected $mDefaultOptions = array(); |
47 | 48 | |
48 | 49 | /** |
| 50 | + * Whether the query should always return nothing (when invalid options |
| 51 | + * are provided, for example). |
| 52 | + */ |
| 53 | + protected $mEmpty = false; |
| 54 | + |
| 55 | + /** |
49 | 56 | * Constructor. |
50 | 57 | */ |
51 | 58 | public function __construct() { |
— | — | @@ -85,6 +92,12 @@ |
86 | 93 | } |
87 | 94 | |
88 | 95 | /** |
| 96 | + * Filter is always returns empty. |
| 97 | + */ |
| 98 | + public function setEmpty( $empty = true ) { $this->mEmpty = $empty; } |
| 99 | + public function getEmpty() { return $this->mEmpty; } |
| 100 | + |
| 101 | + /** |
89 | 102 | * Generate and return query information. |
90 | 103 | * @param $db Database Database object used to encode table names, etc. |
91 | 104 | * @param $opts mixed Misc query options. |
— | — | @@ -157,6 +170,7 @@ |
158 | 171 | |
159 | 172 | # Local variables. |
160 | 173 | private $mWikilogTitle = null; ///< Filter by wikilog. |
| 174 | + private $mNamespace = false; ///< Filter by namespace. |
161 | 175 | private $mPubStatus = self::PS_ALL; ///< Filter by published status. |
162 | 176 | private $mCategory = false; ///< Filter by category. |
163 | 177 | private $mAuthor = false; ///< Filter by author. |
— | — | @@ -194,6 +208,14 @@ |
195 | 209 | } |
196 | 210 | |
197 | 211 | /** |
| 212 | + * Sets the wikilog namespace to query for. |
| 213 | + * @param $ns Namespace to query for. |
| 214 | + */ |
| 215 | + public function setNamespace( $ns ) { |
| 216 | + $this->mNamespace = $ns; |
| 217 | + } |
| 218 | + |
| 219 | + /** |
198 | 220 | * Sets the publish status to query for. |
199 | 221 | * @param $pubStatus Publish status, string or integer. |
200 | 222 | */ |
— | — | @@ -231,7 +253,7 @@ |
232 | 254 | } elseif ( is_string( $author ) ) { |
233 | 255 | $t = Title::makeTitleSafe( NS_USER, $author ); |
234 | 256 | if ( $t !== null ) { |
235 | | - $this->mAuthor = $t; |
| 257 | + $this->mAuthor = User::getCanonicalName( $t->getText() ); |
236 | 258 | } |
237 | 259 | } |
238 | 260 | } |
— | — | @@ -272,12 +294,13 @@ |
273 | 295 | /** |
274 | 296 | * Accessor functions. |
275 | 297 | */ |
276 | | - public function getWikilogTitle() { return $this->mWikilogTitle; } |
277 | | - public function getPubStatus() { return $this->mPubStatus; } |
278 | | - public function getCategory() { return $this->mCategory; } |
279 | | - public function getAuthor() { return $this->mAuthor; } |
280 | | - public function getTag() { return $this->mTag; } |
281 | | - public function getDate() { return $this->mDate; } |
| 298 | + public function getWikilogTitle() { return $this->mWikilogTitle; } |
| 299 | + public function getNamespace() { return $this->mNamespace; } |
| 300 | + public function getPubStatus() { return $this->mPubStatus; } |
| 301 | + public function getCategory() { return $this->mCategory; } |
| 302 | + public function getAuthor() { return $this->mAuthor; } |
| 303 | + public function getTag() { return $this->mTag; } |
| 304 | + public function getDate() { return $this->mDate; } |
282 | 305 | |
283 | 306 | /** |
284 | 307 | * Organizes all the query information and constructs the table and |
— | — | @@ -301,9 +324,16 @@ |
302 | 325 | $q_options = array(); |
303 | 326 | $q_joins = $wlp_tables['join_conds']; |
304 | 327 | |
| 328 | + # Invalid filter. |
| 329 | + if ( $this->mEmpty ) { |
| 330 | + $q_conds[] = '0=1'; |
| 331 | + } |
| 332 | + |
305 | 333 | # Filter by wikilog name. |
306 | 334 | if ( $this->mWikilogTitle !== null ) { |
307 | 335 | $q_conds['wlp_parent'] = $this->mWikilogTitle->getArticleId(); |
| 336 | + } elseif ( $this->mNamespace !== false ) { |
| 337 | + $q_conds['p.page_namespace'] = $this->mNamespace; |
308 | 338 | } |
309 | 339 | |
310 | 340 | # Filter by published status. |
— | — | @@ -324,7 +354,7 @@ |
325 | 355 | if ( $this->mAuthor ) { |
326 | 356 | $q_tables[] = 'wikilog_authors'; |
327 | 357 | $q_joins['wikilog_authors'] = array( 'JOIN', 'wlp_page = wla_page' ); |
328 | | - $q_conds['wla_author_text'] = $this->mAuthor->getDBkey(); |
| 358 | + $q_conds['wla_author_text'] = $this->mAuthor; |
329 | 359 | } |
330 | 360 | |
331 | 361 | # Filter by tag. |
— | — | @@ -367,6 +397,8 @@ |
368 | 398 | |
369 | 399 | if ( $this->mNeedWikilogParam && $this->mWikilogTitle ) { |
370 | 400 | $query['wikilog'] = $this->mWikilogTitle->getPrefixedDBKey(); |
| 401 | + } elseif ( $this->mNamespace !== false ) { |
| 402 | + $query['wikilog'] = Title::makeTitle( $this->mNamespace, "*" )->getPrefixedDBKey(); |
371 | 403 | } |
372 | 404 | |
373 | 405 | if ( $this->mPubStatus == self::PS_ALL ) { |
— | — | @@ -380,7 +412,7 @@ |
381 | 413 | } |
382 | 414 | |
383 | 415 | if ( $this->mAuthor ) { |
384 | | - $query['author'] = $this->mAuthor->getDBKey(); |
| 416 | + $query['author'] = $this->mAuthor; |
385 | 417 | } |
386 | 418 | |
387 | 419 | if ( $this->mTag ) { |
— | — | @@ -441,6 +473,7 @@ |
442 | 474 | |
443 | 475 | # Local variables. |
444 | 476 | private $mModStatus = self::MS_ALL; ///< Filter by moderation status. |
| 477 | + private $mNamespace = false; ///< Filter by namespace. |
445 | 478 | private $mWikilog = null; ///< Filter by wikilog. |
446 | 479 | private $mItem = null; ///< Filter by wikilog item (article). |
447 | 480 | private $mThread = false; ///< Filter by thread. |
— | — | @@ -504,8 +537,18 @@ |
505 | 538 | } |
506 | 539 | |
507 | 540 | /** |
| 541 | + * Set the namespace to query for. Only comments for articles published |
| 542 | + * in the given namespace are returned. The wikilog and item filters have |
| 543 | + * precedence over this filter. |
| 544 | + * @param $ns Namespace to query for. |
| 545 | + */ |
| 546 | + public function setNamespace( $ns ) { |
| 547 | + $this->mNamespace = $ns; |
| 548 | + } |
| 549 | + |
| 550 | + /** |
508 | 551 | * Set the wikilog to query for. Only comments for articles published in |
509 | | - * the given wikilog is returned. The item filter has precedence over this |
| 552 | + * the given wikilog are returned. The item filter has precedence over this |
510 | 553 | * filter. |
511 | 554 | * @param $wikilogTitle Wikilog title object to query for (Title). |
512 | 555 | */ |
— | — | @@ -551,7 +594,7 @@ |
552 | 595 | } elseif ( is_string( $author ) ) { |
553 | 596 | $t = Title::makeTitleSafe( NS_USER, $author ); |
554 | 597 | if ( $t !== null ) { |
555 | | - $this->mAuthor = $t; |
| 598 | + $this->mAuthor = User::getCanonicalName( $t->getText() ); |
556 | 599 | } |
557 | 600 | } |
558 | 601 | } |
— | — | @@ -582,6 +625,7 @@ |
583 | 626 | * Accessor functions. |
584 | 627 | */ |
585 | 628 | public function getModStatus() { return $this->mModStatus; } |
| 629 | + public function getNamespace() { return $this->mNamespace; } |
586 | 630 | public function getWikilog() { return $this->mWikilog; } |
587 | 631 | public function getItem() { return $this->mItem; } |
588 | 632 | public function getThread() { return $this->mThread; } |
— | — | @@ -610,6 +654,11 @@ |
611 | 655 | $q_options = array(); |
612 | 656 | $q_joins = $wlc_tables['join_conds']; |
613 | 657 | |
| 658 | + # Invalid filter. |
| 659 | + if ( $this->mEmpty ) { |
| 660 | + $q_conds[] = '0=1'; |
| 661 | + } |
| 662 | + |
614 | 663 | # Filter by moderation status. |
615 | 664 | if ( $this->mModStatus == self::MS_ACCEPTED ) { |
616 | 665 | $q_conds['wlc_status'] = 'OK'; |
— | — | @@ -631,11 +680,13 @@ |
632 | 681 | } elseif ( $this->mWikilog !== null ) { |
633 | 682 | $join_wlp = true; |
634 | 683 | $q_conds['wlp_parent'] = $this->mWikilog->getArticleId(); |
| 684 | + } elseif ( $this->mNamespace !== false ) { |
| 685 | + $q_conds['c.page_namespace'] = $this->mNamespace; |
635 | 686 | } |
636 | 687 | |
637 | 688 | # Filter by author. |
638 | 689 | if ( $this->mAuthor ) { |
639 | | - $q_conds['wlc_user_text'] = $this->mAuthor->getDBkey(); |
| 690 | + $q_conds['wlc_user_text'] = $this->mAuthor; |
640 | 691 | } |
641 | 692 | |
642 | 693 | # Filter by date. |
— | — | @@ -677,6 +728,8 @@ |
678 | 729 | $query['item'] = $this->mItem->mTitle->getPrefixedDBKey(); |
679 | 730 | } elseif ( $this->mWikilog ) { |
680 | 731 | $query['wikilog'] = $this->mWikilog->getPrefixedDBKey(); |
| 732 | + } elseif ( $this->mNamespace !== false ) { |
| 733 | + $query['wikilog'] = Title::makeTitle( $this->mNamespace, "*" )->getPrefixedDBKey(); |
681 | 734 | } |
682 | 735 | |
683 | 736 | if ( $this->mModStatus != self::MS_ALL ) { |
— | — | @@ -684,7 +737,7 @@ |
685 | 738 | } |
686 | 739 | |
687 | 740 | if ( $this->mAuthor ) { |
688 | | - $query['author'] = $this->mAuthor->getDBKey(); |
| 741 | + $query['author'] = $this->mAuthor; |
689 | 742 | } |
690 | 743 | |
691 | 744 | if ( $this->mDate ) { |
Index: branches/REL1_16/extensions/Wikilog/WikilogDefaultSettings.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/maintenance/wikilogImportDocumentation-pre1.16.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | $WIKILOGDIR = dirname( dirname( __FILE__ ) ); |
Index: branches/REL1_16/extensions/Wikilog/maintenance/wikilogImportDocumentation.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Property changes on: branches/REL1_16/extensions/Wikilog/maintenance |
___________________________________________________________________ |
Deleted: svn:mergeinfo |
29 | 30 | Reverse-merged /trunk/extensions/Wikilog/maintenance:r63663 |
Index: branches/REL1_16/extensions/Wikilog/Wikilog.i18n.magic.php |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * Magic words used by Wikilog extension. |
5 | | - * @addtogroup Extensions |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
6 | 8 | */ |
7 | 9 | |
8 | 10 | $magicWords = array(); |
— | — | @@ -52,6 +54,25 @@ |
53 | 55 | 'wlk-more' => array( '0', 'مزيد', 'more' ), |
54 | 56 | ); |
55 | 57 | |
| 58 | +$magicWords['br'] = array( |
| 59 | + 'wl-settings' => array( '0', 'wl-arventennoù', 'wl-settings' ), |
| 60 | + 'wl-publish' => array( '0', 'wl-embann', 'wl-publish' ), |
| 61 | + 'wl-author' => array( '0', 'wl-aozer', 'wl-author' ), |
| 62 | + 'wl-tags' => array( '0', 'wl-balizennoù', 'wl-tags' ), |
| 63 | + 'wl-info' => array( '0', 'wl-keleier', 'wl-info' ), |
| 64 | + 'wlk-subtitle' => array( '0', 'istitl', 'subtitle' ), |
| 65 | + 'wlk-summary' => array( '1', 'diverrañ', 'summary' ), |
| 66 | + 'wlk-hidden' => array( '0', 'kuzh', 'hidden' ), |
| 67 | + 'wlk-more' => array( '0', 'muioc\'h', 'more' ), |
| 68 | +); |
| 69 | + |
| 70 | +$magicWords['eo'] = array( |
| 71 | + 'wlk-icon' => array( '0', 'piktogramo', 'icon' ), |
| 72 | + 'wlk-logo' => array( '0', 'emblemo', 'logo' ), |
| 73 | + 'wlk-hidden' => array( '0', 'kaŝi', 'hidden' ), |
| 74 | + 'wlk-more' => array( '0', 'pli', 'more' ), |
| 75 | +); |
| 76 | + |
56 | 77 | $magicWords['es'] = array( |
57 | 78 | 'wl-settings' => array( '0', 'configuracion-wl', 'configuración-wl', 'wl-settings' ), |
58 | 79 | 'wl-publish' => array( '0', 'publicar-wl', 'wl-publish' ), |
— | — | @@ -68,6 +89,8 @@ |
69 | 90 | 'wlk-logo' => array( '0', 'ロゴ', 'logo' ), |
70 | 91 | 'wlk-subtitle' => array( '0', 'サブタイトル', '副タイトル', 'subtitle' ), |
71 | 92 | 'wlk-summary' => array( '1', '要約', 'summary' ), |
| 93 | + 'wlk-hidden' => array( '0', '隠す', 'hidden' ), |
| 94 | + 'wlk-more' => array( '0', '詳細', 'more' ), |
72 | 95 | ); |
73 | 96 | |
74 | 97 | $magicWords['mg'] = array( |
— | — | @@ -128,3 +151,7 @@ |
129 | 152 | 'wlk-hidden' => array( '0', 'oculto', 'hidden' ), |
130 | 153 | 'wlk-more' => array( '0', 'mais', 'more' ), |
131 | 154 | ); |
| 155 | + |
| 156 | +$magicWords['tt-cyrl'] = array( |
| 157 | + 'wlk-more' => array( '0', 'күбрәк', 'more' ), |
| 158 | +); |
Index: branches/REL1_16/extensions/Wikilog/WlFeed.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -34,9 +35,8 @@ |
35 | 36 | $wgExtensionCredits['other'][] = array( |
36 | 37 | 'path' => __FILE__, |
37 | 38 | 'name' => 'WlFeed', |
38 | | - 'version' => '1.0.99.1dev', |
| 39 | + 'version' => '1.1.0', |
39 | 40 | 'author' => 'Juliano F. Ravasi', |
40 | | - 'description' => 'Enhanced feed generation classes.', |
41 | 41 | 'descriptionmsg' => 'wlfeed-desc', |
42 | 42 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog', |
43 | 43 | ); |
Index: branches/REL1_16/extensions/Wikilog/WikilogCommentPager.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/WikilogMainPage.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -45,6 +46,7 @@ |
46 | 47 | public $mWikilogIcon = false; |
47 | 48 | public $mWikilogLogo = false; |
48 | 49 | public $mWikilogAuthors = false; |
| 50 | + public $mWikilogUpdated = false; |
49 | 51 | public $mWikilogPubdate = false; |
50 | 52 | |
51 | 53 | /** |
— | — | @@ -171,7 +173,7 @@ |
172 | 174 | ); |
173 | 175 | } |
174 | 176 | $s .= Xml::tags( 'div', array( 'class' => 'wl-title' ), |
175 | | - $skin->makeKnownLinkObj( $this->mTitle ) ); |
| 177 | + $skin->link( $this->mTitle, null, array(), array(), array( 'known', 'noclasses' ) ) ); |
176 | 178 | |
177 | 179 | $st =& $this->mWikilogSubtitle; |
178 | 180 | if ( is_array( $st ) ) { |
— | — | @@ -220,14 +222,11 @@ |
221 | 223 | global $wgWikilogFeedClasses; |
222 | 224 | |
223 | 225 | // Uses messages 'wikilog-post-count-published', 'wikilog-post-count-drafts', 'wikilog-post-count-all' |
224 | | - $s = $skin->makeKnownLinkObj( |
225 | | - $this->mTitle, |
226 | | - wfMsgExt( |
227 | | - "wikilog-post-count-{$type}", |
228 | | - array( 'parsemag' ), |
229 | | - $num |
230 | | - ), |
231 | | - "view=archives&show={$type}" |
| 226 | + $s = $skin->link( $this->mTitle, |
| 227 | + wfMsgExt( "wikilog-post-count-{$type}", array( 'parsemag' ), $num ), |
| 228 | + array(), |
| 229 | + array( 'view' => "archives", 'show' => $type ), |
| 230 | + array( 'knwon', 'noclasses' ) |
232 | 231 | ); |
233 | 232 | if ( !empty( $wgWikilogFeedClasses ) ) { |
234 | 233 | $f = array(); |
— | — | @@ -236,7 +235,7 @@ |
237 | 236 | wfMsg( "feed-{$format}" ), |
238 | 237 | array( 'class' => "feedlink", 'type' => "application/{$format}+xml" ), |
239 | 238 | array( 'view' => "archives", 'show' => $type, 'feed' => $format ), |
240 | | - 'known' |
| 239 | + array( 'known', 'noclasses' ) |
241 | 240 | ); |
242 | 241 | } |
243 | 242 | $s .= ' (' . implode( ', ', $f ) . ')'; |
— | — | @@ -254,7 +253,7 @@ |
255 | 254 | $fields[] = Xml::hidden( 'title', $this->mTitle->getPrefixedText() ); |
256 | 255 | $fields[] = Xml::hidden( 'action', 'wikilog' ); |
257 | 256 | $fields[] = Xml::inputLabel( wfMsg( 'wikilog-item-name' ), |
258 | | - 'wlItemName', 'wl-item-name', 25 ); |
| 257 | + 'wlItemName', 'wl-item-name', 50 ); |
259 | 258 | $fields[] = Xml::submitButton( wfMsg( 'wikilog-new-item-go' ), |
260 | 259 | array( 'name' => 'wlActionNewItem' ) ); |
261 | 260 | |
— | — | @@ -300,7 +299,7 @@ |
301 | 300 | */ |
302 | 301 | private function loadWikilogData() { |
303 | 302 | if ( !$this->mWikilogDataLoaded ) { |
304 | | - $dbr = $this->getDB(); |
| 303 | + $dbr = wfGetDB( DB_SLAVE ); |
305 | 304 | $data = $this->getWikilogDataFromId( $dbr, $this->getId() ); |
306 | 305 | if ( $data ) { |
307 | 306 | $this->mWikilogSubtitle = unserialize( $data->wlw_subtitle ); |
Index: branches/REL1_16/extensions/Wikilog/README |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | |
30 | 30 | You should have received a copy of the GNU General Public License along |
31 | 31 | with this program; if not, write to the Free Software Foundation, Inc., |
32 | | - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 32 | + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
33 | 33 | http://www.gnu.org/copyleft/gpl.html |
34 | 34 | |
35 | 35 | == Requirements == |
Index: branches/REL1_16/extensions/Wikilog/WikilogLinksUpdate.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
Index: branches/REL1_16/extensions/Wikilog/WikilogHooks.php |
— | — | @@ -16,12 +16,13 @@ |
17 | 17 | * |
18 | 18 | * You should have received a copy of the GNU General Public License along |
19 | 19 | * with this program; if not, write to the Free Software Foundation, Inc., |
20 | | - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
21 | 21 | * http://www.gnu.org/copyleft/gpl.html |
22 | 22 | */ |
23 | 23 | |
24 | 24 | /** |
25 | | - * @addtogroup Extensions |
| 25 | + * @file |
| 26 | + * @ingroup Extensions |
26 | 27 | * @author Juliano F. Ravasi < dev juliano info > |
27 | 28 | */ |
28 | 29 | |
— | — | @@ -300,7 +301,7 @@ |
301 | 302 | Xml::check( 'wlSignpub', $checked, array( |
302 | 303 | 'id' => 'wl-signpub', |
303 | 304 | 'tabindex' => 1, // after text, before summary |
304 | | - ) ) . ' ' . |
| 305 | + ) ) . WL_NBSP . |
305 | 306 | Xml::element( 'label', array( |
306 | 307 | 'for' => 'wl-signpub', |
307 | 308 | 'title' => $tooltip, |
Property changes on: branches/REL1_16/extensions/Wikilog |
___________________________________________________________________ |
Added: svn:mergeinfo |
308 | 309 | Merged /trunk/extensions/Wikilog:r62820-70709 |