From: nri Date: Tue, 20 May 2003 11:49:44 +0000 (+0000) Subject: NRI : Rename MED Resources. X-Git-Tag: Start-v1_1a~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e3973ed3e4a42d4b11a17a58d89cb21334e244a8;p=modules%2Fmed.git NRI : Rename MED Resources. --- diff --git a/Makefile.in b/Makefile.in index 6e0cc77cd..4960aa293 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ SUBDIRS = idl src RESOURCES_FILES = \ MEDCatalog.xml \ -Med_en.xml \ +MED_en.xml \ Data.png \ Infos.png \ Structure.png \ diff --git a/build_configure b/build_configure index c70b9c229..4edf6f44d 100755 --- a/build_configure +++ b/build_configure @@ -136,8 +136,8 @@ sed 's/.in / /' configure.in_tmp2 >> configure.in_tmp1 echo "])" >> configure.in_tmp1 # delete the link created for AC_OUTPUT -echo "" >> configure.in_tmp1 -echo 'rm -f ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1 +#echo "" >> configure.in_tmp1 +#echo 'rm -f ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1 \mv configure.in_tmp1 configure.in_new \rm -f configure.in_tmp2 configure.in_tmp3 diff --git a/resources/MED_en.xml b/resources/MED_en.xml new file mode 100644 index 000000000..f407f6453 --- /dev/null +++ b/resources/MED_en.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/Med_en.xml b/resources/Med_en.xml deleted file mode 100644 index f407f6453..000000000 --- a/resources/Med_en.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/MEDGUI/MED_icons.po b/src/MEDGUI/MED_icons.po new file mode 100644 index 000000000..e1121dcdf --- /dev/null +++ b/src/MEDGUI/MED_icons.po @@ -0,0 +1,12 @@ +# This is a Qt message file in .po format. Each msgid starts with +# a scope. This scope should *NOT* be translated - eg. translating +# from French to English, "Foo::Bar" would be translated to "Pub", +# not "Foo::Pub". +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"POT-Creation-Date: 2001-06-14 09:11:49 PM CEST\n" +"PO-Revision-Date: YYYY-MM-DD\n" +"Last-Translator: FULLNAME \n" +"Content-Type: text/plain; charset=iso-8859-1\n" + diff --git a/src/MEDGUI/MED_msg_en.po b/src/MEDGUI/MED_msg_en.po new file mode 100644 index 000000000..429a86caa --- /dev/null +++ b/src/MEDGUI/MED_msg_en.po @@ -0,0 +1,48 @@ +# This is a Qt message file in .po format. Each msgid starts with +# a scope. This scope should *NOT* be translated - eg. translating +# from French to English, "Foo::Bar" would be translated to "Pub", +# not "Foo::Pub". +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"POT-Creation-Date: 2001-09-21 14:31:28 METDST\n" +"PO-Revision-Date: YYYY-MM-DD\n" +"Last-Translator: FULLNAME \n" +"Content-Type: text/plain; charset=iso-8859-1\n" + + +#: MedGUI.cxx:50 +msgid "MedGUI::MED_MEN_ALL_FILES" +msgstr "All Files ( * )" + +#: MedGUI.cxx:167 +msgid "MedGUI::MED_MEN_IMPORT" +msgstr "Import" + +#: MedGUI.cxx:49 +msgid "MedGUI::MED_MEN_IMPORT_MED" +msgstr "MED Files ( *.med )" + +#: MedGUI.cxx:296 +msgid "MED_WRN_WARNING" +msgstr "Warning" + +#: MedGUI.cxx:280 +msgid "MED_INF_NOTIMPL" +msgstr "Not Implemented for this Object" + +#: MedGUI.cxx:298 +msgid "MED_BUT_OK" +msgstr "OK" + +#: MedGUI.cxx:297 +msgid "MED_INF_NOIOR" +msgstr "Object has no IOR" + +#: MedGUI.cxx:297 +msgid "MED_INF_MESHNAME" +msgstr "Please enter the name of the mesh you want to read" + +#: MedGUI.cxx:297 +msgid "MED_INF_FIELDNAME" +msgstr "Please enter the name of the field you want to read" diff --git a/src/MEDGUI/MED_msg_fr.po b/src/MEDGUI/MED_msg_fr.po new file mode 100644 index 000000000..ed84d64c4 --- /dev/null +++ b/src/MEDGUI/MED_msg_fr.po @@ -0,0 +1,12 @@ +# This is a Qt message file in .po format. Each msgid starts with +# a scope. This scope should *NOT* be translated - eg. translating +# from French to English, "Foo::Bar" would be translated to "Pub", +# not "Foo::Pub". +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"POT-Creation-Date: 2001-09-21 14:31:28 METDST\n" +"PO-Revision-Date: YYYY-MM-DD\n" +"Last-Translator: FULLNAME \n" +"Content-Type: text/plain; charset=iso-8859-1\n" + diff --git a/src/MEDGUI/Makefile.in b/src/MEDGUI/Makefile.in index 47b10e473..1f1cbc764 100644 --- a/src/MEDGUI/Makefile.in +++ b/src/MEDGUI/Makefile.in @@ -21,13 +21,13 @@ EXPORT_HEADERS= # .po files to transform in .qm PO_FILES = \ - MedGUI_icons.po \ - MedGUI_msg_fr.po \ - MedGUI_msg_en.po \ + MED_icons.po \ + MED_msg_fr.po \ + MED_msg_en.po \ # Libraries targets -LIB = libMedGUI.la +LIB = libMEDGUI.la LIB_SRC = MedGUI.cxx LIB_MOC = MedGUI.h @@ -44,7 +44,7 @@ LIB_SERVER_IDL = CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -LDFLAGS += -lSalomeGUI -lmedmem -lMEDImpl -lMedEngine -L${KERNEL_ROOT_DIR}/lib/salome +LDFLAGS += -lSalomeGUI -lmedmem -lMEDImpl -lMEDEngine -L${KERNEL_ROOT_DIR}/lib/salome MED.hh MEDSK.cc: MED.idl diff --git a/src/MEDGUI/MedGUI_icons.po b/src/MEDGUI/MedGUI_icons.po deleted file mode 100644 index e1121dcdf..000000000 --- a/src/MEDGUI/MedGUI_icons.po +++ /dev/null @@ -1,12 +0,0 @@ -# This is a Qt message file in .po format. Each msgid starts with -# a scope. This scope should *NOT* be translated - eg. translating -# from French to English, "Foo::Bar" would be translated to "Pub", -# not "Foo::Pub". -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2001-06-14 09:11:49 PM CEST\n" -"PO-Revision-Date: YYYY-MM-DD\n" -"Last-Translator: FULLNAME \n" -"Content-Type: text/plain; charset=iso-8859-1\n" - diff --git a/src/MEDGUI/MedGUI_msg_en.po b/src/MEDGUI/MedGUI_msg_en.po deleted file mode 100644 index 429a86caa..000000000 --- a/src/MEDGUI/MedGUI_msg_en.po +++ /dev/null @@ -1,48 +0,0 @@ -# This is a Qt message file in .po format. Each msgid starts with -# a scope. This scope should *NOT* be translated - eg. translating -# from French to English, "Foo::Bar" would be translated to "Pub", -# not "Foo::Pub". -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2001-09-21 14:31:28 METDST\n" -"PO-Revision-Date: YYYY-MM-DD\n" -"Last-Translator: FULLNAME \n" -"Content-Type: text/plain; charset=iso-8859-1\n" - - -#: MedGUI.cxx:50 -msgid "MedGUI::MED_MEN_ALL_FILES" -msgstr "All Files ( * )" - -#: MedGUI.cxx:167 -msgid "MedGUI::MED_MEN_IMPORT" -msgstr "Import" - -#: MedGUI.cxx:49 -msgid "MedGUI::MED_MEN_IMPORT_MED" -msgstr "MED Files ( *.med )" - -#: MedGUI.cxx:296 -msgid "MED_WRN_WARNING" -msgstr "Warning" - -#: MedGUI.cxx:280 -msgid "MED_INF_NOTIMPL" -msgstr "Not Implemented for this Object" - -#: MedGUI.cxx:298 -msgid "MED_BUT_OK" -msgstr "OK" - -#: MedGUI.cxx:297 -msgid "MED_INF_NOIOR" -msgstr "Object has no IOR" - -#: MedGUI.cxx:297 -msgid "MED_INF_MESHNAME" -msgstr "Please enter the name of the mesh you want to read" - -#: MedGUI.cxx:297 -msgid "MED_INF_FIELDNAME" -msgstr "Please enter the name of the field you want to read" diff --git a/src/MEDGUI/MedGUI_msg_fr.po b/src/MEDGUI/MedGUI_msg_fr.po deleted file mode 100644 index ed84d64c4..000000000 --- a/src/MEDGUI/MedGUI_msg_fr.po +++ /dev/null @@ -1,12 +0,0 @@ -# This is a Qt message file in .po format. Each msgid starts with -# a scope. This scope should *NOT* be translated - eg. translating -# from French to English, "Foo::Bar" would be translated to "Pub", -# not "Foo::Pub". -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2001-09-21 14:31:28 METDST\n" -"PO-Revision-Date: YYYY-MM-DD\n" -"Last-Translator: FULLNAME \n" -"Content-Type: text/plain; charset=iso-8859-1\n" -