Replaced 'lastmodifiedby' with 'lastmodifiedatby' with seperated parameters for date...
authorJimmy Collins <collinj@users.mediawiki.org>
Thu, 21 Sep 2006 20:44:20 +0000 (20:44 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Thu, 21 Sep 2006 20:44:20 +0000 (20:44 +0000)
55 files changed:
RELEASE-NOTES
includes/Credits.php
languages/MessagesBe.php
languages/MessagesBg.php
languages/MessagesBr.php
languages/MessagesBs.php
languages/MessagesCa.php
languages/MessagesCs.php
languages/MessagesCsb.php
languages/MessagesDa.php
languages/MessagesDe.php
languages/MessagesEl.php
languages/MessagesEn.php
languages/MessagesEo.php
languages/MessagesEs.php
languages/MessagesFi.php
languages/MessagesFr.php
languages/MessagesFur.php
languages/MessagesGa.php
languages/MessagesGsw.php
languages/MessagesHe.php
languages/MessagesHr.php
languages/MessagesHu.php
languages/MessagesId.php
languages/MessagesIt.php
languages/MessagesJa.php
languages/MessagesKo.php
languages/MessagesKsh.php
languages/MessagesLi.php
languages/MessagesMk.php
languages/MessagesNds.php
languages/MessagesNl.php
languages/MessagesNn.php
languages/MessagesNo.php
languages/MessagesPa.php
languages/MessagesPl.php
languages/MessagesPms.php
languages/MessagesPt.php
languages/MessagesRmy.php
languages/MessagesRo.php
languages/MessagesRu.php
languages/MessagesSk.php
languages/MessagesSl.php
languages/MessagesSq.php
languages/MessagesSr_ec.php
languages/MessagesSr_el.php
languages/MessagesSu.php
languages/MessagesSv.php
languages/MessagesTe.php
languages/MessagesTr.php
languages/MessagesVec.php
languages/MessagesVi.php
languages/MessagesWa.php
languages/MessagesYi.php
languages/MessagesZh_yue.php

index 2eec491..108cda3 100644 (file)
@@ -221,9 +221,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 6756) Enabling RTL direction for kk-cn
 * (bug 6701) Kazakh language variants in MessagesEn.php
 * (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy
-* (bug 6518) Seperated parameters for date and time in 'lastmodified' to allow a better
-  localisation like requested for German. Updated all other message files to display the
-  old format for compatibility.
+* (bug 6518) Replaced 'lastmodified' with 'lastmodifiedat' and 'lastmodifiedby' with 'lastmodifiedatby'
+  with seperated parameters for date and time to allow better localisation. Updated all message files
+  to display the old format for compatibility.
 
 
 == Languages updated ==
index ff33de7..62f0b25 100644 (file)
@@ -87,11 +87,13 @@ function getAuthorCredits($article) {
 
        $timestamp = $article->getTimestamp();
        if ($timestamp) {
-               $d = $wgLang->timeanddate($article->getTimestamp(), true);
+               $d = $wgLang->date($article->getTimestamp(), true);
+               $t = $wgLang->time($article->getTimestamp(), true);
        } else {
                $d = '';
+               $t = '';
        }
-       return wfMsg('lastmodifiedby', $d, $author_credit);
+       return wfMsg('lastmodifiedatby', $d, $t, $author_credit);
 }
 
 /**
index 15c00cd..3a07569 100644 (file)
@@ -436,7 +436,7 @@ $messages = array(
 'jun' => '06',
 'june' => 'чэрвеня',
 'lastmodifiedat' => 'Гэтая старонка апошні раз рэдагавалася $2, $1.',
-'lastmodifiedby' => 'Гэтую старонку апошні раз рэдагаваў $2 $1.',
+'lastmodifiedatby' => 'Гэтую старонку апошні раз рэдагаваў $3 $2, $1.',
 'license' => 'Ліцэнзія',
 'link_tip' => 'Унутраная спасылка',
 'linklistsub' => '(Сьпіс спасылак)',
index 2549ed6..c6e0696 100644 (file)
@@ -1190,7 +1190,7 @@ $2 Показване на пренасочвания &nbsp; Търсене на
 # Attribution
 'anonymous' => 'Анонимен потребител(и) на {{SITENAME}}',
 'siteuser'  => 'потребители на {{SITENAME}} $1',
-'lastmodifiedby' => 'Последната промяна на страницата е извършена от $2 на $1.',
+'lastmodifiedatby' => 'Последната промяна на страницата е извършена от $3 на $2, $1.',
 'and' => 'и',
 'othercontribs' => 'Основаващо се върху работа на $1.',
 'others' => 'други',
index ac0a50e..5f644f8 100644 (file)
@@ -1011,7 +1011,7 @@ Dibabit unan all mar plij.",
 # Attribution
 'anonymous'    => 'Implijer(ez) dianv eus {{SITENAME}}',
 'siteuser'     => 'Implijer(ez) $1 eus {{SITENAME}}',
-'lastmodifiedby' => "Kemmet eo bet ar bajenn-mañ da ziwezhañ d'an/ar $1 gant $2",
+'lastmodifiedatby' => "Kemmet eo bet ar bajenn-mañ da ziwezhañ d'an/ar $2, $1 gant $3",
 'and'  => 'ha(g)',
 'contributions' => 'diazezet war labour $1.',
 'siteusers'    => 'Implijer(ez) $1 eus {{SITENAME}}',
index bb4c6a5..f6e90c0 100644 (file)
@@ -478,7 +478,7 @@ ovu staru verziju, (vrt) = vrati na ovu staru verziju.
 'largefile' => 'Preporučuje se da slike ne pređu veličinu od 100K.',
 'last' => 'posl',
 'lastmodifiedat' => 'Ova stranica je poslednji put izmijenjena $2, $1',
-'lastmodifiedby' => 'Ovu stranicu je poslednji put promjenio $2, dana $2.',
+'lastmodifiedatby' => 'Ovu stranicu je poslednji put promjenio $3, dana $3.',
 'lineno' => 'Linija $1:',
 'link_sample' => 'Naslov poveznice',
 'link_tip' => 'Unutrašnja poveznica',
index 78028c8..216e7ab 100644 (file)
@@ -1078,7 +1078,7 @@ L\'article de destí, "[[$1]]", ja existeix. Voleu esborrar-lo per fer lloc per
 'Monobook.css'          => '/* Editeu aquest fitxer per personalitzar l\'aparença del monobook per a tot el lloc sencer */',
 'notacceptable'         => 'El servidor wiki no pot oferir dades en un format que el client no pot llegir.',
 'anonymous'             => 'Usuaris anònims del projecte {{SITENAME}}',
-'lastmodifiedby'        => 'Va modificar-se la pàgina per darrera vegada el $1 per $2.',
+'lastmodifiedatby'        => 'Va modificar-se la pàgina per darrera vegada el $2, $1 per $3.',
 'and'                   => 'i',
 'others'                => 'altres',
 'subcategorycount'      => 'Hi ha {{PLURAL:$1|una subcategoria|$1 subcategories}} dins d\'aquesta categoria.',
index 48318e5..4872e32 100644 (file)
@@ -1368,7 +1368,7 @@ Cílová stránka „[[$1]]“ již existuje. Přejete si ji smazat pro uvolněn
 
 'anonymous' => "Anonymní uživatel(é) {{SITENAME}}",
 'siteuser' => "Uživatel {{SITENAME}} $1",
-'lastmodifiedby' => 'Tuto stránku naposledy měnil $2 v $1.',
+'lastmodifiedatby' => 'Tuto stránku naposledy měnil $3 v $2, $1.',
 'and' => 'a',
 'othercontribs' => 'Založeno na textu od uživatele $1.',
 'others' => 'další',
index 19da005..4016ebc 100644 (file)
@@ -144,7 +144,7 @@ $messages = array(
 'june' => 'Czerwińc',
 'june-gen' => 'Czerwińca',
 'largefile' => 'Nôlepi bë lopk ni miôł wicy jak $1 bajtów.',
-'lastmodifiedby' => 'Na starna bëła slédno editowónô $1 przez $2.',
+'lastmodifiedatby' => 'Na starna bëła slédno editowónô $2, $1 przez $3.',
 'lastmodifiedat' => 'Na starna bëła slédno editowónô ò $2, $1;',
 'last' => 'pòslédnô',
 'lineno' => 'Lëniô $1:',
index 650b9f6..4766c7a 100644 (file)
@@ -1203,7 +1203,7 @@ Målartiklen "[[$1]]" eksisterer allerede. Vil du slette den for at lave plads t
 
 'anonymous' => "Anonym(e) bruger(e) af {{SITENAME}}",
 'siteuser' => "{{SITENAME}} bruger $1",
-'lastmodifiedby' => "Denne side blev senest ændret $1 af $2.",
+'lastmodifiedatby' => "Denne side blev senest ændret $2, $1 af $3.",
 'and' => 'og',
 'othercontribs' => "Baseret på arbejde af $1.",
 'others' => 'andre',
index 0a56aac..1a0e2ef 100644 (file)
@@ -1341,7 +1341,7 @@ Alternativ ist der Export auch mit der Syntax „Spezial:Export/Seitentitel“ m
 
 # Attribution
 'anonymous' => 'Anonyme(r) Benutzer auf {{SITENAME}}',
-'lastmodifiedby' => 'Diese Seite wurde zuletzt geändert am $1 von $2.',
+'lastmodifiedatby'     => 'Diese Seite wurde zuletzt geändert am $1 um $2 Uhr von $3.',
 'othercontribs' => 'Basiert auf der Arbeit von $1',
 'others' => 'andere',
 'creditspage' => 'Seiteninformationen',
index 54a1270..eb365ba 100644 (file)
@@ -1276,7 +1276,7 @@ Tο σύστημα ειδοποίησης του {{SITENAME}}
 #-----------------#
 'anonymous' => 'Ανώνυμος(-οι) χρήστης(-ες) του {{SITENAME}}',
 'siteuser' => '{{SITENAME}} χρήστης $1',
-'lastmodifiedby' => 'Η σελίδα αυτή τροποποιήθηκε τελευταία φορά στις  $1 από το χρήστη $2.',
+'lastmodifiedatby' => 'Η σελίδα αυτή τροποποιήθηκε τελευταία φορά στις  $2, $1 από το χρήστη $3.',
 'and' => 'και',
 'othercontribs' => 'Βασισμένο στη δουλειά του/της $1',
 'others' => 'άλλοι',
index f157c8e..5b6aa15 100644 (file)
@@ -1851,7 +1851,7 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
 
 'anonymous' => 'Anonymous user(s) of {{SITENAME}}',
 'siteuser' => '{{SITENAME}} user $1',
-'lastmodifiedby' => 'This page was last modified $1 by $2.',
+'lastmodifiedatby' => 'This page was last modified $2, $1 by $3.',     // $1 date, $2 time. $3 user
 'and' => 'and',
 'othercontribs' => 'Based on work by $1.',
 'others' => 'others',
index 4f6a816..66ebd16 100644 (file)
@@ -1096,7 +1096,7 @@ La celartikolo "[[$1]]" jam ekzistas. Ĉu vi volas forigi ĝin por krei spacon p
 'Monobook.css'          => '/* CSS placed here will affect users of the Monobook skin */',
 'anonymous'             => 'Anonima(j) uzanto(j) de {{SITENAME}}',
 'siteuser'              => '{{SITENAME}} uzanto $1',
-'lastmodifiedby'        => 'Ĉi paĝo estis laste ŝanĝita je $1 de $2.',
+'lastmodifiedatby'        => 'Ĉi paĝo estis laste ŝanĝita je $2, $1 de $3.',
 'and'                   => 'kaj',
 'othercontribs'         => 'Bazita sur la laboro de $1.',
 'others'                => 'aliaj',
index 3aafde4..692bc4b 100644 (file)
@@ -1102,7 +1102,7 @@ En el último caso puedes usar un enlace, por ejemplo [[Special:Export/{{Mediawi
 'notacceptable'         => 'El servidor wiki no puede proveer los datos en un formato que tu cliente (navegador) pueda entender.',
 'anonymous'             => 'Usuario(s) anónimo(s) de {{SITENAME}}',
 'siteuser'              => 'Usuario $1 de {{SITENAME}}',
-'lastmodifiedby'        => 'Esta página fue modificada por última vez en $1 por $2.',
+'lastmodifiedatby'        => 'Esta página fue modificada por última vez en $2, $1 por $3.',
 'and'                   => 'y',
 'othercontribs'         => 'Basado en el trabajo de $1.',
 'others'                => 'otros',
index d615b14..fc0fd84 100644 (file)
@@ -1365,7 +1365,7 @@ Näissä tapauksissa sivut täytyy siirtää tai yhdistää käsin.',
 
 'anonymous'           => '{{GRAMMAR:genitive|{{SITENAME}}}} anonyymit käyttäjät',
 'siteuser'            => '{{GRAMMAR:genitive|{{SITENAME}}}} käyttäjä $1',
-'lastmodifiedby'      => 'Tätä sivua muokkasi viimeksi $2, $1.',
+'lastmodifiedatby'      => 'Tätä sivua muokkasi viimeksi $3, $2, $1.',
 'and'                 => 'ja',
 'othercontribs'       => 'Perustuu työlle, jonka teki $1.',
 'others'              => 'muut',
index 9396540..5ea9e34 100644 (file)
@@ -1270,7 +1270,7 @@ Dans ce dernier cas, vous pouvez aussi utiliser un lien, comme [[{{ns:Special}}:
 
 'anonymous'    => 'Utilisateur(s) anonyme(s) de {{SITENAME}}',
 'siteuser'     => 'Utilisateur $1 de {{SITENAME}}',
-'lastmodifiedby' => 'Cette page a été modifiée pour la dernière fois le $1 par $2',
+'lastmodifiedatby' => 'Cette page a été modifiée pour la dernière fois le $2, $1 par $3',
 'and'  => 'et',
 'othercontribs' => 'Basé sur le travail de $1.',
 'others' => 'autres',
index fab8033..f2aa621 100644 (file)
@@ -283,7 +283,7 @@ cheste vecje version, (rip) = torne a ripristinâ cheste vecje version.
 'largefile' => "Si racomande che lis figuris no sedin pi grandis di $1KB ($2).",
 'last' => "ultime",
 'lastmodifiedat' => "Cambiât par l'ultime volte ai $2, $1",
-'lastmodifiedby' => "Cambiât par l'ultime volte ai $1 di",
+'lastmodifiedatby' => "Cambiât par l'ultime volte ai $2, $1 di",
 'lineno' => "Rie $1:",
 'link_sample' => "Titul dal leam",
 'link_tip' => "Leams internis",
index 2d76da6..79742ca 100644 (file)
@@ -1330,7 +1330,7 @@ ní féidir uaslódála staire díreacha a dhéanamh faoi láthair.',
 
 'anonymous' => "Úsáideoir(í) gan ainm ar {{SITENAME}}",
 'siteuser' => "Úsáideoir $1 ag {{SITENAME}}", #FIXME - genitive needed here
-'lastmodifiedby' => "Leasaigh $2 an leathanach seo go déanaí ag $1.",
+'lastmodifiedatby' => "Leasaigh $3 an leathanach seo go déanaí ag $2, $1.",
 'and' => 'agus',
 'othercontribs' => "Bunaithe ar saothair le $1.",
 'others' => 'daoine eile',
index fc7a744..0bfc062 100644 (file)
@@ -666,7 +666,7 @@ I söttigne Fäll müessti d Diskussionssyten allefalls vo Hand kopiert wärde.'
 'allmessagesmodified'   => 'numme gänderti aazeige',
 'importtext'            => 'Bitte speichere Si selli Syte vom Quellwiki met em Special:Export Wärkzüg ab un lade Si denn di Datei denn do uffe.',
 'anonymous'             => 'Anonyme Benutzer uff {{SITENAME}}',
-'lastmodifiedby'        => 'Diese Seite wurde zuletzt geändert um $1 von $2.',
+'lastmodifiedatby'        => 'Diese Seite wurde zuletzt geändert um $2, $1 von $3.',
 'and'                   => 'un',
 'othercontribs'         => 'Basiert auf der Arbeit von $1.',
 'spamprotectiontitle'   => 'Spamschutz-Filter',
index 72568c2..7558f3e 100644 (file)
@@ -1580,7 +1580,7 @@ $NEWPAGE
 # Attribution
 "anonymous"      => "משתמש(ים) אנונימי(ים) של {{SITENAME}}",
 "siteuser"       => "משתמש {{SITENAME}} $1",
-"lastmodifiedby" => "דף זה שונה לאחרונה בתאריך $1 על־ידי $2.",
+"lastmodifiedatby" => "דף זה שונה לאחרונה בתאריך $2, $1 על־ידי $3.",
 "and"            => "וגם",
 "othercontribs"  => "מבוסס על העבודה של $1.",
 "others"         => "אחרים",
index b38d6d2..a4dd4f0 100644 (file)
@@ -1173,7 +1173,7 @@ U potonjem slučaju možete koristiti i poveznicu, npr. [[{{ns:Special}}:Export/
 'notacceptable'         => 'Wiki server ne može dobaviti podatke u obliku kojega vaš klijent može pročitati.',
 'anonymous'             => 'Anonimni suradnik projekta {{SITENAME}}',
 'siteuser'              => 'Suradnik $1 na projektu {{SITENAME}}',
-'lastmodifiedby'        => 'Ovu je stranicu zadnji put mijenjao dana $1 suradnik $2.',
+'lastmodifiedatby'        => 'Ovu je stranicu zadnji put mijenjao dana $2, $1 suradnik $3.',
 'and'                   => 'i',
 'othercontribs'         => 'Temelji se na doprinosu suradnika $1.',
 'others'                => 'drugih',
index 56a374e..d9cc9ee 100644 (file)
@@ -924,7 +924,7 @@ Az utóbbi esetben közvetlen linket is használhatsz, például a [[Special:Exp
 'tooltip-diff'          => 'Nézd meg, milyen változtatásokat végeztél eddig a szövegen [alt-d]',
 'tooltip-compareselectedversions'=> 'A két kiválasztott változat közötti eltérések megjelenítése [alt-v]',
 'anonymous'             => 'Névtelen {{SITENAME}}-felhasználó(k)',
-'lastmodifiedby'        => 'Ezt a lapot utoljára $2 módosította $1 időpontban.',
+'lastmodifiedatby'        => 'Ezt a lapot utoljára $3 módosította $2, $1 időpontban.',
 'and'                   => 'és',
 'spamprotectiontext'    => 'Az általad elmenteni kívánt lap fennakadt a \'\'spam\'\' szűrőn. Ezt valószínűleg egy külső weblapra hivatkozás okozta.',
 'spamprotectionmatch'   => 'A \'\'spam\'\' szűrőn az alábbi szöveg akadt fenn: $1',
index 275d24d..fce9988 100644 (file)
@@ -1378,7 +1378,7 @@ Jika Anda hanya ingin mengimpor versi sekarang, Anda juga dapat melakukan hal in
 
 "anonymous" => "Pengguna(-pengguna) anonim {{SITENAME}}",
 "siteuser" => "Pengguna {{SITENAME}} $1",
-"lastmodifiedby" => "Halaman ini terakhir kali diubah $1 oleh $2.",
+"lastmodifiedatby" => "Halaman ini terakhir kali diubah $2, $1 oleh $3.",
 "and" => "dan",
 "othercontribs" => "Didasarkan pada karya $1.",
 'others' => 'lainnya',
index dedfcc5..63b507d 100644 (file)
@@ -1336,7 +1336,7 @@ Tutte le operazioni di importazione trans-wiki sono registrate nel [[Special:Log
 # Attribution
 "anonymous"    => "uno o più utenti anonimi di {{SITENAME}}",
 "siteuser"     => "$1, utente di {{SITENAME}}",
-"lastmodifiedby"       => "Questa pagina è stata modificata per l'ultima volta il $1 da $2.",
+"lastmodifiedatby"     => "Questa pagina è stata modificata per l'ultima volta il $2, $1 da $3.",
 "and"  => "e",
 "othercontribs"        => "Il testo attuale è basato su contributi di $1.",
 "others"       => "altri",
index 0ff79a9..7b19f60 100644 (file)
@@ -1248,7 +1248,7 @@ $NEWPAGE
 'notacceptable'         => 'ウィキサーバーはあなたの使用しているクライアントが読める形式で情報を提供できません。',
 'anonymous'             => '{{SITENAME}}の匿名利用者',
 'siteuser'              => '{{SITENAME}}の利用者$1',
-'lastmodifiedby'        => '最終更新は $2 による $1 の編集です。',
+'lastmodifiedatby'        => '最終更新は $3 による $2, $1 の編集です。',
 'and'                   => 'および',
 'othercontribs'         => '$1の版に基づきます。',
 'others'                => 'その他の利用者',
index 5df9ebc..1ff73b0 100644 (file)
@@ -1050,7 +1050,7 @@ $messages = array(
 'nocreativecommons'     => '크리에이티브 커먼즈 RDF 메타데이터 기능은 비활성되어 있습니다.',
 'anonymous'             => '{{SITENAME}}의 익명 사용자',
 'siteuser'              => '{{SITENAME}} 사용자 $1',
-'lastmodifiedby'        => '이 문서는 $2에 의해 $1에 마지막으로 바뀌었습니다.',
+'lastmodifiedatby'        => '이 문서는 $3에 의해 $2, $1에 마지막으로 바뀌었습니다.',
 'and'                   => '그리고',
 'siteusers'             => '{{SITENAME}} 사용자 $1',
 'creditspage'           => '문서 기여자들',
index 66a679b..fde1947 100644 (file)
@@ -2105,7 +2105,7 @@ wat Dinge [http://ksh.wikipedia.org/wiki/Help:Client Client] odde [http://ksh.wi
 Brauser] foshtonn künnt.',
 'anonymous'             => 'Namelose Medmaacher fun_de {{SITENAME}}',
 'siteuser'              => '{{SITENAME}}-Medmaacher $1',
-'lastmodifiedby'        => 'Hee di Sigk wood_et läz jeänndort fun $2 om $1',
+'lastmodifiedatby'        => 'Hee di Sigk wood_et läz jeänndort fun $3 om $2, $1',
 'and'                   => 'un',
 'othercontribs'         => 'Bout op de Ärbeëijdt fun „<strong>$1</strong>“ op.',
 'others'                => 'anndere',
index 0350f5f..ec58591 100644 (file)
@@ -802,7 +802,7 @@ De doeltitel "[[$1]]" besjteit al. Wils te dit artikel wisse óm ruumde te make
 'tooltip-watch'         => 'Voog dees pazjena toe aan dien volglies [alt-w]',
 'anonymous'             => 'Anoniem(e) gebroeker(s) van {{SITENAME}}',
 'siteuser'              => '{{SITENAME}} gebroeker $1',
-'lastmodifiedby'        => 'Dees pazjena is \'t litst verangert op $1 doer $2.',
+'lastmodifiedatby'        => 'Dees pazjena is \'t litst verangert op $2, $1 doer $3.',
 'and'                   => 'en',
 'siteusers'             => '{{SITENAME}} gebroekers(s) $1',
 'creditspage'           => 'Sjrievers van dees pazjena',
index 060d8c5..c2018c0 100644 (file)
@@ -1225,7 +1225,7 @@ $NEWPAGE
 'notacceptable'         => 'Вики серверот неможе да генерира податоци во формат погоден за вашиот клиент.',
 'anonymous'             => 'Анонимен корисник од {{SITENAME}}',
 'siteuser'              => 'корисник на {{SITENAME}} $1',
-'lastmodifiedby'        => 'Последната промена на страницата е извршена од $2, на $1.',
+'lastmodifiedatby'        => 'Последната промена на страницата е извршена од $3, на $2, $1.',
 'and'                   => 'и',
 'othercontribs'         => 'Засновано на делото на $1.',
 'others'                => 'други',
index 422546c..5db480d 100644 (file)
@@ -1133,7 +1133,7 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'Kategoriesiet ankieken\');',
 
 'anonymous'                             => 'Anonyme Bruker vun {{SITENAME}}',
 'siteuser'                              => '{{SITENAME}}-Bruker $1',
-'lastmodifiedby'                        => 'Disse Siet weer dat letzte Maal $1 vun $2 ännert.',
+'lastmodifiedatby'                        => 'Disse Siet weer dat letzte Maal $2, $1 vun $3 ännert.',
 'othercontribs'                         => 'Grünnt op Arbeid vun $1.',
 'others'                                => 'annere',
 'siteusers'                             => '{{SITENAME}}-Bruker $1',
index 3075037..10352ff 100644 (file)
@@ -1375,7 +1375,7 @@ Alle transwiki-importhandelingen worden opgeslagen in het [[Special:Log/import|i
 # Attribution
 'anonymous'             => 'Anonieme gebruiker(s) van {{SITENAME}}',
 'siteuser'              => '{{SITENAME}} gebruiker $1',
-'lastmodifiedby'        => 'Deze pagina is het laatst bewerkt op $1 door $2.',
+'lastmodifiedatby'        => 'Deze pagina is het laatst bewerkt op $2, $1 door $3.',
 'and'                   => 'en',
 'othercontribs'         => 'Gebaseerd op werk van $1.',
 'others'                => 'anderen',
index 7b4ac73..df84092 100644 (file)
@@ -1188,7 +1188,7 @@ For å eksportere bruker du [[{{ns:-1}}:Export|eksportsida]] på kjeldewikien; h
 # Attribution
 'anonymous'             => 'Anonym(e) brukar(ar) av {{SITENAME}}',
 'siteuser'              => '{{SITENAME}} brukar $1',
-'lastmodifiedby'        => 'Denne sida vart sist endra $1 av $2.',
+'lastmodifiedatby'        => 'Denne sida vart sist endra $2, $1 av $3.',
 'and'                   => 'og',
 'othercontribs'         => 'Basert på arbeid av $1.',
 'others'                => 'andre',
index 941ab48..2bfcd9e 100644 (file)
@@ -1177,7 +1177,7 @@ For å eksportere sider, skriv inn titler i tekstboksen under, én tittel per li
 'notacceptable'         => 'Tjeneren har ingen mulige måter å vise data i din nettleser.',
 'anonymous'             => 'Anonym(e) bruker(e) av {{SITENAME}}',
 'siteuser'              => '{{SITENAME}}-bruker $1',
-'lastmodifiedby'        => 'Denne siden var sist redigert $1 av $2.',
+'lastmodifiedatby'        => 'Denne siden var sist redigert $2, $1 av $3.',
 'and'                   => 'og',
 'othercontribs'         => 'Basert på arbeid av $1.',
 'others'                => 'andre',
index a64a0f5..136a5da 100644 (file)
@@ -395,7 +395,7 @@ $1 ਜਾਂ ਕਿਸੇ ਵੀ ਹੋਰ [[{{ns:4}}:ਪ੍ਰਸ਼ਾਸਕ]]
 
 # Attribution
 
-'lastmodifiedby'       => 'ਇਹ ਪੰਨਾ ਅਖੀਰਲੀ ਵਾਰ $1 ਨੂੰ $2 ਦੁਆਰਾ ਬਦਲਿਆ ਗਿਆ ਸੀ',
+'lastmodifiedatby'     => 'ਇਹ ਪੰਨਾ ਅਖੀਰਲੀ ਵਾਰ $2, $1 ਨੂੰ $3 ਦੁਆਰਾ ਬਦਲਿਆ ਗਿਆ ਸੀ',
 'and'                  => 'ਅਤੇ',
 'othercontribs'        => '$1 ਦੁਆਰਾ ਕੰਮ ਤੇ ਅਧਾਰਤ।',
 
index b90f6f3..31749e8 100644 (file)
@@ -1341,7 +1341,7 @@ Można również użyć łącza, np. [[{{ns:Special}}:Export/{{Mediawiki:mainpag
 
 'anonymous' => 'Anonimowy użytkownicy serwisu {{SITENAME}}',
 'siteuser' => 'Użytkownik serwisu {{SITENAME}} - $1',
-'lastmodifiedby' => 'Ostatnia edycja tej strony: $1 (autor zmian: $2)',
+'lastmodifiedatby' => 'Ostatnia edycja tej strony: $2, $1 (autor zmian: $3)',
 'and' => 'oraz',
 'othercontribs' => 'Inni autorzy: $1.',
 'others' => 'inni',
index 315a6d8..ac21bb1 100644 (file)
@@ -1274,7 +1274,7 @@ Tute le amportassion antra wiki diferente a resto marcà ant ël [[Special:Log/i
 'notacceptable'         => 'Ël server dla wiki a-i la fa pa a provëdde dij dat ant na forma che sò programa local a peula lese.',
 'anonymous'             => 'Utent anònim ëd la {{SITENAME}}',
 'siteuser'              => '$1, utent ëd {{SITENAME}}',
-'lastmodifiedby'        => 'Sta pàgina-sì a l\'é staita modificà l\'ùltima vira al $1 da $2.',
+'lastmodifiedatby'        => 'Sta pàgina-sì a l\'é staita modificà l\'ùltima vira al $2, $1 da $3.',
 'and'                   => 'e',
 'othercontribs'         => 'Basà ant sëj travaj ëd $1.',
 'others'                => 'àutri',
index 4f30f2d..8cb7ee7 100644 (file)
@@ -1543,7 +1543,7 @@ Todas as acções de importação transwiki são registadas no [[Special:Log/imp
 
 'anonymous' => 'Utilizador(es) anónimo(s) da {{SITENAME}}',
 'siteuser' => '{{SITENAME}} utilizador $1',
-'lastmodifiedby' => 'Esta página foi modificada pela última vez a $1 por $2.',
+'lastmodifiedatby' => 'Esta página foi modificada pela última vez a $2, $1 por $3.',
 'and' => 'e',
 'othercontribs' => 'Baseado no trabalho de $1.',
 'others' => 'outros',
index bf3ad3c..b46a7b5 100644 (file)
@@ -267,7 +267,7 @@ Dikh ando $2 ek patrinipen le palutne butyange khosle.',
 '1movedto2'             => '[[$1]] bichhaldo kai [[$2]]',
 'allmessages'           => 'Toate mesajele',
 'allmessagesname'       => 'Anav',
-'lastmodifiedby'        => 'Kadaya patrin sas paruvdi agoreste $1 katar $2.',
+'lastmodifiedatby'        => 'Kadaya patrin sas paruvdi agoreste $2, $1 katar $3.',
 'and'                   => 'thai',
 'others'                => 'aver',
 'Monobook.js'           => '/* tooltips and access keys */
index db55b02..70f2bb9 100644 (file)
@@ -1219,7 +1219,7 @@ Articolul de destinaţie "[[$1]]" există deja. Doriţi să îl ştergeţi pentr
 'notacceptable'         => 'Serverul wiki nu poate oferi date într-un format pe care clientul tău să-l poată citi.',
 'anonymous'             => 'Utilizator(i) anonimi ai {{SITENAME}}',
 'siteuser'              => 'Utilizator {{SITENAME}} $1',
-'lastmodifiedby'        => 'Această pagină a fost modificată $1 de către $2.',
+'lastmodifiedatby'        => 'Această pagină a fost modificată $2, $1 de către $3.',
 'and'                   => 'şi',
 'othercontribs'         => 'Bazat pe munca lui $1.',
 'others'                => 'alţii',
index 4a58c8e..9b8a4da 100644 (file)
@@ -1637,7 +1637,7 @@ The wiki server can\'t provide data in a format your client can read.',
 
 'anonymous' => 'Анонимные пользователи {{grammar:genitive|{{SITENAME}}}}',
 'siteuser' => 'Участник {{grammar:genitive|{{SITENAME}}}} $1',
-'lastmodifiedby' => 'Эта страница последний раз была изменена $1 участником $2.',
+'lastmodifiedatby' => 'Эта страница последний раз была изменена $2, $1 участником $3.',
 'and' => 'и',
 'othercontribs' => 'Основано на работе $1.',
 'others' => 'другие',
index ad40b13..bb4144d 100644 (file)
@@ -1368,7 +1368,7 @@ V druhom prípade môžete tiež použiť odkaz, napr. [[Special:Export/{{Mediaw
 'notacceptable'         => 'Wiki server nedokáže poskytovať dáta vo formáte, v akom ich váš klient vie čítať.',
 'anonymous'             => 'Anonymný redaktor/i {{GRAMMAR:genitív|{{SITENAME}}}}',
 'siteuser'              => 'Redaktor {{GRAMMAR:genitív|{{SITENAME}}}} $1',
-'lastmodifiedby'        => 'Táto stránka bola naposledy upravovaná $1 redaktorom $2.',
+'lastmodifiedatby'        => 'Táto stránka bola naposledy upravovaná $2, $1 redaktorom $3.',
 'and'                   => 'a',
 'othercontribs'         => 'Založené na práci redaktora $1.',
 'others'                => 'iné',
index 3e3228c..7b3ba40 100644 (file)
@@ -1189,7 +1189,7 @@ Prestavitev strani je lahko za priljubljeno stran velika in nepričakovana sprem
 'notacceptable'         => 'V obliki, ki jo lahko bere vaš odjemalec, wikistrežnik podatkov ne more ponuditi.',
 'anonymous'             => 'Brezimni uporabnik(i) {{GRAMMAR:rodilnik|{{SITENAME}}}}',
 'siteuser'              => 'Uporabnik $1',
-'lastmodifiedby'        => 'Stran je zadnjič urejal(a) $2 (čas spremembe: $1).',
+'lastmodifiedatby'        => 'Stran je zadnjič urejal(a) $3 (čas spremembe: $2, $1).',
 'and'                   => 'in',
 'othercontribs'         => '<!--Temelji na delu $1. Ne deluje pravilno-->Prispevki uporabnika.',
 'others'                => 'drugi',
index 2fbd27e..32ba231 100644 (file)
@@ -1197,7 +1197,7 @@ Për të eksportuar faqe, thjesht shtypni një emër për çdo rresht, ose krijo
 'notacceptable'         => 'Wiki server nuk mundet ti përgatit të dhënat për klintin tuaj.',
 'anonymous'             => 'Përdorues anonim të {{SITENAME}}',
 'siteuser'              => 'Përdoruesi $1 i {{SITENAME}}',
-'lastmodifiedby'        => 'Kjo faqe është redaktuar së fundit më $1 nga $2.',
+'lastmodifiedatby'        => 'Kjo faqe është redaktuar së fundit më $2, $1 nga $3.',
 'and'                   => 'dhe',
 'othercontribs'         => 'Bazuar mbi punën e $1',
 'others'                => 'të tjerë',
index ce3c7f7..f400376 100644 (file)
@@ -1592,7 +1592,7 @@ $NEWPAGE
 
 'anonymous' => 'Анонимни корисник сајта {{SITENAME}}',
 'siteuser' => '{{SITENAME}} корисник $1',
-'lastmodifiedby' => 'Ову страницу је последњи пут променио $2 у $1.',
+'lastmodifiedatby' => 'Ову страницу је последњи пут променио $3 у $2, $1.',
 'and' => 'и',
 'othercontribs' => 'Базирано на раду корисника $1.',
 'others' => 'остали',
index 51e3949..bb0fdf5 100644 (file)
@@ -1595,7 +1595,7 @@ Svi transviki uvozi su zabeleženi u [[Posebno:Log/import|istoriji uvoza]].',
 
 'anonymous' => 'Anonimni korisnik sajta {{SITENAME}}',
 'siteuser' => '{{SITENAME}} korisnik $1',
-'lastmodifiedby' => 'Ovu stranicu je poslednji put promenio $2 u $1.',
+'lastmodifiedatby' => 'Ovu stranicu je poslednji put promenio $3 u $2, $1.',
 'and' => 'i',
 'othercontribs' => 'Bazirano na radu korisnika $1.',
 'others' => 'ostali',
index 3603a9d..a030581 100644 (file)
@@ -492,7 +492,7 @@ Katerangan: (kiw) = bédana jeung vérsi kiwari,
 'largefile' => 'Dianjurkeun sangkan ukuran gambar teu leuwih ti 100k.',
 'last' => 'ahir',
 'lastmodifiedat' => 'Kaca ieu panungtungan dirobah $2, $1.',
-'lastmodifiedby' => 'Kaca ieu panungtungan dirobah $1 ku $2.',
+'lastmodifiedatby' => 'Kaca ieu panungtungan dirobah $2, $1 ku $3.',
 'lineno' => 'Baris ka-$1:',
 'link_sample' => 'Judul tumbu',
 'link_tip' => 'Tumbu internal',
index 790422f..4e99286 100644 (file)
@@ -1173,7 +1173,7 @@ All överföring mellan wikier (transwiki) listas i  [[Special:Log/import|import
 'notacceptable'         => 'Den här wiki-servern kan inte erbjuda data i ett format som din klient kan läsa.',
 'anonymous'             => 'Anonym användare av {{SITENAME}}',
 'siteuser'              => '{{SITENAME}} användare $1',
-'lastmodifiedby'        => 'Den här sidan ändrades senast $1 av $2.',
+'lastmodifiedatby'        => 'Den här sidan ändrades senast $2, $1 av $3.',
 'and'                   => 'och',
 'othercontribs'         => 'Baserad på arbete av $1.',
 'others'                => 'andra',
index 795277d..4e68884 100644 (file)
@@ -760,7 +760,7 @@ $1',
 'tooltip-diff'          => 'పాఠానికి మీరు చేసిన మార్పులను చూపుంచు. [alt-v]',
 'anonymous'             => '{{SITENAME}} యొక్క అజ్ఞాత సభ్యులు',
 'siteuser'              => '{{SITENAME}} సభ్యుడు $1',
-'lastmodifiedby'        => 'ఈ పేజీకి $2 $1న చివరి మార్పు చేసారు.',
+'lastmodifiedatby'        => 'ఈ పేజీకి $3 $2, $1న చివరి మార్పు చేసారు.',
 'and'                   => 'మరియు',
 'siteusers'             => '{{SITENAME}} సభ్యులు $1',
 'spamprotectiontitle'   => 'స్పాం సంరక్షణ ఫిల్టరు',
index bf0213d..18d9332 100644 (file)
@@ -943,7 +943,7 @@ In the latter case you can also use a link, e.g. [[Special:Export/{{int:Mainpage
 'tooltip-watch'         => 'Sayfayı izleme listene ekle [alt-w]',
 'Monobook.css'          => '/* monobook temasının ayarlarını değiştirmek için burayı değiştirin. Tüm sitede etkili olur. */',
 'siteuser'              => '{{SITENAME}} kullanıcı $1',
-'lastmodifiedby'        => 'Sayfa en son $2 tarafından $1 tarihinde değiştirildi.',
+'lastmodifiedatby'        => 'Sayfa en son $3 tarafından $2, $1 tarihinde değiştirildi.',
 'and'                   => 've',
 'others'                => 'diğerleri',
 'siteusers'             => '{{SITENAME}} kullanıcılar $1',
index 30c3de3..9001cfc 100644 (file)
@@ -869,7 +869,7 @@ Tute łe operazsion de importazsion trans-wiki łe xè registrae nel [[Special:L
 'tooltip-compareselectedversions'=> 'Varda łe diferenzse tra łe do verzsion selezsionà de sta paxèna. [alt-v]',
 'notacceptable'         => 'El server wiki non xè in grado di fornire i dati in un formato łeggibiłe dal client utilixà.',
 'anonymous'             => 'Utente(/i) anonimo(/i) de {{SITENAME}}',
-'lastmodifiedby'        => 'Sta paxèna xè stà modificà l\'ultima volta el $1 da $2.',
+'lastmodifiedatby'        => 'Sta paxèna xè stà modificà l\'ultima volta el $2, $1 da $3.',
 'creditspage'           => 'Crediti de ła paxèna',
 'subcategorycount'      => 'Sta categoria contegne {{PLURAL:$1|na sotocategoria| {{FORMATNUM|$1}} sotocategorie}}.',
 'categoryarticlecount'  => 'Ghè $1 voçi in sta categoria.',
index ac49d12..a5902f8 100644 (file)
@@ -1038,7 +1038,7 @@ Xin hãy hợp nhất chúng lại.',
 # Attribution
 'anonymous' => "Thành viên vô danh của {{SITENAME}}",
 'siteuser' => "Thành viên $1 của {{SITENAME}}",
-'lastmodifiedby' => "Trang này được $2 cập nhật lần cuối lúc $1.",
+'lastmodifiedatby' => "Trang này được $3 cập nhật lần cuối lúc $2, $1.",
 'and' => 'và',
 'othercontribs' => "dựa trên công trình của $1.",
 'others' => 'những người khác',
index ea08e73..0ee6200 100644 (file)
@@ -1384,7 +1384,7 @@ Dins ç\' dierin cas, vos ploz eto eployî ene hårdêye, eg: [[{{ns:special}}:E
 # Attribution
 'anonymous' => 'Uzeu(s) anonime(s) di {{SITENAME}}',
 'siteuser' => 'Uzeu d\' {{SITENAME}} «$1»',
-'lastmodifiedby' => 'Cisse pådje a stî candjeye pol dierin côp li $1 pa $2.',
+'lastmodifiedatby' => 'Cisse pådje a stî candjeye pol dierin côp li $2, $1 pa $3.',
 'and' => 'eyet',
 'othercontribs' => 'Båzé so l\' ovraedje da $1.',
 'others' => 'des ôtes',
index c516f01..25db284 100644 (file)
@@ -349,7 +349,7 @@ make it easier to pick out.
 'allmessagesname'       => 'נאָמען',
 'tooltip-search'        => 'זוכן {{SITENAME}} [alt-f]',
 'tooltip-diff'          => 'Show which changes you made to the text. [alt-d]',
-'lastmodifiedby'        => 'די לעצטע ענדערונג פון די בלאט איז געווען $1 ביי $2.',
+'lastmodifiedatby'        => 'די לעצטע ענדערונג פון די בלאט איז געווען $2, $1 ביי $3.',
 'and'                   => 'און',
 'subcategorycount'      => 'ס\'איז דאָ $1 אונטערקאַטעגאָריעס צו די קאַטעגאָריע.',
 'categoryarticlecount'  => 'ס\'איז דאָ $1 אַרטיקלען אין די קאַטעגאָריע.',
index c4542a8..ee75e7e 100644 (file)
@@ -1578,7 +1578,7 @@ wiki: $PAGEEDITOR_WIKI
 \r
 'anonymous' => '{{SITENAME}}嘅匿名用戶',\r
 'siteuser' => '{{SITENAME}}嘅用戶$1',\r
-'lastmodifiedby' => '呢一頁嘅最後畀 $2 響 $1 修改。',\r
+'lastmodifiedatby' => '呢一頁嘅最後畀 $3 響 $2, $1 修改。',\r
 'and' => '同埋',\r
 'othercontribs' => '以$1嘅作品為基礎。',\r
 'others' => '其他',\r