mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
spell: improve error displayed when a word can not be added to the dictionary (closes #2144)
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
- relay/api: fix read of one buffer line
|
||||
- relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters ([#1549](https://github.com/weechat/weechat/issues/1549))
|
||||
- relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure ([#1549](https://github.com/weechat/weechat/issues/1549))
|
||||
- spell: improve error displayed when a word can not be added to the dictionary ([#2144](https://github.com/weechat/weechat/issues/2144))
|
||||
- core: fix completion of command `/item refresh`
|
||||
- core: fix detection of libgcrypt ≥ 1.11 ([debian #1071960](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071960))
|
||||
- core, relay: fix include directory of libcjson and libzstd
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -15660,6 +15660,16 @@ msgstr "%s: \"%s\" odebrán"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: chyba: slovník \"%s\" není ve vašem systému dostupný"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: nemohu vytvořit nový interpretr"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: ignorování nenalezeno"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: není žádný slovník pro přidání slova pro tento buffer"
|
||||
@@ -15675,8 +15685,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: slovo \"%s\" přidáno do soukromého slovníku"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: selhalo přidání slova do vlastního slovníku"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -26,7 +26,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-07-04 11:23+0200\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||
@@ -2129,11 +2129,11 @@ msgstr ""
|
||||
"undOperatoren (+, -, *, /, //, %, **)"
|
||||
|
||||
msgid ""
|
||||
" - ${random:min,max}: a random integer number between \"min\" and "
|
||||
"\"max\" (inclusive)"
|
||||
" - ${random:min,max}: a random integer number between \"min\" and \"max\" "
|
||||
"(inclusive)"
|
||||
msgstr ""
|
||||
" - ${random:min,max}: eine zufällige ganze Zahl zwischen \"min\" "
|
||||
"und\"max\" (einschließlich)"
|
||||
" - ${random:min,max}: eine zufällige ganze Zahl zwischen \"min\" und\"max\" "
|
||||
"(einschließlich)"
|
||||
|
||||
msgid " - ${translate:string}: the translated string"
|
||||
msgstr " - ${translate:string}: die übersetzte Zeichenkette"
|
||||
@@ -2827,10 +2827,6 @@ msgid "manage custom bar items"
|
||||
msgstr "Verwalten von benutzerdefinierten Bar-Items"
|
||||
|
||||
#. TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated
|
||||
#| msgid ""
|
||||
#| "list || add|addreplace <name> \"<conditions>\" \"<content>\" || rename "
|
||||
#| "<name> <new_name> || refresh <name> [<name>...] || recreate <name> || del "
|
||||
#| "<name>|<mask> [<name>|<mask>...]"
|
||||
msgid ""
|
||||
"list || add|addreplace <name> \"<conditions>\" \"<content>\" || rename "
|
||||
"<name> <new_name> || refresh <name>|<mask> [<name>|<mask>...] || recreate "
|
||||
@@ -3077,8 +3073,8 @@ msgid ""
|
||||
" raw[chat(xxx)]: chat area for buffer with name \"xxx\" (full name "
|
||||
"including plugin)"
|
||||
msgstr ""
|
||||
" raw[chat(xxx)]: Chatbereich für einen Buffer mit dem Namen "
|
||||
"\"xxx\" (vollständiger Name, mit Erweiterung)"
|
||||
" raw[chat(xxx)]: Chatbereich für einen Buffer mit dem Namen \"xxx\" "
|
||||
"(vollständiger Name, mit Erweiterung)"
|
||||
|
||||
msgid " raw[bar(*)]: any bar"
|
||||
msgstr " raw[bar(*)]: beliebige Bar"
|
||||
@@ -5028,8 +5024,8 @@ msgstr ""
|
||||
"\"-yes\" ausgeführt werden (siehe /help quit)"
|
||||
|
||||
msgid ""
|
||||
"if set, /upgrade command must be confirmed with extra argument \"-"
|
||||
"yes\" (see /help upgrade)"
|
||||
"if set, /upgrade command must be confirmed with extra argument \"-yes\" "
|
||||
"(see /help upgrade)"
|
||||
msgstr ""
|
||||
"ist diese Einstellung aktiviert, muss der \"/upgrade\" Befehl mit dem "
|
||||
"Argument \"-yes\" ausgeführt werden (siehe /help upgrade)"
|
||||
@@ -5085,10 +5081,10 @@ msgid ""
|
||||
"weechat.color.emphasized* are used"
|
||||
msgstr ""
|
||||
"Attribute um Textpassagen hervorzuheben: Das setzen von ein- oder mehreren "
|
||||
"Attributen ist möglich (\"%\" für blinkenden Text, \".\" zum "
|
||||
"\"dimmen\" (halbe Helligkeit),\"*\" für fett, \"!\" für invertiert, \"/\" "
|
||||
"für kursiv, \"_\" für unterstrichen); wenn die Zeichenkette leer ist, werden "
|
||||
"die Farben genutzt die durch weechat.color.emphasized* definiert sind"
|
||||
"Attributen ist möglich (\"%\" für blinkenden Text, \".\" zum \"dimmen\" "
|
||||
"(halbe Helligkeit),\"*\" für fett, \"!\" für invertiert, \"/\" für kursiv, "
|
||||
"\"_\" für unterstrichen); wenn die Zeichenkette leer ist, werden die Farben "
|
||||
"genutzt die durch weechat.color.emphasized* definiert sind"
|
||||
|
||||
msgid ""
|
||||
"comma separated list of words to highlight; case insensitive comparison (use "
|
||||
@@ -7061,24 +7057,24 @@ msgstr ""
|
||||
"Bedingungen um eine Infobar anzuzeigen. Eine einfache Bedingung: \"active\", "
|
||||
"\"inactive\", \"nicklist\" (Fenster muss aktiv/inaktiv sein oder der Buffer "
|
||||
"enthält eine Benutzerliste), oder man nutzt einen Ausdruck mit Bedingungen "
|
||||
"(siehe /help eval). Beispiele: \"${nicklist} && ${info:term_width} > "
|
||||
"100\" (lokale Variablen für den Ausdruck sind ${active}, ${inactive} und "
|
||||
"(siehe /help eval). Beispiele: \"${nicklist} && ${info:term_width} > 100\" "
|
||||
"(lokale Variablen für den Ausdruck sind ${active}, ${inactive} und "
|
||||
"${nicklist})"
|
||||
|
||||
msgid "bar position (bottom, top, left, right)"
|
||||
msgstr "Position der Infobar (unten, oben, links, rechts)"
|
||||
|
||||
msgid ""
|
||||
"bar filling direction (\"horizontal\" (from left to right) or "
|
||||
"\"vertical\" (from top to bottom)) when bar position is top or bottom"
|
||||
"bar filling direction (\"horizontal\" (from left to right) or \"vertical\" "
|
||||
"(from top to bottom)) when bar position is top or bottom"
|
||||
msgstr ""
|
||||
"Darstellung innerhalb der Infobar, falls die Infobar oben/unten angezeigt "
|
||||
"wird (\"horizontal\" (von links nach rechts) oder \"vertikal\" (von oben "
|
||||
"nach unten))"
|
||||
|
||||
msgid ""
|
||||
"bar filling direction (\"horizontal\" (from left to right) or "
|
||||
"\"vertical\" (from top to bottom)) when bar position is left or right"
|
||||
"bar filling direction (\"horizontal\" (from left to right) or \"vertical\" "
|
||||
"(from top to bottom)) when bar position is left or right"
|
||||
msgstr ""
|
||||
"Darstellung innerhalb der Infobar, falls die Infobar links/rechts angezeigt "
|
||||
"wird (\"horizontal\" (von links nach rechts) oder \"vertikal\" (von oben "
|
||||
@@ -7118,9 +7114,9 @@ msgid "separator line between bar and other bars/windows"
|
||||
msgstr "Trennzeichen zwischen verschieden Infobars und Fenstern"
|
||||
|
||||
msgid ""
|
||||
"items of bar, they can be separated by comma (space between items) or \"+"
|
||||
"\" (glued items); special syntax \"@buffer:item\" can be used to force "
|
||||
"buffer used when displaying the bar item"
|
||||
"items of bar, they can be separated by comma (space between items) or \"+\" "
|
||||
"(glued items); special syntax \"@buffer:item\" can be used to force buffer "
|
||||
"used when displaying the bar item"
|
||||
msgstr ""
|
||||
"Items einer Bar können entweder durch Kommata (\",\") voneinander getrennt "
|
||||
"(setzt ein Leerzeichen zwischen die Items), oder durch ein \"+\" Zeichen "
|
||||
@@ -8878,8 +8874,8 @@ msgid " - ${description}: option description (translated)"
|
||||
msgstr " - ${description}: Beschreibung der Option (übersetzt)"
|
||||
|
||||
msgid ""
|
||||
" - ${description2}: option description (translated), \"(no "
|
||||
"description)\" (translated) if there's no description"
|
||||
" - ${description2}: option description (translated), \"(no description)\" "
|
||||
"(translated) if there's no description"
|
||||
msgstr ""
|
||||
" - ${description2}: Beschreibung der Option (übersetzt), \"(keine "
|
||||
"Beschreibung)\" (übersetzt) falls keine Beschreibung vorhanden"
|
||||
@@ -9570,8 +9566,8 @@ msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: if you want to add a standard server, use the command \"/server "
|
||||
"add\" (see /help server); if you really want to add a temporary server (NOT "
|
||||
"%s%s: if you want to add a standard server, use the command \"/server add\" "
|
||||
"(see /help server); if you really want to add a temporary server (NOT "
|
||||
"SAVED), turn on the option irc.look.temporary_servers"
|
||||
msgstr ""
|
||||
"%s%s: falls ein Standardserver erstellt werden soll, muss der Befehl \"/"
|
||||
@@ -12796,8 +12792,8 @@ msgid ""
|
||||
"interval between two checks for notify with IRC command \"whois\" (in "
|
||||
"minutes)"
|
||||
msgstr ""
|
||||
"Intervall zwischen zwei notify Überprüfungen mit dem IRC Befehl "
|
||||
"\"whois\" (in Minuten)"
|
||||
"Intervall zwischen zwei notify Überprüfungen mit dem IRC Befehl \"whois\" "
|
||||
"(in Minuten)"
|
||||
|
||||
msgid ""
|
||||
"cause SASL authentication failure when SASL is requested but unavailable on "
|
||||
@@ -15154,19 +15150,19 @@ msgstr "%s%s: Interpreter kann nicht freigeben werden"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: too few arguments received from client %s%s%s for resource "
|
||||
"\"%s\" (received: %d arguments, expected: at least %d)"
|
||||
"%s%s: too few arguments received from client %s%s%s for resource \"%s\" "
|
||||
"(received: %d arguments, expected: at least %d)"
|
||||
msgstr ""
|
||||
"%s%s: Zu wenige Argumente von Client %s%s%s für die Ressource \"%s\" "
|
||||
"erhalten (Empfangen: %d Argumente, mindestens erwartet: %d)"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: too many arguments received from client %s%s%s for resource "
|
||||
"\"%s\" (received: %d arguments, expected: at most %d)"
|
||||
"%s%s: too many arguments received from client %s%s%s for resource \"%s\" "
|
||||
"(received: %d arguments, expected: at most %d)"
|
||||
msgstr ""
|
||||
"%s%s: Zu viele Argumente von Client erhalten %s%s%s für die Ressource "
|
||||
"\"%s\" (Empfangen: %d Argumente, höchstens erwartet: %d)"
|
||||
"%s%s: Zu viele Argumente von Client erhalten %s%s%s für die Ressource \"%s\" "
|
||||
"(Empfangen: %d Argumente, höchstens erwartet: %d)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to execute route \"%s %s\" for client %s%s%s"
|
||||
@@ -16307,8 +16303,8 @@ msgid ""
|
||||
"%s%s: error: file with TLS certificate/key is not readable: \"%s\" (option "
|
||||
"relay.network.tls_cert_key)"
|
||||
msgstr ""
|
||||
"%s%s: Fehler: Datei mit TLS Zertifikat/Schlüssel ist nicht lesbar: "
|
||||
"\"%s\" (Option relay.network.tls_cert_key)"
|
||||
"%s%s: Fehler: Datei mit TLS Zertifikat/Schlüssel ist nicht lesbar: \"%s\" "
|
||||
"(Option relay.network.tls_cert_key)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: unable to initialize priority for TLS"
|
||||
@@ -16452,8 +16448,8 @@ msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: too few arguments received from client %s%s%s for command "
|
||||
"\"%s\" (received: %d arguments, expected: at least %d)"
|
||||
"%s%s: too few arguments received from client %s%s%s for command \"%s\" "
|
||||
"(received: %d arguments, expected: at least %d)"
|
||||
msgstr ""
|
||||
"%s%s: Zu wenige Argumente von Client %s%s%s für den Befehl \"%s\" erhalten "
|
||||
"(Empfangen: %d Argumente, mindestens Erwartet: %d)"
|
||||
@@ -17160,6 +17156,16 @@ msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr ""
|
||||
"%s: Fehler: das Wörterbuch \"%s\" ist auf diesem Rechner nicht verfügbar"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: Neuer Interpreter kann nicht anlegt werden"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: Ignorierung nicht gefunden"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr ""
|
||||
@@ -17178,8 +17184,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: Das Wort \"%s\" wurde dem persönlichen Wörterbuch hinzugefügt"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: Es kann kein Wort zum persönlichen Wörterbuch hinzugefügt werden"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
@@ -17622,22 +17629,22 @@ msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat"
|
||||
#. TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated
|
||||
msgid ""
|
||||
"list [-o|-ol|-i|-il] || listfull || listdefault || add|addoff|addreplace "
|
||||
"<name> <hook> "
|
||||
"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] "
|
||||
"|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> "
|
||||
"<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|"
|
||||
"<mask> [<name>|<mask>...]] || restart <name>|<mask> [<name>|<mask>...] || "
|
||||
"show <name> || del <name>|<mask> [<name>|<mask>...] || restore <name>|<mask> "
|
||||
"[<name>|<mask>...] || default -yes || monitor [<filter>]"
|
||||
"<name> <hook> [\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" "
|
||||
"[\"<return_code>\" [\"<post_action>\"]]]]]] || addinput [<hook>] || input|"
|
||||
"output|recreate <name> || set <name> <option> <value> || rename|copy <name> "
|
||||
"<new_name> || enable|disable|toggle [<name>|<mask> [<name>|<mask>...]] || "
|
||||
"restart <name>|<mask> [<name>|<mask>...] || show <name> || del <name>|<mask> "
|
||||
"[<name>|<mask>...] || restore <name>|<mask> [<name>|<mask>...] || default -"
|
||||
"yes || monitor [<filter>]"
|
||||
msgstr ""
|
||||
"list [-o|-ol|-i|-il] || listfull || listdefault || add|addoff|addreplace "
|
||||
"<name> <hook> "
|
||||
"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] "
|
||||
"|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> "
|
||||
"<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|"
|
||||
"<mask> [<name>|<mask>...]] || restart <name>|<mask> [<name>|<mask>...] || "
|
||||
"show <name> || del <name>|<mask> [<name>|<mask>...] || restore <name>|<mask> "
|
||||
"[<name>|<mask>...] || default -yes || monitor [<filter>]"
|
||||
"<name> <hook> [\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" "
|
||||
"[\"<return_code>\" [\"<post_action>\"]]]]]] || addinput [<hook>] || input|"
|
||||
"output|recreate <name> || set <name> <option> <value> || rename|copy <name> "
|
||||
"<new_name> || enable|disable|toggle [<name>|<mask> [<name>|<mask>...]] || "
|
||||
"restart <name>|<mask> [<name>|<mask>...] || show <name> || del <name>|<mask> "
|
||||
"[<name>|<mask>...] || restore <name>|<mask> [<name>|<mask>...] || default -"
|
||||
"yes || monitor [<filter>]"
|
||||
|
||||
msgid "raw[list]: list triggers (without argument, this list is displayed)"
|
||||
msgstr ""
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Santiago Forero <santiago@forero.xyz>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -15957,6 +15957,16 @@ msgstr "%s: \"%s\" eliminado"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: error: diccionario \"%s\" no está disponible en tu sistema"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: no es posible crear un nuevo intérprete"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: no se encontró el ignorado"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: no hay diccionario en este buffer para agregar una palabra"
|
||||
@@ -15973,8 +15983,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: palabra \"%s\" agregada al diccionario personal"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: no se pudo agregar una palabra al diccionario personal"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"PO-Revision-Date: 2024-07-01 21:20+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-07-06 11:06+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -16813,6 +16813,14 @@ msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr ""
|
||||
"%s : erreur : le dictionnaire \"%s\" n'est pas disponible sur votre système"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s : impossible de créer le correcteur orthographique"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s : correcteur orthographique non trouvé"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s : pas de dictionnaire sur ce tampon pour ajouter le mot"
|
||||
@@ -16830,8 +16838,8 @@ msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s : mot \"%s\" ajouté dans le dictionnaire personnel"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgstr "%s%s : impossible d'ajouter le mot dans le dictionnaire personnel"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s : impossible d'ajouter le mot dans le dictionnaire personnel : %s"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
#, c-format
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -14968,6 +14968,14 @@ msgstr "A \"%s\" aliasz eltávolítva\n"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s nem sikerült a szervert létrehozni\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "aláírás nem található"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr ""
|
||||
@@ -14982,9 +14990,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgstr ""
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s nem sikerült a modul opciókat elmenteni\n"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
#, fuzzy, c-format
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -16029,6 +16029,16 @@ msgstr "%s; \"%s\" eliminato"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: errore: il dizionario \"%s\" non è disponibile su questo sistema"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: impossibile creare un nuovo interprete"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: ignore non trovato"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: nessun dizionario su questo buffer per aggiungere parole"
|
||||
@@ -16045,8 +16055,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: la parola \"%s\" è stata aggiunta al dizionario personale"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: impossibile aggiungere la parola al dizionario personale"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||
@@ -16525,6 +16525,16 @@ msgstr "%s: \"%s\" 削除しました"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: エラー: 辞書 \"%s\" がシステム上に見つかりません"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: 新しいインタプリタを作成できません"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: 無視エントリが見つかりません"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: このバッファ上には単語を追加する辞書がありません"
|
||||
@@ -16540,8 +16550,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: 単語 \"%s\" を個人辞書に追加"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: 単語の個人辞書への登録に失敗"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-22 19:43+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -16373,6 +16373,16 @@ msgstr "%s: \"%s\" usunięty"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: błąd: słownik \"%s\" jest niedostępny w Twoim systemie"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: nie można utworzyć nowego interpretera"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: nie znaleziono ignorowania"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: brak słownika w tym buforze do dodania słowa"
|
||||
@@ -16388,8 +16398,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: słowo \"%s\" dodane do osobistego słownika"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: nie udało się dodać słowa do osobistego słownika"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||
"Language-Team: Portuguese <>\n"
|
||||
@@ -16417,6 +16417,16 @@ msgstr "%s: \"%s\" removido"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: erro: o dicionário \"%s\" não está disponível no sistema"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: não foi possível criar novo interpretador"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: ignorado não encontrado"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: não há nenhum dicionário neste buffer para adicionar a palavra"
|
||||
@@ -16433,8 +16443,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: a palavra \"%s\" foi adicionada ao dicionário pessoal"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: falha ao adicionar palavra ao dicionário pessoal"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
+13
-3
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -15477,6 +15477,15 @@ msgstr "%s: \"%s\" removido"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: erro: dicionário \"%s\" não está disponível em seu sistema"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: não foi possível criar um novo interpretador"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%sAtalho \"%s\" não encontrado"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: nenhum dicionário para adicionar palavra neste buffer"
|
||||
@@ -15493,8 +15502,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: palavra \"%s\" adicionada ao dicionário pessoal"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: falha ao adicionar palavra no dicionário pessoal"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -15022,6 +15022,14 @@ msgstr "Сокращение \"%s\" удалено\n"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s не могу создать сервер\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "подпись не найдена"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr ""
|
||||
@@ -15036,9 +15044,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgstr ""
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s не могу сохранить конфигурационный файл pluginов\n"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
#, fuzzy, c-format
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-16 20:38+0400\n"
|
||||
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -16344,6 +16344,16 @@ msgstr "%s: „%s” је уклоњен"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: грешка: на вашем систему није доступан речник „%s”"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: није успело креирање новог интерпретера"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: није пронађено игнорисање"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: за овај бафер нема речника у који могу да се додају речи"
|
||||
@@ -16359,8 +16369,9 @@ msgstr ""
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: реч „%s” је додата у лични речник"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: није успело додавање речи у лични речник"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2024-06-11 07:49+0200\n"
|
||||
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -16756,6 +16756,16 @@ msgstr "%s: \"%s\" kaldırıldı"
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr "%s: Hata: \"%s\" sözlüğü sisteminizde yok"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: unable to create new interpreter"
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr "%s%s: Yeni yorumlayıcı oluşturulamıyor"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: ignore not found"
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr "%s%s: Yok sayma bulunamadı"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr "%s%s: Sözcük eklemek için bu arabellekte bir sözlük yok"
|
||||
@@ -16770,8 +16780,9 @@ msgstr "%s%s: Bu arabellek için çok sözlük tanımlanmış, lütfen sözlük
|
||||
msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr "%s: \"%s\" sözcüğü kişisel sözlüğe eklendi"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
#, fuzzy, c-format
|
||||
#| msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr "%s%s: Sözcük kişisel sözlüğe eklenemedi"
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
+10
-2
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2024-07-01 21:19+0200\n"
|
||||
"POT-Creation-Date: 2024-07-06 11:05+0200\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -13708,6 +13708,14 @@ msgstr ""
|
||||
msgid "%s: error: dictionary \"%s\" is not available on your system"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: unable to create new speller"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no speller found"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: no dictionary on this buffer for adding word"
|
||||
msgstr ""
|
||||
@@ -13723,7 +13731,7 @@ msgid "%s: word \"%s\" added to personal dictionary"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: failed to add word to personal dictionary"
|
||||
msgid "%s%s: failed to add word to personal dictionary: %s"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: second "%s" is "aspell" or "enchant"
|
||||
|
||||
@@ -267,11 +267,16 @@ spell_command_add_word (struct t_gui_buffer *buffer, const char *dict,
|
||||
_("%s: error: dictionary \"%s\" is not "
|
||||
"available on your system"),
|
||||
SPELL_PLUGIN_NAME, dict);
|
||||
return;
|
||||
goto end;
|
||||
}
|
||||
new_speller = spell_speller_new (dict);
|
||||
if (!new_speller)
|
||||
return;
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
_("%s%s: unable to create new speller"),
|
||||
weechat_prefix ("error"), SPELL_PLUGIN_NAME);
|
||||
goto end;
|
||||
}
|
||||
ptr_speller = new_speller;
|
||||
}
|
||||
}
|
||||
@@ -282,7 +287,12 @@ spell_command_add_word (struct t_gui_buffer *buffer, const char *dict,
|
||||
if (!ptr_speller_buffer)
|
||||
ptr_speller_buffer = spell_speller_buffer_new (buffer);
|
||||
if (!ptr_speller_buffer)
|
||||
goto error;
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
_("%s%s: no speller found"),
|
||||
weechat_prefix ("error"), SPELL_PLUGIN_NAME);
|
||||
goto end;
|
||||
}
|
||||
if (!ptr_speller_buffer->spellers || !ptr_speller_buffer->spellers[0])
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
@@ -290,7 +300,7 @@ spell_command_add_word (struct t_gui_buffer *buffer, const char *dict,
|
||||
"adding word"),
|
||||
weechat_prefix ("error"),
|
||||
SPELL_PLUGIN_NAME);
|
||||
return;
|
||||
goto end;
|
||||
}
|
||||
else if (ptr_speller_buffer->spellers[1])
|
||||
{
|
||||
@@ -299,7 +309,7 @@ spell_command_add_word (struct t_gui_buffer *buffer, const char *dict,
|
||||
"this buffer, please specify dictionary"),
|
||||
weechat_prefix ("error"),
|
||||
SPELL_PLUGIN_NAME);
|
||||
return;
|
||||
goto end;
|
||||
}
|
||||
ptr_speller = ptr_speller_buffer->spellers[0];
|
||||
}
|
||||
@@ -316,17 +326,16 @@ spell_command_add_word (struct t_gui_buffer *buffer, const char *dict,
|
||||
SPELL_PLUGIN_NAME, word);
|
||||
}
|
||||
else
|
||||
goto error;
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
_("%s%s: failed to add word to personal "
|
||||
"dictionary: %s"),
|
||||
weechat_prefix ("error"),
|
||||
SPELL_PLUGIN_NAME,
|
||||
aspell_speller_error_message (ptr_speller));
|
||||
}
|
||||
#endif /* USE_ENCHANT */
|
||||
|
||||
goto end;
|
||||
|
||||
error:
|
||||
weechat_printf (NULL,
|
||||
_("%s%s: failed to add word to personal "
|
||||
"dictionary"),
|
||||
weechat_prefix ("error"), SPELL_PLUGIN_NAME);
|
||||
|
||||
end:
|
||||
if (new_speller)
|
||||
weechat_hashtable_remove (spell_spellers, dict);
|
||||
|
||||
Reference in New Issue
Block a user