1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-31 04:24:48 +01:00

- [GUI] ensured the 'subscribe to gemlog' button is toggled only if the subscription succeeded;

- updated Italian translation.
This commit is contained in:
cage 2024-05-25 14:12:58 +02:00
parent 3bb8d8061f
commit 2b40d78625
8 changed files with 171 additions and 167 deletions

View File

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinmop 0.9.9.1414213562-rc1\n" "Project-Id-Version: tinmop 0.9.9.1414213562-rc1\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n" "Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2024-05-25 13:04+0200\n" "POT-Creation-Date: 2024-05-25 14:06+0200\n"
"PO-Revision-Date: 2024-05-25 13:29+0200\n" "PO-Revision-Date: 2024-05-25 13:29+0200\n"
"Last-Translator: Eloitor <Eloitor@users.noreply.translate.codeberg.org>\n" "Last-Translator: Eloitor <Eloitor@users.noreply.translate.codeberg.org>\n"
"Language-Team: Catalan <https://translate.codeberg.org/projects/tinmop/" "Language-Team: Catalan <https://translate.codeberg.org/projects/tinmop/"
@ -19,7 +19,8 @@ msgstr ""
#: data/modules/delete-by-regex.lisp:52 #: data/modules/delete-by-regex.lisp:52
msgid "Delete posts that match regex: " msgid "Delete posts that match regex: "
msgstr "Elimina les publicacions que coincideixin amb l'expressió regular (regex): " msgstr ""
"Elimina les publicacions que coincideixin amb l'expressió regular (regex): "
#: data/modules/share-gemini-link.lisp:30 src/ui-goodies.lisp:2891 #: data/modules/share-gemini-link.lisp:30 src/ui-goodies.lisp:2891
msgid "The window is not displaying a gemini document" msgid "The window is not displaying a gemini document"
@ -36,8 +37,8 @@ msgid ""
"been successfully authorized, you can close this tab.</h1></body></html>" "been successfully authorized, you can close this tab.</h1></body></html>"
msgstr "" msgstr ""
"<!doctype html><html><head><meta charset=\"utf-8\"/></head><body> <h1>~a ha " "<!doctype html><html><head><meta charset=\"utf-8\"/></head><body> <h1>~a ha "
"estat autoritzat correctament, pots tancar aquesta " "estat autoritzat correctament, pots tancar aquesta pestanya.</h1></body></"
"pestanya.</h1></body></html>" "html>"
#: src/api-client.lisp:206 #: src/api-client.lisp:206
#, lisp-format #, lisp-format
@ -527,7 +528,7 @@ msgid "Gemini address"
msgstr "" msgstr ""
#: src/gui/client/certificates-window.lisp:229 #: src/gui/client/certificates-window.lisp:229
#: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1411 #: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1414
#: src/windows.lisp:642 src/windows.lisp:698 #: src/windows.lisp:642 src/windows.lisp:698
msgid "OK" msgid "OK"
msgstr "" msgstr ""
@ -815,68 +816,73 @@ msgid ""
"just received?" "just received?"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1399 #: src/gui/client/main-window.lisp:1391 src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/gui/client/main-window.lisp:1402
msgid "Tour is terminated" msgid "Tour is terminated"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1405 #: src/gui/client/main-window.lisp:1408
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1406 #: src/gui/client/main-window.lisp:1409
msgid "Change the password of the certificate" msgid "Change the password of the certificate"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1407 #: src/gui/client/main-window.lisp:1410
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1408 #: src/gui/client/main-window.lisp:1411
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1409 #: src/gui/client/main-window.lisp:1412
msgid "Repeat new password" msgid "Repeat new password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1410 src/ui-goodies.lisp:1862 #: src/gui/client/main-window.lisp:1413 src/ui-goodies.lisp:1862
msgid "password and confirmation does not match" msgid "password and confirmation does not match"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1420 src/ui-goodies.lisp:1861 #: src/gui/client/main-window.lisp:1423 src/ui-goodies.lisp:1861
#, lisp-format #, lisp-format
msgid "Password changed for key ~a" msgid "Password changed for key ~a"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1500 #: src/gui/client/main-window.lisp:1503
msgid "go back" msgid "go back"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1501 #: src/gui/client/main-window.lisp:1504
msgid "reload address" msgid "reload address"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1502 #: src/gui/client/main-window.lisp:1505
msgid "go to address" msgid "go to address"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1503 #: src/gui/client/main-window.lisp:1506
msgid "one level up" msgid "one level up"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1504 #: src/gui/client/main-window.lisp:1507
msgid "add or remove bookmark" msgid "add or remove bookmark"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1505 #: src/gui/client/main-window.lisp:1508
msgid "go to the next link in tour" msgid "go to the next link in tour"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1506 #: src/gui/client/main-window.lisp:1509
msgid "subscribe/unsubscribe to this gemlog" msgid "subscribe/unsubscribe to this gemlog"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1507 #: src/gui/client/main-window.lisp:1510
msgid "inline images" msgid "inline images"
msgstr "" msgstr ""
@ -1426,11 +1432,6 @@ msgstr ""
msgid "Empty address" msgid "Empty address"
msgstr "" msgstr ""
#: src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/program-events.lisp:1619 #: src/program-events.lisp:1619
#, lisp-format #, lisp-format
msgid "~a ~:[(not opened)~;(opened)~]~%" msgid "~a ~:[(not opened)~;(opened)~]~%"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinmop 0.9.9.1414\n" "Project-Id-Version: tinmop 0.9.9.1414\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n" "Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2024-05-25 13:04+0200\n" "POT-Creation-Date: 2024-05-25 14:06+0200\n"
"PO-Revision-Date: 2024-05-17 11:11+0000\n" "PO-Revision-Date: 2024-05-17 11:11+0000\n"
"Last-Translator: Dirk <Dirk@users.noreply.translate.codeberg.org>\n" "Last-Translator: Dirk <Dirk@users.noreply.translate.codeberg.org>\n"
"Language-Team: German <https://translate.codeberg.org/projects/tinmop/tinmop/" "Language-Team: German <https://translate.codeberg.org/projects/tinmop/tinmop/"
@ -536,7 +536,7 @@ msgid "Gemini address"
msgstr "Gemini-Adresse" msgstr "Gemini-Adresse"
#: src/gui/client/certificates-window.lisp:229 #: src/gui/client/certificates-window.lisp:229
#: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1411 #: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1414
#: src/windows.lisp:642 src/windows.lisp:698 #: src/windows.lisp:642 src/windows.lisp:698
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
@ -826,68 +826,73 @@ msgstr ""
"Das Zertifikat für diese Adresse hat sich geändert, altes Zertifikat durch " "Das Zertifikat für diese Adresse hat sich geändert, altes Zertifikat durch "
"das soeben neu empfangene ersetzen?" "das soeben neu empfangene ersetzen?"
#: src/gui/client/main-window.lisp:1399 #: src/gui/client/main-window.lisp:1391 src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/gui/client/main-window.lisp:1402
msgid "Tour is terminated" msgid "Tour is terminated"
msgstr "Tour wurde beendet" msgstr "Tour wurde beendet"
#: src/gui/client/main-window.lisp:1405 #: src/gui/client/main-window.lisp:1408
msgid "Change password" msgid "Change password"
msgstr "Passwort ändern" msgstr "Passwort ändern"
#: src/gui/client/main-window.lisp:1406 #: src/gui/client/main-window.lisp:1409
msgid "Change the password of the certificate" msgid "Change the password of the certificate"
msgstr "Passwort des Zertifikats ändern" msgstr "Passwort des Zertifikats ändern"
#: src/gui/client/main-window.lisp:1407 #: src/gui/client/main-window.lisp:1410
msgid "Old password" msgid "Old password"
msgstr "Altes Passwort" msgstr "Altes Passwort"
#: src/gui/client/main-window.lisp:1408 #: src/gui/client/main-window.lisp:1411
msgid "New password" msgid "New password"
msgstr "Neues Passwort" msgstr "Neues Passwort"
#: src/gui/client/main-window.lisp:1409 #: src/gui/client/main-window.lisp:1412
msgid "Repeat new password" msgid "Repeat new password"
msgstr "Neues Passwort wiederholen" msgstr "Neues Passwort wiederholen"
#: src/gui/client/main-window.lisp:1410 src/ui-goodies.lisp:1862 #: src/gui/client/main-window.lisp:1413 src/ui-goodies.lisp:1862
msgid "password and confirmation does not match" msgid "password and confirmation does not match"
msgstr "Passwort und Passwortwiederholung stimmen nicht überein" msgstr "Passwort und Passwortwiederholung stimmen nicht überein"
#: src/gui/client/main-window.lisp:1420 src/ui-goodies.lisp:1861 #: src/gui/client/main-window.lisp:1423 src/ui-goodies.lisp:1861
#, lisp-format #, lisp-format
msgid "Password changed for key ~a" msgid "Password changed for key ~a"
msgstr "Passwort für Schlüssel ~a geändert" msgstr "Passwort für Schlüssel ~a geändert"
#: src/gui/client/main-window.lisp:1500 #: src/gui/client/main-window.lisp:1503
msgid "go back" msgid "go back"
msgstr "zurück" msgstr "zurück"
#: src/gui/client/main-window.lisp:1501 #: src/gui/client/main-window.lisp:1504
msgid "reload address" msgid "reload address"
msgstr "Adresse neu laden" msgstr "Adresse neu laden"
#: src/gui/client/main-window.lisp:1502 #: src/gui/client/main-window.lisp:1505
msgid "go to address" msgid "go to address"
msgstr "zu Adresse gehen" msgstr "zu Adresse gehen"
#: src/gui/client/main-window.lisp:1503 #: src/gui/client/main-window.lisp:1506
msgid "one level up" msgid "one level up"
msgstr "eine Ebene rauf" msgstr "eine Ebene rauf"
#: src/gui/client/main-window.lisp:1504 #: src/gui/client/main-window.lisp:1507
msgid "add or remove bookmark" msgid "add or remove bookmark"
msgstr "Lesezeichen hinzufügen oder entfernen" msgstr "Lesezeichen hinzufügen oder entfernen"
#: src/gui/client/main-window.lisp:1505 #: src/gui/client/main-window.lisp:1508
msgid "go to the next link in tour" msgid "go to the next link in tour"
msgstr "zum nächsten Link in der Tour gehen" msgstr "zum nächsten Link in der Tour gehen"
#: src/gui/client/main-window.lisp:1506 #: src/gui/client/main-window.lisp:1509
msgid "subscribe/unsubscribe to this gemlog" msgid "subscribe/unsubscribe to this gemlog"
msgstr "Dieses Gemlog abonnieren/deabonnieren" msgstr "Dieses Gemlog abonnieren/deabonnieren"
#: src/gui/client/main-window.lisp:1507 #: src/gui/client/main-window.lisp:1510
msgid "inline images" msgid "inline images"
msgstr "eingebettete Bilder" msgstr "eingebettete Bilder"
@ -1440,11 +1445,6 @@ msgstr ""
msgid "Empty address" msgid "Empty address"
msgstr "" msgstr ""
#: src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/program-events.lisp:1619 #: src/program-events.lisp:1619
#, lisp-format #, lisp-format
msgid "~a ~:[(not opened)~;(opened)~]~%" msgid "~a ~:[(not opened)~;(opened)~]~%"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinmop 0.9.9.1414\n" "Project-Id-Version: tinmop 0.9.9.1414\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n" "Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2024-05-25 13:04+0200\n" "POT-Creation-Date: 2024-05-25 14:06+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -531,7 +531,7 @@ msgid "Gemini address"
msgstr "Dirección de Gemini" msgstr "Dirección de Gemini"
#: src/gui/client/certificates-window.lisp:229 #: src/gui/client/certificates-window.lisp:229
#: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1411 #: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1414
#: src/windows.lisp:642 src/windows.lisp:698 #: src/windows.lisp:642 src/windows.lisp:698
msgid "OK" msgid "OK"
msgstr "" msgstr ""
@ -822,68 +822,73 @@ msgid ""
"just received?" "just received?"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1399 #: src/gui/client/main-window.lisp:1391 src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/gui/client/main-window.lisp:1402
msgid "Tour is terminated" msgid "Tour is terminated"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1405 #: src/gui/client/main-window.lisp:1408
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1406 #: src/gui/client/main-window.lisp:1409
msgid "Change the password of the certificate" msgid "Change the password of the certificate"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1407 #: src/gui/client/main-window.lisp:1410
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1408 #: src/gui/client/main-window.lisp:1411
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1409 #: src/gui/client/main-window.lisp:1412
msgid "Repeat new password" msgid "Repeat new password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1410 src/ui-goodies.lisp:1862 #: src/gui/client/main-window.lisp:1413 src/ui-goodies.lisp:1862
msgid "password and confirmation does not match" msgid "password and confirmation does not match"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1420 src/ui-goodies.lisp:1861 #: src/gui/client/main-window.lisp:1423 src/ui-goodies.lisp:1861
#, lisp-format #, lisp-format
msgid "Password changed for key ~a" msgid "Password changed for key ~a"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1500 #: src/gui/client/main-window.lisp:1503
msgid "go back" msgid "go back"
msgstr "volver" msgstr "volver"
#: src/gui/client/main-window.lisp:1501 #: src/gui/client/main-window.lisp:1504
msgid "reload address" msgid "reload address"
msgstr "dirección de recarga" msgstr "dirección de recarga"
#: src/gui/client/main-window.lisp:1502 #: src/gui/client/main-window.lisp:1505
msgid "go to address" msgid "go to address"
msgstr "ir a dirección" msgstr "ir a dirección"
#: src/gui/client/main-window.lisp:1503 #: src/gui/client/main-window.lisp:1506
msgid "one level up" msgid "one level up"
msgstr "un nivel hacia arriba" msgstr "un nivel hacia arriba"
#: src/gui/client/main-window.lisp:1504 #: src/gui/client/main-window.lisp:1507
msgid "add or remove bookmark" msgid "add or remove bookmark"
msgstr "añadir o quitar marcador" msgstr "añadir o quitar marcador"
#: src/gui/client/main-window.lisp:1505 #: src/gui/client/main-window.lisp:1508
msgid "go to the next link in tour" msgid "go to the next link in tour"
msgstr "ir al enlace siguiente del recorrido" msgstr "ir al enlace siguiente del recorrido"
#: src/gui/client/main-window.lisp:1506 #: src/gui/client/main-window.lisp:1509
msgid "subscribe/unsubscribe to this gemlog" msgid "subscribe/unsubscribe to this gemlog"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1507 #: src/gui/client/main-window.lisp:1510
msgid "inline images" msgid "inline images"
msgstr "" msgstr ""
@ -1433,11 +1438,6 @@ msgstr ""
msgid "Empty address" msgid "Empty address"
msgstr "" msgstr ""
#: src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/program-events.lisp:1619 #: src/program-events.lisp:1619
#, lisp-format #, lisp-format
msgid "~a ~:[(not opened)~;(opened)~]~%" msgid "~a ~:[(not opened)~;(opened)~]~%"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinmop 0.9.9.1414\n" "Project-Id-Version: tinmop 0.9.9.1414\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n" "Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2024-05-25 13:04+0200\n" "POT-Creation-Date: 2024-05-25 14:06+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -535,7 +535,7 @@ msgid "Gemini address"
msgstr "Adresse Gemini" msgstr "Adresse Gemini"
#: src/gui/client/certificates-window.lisp:229 #: src/gui/client/certificates-window.lisp:229
#: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1411 #: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1414
#: src/windows.lisp:642 src/windows.lisp:698 #: src/windows.lisp:642 src/windows.lisp:698
msgid "OK" msgid "OK"
msgstr "Ok" msgstr "Ok"
@ -826,68 +826,73 @@ msgid ""
msgstr "" msgstr ""
"Le certificat de cette adresse a été modifié, remplacer avec le plus récent?" "Le certificat de cette adresse a été modifié, remplacer avec le plus récent?"
#: src/gui/client/main-window.lisp:1399 #: src/gui/client/main-window.lisp:1391 src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/gui/client/main-window.lisp:1402
msgid "Tour is terminated" msgid "Tour is terminated"
msgstr "Visite terminée" msgstr "Visite terminée"
#: src/gui/client/main-window.lisp:1405 #: src/gui/client/main-window.lisp:1408
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1406 #: src/gui/client/main-window.lisp:1409
msgid "Change the password of the certificate" msgid "Change the password of the certificate"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1407 #: src/gui/client/main-window.lisp:1410
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1408 #: src/gui/client/main-window.lisp:1411
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1409 #: src/gui/client/main-window.lisp:1412
msgid "Repeat new password" msgid "Repeat new password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1410 src/ui-goodies.lisp:1862 #: src/gui/client/main-window.lisp:1413 src/ui-goodies.lisp:1862
msgid "password and confirmation does not match" msgid "password and confirmation does not match"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1420 src/ui-goodies.lisp:1861 #: src/gui/client/main-window.lisp:1423 src/ui-goodies.lisp:1861
#, lisp-format #, lisp-format
msgid "Password changed for key ~a" msgid "Password changed for key ~a"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1500 #: src/gui/client/main-window.lisp:1503
msgid "go back" msgid "go back"
msgstr "retour" msgstr "retour"
#: src/gui/client/main-window.lisp:1501 #: src/gui/client/main-window.lisp:1504
msgid "reload address" msgid "reload address"
msgstr "recharger ladresse" msgstr "recharger ladresse"
#: src/gui/client/main-window.lisp:1502 #: src/gui/client/main-window.lisp:1505
msgid "go to address" msgid "go to address"
msgstr "aller à ladresse" msgstr "aller à ladresse"
#: src/gui/client/main-window.lisp:1503 #: src/gui/client/main-window.lisp:1506
msgid "one level up" msgid "one level up"
msgstr "niveau supérieur" msgstr "niveau supérieur"
#: src/gui/client/main-window.lisp:1504 #: src/gui/client/main-window.lisp:1507
msgid "add or remove bookmark" msgid "add or remove bookmark"
msgstr "ajouter ou supprimer un favori" msgstr "ajouter ou supprimer un favori"
#: src/gui/client/main-window.lisp:1505 #: src/gui/client/main-window.lisp:1508
msgid "go to the next link in tour" msgid "go to the next link in tour"
msgstr "se rendre au prochain lien de visite" msgstr "se rendre au prochain lien de visite"
#: src/gui/client/main-window.lisp:1506 #: src/gui/client/main-window.lisp:1509
msgid "subscribe/unsubscribe to this gemlog" msgid "subscribe/unsubscribe to this gemlog"
msgstr "inscription/désinscription à ce gemlog" msgstr "inscription/désinscription à ce gemlog"
#: src/gui/client/main-window.lisp:1507 #: src/gui/client/main-window.lisp:1510
msgid "inline images" msgid "inline images"
msgstr "" msgstr ""
@ -1441,11 +1446,6 @@ msgstr ""
msgid "Empty address" msgid "Empty address"
msgstr "" msgstr ""
#: src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/program-events.lisp:1619 #: src/program-events.lisp:1619
#, lisp-format #, lisp-format
msgid "~a ~:[(not opened)~;(opened)~]~%" msgid "~a ~:[(not opened)~;(opened)~]~%"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinmop 0.0.1\n" "Project-Id-Version: tinmop 0.0.1\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n" "Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2024-05-25 13:04+0200\n" "POT-Creation-Date: 2024-05-25 14:06+0200\n"
"PO-Revision-Date: 2024-05-25 13:05+0200\n" "PO-Revision-Date: 2024-05-25 13:05+0200\n"
"Last-Translator: cage <cage-dev@twistfold.it>\n" "Last-Translator: cage <cage-dev@twistfold.it>\n"
"Language-Team: Italian <https://translate.codeberg.org/projects/tinmop/" "Language-Team: Italian <https://translate.codeberg.org/projects/tinmop/"
@ -538,7 +538,7 @@ msgid "Gemini address"
msgstr "Indirizzo gemini" msgstr "Indirizzo gemini"
#: src/gui/client/certificates-window.lisp:229 #: src/gui/client/certificates-window.lisp:229
#: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1411 #: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1414
#: src/windows.lisp:642 src/windows.lisp:698 #: src/windows.lisp:642 src/windows.lisp:698
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
@ -828,68 +828,73 @@ msgstr ""
"Il certificato relativo a questo indirizzo è cambiato dall'ultima visita, lo " "Il certificato relativo a questo indirizzo è cambiato dall'ultima visita, lo "
"rimpiazzo con quello appena ottenuto?" "rimpiazzo con quello appena ottenuto?"
#: src/gui/client/main-window.lisp:1399 #: src/gui/client/main-window.lisp:1391 src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr "Non posso abbonarmi a ~s"
#: src/gui/client/main-window.lisp:1402
msgid "Tour is terminated" msgid "Tour is terminated"
msgstr "Il tour è terminato" msgstr "Il tour è terminato"
#: src/gui/client/main-window.lisp:1405 #: src/gui/client/main-window.lisp:1408
msgid "Change password" msgid "Change password"
msgstr "Cabbia password" msgstr "Cabbia password"
#: src/gui/client/main-window.lisp:1406 #: src/gui/client/main-window.lisp:1409
msgid "Change the password of the certificate" msgid "Change the password of the certificate"
msgstr "Chambia la password del certificato" msgstr "Chambia la password del certificato"
#: src/gui/client/main-window.lisp:1407 #: src/gui/client/main-window.lisp:1410
msgid "Old password" msgid "Old password"
msgstr "Vecchia password" msgstr "Vecchia password"
#: src/gui/client/main-window.lisp:1408 #: src/gui/client/main-window.lisp:1411
msgid "New password" msgid "New password"
msgstr "Nuova password" msgstr "Nuova password"
#: src/gui/client/main-window.lisp:1409 #: src/gui/client/main-window.lisp:1412
msgid "Repeat new password" msgid "Repeat new password"
msgstr "Conferma la nuova password" msgstr "Conferma la nuova password"
#: src/gui/client/main-window.lisp:1410 src/ui-goodies.lisp:1862 #: src/gui/client/main-window.lisp:1413 src/ui-goodies.lisp:1862
msgid "password and confirmation does not match" msgid "password and confirmation does not match"
msgstr "la password e la conferma non combaciano" msgstr "la password e la conferma non combaciano"
#: src/gui/client/main-window.lisp:1420 src/ui-goodies.lisp:1861 #: src/gui/client/main-window.lisp:1423 src/ui-goodies.lisp:1861
#, lisp-format #, lisp-format
msgid "Password changed for key ~a" msgid "Password changed for key ~a"
msgstr "password cambiata per la chiava ~a" msgstr "password cambiata per la chiava ~a"
#: src/gui/client/main-window.lisp:1500 #: src/gui/client/main-window.lisp:1503
msgid "go back" msgid "go back"
msgstr "indietro" msgstr "indietro"
#: src/gui/client/main-window.lisp:1501 #: src/gui/client/main-window.lisp:1504
msgid "reload address" msgid "reload address"
msgstr "ricarica l'indirizzo" msgstr "ricarica l'indirizzo"
#: src/gui/client/main-window.lisp:1502 #: src/gui/client/main-window.lisp:1505
msgid "go to address" msgid "go to address"
msgstr "vai all'indirizzo" msgstr "vai all'indirizzo"
#: src/gui/client/main-window.lisp:1503 #: src/gui/client/main-window.lisp:1506
msgid "one level up" msgid "one level up"
msgstr "un livello in alto" msgstr "un livello in alto"
#: src/gui/client/main-window.lisp:1504 #: src/gui/client/main-window.lisp:1507
msgid "add or remove bookmark" msgid "add or remove bookmark"
msgstr "Aggiungi o rimuovi segnalibro" msgstr "Aggiungi o rimuovi segnalibro"
#: src/gui/client/main-window.lisp:1505 #: src/gui/client/main-window.lisp:1508
msgid "go to the next link in tour" msgid "go to the next link in tour"
msgstr "vai al prossimo indirizzo del tour" msgstr "vai al prossimo indirizzo del tour"
#: src/gui/client/main-window.lisp:1506 #: src/gui/client/main-window.lisp:1509
msgid "subscribe/unsubscribe to this gemlog" msgid "subscribe/unsubscribe to this gemlog"
msgstr "Abbonati/disdici l'abbonamento a questo gemlog" msgstr "Abbonati/disdici l'abbonamento a questo gemlog"
#: src/gui/client/main-window.lisp:1507 #: src/gui/client/main-window.lisp:1510
msgid "inline images" msgid "inline images"
msgstr "includi nella pagina le immagini" msgstr "includi nella pagina le immagini"
@ -1458,11 +1463,6 @@ msgstr "Indice della directory locale ~a~2%"
msgid "Empty address" msgid "Empty address"
msgstr "Indirizzo vuoto" msgstr "Indirizzo vuoto"
#: src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr "Non posso abbonarmi a ~s"
#: src/program-events.lisp:1619 #: src/program-events.lisp:1619
#, lisp-format #, lisp-format
msgid "~a ~:[(not opened)~;(opened)~]~%" msgid "~a ~:[(not opened)~;(opened)~]~%"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinmop 0.9.9.1414\n" "Project-Id-Version: tinmop 0.9.9.1414\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n" "Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2024-05-25 13:04+0200\n" "POT-Creation-Date: 2024-05-25 14:06+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n" "Last-Translator: Automatically generated\n"
"Language-Team: none\n" "Language-Team: none\n"
@ -523,7 +523,7 @@ msgid "Gemini address"
msgstr "" msgstr ""
#: src/gui/client/certificates-window.lisp:229 #: src/gui/client/certificates-window.lisp:229
#: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1411 #: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1414
#: src/windows.lisp:642 src/windows.lisp:698 #: src/windows.lisp:642 src/windows.lisp:698
msgid "OK" msgid "OK"
msgstr "" msgstr ""
@ -812,68 +812,73 @@ msgid ""
"just received?" "just received?"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1399 #: src/gui/client/main-window.lisp:1391 src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/gui/client/main-window.lisp:1402
msgid "Tour is terminated" msgid "Tour is terminated"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1405 #: src/gui/client/main-window.lisp:1408
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1406 #: src/gui/client/main-window.lisp:1409
msgid "Change the password of the certificate" msgid "Change the password of the certificate"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1407 #: src/gui/client/main-window.lisp:1410
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1408 #: src/gui/client/main-window.lisp:1411
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1409 #: src/gui/client/main-window.lisp:1412
msgid "Repeat new password" msgid "Repeat new password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1410 src/ui-goodies.lisp:1862 #: src/gui/client/main-window.lisp:1413 src/ui-goodies.lisp:1862
msgid "password and confirmation does not match" msgid "password and confirmation does not match"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1420 src/ui-goodies.lisp:1861 #: src/gui/client/main-window.lisp:1423 src/ui-goodies.lisp:1861
#, lisp-format #, lisp-format
msgid "Password changed for key ~a" msgid "Password changed for key ~a"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1500 #: src/gui/client/main-window.lisp:1503
msgid "go back" msgid "go back"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1501 #: src/gui/client/main-window.lisp:1504
msgid "reload address" msgid "reload address"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1502 #: src/gui/client/main-window.lisp:1505
msgid "go to address" msgid "go to address"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1503 #: src/gui/client/main-window.lisp:1506
msgid "one level up" msgid "one level up"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1504 #: src/gui/client/main-window.lisp:1507
msgid "add or remove bookmark" msgid "add or remove bookmark"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1505 #: src/gui/client/main-window.lisp:1508
msgid "go to the next link in tour" msgid "go to the next link in tour"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1506 #: src/gui/client/main-window.lisp:1509
msgid "subscribe/unsubscribe to this gemlog" msgid "subscribe/unsubscribe to this gemlog"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1507 #: src/gui/client/main-window.lisp:1510
msgid "inline images" msgid "inline images"
msgstr "" msgstr ""
@ -1423,11 +1428,6 @@ msgstr ""
msgid "Empty address" msgid "Empty address"
msgstr "" msgstr ""
#: src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/program-events.lisp:1619 #: src/program-events.lisp:1619
#, lisp-format #, lisp-format
msgid "~a ~:[(not opened)~;(opened)~]~%" msgid "~a ~:[(not opened)~;(opened)~]~%"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinmop 0.9.9.1414213562-rc1\n" "Project-Id-Version: tinmop 0.9.9.1414213562-rc1\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n" "Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2024-05-25 13:04+0200\n" "POT-Creation-Date: 2024-05-25 14:06+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -523,7 +523,7 @@ msgid "Gemini address"
msgstr "" msgstr ""
#: src/gui/client/certificates-window.lisp:229 #: src/gui/client/certificates-window.lisp:229
#: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1411 #: src/gui/client/gui-goodies.lisp:100 src/gui/client/main-window.lisp:1414
#: src/windows.lisp:642 src/windows.lisp:698 #: src/windows.lisp:642 src/windows.lisp:698
msgid "OK" msgid "OK"
msgstr "" msgstr ""
@ -811,68 +811,73 @@ msgid ""
"just received?" "just received?"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1399 #: src/gui/client/main-window.lisp:1391 src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/gui/client/main-window.lisp:1402
msgid "Tour is terminated" msgid "Tour is terminated"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1405 #: src/gui/client/main-window.lisp:1408
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1406 #: src/gui/client/main-window.lisp:1409
msgid "Change the password of the certificate" msgid "Change the password of the certificate"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1407 #: src/gui/client/main-window.lisp:1410
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1408 #: src/gui/client/main-window.lisp:1411
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1409 #: src/gui/client/main-window.lisp:1412
msgid "Repeat new password" msgid "Repeat new password"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1410 src/ui-goodies.lisp:1862 #: src/gui/client/main-window.lisp:1413 src/ui-goodies.lisp:1862
msgid "password and confirmation does not match" msgid "password and confirmation does not match"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1420 src/ui-goodies.lisp:1861 #: src/gui/client/main-window.lisp:1423 src/ui-goodies.lisp:1861
#, lisp-format #, lisp-format
msgid "Password changed for key ~a" msgid "Password changed for key ~a"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1500 #: src/gui/client/main-window.lisp:1503
msgid "go back" msgid "go back"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1501 #: src/gui/client/main-window.lisp:1504
msgid "reload address" msgid "reload address"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1502 #: src/gui/client/main-window.lisp:1505
msgid "go to address" msgid "go to address"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1503 #: src/gui/client/main-window.lisp:1506
msgid "one level up" msgid "one level up"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1504 #: src/gui/client/main-window.lisp:1507
msgid "add or remove bookmark" msgid "add or remove bookmark"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1505 #: src/gui/client/main-window.lisp:1508
msgid "go to the next link in tour" msgid "go to the next link in tour"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1506 #: src/gui/client/main-window.lisp:1509
msgid "subscribe/unsubscribe to this gemlog" msgid "subscribe/unsubscribe to this gemlog"
msgstr "" msgstr ""
#: src/gui/client/main-window.lisp:1507 #: src/gui/client/main-window.lisp:1510
msgid "inline images" msgid "inline images"
msgstr "" msgstr ""
@ -1422,11 +1427,6 @@ msgstr ""
msgid "Empty address" msgid "Empty address"
msgstr "" msgstr ""
#: src/program-events.lisp:1567
#, lisp-format
msgid "Unable to subscribe to ~s"
msgstr ""
#: src/program-events.lisp:1619 #: src/program-events.lisp:1619
#, lisp-format #, lisp-format
msgid "~a ~:[(not opened)~;(opened)~]~%" msgid "~a ~:[(not opened)~;(opened)~]~%"

View File

@ -1384,9 +1384,12 @@ local file paths."
(progn (progn
(comm:make-request :gemini-gemlog-unsubscribe 1 iri) (comm:make-request :gemini-gemlog-unsubscribe 1 iri)
(set-subscribe-button-unsubscribed main-window)) (set-subscribe-button-unsubscribed main-window))
(progn (let ((subscription-ok (comm:make-request :gemini-gemlog-subscribe 1 iri)))
(comm:make-request :gemini-gemlog-subscribe 1 iri) (if subscription-ok
(set-subscribe-button-subscribed main-window))))))))) (set-subscribe-button-subscribed main-window)
(gui-goodies:notify-request-error (format nil
(_ "Unable to subscribe to ~s")
iri)))))))))))
(defun tour-visit-next-iri-clsr (main-window) (defun tour-visit-next-iri-clsr (main-window)
(lambda () (lambda ()