Last modified: 2011-04-30 01:20:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T23678, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21678 - Error in /languages/messages/MessagesRu.php
Error in /languages/messages/MessagesRu.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
1.15.x
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-29 06:56 UTC by msednenkov
Modified: 2011-04-30 01:20 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description msednenkov 2009-11-29 06:56:12 UTC
Line 825

'noarticletext'                    => "В настоящий момент текст на данной странице отсутствует.
Вы можете [[Special:Search/{{PAGENAME}}|найти упоминание данного названия]] в других статьях,
<span class=\"plainlinks\">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}} найти соответствующие записи журналов],
или '''[{{fullurl:{{FULLPAGENAME}}|action=edit}} создать страницу с таким названием]'''.",

Onto the end of line must be added "</span>" like in MessagesEn.php because unclosed <span class="plainlinks"> using some strange rules transforms to &lt;/div&gt;</span> and &lt;/div&gt; shows on the "noarticletext" page after the text.

Correct line is:
'noarticletext'                    => "В настоящий момент текст на данной странице отсутствует.
Вы можете [[Special:Search/{{PAGENAME}}|найти упоминание данного названия]] в других статьях,
<span class=\"plainlinks\">[{{fullurl:Special:Log|page={{urlencode:{{FULLPAGENAME}}}}}} найти соответствующие записи журналов],
или '''[{{fullurl:{{FULLPAGENAME}}|action=edit}} создать страницу с таким названием]'''.</span>",
Comment 1 Max Semenik 2009-11-29 08:12:37 UTC
Was already fixed by the time of your report. Next time, don't report problems with localised messages here, instead fix them yourself on translatewiki or request assistance there. For example, http://translatewiki.net/wiki/MediaWiki:Noarticletext/ru

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links