r58639 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58638‎ | r58639 | r58640 >
Date:13:09, 6 November 2009
Author:raymond
Status:ok
Tags:
Comment:
i18n tweaks
Modified paths:
  • /trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -152,11 +152,11 @@
153153 'lqt-messages-sent' => 'Messages sent to you:',
154154 'lqt-other-messages' => 'Messages on other talk pages:',
155155 'lqt-no-new-messages' => 'There are no new messages for you.',
156 - 'lqt-new-messages' => '✒ There are new messages for you.',
 156+ 'lqt-new-messages' => '✒ There are new messages for you.',
157157 'lqt-email-info-undo' => 'Bring back the thread you just dismissed.',
158158 'lqt-date-info' => 'This link is disabled because you are viewing threads from all dates.',
159 - 'lqt_rc_new_discussion' => "New discussion \"$1\" on $2 • $3 writes:",
160 - 'lqt_rc_new_reply' => "Reply to \"$1\" on $2 • $3 writes:",
 159+ 'lqt_rc_new_discussion' => "New discussion \"$1\" on $2 • $3 writes:",
 160+ 'lqt_rc_new_reply' => "Reply to \"$1\" on $2 • $3 writes:",
161161 'lqt_rc_ellipsis' => ' ...',
162162 'lqt_rc_author_original' => '(original author)',
163163 'lqt_rc_author_others' => '(not the author)',
@@ -252,7 +252,7 @@
253253 'lqt-thread-link-url' => 'Link URL:',
254254 'lqt-thread-link-title' => 'Wikitext link:',
255255 'lqt-thread-link-copy' => 'Copy to clipboard',
256 -
 256+
257257 // Feeds
258258 'lqt-feed-title-all' => '{{SITENAME}} — New posts',
259259 'lqt-feed-title-all-from' => '{{SITENAME}} — New posts from $1',
@@ -262,28 +262,25 @@
263263 'lqt-feed-title-replies-from' => '{{SITENAME}} — Replies from $1',
264264 'lqt-feed-new-thread-intro' => 'New thread on $1 posted by $2',
265265 'lqt-feed-reply-intro' => 'Reply to $3 (on $1) posted by $2',
266 -
 266+
267267 'lqt-newmessages-n' => 'New messages ($1)',
268268 'lqt_newmessages' => 'New messages',
269 -
 269+
270270 // Automatic summaries
271271 'lqt-newpost-summary' => 'New thread: $1',
272272 'lqt-reply-summary' => 'Reply to [[$2|$1]]',
273 -
 273+
274274 // Talk page history
275275 'lqt-talkpage-history-title' => 'Discussion page history',
276276 'lqt-talkpage-history-subtitle' => 'For $1',
277277 'lqt-talkpage-history-tab' => 'Header',
278 -
 278+
279279 // Protection
280280 'restriction-reply' => 'Post replies',
281281 'restriction-newthread' => 'Post new threads',
282 - 'lqt-protected-reply-thread' => 'You cannot post in this thread because it has been '.
283 - 'protected from new posts.',
284 - 'lqt-protected-reply-talkpage' => 'You cannot post in this thread because this '.
285 - 'discussion page has been protected from replies to its threads.',
286 - 'lqt-protected-newthread' => 'You cannot post new threads to this discussion '.
287 - 'page because it has been protected from new threads.',
 282+ 'lqt-protected-reply-thread' => 'You cannot post in this thread because it has been protected from new posts.',
 283+ 'lqt-protected-reply-talkpage' => 'You cannot post in this thread because this discussion page has been protected from replies to its threads.',
 284+ 'lqt-protected-newthread' => 'You cannot post new threads to this discussion page because it has been protected from new threads.',
288285 );
289286
290287 /** Message documentation (Message documentation)

Status & tagging log