diff options
-rw-r--r-- | include/Task.h | 4 | ||||
-rw-r--r-- | po/Makefile.in.in | 2 | ||||
-rw-r--r-- | po/fr.po | 38 |
3 files changed, 41 insertions, 3 deletions
diff --git a/include/Task.h b/include/Task.h index f18662f..fe70d7b 100644 --- a/include/Task.h +++ b/include/Task.h @@ -1,5 +1,5 @@ -#ifndef ___H__ -#define ___H__ +#ifndef __TASK_H__ +#define __TASK_H__ #ifdef __cplusplus #else diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 111b40f..aee925e 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -70,7 +70,7 @@ INSTOBJEXT = @INSTOBJEXT@ .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) -o $$file $< + && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Free Software Foundation, Inc. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2001-10-27 13:17+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: ENCODING\n" + +#: lib/Exceptions.cc:43 +#, c-format +msgid "Failed allocating %lld bytes." +msgstr "" + +#: lib/Exceptions.cc:48 +#, c-format +msgid "An error has occured while %s %lld bytes from %s: %s" +msgstr "" + +#: lib/Exceptions.cc:48 lib/Exceptions.cc:54 lib/Exceptions.cc:55 +msgid "writing" +msgstr "" + +#: lib/Exceptions.cc:48 lib/Exceptions.cc:54 lib/Exceptions.cc:55 +msgid "reading" +msgstr "" + +#: lib/Exceptions.cc:54 +#, c-format +msgid "Internal error: has occured while %s from %s: open for %s." +msgstr "" |