From: Chris W. <la...@us...> - 2005-03-04 15:22:20
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7846/msg Modified Files: comments-messages-en.msg Log Message: OIN-119: be able to disable comments for an individual object or for an entire class of objects -- new action (comment_admin) as well as SPOPS object (comment_disable) Index: comments-messages-en.msg =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/msg/comments-messages-en.msg,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** comments-messages-en.msg 3 Mar 2005 13:07:38 -0000 1.9 --- comments-messages-en.msg 4 Mar 2005 15:22:11 -0000 1.10 *************** *** 3,6 **** --- 3,7 ---- comments.no_comment = No comment to display. comments.no_comments = No comments to display. + comments.form.title = Post a comment comments.form.no_html = (No HTML; '<ecode></ecode>' preformats; http:// autocreates links.) *************** *** 15,18 **** --- 16,20 ---- comments.form_page.title = Comments comments.form_page.title_preview = Preview + comments.info.name = Name comments.info.email = E-Mail *************** *** 26,29 **** --- 28,32 ---- comments.info.object = Comments on: [_1] comments.info.unknown_object = an unknown object. + comments.list_page.title = Comments comments.list_page.overview = Latest comments from [_1] to [_2] out of [_3]. *************** *** 31,34 **** --- 34,38 ---- comments.list_page.next_link = Next comments.list_page.no_comments = No comments available. + comments.notify_list.title = Comment Notifications comments.notify_list.summary_thread = The following people have been asked to be notified \ *************** *** 37,46 **** --- 41,74 ---- for a thread I cannot determine. comments.notify_list.no_notifications = Nobody has asked to be notified. + comments.summary.error = Error summarizing comments comments.summary = <a href="[_1]">Comments? ([_2])</a> comments.notify.new_comment = A new comment has been posted on [_1] + + comments.disabled = New comments are disabled. + + comments.disable_list.title = Disabled Comment Threads + comments.disable_list.no_disabled = No objects or object classes have been disabled. + comments.disable.disable = Disable + comments.disable.enable = Enable + comments.disable.date = Disable Date + comments.disable.class = Class + comments.disable.id = Object ID + comments.disable.title = Title + comments.disable.form_title = Disable a Thread + comments.disable.form_summary = Specify an object for which I should disable comments. \ + If you leave the 'Object ID' blank all objects of the specified class will have them disabled. + comments.error.disable_no_class = You must provide a class for which I should disable comments. + comments.error.add_disable = Failed to disable: [_1] + comments.status.add_disable_ok = Disabled comments on class [_1] with ID [_2]. + comments.error.remove_disable_no_class = You must provide a class for which I should enable comments. + comments.error.remove_disable = Failed to remove disable on comments: [_1] + comments.status.remove_disable_ok = Removed disable for comments on class [_1] with ID [_2]. + + comments.status.add_ok = Comment successfully added. comments.status.add_notify_ok = Your notification for this thread added successfully. comments.status.remove_notify_ok = Your notification for this thread removed successfully. + comments.error.data_missing = Data are required for the following fields: [_1] comments.error.cannot_fetch = Error fetching comment: [_1] |