From 0d0f1d5576a9fd1cb978323463abcf43dd7a2120 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 16 May 2003 16:20:07 +0000 Subject: EOF --- po/POTFILES.in | 34 ++++++++++++++++++++++++++-------- po/fr.po | 50 +++++++++++++++++++++----------------------------- src/test.cc | 12 +++++------- 3 files changed, 52 insertions(+), 44 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index be5690b..2ab160b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,8 +1,26 @@ -lib/engine.cc -lib/glbase.cc -lib/glcolor.cc -lib/glfont.cc -lib/glshape.cc -lib/gltexture.cc -lib/glwidgets.cc -lib/sprite.cc +./lib/glsprite.cc +./lib/texture.cc +./lib/glwidgets.cc +./lib/font.cc +./lib/glfont.cc +./lib/base.cc +./lib/sprite.cc +./lib/engine.cc +./lib/glbase.cc +./lib/shape.cc +./lib/mcolor.cc +./lib/glshape.cc +./src/old-test.cc +./src/test.cc +./mogltk-0.0.1/lib/glsprite.cc +./mogltk-0.0.1/lib/texture.cc +./mogltk-0.0.1/lib/glwidgets.cc +./mogltk-0.0.1/lib/font.cc +./mogltk-0.0.1/lib/glfont.cc +./mogltk-0.0.1/lib/base.cc +./mogltk-0.0.1/lib/sprite.cc +./mogltk-0.0.1/lib/engine.cc +./mogltk-0.0.1/lib/glbase.cc +./mogltk-0.0.1/lib/shape.cc +./mogltk-0.0.1/lib/mcolor.cc +./mogltk-0.0.1/lib/glshape.cc diff --git a/po/fr.po b/po/fr.po index 913a142..61a831f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mogltk 1.0.1\n" -"POT-Creation-Date: 2003-03-18 17:57+0100\n" +"POT-Creation-Date: 2003-05-16 14:30+0200\n" "PO-Revision-Date: 2001-10-29 08:26GMT\n" "Last-Translator: Nicolas Noble \n" "Language-Team: French \n" @@ -14,54 +14,46 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.8\n" -#: lib/engine.cc:25 -msgid "mogltk::engine::setup() called twice, ignoring second call.\n" -msgstr "" - -#: lib/engine.cc:29 -msgid "Unable to start SDL base system" -msgstr "" - -#: lib/engine.cc:42 -msgid "mogltk::engine::postsetup() called twice, ignoring second call.\n" -msgstr "" - -#: lib/engine.cc:113 -msgid "Couldn't allocate memory for SDL_RWops" -msgstr "" - -#: lib/gltexture.cc:27 lib/gltexture.cc:73 +#: lib/texture.cc:24 lib/texture.cc:72 mogltk-0.0.1/lib/texture.cc:24 +#: mogltk-0.0.1/lib/texture.cc:72 msgid "Size of the texture not a power of 2!" msgstr "" -#: lib/gltexture.cc:42 +#: lib/texture.cc:39 mogltk-0.0.1/lib/texture.cc:39 msgid "Can't create RGB Surface" msgstr "" -#: lib/gltexture.cc:167 +#: lib/texture.cc:170 mogltk-0.0.1/lib/texture.cc:170 #, c-format msgid "Generated texture index: %i\n" msgstr "" -#: lib/gltexture.cc:174 +#: lib/texture.cc:178 mogltk-0.0.1/lib/texture.cc:178 #, c-format msgid "Generating planar texture: %i\n" msgstr "" -#: lib/gltexture.cc:181 +#: lib/texture.cc:186 mogltk-0.0.1/lib/texture.cc:186 #, c-format msgid "Generating 3D texture: %i\n" msgstr "" -#: lib/gltexture.cc:202 -#, c-format -msgid "Binding texture index %i.\n" +#: lib/texture.cc:291 mogltk-0.0.1/lib/texture.cc:291 +msgid "Can't create RGB Surface for LoadNTEX" msgstr "" -#: lib/gltexture.cc:249 -msgid "Unbinding texture.\n" +#: lib/engine.cc:25 mogltk-0.0.1/lib/engine.cc:25 +msgid "mogltk::engine::setup() called twice, ignoring second call.\n" msgstr "" -#: lib/gltexture.cc:283 -msgid "Can't create RGB Surface for LoadNTEX" +#: lib/engine.cc:29 mogltk-0.0.1/lib/engine.cc:29 +msgid "Unable to start SDL base system" +msgstr "" + +#: lib/engine.cc:40 mogltk-0.0.1/lib/engine.cc:40 +msgid "mogltk::engine::postsetup() called twice, ignoring second call.\n" +msgstr "" + +#: lib/engine.cc:116 mogltk-0.0.1/lib/engine.cc:116 +msgid "Couldn't allocate memory for SDL_RWops" msgstr "" diff --git a/src/test.cc b/src/test.cc index 1bae7b8..7ab476a 100644 --- a/src/test.cc +++ b/src/test.cc @@ -1,5 +1,10 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#else +#endif +#include "gettext.h" #include #include #include @@ -11,13 +16,6 @@ #include "engine.h" #include "glsprite.h" #include "glshape.h" -#ifdef HAVE_CONFIG_H -#include "config.h" -#else -#undef ENABLE_NLS -#define LC_ALL 0 -#endif -#include "gettext.h" CODE_BEGINS -- cgit v1.2.3