l10n: translate a forgotten string

This commit is contained in:
Raphaël Jakse 2020-04-05 10:18:30 +02:00
parent 455740dbe2
commit a54566b5c9
3 changed files with 7 additions and 1 deletions

View File

@ -108,3 +108,6 @@ msgstr "Remettre toutes les pièces du\nchevalet dans le sac"
msgid "Interface language:"
msgstr "Langue de l'interface :"
msgid "To continue playing, click here"
msgstr "Pour continuer à jouer, cliquez ici"

View File

@ -114,3 +114,6 @@ msgstr ""
msgid "Interface language:"
msgstr ""
msgid "To continue playing, click here"
msgstr ""

View File

@ -465,7 +465,7 @@
document.getElementById("panel").appendChild(document.createElement("a"));
document.getElementById("panel").lastChild.href = "#";
document.getElementById("panel").lastChild.onclick = location.reload.bind(location);
document.getElementById("panel").lastChild.textContent = _("Pour continuer à jouer, cliquez ici");
document.getElementById("panel").lastChild.textContent = _("To continue playing, click here");
}
);
}