Undo
parent
3201bcd8f4
commit
d3df4a157a
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -16,16 +16,19 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: Name=
|
||||
#: colobot.ini:1
|
||||
#, no-wrap
|
||||
msgid "Colobot"
|
||||
msgstr ""
|
||||
|
||||
#. type: GenericName=
|
||||
#: colobot.ini:2
|
||||
#, no-wrap
|
||||
msgid "Game to learn programming"
|
||||
msgstr ""
|
||||
|
||||
#. type: Comment=
|
||||
#: colobot.ini:3
|
||||
#, no-wrap
|
||||
msgid "Colonize with bots"
|
||||
|
@ -132,4 +135,3 @@ msgstr ""
|
|||
#: colobot.pod:47
|
||||
msgid "This manpage was written by Didier Raboud <S<odyx@debian.org>>."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"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"
|
||||
"Last-Translator: Didier Raboud <odyx@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -16,16 +16,19 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. type: Name=
|
||||
#: colobot.ini:1
|
||||
#, no-wrap
|
||||
msgid "Colobot"
|
||||
msgstr "Colobot"
|
||||
|
||||
#. type: GenericName=
|
||||
#: colobot.ini:2
|
||||
#, no-wrap
|
||||
msgid "Game to learn programming"
|
||||
msgstr "Apprentissage de la programmation par le jeu"
|
||||
|
||||
#. type: Comment=
|
||||
#: colobot.ini:3
|
||||
#, no-wrap
|
||||
msgid "Colonize with bots"
|
||||
|
@ -150,4 +153,3 @@ msgid "This manpage was written by Didier Raboud <S<odyx@debian.org>>."
|
|||
msgstr ""
|
||||
"Cette page de manuel a été écrite et traduite par Didier Raboud "
|
||||
"<S<odyx@debian.org>>."
|
||||
|
||||
|
|
|
@ -202,8 +202,9 @@ struct ApplicationPrivate;
|
|||
class CApplication : public CSingleton<CApplication>
|
||||
{
|
||||
public:
|
||||
//! Constructor (can only be called once!)
|
||||
CApplication();
|
||||
|
||||
//! Destructor
|
||||
~CApplication();
|
||||
|
||||
//! Returns the application's event queue
|
||||
|
|
Loading…
Reference in New Issue