From 051073bf5bb8bb63c6aa434bdb241f124c672ca2 Mon Sep 17 00:00:00 2001 From: asv Date: Wed, 8 Jun 2005 10:59:21 +0000 Subject: [PATCH] New resource files for CAM module added. --- src/CAM/Makefile.in | 4 +++- src/CAM/resources/CAM_msg_en.po | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100755 src/CAM/resources/CAM_msg_en.po diff --git a/src/CAM/Makefile.in b/src/CAM/Makefile.in index 62af16e4a..c031fa261 100755 --- a/src/CAM/Makefile.in +++ b/src/CAM/Makefile.in @@ -6,7 +6,7 @@ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ -VPATH=.:@srcdir@ +VPATH=.:@srcdir@:@srcdir@/resources @COMMENCE@ @@ -19,6 +19,8 @@ EXPORT_HEADERS= CAM_Application.h \ CAM_Study.h \ CAM_RootObject.h +PO_FILES = CAM_msg_en.po + LIB = libCAM.la LIB_SRC= CAM_Application.cxx \ diff --git a/src/CAM/resources/CAM_msg_en.po b/src/CAM/resources/CAM_msg_en.po new file mode 100755 index 000000000..a1b9d0854 --- /dev/null +++ b/src/CAM/resources/CAM_msg_en.po @@ -0,0 +1,19 @@ +# This is a Qt message file in .po format. Each msgid starts with +# a scope. This scope should *NOT* be translated - eg. "Foo::Bar" +# would be translated to "Pub", not "Foo::Pub". +msgid "" +msgstr "" +"Project-Id-Version: example-Qt-message-extraction\n" +"POT-Creation-Date: 1999-02-23 15:38+0200\n" +"PO-Revision-Date: 1999-02-23 15:38+0200\n" +"Last-Translator: \n" +"Content-Type: text/plain; charset=iso-8859-1\n" + +msgid "ERROR_TLT" +msgstr "Error" + +msgid "ERROR_ACTIVATE_MODULE_MSG" +msgstr "Failed to activate module %1" + +msgid "BUT_OK" +msgstr "Ok" -- 2.39.2