r70710 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70709‎ | r70710 | r70711 >
Date:16:06, 8 August 2010
Author:juliano
Status:deferred
Tags:
Comment:
Merge Wikilog changes from trunk to 1.16.
Wikilog 1.1.x will target MediaWiki 1.16.x from now on, while the version in
the current trunk will target MediaWiki 1.17. I couldn't do this before the
MediaWiki 1.16 release.
Modified paths:
  • /branches/REL1_16/extensions/Wikilog (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/README (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/SpecialWikilog.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/TODO (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/Wikilog.i18n.alias.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/Wikilog.i18n.magic.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/Wikilog.i18n.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/Wikilog.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogComment.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogCommentPager.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogCommentsPage.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogDefaultSettings.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogFeed.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogHooks.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogItem.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogItemPage.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogItemPager.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogLinksUpdate.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogMainPage.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogParser.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogQuery.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WikilogUtils.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WlCaptchaAdapter.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WlFeed.body.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WlFeed.i18n.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/WlFeed.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/Wikilog_side_column_example.png (added) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_auto.png (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_auto.xcf (added) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_delim.png (added) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_delim.xcf (added) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_manual.png (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/Wikilog_summary_manual.xcf (added) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/documentation-pagelist.txt (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/documentation.xml (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/documentation/lorem-ipsum.txt (added) (history)
  • /branches/REL1_16/extensions/Wikilog/maintenance (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/maintenance/wikilogImportDocumentation-pre1.16.php (modified) (history)
  • /branches/REL1_16/extensions/Wikilog/maintenance/wikilogImportDocumentation.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/extensions/Wikilog/TODO
@@ -1,9 +1,5 @@
22 == Wikilog To-do list ==
33
4 -=== Wikilog 1.1.0. ===
5 -
6 -* Drop support for Mw1.14 and earlier.
7 -
84 === Wikilog 1.2.0. ===
95
106 * Drop support for Mw1.15 and earlier.
@@ -16,5 +12,8 @@
1713 - WikilogHooks::LanguageGetMagic().
1814 - WikilogHooks::EditPageAttemptSave().
1915 - WikilogTemplatePager::formatRow() (workaround bug 20431).
 16+ - WikilogFeed::loadFromCache() (bug 21916).
2017 - Wikilog.i18n.php: 'wikilog-specialwikilog' message.
2118 * 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
2221 + native
Index: branches/REL1_16/extensions/Wikilog/WikilogItemPage.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/Wikilog.i18n.php
@@ -2,7 +2,8 @@
33 /**
44 * Internationalisation file for extension Wikilog.
55 *
6 - * @addtogroup Extensions
 6+ * @file
 7+ * @ingroup Extensions
78 */
89
910 $messages = array();
@@ -89,6 +90,7 @@
9091 'wikilog-simple-signature' => '$1 ($2)',
9192
9293 # Edit page
 94+ 'wikilog-edit-hint' => 'Edit wikilog article: $1',
9395 'wikilog-edit-fieldset-legend' => 'Wikilog options:',
9496 'wikilog-edit-signpub' => 'Sign and publish this article',
9597 'wikilog-edit-signpub-tooltip' => 'Causes this article to be signed and published in its wikilog when saved.
@@ -117,6 +119,7 @@
118120
119121 # Atom and RSS feeds
120122 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]', # $1 = title, $2 = content language
 123+ 'wikilog-feed-ns-title' => '$1 wikilog articles', # $1 = namespace name
121124 'wikilog-feed-description' => 'Read the most recent posts in this feed.',
122125 'wikilog-comment-feed-title1' => 'Comment by $2 (#$1)',
123126 'wikilog-comment-feed-title2' => 'Comment by $2 to $3 (#$1)',
@@ -278,6 +281,8 @@
279282 'wikilog-simple-signature' => 'Parameters:
280283 * $1 is a link to the commenting user page
281284 * $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.',
282287 'wikilog-comment-footer' => 'Parameters:
283288 * $1 is the name of the author of the comment (optional)
284289 * $2 is the name of the author or the comment formatted with {{msg-mw|wikilog-simple-signature|notext=1}}
@@ -307,12 +312,8 @@
308313 'wikilog-feed-title' => 'Parameters:
309314 * $1 is a title
310315 * $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.',
317318 'wikilog-comment-feed-title1' => 'Parameters:
318319 * $1 is a comment number (to make unique titles for different comments)
319320 * $2 is the commenter name',
@@ -320,6 +321,12 @@
321322 * $1 is a comment number (to make unique titles for different comments)
322323 * $2 is the commenter name
323324 * $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',
324331 'wikilog-error-msg' => 'Parameters:
325332 * $1 is an error message',
326333 'wikilog-invalid-param' => 'Parameters:
@@ -330,8 +337,8 @@
331338 * $1 is the invalid date',
332339 'wikilog-invalid-tag' => 'Parameters:
333340 * $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.',
336343 'wikilog-file-not-found' => 'Parameters:
337344 * $1 is the non-existing file',
338345 'wikilog-not-an-image' => 'Parameters:
@@ -360,7 +367,8 @@
361368 Part of a list of actions, use lowercase if applicable.
362369 {{Identical|Delete}}',
363370 '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}}',
365373 'wikilog-reject-lc' => 'As in "to reject a comment".
366374 Part of a list of actions, use lowercase if applicable.',
367375 'wikilog-page-lc' => 'The word "page" used as noun, as in "the comment page".
@@ -372,6 +380,13 @@
373381 'wikilog-doc-import-comment' => 'This is an automatic edit summary for pages imported into the wiki.',
374382 );
375383
 384+/** Abkhazian (Аҧсуа)
 385+ * @author Temuri rajavi
 386+ */
 387+$messages['ab'] = array(
 388+ 'wikilog-form-category' => 'Акатегориа:',
 389+);
 390+
376391 /** Afrikaans (Afrikaans)
377392 * @author Naudefj
378393 */
@@ -409,7 +424,17 @@
410425 'wikilog-pager-empty' => '(geen items)',
411426 'wikilog-no-comments' => 'geen kommentaar',
412427 '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',
413432 '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.',
414439 'wikilog-comment-edit' => 'Wysig die kommentaar',
415440 'wikilog-comment-delete' => 'Skrap hierdie kommentaar',
416441 'wikilog-comment-history' => 'Wys kommentaar se geskiedenis',
@@ -446,12 +471,150 @@
447472 'wikilog-edit-lc' => 'wysig',
448473 'wikilog-reply-lc' => 'antwoord',
449474 'wikilog-delete-lc' => 'skrap',
450 - 'wikilog-approve-lc' => 'goedkeur',
 475+ 'wikilog-approve-lc' => 'keur goed',
451476 'wikilog-reject-lc' => 'verwerp',
452477 'wikilog-page-lc' => 'bladsy',
453478 'wikilog-history-lc' => 'geskiedenis',
454479 );
455480
 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+
456619 /** Arabic (العربية)
457620 * @author Meno25
458621 */
@@ -709,40 +872,41 @@
710873 /** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
711874 * @author EugeneZelenko
712875 * @author Jim-by
 876+ * @author Wizardist
713877 */
714878 $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' => 'Ніжэй пададзены сьпіс дзеяньняў вікі-блогу.',
724888 'wikilog-log-cmt-approve' => 'зацьверджаны камэнтар [[$1]]',
725889 '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}}]].
730894
731 -Гэты вікіблёг пакуль не існуе.
732 -Каб апублікаваць артыкул і ўключыць іншыя магчымасьці вікіблёгу, Вам неабходна спачатку яго стварыць.
 895+Гэты вікі-блог пакуль не існуе.
 896+Каб апублікаваць артыкул і ўключыць іншыя магчымасьці вікі-блогу, Вам неабходна спачатку яго стварыць.
733897
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|неапублікаваны чарнавік|неапублікаваныя чарнавікі|неапублікаваных чарнавікоў}}',
738902 'wikilog-post-count-all' => 'Усяго $1 {{PLURAL:$1|артыкул|артыкулы|артыкулаў}}.',
739 - 'wikilog-new-item' => 'Стварыць новы артыкул вікіблёгу',
 903+ 'wikilog-new-item' => 'Стварыць новы артыкул вікі-блогу',
740904 'wikilog-new-item-go' => 'Стварыць',
741905 'wikilog-item-name' => 'Назва артыкула:',
742906 'wikilog-published' => 'Апублікаваны',
743907 'wikilog-updated' => 'Абноўлены',
744908 'wikilog-draft' => 'Чарнавік',
745909 'wikilog-authors' => 'Аўтары',
746 - 'wikilog-wikilog' => 'Вікіблёг',
 910+ 'wikilog-wikilog' => 'Вікі-блог',
747911 'wikilog-title' => 'Назва',
748912 'wikilog-actions' => 'Дзеяньні',
749913 'wikilog-comments' => 'Камэнтары',
@@ -766,10 +930,11 @@
767931 'wikilog-summary-categories' => 'Унесены ў $2',
768932 'wikilog-summary-more' => '[[$3|→ працягваць чытаньне…]]',
769933 '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' => 'Устаноўкі вікі-блогу:',
771936 'wikilog-edit-signpub' => 'Падпісаць і апублікаваць гэты артыкул',
772 - 'wikilog-edit-signpub-tooltip' => 'Вядзе да таго, што гэты артыкул падпісваецца і апублікоўваецца ў гэтым вікіблёгу пад час захаваньня.
773 -Прыбярыце гэтую пазнаку, каб пакінуць артыкул у стане чарнавіка.',
 937+ 'wikilog-edit-signpub-tooltip' => 'Вядзе да таго, што гэты артыкул будзе падпісаны і апублікаваны ў гэтым вікі-блогу пад час захаваньня.
 938+Прыбярыце гэтае пазначэньне, каб пакінуць артыкул у стане чарнавіка.',
774939 'wikilog-comment-permalink' => '$1 у $2',
775940 'wikilog-comment-note-item' => 'разьмешчаны ў $1',
776941 'wikilog-comment-note-edited' => 'апошняе рэдагаваньне $1 у $2',
@@ -777,7 +942,7 @@
778943 'wikilog-comment-pending' => 'Гэты камэнтар чакае зацьверджаньня.',
779944 'wikilog-comment-deleted' => 'Гэты камэнтар быў выдалены.',
780945 'wikilog-comment-omitted-x' => 'Камэнтар прапушчаны (#$1).',
781 - 'wikilog-comment-autosumm' => 'Новы камэнтар $1: $2',
 946+ 'wikilog-comment-autosumm' => 'Новы камэнтар ад $1: $2',
782947 'wikilog-reply-to-comment' => 'Адказаць на гэты камэнтар',
783948 'wikilog-comment-page' => 'Перайсьці на старонку гэтага камэнтара',
784949 'wikilog-comment-edit' => 'Рэдагаваць гэты камэнтар',
@@ -785,14 +950,15 @@
786951 'wikilog-comment-history' => 'Паказаць гісторыю камэнтара',
787952 'wikilog-comment-approve' => 'Зацьвердзіць гэты камэнтар (неадкладнае дзеяньне)',
788953 '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 артыкулаў вікі-блогу',
791957 'wikilog-feed-description' => 'Чытаць апошнія паведамленьні на гэтым канале.',
792958 'wikilog-comment-feed-title1' => 'Камэнтар $2 (#$1)',
793959 'wikilog-comment-feed-title2' => 'Камэнтар $2 да $3 (#$1)',
794960 'wikilog-comment-feed-description' => 'Чытаць апошнія камэнтары на гэтым канале.',
795961 'wikilog-title-comments' => 'Камэнтары — $1',
796 - 'wikilog-error-msg' => 'Вікіблёг: $1',
 962+ 'wikilog-error-msg' => 'Вікі-блог: $1',
797963 'wikilog-error-title' => 'Памылка вікіблёгу',
798964 'wikilog-invalid-param' => 'Няслушны парамэтар: $1.',
799965 'wikilog-invalid-author' => 'Няслушны аўтар: $1.',
@@ -801,15 +967,15 @@
802968 'wikilog-invalid-file' => 'Няслушны файл: $1.',
803969 'wikilog-file-not-found' => 'Неіснуючы файл: $1.',
804970 'wikilog-not-an-image' => 'Файл не зьяўляецца выявай: $1.',
805 - 'wikilog-out-of-context' => 'Папярэджаньне: меткі вікіблёгу выкарыстоўваюцца па-за кантэкстам.
806 -Яны павінны выкарыстоўвацца толькі ў артыкулах прасторы назваў вікіблёгу.',
 971+ 'wikilog-out-of-context' => 'Папярэджаньне: меткі вікі-блогу выкарыстоўваюцца па-за блогам.
 972+Яны павінны выкарыстоўвацца толькі ў артыкулах прасторы назваў вікі-блогу.',
807973 'wikilog-too-many-authors' => 'Папярэджаньне: у гэтым паведамленьні вікіблёгу пералічаныя занадта шмат аўтараў.',
808974 'wikilog-too-many-tags' => 'Папярэджаньне: у гэтым паведамленьні вікіблёгу пералічаныя занадта шмат метак.',
809975 'wikilog-comment-is-empty' => 'Адпраўлены камэнтар пусты.',
810976 'wikilog-comment-too-long' => 'Адпраўлены камэнтар занадта доўгі.',
811977 'wikilog-comment-invalid-name' => 'Пададзеная назва — няслушная.',
812 - 'wikilog-no-such-article' => 'Запытаны артыкул вікіблёгу не існуе.',
813 - 'wikilog-reading-draft' => 'Гэты артыкул вікіблёгу зьяўляецца чарнавіком, і пакуль ня быў апублікаваны.',
 978+ 'wikilog-no-such-article' => 'Запытаны артыкул вікі-блогу не існуе.',
 979+ 'wikilog-reading-draft' => 'Гэты артыкул вікі-блогу зьяўляецца чарнавіком і пакуль ня быў апублікаваны.',
814980 'wikilog-posting-anonymously' => 'Вы не ўвайшлі ў сыстэму;
815981 Вашыя камэнтары будуць разьмешчаныя ананімна, Вы будзеце ідэнтыфікаваны па свайму IP-адрасу.
816982 Вам неабходна падаць псэўданім ніжэй для ідэнтыфікацыі Вашага камэнтара альбо $1 для таго каб быць пазначаным аўтарам.',
@@ -818,7 +984,7 @@
819985 'wikilog-post-comment' => 'Даслаць новы камэнтар',
820986 'wikilog-post-reply' => 'Даслаць новы адказ',
821987 'wikilog-form-legend' => 'Пошук па паведамленьням вікіблёгу',
822 - 'wikilog-form-wikilog' => 'Вікіблёг:',
 988+ 'wikilog-form-wikilog' => 'Вікі-блог:',
823989 'wikilog-form-category' => 'Катэгорыя:',
824990 'wikilog-form-name' => 'Назва:',
825991 'wikilog-form-author' => 'Аўтар:',
@@ -839,7 +1005,7 @@
8401006 'wikilog-reject-lc' => 'адхіліць',
8411007 'wikilog-page-lc' => 'старонка',
8421008 'wikilog-history-lc' => 'гісторыя',
843 - 'wikilog-doc-import-comment' => 'Імпартаваная дакумэнтацыя вікіблёгу',
 1009+ 'wikilog-doc-import-comment' => 'Імпартаваная дакумэнтацыя вікі-блогу',
8441010 );
8451011
8461012 /** Bulgarian (Български)
@@ -960,6 +1126,7 @@
9611127 'wikilog-edit-lc' => 'редактиране',
9621128 'wikilog-reply-lc' => 'отговаряне',
9631129 'wikilog-delete-lc' => 'изтриване',
 1130+ 'wikilog-approve-lc' => 'одобри',
9641131 'wikilog-reject-lc' => 'отказване',
9651132 'wikilog-page-lc' => 'страница',
9661133 'wikilog-history-lc' => 'история',
@@ -970,6 +1137,9 @@
9711138 * @author Bellayet
9721139 */
9731140 $messages['bn'] = array(
 1141+ 'wikilog-specialwikilog-title' => 'উইকিলগসমূহ',
 1142+ 'wikilog-specialwikilog' => 'উইকিলগ',
 1143+ 'wikilog-tab' => 'উইকিলগ',
9741144 'wikilog-new-item-go' => 'তৈরি',
9751145 'wikilog-item-name' => 'নিবন্ধের নাম:',
9761146 'wikilog-published' => 'প্রকাশিত',
@@ -977,8 +1147,24 @@
9781148 'wikilog-draft' => 'খসড়া',
9791149 'wikilog-authors' => 'লেখক',
9801150 'wikilog-title' => 'শিরোনাম',
 1151+ 'wikilog-actions' => 'কার্যক্রম',
9811152 'wikilog-comments' => 'মন্তব্য',
 1153+ 'wikilog-replies' => 'উত্তর',
 1154+ 'wikilog-view-summary' => 'সারাংশ',
9821155 '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' => 'নাম:',
9831169 );
9841170
9851171 /** Breton (Brezhoneg)
@@ -987,29 +1173,29 @@
9881174 * @author Y-M D
9891175 */
9901176 $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',
9921178 'wikilog-auto' => 'Wikilog Aoto',
9931179 'wikilog-help' => '{{ns:Help}}:Wikilog',
9941180 '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',
9961182 'wikilog-specialwikilog-title' => 'Wikilogoù',
9971183 'wikilog-specialwikilog' => 'Wikilog',
9981184 '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.',
10001186 'wikilog-log-cmt-approve' => 'addispleg aprouet [[$1]]',
10011187 '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",
10031189 'wikilog-tab' => 'Wikilog',
10041190 'wikilog-tab-title' => 'Oberoù wikilog',
10051191 'wikilog-missing-wikilog' => 'Ar bajenn [[{{int:wikilog-help}}|wikilog]] evit [[{{FULLPAGENAME}}]] eo.
10061192
10071193 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.
10091195
10101196 * <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} Krouiñ ar wikilog-mañ].</span>',
10111197 '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',
10141200 'wikilog-post-count-all' => 'En holl ez eus {{PLURAL:$1|ur pennad|$1 pennad}}.',
10151201 'wikilog-new-item' => 'Krouiñ ur pennad wikilog nevez',
10161202 'wikilog-new-item-go' => 'Krouiñ',
@@ -1042,26 +1228,33 @@
10431229 'wikilog-summary-categories' => 'Rummet e-barzh $2',
10441230 'wikilog-summary-more' => "[[$3|→ kenderc'hel da lenn...]]",
10451231 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|kaozeal]])',
 1232+ 'wikilog-edit-hint' => 'Kemmañ ar pennad $1 eus ar wikilog',
10461233 'wikilog-edit-fieldset-legend' => 'Dibarzhioù wikilog :',
10471234 'wikilog-edit-signpub' => 'Sinañ hag embann ar pennad-mañ',
10481235 'wikilog-edit-signpub-tooltip' => "Ober a ra d'ar pennad bezañ sinet hag embannet en e wikilog pa vez enrollet.
10491236 Diaskit ar voest-mañ evit ma chomo ar pennad ur brouilhed.",
10501237 'wikilog-comment-permalink' => "$1 d'an $2",
 1238+ 'wikilog-comment-note-item' => 'postet e $1',
10511239 'wikilog-comment-note-edited' => "kemm ziwezhañ d'an $1 da $2",
10521240 'wikilog-comment-anonsig' => '$3 (dizanv)',
10531241 'wikilog-comment-pending' => "Emañ an addispleg-mañ o c'hortoz bezañ aprouet.",
10541242 'wikilog-comment-deleted' => 'Dilamet e oa bet an addispleg-mañ.',
 1243+ 'wikilog-comment-omitted-x' => 'Evezhiadenn disoñjet (#$1).',
10551244 'wikilog-comment-autosumm' => 'Addispleg nevez gant $1 : $2',
10561245 'wikilog-reply-to-comment' => "Postañ ur respont d'an addispleg-mañ",
10571246 'wikilog-comment-page' => 'Mont da bajenn an addispleg-mañ',
10581247 'wikilog-comment-edit' => 'Aozañ an addispleg-mañ',
10591248 'wikilog-comment-delete' => 'Dilemel an addispleg-mañ',
10601249 '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)",
10631252 'wikilog-newtalk-text' => "<!-- pajenn c'houllo krouet gant Wikilog -->",
10641253 '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ñ.',
10661259 'wikilog-title-comments' => 'Addisplegoù - $1',
10671260 'wikilog-error-msg' => 'Wikilog : $1',
10681261 'wikilog-error-title' => 'Fazi wikilog',
@@ -1074,21 +1267,21 @@
10751268 'wikilog-not-an-image' => "Ar restr n'eo ket ur skeudenn : $1.",
10761269 'wikilog-out-of-context' => "Kemennadenn : implijet e vez balizennoù wikilog e-maez o c'henarroud.
10771270 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ñ',
10801273 'wikilog-comment-is-empty' => 'Goullo eo an addispleg postet.',
10811274 'wikilog-comment-too-long' => 'Re hir eo an addispleg postet.',
10821275 'wikilog-comment-invalid-name' => 'Direizh eo an anv pourchaset.',
10831276 '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.
10871280 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.
10891282 Ne vo gwelet an evezhiadenn nemet ur wech ma vo bet gwiriet gant ur merour.",
10901283 'wikilog-post-comment' => 'Postañ un addispleg nevez',
10911284 'wikilog-post-reply' => 'Embann ur respont nevez',
1092 - 'wikilog-form-legend' => 'Klask postoù wikilog',
 1285+ 'wikilog-form-legend' => 'Klask pennadoù e wikilog',
10931286 'wikilog-form-wikilog' => 'Wikilog :',
10941287 'wikilog-form-category' => 'Rummad :',
10951288 'wikilog-form-name' => 'Anv :',
@@ -1098,7 +1291,7 @@
10991292 'wikilog-form-status' => 'Statud :',
11001293 'wikilog-form-preview' => 'Rakwelet :',
11011294 'wikilog-form-comment' => 'Addispleg :',
1102 - 'wikilog-show-all' => 'An holl postoù',
 1295+ 'wikilog-show-all' => 'An holl bennadoù',
11031296 'wikilog-show-published' => 'Embannet',
11041297 'wikilog-show-drafts' => 'Brouilhedoù',
11051298 'wikilog-submit' => 'Kas',
@@ -1115,13 +1308,19 @@
11161309
11171310 /** Bosnian (Bosanski)
11181311 * @author CERminator
 1312+ * @author Palapa
11191313 */
11201314 $messages['bs'] = array(
 1315+ 'wikilog-auto' => 'Automatski Wikilog',
11211316 'wikilog-help' => '{{ns:Help}}:Wikizapisnik',
11221317 'right-wl-postcomment' => 'Slanje komentara na članke wikizapisnika',
11231318 'wikilog-specialwikilog-title' => 'Wikizapisnici',
 1319+ 'wikilog-specialwikilog' => 'Wikizapisnik',
 1320+ 'wikilog-log-pagename' => 'Zapisnik Wikilog akcija',
11241321 'wikilog-log-pagetext' => 'Ispod je spisak akcija wikizapisnika.',
11251322 '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]]',
11261325 'wikilog-tab' => 'Wikizapisnik',
11271326 'wikilog-tab-title' => 'Akcije wikizapisnika',
11281327 'wikilog-information' => 'Informacije o wikizapisniku',
@@ -1136,21 +1335,53 @@
11371336 'wikilog-actions' => 'Akcije',
11381337 'wikilog-comments' => 'Komentari',
11391338 'wikilog-replies' => 'Odgovori',
 1339+ 'wikilog-view-archives' => 'Arhive',
11401340 'wikilog-view-summary' => 'Sažetak',
11411341 'wikilog-draft-title-mark' => '(radna verzija)',
11421342 'wikilog-anonymous-mark' => '(anonimni)',
11431343 'wikilog-pager-newest' => 'najnovije',
11441344 'wikilog-pager-oldest' => 'najstarije',
 1345+ 'wikilog-pager-prev' => 'prethodni/o',
11451346 'wikilog-pager-next' => 'slijedeći',
 1347+ 'wikilog-pager-first' => 'prvi/o',
11461348 'wikilog-pager-last' => 'posljednji',
11471349 '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.',
11481353 'wikilog-summary-uncategorized' => 'Nekategorisano',
11491354 '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:',
11501370 'wikilog-form-status' => 'Stanje:',
 1371+ 'wikilog-form-preview' => 'Pregled:',
11511372 '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',
11521380 'wikilog-delete-lc' => 'brisati',
 1381+ 'wikilog-approve-lc' => 'odobri',
11531382 'wikilog-reject-lc' => 'odbaciti',
 1383+ 'wikilog-page-lc' => 'stranica',
11541384 'wikilog-history-lc' => 'historija',
 1385+ 'wikilog-doc-import-comment' => 'Uvezena Wikilog dokumentacija',
11551386 );
11561387
11571388 /** Catalan (Català)
@@ -1220,6 +1451,14 @@
12211452 'wikilog-history-lc' => 'historial',
12221453 );
12231454
 1455+/** Sorani (کوردی) */
 1456+$messages['ckb'] = array(
 1457+ 'wikilog-view-summary' => 'پوختە',
 1458+ 'wikilog-form-category' => 'پۆل:',
 1459+ 'wikilog-submit' => 'ناردن',
 1460+ 'wikilog-delete-lc' => 'سڕینەوە',
 1461+);
 1462+
12241463 /** Czech (Česky)
12251464 * @author Matěj Grabovský
12261465 */
@@ -1352,19 +1591,97 @@
13531592 );
13541593
13551594 /** Danish (Dansk)
 1595+ * @author Froztbyte
13561596 * @author MGA73
13571597 */
13581598 $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)',
13591614 'wikilog-pager-newest' => 'nyeste',
13601615 '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',
13611621 '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',
13621677 );
13631678
13641679 /** German (Deutsch)
13651680 * @author Erkan Yilmaz
13661681 * @author Imre
 1682+ * @author Kghbln
13671683 * @author MF-Warburg
13681684 * @author Tbleher
 1685+ * @author The Evil IP address
13691686 * @author Umherirrender
13701687 */
13711688 $messages['de'] = array(
@@ -1377,8 +1694,8 @@
13781695 'wikilog-specialwikilog' => 'Wikilog',
13791696 'wikilog-log-pagename' => 'Wikilog-Aktionslogbuch',
13801697 '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]]“',
13831700 'wikilog-log-cmt-rejdel' => 'Abgelehnter Wikilog-Kommentar von [[Special:Contributions/$1|$1]]',
13841701 'wikilog-tab' => 'Wikilog',
13851702 'wikilog-tab-title' => 'Wikilog Aktionen',
@@ -1423,12 +1740,18 @@
14241741 'wikilog-summary-categories' => 'Abgelegt unter $2',
14251742 'wikilog-summary-more' => '[[$3|→ weiterlesen …]]',
14261743 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|Diskussion]])',
 1744+ 'wikilog-edit-hint' => '„Wikilog“-Artikel bearbeiten: $1',
14271745 'wikilog-edit-fieldset-legend' => 'Wikilog-Optionen:',
14281746 'wikilog-edit-signpub' => 'Diesen Artikel unterschreiben und veröffentlichen',
14291747 'wikilog-edit-signpub-tooltip' => 'Signiert und veröffentlicht den Artikel in seinem Wikilog beim Speichern.
14301748 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)',
14311753 'wikilog-comment-pending' => 'Dieser Kommentar muss noch zugelassen werden.',
14321754 'wikilog-comment-deleted' => 'Dieser Kommentar wurde gelöscht.',
 1755+ 'wikilog-comment-omitted-x' => 'Kommentar zurückgenommen (#$1).',
14331756 'wikilog-comment-autosumm' => 'Neuer Kommentar von $1: $2',
14341757 'wikilog-reply-to-comment' => 'Poste eine Antwort auf diesen Kommentar',
14351758 'wikilog-comment-page' => 'Zur Seite dieses Kommentars wechseln',
@@ -1440,7 +1763,11 @@
14411764 'wikilog-newtalk-text' => '<!-- leere Seite erzeugt durch Wikilog -->',
14421765 'wikilog-newtalk-summary' => 'automatisch erzeugt durch Wikilog',
14431766 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]',
 1767+ 'wikilog-feed-ns-title' => '$1 „Wikilog“-Artikel',
14441768 '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.',
14451772 'wikilog-title-item-full' => '$1 - $2',
14461773 'wikilog-title-comments' => 'Kommentare - $1',
14471774 'wikilog-error-msg' => 'Wikilog: $1',
@@ -1495,6 +1822,7 @@
14961823 * @author Imre
14971824 */
14981825 $messages['de-formal'] = array(
 1826+ 'wikilog-comment-feed-description' => 'Lesen Sie die neuesten Kommentare dieses Feeds.',
14991827 '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.',
15001828 'wikilog-anonymous-moderated' => 'Nachdem Sie Ihren Kommentar absenden, wird er nicht sofort auf dieser Seite angezeigt.
15011829 Der Kommentar wird nur erscheinen, nachdem er von einem Moderator freigegeben wurde.',
@@ -1566,12 +1894,18 @@
15671895 'wikilog-summary-categories' => 'Wótpołožony pód $2',
15681896 'wikilog-summary-more' => '[[$3|→ dalej cytaś...]]',
15691897 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|diskusija]])',
 1898+ 'wikilog-edit-hint' => 'Nastawk wikiprotokola wobźěłaś: $1',
15701899 'wikilog-edit-fieldset-legend' => 'Wikilogowe opcije:',
15711900 'wikilog-edit-signpub' => 'Toś ten pśinosk pódpisaś a wózjawiś',
15721901 'wikilog-edit-signpub-tooltip' => 'Zawinujo, až toś ten pśinosk pódpišo a wózjawijo w swójom wikilogu, gaž se składujo.
15731902 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)',
15741907 'wikilog-comment-pending' => 'Toś ten komentar caka na pśizwólenje.',
15751908 'wikilog-comment-deleted' => 'Toś ten komentar jo se wulašował.',
 1909+ 'wikilog-comment-omitted-x' => 'Komentar wuwóstajony (#$1).',
15761910 'wikilog-comment-autosumm' => 'Nowy komentar wót $1: $2',
15771911 'wikilog-reply-to-comment' => 'Wótegrono k toś tomu komentaroju pósłaś',
15781912 'wikilog-comment-page' => 'K bokoju toś togo komentara',
@@ -1582,7 +1916,11 @@
15831917 'wikilog-comment-reject' => 'Toś ten komentar wótpokazaś (direktna akcija)',
15841918 'wikilog-newtalk-text' => '<!-- prozny bok napórany pśez Wikilog -->',
15851919 'wikilog-newtalk-summary' => 'jo se awtomatiski napórał pséz Wikilog',
 1920+ 'wikilog-feed-ns-title' => '$1: nastawiki wikiprotokola',
15861921 '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ś.',
15871925 'wikilog-title-comments' => 'Komentary - $1',
15881926 'wikilog-error-msg' => 'Wikilog: $1',
15891927 'wikilog-error-title' => 'Zmólka Wikilog',
@@ -1634,9 +1972,20 @@
16351973 'wikilog-doc-import-comment' => 'Importěrowana wikilogowa dokumentacija',
16361974 );
16371975
 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+
16381984 /** Greek (Ελληνικά)
16391985 * @author Crazymadlover
 1986+ * @author Dada
 1987+ * @author Lou
16401988 * @author ZaDiak
 1989+ * @author Απεργός
16411990 */
16421991 $messages['el'] = array(
16431992 'wikilog-help' => '{{ns:Help}}:Βικιαρχείο',
@@ -1681,9 +2030,17 @@
16822031 'wikilog-summary-categories' => 'Αρχειοποιημένο κάτω από $2',
16832032 'wikilog-summary-more' => '[[$3|→ συνέχεια ανάγνωσης...]]',
16842033 'wikilog-edit-fieldset-legend' => 'Επιλογές Βικιαρχείου:',
 2034+ 'wikilog-comment-anonsig' => '$3 (ανώνυμος)',
 2035+ 'wikilog-comment-pending' => 'Αυτό το σχόλιο αναμένει έγκριση.',
16852036 'wikilog-comment-deleted' => 'Αυτό το σχόλιο διαγράφηκε.',
 2037+ 'wikilog-comment-omitted-x' => 'Το σχόλιο παραλείπεται (#$1).',
 2038+ 'wikilog-comment-autosumm' => 'Νέο σχόλιο από $1: $2',
 2039+ 'wikilog-reply-to-comment' => 'Αποστολή απάντησης σε αυτό το σχόλιο',
 2040+ 'wikilog-comment-page' => 'Μετάβαση στη σελίδα αυτού του σχολίου',
16862041 'wikilog-comment-edit' => 'Επεξεργασία αυτού του σχολίου',
16872042 'wikilog-comment-delete' => 'Διαγραφή αυτού του σχολίου',
 2043+ 'wikilog-comment-history' => 'Προβολή ιστορικού του σχολίου',
 2044+ 'wikilog-comment-feed-title1' => 'Σχόλιο από $2 (#$1)',
16882045 'wikilog-title-comments' => 'Σχόλια - $1',
16892046 'wikilog-error-msg' => 'Βικιαρχείο: $1',
16902047 'wikilog-error-title' => 'Σφάλμα Βικιαρχείου',
@@ -1694,6 +2051,7 @@
16952052 'wikilog-invalid-file' => 'Μη έγκυρο αρχείο: $1.',
16962053 'wikilog-file-not-found' => 'Ανύπαρκτο αρχείο: $1',
16972054 'wikilog-not-an-image' => 'Το αρχείο δεν είναι μια εικόνα: $1.',
 2055+ 'wikilog-post-comment' => 'Ανάρτηση νέου σχολίου',
16982056 'wikilog-post-reply' => 'Δημοσίευση μια νέας απάντησης',
16992057 'wikilog-form-wikilog' => 'Βικιαρχείο:',
17002058 'wikilog-form-category' => 'Κατηγορία:',
@@ -1718,7 +2076,15 @@
17192077 'wikilog-history-lc' => 'ιστορικό',
17202078 );
17212079
 2080+/** British English (British English)
 2081+ * @author Reedy
 2082+ */
 2083+$messages['en-gb'] = array(
 2084+ 'wikilog-summary-uncategorized' => 'Uncategorised',
 2085+);
 2086+
17222087 /** Esperanto (Esperanto)
 2088+ * @author Airon90
17232089 * @author Lucas
17242090 * @author Yekrats
17252091 */
@@ -1763,7 +2129,10 @@
17642130 'wikilog-no-comments' => 'neniuj komentoj',
17652131 'wikilog-has-comments' => '{{PLURAL:$1|unu komento|$1 komentoj}}',
17662132 'wikilog-summary-uncategorized' => 'Nekategoriiga',
 2133+ 'wikilog-summary-more' => '[[$3|→ Daŭre legi...]]',
17672134 '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)',
17682137 'wikilog-comment-pending' => 'Ĉi tiu komento atendas aprobadon.',
17692138 'wikilog-comment-deleted' => 'Ĉi tiu komento estis forigita.',
17702139 'wikilog-comment-autosumm' => 'Nova komento de $1: $2',
@@ -1816,9 +2185,11 @@
18172186 );
18182187
18192188 /** Spanish (Español)
 2189+ * @author Crazymadlover
18202190 * @author Dferg
18212191 * @author Imre
18222192 * @author Locos epraix
 2193+ * @author Peter17
18232194 * @author Translationista
18242195 */
18252196 $messages['es'] = array(
@@ -1877,12 +2248,18 @@
18782249 'wikilog-summary-categories' => 'Rellenado en $2',
18792250 'wikilog-summary-more' => '[[$3|→ continuar leyendo...]]',
18802251 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discusión]])',
 2252+ 'wikilog-edit-hint' => 'Editar artículo wikilog: $1',
18812253 'wikilog-edit-fieldset-legend' => 'Ajustes de Wikilog:',
18822254 'wikilog-edit-signpub' => 'Firma y publica este artículo',
18832255 'wikilog-edit-signpub-tooltip' => 'Hace que el artículo se firme y publique en este wikilog una vez salvado.
18842256 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)',
18852261 'wikilog-comment-pending' => 'Este comentario está en espera por ser aprobado',
18862262 'wikilog-comment-deleted' => 'Este comentario ha sido borrado.',
 2263+ 'wikilog-comment-omitted-x' => 'Comentario omitido (#$1).',
18872264 'wikilog-comment-autosumm' => 'Nuevo comentario de $1: $2',
18882265 'wikilog-reply-to-comment' => 'Publicar una respuesta a este comentario',
18892266 'wikilog-comment-page' => 'Ir a la página de este comentario',
@@ -1893,7 +2270,11 @@
18942271 'wikilog-comment-reject' => 'Rechazar este comentario (acción inmediata)',
18952272 'wikilog-newtalk-text' => '<!-- página en blanco creada por Wikilog -->',
18962273 'wikilog-newtalk-summary' => 'creado automáticamente por Wikilog',
 2274+ 'wikilog-feed-ns-title' => 'Artículos wikilog de $1',
18972275 '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.',
18982279 'wikilog-title-comments' => 'Comentarios - $1',
18992280 'wikilog-error-msg' => 'Wikilog: $1',
19002281 'wikilog-error-title' => 'Error de Wikilog',
@@ -2022,10 +2403,13 @@
20232404 'wikilog-form-category' => 'Kategoria:',
20242405 'wikilog-form-name' => 'Izena:',
20252406 'wikilog-form-author' => 'Egilea:',
 2407+ 'wikilog-form-tag' => 'Etiketa:',
20262408 'wikilog-form-date' => 'Data:',
20272409 'wikilog-form-status' => 'Egoera:',
20282410 'wikilog-form-preview' => 'Aurrikuspena:',
20292411 'wikilog-form-comment' => 'Iruzkina:',
 2412+ 'wikilog-submit' => 'Bidali',
 2413+ 'wikilog-preview' => 'Aurreikusi',
20302414 'wikilog-edit-lc' => 'aldatu',
20312415 'wikilog-reply-lc' => 'erantzun',
20322416 'wikilog-delete-lc' => 'ezabatu',
@@ -2036,6 +2420,7 @@
20372421 /** Finnish (Suomi)
20382422 * @author Centerlink
20392423 * @author Crt
 2424+ * @author Nike
20402425 * @author Silvonen
20412426 * @author Str4nd
20422427 * @author ZeiP
@@ -2100,6 +2485,8 @@
21012486 'wikilog-edit-signpub' => 'Allekirjoita ja julkaise tämä artikkeli',
21022487 'wikilog-edit-signpub-tooltip' => 'Aiheuttaa tämän artikkelin allekirjoituksen ja julkaisemisen wikilogiinsa tallennettaessa.
21032488 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',
21042491 'wikilog-comment-anonsig' => '$3 (anonyymi)',
21052492 'wikilog-comment-pending' => 'Tämä kommentti odottaa hyväksyntää.',
21062493 'wikilog-comment-deleted' => 'Tämä kommentti oli poistettu.',
@@ -2167,11 +2554,13 @@
21682555
21692556 /** French (Français)
21702557 * @author IAlex
 2558+ * @author Peter17
21712559 * @author PieRRoMaN
 2560+ * @author Urhixidur
21722561 * @author Yekrats
21732562 */
21742563 $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',
21762565 'wikilog-auto' => 'Vikilogo Auto',
21772566 'wikilog-help' => '{{ns:Help}}:Wikilog',
21782567 'right-wl-postcomment' => 'Poster des commentaires sur les articles de wikilog',
@@ -2185,20 +2574,19 @@
21862575 'wikilog-log-cmt-rejdel' => 'A rejeté le commentaire sur wikilog de [[Special:Contributions/$1|$1]]',
21872576 'wikilog-tab' => 'Wikilog',
21882577 '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}}]].
21912579
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.
21942582
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>',
21962584 'wikilog-information' => 'Information sur wikilog',
21972585 'wikilog-post-count-published' => 'Il y a {{PLURAL:$1|$1 article publié|$1 articles publiés}} sur ce wikilog,',
21982586 'wikilog-post-count-drafts' => 'Il y a {{PLURAL:£1|un article non publié (brouillon)|$1 articles non publiés (brouillons)}},',
21992587 'wikilog-post-count-all' => 'Au total, il y a {{PLURAL:$1|un article|$1 articles}}.',
22002588 'wikilog-new-item' => 'Créer un nouvel article de wikilog',
22012589 'wikilog-new-item-go' => 'Créer',
2202 - 'wikilog-item-name' => "Nom de l'article :",
 2590+ 'wikilog-item-name' => 'Nom de l’article :',
22032591 'wikilog-published' => 'Publié',
22042592 'wikilog-updated' => 'Mis à jour',
22052593 'wikilog-draft' => 'Brouillon',
@@ -2227,68 +2615,70 @@
22282616 'wikilog-summary-categories' => 'Classé dans $2',
22292617 'wikilog-summary-more' => '[[$3|→ lire la suite...]]',
22302618 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discuter]])',
 2619+ 'wikilog-edit-hint' => 'Modifier l’article $1 du wikilog',
22312620 'wikilog-edit-fieldset-legend' => 'Options de wikilog :',
22322621 '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.',
22352624 'wikilog-comment-permalink' => '$1 à $2',
22362625 'wikilog-comment-note-item' => 'Posté à $1',
22372626 'wikilog-comment-note-edited' => 'dernière modification le $1 à $2',
22382627 '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.',
22402629 'wikilog-comment-deleted' => 'Ce commentaire a été supprimé.',
22412630 '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',
22432632 'wikilog-reply-to-comment' => 'Poster une réponse à ce commentaire',
22442633 'wikilog-comment-page' => 'Aller à la page de ce commentaire',
22452634 'wikilog-comment-edit' => 'Modifier ce commentaire',
22462635 'wikilog-comment-delete' => 'Supprimer ce commentaire',
2247 - 'wikilog-comment-history' => "Voir l'historique des commentaires",
 2636+ 'wikilog-comment-history' => 'Voir l’historique des commentaires',
22482637 'wikilog-comment-approve' => 'Approuver ce commentaire (effet immédiat)',
22492638 'wikilog-comment-reject' => 'Rejeter ce commentaire (effet immédiat)',
22502639 'wikilog-newtalk-text' => '<!-- page vierge créée par Wikilog -->',
22512640 '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.',
22532643 'wikilog-comment-feed-title1' => 'Commentaire de $2 (# $1)',
22542644 '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.',
22562646 'wikilog-title-comments' => 'Commentaires - $1',
22572647 'wikilog-error-msg' => 'Wikilog : $1',
22582648 'wikilog-error-title' => 'Erreur de wikilog',
22592649 'wikilog-invalid-param' => 'Paramètre invalide : $1.',
22602650 'wikilog-invalid-author' => 'Auteur invalide : $1.',
22612651 'wikilog-invalid-date' => 'Date invalide : $1.',
2262 - 'wikilog-invalid-tag' => 'Tag invalide : $1.',
 2652+ 'wikilog-invalid-tag' => 'Marqueur invalide : $1.',
22632653 'wikilog-invalid-file' => 'Fichier invalide : $1.',
22642654 '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.',
22702660 'wikilog-comment-is-empty' => 'Le commentaire posté est vide.',
22712661 '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é ;
22762666 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.',
22802670 'wikilog-post-comment' => 'Poster un nouveau commentaire',
22812671 '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',
22832673 'wikilog-form-wikilog' => 'Wikilog :',
22842674 'wikilog-form-category' => 'Catégorie :',
22852675 'wikilog-form-name' => 'Nom :',
22862676 'wikilog-form-author' => 'Auteur :',
2287 - 'wikilog-form-tag' => 'Tag :',
 2677+ 'wikilog-form-tag' => 'Marqueur :',
22882678 'wikilog-form-date' => 'Date :',
22892679 'wikilog-form-status' => 'Statut :',
22902680 'wikilog-form-preview' => 'Prévisualisation :',
22912681 'wikilog-form-comment' => 'Commentaire :',
2292 - 'wikilog-show-all' => 'Tous les posts',
 2682+ 'wikilog-show-all' => 'Tous les articles',
22932683 'wikilog-show-published' => 'Publiés',
22942684 'wikilog-show-drafts' => 'Brouillons',
22952685 'wikilog-submit' => 'Soumettre',
@@ -2304,6 +2694,7 @@
23052695 );
23062696
23072697 /** Galician (Galego)
 2698+ * @author Gallaecio
23082699 * @author Toliño
23092700 */
23102701 $messages['gl'] = array(
@@ -2363,6 +2754,7 @@
23642755 'wikilog-summary-categories' => 'Arquivado en $2',
23652756 'wikilog-summary-more' => '[[$3|→ seguir lendo...]]',
23662757 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|conversa]])',
 2758+ 'wikilog-edit-hint' => 'Editar o artigo "$1" do wikilog',
23672759 'wikilog-edit-fieldset-legend' => 'Opcións do wikilog',
23682760 'wikilog-edit-signpub' => 'Asinar e publicar este artigo',
23692761 'wikilog-edit-signpub-tooltip' => 'Fai que o artigo sexa asinado e publicado no seu wikilog ao gardalo.
@@ -2384,6 +2776,7 @@
23852777 'wikilog-comment-reject' => 'Rexeitar este comentario (acción inmediata)',
23862778 'wikilog-newtalk-text' => '<!-- páxina baleira creada polo wikilog -->',
23872779 'wikilog-newtalk-summary' => 'creada automaticamente polo wikilog',
 2780+ 'wikilog-feed-ns-title' => '$1 artigos do wikilog',
23882781 'wikilog-feed-description' => 'Lea as mensaxes máis recentes nesta fonte de novas.',
23892782 'wikilog-comment-feed-title1' => 'Comentario de $2 (#$1)',
23902783 'wikilog-comment-feed-title2' => 'Comentario de $2 a "$3" (#$1)',
@@ -2518,6 +2911,7 @@
25192912 'wikilog-summary-categories' => 'Kategorisiert unter $2',
25202913 'wikilog-summary-more' => '[[$3|→ wyterläse …]]',
25212914 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|Diskussion]])',
 2915+ 'wikilog-edit-hint' => '„Wikilog“-Artikel bearbeite: $1',
25222916 'wikilog-edit-fieldset-legend' => 'Wikilog-Optione:',
25232917 'wikilog-edit-signpub' => 'Die Artikel unterzeichne un publiziere',
25242918 'wikilog-edit-signpub-tooltip' => 'Sorgt derfir, ass dää Artikel bim Spychere unterzeichnet un publiziert wird im Wikilog.
@@ -2539,6 +2933,7 @@
25402934 'wikilog-comment-reject' => 'Dää Kommentar abwyse (Diräktaktion)',
25412935 'wikilog-newtalk-text' => '<!-- lääri Syte aagleit dur Wikilog -->',
25422936 'wikilog-newtalk-summary' => 'automatisch aagleit dur Wikilog',
 2937+ 'wikilog-feed-ns-title' => '$1 „Wikilog“-Artikel',
25432938 'wikilog-feed-description' => 'Di nejschte Byytreg in däm Feed läse.',
25442939 'wikilog-comment-feed-title1' => 'Aamerkig vu $2 (#$1)',
25452940 'wikilog-comment-feed-title2' => 'Aamerkig vu $2 zue $3 (#$1)',
@@ -2592,6 +2987,15 @@
25932988 'wikilog-doc-import-comment' => 'Importierti Wikilog-Dokumäntation',
25942989 );
25952990
 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+
25963000 /** Hebrew (עברית)
25973001 * @author Rotemliss
25983002 * @author YaronSh
@@ -2732,12 +3136,18 @@
27333137 'wikilog-summary-categories' => 'Wotpołoženy pod $2',
27343138 'wikilog-summary-more' => '[[$3|→ dale čitać...]]',
27353139 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|diskusija]])',
 3140+ 'wikilog-edit-hint' => 'Nastawk wikiprotokola wobdźěłać: $1',
27363141 'wikilog-edit-fieldset-legend' => 'Wikilogowe opcije:',
27373142 'wikilog-edit-signpub' => 'Tutón přinošk podpisać a wozjewić',
27383143 'wikilog-edit-signpub-tooltip' => 'Zawinuje, zo so tutón přinošk w swojim wikilogu podpisuje a wozjewja, hdyž so składuje.
27393144 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)',
27403149 'wikilog-comment-pending' => 'Tutón komentar na schwalenje čaka.',
27413150 'wikilog-comment-deleted' => 'Tutón komentar bu zničeny.',
 3151+ 'wikilog-comment-omitted-x' => 'Komentar wuwostajeny (#$1)',
27423152 'wikilog-comment-autosumm' => 'Nowy komentar wot $1: $2',
27433153 'wikilog-reply-to-comment' => 'Wotmołwu na tutón komentar pósłać',
27443154 'wikilog-comment-page' => 'Ke komentarowej stronje',
@@ -2748,7 +3158,11 @@
27493159 'wikilog-comment-reject' => 'Tutón komentar wotpokazać (hnydomniša akcija)',
27503160 'wikilog-newtalk-text' => '<!-- prózdna strona wutworjena wot Wikiloga -->',
27513161 'wikilog-newtalk-summary' => 'awtomatisce přez Wikilog wutworjeny',
 3162+ 'wikilog-feed-ns-title' => 'Nastawki wikiprotokola z $1',
27523163 '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ć.',
27533167 'wikilog-title-comments' => 'Komentary - $1',
27543168 'wikilog-error-msg' => 'Wikiprotokol: $1',
27553169 'wikilog-error-title' => 'Wikiprotokolowy zmylk',
@@ -2807,6 +3221,7 @@
28083222 $messages['hu'] = array(
28093223 'wikilog-desc' => 'Blogfunkciók hozzáadása a wikihez, wiki-blog hibridet létrehozva',
28103224 'wikilog-auto' => 'Automatikus wikinapló',
 3225+ 'wikilog-help' => '{{ns:Help}}:Wikinapló',
28113226 'right-wl-postcomment' => 'Hozzászólások írása a wikinapló bejegyzésekhez',
28123227 'right-wl-moderation' => 'wikinapló bejegyzés hozzászólásainak moderálása',
28133228 'wikilog-specialwikilog-title' => 'Wikinaplók',
@@ -2857,6 +3272,7 @@
28583273 'wikilog-edit-signpub' => 'Dokumentum aláírása és közzététele',
28593274 '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.
28603275 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)',
28613277 'wikilog-comment-pending' => 'Ez a hozzászólás elfogadásra vár.',
28623278 'wikilog-comment-deleted' => 'Ez a hozzászólás törölve lett.',
28633279 'wikilog-comment-autosumm' => '$1 új hozzászólást írt: $2',
@@ -2907,7 +3323,7 @@
29083324 'wikilog-form-preview' => 'Előnézet:',
29093325 'wikilog-form-comment' => 'Hozzászólás:',
29103326 'wikilog-show-all' => 'Összes bejegyzés',
2911 - 'wikilog-show-published' => 'Publikálva',
 3327+ 'wikilog-show-published' => 'Közzétéve',
29123328 'wikilog-show-drafts' => 'Vázlatok',
29133329 'wikilog-submit' => 'Elküldés',
29143330 'wikilog-preview' => 'Előnézet',
@@ -2980,6 +3396,7 @@
29813397 'wikilog-summary-categories' => 'In {{PLURAL:$1|categoria|categorias}} $2',
29823398 'wikilog-summary-more' => '[[$3|→ continuar a leger...]]',
29833399 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discussion]])',
 3400+ 'wikilog-edit-hint' => 'Modificar le articulo wikilog: $1',
29843401 'wikilog-edit-fieldset-legend' => 'Optiones de wikilog:',
29853402 'wikilog-edit-signpub' => 'Signar e publicar iste articulo',
29863403 '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 @@
30023419 'wikilog-comment-reject' => 'Rejectar iste commento (action immediate)',
30033420 'wikilog-newtalk-text' => '<!-- pagina vacue create per Wikilog -->',
30043421 'wikilog-newtalk-summary' => 'create automaticamente per Wikilog',
 3422+ 'wikilog-feed-ns-title' => 'Articulos wikilog in $1',
30053423 'wikilog-feed-description' => 'Leger le articulos le plus recente in iste syndication.',
30063424 'wikilog-comment-feed-title1' => 'Commento per $2 (#$1)',
30073425 'wikilog-comment-feed-title2' => 'Commento per $2 a $3 (#$1)',
@@ -3024,9 +3442,9 @@
30253443 'wikilog-comment-invalid-name' => 'Le nomine fornite es invalide.',
30263444 'wikilog-no-such-article' => 'Le articulo Wikilog requestate non existe.',
30273445 '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;
30293447 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.',
30313449 'wikilog-anonymous-moderated' => 'Le commento submittite non essera immediatemente visibile in iste pagina;
30323450 illo apparera post esser revidite per un moderator.',
30333451 'wikilog-post-comment' => 'Publicar un nove commento',
@@ -3057,7 +3475,9 @@
30583476 );
30593477
30603478 /** Indonesian (Bahasa Indonesia)
 3479+ * @author Farras
30613480 * @author IvanLanin
 3481+ * @author Kenrick95
30623482 */
30633483 $messages['id'] = array(
30643484 'wikilog-desc' => 'Menambahkan fitur blog, membuat suatu gabungan wiki-blog',
@@ -3115,12 +3535,18 @@
31163536 'wikilog-summary-categories' => 'Dikategorikan di $2',
31173537 'wikilog-summary-more' => '[[$3|→ lanjutkan membaca...]]',
31183538 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|bicara]])',
 3539+ 'wikilog-edit-hint' => 'Sunting artikel wikilog: $1',
31193540 'wikilog-edit-fieldset-legend' => 'Opsi Wikilog:',
31203541 'wikilog-edit-signpub' => 'Tanda tangani dan terbitkan artikel ini',
31213542 'wikilog-edit-signpub-tooltip' => 'Menyebabkan artikel ini ditandatangani dan diterbitkan di wikilognya sewaktu disimpan.
31223543 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)',
31233548 'wikilog-comment-pending' => 'Komentar ini menunggu persetujuan.',
31243549 'wikilog-comment-deleted' => 'Komentar ini telah dihapus.',
 3550+ 'wikilog-comment-omitted-x' => 'Komentar yang diabaikan (#$1)',
31253551 'wikilog-comment-autosumm' => 'Komentar baru oleh $1: $2',
31263552 'wikilog-reply-to-comment' => 'Kirimkan balasan untuk komentar ini',
31273553 'wikilog-comment-page' => 'Tuju ke halaman komentar ini',
@@ -3131,7 +3557,11 @@
31323558 'wikilog-comment-reject' => 'Tolak komentar ini (aksi langsung)',
31333559 'wikilog-newtalk-text' => '<!-- halaman kosong dibuat oleh Wikilog -->',
31343560 'wikilog-newtalk-summary' => 'dibuat otomatis oleh Wikilog',
 3561+ 'wikilog-feed-ns-title' => '$1 artikel wikilog',
31353562 '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.',
31363566 'wikilog-title-comments' => 'Komentar - $1',
31373567 'wikilog-error-msg' => 'Wikilog: $1',
31383568 'wikilog-error-title' => 'Kesalahan Wikilog',
@@ -3189,26 +3619,164 @@
31903620 $messages['ig'] = array(
31913621 'wikilog-new-item-go' => 'Ké',
31923622 'wikilog-item-name' => 'Áhạ edemede:',
3193 - 'wikilog-authors' => 'Onye déré',
 3623+ 'wikilog-authors' => 'Ọdè ákwúkwó',
31943624 'wikilog-title' => 'Ishi edemede',
31953625 'wikilog-actions' => 'Mmèmé',
3196 - 'wikilog-view-summary' => 'Mmẹkotá',
 3626+ 'wikilog-view-summary' => 'Mmẹkụwátá',
31973627 'wikilog-anonymous-mark' => '(onye amágị)',
31983628 'wikilog-pager-newest' => 'nke ohúrù',
31993629 'wikilog-pager-oldest' => 'nke ichíé',
32003630 'wikilog-pager-last' => 'nke lara azu',
32013631 'wikilog-no-comments' => 'okwu a nogị',
32023632 'wikilog-summary-uncategorized' => 'E tibọ ya na ébé o gi nọr',
 3633+ 'wikilog-form-category' => 'Ébéonọr:',
32033634 'wikilog-form-name' => 'Áhạ:',
 3635+ 'wikilog-form-author' => 'Ọdè ákwúkwó:',
 3636+ 'wikilog-form-date' => 'Ubọchị:',
32043637 'wikilog-edit-lc' => 'rüwa',
 3638+ 'wikilog-delete-lc' => 'gbakashia',
32053639 'wikilog-page-lc' => 'ihü',
32063640 'wikilog-history-lc' => 'akíkó mbu',
32073641 );
32083642
 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+
32093776 /** Japanese (日本語)
32103777 * @author Aotake
32113778 * @author Fryed-peach
32123779 * @author Hosiryuhosi
 3780+ * @author 青子守歌
32133781 */
32143782 $messages['ja'] = array(
32153783 'wikilog-desc' => 'ブログ機能を追加し、ウィキとブログのハイブリッドを作る',
@@ -3264,12 +3832,18 @@
32653833 'wikilog-summary-uncategorized' => '未分類',
32663834 'wikilog-summary-categories' => '$2に分類',
32673835 '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',
32693838 'wikilog-edit-fieldset-legend' => 'ウィキログのオプション:',
32703839 'wikilog-edit-signpub' => 'この記事に署名し公開する',
32713840 '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(匿名利用者)',
32723845 'wikilog-comment-pending' => 'このコメントは承認待ちです。',
32733846 'wikilog-comment-deleted' => 'このコメントは削除されました。',
 3847+ 'wikilog-comment-omitted-x' => 'コメント省略(#$1)。',
32743848 'wikilog-comment-autosumm' => '$1 による新規コメント: $2',
32753849 'wikilog-reply-to-comment' => 'このコメントへの返信を投稿',
32763850 'wikilog-comment-page' => 'このコメントのページへ移動',
@@ -3280,7 +3854,11 @@
32813855 'wikilog-comment-reject' => 'このコメントを拒否 (即時)',
32823856 'wikilog-newtalk-text' => '<!-- ウィキログによって作成された空白ページ -->',
32833857 'wikilog-newtalk-summary' => 'ウィキログにより自動的に作成',
 3858+ 'wikilog-feed-ns-title' => '$1ウィキログ記事',
32843859 'wikilog-feed-description' => 'このフィードで最新の投稿を読む。',
 3860+ 'wikilog-comment-feed-title1' => '$2からのコメント(#$1)',
 3861+ 'wikilog-comment-feed-title2' => '$3への$2からのコメント(#$1)',
 3862+ 'wikilog-comment-feed-description' => 'このフィードで最新のコメントを購読する。',
32853863 'wikilog-title-comments' => 'コメント - $1',
32863864 'wikilog-error-msg' => 'ウィキログ: $1',
32873865 'wikilog-error-title' => 'ウィキログのエラー',
@@ -3342,17 +3920,23 @@
33433921 */
33443922 $messages['kn'] = array(
33453923 'wikilog-authors' => 'ಕರ್ತೃಗಳು',
 3924+ 'wikilog-title' => 'ಶೀರ್ಷಿಕೆ',
 3925+ 'wikilog-view-summary' => 'ಸಾರಾಂಶ',
 3926+ 'wikilog-pager-last' => 'ಕೊನೆಯ',
33463927 'wikilog-form-category' => 'ವರ್ಗ:',
33473928 'wikilog-form-name' => 'ಹೆಸರು:',
33483929 'wikilog-form-author' => 'ಕರ್ತೃ:',
33493930 'wikilog-form-date' => 'ದಿನಾಂಕ:',
 3931+ 'wikilog-form-status' => 'ಸ್ಥಾನಮಾನ:',
33503932 'wikilog-form-preview' => 'ಮುನ್ನೋಟ:',
33513933 'wikilog-show-published' => 'ಪ್ರಕಟಿತ',
33523934 'wikilog-preview' => 'ಮುನ್ನೋಟ',
 3935+ 'wikilog-edit-lc' => 'ಸಂಪಾದಿಸಿ',
 3936+ 'wikilog-delete-lc' => 'ಅಳಿಸು',
33533937 'wikilog-history-lc' => 'ಇತಿಹಾಸ',
33543938 );
33553939
3356 -/** Ripoarisch (Ripoarisch)
 3940+/** Colognian (Ripoarisch)
33573941 * @author Purodha
33583942 */
33593943 $messages['ksh'] = array(
@@ -3540,6 +4124,7 @@
35414125 'wikilog-newtalk-text' => '<!-- eidel Säit déi vu Wikilog ugeluecht gouf-->',
35424126 'wikilog-newtalk-summary' => 'automatesch ugeluecht vu Wikilog',
35434127 'wikilog-comment-feed-title1' => 'Bemierkung vum $2 (#$1)',
 4128+ 'wikilog-comment-feed-title2' => 'Bemierkung vum $2 zu $3 (#$1)',
35444129 'wikilog-title-comments' => 'Bemierkungen - $1',
35454130 'wikilog-error-msg' => 'Wikilog: $1',
35464131 'wikilog-error-title' => 'Wikilog-Feeler',
@@ -3559,10 +4144,12 @@
35604145 'wikilog-form-category' => 'Kategorie:',
35614146 'wikilog-form-name' => 'Numm:',
35624147 'wikilog-form-author' => 'Auteur:',
 4148+ 'wikilog-form-tag' => 'Markéierung (Tag):',
35634149 'wikilog-form-date' => 'Datum:',
35644150 'wikilog-form-status' => 'Status:',
35654151 'wikilog-form-preview' => 'Kucken ouni ze späicheren:',
35664152 'wikilog-form-comment' => 'Bemierkung:',
 4153+ 'wikilog-show-all' => 'All Beiträg',
35674154 'wikilog-show-published' => 'Verëffentlecht',
35684155 'wikilog-show-drafts' => 'Virbereedungen',
35694156 'wikilog-submit' => 'Schécken',
@@ -3577,7 +4164,15 @@
35784165 'wikilog-doc-import-comment' => 'Importéiert Wikilog-Dokumentatioun',
35794166 );
35804167
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)
35824177 * @author Bombola
35834178 */
35844179 $messages['lzz'] = array(
@@ -3595,9 +4190,45 @@
35964191 * @author Jagwar
35974192 */
35984193 $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",
35994198 'wikilog-new-item-go' => 'Amboary',
36004199 'wikilog-published' => 'Voatahiry',
36014200 '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",
36024233 );
36034234
36044235 /** Macedonian (Македонски)
@@ -3612,7 +4243,7 @@
36134244 'wikilog-specialwikilog-title' => 'Викидневници',
36144245 'wikilog-specialwikilog' => 'Викидневник',
36154246 'wikilog-log-pagename' => 'Дневник на дејствата на викидневникот',
3616 - 'wikilog-log-pagetext' => 'Подолу е наведена листа на дејства на викидневникот.',
 4247+ 'wikilog-log-pagetext' => 'Подолу е наведен список на дејства на викидневникот.',
36174248 'wikilog-log-cmt-approve' => 'го одобри коментарот „[[$1]]“',
36184249 'wikilog-log-cmt-reject' => 'го одби коментарот „[[$1]]“',
36194250 'wikilog-log-cmt-rejdel' => 'Одбиен коментар во викидневникот од [[Special:Contributions/$1|$1]]',
@@ -3659,6 +4290,7 @@
36604291 'wikilog-summary-categories' => 'Заведено под $2',
36614292 'wikilog-summary-more' => '[[$3|→ продолжете со читање...]]',
36624293 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|разговор]])',
 4294+ 'wikilog-edit-hint' => 'Уредување на статија од викидневникот: $1',
36634295 'wikilog-edit-fieldset-legend' => 'Нагодувања на викидневникот:',
36644296 'wikilog-edit-signpub' => 'Потпиши и објави ја статијава.',
36654297 'wikilog-edit-signpub-tooltip' => 'Предизвикува потпишување и објавување на овој викидневник при негово зачувување.
@@ -3680,6 +4312,7 @@
36814313 'wikilog-comment-reject' => 'Одбиј го коментарот (делува веднаш)',
36824314 'wikilog-newtalk-text' => '<!-- празна страница создадена од Викидневникот -->',
36834315 'wikilog-newtalk-summary' => 'автоматски создадено од Викидневникот',
 4316+ 'wikilog-feed-ns-title' => '$1 статии во викидневникот',
36844317 'wikilog-feed-description' => 'Прочитајте ги најскорешните пораки во ова емитување.',
36854318 'wikilog-comment-feed-title1' => 'Коментар од $2 (#$1)',
36864319 'wikilog-comment-feed-title2' => 'Коментар од $2 за $3 (#$1)',
@@ -3786,6 +4419,13 @@
37874420 'wikilog-tab-title' => 'Tindakan Wikilog',
37884421 );
37894422
 4423+/** Nedersaksisch (Nedersaksisch)
 4424+ * @author Servien
 4425+ */
 4426+$messages['nds-nl'] = array(
 4427+ 'wikilog-form-date' => 'Daotum:',
 4428+);
 4429+
37904430 /** Dutch (Nederlands)
37914431 * @author McDutchie
37924432 * @author Siebrand
@@ -3846,6 +4486,7 @@
38474487 'wikilog-summary-categories' => 'Gecategoriseerd onder $2',
38484488 'wikilog-summary-more' => '[[$3|→ meer lezen...]]',
38494489 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|overleg]])',
 4490+ 'wikilog-edit-hint' => 'Wikilogpagina $1 bewerken',
38504491 'wikilog-edit-fieldset-legend' => 'Wikilog-instellingen:',
38514492 'wikilog-edit-signpub' => 'Dit artikel ondertekenen en publiceren',
38524493 'wikilog-edit-signpub-tooltip' => 'Zorgt ervoor dat dit artikel wordt ondertekend en gepubliceerd in de wikilog.
@@ -3867,6 +4508,7 @@
38684509 'wikilog-comment-reject' => 'Deze reactie afkeuren (directe handeling)',
38694510 'wikilog-newtalk-text' => '<!-- lege pagina; aangemaakt door Wikilog -->',
38704511 'wikilog-newtalk-summary' => 'automatisch aangemaakt door Wikilog',
 4512+ 'wikilog-feed-ns-title' => "Wikilogpagina's in de naamruimte $1",
38714513 'wikilog-feed-description' => 'De meest recente bijdragen in deze feed bekijken.',
38724514 'wikilog-comment-feed-title1' => 'Reactie van $2 (#$1)',
38734515 'wikilog-comment-feed-title2' => 'Reactie van $2 bij $3 (#$1)',
@@ -4046,6 +4688,7 @@
40474689 'wikilog-summary-categories' => 'Lagret under $2',
40484690 'wikilog-summary-more' => '[[$3|→ fortsett å lese...]]',
40494691 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|diskusjon]])',
 4692+ 'wikilog-edit-hint' => 'Rediger wikilog-artikkel: $1',
40504693 'wikilog-edit-fieldset-legend' => 'Alternativ for Wikilog:',
40514694 'wikilog-edit-signpub' => 'Signér og publiser denne artikkelen',
40524695 'wikilog-edit-signpub-tooltip' => 'Lagring fører til at denne artikkelen blir signert og publisert i sin wikilogg.
@@ -4067,6 +4710,7 @@
40684711 'wikilog-comment-reject' => 'Avvis denne kommentaren (utføres umiddelbart)',
40694712 'wikilog-newtalk-text' => '<!-- tom side opprettet av Wikilog -->',
40704713 'wikilog-newtalk-summary' => 'automatisk opprettet av Wikilog',
 4714+ 'wikilog-feed-ns-title' => '$1 wikilog-artikler',
40714715 'wikilog-feed-description' => 'Les det nyeste innlegget i denne feeden.',
40724716 'wikilog-comment-feed-title1' => 'Kommentar av $2 (#$1)',
40734717 'wikilog-comment-feed-title2' => 'Kommentar av $2 til $3 (#$1)',
@@ -4185,8 +4829,13 @@
41864830 'wikilog-edit-signpub' => 'Signar e publicar aqueste article',
41874831 'wikilog-edit-signpub-tooltip' => "Fa que l'article es signat e publicat dins son wikilog al moment del salvament.
41884832 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)',
41894837 'wikilog-comment-pending' => "Aqueste comentari es en espèra d'una aprovacion.",
41904838 'wikilog-comment-deleted' => 'Aqueste comentari es estat suprimit.',
 4839+ 'wikilog-comment-omitted-x' => 'Comentari omés (#$1).',
41914840 'wikilog-comment-autosumm' => 'Comentari novèl de $1 : $2',
41924841 'wikilog-reply-to-comment' => 'Postar una responsa a aqueste comentari',
41934842 'wikilog-comment-page' => "Anar a la pagina d'aqueste comentari",
@@ -4198,6 +4847,9 @@
41994848 'wikilog-newtalk-text' => '<!-- pagina vèrja creada per Wikilog -->',
42004849 'wikilog-newtalk-summary' => 'creat automaticament per Wikilog',
42014850 '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.',
42024854 'wikilog-title-comments' => 'Comentaris - $1',
42034855 'wikilog-error-msg' => 'Wikilog : $1',
42044856 'wikilog-error-title' => 'Error de wikilog',
@@ -4254,14 +4906,17 @@
42554907 */
42564908 $messages['pdc'] = array(
42574909 'wikilog-authors' => 'Schreiwer',
 4910+ 'wikilog-title' => 'Titel',
42584911 '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}}',
42604914 'wikilog-title-comments' => 'Anmaerrickinge - $1',
42614915 'wikilog-form-category' => 'Abdeeling:',
42624916 'wikilog-form-name' => 'Naame:',
42634917 'wikilog-form-author' => 'Schreiwer:',
42644918 'wikilog-form-tag' => 'Daag:',
42654919 'wikilog-form-comment' => 'Anmaerricking:',
 4920+ 'wikilog-edit-lc' => 'ennere',
42664921 'wikilog-page-lc' => 'Blatt',
42674922 );
42684923
@@ -4270,9 +4925,139 @@
42714926 * @author Sp5uhe
42724927 */
42734928 $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',
42744961 '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',
42755041 'wikilog-form-category' => 'Kategoria',
 5042+ 'wikilog-form-name' => 'Nazwa',
42765043 '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',
42775062 );
42785063
42795064 /** Piedmontese (Piemontèis)
@@ -4335,6 +5120,7 @@
43365121 'wikilog-summary-categories' => 'Archivi sota $2',
43375122 'wikilog-summary-more' => '[[$3|→ anans a lese...]]',
43385123 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|ciaciarade]])',
 5124+ 'wikilog-edit-hint' => 'Modìfica artìcol wikilog: $1',
43395125 'wikilog-edit-fieldset-legend' => 'Opsion ëd wikilog:',
43405126 'wikilog-edit-signpub' => "Sot-signa e pùblica s'artìcol",
43415127 '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 @@
43575143 'wikilog-comment-reject' => 'Arfudé ës coment (assion imedià)',
43585144 'wikilog-newtalk-text' => '<!-- pàgina veuida creà da Wikilog -->',
43595145 'wikilog-newtalk-summary' => 'creà an automàtich da Wikilog',
 5146+ 'wikilog-feed-ns-title' => '$1 artìcoj wikilog',
43605147 'wikilog-feed-description' => "Lese j'artìcoj pì recent an cost feed.",
43615148 'wikilog-comment-feed-title1' => 'Coment da $2 (#$1)',
43625149 'wikilog-comment-feed-title2' => 'Coment da $2 a $3 (#$1)',
@@ -4420,7 +5207,7 @@
44215208 'wikilog-new-item-go' => 'جوړول',
44225209 'wikilog-item-name' => 'د ليکنې نوم:',
44235210 'wikilog-published' => 'خپاره شوي',
4424 - 'wikilog-updated' => 'هم مهاله شوي',
 5211+ 'wikilog-updated' => 'اوسمهاله شو',
44255212 'wikilog-draft' => 'مسوده',
44265213 'wikilog-authors' => 'ليکوالان',
44275214 'wikilog-wikilog' => 'ويکي يادښت',
@@ -4432,13 +5219,39 @@
44335220 'wikilog-view-summary' => 'لنډيز',
44345221 'wikilog-draft-title-mark' => '(مسوده)',
44355222 'wikilog-anonymous-mark' => '(ورکنومی)',
 5223+ 'wikilog-pager-newest' => 'تر ټولو نوی',
 5224+ 'wikilog-pager-oldest' => 'تر ټولو زوړ',
 5225+ 'wikilog-pager-prev' => 'پخوانی',
 5226+ 'wikilog-pager-next' => 'راتلونکي',
44365227 'wikilog-pager-first' => 'لومړني',
44375228 'wikilog-pager-last' => 'وروستني',
44385229 'wikilog-has-comments' => '{{PLURAL:$1|يوه تبصره|$1 تبصرې}}',
 5230+ 'wikilog-summary-uncategorized' => 'ناوېشلي',
44395231 'wikilog-edit-fieldset-legend' => 'د ويکي يادښت خوښنې:',
 5232+ 'wikilog-comment-anonsig' => '$3 (ورکنومی)',
 5233+ 'wikilog-comment-deleted' => 'دا تبصره ړنګه شوې.',
 5234+ 'wikilog-comment-autosumm' => 'د $1 لخوا نوې تبصره: $2',
44405235 'wikilog-comment-edit' => 'دا تبصره سمول',
44415236 'wikilog-comment-delete' => 'دا تبصره ړنګول',
44425237 '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' => 'پېښليک',
44435256 );
44445257
44455258 /** Portuguese (Português)
@@ -4446,7 +5259,7 @@
44475260 * @author Juliano F. Ravasi
44485261 */
44495262 $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',
44515264 'wikilog-auto' => 'Wikilog Auto',
44525265 'wikilog-help' => '{{ns:Help}}:Wikilog',
44535266 'right-wl-postcomment' => 'Criar comentários em artigos wikilog',
@@ -4501,12 +5314,18 @@
45025315 'wikilog-summary-categories' => 'Categorizado em $2',
45035316 'wikilog-summary-more' => '[[$3|→ continuar a ler...]]',
45045317 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|discussão]])',
 5318+ 'wikilog-edit-hint' => 'Editar o artigo wikilog: $1',
45055319 'wikilog-edit-fieldset-legend' => 'Opções wikilog:',
45065320 'wikilog-edit-signpub' => 'Assinar e publicar este artigo',
45075321 'wikilog-edit-signpub-tooltip' => 'Causa que este artigo seja assinado e publicado no respectivo wikilog quando for gravado.
45085322 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)',
45095327 'wikilog-comment-pending' => 'Este comentário está a aguardar aprovação.',
45105328 'wikilog-comment-deleted' => 'Este comentário foi apagado.',
 5329+ 'wikilog-comment-omitted-x' => 'Comentário omitido (#$1).',
45115330 'wikilog-comment-autosumm' => 'Novo comentário de $1: $2',
45125331 'wikilog-reply-to-comment' => 'Responder a este comentário',
45135332 'wikilog-comment-page' => 'Ir para a página deste comentário',
@@ -4518,7 +5337,11 @@
45195338 'wikilog-newtalk-text' => '<!-- página em branco criada pelo Wikilog -->',
45205339 'wikilog-newtalk-summary' => 'criado automaticamente pelo wikilog',
45215340 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]',
 5341+ 'wikilog-feed-ns-title' => '$1 artigo(s) wikilog',
45225342 '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.',
45235346 'wikilog-title-item-full' => '$1 - $2',
45245347 'wikilog-title-comments' => 'Comentários - $1',
45255348 'wikilog-error-msg' => 'Wikilog: $1',
@@ -4572,18 +5395,44 @@
45735396 );
45745397
45755398 /** Brazilian Portuguese (Português do Brasil)
 5399+ * @author 555
 5400+ * @author BrunaaAa
 5401+ * @author Giro720
45765402 * @author Hamilton Abreu
45775403 * @author Juliano
45785404 * @author Luckas Blade
45795405 */
45805406 $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',
45815413 'wikilog-specialwikilog' => 'Wikilog',
45825414 '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',
45845420 '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',
45875435 'wikilog-updated' => 'Atualizado',
 5436+ 'wikilog-draft' => 'Rascunho',
45885437 'wikilog-authors' => 'Autores',
45895438 'wikilog-wikilog' => 'Wikilog',
45905439 'wikilog-title' => 'Título',
@@ -4592,14 +5441,35 @@
45935442 'wikilog-replies' => 'Respostas',
45945443 'wikilog-view-archives' => 'Arquivos',
45955444 'wikilog-view-summary' => 'Sumário',
 5445+ 'wikilog-draft-title-mark' => '(rascunho)',
45965446 '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',
45975453 'wikilog-pager-empty' => '(sem itens)',
4598 - 'wikilog-no-comments' => 'sem comentários',
 5454+ 'wikilog-no-comments' => 'nenhum comentário',
45995455 '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',
46005460 'wikilog-summary-more' => '[[$3|→ continuar lendo...]]',
46015461 '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)',
46025471 'wikilog-comment-pending' => 'Este comentário está aguardando aprovação.',
46035472 'wikilog-comment-deleted' => 'Este comentário foi apagado.',
 5473+ 'wikilog-comment-omitted-x' => 'Comentário omitido (#$1).',
46045474 'wikilog-comment-autosumm' => 'Novo comentário de $1: $2',
46055475 'wikilog-reply-to-comment' => 'Postar uma resposta a esse comentário',
46065476 'wikilog-comment-page' => 'Ir para a página deste comentário',
@@ -4608,26 +5478,37 @@
46095479 'wikilog-comment-history' => 'Ver histórico do comentário',
46105480 'wikilog-comment-approve' => 'Aprovar este comentário (ação imediata)',
46115481 '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',
46125485 '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.',
46135489 'wikilog-title-comments' => 'Comentários - $1',
46145490 'wikilog-error-msg' => 'Wikilog: $1',
 5491+ 'wikilog-error-title' => 'Erro no Wikilog',
46155492 'wikilog-invalid-param' => 'Parâmetro inválido: $1.',
46165493 'wikilog-invalid-author' => 'Autor inválido: $1.',
46175494 'wikilog-invalid-date' => 'Data inválida: $1.',
46185495 'wikilog-invalid-tag' => 'Rótulo inválido: $1.',
46195496 '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.',
46275505 '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.',
46325513 'wikilog-post-comment' => 'Postar um novo comentário',
46335514 'wikilog-post-reply' => 'Postar uma nova resposta',
46345515 'wikilog-form-legend' => 'Procurar por postagens wikilog',
@@ -4635,10 +5516,14 @@
46365517 'wikilog-form-category' => 'Categoria:',
46375518 'wikilog-form-name' => 'Nome:',
46385519 'wikilog-form-author' => 'Autor:',
4639 - 'wikilog-form-tag' => 'Rótulo:',
 5520+ 'wikilog-form-tag' => 'Etiqueta:',
46405521 'wikilog-form-date' => 'Data:',
 5522+ 'wikilog-form-status' => 'Condição:',
 5523+ 'wikilog-form-preview' => 'Pré-visualização:',
46415524 'wikilog-form-comment' => 'Comentário:',
46425525 'wikilog-show-all' => 'Todas as postagens',
 5526+ 'wikilog-show-published' => 'Publicado',
 5527+ 'wikilog-show-drafts' => 'Rascunhos',
46435528 'wikilog-submit' => 'Enviar',
46445529 'wikilog-preview' => 'Previsão',
46455530 'wikilog-edit-lc' => 'editar',
@@ -4648,6 +5533,7 @@
46495534 'wikilog-reject-lc' => 'rejeitar',
46505535 'wikilog-page-lc' => 'página',
46515536 'wikilog-history-lc' => 'histórico',
 5537+ 'wikilog-doc-import-comment' => 'Documentação Wikilog importada',
46525538 );
46535539
46545540 /** Romanian (Română)
@@ -4659,10 +5545,10 @@
46605546 'wikilog-help' => '{{ns:Help}}:Wikijurnal',
46615547 'wikilog-specialwikilog-title' => 'Wikijurnale',
46625548 'wikilog-specialwikilog' => 'Wikijurnal',
4663 - 'wikilog-log-pagename' => 'Jurnalul acţiunilor Wikijurnal',
 5549+ 'wikilog-log-pagename' => 'Jurnalul acțiunilor Wikijurnal',
46645550 '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',
46675553 'wikilog-new-item-go' => 'Creare',
46685554 'wikilog-item-name' => 'Nume articol:',
46695555 'wikilog-published' => 'Publicat',
@@ -4670,7 +5556,7 @@
46715557 'wikilog-authors' => 'Autori',
46725558 'wikilog-wikilog' => 'Wikijurnal',
46735559 'wikilog-title' => 'Titlu',
4674 - 'wikilog-actions' => 'Acţiuni',
 5560+ 'wikilog-actions' => 'Acțiuni',
46755561 'wikilog-comments' => 'Comentarii',
46765562 'wikilog-replies' => 'Replici',
46775563 'wikilog-view-archives' => 'Arhive',
@@ -4684,9 +5570,9 @@
46855571 'wikilog-pager-last' => 'ultima',
46865572 'wikilog-no-comments' => 'nici un comentariu',
46875573 '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.',
46915577 'wikilog-comment-edit' => 'Modifică acest comentariu',
46925578 'wikilog-title-comments' => 'Comentarii - $1',
46935579 'wikilog-error-msg' => 'Wikijurnal: $1',
@@ -4695,12 +5581,12 @@
46965582 'wikilog-invalid-author' => 'Autor incorect: $1.',
46975583 'wikilog-invalid-date' => 'Dată incorectă: $1.',
46985584 'wikilog-invalid-tag' => 'Etichetă incorectă: $1.',
4699 - 'wikilog-invalid-file' => 'Fişier invalid: $1.',
 5585+ 'wikilog-invalid-file' => 'Fișier invalid: $1.',
47005586 'wikilog-comment-is-empty' => 'Comentariul postat este gol.',
47015587 'wikilog-comment-too-long' => 'Comentariul postat este prea lung.',
47025588 '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',
47055591 'wikilog-form-wikilog' => 'Wikijurnal:',
47065592 'wikilog-form-category' => 'Categorie:',
47075593 'wikilog-form-name' => 'Nume:',
@@ -4715,8 +5601,8 @@
47165602 'wikilog-submit' => 'Trimite',
47175603 'wikilog-preview' => 'Previzualizare',
47185604 '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',
47215607 'wikilog-approve-lc' => 'aprobare',
47225608 'wikilog-reject-lc' => 'revocare',
47235609 'wikilog-page-lc' => 'pagină',
@@ -4782,12 +5668,18 @@
47835669 'wikilog-summary-categories' => "Mise sotte 'a $2",
47845670 'wikilog-summary-more' => '[[$3|→ condinuanne a leggere...]]',
47855671 'wikilog-author-signature' => "[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|'ngazzaminde]])",
 5672+ 'wikilog-edit-hint' => "Cange l'artichele de uicchilog: $1",
47865673 'wikilog-edit-fieldset-legend' => 'Opziune de UicchiArchivije:',
47875674 'wikilog-edit-signpub' => "Firme e pubbleche st'artichele",
47885675 'wikilog-edit-signpub-tooltip' => "Le cause ca st'artichele ha state firmate e publecate sus a 'u sue UicchiArchivije quanne ha stata reggistrate.
47895676 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)',
47905681 'wikilog-comment-pending' => 'Stu commende jè in attese de approvazione.',
47915682 'wikilog-comment-deleted' => 'Stu commende ha state scagellate.',
 5683+ 'wikilog-comment-omitted-x' => 'Commende omesse (#$1).',
47925684 'wikilog-comment-autosumm' => 'Commende nuève de $1: $2',
47935685 'wikilog-reply-to-comment' => "Manne 'na resposte a 'u commende",
47945686 'wikilog-comment-page' => "Veje 'a pàgene de stu commende",
@@ -4798,7 +5690,11 @@
47995691 'wikilog-comment-reject' => 'Scitte stu commende (azione immediate)',
48005692 'wikilog-newtalk-text' => '<!-- pàgena vacande ccrejate da UicchiArchivije -->',
48015693 'wikilog-newtalk-summary' => 'automaticamende ccrejate da UicchiArchivije',
 5694+ 'wikilog-feed-ns-title' => '$1 artichele de uicchilog',
48025695 '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.",
48035699 'wikilog-title-comments' => 'Commende - $1',
48045700 'wikilog-error-msg' => 'UicchiArchivije: $1',
48055701 'wikilog-error-title' => 'Errore de UicchiArchivije',
@@ -4853,6 +5749,7 @@
48545750 /** Russian (Русский)
48555751 * @author Aleksandrit
48565752 * @author EugeneZelenko
 5753+ * @author G0rn
48575754 * @author Александр Сигачёв
48585755 */
48595756 $messages['ru'] = array(
@@ -4911,6 +5808,7 @@
49125809 'wikilog-summary-categories' => 'Отнесено к $2',
49135810 'wikilog-summary-more' => '[[$3|→ продолжить чтение…]]',
49145811 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|обсуждение]])',
 5812+ 'wikilog-edit-hint' => 'Редактировать статью викилога: $1',
49155813 'wikilog-edit-fieldset-legend' => 'Настройки викилога:',
49165814 'wikilog-edit-signpub' => 'Подписать и опубликовать эту статью',
49175815 'wikilog-edit-signpub-tooltip' => 'Вызывает подписывание и опубликование статьи в викилоге при сохранении.
@@ -4932,6 +5830,7 @@
49335831 'wikilog-comment-reject' => 'Отклонить этот комментарий (незамедлительное действие)',
49345832 'wikilog-newtalk-text' => '<!-- пустая страница создана викилогом -->',
49355833 'wikilog-newtalk-summary' => 'создана автоматически викилогом',
 5834+ 'wikilog-feed-ns-title' => '$1 статей викилога',
49365835 'wikilog-feed-description' => 'Читать последние сообщения на этом канале.',
49375836 'wikilog-comment-feed-title1' => 'Комментарии от $2 (#$1)',
49385837 'wikilog-comment-feed-title2' => 'Комментарий от $2 к $3 (#$1)',
@@ -4987,10 +5886,84 @@
49885887 'wikilog-doc-import-comment' => 'Импортированная документация Викилога',
49895888 );
49905889
 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+
49915963 /** Sinhala (සිංහල)
49925964 * @author Calcey
49935965 * @author Jiro Ono
49945966 * @author චතුනි අලහප්පෙරුම
 5967+ * @author බිඟුවා
49955968 */
49965969 $messages['si'] = array(
49975970 'wikilog-desc' => 'බ්ලොග් විශේෂාංග එකතු කිරීම,විකි-බ්ලොග් මුහුම නිර්මාණය',
@@ -5046,6 +6019,8 @@
50476020 'wikilog-edit-signpub' => 'අත්සන් කර මෙම ලිපිය ප්‍රකාශනය කරන්න',
50486021 'wikilog-edit-signpub-tooltip' => 'සුරකින විට මෙම ලිපිය එහි විකි ලඝූ සටහනෙහි අත්සන් කරනු ලැබීමට හා ප්‍රකාශනය කරනු ලැබීමට හේතුවේ.
50496022 ලිපිය කෙටුම්පතක් ලෙස තැබීමට මෙම කොටුව නිලකුණු කරන්න.',
 6023+ 'wikilog-comment-permalink' => '$1 විසින් $2 හිදී',
 6024+ 'wikilog-comment-note-edited' => 'අවසාන සංස්කර්ණය $1 දින $2 දීය',
50506025 'wikilog-comment-anonsig' => '$3 (නිර්නාමික)',
50516026 'wikilog-comment-pending' => 'මෙම විචාරය අනුමැතිය බලාපොරොත්තුවෙන් පසුවේ.',
50526027 'wikilog-comment-deleted' => 'මෙම විචාරය මකා දමන ලදී.',
@@ -5111,7 +6086,264 @@
51126087 'wikilog-doc-import-comment' => 'ආයාත කරනු ලැබූ විකි ලඝු ප්‍රලේඛනය',
51136088 );
51146089
 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+
51156345 /** Swedish (Svenska)
 6346+ * @author Ainali
 6347+ * @author Dafer45
51166348 * @author Elias Bröms
51176349 * @author Ozp
51186350 * @author Per
@@ -5177,6 +6409,8 @@
51786410 'wikilog-edit-signpub' => 'Signera och publicera denna artikel',
51796411 'wikilog-edit-signpub-tooltip' => 'Gör att artiklar blir signerade och publicerade i sin wikilog när de sparas.
51806412 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)',
51816415 'wikilog-comment-pending' => 'Denna kommentar väntar på godkännande.',
51826416 'wikilog-comment-deleted' => 'Denna kommentar har raderats.',
51836417 'wikilog-comment-autosumm' => 'Ny kommentar av $1: $2',
@@ -5191,6 +6425,9 @@
51926426 'wikilog-newtalk-summary' => 'skapad automatiskt av Wikilog',
51936427 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]',
51946428 '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.',
51956432 'wikilog-title-item-full' => '$1 - $2',
51966433 'wikilog-title-comments' => 'Kommentarer - $1',
51976434 'wikilog-error-msg' => 'Wikilog: $1',
@@ -5276,6 +6513,8 @@
52776514 'wikilog-summary-more' => '[[$3|→ చదవడం కొనసాగించండి...]]',
52786515 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|చర్చ]])',
52796516 'wikilog-edit-fieldset-legend' => 'వికీచిట్టా ఎంపికలు:',
 6517+ 'wikilog-edit-signpub' => 'సంతకం చేసి ఈ వ్యాసాన్ని ప్రచురించు',
 6518+ 'wikilog-comment-anonsig' => '$3 (అజ్ఞాతం)',
52806519 'wikilog-comment-pending' => 'ఈ వ్యాఖ్య అనుమతి కోసం వేచియున్నది.',
52816520 'wikilog-comment-deleted' => 'ఈ వ్యాఖ్యని తొలగించారు.',
52826521 'wikilog-comment-autosumm' => '$1 యొక్క కొత్త వ్యాఖ్య: $2',
@@ -5375,6 +6614,127 @@
53766615 'wikilog-history-lc' => 'geçmiş',
53776616 );
53786617
 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+
53796739 /** Turkish (Türkçe)
53806740 * @author Homonihilis
53816741 * @author Manco Capac
@@ -5506,12 +6866,18 @@
55076867 );
55086868
55096869 /** Ukrainian (Українська)
 6870+ * @author AS
55106871 * @author Aleksandrit
 6872+ * @author JenVan
55116873 * @author Prima klasy4na
 6874+ * @author Тест
55126875 */
55136876 $messages['uk'] = array(
55146877 'wikilog-desc' => 'Додає можливість ведення блоґів, створення гібрида вікі та блоґу',
 6878+ 'wikilog-auto' => 'Вікілог Авто',
55156879 'wikilog-help' => '{{ns:Help}}:Вікілоґ',
 6880+ 'right-wl-postcomment' => 'залишати коментарі до сторінок вікілогу',
 6881+ 'wikilog-specialwikilog-title' => 'Викилоги',
55166882 'wikilog-specialwikilog' => 'Вікілоґ',
55176883 'wikilog-log-cmt-approve' => 'затвердив коментар «[[$1]]»',
55186884 'wikilog-log-cmt-reject' => 'відхилив коментар «[[$1]]»',
@@ -5546,6 +6912,7 @@
55476913 'wikilog-summary-more' => '[[$3|→ продовжити читання…]]',
55486914 'wikilog-author-signature' => '[[{{ns:User}}:$1|$1]] ([[{{ns:User_talk}}:$1|обговорення]])',
55496915 'wikilog-edit-signpub' => 'Підписати та опублікувати цю статтю',
 6916+ 'wikilog-comment-permalink' => '$1 о $2',
55506917 'wikilog-comment-pending' => 'Цей коментар чекає на розгляд.',
55516918 'wikilog-comment-deleted' => 'Цей коментар був вилучений.',
55526919 'wikilog-comment-autosumm' => 'Новий коментар від $1: $2',
@@ -5561,6 +6928,7 @@
55626929 'wikilog-error-msg' => 'Вікілоґ: $1',
55636930 'wikilog-invalid-param' => 'Неправильний параметр: $1.',
55646931 'wikilog-invalid-author' => 'Неправильне ім’я автора: $1.',
 6932+ 'wikilog-file-not-found' => 'Неіснуючий файл: $1.',
55656933 'wikilog-form-category' => 'Категорія:',
55666934 'wikilog-form-name' => 'Назва:',
55676935 'wikilog-form-author' => 'Автор:',
@@ -5571,10 +6939,38 @@
55726940
55736941 /** Vietnamese (Tiếng Việt)
55746942 * @author Minh Nguyen
 6943+ * @author Trần Nguyễn Minh Huy
55756944 */
55766945 $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',
55776960 'wikilog-feed-title' => '{{SITENAME}} – $1 [$2]',
55786961 '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ử',
55796975 );
55806976
55816977 /** Yiddish (ייִדיש)
@@ -5588,7 +6984,16 @@
55896985 'wikilog-item-name' => 'ארטיקל נאָמען:',
55906986 'wikilog-draft' => 'אָנוואַרף',
55916987 'wikilog-title' => 'טיטל',
 6988+ 'wikilog-pager-first' => 'ערשטער',
 6989+ 'wikilog-pager-last' => 'לעצטער',
 6990+ 'wikilog-no-comments' => 'קיין באַמערקונגען',
 6991+ 'wikilog-has-comments' => '{{PLURAL:$1|איין באַמערקונג|$1 באַמערקונגען}}',
55926992 '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 (אַנאנים)',
55936998 'wikilog-form-category' => 'קאטעגאריע:',
55946999 'wikilog-form-date' => 'דאטע',
55957000 'wikilog-form-preview' => 'פֿאראויסשטעלונג:',
@@ -5596,3 +7001,186 @@
55977002 'wikilog-edit-lc' => 'רעדאַקטירן',
55987003 );
55997004
 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 @@
33 /**
44 * Internationalisation file for extension Wikilog.
55 *
6 - * @addtogroup Extensions
 6+ * @file
 7+ * @ingroup Extensions
78 */
89
910 $messages = array();
@@ -29,6 +30,13 @@
3031 'wlfeed-desc' => 'Klasse vir die skep van verbeterde voere (feeds)',
3132 );
3233
 34+/** Gheg Albanian (Gegë)
 35+ * @author Mdupont
 36+ */
 37+$messages['aln'] = array(
 38+ 'wlfeed-desc' => 'brez Enhanced feed klasave',
 39+);
 40+
3341 /** Arabic (العربية)
3442 * @author Meno25
3543 */
@@ -71,6 +79,13 @@
7280 'wlfeed-desc' => 'Vylepšené třídy pro vytváření kanálů',
7381 );
7482
 83+/** German (Deutsch)
 84+ * @author LWChris
 85+ */
 86+$messages['de'] = array(
 87+ 'wlfeed-desc' => 'Erweiterte Klassen zur Feed-Generierung',
 88+);
 89+
7590 /** Lower Sorbian (Dolnoserbski)
7691 * @author Michawiki
7792 */
@@ -148,6 +163,13 @@
149164 'wlfeed-desc' => 'Kelas penghasil umpan canggih',
150165 );
151166
 167+/** Italian (Italiano)
 168+ * @author Civvì
 169+ */
 170+$messages['it'] = array(
 171+ 'wlfeed-desc' => 'Classi ampliate per la generazione di feed',
 172+);
 173+
152174 /** Japanese (日本語)
153175 * @author Fryed-peach
154176 */
@@ -155,13 +177,20 @@
156178 'wlfeed-desc' => '強化されたフィード生成クラス',
157179 );
158180
159 -/** Ripoarisch (Ripoarisch)
 181+/** Colognian (Ripoarisch)
160182 * @author Purodha
161183 */
162184 $messages['ksh'] = array(
163185 'wlfeed-desc' => 'Klasse för verbäßerte Abonnemangs-Kanähl (<i lang="en">feeds</i>) aanzelääje',
164186 );
165187
 188+/** Luxembourgish (Lëtzebuergesch)
 189+ * @author Robby
 190+ */
 191+$messages['lb'] = array(
 192+ 'wlfeed-desc' => 'Verbessert Klasse vu Generatioun vu Feed',
 193+);
 194+
166195 /** Macedonian (Македонски)
167196 * @author Bjankuloski06
168197 */
@@ -214,9 +243,10 @@
215244
216245 /** Brazilian Portuguese (Português do Brasil)
217246 * @author Daemorris
 247+ * @author 555
218248 */
219249 $messages['pt-br'] = array(
220 - 'wlfeed-desc' => 'Classes melhoradas de geração de alimentadores',
 250+ 'wlfeed-desc' => "Classes melhoradas de geração de ''feeds''",
221251 );
222252
223253 /** Tarandíne (Tarandíne)
@@ -240,6 +270,18 @@
241271 'wlfeed-desc' => 'වර්ධිත සංග්‍රහ ප්‍රවේණි පංති',
242272 );
243273
 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+
244286 /** Swedish (Svenska)
245287 * @author Boivie
246288 */
@@ -247,6 +289,13 @@
248290 'wlfeed-desc' => 'Utökade feed-skapningsklasser',
249291 );
250292
 293+/** Tagalog (Tagalog)
 294+ * @author AnakngAraw
 295+ */
 296+$messages['tl'] = array(
 297+ 'wlfeed-desc' => 'Pinainam na mga klase ng paglikha ng pakain',
 298+);
 299+
251300 /** Turkish (Türkçe)
252301 * @author Vito Genovese
253302 */
Index: branches/REL1_16/extensions/Wikilog/WikilogUtils.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -405,10 +406,10 @@
406407 class WikilogNavbar
407408 {
408409 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 »'
413414 );
414415 static $linkTextMsgs = array(
415416 # pages style: « first ‹ previous 20 ... next 20 › last »
Index: branches/REL1_16/extensions/Wikilog/WikilogComment.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/WlFeed.body.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/WikilogItemPager.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -59,6 +60,7 @@
6061 # Local variables.
6162 protected $mQuery = null; ///< Wikilog item query data
6263 protected $mIncluding = false; ///< If pager is being included
 64+ protected $mShowEditLink = false; ///< If edit links are shown.
6365
6466 /**
6567 * Constructor.
@@ -90,11 +92,17 @@
9193 if ( $this->mLimit > $wgWikilogExpensiveLimit )
9294 $this->mLimit = $wgWikilogExpensiveLimit;
9395
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.
97104 $wgParser->clearState();
98105 }
 106+ $this->mShowEditLink = $popt->getEditSection();
99107 }
100108
101109 /**
@@ -160,10 +168,10 @@
161169 $heading = $skin->link( $item->mTitle, $titleText, array(), array(),
162170 array( 'known', 'noclasses' )
163171 );
 172+ if ( $this->mShowEditLink && $item->mTitle->quickUserCan( 'edit' ) ) {
 173+ $heading = $this->doEditLink( $item->mTitle, $item->mName ) . $heading;
 174+ }
164175 $heading = Xml::tags( 'h2', null, $heading );
165 - if ( $item->mTitle->quickUserCan( 'edit' ) ) {
166 - $heading = $this->editLink( $item->mTitle ) . $heading;
167 - }
168176
169177 # Sumary entry header.
170178 $key = $this->mQuery->isSingleWikilog()
@@ -225,14 +233,28 @@
226234 /**
227235 * Returns a wikilog article edit link, much similar to a section edit
228236 * 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.
231241 */
232 - private function editLink( $title ) {
 242+ private function doEditLink( $title, $tooltip = null ) {
233243 $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;
237259 }
238260 }
239261
@@ -440,7 +462,7 @@
441463 $value = isset( $row->$field ) ? $row->$field : null;
442464 $formatted = strval( $this->formatValue( $field, $value ) );
443465 if ( $formatted == '' ) {
444 - $formatted = '&nbsp;';
 466+ $formatted = WL_NBSP;
445467 }
446468 $class = 'TablePager_col_' . htmlspecialchars( $field );
447469 $columns[] = "<td class=\"$class\">$formatted</td>";
@@ -468,12 +490,14 @@
469491 case 'wlw_title':
470492 $page = $this->mCurrentItem->mParentTitle;
471493 $text = $this->mCurrentItem->mParentName;
472 - return $this->getSkin()->makeKnownLinkObj( $page, $text );
 494+ return $this->getSkin()->link( $page, $text, array(), array(),
 495+ array( 'known', 'noclasses' ) );
473496
474497 case 'wlp_title':
475498 $page = $this->mCurrentItem->mTitle;
476499 $text = $this->mCurrentItem->mName;
477 - $s = $this->getSkin()->makeKnownLinkObj( $page, $text );
 500+ $s = $this->getSkin()->link( $page, $text, array(), array(),
 501+ array( 'known', 'noclasses' ) );
478502 if ( !$this->mCurrentRow->wlp_publish ) {
479503 $draft = wfMsg( 'wikilog-draft-title-mark' );
480504 $s = Xml::wrapClass( "$s $draft", 'wl-draft-inline' );
@@ -483,11 +507,12 @@
484508 case 'wlp_num_comments':
485509 $page = $this->mCurrentItem->mTitle->getTalkPage();
486510 $text = $this->mCurrentItem->getNumComments();
487 - return $this->getSkin()->makeKnownLinkObj( $page, $text );
 511+ return $this->getSkin()->link( $page, $text, array(), array(),
 512+ array( 'known', 'noclasses' ) );
488513
489514 case '_wl_actions':
490515 if ( $this->mCurrentItem->mTitle->quickUserCan( 'edit' ) ) {
491 - return $this->editLink( $this->mCurrentItem->mTitle );
 516+ return $this->doEditLink( $this->mCurrentItem->mTitle, $this->mCurrentItem->mName );
492517 } else {
493518 return '';
494519 }
@@ -548,17 +573,30 @@
549574 private function authorLink( $name ) {
550575 $skin = $this->getSkin();
551576 $title = Title::makeTitle( NS_USER, $name );
552 - return $skin->makeLinkObj( $title, $name );
 577+ return $skin->link( $title, $name );
553578 }
554579
555580 /**
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.
559587 */
560 - private function editLink( $title ) {
 588+ private function doEditLink( $title, $tooltip = null ) {
561589 $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;
564602 }
565603 }
Index: branches/REL1_16/extensions/Wikilog/Wikilog.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -34,14 +35,22 @@
3536 $wgExtensionCredits['specialpage'][] = array(
3637 'path' => __FILE__,
3738 'name' => 'Wikilog',
38 - 'version' => '1.0.99.1dev',
 39+ 'version' => '1.1.0',
3940 'author' => 'Juliano F. Ravasi',
40 - 'description' => 'Adds blogging features, creating a wiki-blog hybrid.',
4141 'descriptionmsg' => 'wikilog-desc',
4242 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog',
4343 );
4444
4545 /*
 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', '&#160;' );
 53+
 54+/*
4655 * Dependencies.
4756 */
4857 require_once( dirname( __FILE__ ) . '/WlFeed.php' );
@@ -124,6 +133,7 @@
125134 $wgHooks['LinkBegin'][] = 'Wikilog::LinkBegin';
126135 $wgHooks['SkinTemplateTabAction'][] = 'Wikilog::SkinTemplateTabAction';
127136 $wgHooks['SkinTemplateTabs'][] = 'Wikilog::SkinTemplateTabs';
 137+$wgHooks['SkinTemplateNavigation'][] = 'Wikilog::SkinTemplateNavigation';
128138
129139 // General Wikilog hooks
130140 $wgHooks['ArticleEditUpdates'][] = 'WikilogHooks::ArticleEditUpdates';
@@ -349,27 +359,49 @@
350360 * Suppresses the "add section" tab in comments pages.
351361 */
352362 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+ }
354369
 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 ) {
355376 $wi = self::getWikilogInfo( $skin->mTitle );
356377 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'] );
370379 }
371380 return true;
372381 }
373382
 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+
374406 # ##
375407 # # Other global wikilog functions.
376408 #
Index: branches/REL1_16/extensions/Wikilog/SpecialWikilog.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -118,7 +119,7 @@
119120 global $wgRequest, $wgFeedLimit;
120121
121122 $opts = $this->getDefaultOptions();
122 - $opts->fetchValuesFromRequest( $wgRequest, array( 'show', 'limit' ) );
 123+ $opts->fetchValuesFromRequest( $wgRequest, array( 'wikilog', 'show', 'limit' ) );
123124 $opts->validateIntBounds( 'limit', 0, $wgFeedLimit );
124125 return $opts;
125126 }
@@ -190,8 +191,8 @@
191192
192193 # Add feed links.
193194 $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 ) {
196197 $wgOut->setFeedAppendQuery( $altquery );
197198 }
198199
@@ -399,10 +400,21 @@
400401 * @return Wikilog query object.
401402 */
402403 public static function getQuery( $opts ) {
 404+ global $wgWikilogNamespaces;
 405+
403406 $query = new WikilogItemQuery();
404407 $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+ }
407419 }
408420 if ( ( $t = $opts['category'] ) ) {
409421 $query->setCategory( $t );
Index: branches/REL1_16/extensions/Wikilog/WlCaptchaAdapter.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/WikilogCommentsPage.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -327,8 +328,10 @@
328329 );
329330 } else {
330331 $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+ );
333336 $message = wfMsg( 'wikilog-posting-anonymously', $loginLink );
334337 $fields[] = array(
335338 Xml::label( wfMsg( 'wikilog-form-name' ), 'wl-name' ),
@@ -354,7 +357,7 @@
355358 }
356359
357360 $fields[] = array( '',
358 - Xml::submitbutton( wfMsg( 'wikilog-submit' ), array( 'name' => 'wlActionCommentSubmit' ) ) . '&nbsp;' .
 361+ Xml::submitbutton( wfMsg( 'wikilog-submit' ), array( 'name' => 'wlActionCommentSubmit' ) ) . WL_NBSP .
359362 Xml::submitbutton( wfMsg( 'wikilog-preview' ), array( 'name' => 'wlActionCommentPreview' ) )
360363 );
361364
Index: branches/REL1_16/extensions/Wikilog/Wikilog.i18n.alias.php
@@ -1,7 +1,9 @@
22 <?php
33 /**
44 * Special page aliases used by Wikilog extension.
5 - * @addtogroup Extensions
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
68 */
79
810 $specialPageAliases = array();
Index: branches/REL1_16/extensions/Wikilog/RELEASE-NOTES
@@ -1,7 +1,9 @@
22 = Wikilog release notes =
33
4 -== Current development version ==
 4+== Wikilog 1.1.0 ==
55
 6+Aug 8, 2010
 7+
68 === General notes ===
79
810 Database schema changed since 1.0.x, a database update is required.
@@ -43,6 +45,9 @@
4446 * Comment syndication feeds are now available. Currently, there is one feed
4547 per wikilog article, that lists comments made to that article. In the
4648 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.
4752
4853 === Bug fixes ===
4954
@@ -50,12 +55,12 @@
5156 wikilog-summary-header/footer and others, with proper PLURAL support.
5257 * (wl:issue 1) Improve header/footer item messages.
5358 * (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.
5760 Noted by Vitaliy Filippov.
5861 * Don't croak in Wikilog::getWikilogInfo() if $title is NULL. Patch by
5962 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).
6065
6166
6267 == Wikilog 1.0.1 ==
Index: branches/REL1_16/extensions/Wikilog/WikilogParser.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
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 @@
5454 <title>Template:Wikilog user manual header</title>
5555 <id>90</id>
5656 <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>
5959 <contributor>
6060 <username>Juliano</username>
6161 <id>1</id>
6262 </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 ==
6464
 65+This template creates a navigation bar at the top of [[Help:Wikilog|Wikilog]] manual articles.
 66+
6567 == Parameters ==
6668
6769 ; 1
6870 : Manual chapter: &quot;intro&quot;, &quot;wikilog&quot;, &quot;article&quot; or &quot;advanced&quot;.
6971
70 -== Example ==
 72+== Template ==
7173
7274 &lt;onlyinclude&gt;&lt;!--
 75+--&gt;&lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; style=&quot;background: #F6F6F6; border: 1px solid #A7D9F9;
 76+ border-collapse: collapse; width: 100%; margin: 6pt 0pt 0pt;&quot;&gt;&lt;!--
7377 --&gt;&lt;tr&gt;&lt;!--
74 - --&gt;&lt;td style=&quot;background:#DDDDDD;text-align:center;width:10%;padding:3pt 6pt;&quot; rowspan=&quot;2&quot;&gt;&lt;!--
75 - --&gt;[[Image:Wikilog.png|80px|link=Help:Wikilog]]&lt;!--
 78+ --&gt;&lt;td style=&quot;background: #F6F6F6; text-align: center; width: 15%; padding: 0 6pt;&quot;&gt;&lt;!--
 79+ --&gt;[[Image:Wikilog.png|80px|text-bottom|link=Help:Wikilog]]&lt;!--
7680 --&gt;&lt;/td&gt;&lt;!--
77 - --&gt;&lt;td style=&quot;padding:1pt 6pt;background:#DDDDDD;&quot;&gt;&lt;!--
78 - --&gt;&lt;span style=&quot;font-weight:bold;margin:0 1em;&quot;&gt;Wikilog user manual&lt;/span&gt;&lt;!--
79 - --&gt; • {{#ifeq: {{{1}}} | intro
80 - | &lt;span style=&quot;font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt&quot;&gt;Introduction&lt;/span&gt;
81 - | [[Help:Wikilog|Introduction]]
82 - }}&lt;!--
83 - --&gt; • {{#ifeq: {{{1}}} | wikilog
84 - | &lt;span style=&quot;font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt&quot;&gt;Wikilogs&lt;/span&gt;
85 - | [[Help:Overview of wikilogs|Wikilogs]]
86 - }}&lt;!--
87 - --&gt; • {{#ifeq: {{{1}}} | article
88 - | &lt;span style=&quot;font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt&quot;&gt;Articles&lt;/span&gt;
89 - | [[Help:Overview of wikilog articles|Articles]]
90 - }}&lt;!--
91 - --&gt; • {{#ifeq: {{{1}}} | advanced
92 - | &lt;span style=&quot;font-weight:bold;background:#EEEEEE;margin:1pt 0 -2pt;padding:0 1em 2pt&quot;&gt;Advanced&lt;/span&gt;
93 - | [[Help:Special:Wikilog|Advanced]]
94 - }} • &lt;!--
 81+ --&gt;&lt;td style=&quot;background: #F6F6F6; text-align: left; padding: 0 6pt;&quot;&gt;&lt;!--
 82+ --&gt;&lt;span style=&quot;font-family: Times, serif; font-size: 110%; font-weight: bold;
 83+ font-style: italic;&quot;&gt;User Manual&lt;/span&gt;&lt;!--
9584 --&gt;&lt;/td&gt;&lt;!--
9685 --&gt;&lt;/tr&gt;&lt;!--
 86+--&gt;&lt;/table&gt;&lt;!--
 87+
 88+--&gt;&lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; style=&quot;background: #F6F6F6; border: 1px solid #A7D9F9;
 89+ border-top: 0px; border-collapse: collapse; margin: 0pt 0pt 6pt 6pt; width: 15em;
 90+ float: right;&quot;&gt;&lt;!--
9791 --&gt;&lt;tr&gt;&lt;!--
98 - --&gt;&lt;td style=&quot;padding:1pt 6pt;&quot;&gt; • &lt;!--
99 - --&gt;{{#ifeq: {{{1}}} | intro
100 - | [[Help:Wikilog|Overview]]
101 - }}&lt;!--
102 - --&gt;{{#ifeq: {{{1}}} | wikilog
103 - | [[Help:Overview of wikilogs|Overview]] • [[Help:Wikilog settings|Settings]]
104 - }}&lt;!--
105 - --&gt;{{#ifeq: {{{1}}} | article
106 - | [[Help:Overview of wikilog articles|Overview]] • [[Help:Writing a wikilog article|Writing]]
107 - }}&lt;!--
108 - --&gt;{{#ifeq: {{{1}}} | advanced
109 - | [[Help:Special:Wikilog|Special:Wikilog]] • [[Help:Embedding wikilogs|Embedding]] • [[Help:Wikilog styling|Styling]]
110 - }}&lt;!--
111 - --&gt; • &lt;!--
 92+ --&gt;&lt;td&gt;&lt;!--
 93+ --&gt;{{Wikilog user manual index}}&lt;!--
11294 --&gt;&lt;/td&gt;&lt;!--
11395 --&gt;&lt;/tr&gt;&lt;!--
11496 --&gt;&lt;/table&gt;&lt;!--
 97+
11598 --&gt;[[{{ns:Category}}:Wikilog manual|{{{title|{{SUBPAGENAME}}}}}]]&lt;!--
11699 --&gt;&lt;/onlyinclude&gt;
117100
@@ -138,15 +120,44 @@
139121 </revision>
140122 </page>
141123 <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 '&lt;onlyinclude&gt; * [[Help:Wikilog|Introduction]] * Wikilogs ** [[Help:Overview of wikilogs|Overview of wikilogs]] ** [[Help:Wikilog settings|Wikilog settings]] * Wikilog articles **…'</comment>
 134+ <text xml:space="preserve">&lt;onlyinclude&gt;
 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+&lt;/onlyinclude&gt;
 147+
 148+[[{{ns:Category}}:Wikilog manual]]</text>
 149+ </revision>
 150+ </page>
 151+ <page>
142152 <title>Help:Wikilog</title>
143153 <id>58</id>
144154 <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>
147157 <contributor>
148158 <username>Juliano</username>
149159 <id>1</id>
150160 </contributor>
 161+ <comment>/* User manual */</comment>
151162 <text xml:space="preserve">{{Wikilog user manual header|intro}}
152163
153164 '''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 @@
160171
161172 == User manual ==
162173
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}}
173175
174176 == External links ==
175177
@@ -390,12 +392,13 @@
391393 <title>Help:Special:Wikilog</title>
392394 <id>107</id>
393395 <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>
396398 <contributor>
397399 <username>Juliano</username>
398400 <id>1</id>
399401 </contributor>
 402+ <comment>/* Parameters */</comment>
400403 <text xml:space="preserve">{{Wikilog user manual header|advanced}}
401404
402405 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 @@
431434 ! Inline syntax
432435 ! Description
433436 |- style=&quot;vertical-align: top;&quot;
434 - | '''wikilog='''''wikilog-title''
435 - | ''wikilog-title''
 437+ |rowspan=2| '''wikilog='''''wikilog-title''
 438+ |rowspan=2| ''wikilog-title''
436439 | 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: ''&quot;{{wl-info:namespace-by-index}}:General rants&quot;''.
437440 |- style=&quot;vertical-align: top;&quot;
 441+ | It is also possible to display all articles in a given namespace by using an asterisk as the page title. Example: ''&quot;{{wl-info:namespace-by-index}}:*&quot;''
 442+ |- style=&quot;vertical-align: top;&quot;
438443 | '''category='''''category-name''
439444 | '''{{ns:Category}}:'''''category-name''
440445 | Display only articles in the given category. Example: ''&quot;{{ns:Category}}:Communication&quot;''.
@@ -503,18 +508,17 @@
504509 <title>Help:Wikilog settings</title>
505510 <id>93</id>
506511 <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>
509514 <contributor>
510515 <username>Juliano</username>
511516 <id>1</id>
512517 </contributor>
 518+ <minor/>
 519+ <comment>fix for new header style</comment>
513520 <text xml:space="preserve">{{Wikilog user manual header|wikilog}}
514521
515 -&lt;div style=&quot;float:right;&quot;&gt;__TOC__&lt;/div&gt;
516 -
517522 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 -&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
519523
520524 == Icon, logo and subtitle ==
521525
@@ -587,13 +591,13 @@
588592 <title>Help:Wikilog styling</title>
589593 <id>88</id>
590594 <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>
593597 <contributor>
594598 <username>Juliano</username>
595599 <id>1</id>
596600 </contributor>
597 - <comment>/* Summary pager */</comment>
 601+ <comment>new comments page</comment>
598602 <text xml:space="preserve">{{Wikilog user manual header|advanced}}
599603
600604 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 @@
631635 The title of the wikilog article.
632636 &lt;/div&gt;
633637
634 - &lt;div style=&quot;&quot;&gt;
635 -''([[MediaWiki:Wikilog-item-brief-header|wikilog-item-brief-header]] -- customizable)''
 638+ &lt;div style=&quot;background:#BBB; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
 639+'''.wl-summary-header'''&lt;br/&gt;
 640+Optional. Contains the header of the summary entry, with authors, date, time, comments link, etc.&lt;br/&gt;
 641+''([[MediaWiki:Wikilog-summary-header|wikilog-summary-header]] -- customizable)''
636642 &lt;/div&gt;
637643
638644 &lt;div style=&quot;background:#BBB; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
639645 '''.wl-summary'''&lt;br/&gt;
640 -The summary text of the wikilog article.
 646+The summary text of the wikilog article.&lt;br/&gt;
 647+''([[MediaWiki:Wikilog-summary-more|wikilog-summary-more]] -- customizable, conditional)''
641648 &lt;/div&gt;
642649
643 - &lt;div style=&quot;&quot;&gt;
644 -''([[MediaWiki:Wikilog-item-more|wikilog-item-more]] -- customizable, conditional)''
 650+ &lt;div style=&quot;background:#BBB; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
 651+'''.wl-summary-footer'''&lt;br/&gt;
 652+Optional. Contains the header of the summary entry, with authors, date, time, comments link, etc.&lt;br/&gt;
 653+''([[MediaWiki:Wikilog-summary-footer|wikilog-summary-footer]] -- customizable)''
645654 &lt;/div&gt;
646655
647 - &lt;div style=&quot;&quot;&gt;
648 -''([[MediaWiki:Wikilog-item-brief-footer|wikilog-item-brief-footer]] -- customizable)''
649 - &lt;/div&gt;
650 -
651656 &lt;/div&gt;
652657
653658 &lt;div style=&quot;background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;'''.wl-entry''' [ ''.wl-draft'' ] ...&lt;/div&gt;
@@ -706,16 +711,26 @@
707712
708713 &lt;div style=&quot;background:#DDD; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
709714 '''.wl-comment''' [ ''.wl-comment-pending'' | ''.wl-comment-deleted'' ] [ ''.wl-comment-by-anon'' | ''.wl-comment-by-user'' [ ''.wl-comment-by-author'' ] ]&lt;br/&gt;
710 -Contains the visible comment and its metadata.
 715+Contains the visible comment.
711716
712717 &lt;div style=&quot;background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
713 -'''.wl-comment-meta'''&lt;br/&gt;
714 -The user name, timestamp, status and actions on the comment.
 718+'''.wl-comment-header'''&lt;br/&gt;
 719+Optional. Contains the header of the comment, with author, date, time, etc.&lt;br/&gt;
 720+''([[MediaWiki:Wikilog-comment-header|wikilog-comment-header]] -- customizable)''
715721 &lt;/div&gt;
716722 &lt;div style=&quot;background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
717723 '''.wl-comment-text'''&lt;br/&gt;
718724 The comment text itself.
719725 &lt;/div&gt;
 726+ &lt;div style=&quot;background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
 727+'''.wl-comment-footer'''&lt;br/&gt;
 728+Optional. Contains the footer of the comment, with author, date, time, etc.&lt;br/&gt;
 729+''([[MediaWiki:Wikilog-comment-footer|wikilog-comment-footer]] -- customizable)''
 730+ &lt;/div&gt;
 731+ &lt;div style=&quot;background:#CCC; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;
 732+'''.wl-comment-tools'''&lt;br/&gt;
 733+Contains links related to the comment, like reply, page, edit, etc.
 734+ &lt;/div&gt;
720735 &lt;/div&gt;
721736
722737 &lt;div style=&quot;background:#DDD; border:1px dashed gray; padding:3pt; margin:3pt;&quot;&gt;'''.wl-thread''' ... (recursive)&lt;/div&gt;
@@ -753,12 +768,14 @@
754769 <title>Help:Writing a wikilog article</title>
755770 <id>101</id>
756771 <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>
759774 <contributor>
760775 <username>Juliano</username>
761776 <id>1</id>
762777 </contributor>
 778+ <minor/>
 779+ <comment>/* Article summary */</comment>
763780 <text xml:space="preserve">{{Wikilog user manual header|article}}
764781
765782 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 ''&quot;The brown fox&quot;'' in the ''&quot;{{wl-info:namespace-by-index}}:General Rants&quot;'' wikilog must have the full page title ''&quot;{{wl-info:namespace-by-index}}:General Rants/The brown fox&quot;''.
@@ -801,17 +818,29 @@
802819
803820 == Article summary ==
804821
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+&lt;div class=&quot;thumb&quot;&gt;&lt;div class=&quot;thumbinner&quot;&gt;
 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+&lt;div class=&quot;thumbcaption&quot;&gt;Examples of article summary text automatically selected by Wikilog and summary defined by the author using the &lt;code&gt;--more--&lt;/code&gt; delimiter and using the &lt;code&gt;&lt;nowiki&gt;&lt;summary&gt;&lt;/nowiki&gt;&lt;/code&gt; tag.&lt;/div&gt;
 827+&lt;/div&gt;&lt;/div&gt;
807828
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 &quot;continue reading...&quot; 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 &quot;continue reading...&quot; link to read the full article in its own page.
809830
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.
811832
812833 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.
813834
814 -Manual summaries are defined by surrounding part of the article text with the &lt;code&gt;&lt;nowiki&gt;&lt;summary&gt;...&lt;/summary&gt;&lt;/nowiki&gt;&lt;/code&gt; 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.
815836
 837+The first method is to place the &lt;code&gt;--more--&lt;/code&gt; 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 &lt;code&gt;&lt;nowiki&gt;&lt;summary&gt;...&lt;/summary&gt;&lt;/nowiki&gt;&lt;/code&gt; 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+
816845 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 &lt;code&gt;hidden&lt;/code&gt; parameter must be passed in the opening summary tag. The text between the summary tags will not appear in the article page.
817846
818847 The general syntax of the summary tag is:
@@ -820,8 +849,6 @@
821850 ''summary text''
822851 '''&lt;nowiki&gt;&lt;/summary&gt;&lt;/nowiki&gt;'''
823852
824 -
825 -
826853 {{Wikilog user manual footer}}</text>
827854 </revision>
828855 </page>
@@ -888,12 +915,13 @@
889916 <title>File:Wikilog summary auto.png</title>
890917 <id>102</id>
891918 <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>
894921 <contributor>
895922 <username>Juliano</username>
896923 <id>1</id>
897924 </contributor>
 925+ <comment>uploaded a new version of &quot;[[File:Wikilog summary auto.png]]&quot;</comment>
898926 <text xml:space="preserve">== Summary ==
899927 Wikilog automatic summary example.
900928
@@ -906,15 +934,45 @@
907935 </revision>
908936 </page>
909937 <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>
910967 <title>File:Wikilog summary manual.png</title>
911968 <id>103</id>
912969 <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>
915972 <contributor>
916973 <username>Juliano</username>
917974 <id>1</id>
918975 </contributor>
 976+ <comment>uploaded a new version of &quot;[[File:Wikilog summary manual.png]]&quot;</comment>
919977 <text xml:space="preserve">== Summary ==
920978 Wikilog manual summary example.
921979
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
922980 + 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
923981 + 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
924982 + 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
136 + 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
237 + 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 @@
22 Category:Wikilog manual
33 Template:Wikilog user manual header
44 Template:Wikilog user manual footer
 5+Template:Wikilog user manual index
56 Help:Wikilog
67 Help:Embedding wikilogs
78 Help:Overview of wikilogs
@@ -13,6 +14,7 @@
1415 File:Wikilog CC-BY-SA 88x31.png
1516 File:Wikilog SpecialWikilog query form.png
1617 File:Wikilog summary auto.png
 18+File:Wikilog summary delim.png
1719 File:Wikilog summary manual.png
1820 File:Wikilog tab.png
1921 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
2022 + image/x-xcf
Index: branches/REL1_16/extensions/Wikilog/WikilogItem.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/WikilogFeed.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -64,7 +65,7 @@
6566 * to this list means that feed caching should be revisited. Parameters
6667 * must be listed as keys.
6768 */
68 - public static $paramWhitelist = array( 'show' => true );
 69+ public static $paramWhitelist = array( 'wikilog' => true, 'show' => true );
6970
7071 /**
7172 * WikilogFeed constructor.
@@ -227,26 +228,30 @@
228229 * @param $timekey Object cache key for the cached feed timestamp.
229230 * @param $feedkey Object cache key for the cached feed output.
230231 * @return The cached feed output if cache is good, false otherwise.
 232+ * @todo Remove Mw1.15- guard for OutputPage::setLastModified().
231233 */
232234 public function loadFromCache( $tsData, $timekey, $feedkey ) {
233 - global $messageMemc, $wgFeedCacheTimeout;
 235+ global $wgFeedCacheTimeout, $wgOut, $messageMemc;
234236 $tsCache = $messageMemc->get( $timekey );
235237
236238 if ( ( $wgFeedCacheTimeout > 0 ) && $tsCache ) {
237239 $age = time() - wfTimestamp( TS_UNIX, $tsCache );
238240
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 ) {
246242 wfDebug( "Wikilog: loading feed from cache -- " .
247243 "too young: age ($age) < timeout ($wgFeedCacheTimeout) " .
248244 "($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+
249254 return $messageMemc->get( $feedkey );
250 - } else */ if ( $tsCache >= $tsData ) {
 255+ } else if ( $tsCache >= $tsData ) {
251256 wfDebug( __METHOD__ . ": loading feed from cache -- " .
252257 "not modified: cache ($tsCache) >= data ($tsData)" .
253258 "($feedkey)\n" );
@@ -361,7 +366,6 @@
362367 if ( !$limit ) $limit = $wgWikilogNumArticles;
363368 parent::__construct( $title, $format, $query, $limit );
364369 $this->mSiteFeed = $this->mQuery->getWikilogTitle() === null;
365 -
366370 }
367371
368372 public function getIndexField() {
@@ -374,10 +378,12 @@
375379 }
376380
377381 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 {
379387 return $this->getSiteFeedObject();
380 - } else {
381 - return $this->getWikilogFeedObject( $this->mQuery->getWikilogTitle() );
382388 }
383389 }
384390
@@ -413,6 +419,47 @@
414420 }
415421
416422 /**
 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+ /**
417464 * Generates and populates a WlSyndicationFeed object for the given
418465 * wikilog. Caches objects whenever possible.
419466 *
@@ -573,8 +620,13 @@
574621 * Returns the keys for the timestamp and feed output in the object cache.
575622 */
576623 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+ }
579631 $ft = 'show:' . $this->mQuery->getPubStatus() .
580632 ':limit:' . $this->mLimit;
581633 return array(
Index: branches/REL1_16/extensions/Wikilog/WikilogQuery.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -45,6 +46,12 @@
4647 protected $mDefaultOptions = array();
4748
4849 /**
 50+ * Whether the query should always return nothing (when invalid options
 51+ * are provided, for example).
 52+ */
 53+ protected $mEmpty = false;
 54+
 55+ /**
4956 * Constructor.
5057 */
5158 public function __construct() {
@@ -85,6 +92,12 @@
8693 }
8794
8895 /**
 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+ /**
89102 * Generate and return query information.
90103 * @param $db Database Database object used to encode table names, etc.
91104 * @param $opts mixed Misc query options.
@@ -157,6 +170,7 @@
158171
159172 # Local variables.
160173 private $mWikilogTitle = null; ///< Filter by wikilog.
 174+ private $mNamespace = false; ///< Filter by namespace.
161175 private $mPubStatus = self::PS_ALL; ///< Filter by published status.
162176 private $mCategory = false; ///< Filter by category.
163177 private $mAuthor = false; ///< Filter by author.
@@ -194,6 +208,14 @@
195209 }
196210
197211 /**
 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+ /**
198220 * Sets the publish status to query for.
199221 * @param $pubStatus Publish status, string or integer.
200222 */
@@ -231,7 +253,7 @@
232254 } elseif ( is_string( $author ) ) {
233255 $t = Title::makeTitleSafe( NS_USER, $author );
234256 if ( $t !== null ) {
235 - $this->mAuthor = $t;
 257+ $this->mAuthor = User::getCanonicalName( $t->getText() );
236258 }
237259 }
238260 }
@@ -272,12 +294,13 @@
273295 /**
274296 * Accessor functions.
275297 */
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; }
282305
283306 /**
284307 * Organizes all the query information and constructs the table and
@@ -301,9 +324,16 @@
302325 $q_options = array();
303326 $q_joins = $wlp_tables['join_conds'];
304327
 328+ # Invalid filter.
 329+ if ( $this->mEmpty ) {
 330+ $q_conds[] = '0=1';
 331+ }
 332+
305333 # Filter by wikilog name.
306334 if ( $this->mWikilogTitle !== null ) {
307335 $q_conds['wlp_parent'] = $this->mWikilogTitle->getArticleId();
 336+ } elseif ( $this->mNamespace !== false ) {
 337+ $q_conds['p.page_namespace'] = $this->mNamespace;
308338 }
309339
310340 # Filter by published status.
@@ -324,7 +354,7 @@
325355 if ( $this->mAuthor ) {
326356 $q_tables[] = 'wikilog_authors';
327357 $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;
329359 }
330360
331361 # Filter by tag.
@@ -367,6 +397,8 @@
368398
369399 if ( $this->mNeedWikilogParam && $this->mWikilogTitle ) {
370400 $query['wikilog'] = $this->mWikilogTitle->getPrefixedDBKey();
 401+ } elseif ( $this->mNamespace !== false ) {
 402+ $query['wikilog'] = Title::makeTitle( $this->mNamespace, "*" )->getPrefixedDBKey();
371403 }
372404
373405 if ( $this->mPubStatus == self::PS_ALL ) {
@@ -380,7 +412,7 @@
381413 }
382414
383415 if ( $this->mAuthor ) {
384 - $query['author'] = $this->mAuthor->getDBKey();
 416+ $query['author'] = $this->mAuthor;
385417 }
386418
387419 if ( $this->mTag ) {
@@ -441,6 +473,7 @@
442474
443475 # Local variables.
444476 private $mModStatus = self::MS_ALL; ///< Filter by moderation status.
 477+ private $mNamespace = false; ///< Filter by namespace.
445478 private $mWikilog = null; ///< Filter by wikilog.
446479 private $mItem = null; ///< Filter by wikilog item (article).
447480 private $mThread = false; ///< Filter by thread.
@@ -504,8 +537,18 @@
505538 }
506539
507540 /**
 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+ /**
508551 * 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
510553 * filter.
511554 * @param $wikilogTitle Wikilog title object to query for (Title).
512555 */
@@ -551,7 +594,7 @@
552595 } elseif ( is_string( $author ) ) {
553596 $t = Title::makeTitleSafe( NS_USER, $author );
554597 if ( $t !== null ) {
555 - $this->mAuthor = $t;
 598+ $this->mAuthor = User::getCanonicalName( $t->getText() );
556599 }
557600 }
558601 }
@@ -582,6 +625,7 @@
583626 * Accessor functions.
584627 */
585628 public function getModStatus() { return $this->mModStatus; }
 629+ public function getNamespace() { return $this->mNamespace; }
586630 public function getWikilog() { return $this->mWikilog; }
587631 public function getItem() { return $this->mItem; }
588632 public function getThread() { return $this->mThread; }
@@ -610,6 +654,11 @@
611655 $q_options = array();
612656 $q_joins = $wlc_tables['join_conds'];
613657
 658+ # Invalid filter.
 659+ if ( $this->mEmpty ) {
 660+ $q_conds[] = '0=1';
 661+ }
 662+
614663 # Filter by moderation status.
615664 if ( $this->mModStatus == self::MS_ACCEPTED ) {
616665 $q_conds['wlc_status'] = 'OK';
@@ -631,11 +680,13 @@
632681 } elseif ( $this->mWikilog !== null ) {
633682 $join_wlp = true;
634683 $q_conds['wlp_parent'] = $this->mWikilog->getArticleId();
 684+ } elseif ( $this->mNamespace !== false ) {
 685+ $q_conds['c.page_namespace'] = $this->mNamespace;
635686 }
636687
637688 # Filter by author.
638689 if ( $this->mAuthor ) {
639 - $q_conds['wlc_user_text'] = $this->mAuthor->getDBkey();
 690+ $q_conds['wlc_user_text'] = $this->mAuthor;
640691 }
641692
642693 # Filter by date.
@@ -677,6 +728,8 @@
678729 $query['item'] = $this->mItem->mTitle->getPrefixedDBKey();
679730 } elseif ( $this->mWikilog ) {
680731 $query['wikilog'] = $this->mWikilog->getPrefixedDBKey();
 732+ } elseif ( $this->mNamespace !== false ) {
 733+ $query['wikilog'] = Title::makeTitle( $this->mNamespace, "*" )->getPrefixedDBKey();
681734 }
682735
683736 if ( $this->mModStatus != self::MS_ALL ) {
@@ -684,7 +737,7 @@
685738 }
686739
687740 if ( $this->mAuthor ) {
688 - $query['author'] = $this->mAuthor->getDBKey();
 741+ $query['author'] = $this->mAuthor;
689742 }
690743
691744 if ( $this->mDate ) {
Index: branches/REL1_16/extensions/Wikilog/WikilogDefaultSettings.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/maintenance/wikilogImportDocumentation-pre1.16.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829 $WIKILOGDIR = dirname( dirname( __FILE__ ) );
Index: branches/REL1_16/extensions/Wikilog/maintenance/wikilogImportDocumentation.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Property changes on: branches/REL1_16/extensions/Wikilog/maintenance
___________________________________________________________________
Deleted: svn:mergeinfo
2930 Reverse-merged /trunk/extensions/Wikilog/maintenance:r63663
Index: branches/REL1_16/extensions/Wikilog/Wikilog.i18n.magic.php
@@ -1,7 +1,9 @@
22 <?php
33 /**
44 * Magic words used by Wikilog extension.
5 - * @addtogroup Extensions
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
68 */
79
810 $magicWords = array();
@@ -52,6 +54,25 @@
5355 'wlk-more' => array( '0', 'مزيد', 'more' ),
5456 );
5557
 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+
5677 $magicWords['es'] = array(
5778 'wl-settings' => array( '0', 'configuracion-wl', 'configuración-wl', 'wl-settings' ),
5879 'wl-publish' => array( '0', 'publicar-wl', 'wl-publish' ),
@@ -68,6 +89,8 @@
6990 'wlk-logo' => array( '0', 'ロゴ', 'logo' ),
7091 'wlk-subtitle' => array( '0', 'サブタイトル', '副タイトル', 'subtitle' ),
7192 'wlk-summary' => array( '1', '要約', 'summary' ),
 93+ 'wlk-hidden' => array( '0', '隠す', 'hidden' ),
 94+ 'wlk-more' => array( '0', '詳細', 'more' ),
7295 );
7396
7497 $magicWords['mg'] = array(
@@ -128,3 +151,7 @@
129152 'wlk-hidden' => array( '0', 'oculto', 'hidden' ),
130153 'wlk-more' => array( '0', 'mais', 'more' ),
131154 );
 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 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -34,9 +35,8 @@
3536 $wgExtensionCredits['other'][] = array(
3637 'path' => __FILE__,
3738 'name' => 'WlFeed',
38 - 'version' => '1.0.99.1dev',
 39+ 'version' => '1.1.0',
3940 'author' => 'Juliano F. Ravasi',
40 - 'description' => 'Enhanced feed generation classes.',
4141 'descriptionmsg' => 'wlfeed-desc',
4242 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog',
4343 );
Index: branches/REL1_16/extensions/Wikilog/WikilogCommentPager.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/WikilogMainPage.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -45,6 +46,7 @@
4647 public $mWikilogIcon = false;
4748 public $mWikilogLogo = false;
4849 public $mWikilogAuthors = false;
 50+ public $mWikilogUpdated = false;
4951 public $mWikilogPubdate = false;
5052
5153 /**
@@ -171,7 +173,7 @@
172174 );
173175 }
174176 $s .= Xml::tags( 'div', array( 'class' => 'wl-title' ),
175 - $skin->makeKnownLinkObj( $this->mTitle ) );
 177+ $skin->link( $this->mTitle, null, array(), array(), array( 'known', 'noclasses' ) ) );
176178
177179 $st =& $this->mWikilogSubtitle;
178180 if ( is_array( $st ) ) {
@@ -220,14 +222,11 @@
221223 global $wgWikilogFeedClasses;
222224
223225 // 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' )
232231 );
233232 if ( !empty( $wgWikilogFeedClasses ) ) {
234233 $f = array();
@@ -236,7 +235,7 @@
237236 wfMsg( "feed-{$format}" ),
238237 array( 'class' => "feedlink", 'type' => "application/{$format}+xml" ),
239238 array( 'view' => "archives", 'show' => $type, 'feed' => $format ),
240 - 'known'
 239+ array( 'known', 'noclasses' )
241240 );
242241 }
243242 $s .= ' (' . implode( ', ', $f ) . ')';
@@ -254,7 +253,7 @@
255254 $fields[] = Xml::hidden( 'title', $this->mTitle->getPrefixedText() );
256255 $fields[] = Xml::hidden( 'action', 'wikilog' );
257256 $fields[] = Xml::inputLabel( wfMsg( 'wikilog-item-name' ),
258 - 'wlItemName', 'wl-item-name', 25 );
 257+ 'wlItemName', 'wl-item-name', 50 );
259258 $fields[] = Xml::submitButton( wfMsg( 'wikilog-new-item-go' ),
260259 array( 'name' => 'wlActionNewItem' ) );
261260
@@ -300,7 +299,7 @@
301300 */
302301 private function loadWikilogData() {
303302 if ( !$this->mWikilogDataLoaded ) {
304 - $dbr = $this->getDB();
 303+ $dbr = wfGetDB( DB_SLAVE );
305304 $data = $this->getWikilogDataFromId( $dbr, $this->getId() );
306305 if ( $data ) {
307306 $this->mWikilogSubtitle = unserialize( $data->wlw_subtitle );
Index: branches/REL1_16/extensions/Wikilog/README
@@ -28,7 +28,7 @@
2929
3030 You should have received a copy of the GNU General Public License along
3131 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.
3333 http://www.gnu.org/copyleft/gpl.html
3434
3535 == Requirements ==
Index: branches/REL1_16/extensions/Wikilog/WikilogLinksUpdate.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
Index: branches/REL1_16/extensions/Wikilog/WikilogHooks.php
@@ -16,12 +16,13 @@
1717 *
1818 * You should have received a copy of the GNU General Public License along
1919 * 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.
2121 * http://www.gnu.org/copyleft/gpl.html
2222 */
2323
2424 /**
25 - * @addtogroup Extensions
 25+ * @file
 26+ * @ingroup Extensions
2627 * @author Juliano F. Ravasi < dev juliano info >
2728 */
2829
@@ -300,7 +301,7 @@
301302 Xml::check( 'wlSignpub', $checked, array(
302303 'id' => 'wl-signpub',
303304 'tabindex' => 1, // after text, before summary
304 - ) ) . '&nbsp;' .
 305+ ) ) . WL_NBSP .
305306 Xml::element( 'label', array(
306307 'for' => 'wl-signpub',
307308 'title' => $tooltip,
Property changes on: branches/REL1_16/extensions/Wikilog
___________________________________________________________________
Added: svn:mergeinfo
308309 Merged /trunk/extensions/Wikilog:r62820-70709

Status & tagging log