From: Chris W. <la...@us...> - 2004-12-05 08:52:01
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_theme/msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16278/pkg/base_theme/msg Modified Files: base_theme-messages-en.msg Log Message: update packages to move as many messages as possible out of code and into message files; use new add_status/add_error shortcuts Index: base_theme-messages-en.msg =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_theme/msg/base_theme-messages-en.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** base_theme-messages-en.msg 13 Feb 2004 05:52:32 -0000 1.1 --- base_theme-messages-en.msg 5 Dec 2004 08:51:21 -0000 1.2 *************** *** 12,13 **** --- 12,21 ---- base_theme.list.title = Browse Themes base_theme.list.summary = All themes currently in the system are listed below. + base_theme.error.fetch_all = Failed to fetch all themes: [_1] + base_theme.error.fetch_all_for_parent = Failed to fetch all themes for filling list of parents: [_1] + base_theme.error.fetch_prop = Failed to fetch theme properties: [_1] + base_theme.error.add_prop = Cannot add property '[_1]': [_2] + base_theme.error.update_prop = Cannot update property '[_1]': [_2] + base_theme.error.remove_prop_belongs = Cannot remove property '[_1]' since it belongs to another theme. + base_theme.error.remove_prop = Cannot remove property '[_1]': [_2] + |