dev-mp
Piotr Walkusz 2014-11-12 23:32:26 +01:00
parent 3201bcd8f4
commit d3df4a157a
3 changed files with 10 additions and 5 deletions

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-01-20 14:26+0100\n" "POT-Creation-Date: 2014-11-12 19:35+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -16,16 +16,19 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#. type: Name=
#: colobot.ini:1 #: colobot.ini:1
#, no-wrap #, no-wrap
msgid "Colobot" msgid "Colobot"
msgstr "" msgstr ""
#. type: GenericName=
#: colobot.ini:2 #: colobot.ini:2
#, no-wrap #, no-wrap
msgid "Game to learn programming" msgid "Game to learn programming"
msgstr "" msgstr ""
#. type: Comment=
#: colobot.ini:3 #: colobot.ini:3
#, no-wrap #, no-wrap
msgid "Colonize with bots" msgid "Colonize with bots"
@ -132,4 +135,3 @@ msgstr ""
#: colobot.pod:47 #: colobot.pod:47
msgid "This manpage was written by Didier Raboud <S<odyx@debian.org>>." msgid "This manpage was written by Didier Raboud <S<odyx@debian.org>>."
msgstr "" msgstr ""

View File

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-01-20 14:26+0100\n" "POT-Creation-Date: 2014-11-12 19:35+0100\n"
"PO-Revision-Date: 2012-12-27 11:00+0100\n" "PO-Revision-Date: 2012-12-27 11:00+0100\n"
"Last-Translator: Didier Raboud <odyx@debian.org>\n" "Last-Translator: Didier Raboud <odyx@debian.org>\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -16,16 +16,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. type: Name=
#: colobot.ini:1 #: colobot.ini:1
#, no-wrap #, no-wrap
msgid "Colobot" msgid "Colobot"
msgstr "Colobot" msgstr "Colobot"
#. type: GenericName=
#: colobot.ini:2 #: colobot.ini:2
#, no-wrap #, no-wrap
msgid "Game to learn programming" msgid "Game to learn programming"
msgstr "Apprentissage de la programmation par le jeu" msgstr "Apprentissage de la programmation par le jeu"
#. type: Comment=
#: colobot.ini:3 #: colobot.ini:3
#, no-wrap #, no-wrap
msgid "Colonize with bots" msgid "Colonize with bots"
@ -150,4 +153,3 @@ msgid "This manpage was written by Didier Raboud <S<odyx@debian.org>>."
msgstr "" msgstr ""
"Cette page de manuel a été écrite et traduite par Didier Raboud " "Cette page de manuel a été écrite et traduite par Didier Raboud "
"<S<odyx@debian.org>>." "<S<odyx@debian.org>>."

View File

@ -202,8 +202,9 @@ struct ApplicationPrivate;
class CApplication : public CSingleton<CApplication> class CApplication : public CSingleton<CApplication>
{ {
public: public:
//! Constructor (can only be called once!)
CApplication(); CApplication();
//! Destructor
~CApplication(); ~CApplication();
//! Returns the application's event queue //! Returns the application's event queue