logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: db49a0a36361a742f0e5a1f834fb5fea4e259cb2
parent: 3f954fa3e26f437d436260719fb9d3ab4110aa74
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 16 Dec 2019 05:41:03 +0100

Add more strings to translation

Diffstat:

Mbadwolf.c2+-
Mkeybindings.c2+-
Mpo/fr.po13+++++++++++--
Mpo/messages.pot13+++++++++++--
4 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/badwolf.c b/badwolf.c @@ -373,7 +373,7 @@ WebViewCb_load_failed_with_tls_errors(WebKitWebView *web_view, GTK_DIALOG_MODAL & GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_NONE, - "TLS Error for %s.", + _("TLS Error for %s."), failing_text); gtk_dialog_add_buttons(GTK_DIALOG(dialog), _("Add Exception"), 1, _("Ignore"), 0, NULL); gtk_dialog_set_default_response(GTK_DIALOG(dialog), 0); diff --git a/keybindings.c b/keybindings.c @@ -11,7 +11,7 @@ badwolf_about_dialog(GtkWindow *main_window) "license", "SPDX-License-Identifier: BSD-3-Clause", "copyright", "2019 Haelwenn (lanodan) Monnier <contact+badwolf@hacktivis.me>", "website", homepage, - "comments", "Minimalist and privacy-oriented WebKitGTK+ browser", + "comments", _("Minimalist and privacy-oriented WebKitGTK+ browser"), "version", version, //FIXME: "logo-icon-name", g_get_application_name(), NULL diff --git a/po/fr.po b/po/fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Badwolf 0.3.0+gd88f2e7\n" "Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n" -"POT-Creation-Date: 2019-12-16 05:26+0100\n" -"PO-Revision-Date: 2019-05-11 05:03+0200\n" +"POT-Creation-Date: 2019-12-16 05:37+0100\n" +"PO-Revision-Date: 2019-12-16 05:37+0100\n" "Last-Translator: Haelwenn (lanodan) Monnier <contact@hacktivis.me>\n" "Language-Team: French\n" "Language: fr\n" @@ -30,6 +30,10 @@ msgstr "Version WebKit à la compilation: %d.%d.%d\n" msgid "Ignore" msgstr "Ignorer" +#: keybindings.c:14 +msgid "Minimalist and privacy-oriented WebKitGTK+ browser" +msgstr "Navigateur WebKitGTK+ minimaliste et orienté vie privée" + #: badwolf.c:457 badwolf.c:621 badwolf.c:643 badwolf.c:680 msgid "New tab" msgstr "Nouvel onglet" @@ -52,6 +56,11 @@ msgstr "Version WebKit au lancement: %d.%d.%d\n" msgid "Some unknown error occurred validating the certificate\n" msgstr "Une error inconnue est apparue pendant la validation du certificat\n" +#: badwolf.c:376 +#, c-format +msgid "TLS Error for %s." +msgstr "Erreur TLS pour %s." + #: badwolf.c:334 msgid "The Certificate Authority is unknown.\n" msgstr "L'autoritée de certification (CA) est inconnue.\n" diff --git a/po/messages.pot b/po/messages.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Badwolf 0.4.0+g5659b01\n" +"Project-Id-Version: Badwolf 0.4.0+g3f954fa\n" "Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n" -"POT-Creation-Date: 2019-12-16 05:26+0100\n" +"POT-Creation-Date: 2019-12-16 05:37+0100\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" @@ -30,6 +30,10 @@ msgstr "" msgid "Ignore" msgstr "" +#: keybindings.c:14 +msgid "Minimalist and privacy-oriented WebKitGTK+ browser" +msgstr "" + #: badwolf.c:457 badwolf.c:621 badwolf.c:643 badwolf.c:680 msgid "New tab" msgstr "" @@ -52,6 +56,11 @@ msgstr "" msgid "Some unknown error occurred validating the certificate\n" msgstr "" +#: badwolf.c:376 +#, c-format +msgid "TLS Error for %s." +msgstr "" + #: badwolf.c:334 msgid "The Certificate Authority is unknown.\n" msgstr ""