Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
54c33a7b
Commit
54c33a7b
authored
Jan 02, 2020
by
Vivien Kraus
Browse files
Remove the invitation to send games
parent
02539d40
Changes
2
Hide whitespace changes
Inline
Side-by-side
po/fr.po
View file @
54c33a7b
...
...
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: tarot 0.4.2.83-ebdc-dirty\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
"POT-Creation-Date: 2020-01-02 1
2:51
+0100\n"
"PO-Revision-Date: 2020-01-02 1
1:32
+0100\n"
"POT-Creation-Date: 2020-01-02 1
8:38
+0100\n"
"PO-Revision-Date: 2020-01-02 1
9:27
+0100\n"
"Last-Translator: Vivien Kraus <vivien@planete-kraus.eu>\n"
"Language-Team: French\n"
"Language: fr\n"
...
...
@@ -541,17 +541,9 @@ msgstr ""
"Erreur : l'en-tête ARFF installé (%s/features-header.txt) n'est pas "
"compatible avec cette version (%s).\n"
#: src/tarot-app/gui/window.vala:190
msgid ""
"If you find that the AI is too weak, send me your game files at "
"vivien@planete-kraus.eu :)"
msgstr ""
"Si vous trouvez que l'IA est trop faible, envoyez-moi vos fichiers de partie "
"à vivien@planete-kraus.eu :)"
#: src/tarot-app/gui/window.vala:191
msgid "Copyright © 2019 Vivien Kraus"
msgstr "Copyright © 2019 Vivien Kraus"
msgid "Copyright © 2019
, 2020
Vivien Kraus"
msgstr "Copyright © 2019
, 2020
Vivien Kraus"
#: src/tarot-app/gui/window.vala:282
#, c-format
...
...
@@ -1648,6 +1640,13 @@ msgstr ""
#~ msgid "Vivien Kraus"
#~ msgstr "Vivien Kraus"
#~ msgid ""
#~ "If you find that the AI is too weak, send me your game files at "
#~ "vivien@planete-kraus.eu :)"
#~ msgstr ""
#~ "Si vous trouvez que l'IA est trop faible, envoyez-moi vos fichiers de "
#~ "partie à vivien@planete-kraus.eu :)"
#~ msgid "Fading accumulated metric\tMaximum weight\n"
#~ msgstr "Métrique accumulée évanescente\tPoids maximum\n"
...
...
src/tarot-app/gui/window.vala
View file @
54c33a7b
...
...
@@ -187,8 +187,8 @@ namespace Tarot {
private
void
open_info_dialog
()
{
string
[]
artists
=
{
"Individu Masqué"
,
null
};
string
[]
authors
=
{
"Vivien Kraus"
,
null
};
var
comments
=
_
(
"If you find that the AI is too weak, send me your game files at vivien@planete-kraus.eu :)"
)
;
var
copyright
=
_
(
"Copyright © 2019 Vivien Kraus"
);
var
comments
=
""
;
var
copyright
=
_
(
"Copyright © 2019
, 2020
Vivien Kraus"
);
string
[]
documenters
=
{
"Guess Who"
,
null
};
var
license_type
=
Gtk
.
License
.
GPL_3_0
;
var
program_name
=
"eu.planete_kraus.Tarot"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment