Better strings

This commit is contained in:
Laurent Mazet 2020-12-09 22:41:07 +01:00
parent 7297e2de2e
commit b0e5c8aede
3 changed files with 6 additions and 6 deletions

View File

@ -259,5 +259,5 @@ msgstr "{0} h {1} min {2} s"
msgid "{0}' {1}''"
msgstr "{0} min {1}"
msgid "Enable timer"
msgstr "Activer le timer"
msgid "Show the timer"
msgstr "Chronométrer la partie"

View File

@ -264,5 +264,5 @@ msgstr ""
msgid "{0}' {1}''"
msgstr ""
msgid "Enable timer"
msgid "Show the timer"
msgstr ""

View File

@ -55,6 +55,9 @@
<h1 data-l10n="text-content">Settings</h1>
<button class="modal-button" id="btn-settings-close">&#215;</button>
</div>
<div>
<p><label><input type="checkbox" id="enable-timer" /> <span data-l10n="text-content">Show the timer</span></label></p>
</div>
<div>
<p><label><input type="checkbox" id="tiles-sound" /><span data-l10n="text-content">Sound of the tiles</span></label></p>
<p><label><input type="checkbox" id="msg-sound" /><span data-l10n="text-content">Sound of messages</span></label></p>
@ -98,9 +101,6 @@
</label>
</p>
</div>
<div>
<p><label><input type="checkbox" id="enable-timer" /> <span data-l10n="text-content">Enable timer</span></label></p>
</div>
</div>
</section>