logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: ebf0355bf2cd55b966a45171b140bb4b0a43a691
parent: 10008e9331cb2c77b874bfd51c1159c89f23385d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 15 May 2020 06:04:39 +0200

Use mnemonic for javascript and auto_load_images

Diffstat:

Mbadwolf.c4++--
Mpo/fr.po72++++++++++++++++++++++++++++++++++++------------------------------------
Mpo/messages.pot20++++++++++----------
Mpo/pt_BR.po72++++++++++++++++++++++++++++++++++++------------------------------------
4 files changed, 84 insertions(+), 84 deletions(-)

diff --git a/badwolf.c b/badwolf.c @@ -583,12 +583,12 @@ new_browser(struct Window *window, const gchar *target_url, WebKitWebView *relat GtkWidget *toolbar_separator = gtk_separator_new(GTK_ORIENTATION_VERTICAL); - browser->javascript = gtk_toggle_button_new_with_label(_("JS")); + browser->javascript = gtk_toggle_button_new_with_mnemonic(_("_JS")); gtk_widget_set_name(browser->javascript, "browser__javascript"); gtk_widget_set_tooltip_text(browser->javascript, _("Toggle javascript")); gtk_button_set_relief(GTK_BUTTON(browser->javascript), GTK_RELIEF_NONE); - browser->auto_load_images = gtk_toggle_button_new_with_label(_("IMG")); + browser->auto_load_images = gtk_toggle_button_new_with_mnemonic(_("_IMG")); gtk_widget_set_name(browser->auto_load_images, "browser__load_images"); gtk_widget_set_tooltip_text(browser->auto_load_images, _("Toggle loading images automatically")); gtk_button_set_relief(GTK_BUTTON(browser->auto_load_images), GTK_RELIEF_NONE); diff --git a/po/fr.po b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Badwolf 0.3.0+gd88f2e7\n" "Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n" -"POT-Creation-Date: 2020-05-11 08:29+0200\n" +"POT-Creation-Date: 2020-05-15 06:00+0200\n" "PO-Revision-Date: 2019-12-22 00:57+0100\n" "Last-Translator: Haelwenn (lanodan) Monnier <contact@hacktivis.me>\n" "Language-Team: French\n" @@ -41,16 +41,16 @@ msgstr "%02i:%02i:%02i Téléchargement en cours…" msgid "Badwolf Downloads" msgstr "Téléchargements Badwolf" -#: badwolf.c:846 +#: badwolf.c:861 #, c-format msgid "Buildtime WebKit version: %d.%d.%d\n" msgstr "Version WebKit à la compilation: %d.%d.%d\n" -#: badwolf.c:390 +#: badwolf.c:391 msgid "Continue" msgstr "Continuer" -#: badwolf.c:340 +#: badwolf.c:341 msgid "" "Couldn't verify the TLS certificate to ensure a better security of the " "connection. You might want to verify your machine and network.\n" @@ -61,7 +61,7 @@ msgstr "" "et son réseau.\n" "\n" -#: badwolf.c:97 +#: badwolf.c:98 msgid "Crashed" msgstr "Crash" @@ -69,44 +69,36 @@ msgstr "Crash" msgid "Download starting…" msgstr "Démarrage du téléchargement" -#: badwolf.c:363 +#: badwolf.c:364 msgid "Error: Some unknown error occurred validating the certificate.\n" msgstr "" "Erreur : Une erreur inconnue est apparue pendant la validation du " "certificat.\n" -#: badwolf.c:344 +#: badwolf.c:345 msgid "Error: The X509 Certificate Authority is unknown.\n" msgstr "Erreur : L'autorité de certification (CA X509) est inconnue.\n" -#: badwolf.c:357 +#: badwolf.c:358 msgid "Error: The certificate has been revoked.\n" msgstr "Erreur : Le certificat à été révoqué.\n" -#: badwolf.c:354 +#: badwolf.c:355 msgid "Error: The certificate has expired. Check your system's clock.\n" msgstr "Erreur : Le certificat a expiré.\n" -#: badwolf.c:360 +#: badwolf.c:361 msgid "Error: The certificate is considered to be insecure.\n" msgstr "Erreur : Le certificat est considéré comme non-sécurisé.\n" -#: badwolf.c:351 +#: badwolf.c:352 msgid "Error: The certificate isn't valid yet. Check your system's clock.\n" msgstr "Erreur : Le certificat n'est pas encore valide.\n" -#: badwolf.c:347 +#: badwolf.c:348 msgid "Error: The given identity doesn't match the expected one.\n" msgstr "Erreur : L'identité ne correspond pas à celle attendue.\n" -#: badwolf.c:579 -msgid "IMG" -msgstr "IMG" - -#: badwolf.c:574 -msgid "JS" -msgstr "JS" - #: keybindings.c:32 #, c-format msgid "" @@ -116,72 +108,80 @@ msgstr "" "Navigateur WebKitGTK+ minimaliste et orienté vie privée\n" "Version WebKit au lancement: %d.%d.%d" -#: badwolf.c:775 +#: badwolf.c:790 msgid "New tab" msgstr "Nouvel onglet" -#: badwolf.c:895 +#: badwolf.c:910 msgid "Open new tab" msgstr "Ouvrir un nouvel onglet" -#: badwolf.c:101 +#: badwolf.c:102 msgid "Out of Memory" msgstr "Dépassement Mémoire" -#: badwolf.c:844 +#: badwolf.c:859 #, c-format msgid "Running Badwolf version: %s\n" msgstr "Version de Badwolf: %s\n" -#: badwolf.c:851 +#: badwolf.c:866 #, c-format msgid "Runtime WebKit version: %d.%d.%d\n" msgstr "Version WebKit au lancement: %d.%d.%d\n" -#: badwolf.c:387 +#: badwolf.c:388 #, c-format msgid "TLS Error for %s." msgstr "Erreur TLS pour %s." -#: badwolf.c:390 +#: badwolf.c:391 #, fuzzy msgid "Temporarily Add Exception" msgstr "Ajouter Temporairement une Exception" -#: badwolf.c:576 +#: badwolf.c:588 msgid "Toggle javascript" msgstr "Activer/Désactiver javascript" -#: badwolf.c:581 +#: badwolf.c:593 msgid "Toggle loading images automatically" msgstr "" -#: badwolf.c:105 +#: badwolf.c:106 msgid "Unknown Crash" msgstr "Crash inconnu" -#: badwolf.c:694 +#: badwolf.c:591 +msgid "_IMG" +msgstr "_IMG" + +#: badwolf.c:586 +msgid "_JS" +msgstr "_JS" + +#: badwolf.c:706 msgid "search in current page" msgstr "recherche dans la page courante" -#: badwolf.c:96 +#: badwolf.c:97 msgid "the web process crashed.\n" msgstr "le processus web a cessé de fonctionner.\n" -#: badwolf.c:100 +#: badwolf.c:101 msgid "the web process exceeded the memory limit.\n" msgstr "le processus web a dépassé la limitation de mémoire.\n" -#: badwolf.c:104 +#: badwolf.c:105 msgid "the web process terminated for an unknown reason.\n" msgstr "le processus web s’est interrompu pour une raison inconnue.\n" -#: badwolf.c:858 +#: badwolf.c:873 #, c-format msgid "webkit-web-extension directory set to: %s\n" msgstr "Répertoire webkit-web-extension configuré à %s\n" #. TRANSLATOR Ignore this entry. Done for forcing Unicode in xgettext. -#: badwolf.c:929 +#: badwolf.c:944 msgid "ø" msgstr "" diff --git a/po/messages.pot b/po/messages.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Badwolf 0.5.1+ga513781.develop\n" +"Project-Id-Version: Badwolf 0.5.1+g10008e9.develop\n" "Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n" -"POT-Creation-Date: 2020-05-15 01:49+0200\n" +"POT-Creation-Date: 2020-05-15 06:00+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -93,14 +93,6 @@ msgstr "" msgid "Error: The given identity doesn't match the expected one.\n" msgstr "" -#: badwolf.c:591 -msgid "IMG" -msgstr "" - -#: badwolf.c:586 -msgid "JS" -msgstr "" - #: keybindings.c:32 #, c-format msgid "" @@ -151,6 +143,14 @@ msgstr "" msgid "Unknown Crash" msgstr "" +#: badwolf.c:591 +msgid "_IMG" +msgstr "" + +#: badwolf.c:586 +msgid "_JS" +msgstr "" + #: badwolf.c:706 msgid "search in current page" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Badwolf 0.4.0+g607300e\n" "Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n" -"POT-Creation-Date: 2020-05-11 08:30+0200\n" +"POT-Creation-Date: 2020-05-15 06:00+0200\n" "PO-Revision-Date: 2020-01-20 22:17-0300\n" "Last-Translator: Pedro Lucas Porcellis <porcellis@eletrotupi.com>\n" "Language-Team: Brazilian Portuguese\n" @@ -40,16 +40,16 @@ msgstr "" msgid "Badwolf Downloads" msgstr "" -#: badwolf.c:846 +#: badwolf.c:861 #, c-format msgid "Buildtime WebKit version: %d.%d.%d\n" msgstr "Versão do WebKit %d.%d.%d\n" -#: badwolf.c:390 +#: badwolf.c:391 msgid "Continue" msgstr "Continuar" -#: badwolf.c:340 +#: badwolf.c:341 msgid "" "Couldn't verify the TLS certificate to ensure a better security of the " "connection. You might want to verify your machine and network.\n" @@ -59,7 +59,7 @@ msgstr "" "segurança da conexão. Talvez você deva verificar a sua máquina e rede.\n" "\n" -#: badwolf.c:97 +#: badwolf.c:98 #, fuzzy msgid "Crashed" msgstr "Erro" @@ -68,45 +68,37 @@ msgstr "Erro" msgid "Download starting…" msgstr "" -#: badwolf.c:363 +#: badwolf.c:364 msgid "Error: Some unknown error occurred validating the certificate.\n" msgstr "" "Erro: Algum erro desconhecido ocorreu enquanto validava o certificado.\n" -#: badwolf.c:344 +#: badwolf.c:345 msgid "Error: The X509 Certificate Authority is unknown.\n" msgstr "Erro: A Autoridade de Certificados X509 é desconhecida.\n" -#: badwolf.c:357 +#: badwolf.c:358 msgid "Error: The certificate has been revoked.\n" msgstr "Erro: O certificado foi revogado.\n" -#: badwolf.c:354 +#: badwolf.c:355 msgid "Error: The certificate has expired. Check your system's clock.\n" msgstr "" "Erro: O certificado foi expirado. Verifique o relógio do seu sistema.\n" -#: badwolf.c:360 +#: badwolf.c:361 msgid "Error: The certificate is considered to be insecure.\n" msgstr "Erro: O certificado é considerado inseguro.\n" -#: badwolf.c:351 +#: badwolf.c:352 msgid "Error: The certificate isn't valid yet. Check your system's clock.\n" msgstr "" "Erro: O certificado não é válido ainda. Verifique o relógio do seu sistema.\n" -#: badwolf.c:347 +#: badwolf.c:348 msgid "Error: The given identity doesn't match the expected one.\n" msgstr "Erro: A identidade não confere com a esperada.\n" -#: badwolf.c:579 -msgid "IMG" -msgstr "" - -#: badwolf.c:574 -msgid "JS" -msgstr "" - #: keybindings.c:32 #, fuzzy, c-format msgid "" @@ -114,74 +106,82 @@ msgid "" "Runtime WebKit version: %d.%d.%d" msgstr "Navegador orientado pela privacidade e minimalismo" -#: badwolf.c:775 +#: badwolf.c:790 msgid "New tab" msgstr "Nova aba" -#: badwolf.c:895 +#: badwolf.c:910 msgid "Open new tab" msgstr "Abrir uma Nova aba" -#: badwolf.c:101 +#: badwolf.c:102 #, fuzzy msgid "Out of Memory" msgstr "Sem memória" -#: badwolf.c:844 +#: badwolf.c:859 #, c-format msgid "Running Badwolf version: %s\n" msgstr "Rodando versão %s do Badwolf\n" -#: badwolf.c:851 +#: badwolf.c:866 #, c-format msgid "Runtime WebKit version: %d.%d.%d\n" msgstr "Versão do WebKit: %d.%d.%d\n" -#: badwolf.c:387 +#: badwolf.c:388 #, c-format msgid "TLS Error for %s." msgstr "Erro TLS para %s." -#: badwolf.c:390 +#: badwolf.c:391 #, fuzzy msgid "Temporarily Add Exception" msgstr "Temporáriamente adicionar exceção" -#: badwolf.c:576 +#: badwolf.c:588 msgid "Toggle javascript" msgstr "Habilitar Javascript" -#: badwolf.c:581 +#: badwolf.c:593 msgid "Toggle loading images automatically" msgstr "" -#: badwolf.c:105 +#: badwolf.c:106 #, fuzzy msgid "Unknown Crash" msgstr "Erro desconhecido" -#: badwolf.c:694 +#: badwolf.c:591 +msgid "_IMG" +msgstr "" + +#: badwolf.c:586 +msgid "_JS" +msgstr "" + +#: badwolf.c:706 msgid "search in current page" msgstr "buscar na página atual" -#: badwolf.c:96 +#: badwolf.c:97 msgid "the web process crashed.\n" msgstr "o processo web travou.\n" -#: badwolf.c:100 +#: badwolf.c:101 msgid "the web process exceeded the memory limit.\n" msgstr "o processo web excedeu o limite de memória.\n" -#: badwolf.c:104 +#: badwolf.c:105 msgid "the web process terminated for an unknown reason.\n" msgstr "o processo web terminou por uma razão desconhecida.\n" -#: badwolf.c:858 +#: badwolf.c:873 #, c-format msgid "webkit-web-extension directory set to: %s\n" msgstr "diretório de extensões configurado para: %s\n" #. TRANSLATOR Ignore this entry. Done for forcing Unicode in xgettext. -#: badwolf.c:929 +#: badwolf.c:944 msgid "ø" msgstr "ø"