From: Chris W. <la...@us...> - 2005-03-02 15:21:55
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/news/msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21616/news/msg Modified Files: news-messages-en.msg Log Message: OIN-135: add support to news package for REST URLs, also adding an 'archive' feature to allow you to specify news articles to display by year + month Index: news-messages-en.msg =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/msg/news-messages-en.msg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** news-messages-en.msg 5 Dec 2004 08:51:23 -0000 1.3 --- news-messages-en.msg 2 Mar 2005 15:21:44 -0000 1.4 *************** *** 39,46 **** news.box.edit_section = Edit news sections ! news.error.fetch = Failed to fetch news object '[_1]': [_2] ! news.error.save = Failed to save news object '[_1]': [_2] news.error.fetch_multiple = Failed to fetch news items: [_1] news.error.fetch_sections = Failed to get news sections: [_1] news.status.multi_updates = Attempted: [_1]; successful updates [_2] \ No newline at end of file --- 39,48 ---- news.box.edit_section = Edit news sections ! news.error.fetch = Failed to fetch news object '[_1]': [_2] ! news.error.save = Failed to save news object '[_1]': [_2] news.error.fetch_multiple = Failed to fetch news items: [_1] news.error.fetch_sections = Failed to get news sections: [_1] + news.error.archive_date = You must provide at least a month and year to browse the archive. + news.error.db_unsupported = This database ([_1]) not supported for extracting date information. news.status.multi_updates = Attempted: [_1]; successful updates [_2] \ No newline at end of file |