
siebrand at svn
Nov 20, 2009, 6:24 AM
Post #1 of 1
(97 views)
Permalink
|
|
SVN: [59286] trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
|
|
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/59286 Revision: 59286 Author: siebrand Date: 2009-11-20 14:24:34 +0000 (Fri, 20 Nov 2009) Log Message: ----------- Tweaks in formatting of messages Modified Paths: -------------- trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php Modified: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php =================================================================== --- trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php 2009-11-20 14:20:22 UTC (rev 59285) +++ trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php 2009-11-20 14:24:34 UTC (rev 59286) @@ -82,7 +82,8 @@ 'lqt_subject' => 'Subject:', 'lqt_noreason' => 'No reason given.', 'lqt_move_placeholder' => 'This thread is a placeholder indicating that a thread, $1, was moved from this page. -This move was made by $2 on $3 at $4. The thread is now located at $5.', +This move was made by $2 on $3 at $4. +The thread is now located at $5.', 'lqt_thread_deleted_for_sysops' => 'This thread has been \'\'\'deleted\'\'\' and is only visible to administrators.', 'lqt_thread_deleted' => 'This thread has been deleted.', 'lqt_summary_notice' => 'There have been no changes to this discussion for at least $2 {{PLURAL:$2|day|days}}. @@ -165,7 +166,8 @@ 'lqt-header-actions' => 'Actions', 'lqt_summarize_link' => 'Summarize', 'lqt-summarize-intro' => 'Please summarize the below thread in the editing box. -You may use any wikitext in your summary. When you finish, click "{{int:savearticle}}".', +You may use any wikitext in your summary. +When you finish, click "{{int:savearticle}}".', 'lqt-thread-split' => 'Split to new thread', 'lqt-split-success' => 'You have successfully split off the thread $1.', 'lqt_split_thread' => 'Split a thread', @@ -243,8 +245,7 @@ 'lqt-thread-link-url' => 'Link URL:', 'lqt-thread-link-title' => 'Wikitext link:', 'lqt-thread-link-copy' => 'Copy to clipboard', - 'lqt-sign-not-necessary' => 'It is not necessary to sign your posts with four tildes,'. - ' the signature is shown automatically by the software', + 'lqt-sign-not-necessary' => 'It is not necessary to sign your posts with four tildes, the signature is shown automatically by the software.', // Feeds 'lqt-feed-title-all' => '{{SITENAME}} — New posts', _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|