From 197dbbc419069b82a77d4a79405bcdd672f04ee8 Mon Sep 17 00:00:00 2001 From: asv Date: Tue, 28 Dec 2004 07:01:33 +0000 Subject: [PATCH] New messages for Library functionality. --- src/SUPERVGUI/SUPERV_msg_en.po | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/SUPERVGUI/SUPERV_msg_en.po b/src/SUPERVGUI/SUPERV_msg_en.po index 1557103..aca9bf9 100644 --- a/src/SUPERVGUI/SUPERV_msg_en.po +++ b/src/SUPERVGUI/SUPERV_msg_en.po @@ -768,12 +768,27 @@ msgstr "Error: the node to be exported is NULL" msgid "MSG_ERROR_LIB_NIL_COUPLED" msgstr "Error: the coupled node of the exported node is NULL" -msgid "MSG_ERROR_LIB_NIL_COUPLED" -msgstr "Error: the coupled node of the exported node is NULL" - msgid "MSG_ERROR_LIB_BAD_LOOP" msgstr "Error: the Loop/EndLoop nodes pair is incorrect." msgid "MSG_ERROR_LIB_BAD_SWITCH" msgstr "Error: the Switch/EndSwitch nodes pair is incorrect." +msgid "MSG_ERROR_IMPORT_LIB_BAD_XML" +msgstr "Library file is corrupt (bad XML structure)." + +msgid "MSG_ERROR_IMPORT_LIB_NO_XML" +msgstr "Library file is not found. Export an InLine node to library to create the library file." + +msgid "MSG_ERROR_IMPORT_BAD_INDEX" +msgstr "Index of library node to be imported is out of bounds." + +msgid "MSG_ERROR_IMPORT_BAD_KIND_OF_NODE" +msgstr "Kind of node in the library is incorrect." + +msgid "MSG_ERROR_IMPORT_EXCEPTION" +msgstr "Unknown error occured during import operation." + +msgid "MSG_ERROR_EXPORT_EXCEPTION" +msgstr "Unknown error occured during export operation." + -- 2.39.2