From c133f790e21a86c30584abe67b18297b29039209 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 18 Mar 2003 16:26:14 +0000 Subject: gettext --- po/Makevars | 4 ++-- po/POTFILES.in | 4 ++++ po/fr.po | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 56 insertions(+), 4 deletions(-) (limited to 'po') diff --git a/po/Makevars b/po/Makevars index 8b09f53..856190c 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --c++ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding @@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. -COPYRIGHT_HOLDER = Free Software Foundation, Inc. +COPYRIGHT_HOLDER = Nicolas Noble # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/po/POTFILES.in b/po/POTFILES.in index edc12ca..be5690b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,8 @@ lib/engine.cc lib/glbase.cc +lib/glcolor.cc lib/glfont.cc +lib/glshape.cc lib/gltexture.cc +lib/glwidgets.cc +lib/sprite.cc diff --git a/po/fr.po b/po/fr.po index a543167..913a142 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: 2002-12-09 12:06+0100\n" +"POT-Creation-Date: 2003-03-18 17:57+0100\n" "PO-Revision-Date: 2001-10-29 08:26GMT\n" "Last-Translator: Nicolas Noble \n" "Language-Team: French \n" @@ -14,6 +14,54 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.8\n" -#: lib/engine.cc:14 +#: 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 +msgid "Size of the texture not a power of 2!" +msgstr "" + +#: lib/gltexture.cc:42 +msgid "Can't create RGB Surface" +msgstr "" + +#: lib/gltexture.cc:167 +#, c-format +msgid "Generated texture index: %i\n" +msgstr "" + +#: lib/gltexture.cc:174 +#, c-format +msgid "Generating planar texture: %i\n" +msgstr "" + +#: lib/gltexture.cc:181 +#, c-format +msgid "Generating 3D texture: %i\n" +msgstr "" + +#: lib/gltexture.cc:202 +#, c-format +msgid "Binding texture index %i.\n" +msgstr "" + +#: lib/gltexture.cc:249 +msgid "Unbinding texture.\n" +msgstr "" + +#: lib/gltexture.cc:283 +msgid "Can't create RGB Surface for LoadNTEX" +msgstr "" -- cgit v1.2.3