diff --git a/ChangeLog b/ChangeLog index 1535f5cf4..ffd687f09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu -v0.4.1-dev, 2013-03-13 +v0.4.1-dev, 2013-03-17 This document lists all changes for each version. @@ -14,6 +14,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] Version 0.4.1 (under dev!) -------------------------- +* core: add support of multiple layouts (task #11274) * core: add signals nicklist_{group|nick}_removing and hsignals nicklist_{group|nick}_{added|removing|changed} * core: add count for groups, nicks, and total in nicklist diff --git a/doc/de/autogen/plugin_api/completions.txt b/doc/de/autogen/plugin_api/completions.txt index 92fe9fee7..e117356af 100644 --- a/doc/de/autogen/plugin_api/completions.txt +++ b/doc/de/autogen/plugin_api/completions.txt @@ -106,6 +106,8 @@ | weechat | keys_contexts | Tastaturkontext +| weechat | layouts_names | names of layouts + | weechat | nicks | Nicks in Nickliste für aktuellen Buffer | weechat | palette_colors | Farbpalette diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 8d85e6123..1e5106e28 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -447,17 +447,23 @@ Beispiele: [[command_weechat_layout]] [command]*`layout`* Layout für Buffer und Fenster speichern, anwenden oder zurücksetzen:: ........................................ -/layout save [buffers|windows] - apply [buffers|windows] - reset [buffers|windows] +/layout save [] [buffers|windows] + apply [] [buffers|windows] + leave + reset [] [buffers|windows] + rename - save: speichert das aktuelle Layout - apply: das gespeicherte Layout anwenden - reset: das gespeicherte Layout entfernen -buffers: speichert bzw. verwendet nur Buffer (Reihenfolge der Buffer) -windows: speichert bzw. verwendet nur Fenster (Buffer welche im jeweiligen Fenster dargestellt werden) + save: save current layout + apply: apply saved layout + leave: leave current layout (does not update any layout) + reset: reset buffers and/or windows in a saved layout + (if both buffers and windows are reset, the layout is removed) + rename: rename a layout + name: name for saved layout (default is "default") +buffers: save/apply only buffers (order of buffers) +windows: save/apply only windows (buffer displayed by each window) -Wird der Befehl ohne Argumente aufgerufen wird das gespeicherte Layout dargestellt. +Without argument, this command displays saved layouts. ........................................ [[command_weechat_mouse]] diff --git a/doc/en/autogen/plugin_api/completions.txt b/doc/en/autogen/plugin_api/completions.txt index 1fc9dcb1a..4336b2a1d 100644 --- a/doc/en/autogen/plugin_api/completions.txt +++ b/doc/en/autogen/plugin_api/completions.txt @@ -106,6 +106,8 @@ | weechat | keys_contexts | key contexts +| weechat | layouts_names | names of layouts + | weechat | nicks | nicks in nicklist of current buffer | weechat | palette_colors | palette colors diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index a73743205..c155cf0e7 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -447,17 +447,23 @@ Examples: [[command_weechat_layout]] [command]*`layout`* save/apply/reset layout for buffers and windows:: ........................................ -/layout save [buffers|windows] - apply [buffers|windows] - reset [buffers|windows] +/layout save [] [buffers|windows] + apply [] [buffers|windows] + leave + reset [] [buffers|windows] + rename save: save current layout apply: apply saved layout - reset: remove saved layout + leave: leave current layout (does not update any layout) + reset: reset buffers and/or windows in a saved layout + (if both buffers and windows are reset, the layout is removed) + rename: rename a layout + name: name for saved layout (default is "default") buffers: save/apply only buffers (order of buffers) windows: save/apply only windows (buffer displayed by each window) -Without argument, this command displays saved layout. +Without argument, this command displays saved layouts. ........................................ [[command_weechat_mouse]] diff --git a/doc/fr/autogen/plugin_api/completions.txt b/doc/fr/autogen/plugin_api/completions.txt index c0273ed35..f80ec368b 100644 --- a/doc/fr/autogen/plugin_api/completions.txt +++ b/doc/fr/autogen/plugin_api/completions.txt @@ -106,6 +106,8 @@ | weechat | keys_contexts | contextes de touches +| weechat | layouts_names | noms des dispositions + | weechat | nicks | pseudos dans la liste des pseudos du tampon courant | weechat | palette_colors | couleurs de la palette diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index c656d24ca..de226fded 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -447,17 +447,23 @@ Exemples: [[command_weechat_layout]] [command]*`layout`* sauver/appliquer/réinitialiser la disposition des tampons et fenêtres:: ........................................ -/layout save [buffers|windows] - apply [buffers|windows] - reset [buffers|windows] +/layout save [] [buffers|windows] + apply [] [buffers|windows] + leave + reset [] [buffers|windows] + rename save: sauver la disposition courante - apply: appliquer la disposition sauvegardée - reset: supprimer la disposition sauvegardée + apply: appliquer une disposition sauvegardée + leave: quitter la disposition courante (ne met à jour aucune disposition) + reset: réinitialiser les tampons et/ou fenêtres dans une disposition sauvegardée + (si les tampons et fenêtres sont réinitialisées ensemble, la disposition est supprimée) + rename: renommer une disposition + nom: nom pour la disposition sauvegardée (par défaut "default") buffers: sauver/appliquer seulement pour les tampons (ordre des tampons) windows: sauver/appliquer seulement pour les fenêtres (le tampon affiché par chaque fenêtre) -Sans paramètre, cette commande affiche la disposition sauvegardée. +Sans paramètre, cette commande affiche les dispositions sauvegardées. ........................................ [[command_weechat_mouse]] diff --git a/doc/it/autogen/plugin_api/completions.txt b/doc/it/autogen/plugin_api/completions.txt index 9333d2c94..358ddc6e0 100644 --- a/doc/it/autogen/plugin_api/completions.txt +++ b/doc/it/autogen/plugin_api/completions.txt @@ -106,6 +106,8 @@ | weechat | keys_contexts | contesti del tasto +| weechat | layouts_names | names of layouts + | weechat | nicks | nick nella lista nick del buffer corrente | weechat | palette_colors | Tavolozza dei colori diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 6ddbb72f9..feff059d9 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -447,17 +447,23 @@ Esempi: [[command_weechat_layout]] [command]*`layout`* salva/applica/ripristina il layout per i buffer e le finestre:: ........................................ -/layout save [buffers|windows] - apply [buffers|windows] - reset [buffers|windows] +/layout save [] [buffers|windows] + apply [] [buffers|windows] + leave + reset [] [buffers|windows] + rename - save: salva il layout corrente - apply: applica il layout salvato - reset: elimina il layout salvato -buffers: salva/applica modifiche solo ai buffer (ordine dei buffer) -windows: salva/applica modifiche solo alle finestre (buffer visualizzato da ogni finestra) + save: save current layout + apply: apply saved layout + leave: leave current layout (does not update any layout) + reset: reset buffers and/or windows in a saved layout + (if both buffers and windows are reset, the layout is removed) + rename: rename a layout + name: name for saved layout (default is "default") +buffers: save/apply only buffers (order of buffers) +windows: save/apply only windows (buffer displayed by each window) -Senza argomenti, il comando visualizza il layout salvato. +Without argument, this command displays saved layouts. ........................................ [[command_weechat_mouse]] diff --git a/doc/ja/autogen/plugin_api/completions.txt b/doc/ja/autogen/plugin_api/completions.txt index 0884cfef6..669740f5c 100644 --- a/doc/ja/autogen/plugin_api/completions.txt +++ b/doc/ja/autogen/plugin_api/completions.txt @@ -106,6 +106,8 @@ | weechat | keys_contexts | キーコンテキスト +| weechat | layouts_names | names of layouts + | weechat | nicks | 現在のバッファのニックネームリストに含まれるニックネーム | weechat | palette_colors | パレットカラー diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index 633afe7f8..703fada7c 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/autogen/user/weechat_commands.txt @@ -447,17 +447,23 @@ listdefault: デフォルトキーをリストアップ [[command_weechat_layout]] [command]*`layout`* バッファとウィンドウのレイアウトを保存/適用/リセット:: ........................................ -/layout save [buffers|windows] - apply [buffers|windows] - reset [buffers|windows] +/layout save [] [buffers|windows] + apply [] [buffers|windows] + leave + reset [] [buffers|windows] + rename - save: 現在のレイアウトを保存 - apply: 保存されたレイアウトを適用 - reset: 保存されたレイアウトを削除 -buffers: バッファのみに対してレイアウトを保存/適用 (バッファの順番) -windows: ウィンドウのみに対してレイアウトを保存/適用 (それぞれのウィンドウに表示されるバッファ) + save: save current layout + apply: apply saved layout + leave: leave current layout (does not update any layout) + reset: reset buffers and/or windows in a saved layout + (if both buffers and windows are reset, the layout is removed) + rename: rename a layout + name: name for saved layout (default is "default") +buffers: save/apply only buffers (order of buffers) +windows: save/apply only windows (buffer displayed by each window) -引数無しでは、保存されたレイアウトを表示します。 +Without argument, this command displays saved layouts. ........................................ [[command_weechat_mouse]] diff --git a/po/cs.po b/po/cs.po index 0cef051c8..f9f2439e8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,11 +20,11 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-03-12 13:52+0100\n" -"PO-Revision-Date: 2013-02-23 11:11+0100\n" +"POT-Creation-Date: 2013-03-16 16:35+0100\n" +"PO-Revision-Date: 2013-03-16 17:49+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" -"Language: Czech\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -182,7 +182,8 @@ msgstr "Všechny pole byly smazány" msgid "%sError: unknown bar \"%s\"" msgstr "%sChyba: neznámé pole \"%s\"" -msgid "Bar deleted" +#, fuzzy, c-format +msgid "Bar \"%s\" deleted" msgstr "Pole bylo smazáno" #, c-format @@ -461,41 +462,53 @@ msgstr[0] "přidána %d nová klávesa" msgstr[1] "přidány %d nové klávesy" msgstr[2] "přidáno %d nových kláves" -#, c-format -msgid "leaf: id: %d, parent: %d, plugin: \"%s\", buffer: \"%s\"" -msgstr "list: id: %d, rodič: %d, plugin: \"%s\", buffer: \"%s\"" - -#, c-format -msgid "node: id: %d, parent: %d, child1: %d, child2: %d, size: %d%% (%s)" -msgstr "" -"uzel: id: %d, rodič: %d, potomek1: %d, potomek2: %d, velikost: %d%% (%s)" - -msgid "horizontal split" -msgstr "horizontální rozdělení" - -msgid "vertical split" -msgstr "vertikální rozdělení" - -msgid "Saved layout for buffers:" +#, fuzzy +msgid "Saved layouts:" msgstr "Uložené rozložení bufferů:" -msgid "Saved layout for windows:" -msgstr "Uložené rozložení oken:" +#, fuzzy +msgid " (current layout)" +msgstr "aktuální hodnota" msgid "No layout saved" msgstr "Nebylo uloženo žádné rozložení" -msgid "Layout saved for buffers (order of buffers)" -msgstr "Rozložení bufferů uloženo (pořadí bufferů)" +#. TRANSLATORS: %s%s%s is "buffers" or "windows" or "buffers+windows" +#, c-format +msgid "Layout of %s%s%s saved in \"%s\" (current layout: %s)" +msgstr "" -msgid "Layout saved for windows (buffer displayed by each window)" -msgstr "Rozložení oken uloženo (buffer zobrazený v každém okně)" +#, fuzzy +msgid "buffers" +msgstr "řídit buffery" -msgid "Layout reset for buffers" -msgstr "Rozložení bufferů resetováno" +#, fuzzy +msgid "windows" +msgstr "spravuje okna" -msgid "Layout reset for windows" -msgstr "Rozložení oken resetováno" +msgid "Layout of buffers+windows reset (current layout: -)" +msgstr "" + +#, c-format +msgid "Layout \"%s\" deleted (current layout: %s)" +msgstr "" + +#. TRANSLATORS: %s%s%s is "buffers" or "windows" or "buffers+windows" +#, fuzzy, c-format +msgid "Layout of %s%s%s reset in \"%s\"" +msgstr "%sTéma pro %s%s%s nastaveno %s" + +#, fuzzy, c-format +msgid "%sError: unknown layout \"%s\"" +msgstr "%sChyba: neznámé pole \"%s\"" + +#, fuzzy, c-format +msgid "%sError: layout \"%s\" already exists for \"%s\" command" +msgstr "%s%s: server \"%s\" pro příkaz \"%s\" již existuje" + +#, fuzzy, c-format +msgid "Layout \"%s\" has been renamed to \"%s\"" +msgstr "Filtr \"%s\" přejmenován na \"%s\"" #, fuzzy msgid "Mouse enabled" @@ -1635,19 +1648,26 @@ msgstr "" msgid "save/apply/reset layout for buffers and windows" msgstr "uložit/použít/resetovat rozložení bufferů a oken" +#, fuzzy msgid "" -"save [buffers|windows] || apply [buffers|windows] || reset [buffers|windows]" +"save [] [buffers|windows] || apply [] [buffers|windows] || leave " +"|| reset [] [buffers|windows] || rename " msgstr "" "save [buffers|windows] || apply [buffers|windows] || reset [buffers|windows]" +#, fuzzy msgid "" " save: save current layout\n" " apply: apply saved layout\n" -" reset: remove saved layout\n" +" leave: leave current layout (does not update any layout)\n" +" reset: reset buffers and/or windows in a saved layout\n" +" (if both buffers and windows are reset, the layout is removed)\n" +" rename: rename a layout\n" +" name: name for saved layout (default is \"default\")\n" "buffers: save/apply only buffers (order of buffers)\n" "windows: save/apply only windows (buffer displayed by each window)\n" "\n" -"Without argument, this command displays saved layout." +"Without argument, this command displays saved layouts." msgstr "" " save: uložit aktuální rozložení\n" " apply: aplikovat uložené rozložení\n" @@ -2300,6 +2320,10 @@ msgstr "" msgid "areas (\"chat\" or bar name) for free cursor movement" msgstr "" +#, fuzzy +msgid "names of layouts" +msgstr "jména polí" + msgid "" "Warning: you should now issue /save to write \"save_config_on_exit\" option " "in configuration file" @@ -9374,7 +9398,3 @@ msgstr "" msgid "Constants" msgstr "" - -#, fuzzy -#~ msgid "%s: script \"%s\" is now autoloaded" -#~ msgstr "%s%s: skript \"%s\" nenačten" diff --git a/po/de.po b/po/de.po index b2f0b6d8b..f340a54cc 100644 --- a/po/de.po +++ b/po/de.po @@ -22,11 +22,11 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-03-12 13:52+0100\n" -"PO-Revision-Date: 2013-03-10 09:40+0100\n" +"POT-Creation-Date: 2013-03-16 16:35+0100\n" +"PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" -"Language: \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -196,7 +196,8 @@ msgstr "Alle Infobars wurden entfernt" msgid "%sError: unknown bar \"%s\"" msgstr "%sFehler: Infobar \"%s\" ist unbekannt" -msgid "Bar deleted" +#, fuzzy, c-format +msgid "Bar \"%s\" deleted" msgstr "Infobar entfernt" #, c-format @@ -483,41 +484,54 @@ msgid_plural "%d new keys added (context: \"%s\")" msgstr[0] "(%d) neue Taste hinzugefügt" msgstr[1] "(%d) neue Tasten hinzugefügt (Kontext: \"%s\")" -#, c-format -msgid "leaf: id: %d, parent: %d, plugin: \"%s\", buffer: \"%s\"" -msgstr "Blatt: id: %d, Stamm: %d, Erweiterung: \"%s\", Buffer: \"%s\"" - -#, c-format -msgid "node: id: %d, parent: %d, child1: %d, child2: %d, size: %d%% (%s)" -msgstr "Node: id: %d, Stamm: %d, Kind1: %d, Kind2: %d, Größe: %d%% (%s)" - -msgid "horizontal split" -msgstr "horizontale Aufteilung" - -msgid "vertical split" -msgstr "vertikale Aufteilung" - -msgid "Saved layout for buffers:" +#, fuzzy +msgid "Saved layouts:" msgstr "gespeicherte Layouts für Buffer:" -msgid "Saved layout for windows:" -msgstr "gespeicherte Layouts für Fenster:" +#, fuzzy +msgid " (current layout)" +msgstr "aktueller Wert" msgid "No layout saved" msgstr "Kein Layout gespeichert" -msgid "Layout saved for buffers (order of buffers)" -msgstr "Layout der Buffer gesichert (Reihenfolge der Buffer)" - -msgid "Layout saved for windows (buffer displayed by each window)" +#. TRANSLATORS: %s%s%s is "buffers" or "windows" or "buffers+windows" +#, c-format +msgid "Layout of %s%s%s saved in \"%s\" (current layout: %s)" msgstr "" -"Layout der Fenster gesichert (Buffer werden durch jedes Fenster dargestellt)" -msgid "Layout reset for buffers" -msgstr "Zurücksetzen des Bufferlayouts" +#, fuzzy +msgid "buffers" +msgstr "Buffer" -msgid "Layout reset for windows" -msgstr "Zurücksetzen des Fensterlayouts" +#, fuzzy +msgid "windows" +msgstr "Fenster" + +msgid "Layout of buffers+windows reset (current layout: -)" +msgstr "" + +#, c-format +msgid "Layout \"%s\" deleted (current layout: %s)" +msgstr "" + +# "%s" nach "on" ist ein Datum +#. TRANSLATORS: %s%s%s is "buffers" or "windows" or "buffers+windows" +#, fuzzy, c-format +msgid "Layout of %s%s%s reset in \"%s\"" +msgstr "%sDas Thema von %s%s%s wurde festgelegt am: %s" + +#, fuzzy, c-format +msgid "%sError: unknown layout \"%s\"" +msgstr "%sFehler: Infobar \"%s\" ist unbekannt" + +#, fuzzy, c-format +msgid "%sError: layout \"%s\" already exists for \"%s\" command" +msgstr "%s%s: Server \"%s\" für den Befehl \"%s\" existiert bereits" + +#, fuzzy, c-format +msgid "Layout \"%s\" has been renamed to \"%s\"" +msgstr "Filter \"%s\" wurde umbenannt. Der neue Name lautet \"%s\"" msgid "Mouse enabled" msgstr "Maus ist aktiviert" @@ -1828,19 +1842,26 @@ msgstr "" msgid "save/apply/reset layout for buffers and windows" msgstr "Layout für Buffer und Fenster speichern, anwenden oder zurücksetzen" +#, fuzzy msgid "" -"save [buffers|windows] || apply [buffers|windows] || reset [buffers|windows]" +"save [] [buffers|windows] || apply [] [buffers|windows] || leave " +"|| reset [] [buffers|windows] || rename " msgstr "" "save [buffers|windows] || apply [buffers|windows] || reset [buffers|windows]" +#, fuzzy msgid "" " save: save current layout\n" " apply: apply saved layout\n" -" reset: remove saved layout\n" +" leave: leave current layout (does not update any layout)\n" +" reset: reset buffers and/or windows in a saved layout\n" +" (if both buffers and windows are reset, the layout is removed)\n" +" rename: rename a layout\n" +" name: name for saved layout (default is \"default\")\n" "buffers: save/apply only buffers (order of buffers)\n" "windows: save/apply only windows (buffer displayed by each window)\n" "\n" -"Without argument, this command displays saved layout." +"Without argument, this command displays saved layouts." msgstr "" " save: speichert das aktuelle Layout\n" " apply: das gespeicherte Layout anwenden\n" @@ -2574,6 +2595,10 @@ msgstr "" "Bereiche in denen der Cursor frei bewegt werden kann (\"chat\" oder Name " "einer Bar)" +#, fuzzy +msgid "names of layouts" +msgstr "Namen der Infobars" + msgid "" "Warning: you should now issue /save to write \"save_config_on_exit\" option " "in configuration file" @@ -10255,176 +10280,3 @@ msgstr "Type" msgid "Constants" msgstr "Konstanten" - -#~ msgid "hide password displayed by nickserv" -#~ msgstr "Passwörter verstecken die durch NickServ angezeigt werden" - -#~ msgid "%s%s: error: name is not required for protocol \"%s\"" -#~ msgstr "%s%s: Fehler: ein Name ist für das Protokoll \"%s\" nicht notwendig" - -#~ msgid "%s%s: not enough memory to create new speller" -#~ msgstr "%s%s: Nicht genug Speicher um neue Rechtschreibung zu erstellen" - -#~ msgid "%s%s: cannot set socket option \"SO_REUSEADDR\"" -#~ msgstr "%s%s Fehler beim Erstellen der Socket-Option \"SO_REUSEADDR\"" - -#~ msgid "%s%s: cannot set socket option \"IPV6_V6ONLY\" to value %d" -#~ msgstr "" -#~ "%s%s der Wert %d kann nicht für die Socket-Option, \"IPV6_V6ONLY\", " -#~ "gesetzt werden" - -#~ msgid "%s%s: cannot set socket option \"SO_KEEPALIVE\"" -#~ msgstr "%s%s Fehler beim Erstellen der Socket-Option \"SO_KEEPALIVE\"" - -#~ msgid "%s%s: cannot create socket for xfer" -#~ msgstr "%s%s: Für den Transfer konnte kein Socket angelegt werden" - -#~ msgid "%s%s: not enough memory to parse file \"%s\"" -#~ msgstr "%s%s: Nicht genug Speicher um Datei \"%s\" zu analysieren" - -#~ msgid "%s%s: unable to run file \"%s\"" -#~ msgstr "%s%s: Kann Datei \"%s\" nicht ausführen" - -#~ msgid "%s%s: unknown error while loading file \"%s\"" -#~ msgstr "%s%s: unbekannter Fehler beim Laden der Datei \"%s\"" - -#~ msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)" -#~ msgstr "" -#~ "%s: Fehler beim Laden des Skriptes \"%s\" (fehlerhafter Name: Leerzeichen " -#~ "sind nicht erlaubt)" - -#~ msgid "%s%s: cannot create socket" -#~ msgstr "%s%s: Socket konnte nicht angelegt werden" - -#~ msgid "background color for window separators (when split)" -#~ msgstr "" -#~ "Hintergrundfarbe der Fenster-Separatoren im Chatfenster (bei geteiltem " -#~ "Bildschirm)" - -#~ msgid "No configuration option found" -#~ msgstr "Konfigurationsoption nicht gefunden" - -#~ msgid "%s%d%s configuration option found" -#~ msgid_plural "%s%d%s configuration options found" -#~ msgstr[0] "%s%d%s Konfigurationsoption gefunden" -#~ msgstr[1] "%s%d%s Konfigurationsoptionen gefunden" - -#~ msgid "%sError: configuration option \"%s\" not found" -#~ msgstr "%sFehler: Konfigurationsoption \"%s\" nicht gefunden" - -#~ msgid "[