forked from ilot/ilot-io
footer: nullify enter key
This commit is contained in:
parent
7ef8410cfc
commit
f9e83086a3
4 changed files with 79 additions and 11 deletions
44
footer.fr.po
44
footer.fr.po
|
@ -7,15 +7,15 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ilot.io\n"
|
||||
"POT-Creation-Date: 2024-10-09 18:45-0400\n"
|
||||
"PO-Revision-Date: 2024-10-09 18:46-0400\n"
|
||||
"POT-Creation-Date: 2025-03-13 17:34-0400\n"
|
||||
"PO-Revision-Date: 2025-03-13 17:36-0400\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: dev@ayakael.net\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.4.3\n"
|
||||
"X-Generator: Poedit 3.5\n"
|
||||
|
||||
#. type: Content of: <p><div><div><div><h5>
|
||||
msgid "Support"
|
||||
|
@ -77,6 +77,14 @@ msgstr "Nouvelles"
|
|||
msgid "Subscribe to our [[newsletter|https://notif.ilot.io/archive]]"
|
||||
msgstr "S'abonner à notre [[liste de diffusion|https://notif.ilot.io/archive]]"
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><script>
|
||||
msgid ""
|
||||
"document.addEventListener('keydown', function (event) { if (event.keyCode "
|
||||
"=== 13 && event.target.nodeName === 'INPUT') { var form = event.target.form; "
|
||||
"var index = Array.prototype.indexOf.call(form, event.target); "
|
||||
"form.elements[index + 1].focus(); event.preventDefault(); } });"
|
||||
msgstr ""
|
||||
|
||||
#. type: Content of: <p><div><div><div><form>
|
||||
msgid ""
|
||||
"<input type=\"hidden\" name=\"nonce\" /> <input id=\"9c490\" type=\"hidden\" "
|
||||
|
@ -93,11 +101,33 @@ msgstr ""
|
|||
|
||||
#. type: Content of: <p><div><div><div><form>
|
||||
msgid ""
|
||||
"<button aria-label=\"Subscribe\" class=\"btn\" type=\"submit\">Subscribe</"
|
||||
"button>"
|
||||
"<button aria-label=\"Subscribe\" class=\"btn\" type=\"button\" data-bs-"
|
||||
"toggle=\"modal\" data-bs-target=\"#hcaptchamodal\">Subscribe</button>"
|
||||
msgstr ""
|
||||
"<button aria-label=\"Subscribe\" class=\"btn\" type=\"submit\">S'abonner</"
|
||||
"button>"
|
||||
"<button aria-label=\"Subscribe\" class=\"btn\" type=\"button\" data-bs-"
|
||||
"toggle=\"modal\" data-bs-target=\"#hcaptchamodal\">S'abonner</button>"
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><div><div><div><div><h5>
|
||||
msgid "Are you a robot?"
|
||||
msgstr "Êtes-vous un robot?"
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><div><div><div><div>
|
||||
msgid ""
|
||||
"<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-"
|
||||
"label=\"Close\"></button>"
|
||||
msgstr ""
|
||||
"<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-"
|
||||
"label=\"Fermer\"></button>"
|
||||
|
||||
#. type: Content of: <p><div><div><div><form><div><div><div><div>
|
||||
msgid ""
|
||||
"<button type=\"button\" class=\"btn btn-secondary\" data-bs-"
|
||||
"dismiss=\"modal\">Close</button> <button aria-label=\"Subscribe\" "
|
||||
"class=\"btn\" type=\"submit\">Subscribe</button>"
|
||||
msgstr ""
|
||||
"<button type=\"button\" class=\"btn btn-secondary\" data-bs-"
|
||||
"dismiss=\"modal\">Fermer</button> <button aria-label=\"Subscribe\" "
|
||||
"class=\"btn\" type=\"submit\">S'abonner</button>"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "[[Wiki|https://wiki.ilot.io]]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue