summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-18 16:26:14 +0000
committerpixel <pixel>2003-03-18 16:26:14 +0000
commitc133f790e21a86c30584abe67b18297b29039209 (patch)
tree86936d381b52ea8204f3c483acee88ccfe5bd972 /po
parent5df4e04d7c7e16e1793322f1436cd9c6bb1322bb (diff)
gettext
Diffstat (limited to 'po')
-rw-r--r--po/Makevars4
-rw-r--r--po/POTFILES.in4
-rw-r--r--po/fr.po52
3 files changed, 56 insertions, 4 deletions
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 <nicolas@nobis-crew.org>
# 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 <nicolas@nobis-crew.org>\n"
"Language-Team: French <fr@li.org>\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 ""