logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git
commit: 5259079aa064d4d26c775465b8573a811b26baca
parent a451bce391119419b728a996c65c9066a7e280d8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 24 Jan 2023 13:50:33 +0100

badwolf.1: Document GTK ctrl-;

Diffstat:

Mbadwolf.12++
Mbadwolf.fr.12++
Mpo/fr_man.po77++++++++++++++++++++++++++++++++++++++++++++---------------------------------
Mpo/manpage.pot75+++++++++++++++++++++++++++++++++++++++++++--------------------------------
4 files changed, 91 insertions(+), 65 deletions(-)

diff --git a/badwolf.1 b/badwolf.1 @@ -66,6 +66,8 @@ Go to the previous/next tab When the search box is focused it goes to the Next/Previous search term. .It search Escape Cancels current search +.It textarea Ctrl-; +Insert Emoji .El .Sh ENVIRONMENT .Bl -tag -width Ds diff --git a/badwolf.fr.1 b/badwolf.fr.1 @@ -79,6 +79,8 @@ Aller à l'onglet précédent/suivant. Quand le champ de recherche est actif, aller au résultat précédent/suivant. .It recherche Échap Annule la recherche actuelle. +.It champ-texte Ctrl-; +Insérer un Émoji .El .Sh ENVIRONMENT .Bl -tag -width Ds diff --git a/po/fr_man.po b/po/fr_man.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n" -"POT-Creation-Date: 2022-09-19 18:23+0200\n" +"POT-Creation-Date: 2023-01-24 13:50+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" @@ -327,24 +327,35 @@ msgstr "recherche Échap" msgid "Cancels current search" msgstr "Annule la recherche actuelle." +#. type: It +#: badwolf.1:69 +#, no-wrap +msgid "textarea Ctrl-;" +msgstr "champ-texte Ctrl-;" + +#. type: Plain text +#: badwolf.1:71 +msgid "Insert Emoji" +msgstr "Insérer un Émoji" + #. type: Sh -#: badwolf.1:70 +#: badwolf.1:72 #, no-wrap msgid "ENVIRONMENT" msgstr "ENVIRONMENT" #. type: It -#: badwolf.1:72 +#: badwolf.1:74 #, no-wrap msgid "Ev BADWOLF_L10N" msgstr "Ev BADWOLF_L10N" #. type: Plain text -#: badwolf.1:78 +#: badwolf.1:80 msgid "" "A colon-separated list in the form lang_COUNTRY where lang is in ISO-639 and " -"COUNTRY in ISO-3166. For example E<.Ic BADWOLF_L10N=\"en_GB:fr_FR:de_DE" -"\">. When this variable isn't set, spelling isn't activated. A more " +"COUNTRY in ISO-3166. For example E<.Ic BADWOLF_L10N=\"en_GB:fr_FR:" +"de_DE\">. When this variable isn't set, spelling isn't activated. A more " "generic variable name is also intended to be used in the future." msgstr "" "Une liste séparé par des deux-points dans le format langue_PAYS où la langue " @@ -355,7 +366,7 @@ msgstr "" "Un nom plus générique est voulu pour le futur." #. type: Plain text -#: badwolf.1:83 +#: badwolf.1:85 msgid "" "To get the list of supported dictionaries execute E<.Ic enchant-lsmod-2 -" "list-dicts> or before enchant 2.0: E<.Ic enchant-lsmod -list-dicts>" @@ -364,13 +375,13 @@ msgstr "" "lsmod-2 -list-dicts> ou avant enchant 2.0: E<.Ic enchant-lsmod -list-dicts>" #. type: Sh -#: badwolf.1:84 +#: badwolf.1:86 #, no-wrap msgid "FILES" msgstr "FICHIERS" #. type: Plain text -#: badwolf.1:90 +#: badwolf.1:92 msgid "" "The following paths are using E<.Xr sh 1> syntax to correctly support XDG " "Base Directory Specification, you can use the E<.Xr echo 1> command to check " @@ -381,13 +392,13 @@ msgstr "" "commande E<.Xr echo 1> pour vérifier où cela se trouve sur votre système." #. type: It -#: badwolf.1:92 +#: badwolf.1:94 #, no-wrap msgid "Pa ${XDG_CONFIG_HOME:-$HOME/.config}/badwolf/content-filters.json" msgstr "Pa ${XDG_CONFIG_HOME:-$HOME/.config}/badwolf/content-filters.json" #. type: Plain text -#: badwolf.1:95 +#: badwolf.1:97 msgid "" "WebKit-specific content-filter file, this allows to block unwanted content " "(ads, nagware, ...). For some introductory information about the format see:" @@ -397,25 +408,25 @@ msgstr "" "Pour une introduction au format, voir (en anglais):" #. type: Plain text -#: badwolf.1:100 +#: badwolf.1:102 msgid "For a converter using AblockPlus-style filters, try:" msgstr "Pour un convertiseur de filtres compatibles AdBlockPlus, essayez:" #. type: Plain text -#: badwolf.1:103 +#: badwolf.1:105 msgid "For a ready-to-use file (that you should update periodically), try:" msgstr "" "Pour un fichier prêt à l'usage (que vous devrez mettre à jour " "périodiquement), essayez:" #. type: It -#: badwolf.1:104 +#: badwolf.1:106 #, no-wrap msgid "Pa ${XDG_CACHE_HOME:-$HOME/.cache}/badwolf/filters" msgstr "Pa ${XDG_CACHE_HOME:-$HOME/.cache}/badwolf/filters" #. type: Plain text -#: badwolf.1:107 +#: badwolf.1:109 msgid "" "This is where the compiled filters are stored, the file(s) in it are " "automatically generated and so shouldn't be edited. Documented here only " @@ -427,13 +438,13 @@ msgstr "" "d'accès." #. type: It -#: badwolf.1:107 +#: badwolf.1:109 #, no-wrap msgid "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/bookmarks.xbel" msgstr "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/bookmarks.xbel" #. type: Plain text -#: badwolf.1:112 +#: badwolf.1:114 msgid "" "XBEL (XML Bookmark Exchange Language) file, known to be currently supported " "by: E<.Xr elinks 1>, E<.Xr konqueror 1>, E<.Xr kbookmarkeditor 1 . Doing a " @@ -447,28 +458,28 @@ msgstr "" "fusionner plusieurs fichiers XBEL.>" #. type: Plain text -#: badwolf.1:114 +#: badwolf.1:116 msgid "For more information about this format see:" msgstr "Pour plus d'information à propos du format, voir (en anglais):" #. type: Plain text -#: badwolf.1:117 +#: badwolf.1:119 msgid "For an example XBEL file see:" msgstr "Pour un example de fichier XBEL voir:" #. type: It -#: badwolf.1:118 +#: badwolf.1:120 #, no-wrap msgid "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/webkit-web-extension/" msgstr "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/webkit-web-extension/" #. type: Plain text -#: badwolf.1:120 +#: badwolf.1:122 msgid "Directory containing the" msgstr "Répertoire contenant les" #. type: Plain text -#: badwolf.1:123 +#: badwolf.1:125 msgid "" "to be loaded into E<.Nm . Note: They aren't the JavaScript-based Web-" "Extensions supported by Firefox or Chrome, but native code in shared objects " @@ -479,24 +490,24 @@ msgstr "" "des shared objects qui utilisent l'API WebKitGTK.>" #. type: Plain text -#: badwolf.1:125 +#: badwolf.1:127 msgid "Examples of useful extensions may be found at:" msgstr "Des examples de quelques extensions utiles peuvent être trouvés sur:" #. type: It -#: badwolf.1:126 +#: badwolf.1:128 #, no-wrap msgid "Pa ${DATADIR:-/usr/local/share}/badwolf/interface.css" msgstr "Pa ${DATADIR:-/usr/local/share}/badwolf/interface.css" #. type: It -#: badwolf.1:127 +#: badwolf.1:129 #, no-wrap msgid "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/interface.css" msgstr "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/interface.css" #. type: Plain text -#: badwolf.1:132 +#: badwolf.1:134 msgid "" "CSS files (respectively system and user-level) for styling E<.Nm> " "interface. See" @@ -506,12 +517,12 @@ msgstr "" "Voir" #. type: Plain text -#: badwolf.1:134 +#: badwolf.1:136 msgid "for the properties being available." msgstr "pour la liste des propriétés disponibles." #. type: Plain text -#: badwolf.1:140 +#: badwolf.1:142 msgid "" "For testing your styles I would recommend using the E<.Ev " "GTK_DEBUG=interactive> environment variable on launching E<.Nm> and going to " @@ -521,28 +532,28 @@ msgstr "" "Ev GTK_DEBUG=interactive> et d'aller à l'onglet CSS." #. type: Sh -#: badwolf.1:141 +#: badwolf.1:143 #, no-wrap msgid "AUTHORS" msgstr "AUTHORS" #. type: Plain text -#: badwolf.1:143 +#: badwolf.1:145 msgid "E<.An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me>" msgstr "E<.An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me>" #. type: Sh -#: badwolf.1:143 +#: badwolf.1:145 #, no-wrap msgid "BUGS" msgstr "BUGS" #. type: Plain text -#: badwolf.1:145 +#: badwolf.1:147 msgid "You can submit contributions or tickets to" msgstr "Vous pouvez soumettre des contributions ou des tickets à" #. type: Plain text -#: badwolf.1:148 +#: badwolf.1:150 msgid "with E<.Xr git-send-email 1> for patches." msgstr "avec E<.Xr git-send-email 1> pour les modifications." diff --git a/po/manpage.pot b/po/manpage.pot @@ -4,9 +4,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Badwolf 1.2.0+gc88b0cd.develop\n" +"Project-Id-Version: Badwolf 1.2.0+gb1de1d77.develop\n" "Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n" -"POT-Creation-Date: 2022-09-19 18:23+0200\n" +"POT-Creation-Date: 2023-01-24 13:50+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" @@ -306,20 +306,31 @@ msgstr "" msgid "Cancels current search" msgstr "" +#. type: It +#: badwolf.1:69 +#, no-wrap +msgid "textarea Ctrl-;" +msgstr "" + +#. type: Plain text +#: badwolf.1:71 +msgid "Insert Emoji" +msgstr "" + #. type: Sh -#: badwolf.1:70 +#: badwolf.1:72 #, no-wrap msgid "ENVIRONMENT" msgstr "" #. type: It -#: badwolf.1:72 +#: badwolf.1:74 #, no-wrap msgid "Ev BADWOLF_L10N" msgstr "" #. type: Plain text -#: badwolf.1:78 +#: badwolf.1:80 msgid "" "A colon-separated list in the form lang_COUNTRY where lang is in ISO-639 and " "COUNTRY in ISO-3166. For example E<.Ic " @@ -329,20 +340,20 @@ msgid "" msgstr "" #. type: Plain text -#: badwolf.1:83 +#: badwolf.1:85 msgid "" "To get the list of supported dictionaries execute E<.Ic enchant-lsmod-2 " "-list-dicts> or before enchant 2.0: E<.Ic enchant-lsmod -list-dicts>" msgstr "" #. type: Sh -#: badwolf.1:84 +#: badwolf.1:86 #, no-wrap msgid "FILES" msgstr "" #. type: Plain text -#: badwolf.1:90 +#: badwolf.1:92 msgid "" "The following paths are using E<.Xr sh 1> syntax to correctly support XDG " "Base Directory Specification, you can use the E<.Xr echo 1> command to check " @@ -350,13 +361,13 @@ msgid "" msgstr "" #. type: It -#: badwolf.1:92 +#: badwolf.1:94 #, no-wrap msgid "Pa ${XDG_CONFIG_HOME:-$HOME/.config}/badwolf/content-filters.json" msgstr "" #. type: Plain text -#: badwolf.1:95 +#: badwolf.1:97 msgid "" "WebKit-specific content-filter file, this allows to block unwanted content " "(ads, nagware, ...). For some introductory information about the format " @@ -364,23 +375,23 @@ msgid "" msgstr "" #. type: Plain text -#: badwolf.1:100 +#: badwolf.1:102 msgid "For a converter using AblockPlus-style filters, try:" msgstr "" #. type: Plain text -#: badwolf.1:103 +#: badwolf.1:105 msgid "For a ready-to-use file (that you should update periodically), try:" msgstr "" #. type: It -#: badwolf.1:104 +#: badwolf.1:106 #, no-wrap msgid "Pa ${XDG_CACHE_HOME:-$HOME/.cache}/badwolf/filters" msgstr "" #. type: Plain text -#: badwolf.1:107 +#: badwolf.1:109 msgid "" "This is where the compiled filters are stored, the file(s) in it are " "automatically generated and so shouldn't be edited. Documented here only " @@ -388,13 +399,13 @@ msgid "" msgstr "" #. type: It -#: badwolf.1:107 +#: badwolf.1:109 #, no-wrap msgid "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/bookmarks.xbel" msgstr "" #. type: Plain text -#: badwolf.1:112 +#: badwolf.1:114 msgid "" "XBEL (XML Bookmark Exchange Language) file, known to be currently supported " "by: E<.Xr elinks 1>, E<.Xr konqueror 1>, E<.Xr kbookmarkeditor 1 . Doing a " @@ -403,28 +414,28 @@ msgid "" msgstr "" #. type: Plain text -#: badwolf.1:114 +#: badwolf.1:116 msgid "For more information about this format see:" msgstr "" #. type: Plain text -#: badwolf.1:117 +#: badwolf.1:119 msgid "For an example XBEL file see:" msgstr "" #. type: It -#: badwolf.1:118 +#: badwolf.1:120 #, no-wrap msgid "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/webkit-web-extension/" msgstr "" #. type: Plain text -#: badwolf.1:120 +#: badwolf.1:122 msgid "Directory containing the" msgstr "" #. type: Plain text -#: badwolf.1:123 +#: badwolf.1:125 msgid "" "to be loaded into E<.Nm . Note: They aren't the JavaScript-based " "Web-Extensions supported by Firefox or Chrome, but native code in shared " @@ -432,36 +443,36 @@ msgid "" msgstr "" #. type: Plain text -#: badwolf.1:125 +#: badwolf.1:127 msgid "Examples of useful extensions may be found at:" msgstr "" #. type: It -#: badwolf.1:126 +#: badwolf.1:128 #, no-wrap msgid "Pa ${DATADIR:-/usr/local/share}/badwolf/interface.css" msgstr "" #. type: It -#: badwolf.1:127 +#: badwolf.1:129 #, no-wrap msgid "Pa ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/interface.css" msgstr "" #. type: Plain text -#: badwolf.1:132 +#: badwolf.1:134 msgid "" "CSS files (respectively system and user-level) for styling E<.Nm> " "interface. See" msgstr "" #. type: Plain text -#: badwolf.1:134 +#: badwolf.1:136 msgid "for the properties being available." msgstr "" #. type: Plain text -#: badwolf.1:140 +#: badwolf.1:142 msgid "" "For testing your styles I would recommend using the E<.Ev " "GTK_DEBUG=interactive> environment variable on launching E<.Nm> and going to " @@ -469,28 +480,28 @@ msgid "" msgstr "" #. type: Sh -#: badwolf.1:141 +#: badwolf.1:143 #, no-wrap msgid "AUTHORS" msgstr "" #. type: Plain text -#: badwolf.1:143 +#: badwolf.1:145 msgid "E<.An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me>" msgstr "" #. type: Sh -#: badwolf.1:143 +#: badwolf.1:145 #, no-wrap msgid "BUGS" msgstr "" #. type: Plain text -#: badwolf.1:145 +#: badwolf.1:147 msgid "You can submit contributions or tickets to" msgstr "" #. type: Plain text -#: badwolf.1:148 +#: badwolf.1:150 msgid "with E<.Xr git-send-email 1> for patches." msgstr ""