http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11708
Revision: 11708 Author: amir Date: 2013-07-02 13:37:22 +0000 (Tue, 02 Jul 2013) Log Message: ----------- applying patch #619
Modified Paths: -------------- trunk/pywikipedia/reflinks.py
Modified: trunk/pywikipedia/reflinks.py =================================================================== --- trunk/pywikipedia/reflinks.py 2013-07-01 21:33:58 UTC (rev 11707) +++ trunk/pywikipedia/reflinks.py 2013-07-02 13:37:22 UTC (rev 11708) @@ -59,7 +59,7 @@ 'hu':'User:Damibot/EditThisPageToStopMe', 'en':u'User:DumZiBoT/EditThisPageToStopMe', 'pl':u'Wikipedysta:MastiBot/EditThisPageToStopMe', - 'ru':'User:LankLinkBot/EditThisPageToStopMe', + 'ru':'User:Rubinbot/EditThisPageToStopMe', 'zh':u'User:Sz-iwbot', }
@@ -72,7 +72,7 @@ 'es':u'Formateando las referencias que no tuvieran títulos (FAQ : [[:en:User:DumZiBoT/refLinks]] )', 'it':u'Bot: Sistemo note con collegamenti esterni senza titolo ([[Utente:Marco27Bot/refLinks.py|documentazione]])', 'en':u'Robot: Converting bare references, using ref names to avoid duplicates, see [[User:DumZiBoT/refLinks|FAQ]]', - 'ru':u'Bot: добавление заголовков в сноски; исправление двойных сносок', + 'ru':u'Робот: добавление заголовков в сноски; исправление двойных сносок', 'pl':u'Bot: Dodanie tytułów do linków w przypisach (patrz [[Wikipedysta:MastiBot/refLinks|FAQ]])', }
@@ -86,6 +86,7 @@ 'it':u'{{Collegamento interrotto|%s}}', 'en':u'[%s] {{dead link}}', 'pl':u'[%s] {{Martwy link}}', + 'ru':u'[%s] {{subst:dead}}', }
comment = {'ar':u'عنوان مولد بالبوت', @@ -163,6 +164,7 @@ 'ar': 'مولد تلقائيا', 'it': 'autogenerato', 'pl': 'autonazwa', + 'ru': 'autogenerated', }
# Regex that match bare references
pywikipedia-svn@lists.wikimedia.org