209 |
209 |
210 msg_count_unapp_mod: '<span id="comment_count_unapp_inner">%num_unapp%</span> of those are unapproved.', |
210 msg_count_unapp_mod: '<span id="comment_count_unapp_inner">%num_unapp%</span> of those are unapproved.', |
211 msg_count_unapp_one: 'However, there is <span id="comment_count_unapp_inner">1</span> additional comment awaiting approval.', |
211 msg_count_unapp_one: 'However, there is <span id="comment_count_unapp_inner">1</span> additional comment awaiting approval.', |
212 msg_count_unapp_plural: 'However, there are <span id="comment_count_unapp_inner">%num_unapp%</span> additional comments awaiting approval.', |
212 msg_count_unapp_plural: 'However, there are <span id="comment_count_unapp_inner">%num_unapp%</span> additional comments awaiting approval.', |
213 |
213 |
|
214 msg_foe_comment_hidden: 'Post from foe hidden.', |
|
215 btn_display_foe_comment: 'Display post', |
|
216 |
214 msg_note_unapp: '(Unapproved)', |
217 msg_note_unapp: '(Unapproved)', |
|
218 msg_note_spam: '(Spam)', |
215 |
219 |
216 msg_ip_address: 'IP address:', |
220 msg_ip_address: 'IP address:', |
217 |
221 |
218 msg_delete_confirm: 'Do you really want to delete this comment?', |
222 msg_delete_confirm: 'Do you really want to delete this comment?', |
|
223 |
|
224 err_captcha_wrong: 'The confirmation code you entered was incorrect.', |
|
225 err_spamcheck_failed_rejected: 'Your comment was rejected because it appears to be spam.', |
|
226 err_spamcheck_failed_flagged: 'Your comment was posted, but it appears to be spam and has been flagged as such for a moderator to review.', |
|
227 ajax_err_generic_title: 'Error fetching comment data', |
219 |
228 |
220 postform_title: 'Got something to say?', |
229 postform_title: 'Got something to say?', |
221 postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.', |
230 postform_blurb: 'If you have comments or suggestions on this article, you can shout it out here.', |
222 postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.', |
231 postform_blurb_unapp: 'Before your post will be visible to the public, a moderator will have to approve it.', |
223 postform_blurb_captcha: 'Because you are not logged in, you will need to enter a visual confirmation before your comment will be posted.', |
232 postform_blurb_captcha: 'Because you are not logged in, you will need to enter a visual confirmation before your comment will be posted.', |
248 lbl_page_project: 'project page', |
257 lbl_page_project: 'project page', |
249 lbl_page_category: 'category', |
258 lbl_page_category: 'category', |
250 lbl_page_external: 'external page', |
259 lbl_page_external: 'external page', |
251 |
260 |
252 btn_discussion: 'discussion (%num_comments%)', |
261 btn_discussion: 'discussion (%num_comments%)', |
253 btn_discussion_unapp: 'discussion (%num_comments% total, %num_unapp% unapp.)', |
262 btn_discussion_unapp: '<span title="Approved: %num_app% | Unapproved: %num_unapp% | Spam: %num_spam%">discussion (%num_comments%) [!]</span>', |
254 btn_edit: 'edit this page', |
263 btn_edit: 'edit this page', |
255 btn_viewsource: 'view source', |
264 btn_viewsource: 'view source', |
256 btn_history: 'history', |
265 btn_history: 'history', |
257 btn_moreoptions: 'more options', |
266 btn_moreoptions: 'more options', |
258 btn_breadcrumbs_home: 'Home', |
267 btn_breadcrumbs_home: 'Home', |
330 // Server-side errors |
339 // Server-side errors |
331 err_no_rows: 'Page doesn\'t exist in the database', |
340 err_no_rows: 'Page doesn\'t exist in the database', |
332 err_no_permission: 'You do not have permission to edit this page.', |
341 err_no_permission: 'You do not have permission to edit this page.', |
333 err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.', |
342 err_page_protected: 'This page is protected, and you do not have permission to edit protected pages.', |
334 err_captcha_wrong: 'The confirmation code you entered is incorrect.', |
343 err_captcha_wrong: 'The confirmation code you entered is incorrect.', |
|
344 err_spamcheck_failed: 'Your edit was rejected because it looks like spam.', |
335 |
345 |
336 msg_editor_heading: 'Editing page', |
346 msg_editor_heading: 'Editing page', |
337 msg_saved: 'Your changes to this page have been saved.', |
347 msg_saved: 'Your changes to this page have been saved.', |
338 msg_revert_confirm: 'Do you really want to revert your changes?', |
348 msg_revert_confirm: 'Do you really want to revert your changes?', |
339 msg_discard_confirm: 'Do you really want to discard your changes?', |
349 msg_discard_confirm: 'Do you really want to discard your changes?', |