Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php |
— | — | @@ -152,11 +152,11 @@ |
153 | 153 | 'lqt-messages-sent' => 'Messages sent to you:', |
154 | 154 | 'lqt-other-messages' => 'Messages on other talk pages:', |
155 | 155 | '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.', |
157 | 157 | 'lqt-email-info-undo' => 'Bring back the thread you just dismissed.', |
158 | 158 | '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:", |
161 | 161 | 'lqt_rc_ellipsis' => ' ...', |
162 | 162 | 'lqt_rc_author_original' => '(original author)', |
163 | 163 | 'lqt_rc_author_others' => '(not the author)', |
— | — | @@ -252,7 +252,7 @@ |
253 | 253 | 'lqt-thread-link-url' => 'Link URL:', |
254 | 254 | 'lqt-thread-link-title' => 'Wikitext link:', |
255 | 255 | 'lqt-thread-link-copy' => 'Copy to clipboard', |
256 | | - |
| 256 | + |
257 | 257 | // Feeds |
258 | 258 | 'lqt-feed-title-all' => '{{SITENAME}} — New posts', |
259 | 259 | 'lqt-feed-title-all-from' => '{{SITENAME}} — New posts from $1', |
— | — | @@ -262,28 +262,25 @@ |
263 | 263 | 'lqt-feed-title-replies-from' => '{{SITENAME}} — Replies from $1', |
264 | 264 | 'lqt-feed-new-thread-intro' => 'New thread on $1 posted by $2', |
265 | 265 | 'lqt-feed-reply-intro' => 'Reply to $3 (on $1) posted by $2', |
266 | | - |
| 266 | + |
267 | 267 | 'lqt-newmessages-n' => 'New messages ($1)', |
268 | 268 | 'lqt_newmessages' => 'New messages', |
269 | | - |
| 269 | + |
270 | 270 | // Automatic summaries |
271 | 271 | 'lqt-newpost-summary' => 'New thread: $1', |
272 | 272 | 'lqt-reply-summary' => 'Reply to [[$2|$1]]', |
273 | | - |
| 273 | + |
274 | 274 | // Talk page history |
275 | 275 | 'lqt-talkpage-history-title' => 'Discussion page history', |
276 | 276 | 'lqt-talkpage-history-subtitle' => 'For $1', |
277 | 277 | 'lqt-talkpage-history-tab' => 'Header', |
278 | | - |
| 278 | + |
279 | 279 | // Protection |
280 | 280 | 'restriction-reply' => 'Post replies', |
281 | 281 | '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.', |
288 | 285 | ); |
289 | 286 | |
290 | 287 | /** Message documentation (Message documentation) |