From: Chris W. <la...@us...> - 2004-11-28 05:59:15
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5542/msg Modified Files: comments-messages-en.msg Log Message: move all error/status messages from action to resource file Index: comments-messages-en.msg =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/msg/comments-messages-en.msg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** comments-messages-en.msg 7 Jun 2004 04:59:54 -0000 1.3 --- comments-messages-en.msg 28 Nov 2004 05:58:43 -0000 1.4 *************** *** 35,37 **** 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] \ No newline at end of file --- 35,57 ---- 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.status.add_ok = Comment successfully added. ! comments.status.add_notify_ok = Your notification entry added successfully. ! comments.error.data_missing = Data are required for the following fields: [_1] ! comments.error.cannot_fetch = Error fetching comment: [_1] ! comments.error.cannot_fetch_listing = Failed to fetch comments: [_1] ! comments.error.cannot_fetch_by_object = Failed to fetch comments for object: [_1] ! comments.error.not_found = No comment found for specified ID. ! comments.error.no_id = Cannot display comment without a comment ID. ! comments.error.cannot_fetch_object = Cannot fetch object to which comment is attached: [_1] ! comments.error.no_class_for_object = Cannot fetch object to which comment is attached: no class specified in comment. ! comments.error.cannot_add = Error adding comment: [_1] ! comments.error.cannot_fetch_notify = Failed to fetch notifications: [_1] ! comments.error.cannot_fetch_recent = Failed to get recent comments: [_1] ! comments.error.summary_data_missing = No object or class/ID given for which to fetch a summary. ! comments.error.list_for_object_data_missing = Insufficient data supplied to fetch comments by object. ! comments.error.cannot_fetch_object_for_listing = Failed to fetch object with supplied information. Error logged. ! comments.error.cannot_add_notify_bad_email = Could not add notification since the email address you gave ([_1]) seems to be invalid. Sorry. ! comments.error.cannot_add_notify_error_dupe_check = Failed to fetch existing notifications for dupe check, so I could not add yours. ! comments.error.cannot_add_notify_is_dupe = Did not add a notification to this thread since one already exists for the given email address. ! comments.error.cannot_add_notify_persist = Your notification entry addition failed, sorry. ([_1]) |