summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/POTFILES.in4
-rw-r--r--po/cs.po215
-rw-r--r--po/de.po213
-rw-r--r--po/es.po212
-rw-r--r--po/fr.po259
-rw-r--r--po/hu.po215
-rw-r--r--po/ru.po216
-rw-r--r--po/srcfiles.cmake4
-rw-r--r--po/weechat.pot3480
-rw-r--r--src/core/wee-alias.c4
-rw-r--r--src/core/wee-command.c147
-rw-r--r--src/core/wee-config-file.c51
-rw-r--r--src/core/wee-config-option.c6
-rw-r--r--src/core/wee-config.c5
-rw-r--r--src/core/wee-input.c26
-rw-r--r--src/core/wee-log.c5
-rw-r--r--src/core/wee-upgrade.c11
-rw-r--r--src/core/wee-util.c4
-rw-r--r--src/core/weechat.c49
-rw-r--r--src/core/weechat.h3
-rw-r--r--src/gui/gui-hotlist.c5
-rw-r--r--src/gui/gui-infobar.c3
-rw-r--r--src/gui/gui-keyboard.c11
-rw-r--r--src/gui/gui-log.c3
-rw-r--r--src/plugins/plugin.c40
25 files changed, 2270 insertions, 2921 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d4be88f10..72112c8b9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -20,8 +20,8 @@
./src/core/wee-list.h
./src/core/wee-log.c
./src/core/wee-log.h
-./src/core/wee-session.c
-./src/core/wee-session.h
+./src/core/wee-upgrade.c
+./src/core/wee-upgrade.h
./src/core/wee-string.c
./src/core/wee-string.h
./src/core/wee-utf8.c
diff --git a/po/cs.po b/po/cs.po
index 53a721e6c..8f26cef26 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2007-10-31 10:58+0100\n"
+"POT-Creation-Date: 2007-11-01 11:09+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#, fuzzy, c-format
-msgid "%s%s circular reference when calling alias \"/%s\""
+msgid "%sError: circular reference when calling alias \"/%s\""
msgstr "%s cyklický odkaz při volání aliasu \"/%s\"\n"
#, c-format
@@ -64,10 +64,12 @@ msgstr ""
" -v, --version zobrazí verzi WeeChat\n"
" -w, --weechat-commands zobrazí příkazy WeeChat\n"
+#. TRANSLATORS: %s is "WeeChat"
#, fuzzy, c-format
msgid "%s configuration options:\n"
msgstr "nastaví konfigurační možnosti"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s internal commands:\n"
msgstr "%s vnitřní příkazy:\n"
@@ -75,32 +77,33 @@ msgstr "%s vnitřní příkazy:\n"
msgid "Internal key functions:\n"
msgstr "Vnitřní klávesové funkce:\n"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s default keys:\n"
msgstr "%s výchozí klávesy:\n"
-#, c-format
-msgid "%s missing argument for \"%s\" option\n"
+#, fuzzy, c-format
+msgid "Error: missing argument for \"%s\" option\n"
msgstr "%s chybí argument pro volbu \"%s\"\n"
-#, c-format
-msgid "%s unknown parameter '%s', ignored\n"
+#, fuzzy, c-format
+msgid "Warning: unknown parameter '%s', ignored\n"
msgstr "%s neznámý parametr '%s', ignorován\n"
-#, c-format
-msgid "%s unable to get HOME directory\n"
+#, fuzzy
+msgid "Error: unable to get HOME directory\n"
msgstr "%s nemohu získat HOME adresář\n"
-#, c-format
-msgid "%s not enough memory for home directory\n"
+#, fuzzy
+msgid "Error: not enough memory for home directory\n"
msgstr "%s nedostatek paměti pro domácí adresář\n"
-#, c-format
-msgid "%s home (%s) is not a directory\n"
+#, fuzzy, c-format
+msgid "Error: home (%s) is not a directory\n"
msgstr "%s domovský adresár (%s) není adresářem\n"
-#, c-format
-msgid "%s unable to create \"%s\" directory\n"
+#, fuzzy, c-format
+msgid "Error: unable to create \"%s\" directory\n"
msgstr "%s nemohu vytvořit adresář \"%s\"\n"
#, fuzzy, c-format
@@ -110,12 +113,6 @@ msgstr "%sVítejte do %s%s%s, %s\n"
msgid "compiled on"
msgstr "kompilováno"
-msgid "WeeChat Error:"
-msgstr "WeeChat chyba:"
-
-msgid "WeeChat Warning:"
-msgstr "WeeChat Upozornění:"
-
msgid "create an alias for a command"
msgstr "vytvoří alias pro příkaz"
@@ -153,6 +150,7 @@ msgstr "[akce [args] | číslo | [[server] [kanál]]]"
msgid ""
" action: action to do:\n"
" move: move buffer in the list (may be relative, for example -1)\n"
+" close: close buffer\n"
" list: list open buffers (no parameter implies this list)\n"
" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
"+join/part)\n"
@@ -453,7 +451,7 @@ msgstr ""
"vytvořít nové okno s velikostí = aktuální_velikost / 4"
#, fuzzy, c-format
-msgid "%s%s missing arguments for \"%s\" command"
+msgid "%sError: missing arguments for \"%s\" command"
msgstr "%s chybí argumenty pro příkaz \"%s\"\n"
#, fuzzy, c-format
@@ -461,8 +459,8 @@ msgid "%sAlias \"%s\" => \"%s\" created"
msgstr "Alias \"%s\" => \"%s\" vytvořen\n"
#, fuzzy, c-format
-msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
-msgstr "Selhalo vytvoření aliasu \"%s\" => \"%s\" (nedostatek paměti)\n"
+msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\""
+msgstr "%s nedostatek paměti pro infobar zprávu\n"
#, fuzzy
msgid "Alias:"
@@ -485,14 +483,14 @@ msgid "Open buffers:"
msgstr "Otevřené buffery:\n"
#, fuzzy, c-format
-msgid "%s%s incorrect buffer number"
+msgid "%sError: incorrect buffer number"
msgstr "%s nekorektní číslo bufferu\n"
msgid "Notify levels:"
msgstr "Level upozornění:"
#, fuzzy, c-format
-msgid "%s%s incorrect notify level (must be between %d and %d)"
+msgid "%sError: incorrect notify level (must be between %d and %d)"
msgstr "%s nekorektní level upozornění (musí být mezi %d a %d)\n"
#, fuzzy, c-format
@@ -516,15 +514,15 @@ msgid "(hotlist: highlights + messages + join/part (all))"
msgstr "(hotlist: zvýrazění + zprávy + připojení/odpojení (vše))\n"
#, fuzzy, c-format
-msgid "%s%s buffer number \"%s\" not found for \"%s\" command"
+msgid "%sError: buffer number \"%s\" not found for \"%s\" command"
msgstr "%s buffer číslo \"%s\" nenalezen pro příkaz \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unknown option for \"%s\" command"
+msgid "%sError: unknown option for \"%s\" command"
msgstr "%s neznámá volba pro příkaz \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for \"%s\" command"
+msgid "%sError: wrong argument count for \"%s\" command"
msgstr "%s špatný počet parametrů pro příkaz \"%s\"\n"
#, fuzzy, c-format
@@ -560,7 +558,7 @@ msgid "%sKey \"%s\" unbound"
msgstr "Klávesa \"%s\" odpojena\n"
#, fuzzy, c-format
-msgid "%s%s unable to unbind key \"%s\""
+msgid "%sError: unable to unbind key \"%s\""
msgstr "%s nemohu odpojit klávesu \"%s\"\n"
#, fuzzy
@@ -568,7 +566,7 @@ msgid "Internal key functions:"
msgstr "Vnitřní klávesové funkce:\n"
#, fuzzy, c-format
-msgid "%s%s unknown key function \"%s\""
+msgid "%sError: unknown key function \"%s\""
msgstr "%s neznámá klávesová funkce \"%s\"\n"
#, fuzzy, c-format
@@ -576,7 +574,7 @@ msgid "%sDefault key bindings restored"
msgstr "Výchozí klávesové zkratky obnoveny\n"
#, fuzzy, c-format
-msgid "%s%s \"-yes\" argument is required for keys reset (security reason)"
+msgid "%sError: \"-yes\" argument is required for keys reset (security reason)"
msgstr ""
"%s \"-yes\" argument je požadován pro reset kaláves (bezpečnostní opatření)\n"
@@ -589,7 +587,7 @@ msgid "%sNo key found."
msgstr "Žádná klávesa nenalezena.\n"
#, fuzzy, c-format
-msgid "%s%s unable to bind key \"%s\""
+msgid "%sError: unable to bind key \"%s\""
msgstr "%s nemohu napojit kalávesu \"%s\"\n"
#, fuzzy
@@ -659,7 +657,7 @@ msgid "%sWeeChat configuration file saved"
msgstr "Konfigurační soubor uložen\n"
#, fuzzy, c-format
-msgid "%s%s failed to save configuration file"
+msgid "%sError: failed to save configuration file"
msgstr "%s selhalo uložení konfiguračního souboru\n"
#, fuzzy, c-format
@@ -667,14 +665,14 @@ msgid "%sPlugins options saved"
msgstr "Možnosti pluginů uloženy\n"
#, fuzzy, c-format
-msgid "%s%s failed to save plugins options"
+msgid "%sError: failed to save plugins options"
msgstr "%s selhalo uložení nastavení pluginů\n"
msgid "(unknown)"
msgstr "(neznámý)"
#, fuzzy, c-format
-msgid "%s%s option \"%s\" can not be changed while WeeChat is running"
+msgid "%sError: option \"%s\" can not be changed while WeeChat is running"
msgstr "%s volba \"%s\" nemůže být změněna dokud WeeChat běží\n"
#, fuzzy
@@ -682,11 +680,11 @@ msgid "Option changed: "
msgstr "není na kanále"
#, fuzzy, c-format
-msgid "%s%s incorrect value for option \"%s\""
+msgid "%sError: incorrect value for option \"%s\""
msgstr "%s nekorektní hodnota pro volbu \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s configuration option \"%s\" not found"
+msgid "%sError: configuration option \"%s\" not found"
msgstr "%s volba nastavení \"%s\" nenalezena\n"
#, fuzzy, c-format
@@ -706,7 +704,7 @@ msgid "%s%d%s configuration option(s) found"
msgstr "volba/volby nastavení nalezeny\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found"
+msgid "%sError: plugin \"%s\" not found"
msgstr "%s plugin \"%s\" nenalezen\n"
#, fuzzy, c-format
@@ -714,7 +712,7 @@ msgid "Plugin option changed: %s%s = \"%s%s%s\""
msgstr "Nebyla nalezena žádná možnost pluginu s \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s incorrect value for plugin option \"%s\""
+msgid "%sError: incorrect value for plugin option \"%s\""
msgstr "%s nekorektní hodnota pro možnost pluginu \"%s\"\n"
#, fuzzy, c-format
@@ -734,7 +732,7 @@ msgid "plugin option(s) found"
msgstr "možnost(i) pluginu nalezeny\n"
#, fuzzy, c-format
-msgid "%s%s alias or command \"%s\" not found"
+msgid "%sError: alias or command \"%s\" not found"
msgstr "%s alias nebo příkaz \"%s\" nenalezen\n"
#, fuzzy, c-format
@@ -760,7 +758,7 @@ msgstr "Otevřené okna:\n"
#, fuzzy, c-format
msgid ""
-"%s%s can not merge windows, there's no other window with same size near "
+"%sError: can not merge windows, there's no other window with same size near "
"current one."
msgstr ""
"%s nemohu spojit okna, není zde další okno se stejnou velikostí poblíž "
@@ -1313,9 +1311,9 @@ msgstr ""
"standardní přípona pluginů v jménu soubor, použita při autonačítání (pokud "
"prázdná jsou načteny všechny souboru pokud je autoload \"*\")"
-#, fuzzy, c-format
+#, fuzzy
msgid ""
-"%s you should now issue /save to write \"save_on_exit\" option in "
+"Warning: you should now issue /save to write \"save_on_exit\" option in "
"configuration file.\n"
msgstr ""
"%s mel by ste nyní provést /save pro zapsání volby \"save_on_exit\" "
@@ -1325,36 +1323,36 @@ msgstr ""
msgid "Saving WeeChat configuration to disk\n"
msgstr "Ukládám konfiguraci na disk\n"
-#, c-format
-msgid "%s config file \"%s\" not found.\n"
+#, fuzzy, c-format
+msgid "Warning: config file \"%s\" not found.\n"
msgstr "%s konfigurační soubor \"%s\" nenalezen\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"]\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n"
msgstr "%s %s, řádek %d: nevalidní syntaxe, chybí \"]\"\n"
-#, c-format
-msgid "%s %s, line %d: unknown section identifier (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n"
msgstr "%s %s, řádek %d: neznámý identifikátor sekce (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: error reading new section \"%s\"\n"
+msgid "Warning: %s, line %d: error reading new section \"%s\"\n"
msgstr "%s %s, řádek %d: nevalidní volba \"%s\" pro ignorování\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"=\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n"
msgstr "%s %s, řádek %d: nevalidní syntax, chybí \"=\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: unknown option \"%s\" (outside a section)\n"
+msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n"
msgstr "%s %s, řádek %d: neznámý identifikátor sekce (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: option \"%s\" unknown for section \"%s\"\n"
+msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n"
msgstr "%s %s, řádek %d: neznámý identifikátor sekce (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: invalid value for option \"%s\"\n"
+msgid "Warning: %s, line %d: invalid value for option \"%s\"\n"
msgstr "%s %s, řádek %d: nevalidní volba \"%s\"\n"
#, c-format
@@ -1375,8 +1373,8 @@ msgstr ""
"tento soubor při ukončení.\n"
"#\n"
-#, c-format
-msgid "%s cannot create file \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create file \"%s\"\n"
msgstr "%s nemohu vytvořit soubor \"%s\"\n"
#, fuzzy, c-format
@@ -1387,12 +1385,12 @@ msgstr "%s: vytvářím výchozí konfigurační soubor...\n"
msgid "Creating default config file \"%s\"\n"
msgstr "Vytvářím výchozí konfigurační soubor\n"
-#, c-format
-msgid "%s unable to assign default int with string (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default int with string (\"%s\")\n"
msgstr "%s nemohu přiřadit výchozí číslo s řetězcem (\"%s\")\n"
-#, c-format
-msgid "%s unable to assign default color (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default color (\"%s\")\n"
msgstr "%s nemohu přiřadit výchozí barvu (\"%s\")\n"
msgid " . type: boolean\n"
@@ -1450,11 +1448,11 @@ msgid " . description: %s\n"
msgstr " . popis: %s\n"
#, fuzzy, c-format
-msgid "%s%s command \"%s\" failed"
+msgid "%sError: command \"%s\" failed"
msgstr "%s příkaz \"%s\" selhal\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for %s command \"%s\" (expected: %d arg)"
+msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: %d args)"
msgstr[0] ""
@@ -1464,8 +1462,8 @@ msgstr[1] ""
#, fuzzy, c-format
msgid ""
-"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"arg)"
+"%sError: wrong argument count for %s command \"%s\" (expected: between %d "
+"and %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
"args)"
@@ -1477,16 +1475,16 @@ msgstr[1] ""
"argumenty)\n"
#, c-format
-msgid "%s%s unknown command \"%s\" (type /help for help)."
+msgid "%sError: unknown command \"%s\" (type /help for help)."
msgstr ""
#, fuzzy, c-format
msgid "%sYou can not write text in this buffer!"
msgstr "%s nemohu zavřít jediný buffer\n"
-#, c-format
+#, fuzzy
msgid ""
-"%s unable to create/append to log file (weechat.log)\n"
+"Error: unable to create/append to log file (weechat.log)\n"
"If another WeeChat process is using this file, try to run WeeChat\n"
"with another home using \"--dir\" command line option.\n"
msgstr ""
@@ -1529,8 +1527,8 @@ msgstr "chyba při čtení typu"
msgid "wrong type (expected: %d, read: %d)"
msgstr "špatný typ (očekáván: %d, přečten: %d)"
-#, c-format
-msgid "%s cannot create directory \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create directory \"%s\"\n"
msgstr "%s nemohu vytvořit adresář \"%s\"\n"
msgid "Text search (exact): "
@@ -1559,12 +1557,12 @@ msgstr "server"
msgid "Not enough memory for new line\n"
msgstr "Nedostatek paměti pro nový řádek\n"
-#, fuzzy, c-format
-msgid "%s not enough memory to add a buffer to hotlist\n"
+#, fuzzy
+msgid "Error: not enough memory to add a buffer to hotlist\n"
msgstr "%s nemohu přidat buffer do hotlistu\n"
-#, c-format
-msgid "%s not enough memory for infobar message\n"
+#, fuzzy
+msgid "Error: not enough memory for infobar message\n"
msgstr "%s nedostatek paměti pro infobar zprávu\n"
msgid "terminate line"
@@ -1723,16 +1721,16 @@ msgstr "vložit řetězec na řádku"
msgid "search text in buffer history"
msgstr "hledání textu v historii bufferu"
-#, c-format
-msgid "%s unable to bind key \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\"\n"
msgstr "%s nemohu napojit kalávesu \"%s\"\n"
-#, c-format
-msgid "%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"
msgstr "%s nemohu napojit kalávesu \"%s\" (nevalidní jméno funkce: \"%s\")\n"
-#, c-format
-msgid "%s not enough memory for key binding\n"
+#, fuzzy
+msgid "Error: not enough memory for key binding\n"
msgstr "%s nedostatek paměti pro klávesovou zkratku\n"
#, c-format
@@ -1740,7 +1738,7 @@ msgid "Unable to write log file \"%s\"\n"
msgstr "Nemůžu zapsat log soubor \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s Unable to write log file \"%s\"\n"
+msgid "%sError: Unable to write log file \"%s\"\n"
msgstr "Nemůžu zapsat log soubor \"%s\"\n"
msgid "**** Beginning of log "
@@ -1750,31 +1748,31 @@ msgid "**** End of log "
msgstr "**** End of log "
#, fuzzy, c-format
-msgid "%sFIFO pipe is open\n"
+msgid "%sFifo: pipe is open\n"
msgstr "FIFO roura je otevřena\n"
#, fuzzy, c-format
-msgid "%sunable to open FIFO pipe (%s) for reading"
+msgid "%sFifo: unable to open pipe (%s) for reading"
msgstr "%s nemohu otevřít FIFO rouru (%s) pro čtení\n"
#, fuzzy, c-format
-msgid "%sunable to create FIFO pipe for remote control (%s)"
+msgid "%sFifo: unable to create pipe for remote control (%s)"
msgstr "%s nemohu zpravit FIFO rouru pro vzdálené ovládání (%s)\n"
#, fuzzy, c-format
-msgid "%sFIFO pipe is closed"
+msgid "%sFifo: pipe is closed"
msgstr "FIFO roura zavřena\n"
#, fuzzy, c-format
-msgid "%sFifo error: invalid text received on FIFO pipe"
+msgid "%sFifo error: invalid text received on pipe"
msgstr "%s nekorektní text přijat na FIFO rouře\n"
#, fuzzy, c-format
-msgid "%sFifo error: buffer not found for FIFO pipedata"
+msgid "%sFifo error: buffer not found for pipe data"
msgstr "%s server \"%s\" nenalezen (data FIFO roury)\n"
#, fuzzy, c-format
-msgid "%serror reading FIFO pipe, closing it"
+msgid "%sFifo: error reading pipe, closing it"
msgstr "%s chyba při čtení FIFO roury, zavírám ji\n"
#, c-format
@@ -2558,6 +2556,10 @@ msgid "%s currently connecting to server \"%s\"!\n"
msgstr "%s zrovna připojuji k serveru \"%s\"!\n"
#, c-format
+msgid "%s missing argument for \"%s\" option\n"
+msgstr "%s chybí argument pro volbu \"%s\"\n"
+
+#, c-format
msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
msgstr "Server %s%s%s vytvořen (dočasný server, NEUKLÁDÁ SE!)\n"
@@ -3924,22 +3926,23 @@ msgid "Disconnected from server!\n"
msgstr "Odpojen od serveru!\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\": %s\n"
+msgid "%sError: unable to load plugin \"%s\": %s\n"
msgstr "%s nemůžu načist plugin \"%s\": %s\n"
#, fuzzy, c-format
-msgid "%s%s symbol \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s symbol \"plugin_name\" nebyl v pluginu \"%s\" nalezen, načtení selhalo\n"
#, fuzzy, c-format
msgid ""
-"%s%s unable to load plugin \"%s\": a plugin with same name already exists\n"
+"%sError: unable to load plugin \"%s\": a plugin with same name already "
+"exists\n"
msgstr ""
"%s nemohu načíst plugin \"%s\": plugin se stejným jménem již existuje\n"
#, fuzzy, c-format
-msgid "%s%s function \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s funkce \"weechat_plugin_init\" nebyla v pluginu \"%s\" nalezena, načtení "
"selhalo\n"
@@ -3949,11 +3952,11 @@ msgid "%sInitializing plugin \"%s\" %s\n"
msgstr "Inicializuji plugin \"%s\" %s\n"
#, fuzzy, c-format
-msgid "%s%s unable to initialize plugin \"%s\"\n"
+msgid "%sError: unable to initialize plugin \"%s\"\n"
msgstr "%s nemohu načíst plugin \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\" (not enough memory)\n"
+msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n"
msgstr "%s nemohu načíst plugin \"%s\" (nedostatek paměti)\n"
#, fuzzy, c-format
@@ -3965,7 +3968,7 @@ msgid "%sPlugin \"%s\" unloaded.\n"
msgstr "Plugin \"%s\" odebrán.\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found\n"
+msgid "%sError: plugin \"%s\" not found\n"
msgstr "%s plugin \"%s\" nenalezen\n"
#, fuzzy
@@ -3973,6 +3976,28 @@ msgid "Saving plugins configuration to disk\n"
msgstr "Ukládám konfiguraci na disk\n"
#, fuzzy
+#~ msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
+#~ msgstr "Selhalo vytvoření aliasu \"%s\" => \"%s\" (nedostatek paměti)\n"
+
+#~ msgid "WeeChat Error:"
+#~ msgstr "WeeChat chyba:"
+
+#~ msgid "WeeChat Warning:"
+#~ msgstr "WeeChat Upozornění:"
+
+#, fuzzy
+#~ msgid "%s%s unknown option for \"%s\" command"
+#~ msgstr "%s neznámá volba pro příkaz \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s wrong argument count for \"%s\" command"
+#~ msgstr "%s špatný počet parametrů pro příkaz \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s unable to bind key \"%s\""
+#~ msgstr "%s nemohu napojit kalávesu \"%s\"\n"
+
+#, fuzzy
#~ msgid " %s"
#~ msgstr " IRC(%s)\n"
diff --git a/po/de.po b/po/de.po
index f38d68662..39785a07f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2007-10-31 10:58+0100\n"
+"POT-Creation-Date: 2007-11-01 11:09+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -20,7 +20,7 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
#, fuzzy, c-format
-msgid "%s%s circular reference when calling alias \"/%s\""
+msgid "%sError: circular reference when calling alias \"/%s\""
msgstr "%s Zirkelbezug beim Aufruf des Aliases \"/%s\"\n"
#, c-format
@@ -69,10 +69,12 @@ msgstr ""
" -v, --version zeigt die WeeChat-Version an\n"
" -w, --weechat-commands zeigt die WeeChat-Befehle an\n"
+#. TRANSLATORS: %s is "WeeChat"
#, fuzzy, c-format
msgid "%s configuration options:\n"
msgstr "Konfigurationsparameter setzen"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s internal commands:\n"
msgstr "%s interne Befehle:\n"
@@ -80,32 +82,33 @@ msgstr "%s interne Befehle:\n"
msgid "Internal key functions:\n"
msgstr "Interne Tastenfunktionen:\n"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s default keys:\n"
msgstr "%s Standardtastenbelegungen:\n"
#, fuzzy, c-format
-msgid "%s missing argument for \"%s\" option\n"
+msgid "Error: missing argument for \"%s\" option\n"
msgstr "%s fehlende Argumente für die \"--dir\"-Option\n"
-#, c-format
-msgid "%s unknown parameter '%s', ignored\n"
+#, fuzzy, c-format
+msgid "Warning: unknown parameter '%s', ignored\n"
msgstr "%s unbekannter Parameter '%s', ignoriert\n"
-#, c-format
-msgid "%s unable to get HOME directory\n"
+#, fuzzy
+msgid "Error: unable to get HOME directory\n"
msgstr "%s kann das HOME-Verzeichnis nicht ermitteln\n"
-#, c-format
-msgid "%s not enough memory for home directory\n"
+#, fuzzy
+msgid "Error: not enough memory for home directory\n"
msgstr "%s nicht genug Speicher fürs HOME-Verzeichnis\n"
-#, c-format
-msgid "%s home (%s) is not a directory\n"
+#, fuzzy, c-format
+msgid "Error: home (%s) is not a directory\n"
msgstr "%s HOME (%s) ist kein Verzeichnis\n"
-#, c-format
-msgid "%s unable to create \"%s\" directory\n"
+#, fuzzy, c-format
+msgid "Error: unable to create \"%s\" directory\n"
msgstr "%s kann das Verzeichnis \"%s\" nicht anlegen\n"
#, fuzzy, c-format
@@ -115,12 +118,6 @@ msgstr "%sWillkommen in %s%s%s, %s\n"
msgid "compiled on"
msgstr "kompiliert am"
-msgid "WeeChat Error:"
-msgstr "WeeChat-Fehler:"
-
-msgid "WeeChat Warning:"
-msgstr "WeeChat-Warnung:"
-
msgid "create an alias for a command"
msgstr "einen Alias für einen Befehl anlegen"
@@ -158,6 +155,7 @@ msgstr "[Aktion [Argumente] | Nummer | [[Server] [Channel]]]"
msgid ""
" action: action to do:\n"
" move: move buffer in the list (may be relative, for example -1)\n"
+" close: close buffer\n"
" list: list open buffers (no parameter implies this list)\n"
" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
"+join/part)\n"
@@ -448,7 +446,7 @@ msgstr ""
"nur noch ein Viertel der Größe des alten Fensters hätte."
#, fuzzy, c-format
-msgid "%s%s missing arguments for \"%s\" command"
+msgid "%sError: missing arguments for \"%s\" command"
msgstr "%s fehlende Argumente für den \"%s\"-Befehl\n"
#, fuzzy, c-format
@@ -456,8 +454,8 @@ msgid "%sAlias \"%s\" => \"%s\" created"
msgstr "Alias \"%s\" => \"%s\" angelegt\n"
#, fuzzy, c-format
-msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
-msgstr "Kann den Alias \"%s\" => \"%s\" nicht anlegen (Speichermangel)\n"
+msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\""
+msgstr "%s nicht genügend Speicher für Infobar-Nachricht\n"
#, fuzzy
msgid "Alias:"
@@ -480,14 +478,14 @@ msgid "Open buffers:"
msgstr "Offene Puffer:\n"
#, fuzzy, c-format
-msgid "%s%s incorrect buffer number"
+msgid "%sError: incorrect buffer number"
msgstr "%s falsche Puffernummer\n"
msgid "Notify levels:"
msgstr "Notify-Ebenen:"
#, fuzzy, c-format
-msgid "%s%s incorrect notify level (must be between %d and %d)"
+msgid "%sError: incorrect notify level (must be between %d and %d)"
msgstr "%s ungültige Notify-Ebene (muss zwischen %d und %d liegen)\n"
#, fuzzy, c-format
@@ -511,15 +509,15 @@ msgid "(hotlist: highlights + messages + join/part (all))"
msgstr "(Hotlist: Hervorhebungen, Nachrichten, Betreten und Verlassen)\n"
#, fuzzy, c-format
-msgid "%s%s buffer number \"%s\" not found for \"%s\" command"
+msgid "%sError: buffer number \"%s\" not found for \"%s\" command"
msgstr "%s Puffer nicht gefunden für den \"%s\"-Befehl\n"
#, fuzzy, c-format
-msgid "%s%s unknown option for \"%s\" command"
+msgid "%sError: unknown option for \"%s\" command"
msgstr "%s unbekannte Option für den \"%s\"-Befehl\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for \"%s\" command"
+msgid "%sError: wrong argument count for \"%s\" command"
msgstr "%s fehlerhafte Anzahl von Argumenten für der \"%s\"-Befehl\n"
#, fuzzy, c-format
@@ -555,7 +553,7 @@ msgid "%sKey \"%s\" unbound"
msgstr "Tastenbelegung \"%s\" gelöscht\n"
#, fuzzy, c-format
-msgid "%s%s unable to unbind key \"%s\""
+msgid "%sError: unable to unbind key \"%s\""
msgstr "%s kann die Tastenbelegung \"%s\" nicht entfernen\n"
#, fuzzy
@@ -563,7 +561,7 @@ msgid "Internal key functions:"
msgstr "Interne Tastenfunktionen:\n"
#, fuzzy, c-format
-msgid "%s%s unknown key function \"%s\""
+msgid "%sError: unknown key function \"%s\""
msgstr "%s unbekannte Tasten-Funktion \"%s\"\n"
#, fuzzy, c-format
@@ -571,7 +569,7 @@ msgid "%sDefault key bindings restored"
msgstr "Standardtastenbelegungen wiederhergestellt\n"
#, fuzzy, c-format
-msgid "%s%s \"-yes\" argument is required for keys reset (security reason)"
+msgid "%sError: \"-yes\" argument is required for keys reset (security reason)"
msgstr ""
"%s \"-yes\" Argument ist aus Sicherheitsgründen für den Tastenreset "
"notwendig\n"
@@ -585,7 +583,7 @@ msgid "%sNo key found."
msgstr "Keine Taste gefunden.\n"
#, fuzzy, c-format
-msgid "%s%s unable to bind key \"%s\""
+msgid "%sError: unable to bind key \"%s\""
msgstr "%s kann die Taste \"%s\" nicht zuordnen\n"
#, fuzzy
@@ -655,7 +653,7 @@ msgid "%sWeeChat configuration file saved"
msgstr "Konfigurationsdatei gesichert\n"
#, fuzzy, c-format
-msgid "%s%s failed to save configuration file"
+msgid "%sError: failed to save configuration file"
msgstr "%s konnte die Konfigurationsdatei nicht sichern\n"
#, fuzzy, c-format
@@ -663,14 +661,14 @@ msgid "%sPlugins options saved"
msgstr "Plugin-Optionen gesichert\n"
#, fuzzy, c-format
-msgid "%s%s failed to save plugins options"
+msgid "%sError: failed to save plugins options"
msgstr "%s konnte die Plugin-Konfigurationsdatei nicht sichern\n"
msgid "(unknown)"
msgstr "(unbekannt)"
#, fuzzy, c-format
-msgid "%s%s option \"%s\" can not be changed while WeeChat is running"
+msgid "%sError: option \"%s\" can not be changed while WeeChat is running"
msgstr "%s Option \"%s\" kann nicht zur Laufzeit geändert werden\n"
#, fuzzy
@@ -678,11 +676,11 @@ msgid "Option changed: "
msgstr "Sie sind nicht im Channel"
#, fuzzy, c-format
-msgid "%s%s incorrect value for option \"%s\""
+msgid "%sError: incorrect value for option \"%s\""
msgstr "%s ungültiger Wert für die Option \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s configuration option \"%s\" not found"
+msgid "%sError: configuration option \"%s\" not found"
msgstr "%s Konfigurationsoption \"%s\" nicht gefunden\n"
#, fuzzy, c-format
@@ -702,7 +700,7 @@ msgid "%s%d%s configuration option(s) found"
msgstr "Konfigurationsoption(en) gefunden\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found"
+msgid "%sError: plugin \"%s\" not found"
msgstr "%s Plugin \"%s\" nicht gefunden\n"
#, fuzzy, c-format
@@ -710,7 +708,7 @@ msgid "Plugin option changed: %s%s = \"%s%s%s\""
msgstr "Keine Plugin-Optionen mit \"%s\" gefunden\n"
#, fuzzy, c-format
-msgid "%s%s incorrect value for plugin option \"%s\""
+msgid "%sError: incorrect value for plugin option \"%s\""
msgstr "%s ungültiger Wert für die Plugin-Option \"%s\"\n"
#, fuzzy, c-format
@@ -730,7 +728,7 @@ msgid "plugin option(s) found"
msgstr "Plugin-Option(en) gefunden\n"
#, fuzzy, c-format
-msgid "%s%s alias or command \"%s\" not found"
+msgid "%sError: alias or command \"%s\" not found"
msgstr "%s Alias oder Befehl \"%s\" nicht gefunden\n"
#, fuzzy, c-format
@@ -758,7 +756,7 @@ msgstr "Geöffnete Fenster:\n"
#, fuzzy, c-format
msgid ""
-"%s%s can not merge windows, there's no other window with same size near "
+"%sError: can not merge windows, there's no other window with same size near "
"current one."
msgstr ""
"%s kann Fenster nicht vereinigen, es ist kein Fenster mit der gleichen Größe "
@@ -1312,9 +1310,9 @@ msgstr ""
"verwendet (wenn kein Wert angegeben ist und der Wert für das automatische "
"Laden \"*\" ist, werden alle Dateien geladen)"
-#, fuzzy, c-format
+#, fuzzy
msgid ""
-"%s you should now issue /save to write \"save_on_exit\" option in "
+"Warning: you should now issue /save to write \"save_on_exit\" option in "
"configuration file.\n"
msgstr ""
"%s Sie sollten jetzt /save ausführen, um die Option \"save_on_exit\" in die "
@@ -1324,36 +1322,36 @@ msgstr ""
msgid "Saving WeeChat configuration to disk\n"
msgstr "Konfiguration wird gespeichert\n"
-#, c-format
-msgid "%s config file \"%s\" not found.\n"
+#, fuzzy, c-format
+msgid "Warning: config file \"%s\" not found.\n"
msgstr "%s Konfigurationsdatei \"%s\" nicht gefunden.\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"]\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n"
msgstr "%s %s, Zeile %d: Syntaxfehler, \"]\" erwartet\n"
-#, c-format
-msgid "%s %s, line %d: unknown section identifier (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n"
msgstr "%s %s, Zeile %d: unbekannte Sektion \"%s\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: error reading new section \"%s\"\n"
+msgid "Warning: %s, line %d: error reading new section \"%s\"\n"
msgstr "%s %s, Zeile %d: ungültige /ignore-Optionen \"%s\"\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"=\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n"
msgstr "%s %s, Zeile %d: Syntaxfehler, \"=\" erwartet\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: unknown option \"%s\" (outside a section)\n"
+msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n"
msgstr "%s %s, Zeile %d: unbekannte Sektion \"%s\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: option \"%s\" unknown for section \"%s\"\n"
+msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n"
msgstr "%s %s, Zeile %d: unbekannte Sektion \"%s\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: invalid value for option \"%s\"\n"
+msgid "Warning: %s, line %d: invalid value for option \"%s\"\n"
msgstr "%s %s, Zeile %d: ungültige Option \"%s\"\n"
#, c-format
@@ -1374,8 +1372,8 @@ msgstr ""
"überschreibt sie beim Beenden.\n"
"#\n"
-#, c-format
-msgid "%s cannot create file \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create file \"%s\"\n"
msgstr "%s kann die Datei \"%s\" nicht anlegen\n"
#, fuzzy, c-format
@@ -1386,12 +1384,12 @@ msgstr "%s: Standardkonfiguration wird geschrieben...\n"
msgid "Creating default config file \"%s\"\n"
msgstr "Standardkonfiguration wird geschrieben\n"
-#, c-format
-msgid "%s unable to assign default int with string (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default int with string (\"%s\")\n"
msgstr "%s kann den Standard-int-Wert \"%s\" nicht setzen\n"
-#, c-format
-msgid "%s unable to assign default color (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default color (\"%s\")\n"
msgstr "%s kann die Standardfarbe \"%s\" nicht setzen\n"
msgid " . type: boolean\n"
@@ -1451,11 +1449,11 @@ msgid " . description: %s\n"
msgstr " . Beschreibung: %s\n"
#, fuzzy, c-format
-msgid "%s%s command \"%s\" failed"
+msgid "%sError: command \"%s\" failed"
msgstr "%s der Befehl \"%s\" schlug fehl\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for %s command \"%s\" (expected: %d arg)"
+msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: %d args)"
msgstr[0] ""
@@ -1465,8 +1463,8 @@ msgstr[1] ""
#, fuzzy, c-format
msgid ""
-"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"arg)"
+"%sError: wrong argument count for %s command \"%s\" (expected: between %d "
+"and %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
"args)"
@@ -1478,16 +1476,16 @@ msgstr[1] ""
"und %d arg%s)\n"
#, c-format
-msgid "%s%s unknown command \"%s\" (type /help for help)."
+msgid "%sError: unknown command \"%s\" (type /help for help)."
msgstr ""
#, fuzzy, c-format
msgid "%sYou can not write text in this buffer!"
msgstr "%s der einzige Puffer kann nicht geschlossen werden\n"
-#, fuzzy, c-format
+#, fuzzy
msgid ""
-"%s unable to create/append to log file (weechat.log)\n"
+"Error: unable to create/append to log file (weechat.log)\n"
"If another WeeChat process is using this file, try to run WeeChat\n"
"with another home using \"--dir\" command line option.\n"
msgstr ""
@@ -1536,8 +1534,8 @@ msgstr "Typ-Lesefehler"
msgid "wrong type (expected: %d, read: %d)"
msgstr "Falscher Typ (erwartet: %d, gefunden: %d)"
-#, c-format
-msgid "%s cannot create directory \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create directory \"%s\"\n"
msgstr "%s kann das Verzeichnis \"%s\" nicht anlegen\n"
msgid "Text search (exact): "
@@ -1566,12 +1564,12 @@ msgstr "Server"
msgid "Not enough memory for new line\n"
msgstr "Nicht genügend Speicher für neue Zeile\n"
-#, fuzzy, c-format
-msgid "%s not enough memory to add a buffer to hotlist\n"
+#, fuzzy
+msgid "Error: not enough memory to add a buffer to hotlist\n"
msgstr "%s Puffer kann nicht zur Hotlist hinzugefügt werden\n"
-#, c-format
-msgid "%s not enough memory for infobar message\n"
+#, fuzzy
+msgid "Error: not enough memory for infobar message\n"
msgstr "%s nicht genügend Speicher für Infobar-Nachricht\n"
msgid "terminate line"
@@ -1732,17 +1730,17 @@ msgstr "füge eine Zeichenkette in der Befehlszeile ein"
msgid "search text in buffer history"
msgstr "suche Text im Pufferverlauf"
-#, c-format
-msgid "%s unable to bind key \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\"\n"
msgstr "%s kann die Taste \"%s\" nicht zuordnen\n"
-#, c-format
-msgid "%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"
msgstr ""
"%s kann die Taste \"%s\" nicht zuornen (ungültiger Funktionsname: \"%s\")\n"
-#, c-format
-msgid "%s not enough memory for key binding\n"
+#, fuzzy
+msgid "Error: not enough memory for key binding\n"
msgstr "%s nicht genügend Speicher für Tastenzuordnung\n"
#, fuzzy, c-format
@@ -1750,7 +1748,7 @@ msgid "Unable to write log file \"%s\"\n"
msgstr "Kann das Logfile nicht schreiben\n"
#, fuzzy, c-format
-msgid "%s%s Unable to write log file \"%s\"\n"
+msgid "%sError: Unable to write log file \"%s\"\n"
msgstr "Kann das Logfile nicht schreiben\n"
msgid "**** Beginning of log "
@@ -1760,31 +1758,31 @@ msgid "**** End of log "
msgstr "**** End of log "
#, fuzzy, c-format
-msgid "%sFIFO pipe is open\n"
+msgid "%sFifo: pipe is open\n"
msgstr "FIFO ist offen\n"
#, fuzzy, c-format
-msgid "%sunable to open FIFO pipe (%s) for reading"
+msgid "%sFifo: unable to open pipe (%s) for reading"
msgstr "%s kann FIFO (%s) nicht zum Lesen öffnen\n"
#, fuzzy, c-format
-msgid "%sunable to create FIFO pipe for remote control (%s)"
+msgid "%sFifo: unable to create pipe for remote control (%s)"
msgstr "%s kann die FIFO-Pipe zur Fernsteuerung nicht anlegen (%s)\n"
#, fuzzy, c-format
-msgid "%sFIFO pipe is closed"
+msgid "%sFifo: pipe is closed"
msgstr "FIFO geschlossen\n"
#, fuzzy, c-format
-msgid "%sFifo error: invalid text received on FIFO pipe"
+msgid "%sFifo error: invalid text received on pipe"
msgstr "%s ungültigen Text von FIFO empfangen\n"
#, fuzzy, c-format
-msgid "%sFifo error: buffer not found for FIFO pipedata"
+msgid "%sFifo error: buffer not found for pipe data"
msgstr "%s Server \"%s\" nicht gefunden (FIFO)\n"
#, fuzzy, c-format
-msgid "%serror reading FIFO pipe, closing it"
+msgid "%sFifo: error reading pipe, closing it"
msgstr "%s Fehler beim Lesen vom FIFO, FIFO wird geschlossen\n"
#, c-format
@@ -2541,6 +2539,10 @@ msgstr "%s zum Server \"%s\" besteht bereits eine Verbindung!\n"
msgid "%s currently connecting to server \"%s\"!\n"
msgstr "%s Verbindungsaufbau zum Server \"%s\" läuft bereits!\n"
+#, fuzzy, c-format
+msgid "%s missing argument for \"%s\" option\n"
+msgstr "%s fehlende Argumente für die \"--dir\"-Option\n"
+
#, c-format
msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
msgstr ""
@@ -3925,24 +3927,25 @@ msgid "Disconnected from server!\n"
msgstr "Vom Server getrennt!\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\": %s\n"
+msgid "%sError: unable to load plugin \"%s\": %s\n"
msgstr "%s kann Plugin \"%s\" nicht laden: %s\n"
#, fuzzy, c-format
-msgid "%s%s symbol \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s Symbol \"plugin_name\" in Plugin \"%s\" nicht gefunden, Laden "
"gescheitert\n"
#, fuzzy, c-format
msgid ""
-"%s%s unable to load plugin \"%s\": a plugin with same name already exists\n"
+"%sError: unable to load plugin \"%s\": a plugin with same name already "
+"exists\n"
msgstr ""
"%s kann Plugin \"%s\" nicht laden: ein gleichnamiges Plugin existiert "
"bereits\n"
#, fuzzy, c-format
-msgid "%s%s function \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s Funktion \"weechat_plugin_init\" nicht in Plugin \"%s\" gefunden Laden "
"gescheitert\n"
@@ -3952,11 +3955,11 @@ msgid "%sInitializing plugin \"%s\" %s\n"
msgstr "Initialisiere Plugin \"%s\" %s\n"
#, fuzzy, c-format
-msgid "%s%s unable to initialize plugin \"%s\"\n"
+msgid "%sError: unable to initialize plugin \"%s\"\n"
msgstr "%s kann das Plugin \"%s\" nicht initialisieren\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\" (not enough memory)\n"
+msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n"
msgstr "%s kann das Plugin \"%s\" nicht laden (Speichermangel)\n"
#, fuzzy, c-format
@@ -3968,7 +3971,7 @@ msgid "%sPlugin \"%s\" unloaded.\n"
msgstr "Plugin \"%s\" entladen.\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found\n"
+msgid "%sError: plugin \"%s\" not found\n"
msgstr "%s Plugin \"%s\" nicht gefunden\n"
#, fuzzy
@@ -3976,6 +3979,28 @@ msgid "Saving plugins configuration to disk\n"
msgstr "Konfiguration wird gespeichert\n"
#, fuzzy
+#~ msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
+#~ msgstr "Kann den Alias \"%s\" => \"%s\" nicht anlegen (Speichermangel)\n"
+
+#~ msgid "WeeChat Error:"
+#~ msgstr "WeeChat-Fehler:"
+
+#~ msgid "WeeChat Warning:"
+#~ msgstr "WeeChat-Warnung:"
+
+#, fuzzy
+#~ msgid "%s%s unknown option for \"%s\" command"
+#~ msgstr "%s unbekannte Option für den \"%s\"-Befehl\n"
+
+#, fuzzy
+#~ msgid "%s%s wrong argument count for \"%s\" command"
+#~ msgstr "%s fehlerhafte Anzahl von Argumenten für der \"%s\"-Befehl\n"
+
+#, fuzzy
+#~ msgid "%s%s unable to bind key \"%s\""
+#~ msgstr "%s kann die Taste \"%s\" nicht zuordnen\n"
+
+#, fuzzy
#~ msgid " %s"
#~ msgstr " IRC(%s)\n"
diff --git a/po/es.po b/po/es.po
index 581970a1c..8b3545f19 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2007-10-31 10:58+0100\n"
+"POT-Creation-Date: 2007-11-01 11:09+0100\n"
"PO-Revision-Date: 2007-09-19 12:09+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -16,7 +16,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#, fuzzy, c-format
-msgid "%s%s circular reference when calling alias \"/%s\""
+msgid "%sError: circular reference when calling alias \"/%s\""
msgstr "%s referencia circular al llamar alias \"/%s\"\n"
#, c-format
@@ -66,10 +66,12 @@ msgstr ""
" -v, --version mostrar versión de Weechat\n"
" -w, --weechat-commands mostrar comandos de Weechat\n"
+#. TRANSLATORS: %s is "WeeChat"
#, fuzzy, c-format
msgid "%s configuration options:\n"
msgstr "poner opciones de configuración"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s internal commands:\n"
msgstr "Comandos internos %s :\n"
@@ -77,32 +79,33 @@ msgstr "Comandos internos %s :\n"
msgid "Internal key functions:\n"
msgstr "Funciones de clave internas:\n"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s default keys:\n"
msgstr "%s claves por defecto:\n"
#, fuzzy, c-format
-msgid "%s missing argument for \"%s\" option\n"
+msgid "Error: missing argument for \"%s\" option\n"
msgstr "%s falta un argumento para la opción --dir\n"
-#, c-format
-msgid "%s unknown parameter '%s', ignored\n"
+#, fuzzy, c-format
+msgid "Warning: unknown parameter '%s', ignored\n"
msgstr "%s parámetro desconocido '%s', ignorado\n"
-#, c-format
-msgid "%s unable to get HOME directory\n"
+#, fuzzy
+msgid "Error: unable to get HOME directory\n"
msgstr "%s no ha sido posible leer el directorio HOME\n"
-#, c-format
-msgid "%s not enough memory for home directory\n"
+#, fuzzy
+msgid "Error: not enough memory for home directory\n"
msgstr "%s no hay suficiente memoria para el directorio home\n"
#, c-format
-msgid "%s home (%s) is not a directory\n"
+msgid "Error: home (%s) is not a directory\n"
msgstr ""
-#, c-format
-msgid "%s unable to create \"%s\" directory\n"
+#, fuzzy, c-format
+msgid "Error: unable to create \"%s\" directory\n"
msgstr "%s no es posible crear el directorio \"%s\"\n"
#, fuzzy, c-format
@@ -112,12 +115,6 @@ msgstr "%sBienvenido a %s%s%s, %s\n"
msgid "compiled on"
msgstr "compilado en"
-msgid "WeeChat Error:"
-msgstr "Error WeeChat:"
-
-msgid "WeeChat Warning:"
-msgstr "Advertencia WeeChat:"
-
msgid "create an alias for a command"
msgstr "crear un alias para un comando"
@@ -150,6 +147,7 @@ msgstr "[acción [argumentos] | número | [[servidor] [canal]]]"
msgid ""
" action: action to do:\n"
" move: move buffer in the list (may be relative, for example -1)\n"
+" close: close buffer\n"
" list: list open buffers (no parameter implies this list)\n"
" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
"+join/part)\n"
@@ -427,7 +425,7 @@ msgstr ""
"ejemplo 25 significa crear una nueva ventana de tamaño = tamaño_actual / 4"
#, fuzzy, c-format
-msgid "%s%s missing arguments for \"%s\" command"
+msgid "%sError: missing arguments for \"%s\" command"
msgstr "%s faltan argumentos para el comando \"%s\"\n"
#, fuzzy, c-format
@@ -435,10 +433,9 @@ msgid "%sAlias \"%s\" => \"%s\" created"
msgstr "Alias \"%s\" => \"%s\" creado\n"
#, fuzzy, c-format
-msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
+msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\""
msgstr ""
-"No ha sido posible crear el alias \"%s\" => \"%s\" (no hay suficiente "
-"memoria)\n"
+"No hay suficiente memoria para el mensaje de la barra de información\n"
msgid "Alias:"
msgstr ""
@@ -460,14 +457,14 @@ msgid "Open buffers:"
msgstr "Búfers abiertos:\n"
#, fuzzy, c-format
-msgid "%s%s incorrect buffer number"
+msgid "%sError: incorrect buffer number"
msgstr "%s número de búfer incorrecto\n"
msgid "Notify levels:"
msgstr "Niveles de notificación:"
#, fuzzy, c-format
-msgid "%s%s incorrect notify level (must be between %d and %d)"
+msgid "%sError: incorrect notify level (must be between %d and %d)"
msgstr "%s nivel de notificación incorrecto (debe estar entre %d y %d)\n"
#, fuzzy, c-format
@@ -491,15 +488,15 @@ msgid "(hotlist: highlights + messages + join/part (all))"
msgstr "(hotlist: resaltados + mensajes + join/part (todos))\n"
#, fuzzy, c-format
-msgid "%s%s buffer number \"%s\" not found for \"%s\" command"
+msgid "%sError: buffer number \"%s\" not found for \"%s\" command"
msgstr "%s nombre de usuario no encontrado para el comando \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unknown option for \"%s\" command"
+msgid "%sError: unknown option for \"%s\" command"
msgstr "%s opción desconocida para el comando \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for \"%s\" command"
+msgid "%sError: wrong argument count for \"%s\" command"
msgstr "%s número de argumentos incorrecto para el comando \"%s\"\n"
#, fuzzy, c-format
@@ -535,7 +532,7 @@ msgid "%sKey \"%s\" unbound"
msgstr "Clave \"%s\" desatada\n"
#, fuzzy, c-format
-msgid "%s%s unable to unbind key \"%s\""
+msgid "%sError: unable to unbind key \"%s\""
msgstr "%s No ha sido posible desatar la clave \"%s\"\n"
#, fuzzy
@@ -543,7 +540,7 @@ msgid "Internal key functions:"
msgstr "Funciones de clave internas:\n"
#, fuzzy, c-format
-msgid "%s%s unknown key function \"%s\""
+msgid "%sError: unknown key function \"%s\""
msgstr "%s opción desconocida para el comando \"%s\"\n"
#, fuzzy, c-format
@@ -551,7 +548,7 @@ msgid "%sDefault key bindings restored"
msgstr "Anclajes de clave por defecto restaurados\n"
#, fuzzy, c-format
-msgid "%s%s \"-yes\" argument is required for keys reset (security reason)"
+msgid "%sError: \"-yes\" argument is required for keys reset (security reason)"
msgstr ""
"%s \"-yes\" se requiere argumento para resetear las claves (por razones de "
"seguridad)\n"
@@ -564,7 +561,7 @@ msgid "%sNo key found."
msgstr "Ningún alias definido.\n"
#, fuzzy, c-format
-msgid "%s%s unable to bind key \"%s\""
+msgid "%sError: unable to bind key \"%s\""
msgstr "%s No ha sido posible atar la clave \"%s\"\n"
#, fuzzy
@@ -634,7 +631,7 @@ msgid "%sWeeChat configuration file saved"
msgstr "Archivo de configuración guardado\n"
#, fuzzy, c-format
-msgid "%s%s failed to save configuration file"
+msgid "%sError: failed to save configuration file"
msgstr "%s falló al salvar el archivo de configuración\n"
#, fuzzy, c-format
@@ -642,14 +639,14 @@ msgid "%sPlugins options saved"
msgstr "opción/opciones de plugin encontrada(s)\n"
#, fuzzy, c-format
-msgid "%s%s failed to save plugins options"
+msgid "%sError: failed to save plugins options"
msgstr "%s falló al salvar el archivo de configuración\n"
msgid "(unknown)"
msgstr "(desconocido)"
#, fuzzy, c-format
-msgid "%s%s option \"%s\" can not be changed while WeeChat is running"
+msgid "%sError: option \"%s\" can not be changed while WeeChat is running"
msgstr ""
"%s la opción \"%s\" no puede ser modificada mientras WeeChat está en "
"ejecución\n"
@@ -659,11 +656,11 @@ msgid "Option changed: "
msgstr "no presente en el canal"
#, fuzzy, c-format
-msgid "%s%s incorrect value for option \"%s\""
+msgid "%sError: incorrect value for option \"%s\""
msgstr "%s valor incorrecto para la opción \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s configuration option \"%s\" not found"
+msgid "%sError: configuration option \"%s\" not found"
msgstr "%s opción de configuración \"%s\" no encontrada\n"
#, fuzzy, c-format
@@ -683,7 +680,7 @@ msgid "%s%d%s configuration option(s) found"
msgstr "opción/opciones de configuración encontrada(s)\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found"
+msgid "%sError: plugin \"%s\" not found"
msgstr "%s plugin \"%s\" no encontrado\n"
#, fuzzy, c-format
@@ -691,7 +688,7 @@ msgid "Plugin option changed: %s%s = \"%s%s%s\""
msgstr "Ninguna opción de plugin encontrada con \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s incorrect value for plugin option \"%s\""
+msgid "%sError: incorrect value for plugin option \"%s\""
msgstr "%s valor incorrecto para la opción de plugin \"%s\"\n"
#, fuzzy, c-format
@@ -711,7 +708,7 @@ msgid "plugin option(s) found"
msgstr "opción/opciones de plugin encontrada(s)\n"
#, fuzzy, c-format
-msgid "%s%s alias or command \"%s\" not found"
+msgid "%sError: alias or command \"%s\" not found"
msgstr "%s alias o comando \"%s\" no encontrado\n"
#, fuzzy, c-format
@@ -740,7 +737,7 @@ msgstr "Ventanas abiertas:\n"
#, fuzzy, c-format
msgid ""
-"%s%s can not merge windows, there's no other window with same size near "
+"%sError: can not merge windows, there's no other window with same size near "
"current one."
msgstr ""
"%s no puede fusionar ventanas, no hay ninguna otra ventana con el mismo tamaÃ"
@@ -1298,9 +1295,8 @@ msgstr ""
"autocarga (si está vacío, entonces se cargan todos los archivos cuando la "
"autocarga es \"*\")"
-#, c-format
msgid ""
-"%s you should now issue /save to write \"save_on_exit\" option in "
+"Warning: you should now issue /save to write \"save_on_exit\" option in "
"configuration file.\n"
msgstr ""
@@ -1308,36 +1304,36 @@ msgstr ""
msgid "Saving WeeChat configuration to disk\n"
msgstr "Guardar configuración a disco\n"
-#, c-format
-msgid "%s config file \"%s\" not found.\n"
+#, fuzzy, c-format
+msgid "Warning: config file \"%s\" not found.\n"
msgstr "%s fichero de configuración \"%s\" no encontrado.\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"]\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n"
msgstr "%s %s, línea %d: sintaxis inválida, falta \"]\"\n"
-#, c-format
-msgid "%s %s, line %d: unknown section identifier (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n"
msgstr "%s %s, línea %d: identificador de sección desconocido (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: error reading new section \"%s\"\n"
+msgid "Warning: %s, line %d: error reading new section \"%s\"\n"
msgstr "%s %s, línea %d: opciones de ignore inválidas \"%s\"\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"=\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n"
msgstr "%s %s, línea %d: sintaxis inválida, falta \"=\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: unknown option \"%s\" (outside a section)\n"
+msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n"
msgstr "%s %s, línea %d: identificador de sección desconocido (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: option \"%s\" unknown for section \"%s\"\n"
+msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n"
msgstr "%s %s, línea %d: identificador de sección desconocido (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: invalid value for option \"%s\"\n"
+msgid "Warning: %s, line %d: invalid value for option \"%s\"\n"
msgstr "%s %s, línea %d: opción \"%s\" inválida\n"
#, c-format
@@ -1358,8 +1354,8 @@ msgstr ""
"fichero al salir.\n"
"#\n"
-#, c-format
-msgid "%s cannot create file \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create file \"%s\"\n"
msgstr "%s no es posible crear el fichero \"%s\"\n"
#, fuzzy, c-format
@@ -1370,12 +1366,12 @@ msgstr "%s: creando fichero de configuración por defecto...\n"
msgid "Creating default config file \"%s\"\n"
msgstr "Creando fichero de configuración por defecto\n"
-#, c-format
-msgid "%s unable to assign default int with string (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default int with string (\"%s\")\n"
msgstr "%s no es posible asignar el valor entero con la cadena (\"%s\")\n"
-#, c-format
-msgid "%s unable to assign default color (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default color (\"%s\")\n"
msgstr "%s no es posible asignar el color por defecto (\"%s\")\n"
msgid " . type: boolean\n"
@@ -1435,11 +1431,11 @@ msgid " . description: %s\n"
msgstr " . descripción: %s\n"
#, fuzzy, c-format
-msgid "%s%s command \"%s\" failed"
+msgid "%sError: command \"%s\" failed"
msgstr "%s el comando \"%s\" ha fallado\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for %s command \"%s\" (expected: %d arg)"
+msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: %d args)"
msgstr[0] ""
@@ -1451,8 +1447,8 @@ msgstr[1] ""
#, fuzzy, c-format
msgid ""
-"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"arg)"
+"%sError: wrong argument count for %s command \"%s\" (expected: between %d "
+"and %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
"args)"
@@ -1464,16 +1460,15 @@ msgstr[1] ""
"entre %d y %d parámetro%s)\n"
#, c-format
-msgid "%s%s unknown command \"%s\" (type /help for help)."
+msgid "%sError: unknown command \"%s\" (type /help for help)."
msgstr ""
#, fuzzy, c-format
msgid "%sYou can not write text in this buffer!"
msgstr "%s no es posible cerrar el único búfer\n"
-#, c-format
msgid ""
-"%s unable to create/append to log file (weechat.log)\n"
+"Error: unable to create/append to log file (weechat.log)\n"
"If another WeeChat process is using this file, try to run WeeChat\n"
"with another home using \"--dir\" command line option.\n"
msgstr ""
@@ -1516,8 +1511,8 @@ msgstr "error de lectura de tipo"
msgid "wrong type (expected: %d, read: %d)"
msgstr "tipo erróneo (esperado: %d, leído: %d)"
-#, c-format
-msgid "%s cannot create directory \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create directory \"%s\"\n"
msgstr "%s no es posible crear el directorio \"%s\"\n"
msgid "Text search (exact): "
@@ -1546,12 +1541,12 @@ msgstr "servidor"
msgid "Not enough memory for new line\n"
msgstr "No hay suficiente memoria para una nueva línea\n"
-#, fuzzy, c-format
-msgid "%s not enough memory to add a buffer to hotlist\n"
+#, fuzzy
+msgid "Error: not enough memory to add a buffer to hotlist\n"
msgstr "%s no es posible añadir un búfer a la lista caliente (hotlist)\n"
-#, fuzzy, c-format
-msgid "%s not enough memory for infobar message\n"
+#, fuzzy
+msgid "Error: not enough memory for infobar message\n"
msgstr ""
"No hay suficiente memoria para el mensaje de la barra de información\n"
@@ -1715,18 +1710,18 @@ msgstr ""
msgid "search text in buffer history"
msgstr "sesión: cargando historial del búfer\n"
-#, c-format
-msgid "%s unable to bind key \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\"\n"
msgstr "%s No ha sido posible atar la clave \"%s\"\n"
-#, c-format
-msgid "%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"
msgstr ""
"%s No ha sido posible atar la clave \"%s\" (nombre de función inválido: \"%"
"s\")\n"
-#, c-format
-msgid "%s not enough memory for key binding\n"
+#, fuzzy
+msgid "Error: not enough memory for key binding\n"
msgstr "%s no hay suficiente memoria para atar la clave\n"
#, fuzzy, c-format
@@ -1734,7 +1729,7 @@ msgid "Unable to write log file \"%s\"\n"
msgstr "No es posible escribir un fichero de log para un búfer\n"
#, fuzzy, c-format
-msgid "%s%s Unable to write log file \"%s\"\n"
+msgid "%sError: Unable to write log file \"%s\"\n"
msgstr "No es posible escribir un fichero de log para un búfer\n"
msgid "**** Beginning of log "
@@ -1744,32 +1739,32 @@ msgid "**** End of log "
msgstr "**** Fin del log "
#, fuzzy, c-format
-msgid "%sFIFO pipe is open\n"
+msgid "%sFifo: pipe is open\n"
msgstr "La tubería FIFO está abierta\n"
#, fuzzy, c-format
-msgid "%sunable to open FIFO pipe (%s) for reading"
+msgid "%sFifo: unable to open pipe (%s) for reading"
msgstr "%s no ha sido posible abrir la tubería FIFO (%s) para leer\n"
#, fuzzy, c-format
-msgid "%sunable to create FIFO pipe for remote control (%s)"
+msgid "%sFifo: unable to create pipe for remote control (%s)"
msgstr ""
"%s no ha sido posible crear la tubería FIFO para el control remoto (%s)\n"
#, fuzzy, c-format
-msgid "%sFIFO pipe is closed"
+msgid "%sFifo: pipe is closed"
msgstr "La tubería FIFO está cerrada\n"
#, fuzzy, c-format
-msgid "%sFifo error: invalid text received on FIFO pipe"
+msgid "%sFifo error: invalid text received on pipe"
msgstr "%s texto inválido recibido en la tubería FIFO\n"
#, fuzzy, c-format
-msgid "%sFifo error: buffer not found for FIFO pipedata"
+msgid "%sFifo error: buffer not found for pipe data"
msgstr "%s servidor \"%s\" no encontrado (datos de la tubería FIFO)\n"
#, fuzzy, c-format
-msgid "%serror reading FIFO pipe, closing it"
+msgid "%sFifo: error reading pipe, closing it"
msgstr "%s error al leer la tubería FIFO, cerrándola\n"
#, c-format
@@ -2545,6 +2540,10 @@ msgstr "%s ¡ya conectado al servidor \"%s\"!\n"
msgid "%s currently connecting to server \"%s\"!\n"
msgstr "%s ¡actualmente conectando al servidor \"%s\"!\n"
+#, fuzzy, c-format
+msgid "%s missing argument for \"%s\" option\n"
+msgstr "%s falta un argumento para la opción --dir\n"
+
#, c-format
msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
msgstr ""
@@ -3944,24 +3943,25 @@ msgid "Disconnected from server!\n"
msgstr "¡Desconectado del servidor!\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\": %s\n"
+msgid "%sError: unable to load plugin \"%s\": %s\n"
msgstr "%s no ha sido posible cargar el plugin \"%s\": %s\n"
#, fuzzy, c-format
-msgid "%s%s symbol \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s símbolo \"plugin_name\" no encontrado en el plugin \"%s\", falló al "
"cargar\n"
#, fuzzy, c-format
msgid ""
-"%s%s unable to load plugin \"%s\": a plugin with same name already exists\n"
+"%sError: unable to load plugin \"%s\": a plugin with same name already "
+"exists\n"
msgstr ""
"%s no ha sido posible cargar el plugin \"%s\": un plugin con el mismo nombre "
"ya existe\n"
#, fuzzy, c-format
-msgid "%s%s function \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s función \"weechat_plugin_init\" no encontrada en el plugin \"%s\", "
"falló al cargar\n"
@@ -3971,11 +3971,11 @@ msgid "%sInitializing plugin \"%s\" %s\n"
msgstr "Inicializando plugin \"%s\" %s\n"
#, fuzzy, c-format
-msgid "%s%s unable to initialize plugin \"%s\"\n"
+msgid "%sError: unable to initialize plugin \"%s\"\n"
msgstr "%s no ha sido posible inicializar el plugin \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\" (not enough memory)\n"
+msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n"
msgstr ""
"%s no ha sido posible cargar el plugin \"%s\" (no hay suficiente memoria)\n"
@@ -3988,7 +3988,7 @@ msgid "%sPlugin \"%s\" unloaded.\n"
msgstr "Plugin \"%s\" descargado.\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found\n"
+msgid "%sError: plugin \"%s\" not found\n"
msgstr "%s plugin \"%s\" no encontrado\n"
#, fuzzy
@@ -3996,6 +3996,30 @@ msgid "Saving plugins configuration to disk\n"
msgstr "Guardar configuración a disco\n"
#, fuzzy
+#~ msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
+#~ msgstr ""
+#~ "No ha sido posible crear el alias \"%s\" => \"%s\" (no hay suficiente "
+#~ "memoria)\n"
+
+#~ msgid "WeeChat Error:"
+#~ msgstr "Error WeeChat:"
+
+#~ msgid "WeeChat Warning:"
+#~ msgstr "Advertencia WeeChat:"
+
+#, fuzzy
+#~ msgid "%s%s unknown option for \"%s\" command"
+#~ msgstr "%s opción desconocida para el comando \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s wrong argument count for \"%s\" command"
+#~ msgstr "%s número de argumentos incorrecto para el comando \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s unable to bind key \"%s\""
+#~ msgstr "%s No ha sido posible atar la clave \"%s\"\n"
+
+#, fuzzy
#~ msgid " %s"
#~ msgstr " IRC(%s)\n"
diff --git a/po/fr.po b/po/fr.po
index e7835532a..458e72853 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2007-10-31 10:58+0100\n"
-"PO-Revision-Date: 2007-10-19 11:59+0200\n"
+"POT-Creation-Date: 2007-11-01 11:09+0100\n"
+"PO-Revision-Date: 2007-11-01 11:10+0100\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"MIME-Version: 1.0\n"
@@ -16,8 +16,8 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#, c-format
-msgid "%s%s circular reference when calling alias \"/%s\""
-msgstr "%s%s référence circulaire lors de l'appel à l'alias \"/%s\""
+msgid "%sError: circular reference when calling alias \"/%s\""
+msgstr "%sErreur: référence circulaire lors de l'appel à l'alias \"/%s\""
#, c-format
msgid ""
@@ -37,7 +37,6 @@ msgstr ""
" ou: %s [irc[6][s]://[pseudo[:mot_passe]@]irc.exemple.org[:port][/"
"canal][,canal[...]]"
-#, fuzzy
msgid ""
" -a, --no-connect disable auto-connect to servers at startup\n"
" -c, --config display config file options\n"
@@ -59,17 +58,18 @@ msgstr ""
" -f, --key-functions afficher les fonctions internes WeeChat pour les "
"touches\n"
" -h, --help cette aide\n"
-" -i, --irc-commands afficher les commandes IRC\n"
" -k, --keys afficher les touches WeeChat par défaut\n"
" -l, --license afficher la licence WeeChat\n"
" -p, --no-plugin ne charger aucune extension au démarrage\n"
" -v, --version afficher la version de WeeChat\n"
-" -w, --weechat-commands afficher les commandes WeeChat\n"
+"\n"
-#, fuzzy, c-format
+#. TRANSLATORS: %s is "WeeChat"
+#, c-format
msgid "%s configuration options:\n"
-msgstr "modifier des options de configuration"
+msgstr "Options de configuration %s :\n"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s internal commands:\n"
msgstr "Commandes internes %s :\n"
@@ -77,47 +77,40 @@ msgstr "Commandes internes %s :\n"
msgid "Internal key functions:\n"
msgstr "Fonctions internes pour les touches:\n"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s default keys:\n"
msgstr "Touches par défaut %s:\n"
#, c-format
-msgid "%s missing argument for \"%s\" option\n"
-msgstr "%s paramètre manquant pour l'option \"%s\"\n"
+msgid "Error: missing argument for \"%s\" option\n"
+msgstr "Erreur: paramètre manquant pour l'option \"%s\"\n"
#, c-format
-msgid "%s unknown parameter '%s', ignored\n"
-msgstr "%s paramètre inconnu '%s', ignoré\n"
+msgid "Warning: unknown parameter '%s', ignored\n"
+msgstr "Attention: paramètre inconnu '%s', ignoré\n"
-#, c-format
-msgid "%s unable to get HOME directory\n"
-msgstr "%s impossible de lire le répertoire personnel\n"
+msgid "Error: unable to get HOME directory\n"
+msgstr "Erreur: impossible de lire le répertoire personnel\n"
-#, c-format
-msgid "%s not enough memory for home directory\n"
-msgstr "%s pas assez de mémoire pour le répertoire personnel\n"
+msgid "Error: not enough memory for home directory\n"
+msgstr "Erreur: pas assez de mémoire pour le répertoire personnel\n"
#, c-format
-msgid "%s home (%s) is not a directory\n"
-msgstr "%s la base (%s) n'est pas un répertoire\n"
+msgid "Error: home (%s) is not a directory\n"
+msgstr "Erreur: la base (%s) n'est pas un répertoire\n"
#, c-format
-msgid "%s unable to create \"%s\" directory\n"
-msgstr "%s impossible de créer le répertoire \"%s\"\n"
+msgid "Error: unable to create \"%s\" directory\n"
+msgstr "Erreur: impossible de créer le répertoire \"%s\"\n"
-#, fuzzy, c-format
+#, c-format
msgid "%sWelcome to %s%s%s, %s"
-msgstr "%sBienvenue dans %s%s%s, %s\n"
+msgstr "%sBienvenue dans %s%s%s, %s"
msgid "compiled on"
msgstr "compilé le"
-msgid "WeeChat Error:"
-msgstr "Erreur WeeChat:"
-
-msgid "WeeChat Warning:"
-msgstr "Avertissement WeeChat:"
-
msgid "create an alias for a command"
msgstr "créer un alias pour une commande"
@@ -152,10 +145,10 @@ msgstr "gestion des tampons"
msgid "[action [args] | number | [[server] [channel]]]"
msgstr "[action [args] | nombre | [[serveur] [canal]]]"
-#, fuzzy
msgid ""
" action: action to do:\n"
" move: move buffer in the list (may be relative, for example -1)\n"
+" close: close buffer\n"
" list: list open buffers (no parameter implies this list)\n"
" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
"+join/part)\n"
@@ -184,8 +177,7 @@ msgstr ""
" action: action à effectuer:\n"
" move: déplace le tampon dans la liste (peut être relatif, par exemple -"
"1)\n"
-" close: ferme le tampon (le paramètre optionnel est le message de fin, pour "
-"un canal)\n"
+" close: ferme le tampon\n"
" list: liste les tampons ouverts (pas de paramètre affiche cette liste)\n"
" notify: fixe le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2"
"+join/part)\n"
@@ -465,29 +457,27 @@ msgstr ""
"Par exemple 25 signifie créer une fenêtre qui a pour taille: "
"taille_courante / 4"
-#, fuzzy, c-format
-msgid "%s%s missing arguments for \"%s\" command"
-msgstr "%s paramètres manquants pour la commande \"%s\"\n"
+#, c-format
+msgid "%sError: missing arguments for \"%s\" command"
+msgstr "%sErreur: paramètres manquants pour la commande \"%s\""
-#, fuzzy, c-format
+#, c-format
msgid "%sAlias \"%s\" => \"%s\" created"
-msgstr "Alias \"%s\" => \"%s\" créé\n"
+msgstr "%sAlias \"%s\" => \"%s\" créé"
-#, fuzzy, c-format
-msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
-msgstr "Impossible de créer l'alias \"%s\" => \"%s\" (pas assez de mémoire)\n"
+#, c-format
+msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\""
+msgstr "%sErreur: pas assez de mémoire pour créer l'alias \"%s\" => \"%s\""
-#, fuzzy
msgid "Alias:"
-msgstr "Alias:\n"
+msgstr "Alias:"
-#, fuzzy, c-format
+#, c-format
msgid "%sNo alias found."
-msgstr "Aucun alias trouvé.\n"
+msgstr "%sAucun alias trouvé."
-#, fuzzy
msgid "List of aliases:"
-msgstr "Liste des alias:\n"
+msgstr "Liste des alias:"
#, fuzzy, c-format
msgid "%sNo alias defined."
@@ -498,14 +488,14 @@ msgid "Open buffers:"
msgstr "Tampons ouverts:\n"
#, fuzzy, c-format
-msgid "%s%s incorrect buffer number"
+msgid "%sError: incorrect buffer number"
msgstr "%s numéro de tampon incorrect\n"
msgid "Notify levels:"
msgstr "Niveaux de notification:"
#, fuzzy, c-format
-msgid "%s%s incorrect notify level (must be between %d and %d)"
+msgid "%sError: incorrect notify level (must be between %d and %d)"
msgstr "%s niveau de notification incorrect (doit être entre %d et %d)\n"
#, fuzzy, c-format
@@ -529,15 +519,15 @@ msgid "(hotlist: highlights + messages + join/part (all))"
msgstr "(hotlist: highlights + messages + join/part (tous))\n"
#, fuzzy, c-format
-msgid "%s%s buffer number \"%s\" not found for \"%s\" command"
+msgid "%sError: buffer number \"%s\" not found for \"%s\" command"
msgstr "%s tampon numéro \"%s\" non trouvé pour la commande \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unknown option for \"%s\" command"
+msgid "%sError: unknown option for \"%s\" command"
msgstr "%s option inconnue pour la commande \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for \"%s\" command"
+msgid "%sError: wrong argument count for \"%s\" command"
msgstr "%s nombre de paramètres erroné pour la commande \"%s\"\n"
#, fuzzy, c-format
@@ -573,7 +563,7 @@ msgid "%sKey \"%s\" unbound"
msgstr "Touche \"%s\" supprimée\n"
#, fuzzy, c-format
-msgid "%s%s unable to unbind key \"%s\""
+msgid "%sError: unable to unbind key \"%s\""
msgstr "%s impossible de supprimer la touche \"%s\"\n"
#, fuzzy
@@ -581,7 +571,7 @@ msgid "Internal key functions:"
msgstr "Fonctions internes pour les touches:\n"
#, fuzzy, c-format
-msgid "%s%s unknown key function \"%s\""
+msgid "%sError: unknown key function \"%s\""
msgstr "%s fonction de touche \"%s\" inconnue\n"
#, fuzzy, c-format
@@ -589,7 +579,7 @@ msgid "%sDefault key bindings restored"
msgstr "Touches par défaut restaurées\n"
#, fuzzy, c-format
-msgid "%s%s \"-yes\" argument is required for keys reset (security reason)"
+msgid "%sError: \"-yes\" argument is required for keys reset (security reason)"
msgstr ""
"%s le paramètre \"-yes\" est requis pour la réinitialisation des touches "
"(raison de sécurité)\n"
@@ -603,7 +593,7 @@ msgid "%sNo key found."
msgstr "Aucune touche trouvée.\n"
#, fuzzy, c-format
-msgid "%s%s unable to bind key \"%s\""
+msgid "%sError: unable to bind key \"%s\""
msgstr "%s impossible de créer la touche \"%s\"\n"
#, fuzzy
@@ -673,7 +663,7 @@ msgid "%sWeeChat configuration file saved"
msgstr "Fichier de configuration sauvé\n"
#, fuzzy, c-format
-msgid "%s%s failed to save configuration file"
+msgid "%sError: failed to save configuration file"
msgstr "%s impossible de sauver le fichier de configuration\n"
#, fuzzy, c-format
@@ -681,14 +671,14 @@ msgid "%sPlugins options saved"
msgstr "Options des extensions sauvées\n"
#, fuzzy, c-format
-msgid "%s%s failed to save plugins options"
+msgid "%sError: failed to save plugins options"
msgstr "%s impossible de sauver les options des extensions\n"
msgid "(unknown)"
msgstr "(inconnu)"
#, fuzzy, c-format
-msgid "%s%s option \"%s\" can not be changed while WeeChat is running"
+msgid "%sError: option \"%s\" can not be changed while WeeChat is running"
msgstr "%s l'option \"%s\" ne peut pas être changée lorsque WeeChat tourne\n"
#, fuzzy
@@ -696,11 +686,11 @@ msgid "Option changed: "
msgstr "non présent sur le canal"
#, fuzzy, c-format
-msgid "%s%s incorrect value for option \"%s\""
+msgid "%sError: incorrect value for option \"%s\""
msgstr "%s valeur incorrecte pour l'option \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s configuration option \"%s\" not found"
+msgid "%sError: configuration option \"%s\" not found"
msgstr "%s option de configuration \"%s\" non trouvée\n"
#, fuzzy, c-format
@@ -720,7 +710,7 @@ msgid "%s%d%s configuration option(s) found"
msgstr "option(s) de configuration trouvée(s)\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found"
+msgid "%sError: plugin \"%s\" not found"
msgstr "%s extension \"%s\" non trouvée\n"
#, fuzzy, c-format
@@ -728,7 +718,7 @@ msgid "Plugin option changed: %s%s = \"%s%s%s\""
msgstr "Aucune option de configuration d'extension trouvée avec \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s incorrect value for plugin option \"%s\""
+msgid "%sError: incorrect value for plugin option \"%s\""
msgstr "%s valeur incorrecte pour l'option d'extension \"%s\"\n"
#, fuzzy, c-format
@@ -748,7 +738,7 @@ msgid "plugin option(s) found"
msgstr "option(s) de configuration d'extension trouvée(s)\n"
#, fuzzy, c-format
-msgid "%s%s alias or command \"%s\" not found"
+msgid "%sError: alias or command \"%s\" not found"
msgstr "%s alias ou commande \"%s\" non trouvé\n"
#, fuzzy, c-format
@@ -774,7 +764,7 @@ msgstr "Fenêtres ouvertes:\n"
#, fuzzy, c-format
msgid ""
-"%s%s can not merge windows, there's no other window with same size near "
+"%sError: can not merge windows, there's no other window with same size near "
"current one."
msgstr ""
"%s impossible de fusionner les fenêtres, aucun autre fenêtre avec la même "
@@ -1343,9 +1333,9 @@ msgstr ""
"automatique (si vide, alors tous les fichiers sont chargés si autoload vaut "
"\"*\")"
-#, fuzzy, c-format
+#, fuzzy
msgid ""
-"%s you should now issue /save to write \"save_on_exit\" option in "
+"Warning: you should now issue /save to write \"save_on_exit\" option in "
"configuration file.\n"
msgstr ""
"%s vous devriez taper /save pour écrire l'option \"save_on_exit\" dans le "
@@ -1354,36 +1344,36 @@ msgstr ""
msgid "Saving WeeChat configuration to disk\n"
msgstr "Sauvegarde de la configuration WeeChat sur disque\n"
-#, c-format
-msgid "%s config file \"%s\" not found.\n"
+#, fuzzy, c-format
+msgid "Warning: config file \"%s\" not found.\n"
msgstr "%s fichier de configuration \"%s\" non trouvé.\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"]\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n"
msgstr "%s %s, ligne %d: syntaxe invalide, il manque \"]\"\n"
-#, c-format
-msgid "%s %s, line %d: unknown section identifier (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n"
msgstr "%s %s, ligne %d: section inconnue (\"%s\")\n"
-#, c-format
-msgid "%s %s, line %d: error reading new section \"%s\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: error reading new section \"%s\"\n"
msgstr "%s %s, ligne %d: erreur en lecture de la nouvelle section \"%s\"\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"=\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n"
msgstr "%s %s, ligne %d: syntaxe invalide, il manque \"=\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: unknown option \"%s\" (outside a section)\n"
+msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n"
msgstr "%s %s, ligne %d: section inconnue (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: option \"%s\" unknown for section \"%s\"\n"
+msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n"
msgstr "%s %s, ligne %d: section inconnue (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: invalid value for option \"%s\"\n"
+msgid "Warning: %s, line %d: invalid value for option \"%s\"\n"
msgstr "%s %s, ligne %d: option \"%s\" invalide\n"
#, c-format
@@ -1404,8 +1394,8 @@ msgstr ""
"quittant.\n"
"#\n"
-#, c-format
-msgid "%s cannot create file \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create file \"%s\"\n"
msgstr "%s impossible de créer le fichier \"%s\"\n"
#, fuzzy, c-format
@@ -1416,14 +1406,14 @@ msgstr "%s: création du fichier de configuration par défaut...\n"
msgid "Creating default config file \"%s\"\n"
msgstr "Création du fichier de configuration par défaut\n"
-#, c-format
-msgid "%s unable to assign default int with string (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default int with string (\"%s\")\n"
msgstr ""
"%s impossible d'assigner la valeur entière par défaut avec la chaîne (\"%s"
"\")\n"
-#, c-format
-msgid "%s unable to assign default color (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default color (\"%s\")\n"
msgstr "%s impossible d'assigner la couleur par défaut (\"%s\")\n"
msgid " . type: boolean\n"
@@ -1481,11 +1471,11 @@ msgid " . description: %s\n"
msgstr " . description: %s\n"
#, fuzzy, c-format
-msgid "%s%s command \"%s\" failed"
+msgid "%sError: command \"%s\" failed"
msgstr "%s la commande \"%s\" a échoué\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for %s command \"%s\" (expected: %d arg)"
+msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: %d args)"
msgstr[0] ""
@@ -1497,8 +1487,8 @@ msgstr[1] ""
#, fuzzy, c-format
msgid ""
-"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"arg)"
+"%sError: wrong argument count for %s command \"%s\" (expected: between %d "
+"and %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
"args)"
@@ -1510,16 +1500,16 @@ msgstr[1] ""
"%d et %d paramètres)\n"
#, c-format
-msgid "%s%s unknown command \"%s\" (type /help for help)."
+msgid "%sError: unknown command \"%s\" (type /help for help)."
msgstr ""
#, fuzzy, c-format
msgid "%sYou can not write text in this buffer!"
msgstr "%s impossible de fermer le tampon unique\n"
-#, c-format
+#, fuzzy
msgid ""
-"%s unable to create/append to log file (weechat.log)\n"
+"Error: unable to create/append to log file (weechat.log)\n"
"If another WeeChat process is using this file, try to run WeeChat\n"
"with another home using \"--dir\" command line option.\n"
msgstr ""
@@ -1567,8 +1557,8 @@ msgstr "erreur de lecture du type"
msgid "wrong type (expected: %d, read: %d)"
msgstr "type erroné (attendu: %d, lu: %d)"
-#, c-format
-msgid "%s cannot create directory \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create directory \"%s\"\n"
msgstr "%s impossible de créer le répertoire \"%s\"\n"
msgid "Text search (exact): "
@@ -1597,12 +1587,12 @@ msgstr "serveur"
msgid "Not enough memory for new line\n"
msgstr "Pas assez de mémoire pour une nouvelle ligne !\n"
-#, fuzzy, c-format
-msgid "%s not enough memory to add a buffer to hotlist\n"
+#, fuzzy
+msgid "Error: not enough memory to add a buffer to hotlist\n"
msgstr "%s impossible d'ajouter le tampon à la liste des tampons actifs\n"
-#, c-format
-msgid "%s not enough memory for infobar message\n"
+#, fuzzy
+msgid "Error: not enough memory for infobar message\n"
msgstr "%s pas assez de mémoire pour un message de la barre d'infos\n"
msgid "terminate line"
@@ -1761,17 +1751,17 @@ msgstr "insérer une chaîne dans la ligne de commande"
msgid "search text in buffer history"
msgstr "recherche de texte dans l'historique du tampon"
-#, c-format
-msgid "%s unable to bind key \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\"\n"
msgstr "%s impossible de créer la touche \"%s\"\n"
-#, c-format
-msgid "%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"
msgstr ""
"%s impossible de créer la touche \"%s\" (nom fonction incorrect: \"%s\")\n"
-#, c-format
-msgid "%s not enough memory for key binding\n"
+#, fuzzy
+msgid "Error: not enough memory for key binding\n"
msgstr "%s pas assez de mémoire pour la touche\n"
#, c-format
@@ -1779,7 +1769,7 @@ msgid "Unable to write log file \"%s\"\n"
msgstr "Impossible d'écrire le fichier log \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s Unable to write log file \"%s\"\n"
+msgid "%sError: Unable to write log file \"%s\"\n"
msgstr "Impossible d'écrire le fichier log \"%s\"\n"
msgid "**** Beginning of log "
@@ -1789,31 +1779,31 @@ msgid "**** End of log "
msgstr "**** Fin du log "
#, fuzzy, c-format
-msgid "%sFIFO pipe is open\n"
+msgid "%sFifo: pipe is open\n"
msgstr "Le tube FIFO est ouvert\n"
#, fuzzy, c-format
-msgid "%sunable to open FIFO pipe (%s) for reading"
+msgid "%sFifo: unable to open pipe (%s) for reading"
msgstr "%s impossible d'ouvrir le tube FIFO (%s) en lecture\n"
#, fuzzy, c-format
-msgid "%sunable to create FIFO pipe for remote control (%s)"
+msgid "%sFifo: unable to create pipe for remote control (%s)"
msgstr "%s impossible de créer le tube FIFO pour le contrôle à distance (%s)\n"
#, fuzzy, c-format
-msgid "%sFIFO pipe is closed"
+msgid "%sFifo: pipe is closed"
msgstr "Le tube FIFO est fermé\n"
#, fuzzy, c-format
-msgid "%sFifo error: invalid text received on FIFO pipe"
+msgid "%sFifo error: invalid text received on pipe"
msgstr "%s texte invalide reçu sur le tube FIFO\n"
#, fuzzy, c-format
-msgid "%sFifo error: buffer not found for FIFO pipedata"
+msgid "%sFifo error: buffer not found for pipe data"
msgstr "%s serveur \"%s\" non trouvé (données du tube FIFO)\n"
#, fuzzy, c-format
-msgid "%serror reading FIFO pipe, closing it"
+msgid "%sFifo: error reading pipe, closing it"
msgstr "%s erreur en lecture du tube FIFO, fermeture\n"
#, c-format
@@ -2605,6 +2595,10 @@ msgid "%s currently connecting to server \"%s\"!\n"
msgstr "%s une connexion vers le serveur \"%s\" est en cours !\n"
#, c-format
+msgid "%s missing argument for \"%s\" option\n"
+msgstr "%s paramètre manquant pour l'option \"%s\"\n"
+
+#, c-format
msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
msgstr "Server %s%s%s créé (serveur temporaire, NON SAUVE !)\n"
@@ -3984,24 +3978,25 @@ msgid "Disconnected from server!\n"
msgstr "Déconnecté du serveur !\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\": %s\n"
+msgid "%sError: unable to load plugin \"%s\": %s\n"
msgstr "%s impossible de charger l'extension \"%s\": %s\n"
#, fuzzy, c-format
-msgid "%s%s symbol \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s le symbole \"plugin_name\" est introuvable dans l'extension \"%s\", échec "
"de chargement\n"
#, fuzzy, c-format
msgid ""
-"%s%s unable to load plugin \"%s\": a plugin with same name already exists\n"
+"%sError: unable to load plugin \"%s\": a plugin with same name already "
+"exists\n"
msgstr ""
"%s impossible de charger l'extension \"%s\": une extension avec le même nom "
"existe déjà\n"
#, fuzzy, c-format
-msgid "%s%s function \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s la fonction \"weechat_plugin_init\" est introuvable dans l'extension \"%s"
"\", échec de chargement\n"
@@ -4011,11 +4006,11 @@ msgid "%sInitializing plugin \"%s\" %s\n"
msgstr "Initialisation de l'extension \"%s\" %s\n"
#, fuzzy, c-format
-msgid "%s%s unable to initialize plugin \"%s\"\n"
+msgid "%sError: unable to initialize plugin \"%s\"\n"
msgstr "%s impossible d'initialiser l'extension \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\" (not enough memory)\n"
+msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n"
msgstr "%s impossible de charger l'extension \"%s\" (mémoire insuffisante)\n"
#, fuzzy, c-format
@@ -4027,12 +4022,34 @@ msgid "%sPlugin \"%s\" unloaded.\n"
msgstr "Extension \"%s\" déchargée.\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found\n"
+msgid "%sError: plugin \"%s\" not found\n"
msgstr "%s extension \"%s\" non trouvée\n"
msgid "Saving plugins configuration to disk\n"
msgstr "Sauvegarde de la configuration des extensions sur disque\n"
+#~ msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
+#~ msgstr ""
+#~ "%sImpossible de créer l'alias \"%s\" => \"%s\" (pas assez de mémoire)"
+
+#~ msgid "WeeChat Error:"
+#~ msgstr "Erreur WeeChat:"
+
+#~ msgid "WeeChat Warning:"
+#~ msgstr "Avertissement WeeChat:"
+
+#, fuzzy
+#~ msgid "%s%s unknown option for \"%s\" command"
+#~ msgstr "%s option inconnue pour la commande \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s wrong argument count for \"%s\" command"
+#~ msgstr "%s nombre de paramètres erroné pour la commande \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s unable to bind key \"%s\""
+#~ msgstr "%s impossible de créer la touche \"%s\"\n"
+
#, fuzzy
#~ msgid " %s"
#~ msgstr " IRC(%s)\n"
diff --git a/po/hu.po b/po/hu.po
index 3af3ba6a6..5f6a81937 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2007-10-31 10:58+0100\n"
+"POT-Creation-Date: 2007-11-01 11:09+0100\n"
"PO-Revision-Date: 2007-10-10 18:07+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#, fuzzy, c-format
-msgid "%s%s circular reference when calling alias \"/%s\""
+msgid "%sError: circular reference when calling alias \"/%s\""
msgstr "%s körreferencia a \"/%s\" aliasz hívásakor\n"
#, c-format
@@ -65,10 +65,12 @@ msgstr ""
" -v, --version WeeChat verziójának mutatása\n"
" -w, --weechat-commands WeeChat parancsok mutatása\n"
+#. TRANSLATORS: %s is "WeeChat"
#, fuzzy, c-format
msgid "%s configuration options:\n"
msgstr "konfigurációs paraméterek beállítása"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s internal commands:\n"
msgstr "%s belső parancsok:\n"
@@ -76,32 +78,33 @@ msgstr "%s belső parancsok:\n"
msgid "Internal key functions:\n"
msgstr "Belső billentyűfunkciók:\n"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s default keys:\n"
msgstr "%s alapértelmezett billentyűk:\n"
-#, c-format
-msgid "%s missing argument for \"%s\" option\n"
+#, fuzzy, c-format
+msgid "Error: missing argument for \"%s\" option\n"
msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n"
-#, c-format
-msgid "%s unknown parameter '%s', ignored\n"
+#, fuzzy, c-format
+msgid "Warning: unknown parameter '%s', ignored\n"
msgstr "%s ismeretlen paraméter: '%s', mellőzve\n"
-#, c-format
-msgid "%s unable to get HOME directory\n"
+#, fuzzy
+msgid "Error: unable to get HOME directory\n"
msgstr "%s nem sikerült a HOME könyvtárat beállítani\n"
-#, c-format
-msgid "%s not enough memory for home directory\n"
+#, fuzzy
+msgid "Error: not enough memory for home directory\n"
msgstr "%s nincs elég memória a HOME könyvtárhoz\n"
#, c-format
-msgid "%s home (%s) is not a directory\n"
+msgid "Error: home (%s) is not a directory\n"
msgstr ""
-#, c-format
-msgid "%s unable to create \"%s\" directory\n"
+#, fuzzy, c-format
+msgid "Error: unable to create \"%s\" directory\n"
msgstr "%s nem sikerült a \"%s\" könyvtárat létrehozni\n"
#, fuzzy, c-format
@@ -111,12 +114,6 @@ msgstr "%sÜdvözöli a %s%s%s, %s\n"
msgid "compiled on"
msgstr "lefordítva:"
-msgid "WeeChat Error:"
-msgstr "WeeChat Hiba:"
-
-msgid "WeeChat Warning:"
-msgstr "WeeChat Figyelmeztetés:"
-
msgid "create an alias for a command"
msgstr "alias készítése egy parancshoz"
@@ -155,6 +152,7 @@ msgstr "[utasítás[argumentumok] | szám | [[szerver] [szoba]]]"
msgid ""
" action: action to do:\n"
" move: move buffer in the list (may be relative, for example -1)\n"
+" close: close buffer\n"
" list: list open buffers (no parameter implies this list)\n"
" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
"+join/part)\n"
@@ -456,7 +454,7 @@ msgstr ""
"szülőablak negyedét kapjuk."
#, fuzzy, c-format
-msgid "%s%s missing arguments for \"%s\" command"
+msgid "%sError: missing arguments for \"%s\" command"
msgstr "%s hiányzó argumentum a \"%s\" parancsnak\n"
#, fuzzy, c-format
@@ -464,9 +462,8 @@ msgid "%sAlias \"%s\" => \"%s\" created"
msgstr "A \"%s\" => \"%s\" aliasz elkészült\n"
#, fuzzy, c-format
-msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
-msgstr ""
-"A \"%s\" => \"%s\" aliasz elkészítése sikertelen (nincs elég memória)\n"
+msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\""
+msgstr "%s nincs elég memória az információs pult üzenethez\n"
#, fuzzy
msgid "Alias:"
@@ -489,14 +486,14 @@ msgid "Open buffers:"
msgstr "Nyitott pufferek:\n"
#, fuzzy, c-format
-msgid "%s%s incorrect buffer number"
+msgid "%sError: incorrect buffer number"
msgstr "%s helytelen pufferszám\n"
msgid "Notify levels:"
msgstr "Értesítési szintek:"
#, fuzzy, c-format
-msgid "%s%s incorrect notify level (must be between %d and %d)"
+msgid "%sError: incorrect notify level (must be between %d and %d)"
msgstr ""
"%s helytelen értesítési szint (az értéknek %d és %d között kell lennie)\n"
@@ -518,15 +515,15 @@ msgid "(hotlist: highlights + messages + join/part (all))"
msgstr ""
#, fuzzy, c-format
-msgid "%s%s buffer number \"%s\" not found for \"%s\" command"
+msgid "%sError: buffer number \"%s\" not found for \"%s\" command"
msgstr "%s a(z) \"%s\". puffer nem található a(z) \"%s\" parancshoz\n"
#, fuzzy, c-format
-msgid "%s%s unknown option for \"%s\" command"
+msgid "%sError: unknown option for \"%s\" command"
msgstr "%s ismeretlen opció a \"%s\" parancsnak\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for \"%s\" command"
+msgid "%sError: wrong argument count for \"%s\" command"
msgstr "%s rossz argumentum szám a \"%s\" parancsnak\n"
#, fuzzy, c-format
@@ -562,7 +559,7 @@ msgid "%sKey \"%s\" unbound"
msgstr "A(z) \"%s\" billentyűparancs visszavonva\n"
#, fuzzy, c-format
-msgid "%s%s unable to unbind key \"%s\""
+msgid "%sError: unable to unbind key \"%s\""
msgstr "%s nem sikerült a(z) \"%s\" billentyűparancsot visszavonni\n"
#, fuzzy
@@ -570,7 +567,7 @@ msgid "Internal key functions:"
msgstr "Belső billentyűfunkciók:\n"
#, fuzzy, c-format
-msgid "%s%s unknown key function \"%s\""
+msgid "%sError: unknown key function \"%s\""
msgstr "%s ismeretlen billentyűparancs \"%s\"\n"
#, fuzzy, c-format
@@ -578,7 +575,7 @@ msgid "%sDefault key bindings restored"
msgstr "Alapértelmezett billentyűparancsok visszaállítva\n"
#, fuzzy, c-format
-msgid "%s%s \"-yes\" argument is required for keys reset (security reason)"
+msgid "%sError: \"-yes\" argument is required for keys reset (security reason)"
msgstr ""
"%s \"-yes\" paraméter megadása kötelező a billentyűparancsok "
"visszaállításához (biztonsági okokból)\n"
@@ -592,7 +589,7 @@ msgid "%sNo key found."
msgstr "Nem találtam billentyűt.\n"
#, fuzzy, c-format
-msgid "%s%s unable to bind key \"%s\""
+msgid "%sError: unable to bind key \"%s\""
msgstr "%s nem sikerült a(z) \"%s\" billentyűt hozzárendelni\n"
#, fuzzy
@@ -662,7 +659,7 @@ msgid "%sWeeChat configuration file saved"
msgstr "Konfigurációs fájl elmentve\n"
#, fuzzy, c-format
-msgid "%s%s failed to save configuration file"
+msgid "%sError: failed to save configuration file"
msgstr "%s nem sikerült a konfigurációs fájlt elmenteni\n"
#, fuzzy, c-format
@@ -670,14 +667,14 @@ msgid "%sPlugins options saved"
msgstr "Modul beállítások elmentve\n"
#, fuzzy, c-format
-msgid "%s%s failed to save plugins options"
+msgid "%sError: failed to save plugins options"
msgstr "%s nem sikerült a modul opciókat elmenteni\n"
msgid "(unknown)"
msgstr "(ismeretlen)"
#, fuzzy, c-format
-msgid "%s%s option \"%s\" can not be changed while WeeChat is running"
+msgid "%sError: option \"%s\" can not be changed while WeeChat is running"
msgstr "%s a \"%s\" opció nem módosítható a WeeChat futása közben\n"
#, fuzzy
@@ -685,11 +682,11 @@ msgid "Option changed: "
msgstr "nincs a szobában"
#, fuzzy, c-format
-msgid "%s%s incorrect value for option \"%s\""
+msgid "%sError: incorrect value for option \"%s\""
msgstr "%s helytelen érték a \"%s\" paraméternek\n"
#, fuzzy, c-format
-msgid "%s%s configuration option \"%s\" not found"
+msgid "%sError: configuration option \"%s\" not found"
msgstr "%s a \"%s\" opció nem található\n"
#, fuzzy, c-format
@@ -709,7 +706,7 @@ msgid "%s%d%s configuration option(s) found"
msgstr "megtalált opciók\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found"
+msgid "%sError: plugin \"%s\" not found"
msgstr "%s a \"%s\" modul nem található\n"
#, fuzzy, c-format
@@ -717,7 +714,7 @@ msgid "Plugin option changed: %s%s = \"%s%s%s\""
msgstr "A(z) \"%s\" kifejezéshez nem található modul opció\n"
#, fuzzy, c-format
-msgid "%s%s incorrect value for plugin option \"%s\""
+msgid "%sError: incorrect value for plugin option \"%s\""
msgstr "%s helytelen érték a(z) \"%s\" modul paraméternek\n"
#, fuzzy, c-format
@@ -737,7 +734,7 @@ msgid "plugin option(s) found"
msgstr "megtalált modul opciók\n"
#, fuzzy, c-format
-msgid "%s%s alias or command \"%s\" not found"
+msgid "%sError: alias or command \"%s\" not found"
msgstr "%s a \"%s\" aliasz vagy parancs nem található\n"
#, fuzzy, c-format
@@ -764,7 +761,7 @@ msgstr "Nyitott ablakok:\n"
#, fuzzy, c-format
msgid ""
-"%s%s can not merge windows, there's no other window with same size near "
+"%sError: can not merge windows, there's no other window with same size near "
"current one."
msgstr ""
"%s nem sikerült az ablakokat összefésülni: nincs a közelben azonos méretű "
@@ -1310,9 +1307,9 @@ msgstr ""
"modulfájlok alapértelmezett kiterjesztése automatikus modulbetöltéshez (ha "
"üres, minden fájl betöltődik ha az automata betöltés \"*\"-ra van állítva)"
-#, fuzzy, c-format
+#, fuzzy
msgid ""
-"%s you should now issue /save to write \"save_on_exit\" option in "
+"Warning: you should now issue /save to write \"save_on_exit\" option in "
"configuration file.\n"
msgstr ""
"%s most javasolt a /save parancs futtatása, hogy a \"save_on_exit\" (mentés "
@@ -1322,36 +1319,36 @@ msgstr ""
msgid "Saving WeeChat configuration to disk\n"
msgstr "Beállítások mentése a lemezre\n"
-#, c-format
-msgid "%s config file \"%s\" not found.\n"
+#, fuzzy, c-format
+msgid "Warning: config file \"%s\" not found.\n"
msgstr "%s a \"%s\" beállítófájl nem található.\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"]\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n"
msgstr "%s %s, %d. sor: érvénytelen szintaxis, hiányzó \"]\"\n"
-#, c-format
-msgid "%s %s, line %d: unknown section identifier (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n"
msgstr "%s %s, %d. sor: ismeretlen csoportazonosító (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: error reading new section \"%s\"\n"
+msgid "Warning: %s, line %d: error reading new section \"%s\"\n"
msgstr "%s %s, %d. sor: érvénytelen mellőzési opciók: \"%s\"\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"=\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n"
msgstr "%s %s, %d. sor: érvénytelen szintaxis, hiányzó \"=\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: unknown option \"%s\" (outside a section)\n"
+msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n"
msgstr "%s %s, %d. sor: ismeretlen csoportazonosító (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: option \"%s\" unknown for section \"%s\"\n"
+msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n"
msgstr "%s %s, %d. sor: ismeretlen csoportazonosító (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: invalid value for option \"%s\"\n"
+msgid "Warning: %s, line %d: invalid value for option \"%s\"\n"
msgstr "%s %s, %d. sor: érvénytelen opció: \"%s\"\n"
#, c-format
@@ -1372,8 +1369,8 @@ msgstr ""
"írja.\n"
"#\n"
-#, c-format
-msgid "%s cannot create file \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create file \"%s\"\n"
msgstr "%s nem sikerült a \"%s\" fájlt létrehozni\n"
#, fuzzy, c-format
@@ -1384,13 +1381,13 @@ msgstr "%s: alapértelmezett konfigurációs fájl elkészítése\n"
msgid "Creating default config file \"%s\"\n"
msgstr "Alapértelmezett konfigurációs fájl elkészítése\n"
-#, c-format
-msgid "%s unable to assign default int with string (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default int with string (\"%s\")\n"
msgstr ""
"%s nem sikerült az alapértelmezett számot meghatározni a \"%s\" szöveghez\n"
-#, c-format
-msgid "%s unable to assign default color (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default color (\"%s\")\n"
msgstr "%s nem sikerült az alapértelmezett színt meghatározni (\"%s\")\n"
msgid " . type: boolean\n"
@@ -1448,11 +1445,11 @@ msgid " . description: %s\n"
msgstr " . leírás : %s\n"
#, fuzzy, c-format
-msgid "%s%s command \"%s\" failed"
+msgid "%sError: command \"%s\" failed"
msgstr "%s a \"%s\" parancs végrehajtása sikertelen\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for %s command \"%s\" (expected: %d arg)"
+msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: %d args)"
msgstr[0] ""
@@ -1464,8 +1461,8 @@ msgstr[1] ""
#, fuzzy, c-format
msgid ""
-"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"arg)"
+"%sError: wrong argument count for %s command \"%s\" (expected: between %d "
+"and %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
"args)"
@@ -1477,16 +1474,16 @@ msgstr[1] ""
"d paraméter között)\n"
#, c-format
-msgid "%s%s unknown command \"%s\" (type /help for help)."
+msgid "%sError: unknown command \"%s\" (type /help for help)."
msgstr ""
#, fuzzy, c-format
msgid "%sYou can not write text in this buffer!"
msgstr "%s az utolsó puffert nem lehet bezárni\n"
-#, c-format
+#, fuzzy
msgid ""
-"%s unable to create/append to log file (weechat.log)\n"
+"Error: unable to create/append to log file (weechat.log)\n"
"If another WeeChat process is using this file, try to run WeeChat\n"
"with another home using \"--dir\" command line option.\n"
msgstr ""
@@ -1530,8 +1527,8 @@ msgstr "típus olvasási hiba"
msgid "wrong type (expected: %d, read: %d)"
msgstr "rossz típus (várt: %d, beolvasott: %d)"
-#, c-format
-msgid "%s cannot create directory \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create directory \"%s\"\n"
msgstr "%s nem sikerült a \"%s\" könyvtárat létrehozni\n"
msgid "Text search (exact): "
@@ -1560,12 +1557,12 @@ msgstr "szerver"
msgid "Not enough memory for new line\n"
msgstr "Nincs elég memória az új sorhoz\n"
-#, fuzzy, c-format
-msgid "%s not enough memory to add a buffer to hotlist\n"
+#, fuzzy
+msgid "Error: not enough memory to add a buffer to hotlist\n"
msgstr "%s nincs elég memória az ignore elkészítéséhez\n"
-#, c-format
-msgid "%s not enough memory for infobar message\n"
+#, fuzzy
+msgid "Error: not enough memory for infobar message\n"
msgstr "%s nincs elég memória az információs pult üzenethez\n"
msgid "terminate line"
@@ -1724,18 +1721,18 @@ msgstr "szöveg beillesztése a parancssorba"
msgid "search text in buffer history"
msgstr "szöveg keresése a puffertörténetben"
-#, c-format
-msgid "%s unable to bind key \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\"\n"
msgstr "%s nem sikerült a(z) \"%s\" billentyűt hozzárendelni\n"
-#, c-format
-msgid "%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"
msgstr ""
"%s nem sikerült a(z) \"%s\" billentyűt hozzárendelni (érvénytelen "
"funkciónév: \"%s\")\n"
-#, c-format
-msgid "%s not enough memory for key binding\n"
+#, fuzzy
+msgid "Error: not enough memory for key binding\n"
msgstr "%s nincs elég memória a billentyűhozzárendeléshez\n"
#, c-format
@@ -1743,7 +1740,7 @@ msgid "Unable to write log file \"%s\"\n"
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
#, fuzzy, c-format
-msgid "%s%s Unable to write log file \"%s\"\n"
+msgid "%sError: Unable to write log file \"%s\"\n"
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
msgid "**** Beginning of log "
@@ -1753,31 +1750,31 @@ msgid "**** End of log "
msgstr "**** Naplófájl vége "
#, fuzzy, c-format
-msgid "%sFIFO pipe is open\n"
+msgid "%sFifo: pipe is open\n"
msgstr "FIFO cső nyitva\n"
#, fuzzy, c-format
-msgid "%sunable to open FIFO pipe (%s) for reading"
+msgid "%sFifo: unable to open pipe (%s) for reading"
msgstr "%s nem sikerült a FIFO csövet (%s) olvasásra megnyitni\n"
#, fuzzy, c-format
-msgid "%sunable to create FIFO pipe for remote control (%s)"
+msgid "%sFifo: unable to create pipe for remote control (%s)"
msgstr "%s nem sikerült a FIFO csövet létrehozni a távoli felügyelethez (%s)\n"
#, fuzzy, c-format
-msgid "%sFIFO pipe is closed"
+msgid "%sFifo: pipe is closed"
msgstr "FIFO cső bezárva\n"
#, fuzzy, c-format
-msgid "%sFifo error: invalid text received on FIFO pipe"
+msgid "%sFifo error: invalid text received on pipe"
msgstr "%s érvénytelen üzenet érkezett a FIFO csőben\n"
#, fuzzy, c-format
-msgid "%sFifo error: buffer not found for FIFO pipedata"
+msgid "%sFifo error: buffer not found for pipe data"
msgstr "%s a \"%s\" szerver nem található (FIFO cső adat)\n"
#, fuzzy, c-format
-msgid "%serror reading FIFO pipe, closing it"
+msgid "%sFifo: error reading pipe, closing it"
msgstr "%s hiba a FIFO cső olvasása közben, bezárás\n"
#, c-format
@@ -2565,6 +2562,10 @@ msgid "%s currently connecting to server \"%s\"!\n"
msgstr "%s éppen kapcsolódik a(z) \"%s\" szerverhez!\n"
#, c-format
+msgid "%s missing argument for \"%s\" option\n"
+msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n"
+
+#, c-format
msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
msgstr "A(z) %s%s%s szerver létrehozva (ideiglenes szerver, NINCS MENTVE!)\n"
@@ -3927,22 +3928,23 @@ msgid "Disconnected from server!\n"
msgstr "Lekapcsolódott a szerverről!\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\": %s\n"
+msgid "%sError: unable to load plugin \"%s\": %s\n"
msgstr "%s nem sikerült a modult betölteni \"%s\": %s\n"
#, fuzzy, c-format
-msgid "%s%s symbol \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s a \"plugin_name\" szimbólum nem található a \"%s\" modulban, betöltés "
"sikertelen\n"
#, fuzzy, c-format
msgid ""
-"%s%s unable to load plugin \"%s\": a plugin with same name already exists\n"
+"%sError: unable to load plugin \"%s\": a plugin with same name already "
+"exists\n"
msgstr "%s nem sikerült a \"%s\" modult betölteni: már van ilyen nevű modul\n"
#, fuzzy, c-format
-msgid "%s%s function \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s a \"weechat_plugin_init\" függvény nem található a \"%s\" modulban, "
"betöltés sikertelen\n"
@@ -3952,11 +3954,11 @@ msgid "%sInitializing plugin \"%s\" %s\n"
msgstr "Modul betöltése: \"%s\" %s\n"
#, fuzzy, c-format
-msgid "%s%s unable to initialize plugin \"%s\"\n"
+msgid "%sError: unable to initialize plugin \"%s\"\n"
msgstr "%s nem sikerült a modult betölteni \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\" (not enough memory)\n"
+msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n"
msgstr "%s nem sikerült a modult betölteni \"%s\" (nincs elég memória)\n"
#, fuzzy, c-format
@@ -3968,7 +3970,7 @@ msgid "%sPlugin \"%s\" unloaded.\n"
msgstr "A \"%s\" modul eltávolítva.\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found\n"
+msgid "%sError: plugin \"%s\" not found\n"
msgstr "%s a \"%s\" modul nem található\n"
#, fuzzy
@@ -3976,6 +3978,29 @@ msgid "Saving plugins configuration to disk\n"
msgstr "Beállítások mentése a lemezre\n"
#, fuzzy
+#~ msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
+#~ msgstr ""
+#~ "A \"%s\" => \"%s\" aliasz elkészítése sikertelen (nincs elég memória)\n"
+
+#~ msgid "WeeChat Error:"
+#~ msgstr "WeeChat Hiba:"
+
+#~ msgid "WeeChat Warning:"
+#~ msgstr "WeeChat Figyelmeztetés:"
+
+#, fuzzy
+#~ msgid "%s%s unknown option for \"%s\" command"
+#~ msgstr "%s ismeretlen opció a \"%s\" parancsnak\n"
+
+#, fuzzy
+#~ msgid "%s%s wrong argument count for \"%s\" command"
+#~ msgstr "%s rossz argumentum szám a \"%s\" parancsnak\n"
+
+#, fuzzy
+#~ msgid "%s%s unable to bind key \"%s\""
+#~ msgstr "%s nem sikerült a(z) \"%s\" billentyűt hozzárendelni\n"
+
+#, fuzzy
#~ msgid " %s"
#~ msgstr " IRC(%s)\n"
diff --git a/po/ru.po b/po/ru.po
index 34ddda29c..167cb7a8c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.2.7-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2007-10-31 10:58+0100\n"
+"POT-Creation-Date: 2007-11-01 11:09+0100\n"
"PO-Revision-Date: 2007-09-06 12:44+0200\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
"X-Poedit-Bookmarks: -1,-1,608,-1,-1,-1,-1,-1,-1,-1\n"
#, fuzzy, c-format
-msgid "%s%s circular reference when calling alias \"/%s\""
+msgid "%sError: circular reference when calling alias \"/%s\""
msgstr "%s рекурсия при вызове сокращения \"/%s\"\n"
#, c-format
@@ -66,10 +66,12 @@ msgstr ""
" -v, --version отобразить версию WeeChat\n"
" -w, --weechat-commands отобразить команды WeeChat\n"
+#. TRANSLATORS: %s is "WeeChat"
#, fuzzy, c-format
msgid "%s configuration options:\n"
msgstr "настроить параметры конфигурации"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s internal commands:\n"
msgstr "Внутренние команды %s:\n"
@@ -77,32 +79,33 @@ msgstr "Внутренние команды %s:\n"
msgid "Internal key functions:\n"
msgstr "Встроенные функции клавиш:\n"
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
msgid "%s default keys:\n"
msgstr "%s клавиши по умолчанию:\n"
-#, c-format
-msgid "%s missing argument for \"%s\" option\n"
+#, fuzzy, c-format
+msgid "Error: missing argument for \"%s\" option\n"
msgstr "%s нет аргумента для параметра \"%s\"\n"
-#, c-format
-msgid "%s unknown parameter '%s', ignored\n"
+#, fuzzy, c-format
+msgid "Warning: unknown parameter '%s', ignored\n"
msgstr "%s неизвестный параметр '%s', игнорируется\n"
-#, c-format
-msgid "%s unable to get HOME directory\n"
+#, fuzzy
+msgid "Error: unable to get HOME directory\n"
msgstr "%s не могу получить домашний каталог\n"
-#, c-format
-msgid "%s not enough memory for home directory\n"
+#, fuzzy
+msgid "Error: not enough memory for home directory\n"
msgstr "%s недостаточно памяти для домашней директории\n"
-#, c-format
-msgid "%s home (%s) is not a directory\n"
+#, fuzzy, c-format
+msgid "Error: home (%s) is not a directory\n"
msgstr "%s домашний каталог (%s) не является директорией\n"
-#, c-format
-msgid "%s unable to create \"%s\" directory\n"
+#, fuzzy, c-format
+msgid "Error: unable to create \"%s\" directory\n"
msgstr "%s не могу создать директорию \"%s\"\n"
#, fuzzy, c-format
@@ -112,12 +115,6 @@ msgstr "%sДобро пожаловать в %s%s%s, %s\n"
msgid "compiled on"
msgstr "собран:"
-msgid "WeeChat Error:"
-msgstr "Ошибка WeeChat:"
-
-msgid "WeeChat Warning:"
-msgstr "Предупреждение WeeChat:"
-
msgid "create an alias for a command"
msgstr "создать ярлык на команду"
@@ -155,6 +152,7 @@ msgstr "[действие [аргументы] | номер | [[сервер] [
msgid ""
" action: action to do:\n"
" move: move buffer in the list (may be relative, for example -1)\n"
+" close: close buffer\n"
" list: list open buffers (no parameter implies this list)\n"
" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
"+join/part)\n"
@@ -457,7 +455,7 @@ msgstr ""
"текущего. Например, 25 означает создать окно в 4 раза меньше текущего"
#, fuzzy, c-format
-msgid "%s%s missing arguments for \"%s\" command"
+msgid "%sError: missing arguments for \"%s\" command"
msgstr "%s нет аргументов для \"%s\" команды\n"
#, fuzzy, c-format
@@ -465,8 +463,8 @@ msgid "%sAlias \"%s\" => \"%s\" created"
msgstr "Сокращение \"%s\" => \"%s\" создано\n"
#, fuzzy, c-format
-msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
-msgstr "Невозможно создать сокращение \"%s\" => \"%s\" (недостаточно памяти)\n"
+msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\""
+msgstr "%s недостаточно памяти для сообщения в строке информации\n"
#, fuzzy
msgid "Alias:"
@@ -489,14 +487,14 @@ msgid "Open buffers:"
msgstr "Открытые буферы:\n"
#, fuzzy, c-format
-msgid "%s%s incorrect buffer number"
+msgid "%sError: incorrect buffer number"
msgstr "%s неправильный номер буфера\n"
msgid "Notify levels:"
msgstr "Уровни уведомления:"
#, fuzzy, c-format
-msgid "%s%s incorrect notify level (must be between %d and %d)"
+msgid "%sError: incorrect notify level (must be between %d and %d)"
msgstr "%s некорректный уровень уведомления (должен быть от %d до %d)\n"
#, fuzzy, c-format
@@ -520,15 +518,15 @@ msgid "(hotlist: highlights + messages + join/part (all))"
msgstr "(хотлист: подсвечивание + сообщения + входы/выходы (всё))\n"
#, fuzzy, c-format
-msgid "%s%s buffer number \"%s\" not found for \"%s\" command"
+msgid "%sError: buffer number \"%s\" not found for \"%s\" command"
msgstr "%s буфер номер \"%s\" не найден для команды \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unknown option for \"%s\" command"
+msgid "%sError: unknown option for \"%s\" command"
msgstr "%s неизвестный параметр для команды \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for \"%s\" command"
+msgid "%sError: wrong argument count for \"%s\" command"
msgstr "%s некорректное количество аргументов команды \"%s\"\n"
#, fuzzy, c-format
@@ -564,7 +562,7 @@ msgid "%sKey \"%s\" unbound"
msgstr "Клавиша \"%s\" не привязана\n"
#, fuzzy, c-format
-msgid "%s%s unable to unbind key \"%s\""
+msgid "%sError: unable to unbind key \"%s\""
msgstr "%s не могу отвязать клавишу \"%s\"\n"
#, fuzzy
@@ -572,7 +570,7 @@ msgid "Internal key functions:"
msgstr "Встроенные функции клавиш:\n"
#, fuzzy, c-format
-msgid "%s%s unknown key function \"%s\""
+msgid "%sError: unknown key function \"%s\""
msgstr "%s неизвестная функция клавиши \"%s\"\n"
#, fuzzy, c-format
@@ -580,7 +578,7 @@ msgid "%sDefault key bindings restored"
msgstr "Комбинации клавиш по умолчанию восстановлены\n"
#, fuzzy, c-format
-msgid "%s%s \"-yes\" argument is required for keys reset (security reason)"
+msgid "%sError: \"-yes\" argument is required for keys reset (security reason)"
msgstr ""
"%s аргумент \"-yes\" необходим для сброса ключей (в целях безопасности)\n"
@@ -593,7 +591,7 @@ msgid "%sNo key found."
msgstr "Клавиши не найдены.\n"
#, fuzzy, c-format
-msgid "%s%s unable to bind key \"%s\""
+msgid "%sError: unable to bind key \"%s\""
msgstr "%s не могу установить клавишу \"%s\"\n"
#, fuzzy
@@ -663,7 +661,7 @@ msgid "%sWeeChat configuration file saved"
msgstr "Конфигурационный файл сохранён\n"
#, fuzzy, c-format
-msgid "%s%s failed to save configuration file"
+msgid "%sError: failed to save configuration file"
msgstr "%s не могу сохранить конфигурационный файл\n"
#, fuzzy, c-format
@@ -671,14 +669,14 @@ msgid "%sPlugins options saved"
msgstr "Настройки pluginов сохранены\n"
#, fuzzy, c-format
-msgid "%s%s failed to save plugins options"
+msgid "%sError: failed to save plugins options"
msgstr "%s не могу сохранить конфигурационный файл pluginов\n"
msgid "(unknown)"
msgstr "(неизвестен)"
#, fuzzy, c-format
-msgid "%s%s option \"%s\" can not be changed while WeeChat is running"
+msgid "%sError: option \"%s\" can not be changed while WeeChat is running"
msgstr "%s параметр \"%s\" не может быть изменена при запущеном WeeChat\n"
#, fuzzy
@@ -686,11 +684,11 @@ msgid "Option changed: "
msgstr "не на канале"
#, fuzzy, c-format
-msgid "%s%s incorrect value for option \"%s\""
+msgid "%sError: incorrect value for option \"%s\""
msgstr "%s некорректное значение параметра \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s configuration option \"%s\" not found"
+msgid "%sError: configuration option \"%s\" not found"
msgstr "%s параметр конфигурации \"%s\" не найден\n"
#, fuzzy, c-format
@@ -710,7 +708,7 @@ msgid "%s%d%s configuration option(s) found"
msgstr "параметров найдено\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found"
+msgid "%sError: plugin \"%s\" not found"
msgstr "%s plugin \"%s\" не найден\n"
#, fuzzy, c-format
@@ -718,7 +716,7 @@ msgid "Plugin option changed: %s%s = \"%s%s%s\""
msgstr "Не найден параметр pluginа с \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s incorrect value for plugin option \"%s\""
+msgid "%sError: incorrect value for plugin option \"%s\""
msgstr "%s некорректное значение параметра \"%s\" pluginа\n"
#, fuzzy, c-format
@@ -738,7 +736,7 @@ msgid "plugin option(s) found"
msgstr "параметров pluginов найдено\n"
#, fuzzy, c-format
-msgid "%s%s alias or command \"%s\" not found"
+msgid "%sError: alias or command \"%s\" not found"
msgstr "%s сокращение или команда \"%s\" не найдены\n"
#, fuzzy, c-format
@@ -764,7 +762,7 @@ msgstr "Открытые окна:\n"
#, fuzzy, c-format
msgid ""
-"%s%s can not merge windows, there's no other window with same size near "
+"%sError: can not merge windows, there's no other window with same size near "
"current one."
msgstr ""
"%s не могу объединить окна, есть другое окно такого-же размера рядом с "
@@ -1317,9 +1315,9 @@ msgstr ""
"стандартное расширение файлов pluginов, используется при автозагрузке (если "
"не установлено, загружает все файлы)"
-#, fuzzy, c-format
+#, fuzzy
msgid ""
-"%s you should now issue /save to write \"save_on_exit\" option in "
+"Warning: you should now issue /save to write \"save_on_exit\" option in "
"configuration file.\n"
msgstr ""
"%s вам следует набрать /save чтобы записать параметр \"save_on_exit\" в "
@@ -1329,36 +1327,36 @@ msgstr ""
msgid "Saving WeeChat configuration to disk\n"
msgstr "Сохраняю конфигурацию\n"
-#, c-format
-msgid "%s config file \"%s\" not found.\n"
+#, fuzzy, c-format
+msgid "Warning: config file \"%s\" not found.\n"
msgstr "%s конфигурационынй файл \"%s\" не найден.\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"]\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n"
msgstr "%s %s, строка %d: некорректный синтаксис, не хватает \"]\"\n"
-#, c-format
-msgid "%s %s, line %d: unknown section identifier (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n"
msgstr "%s %s, строка %d: неизвестный идентификатор секции (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: error reading new section \"%s\"\n"
+msgid "Warning: %s, line %d: error reading new section \"%s\"\n"
msgstr "%s %s, строка %d: некорректные параметры игнорирования \"%s\"\n"
-#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"=\"\n"
+#, fuzzy, c-format
+msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n"
msgstr "%s %s, строка %d: некорректный синтаксис, утерян \"=\"\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: unknown option \"%s\" (outside a section)\n"
+msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n"
msgstr "%s %s, строка %d: неизвестный идентификатор секции (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: option \"%s\" unknown for section \"%s\"\n"
+msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n"
msgstr "%s %s, строка %d: неизвестный идентификатор секции (\"%s\")\n"
#, fuzzy, c-format
-msgid "%s %s, line %d: invalid value for option \"%s\"\n"
+msgid "Warning: %s, line %d: invalid value for option \"%s\"\n"
msgstr "%s %s, строка %d: некорректный параметр \"%s\"\n"
#, c-format
@@ -1379,8 +1377,8 @@ msgstr ""
"его при выходе.\n"
"#\n"
-#, c-format
-msgid "%s cannot create file \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create file \"%s\"\n"
msgstr "%s не могу создать файл \"%s\"\n"
#, fuzzy, c-format
@@ -1391,13 +1389,13 @@ msgstr "%s: создаётся конфигурационный файл по у
msgid "Creating default config file \"%s\"\n"
msgstr "Создаю новый конфигурационный файл\n"
-#, c-format
-msgid "%s unable to assign default int with string (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default int with string (\"%s\")\n"
msgstr ""
"%s не могу установить целочисленное значение по умолчанию строке (\"%s\")\n"
-#, c-format
-msgid "%s unable to assign default color (\"%s\")\n"
+#, fuzzy, c-format
+msgid "Warning: unable to assign default color (\"%s\")\n"
msgstr "%s не могу установить цвет по умолчанию (\"%s\")\n"
msgid " . type: boolean\n"
@@ -1455,11 +1453,11 @@ msgid " . description: %s\n"
msgstr " . описание: %s\n"
#, fuzzy, c-format
-msgid "%s%s command \"%s\" failed"
+msgid "%sError: command \"%s\" failed"
msgstr "%s команда \"%s\" не удалась\n"
#, fuzzy, c-format
-msgid "%s%s wrong argument count for %s command \"%s\" (expected: %d arg)"
+msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: %d args)"
msgstr[0] ""
@@ -1471,8 +1469,8 @@ msgstr[1] ""
#, fuzzy, c-format
msgid ""
-"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"arg)"
+"%sError: wrong argument count for %s command \"%s\" (expected: between %d "
+"and %d arg)"
msgid_plural ""
"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
"args)"
@@ -1484,16 +1482,16 @@ msgstr[1] ""
"%d аргументов)\n"
#, c-format
-msgid "%s%s unknown command \"%s\" (type /help for help)."
+msgid "%sError: unknown command \"%s\" (type /help for help)."
msgstr ""
#, fuzzy, c-format
msgid "%sYou can not write text in this buffer!"
msgstr "%s невозможно закрыть единственный буфер\n"
-#, c-format
+#, fuzzy
msgid ""
-"%s unable to create/append to log file (weechat.log)\n"
+"Error: unable to create/append to log file (weechat.log)\n"
"If another WeeChat process is using this file, try to run WeeChat\n"
"with another home using \"--dir\" command line option.\n"
msgstr ""
@@ -1538,8 +1536,8 @@ msgstr "ошибка чтения типа"
msgid "wrong type (expected: %d, read: %d)"
msgstr "некорректный тип (ожидалось: %d, прочитано: %d)"
-#, c-format
-msgid "%s cannot create directory \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: cannot create directory \"%s\"\n"
msgstr "%s не могу создать директорию \"%s\"\n"
msgid "Text search (exact): "
@@ -1568,12 +1566,12 @@ msgstr "сервер"
msgid "Not enough memory for new line\n"
msgstr "Недостаточно памяти для новой строчки\n"
-#, fuzzy, c-format
-msgid "%s not enough memory to add a buffer to hotlist\n"
+#, fuzzy
+msgid "Error: not enough memory to add a buffer to hotlist\n"
msgstr "%s не могу добавить буфер в хотлист\n"
-#, c-format
-msgid "%s not enough memory for infobar message\n"
+#, fuzzy
+msgid "Error: not enough memory for infobar message\n"
msgstr "%s недостаточно памяти для сообщения в строке информации\n"
msgid "terminate line"
@@ -1732,18 +1730,18 @@ msgstr "вставить строку в поле ввода"
msgid "search text in buffer history"
msgstr "поиск текста в истории буфера"
-#, c-format
-msgid "%s unable to bind key \"%s\"\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\"\n"
msgstr "%s не могу установить клавишу \"%s\"\n"
-#, c-format
-msgid "%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"
+#, fuzzy, c-format
+msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"
msgstr ""
"%s не могу установить клавишу \"%s\" (некорректное название функции: \"%s"
"\")\n"
-#, c-format
-msgid "%s not enough memory for key binding\n"
+#, fuzzy
+msgid "Error: not enough memory for key binding\n"
msgstr "%s недостаточно памяти для установки клавиши\n"
#, c-format
@@ -1751,7 +1749,7 @@ msgid "Unable to write log file \"%s\"\n"
msgstr "Не могу записать лог-файл \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s Unable to write log file \"%s\"\n"
+msgid "%sError: Unable to write log file \"%s\"\n"
msgstr "Не могу записать лог-файл \"%s\"\n"
msgid "**** Beginning of log "
@@ -1761,31 +1759,31 @@ msgid "**** End of log "
msgstr "**** Конец log-файла"
#, fuzzy, c-format
-msgid "%sFIFO pipe is open\n"
+msgid "%sFifo: pipe is open\n"
msgstr "FIFO pipe открыт\n"
#, fuzzy, c-format
-msgid "%sunable to open FIFO pipe (%s) for reading"
+msgid "%sFifo: unable to open pipe (%s) for reading"
msgstr "%s не могу открыть FIFO pipe (%s) для чтения\n"
#, fuzzy, c-format
-msgid "%sunable to create FIFO pipe for remote control (%s)"
+msgid "%sFifo: unable to create pipe for remote control (%s)"
msgstr "%s не могу создать FIFO pipe для удалённого управления (%s)\n"
#, fuzzy, c-format
-msgid "%sFIFO pipe is closed"
+msgid "%sFifo: pipe is closed"
msgstr "FIFO pipe закрыт\n"
#, fuzzy, c-format
-msgid "%sFifo error: invalid text received on FIFO pipe"
+msgid "%sFifo error: invalid text received on pipe"
msgstr "%s некорректный текст получен на FIFO pipe\n"
#, fuzzy, c-format
-msgid "%sFifo error: buffer not found for FIFO pipedata"
+msgid "%sFifo error: buffer not found for pipe data"
msgstr "%s сервер \"%s\" не найден (данные FIFO pipe)\n"
#, fuzzy, c-format
-msgid "%serror reading FIFO pipe, closing it"
+msgid "%sFifo: error reading pipe, closing it"
msgstr "%s ошибка чтения FIFO pipe, закрываю его\n"
#, c-format
@@ -2561,6 +2559,10 @@ msgid "%s currently connecting to server \"%s\"!\n"
msgstr "%s подключается к серверу \"%s\"!\n"
#, c-format
+msgid "%s missing argument for \"%s\" option\n"
+msgstr "%s нет аргумента для параметра \"%s\"\n"
+
+#, c-format
msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
msgstr "Сервер %s%s%s создан (временный сервер, НЕ СОХРАНЁН!\n"
@@ -3912,22 +3914,23 @@ msgid "Disconnected from server!\n"
msgstr "Отключен от сервера!\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\": %s\n"
+msgid "%sError: unable to load plugin \"%s\": %s\n"
msgstr "%s не могу загрузить plugin \"%s\": %s\n"
#, fuzzy, c-format
-msgid "%s%s symbol \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s символ \"plugin_name\" не найден в plugin'е \"%s\", загрузка не удалась\n"
#, fuzzy, c-format
msgid ""
-"%s%s unable to load plugin \"%s\": a plugin with same name already exists\n"
+"%sError: unable to load plugin \"%s\": a plugin with same name already "
+"exists\n"
msgstr ""
"%s не могу загрузить plugin \"%s\": одноимённый plugin уже существует\n"
#, fuzzy, c-format
-msgid "%s%s function \"%s\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
"%s функция \"weechat_plugin_init\" не найдена в plugin'е \"%s\", загрузка не "
"удалась\n"
@@ -3937,11 +3940,11 @@ msgid "%sInitializing plugin \"%s\" %s\n"
msgstr "Запускаю plugin \"%s\" %s\n"
#, fuzzy, c-format
-msgid "%s%s unable to initialize plugin \"%s\"\n"
+msgid "%sError: unable to initialize plugin \"%s\"\n"
msgstr "%s не могу инициализировать plugin \"%s\"\n"
#, fuzzy, c-format
-msgid "%s%s unable to load plugin \"%s\" (not enough memory)\n"
+msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n"
msgstr "%s не могу загрузить plugin \"%s\" (недостаточно памяти)\n"
#, fuzzy, c-format
@@ -3953,7 +3956,7 @@ msgid "%sPlugin \"%s\" unloaded.\n"
msgstr "Plugin \"%s\" выгружен.\n"
#, fuzzy, c-format
-msgid "%s%s plugin \"%s\" not found\n"
+msgid "%sError: plugin \"%s\" not found\n"
msgstr "%s plugin \"%s\" не найден\n"
#, fuzzy
@@ -3961,6 +3964,29 @@ msgid "Saving plugins configuration to disk\n"
msgstr "Сохраняю конфигурацию\n"
#, fuzzy
+#~ msgid "%sFailed to create alias \"%s\" => \"%s\" (not enough memory)"
+#~ msgstr ""
+#~ "Невозможно создать сокращение \"%s\" => \"%s\" (недостаточно памяти)\n"
+
+#~ msgid "WeeChat Error:"
+#~ msgstr "Ошибка WeeChat:"
+
+#~ msgid "WeeChat Warning:"
+#~ msgstr "Предупреждение WeeChat:"
+
+#, fuzzy
+#~ msgid "%s%s unknown option for \"%s\" command"
+#~ msgstr "%s неизвестный параметр для команды \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s wrong argument count for \"%s\" command"
+#~ msgstr "%s некорректное количество аргументов команды \"%s\"\n"
+
+#, fuzzy
+#~ msgid "%s%s unable to bind key \"%s\""
+#~ msgstr "%s не могу установить клавишу \"%s\"\n"
+
+#, fuzzy
#~ msgid " %s"
#~ msgstr " IRC(%s)\n"
diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake
index 5ef8d37d4..b92711ec4 100644
--- a/po/srcfiles.cmake
+++ b/po/srcfiles.cmake
@@ -21,8 +21,8 @@ SET(WEECHAT_SOURCES
./src/core/wee-list.h
./src/core/wee-log.c
./src/core/wee-log.h
-./src/core/wee-session.c
-./src/core/wee-session.h
+./src/core/wee-upgrade.c
+./src/core/wee-upgrade.h
./src/core/wee-string.c
./src/core/wee-string.h
./src/core/wee-utf8.c
diff --git a/po/weechat.pot b/po/weechat.pot
index e2a1906eb..a9d5b3700 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2007-09-19 11:56+0200\n"
+"POT-Creation-Date: 2007-11-01 11:09+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"
@@ -16,1668 +16,1243 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-msgid "Unable to get user's name"
-msgstr ""
-
-#, c-format
-msgid "%s cannot allocate new server\n"
-msgstr ""
-
-#, c-format
-msgid "%s error sending data to IRC server\n"
-msgstr ""
-
-msgid "(message dropped)"
-msgstr ""
-
-#, c-format
-msgid "%s not enough memory for received IRC message\n"
-msgstr ""
-
-#, c-format
-msgid "%s Command \"%s\" failed!\n"
-msgstr ""
-
#, c-format
-msgid "%s No command to execute!\n"
-msgstr ""
-
-#, c-format
-msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n"
-msgstr ""
-
-#, c-format
-msgid "%s cannot read data from socket, disconnecting from server...\n"
-msgstr ""
-
-#, c-format
-msgid "%s: Reconnecting to server in %d seconds\n"
-msgstr ""
-
-#, c-format
-msgid "%s gnutls handshake failed\n"
-msgstr ""
-
-#, c-format
-msgid "%s proxy address \"%s\" not found\n"
-msgstr ""
-
-#, c-format
-msgid "%s address \"%s\" not found\n"
-msgstr ""
-
-#, c-format
-msgid "%s proxy IP address not found\n"
-msgstr ""
-
-#, c-format
-msgid "%s IP address not found\n"
-msgstr ""
-
-#, c-format
-msgid "%s proxy connection refused\n"
-msgstr ""
-
-#, c-format
-msgid "%s connection refused\n"
+msgid "%sError: circular reference when calling alias \"/%s\""
msgstr ""
#, c-format
msgid ""
-"%s proxy fails to establish connection to server (check username/password if "
-"used)\n"
+"%s (c) Copyright 2003-2007, compiled on %s %s\n"
+"Developed by FlashCode <flashcode@flashtux.org> - %s"
msgstr ""
#, c-format
-msgid "%s unable to set local hostname/IP\n"
+msgid ""
+"Usage: %s [options ...]\n"
+" or: %s [irc[6][s]://[nickname[:password]@]irc.example.org[:port][/channel]"
+"[,channel[...]]"
msgstr ""
-#, c-format
msgid ""
-"%s cannot connect with SSL since WeeChat was not built with GNUtls support\n"
+" -a, --no-connect disable auto-connect to servers at startup\n"
+" -c, --config display config file options\n"
+" -d, --dir <path> set WeeChat home directory (default: ~/.weechat)\n"
+" -f, --key-functions display WeeChat internal functions for keys\n"
+" -h, --help this help\n"
+" -m, --commands display WeeChat commands\n"
+" -k, --keys display WeeChat default keys\n"
+" -l, --license display WeeChat license\n"
+" -p, --no-plugin don't load any plugin at startup\n"
+" -v, --version display WeeChat version\n"
+"\n"
msgstr ""
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
-msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n"
+msgid "%s configuration options:\n"
msgstr ""
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
-msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n"
+msgid "%s internal commands:\n"
msgstr ""
-#, c-format
-msgid "%s: connecting to server %s:%d%s%s...\n"
+msgid "Internal key functions:\n"
msgstr ""
+#. TRANSLATORS: %s is "WeeChat"
#, c-format
-msgid "Connecting to server %s:%d%s%s...\n"
+msgid "%s default keys:\n"
msgstr ""
#, c-format
-msgid "%s gnutls init error\n"
+msgid "Error: missing argument for \"%s\" option\n"
msgstr ""
#, c-format
-msgid "%s cannot create pipe\n"
+msgid "Warning: unknown parameter '%s', ignored\n"
msgstr ""
-#, c-format
-msgid "%s cannot create socket\n"
+msgid "Error: unable to get HOME directory\n"
msgstr ""
-#, c-format
-msgid "%s cannot set socket option \"SO_REUSEADDR\"\n"
+msgid "Error: not enough memory for home directory\n"
msgstr ""
#, c-format
-msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n"
+msgid "Error: home (%s) is not a directory\n"
msgstr ""
#, c-format
-msgid "%s: Reconnecting to server...\n"
-msgstr ""
-
-msgid "Disconnected from server!\n"
+msgid "Error: unable to create \"%s\" directory\n"
msgstr ""
#, c-format
-msgid "%s cannot allocate new channel"
-msgstr ""
-
-msgid "find information about the administrator of the server"
-msgstr ""
-
-msgid "[target]"
-msgstr ""
-
-msgid "target: server"
-msgstr ""
-
-msgid "send a CTCP action to all channels of all connected servers"
-msgstr ""
-
-msgid "message"
-msgstr ""
-
-msgid "message: message to send"
+msgid "%sWelcome to %s%s%s, %s"
msgstr ""
-msgid "send message to all channels of all connected servers"
-msgstr ""
-
-msgid "text"
-msgstr ""
-
-msgid "text: text to send"
-msgstr ""
-
-msgid "toggle away status"
-msgstr ""
-
-msgid "[-all] [message]"
-msgstr ""
-
-msgid ""
-" -all: toggle away status on all connected servers\n"
-"message: message for away (if no message is given, away status is removed)"
+msgid "compiled on"
msgstr ""
-msgid "bans nicks or hosts"
+msgid "create an alias for a command"
msgstr ""
-msgid "[channel] [nickname [nickname ...]]"
+msgid "[alias_name [command [arguments]]]"
msgstr ""
msgid ""
-" channel: channel for ban\n"
-"nickname: user or host to ban"
+"alias_name: name of alias\n"
+" command: command name (WeeChat or IRC command, many commands can be "
+"separated by semicolons)\n"
+" arguments: arguments for command\n"
+"\n"
+"Note: in command, special variables $1, $2,..,$9 are replaced by arguments "
+"given by user, and $* is replaced by all arguments.\n"
+"Variables $nick, $channel and $server are replaced by current nick/channel/"
+"server."
msgstr ""
-msgid "send a CTCP message (Client-To-Client Protocol)"
+msgid "manage buffers"
msgstr ""
-msgid "receiver type [arguments]"
+msgid "[action [args] | number | [[server] [channel]]]"
msgstr ""
msgid ""
-" receiver: nick or channel to send CTCP to\n"
-" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
-"arguments: arguments for CTCP"
-msgstr ""
-
-msgid "leave and rejoin a channel"
-msgstr ""
-
-msgid "[channel[,channel]] [part_message]"
+" action: action to do:\n"
+" move: move buffer in the list (may be relative, for example -1)\n"
+" close: close buffer\n"
+" list: list open buffers (no parameter implies this list)\n"
+" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
+"+join/part)\n"
+" (when executed on server buffer, this sets default notify level for "
+"whole server)\n"
+" scroll: scroll in history (may be relative, and may end by a letter: s=sec, "
+"m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll "
+"to beginning of this item\n"
+"\n"
+" number: jump to buffer by number\n"
+"server,\n"
+"channel: jump to buffer by server and/or channel name\n"
+"\n"
+"Examples:\n"
+" move buffer: /buffer move 5\n"
+" close buffer: /buffer close this is part msg\n"
+" set notify: /buffer notify 2\n"
+" scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer "
+"scroll -24h\n"
+"scroll to beginning\n"
+" of this day: /buffer scroll d\n"
+" scroll 15 min down: /buffer scroll +15m\n"
+" scroll 20 msgs up: /buffer scroll -20\n"
+" jump to #weechat: /buffer #weechat"
msgstr ""
msgid ""
-" channel: channel name for cycle\n"
-"part_message: part message (displayed to other users)"
-msgstr ""
-
-msgid "removes half channel operator status from nickname(s)"
-msgstr ""
-
-msgid "[nickname [nickname]]"
-msgstr ""
-
-msgid "removes channel operator status from nickname(s)"
-msgstr ""
-
-msgid "removes voice from nickname(s)"
-msgstr ""
-
-msgid "shutdown the server"
-msgstr ""
-
-msgid "error received from IRC server"
-msgstr ""
-
-msgid "gives half channel operator status to nickname(s)"
-msgstr ""
-
-msgid "get information describing the server"
-msgstr ""
-
-msgid "target: server name"
-msgstr ""
-
-msgid "invite a nick on a channel"
+"launch WeeChat/IRC builtin command (do not look at plugins handlers or "
+"aliases)"
msgstr ""
-msgid "nickname channel"
+msgid "command"
msgstr ""
msgid ""
-"nickname: nick to invite\n"
-" channel: channel to invite"
-msgstr ""
-
-msgid "check if a nickname is currently on IRC"
-msgstr ""
-
-msgid "nickname [nickname ...]"
-msgstr ""
-
-msgid "nickname: nickname"
+"command: command to execute (a '/' is automatically added if not found at "
+"beginning of command)\n"
msgstr ""
-msgid "join a channel"
+msgid "clear window(s)"
msgstr ""
-msgid "channel[,channel] [key[,key]]"
+msgid "[-all | number [number ...]]"
msgstr ""
msgid ""
-"channel: channel name to join\n"
-" key: key to join the channel"
-msgstr ""
-
-msgid "forcibly remove a user from a channel"
-msgstr ""
-
-msgid "[channel] nickname [comment]"
+" -all: clear all buffers\n"
+"number: clear buffer by number"
msgstr ""
-msgid ""
-" channel: channel where user is\n"
-"nickname: nickname to kick\n"
-" comment: comment for kick"
+msgid "print debug messages"
msgstr ""
-msgid "kicks and bans a nick from a channel"
+msgid "dump | buffer | windows"
msgstr ""
msgid ""
-" channel: channel where user is\n"
-"nickname: nickname to kick and ban\n"
-" comment: comment for kick"
+" dump: save memory dump in WeeChat log file (same dump is written when "
+"WeeChat crashes)\n"
+" buffer: dump buffer content with hexadecimal values in log file\n"
+"windows: display windows tree"
msgstr ""
-msgid "close client-server connection"
+msgid "display help about commands"
msgstr ""
-msgid "nickname comment"
+msgid "[command]"
msgstr ""
-msgid ""
-"nickname: nickname\n"
-" comment: comment for kill"
+msgid "command: name of a WeeChat or IRC command"
msgstr ""
-msgid "list all servernames which are known by the server answering the query"
+msgid "show buffer command history"
msgstr ""
-msgid "[[server] server_mask]"
+msgid "[clear | value]"
msgstr ""
msgid ""
-" server: this server should answer the query\n"
-"server_mask: list of servers must match this mask"
-msgstr ""
-
-msgid "list channels and their topic"
+"clear: clear history\n"
+"value: number of history entries to show"
msgstr ""
-msgid "[channel[,channel] [server]]"
+msgid "bind/unbind keys"
msgstr ""
msgid ""
-"channel: channel to list (a regexp is allowed)\n"
-"server: server name"
-msgstr ""
-
-msgid "get statistics about the size of the IRC network"
-msgstr ""
-
-msgid "[mask [target]]"
+"[key [function/command]] [unbind key] [functions] [call function [\"args\"]] "
+"[reset -yes]"
msgstr ""
msgid ""
-" mask: servers matching the mask only\n"
-"target: server for forwarding request"
-msgstr ""
-
-msgid "send a CTCP action to the current channel"
-msgstr ""
-
-msgid "change channel or user mode"
+" key: display or bind this key to an internal function or a command "
+"(beginning by \"/\")\n"
+" unbind: unbind a key\n"
+"functions: list internal functions for key bindings\n"
+" call: call a function by name (with optional arguments)\n"
+" reset: restore bindings to the default values and delete ALL personal "
+"bindings (use carefully!)"
msgstr ""
-msgid ""
-"{ channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | { nickname "
-"{[+|-]|i|w|s|o} }"
+msgid "list/load/unload plugins"
msgstr ""
msgid ""
-"channel modes:\n"
-" channel: channel name to modify\n"
-" o: give/take channel operator privileges\n"
-" p: private channel flag\n"
-" s: secret channel flag\n"
-" i: invite-only channel flag\n"
-" t: topic settable by channel operator only flag\n"
-" n: no messages to channel from clients on the outside\n"
-" m: moderated channel\n"
-" l: set the user limit to channel\n"
-" b: set a ban mask to keep users out\n"
-" e: set exception mask\n"
-" v: give/take the ability to speak on a moderated channel\n"
-" k: set a channel key (password)\n"
-"user modes:\n"
-" nickname: nickname to modify\n"
-" i: mark a user as invisible\n"
-" s: mark a user for receive server notices\n"
-" w: user receives wallops\n"
-" o: operator flag"
-msgstr ""
-
-msgid "get the \"Message Of The Day\""
-msgstr ""
-
-msgid "send message to a nick or channel"
-msgstr ""
-
-msgid "receiver[,receiver] text"
+"[list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload "
+"[name]] | [unload [name]]"
msgstr ""
msgid ""
-"receiver: nick or channel (may be mask, '*' = current channel)\n"
-"text: text to send"
-msgstr ""
-
-msgid "list nicknames on channels"
-msgstr ""
-
-msgid "[channel[,channel]]"
+" list: list loaded plugins\n"
+"listfull: list loaded plugins with detailed info for each plugin\n"
+" load: load a plugin\n"
+"autoload: autoload plugins in system or user directory\n"
+" reload: reload one plugin (if no name given, unload all plugins, then "
+"autoload plugins)\n"
+" unload: unload one or all plugins\n"
+"\n"
+"Without argument, /plugin command lists loaded plugins."
msgstr ""
-msgid "channel: channel name"
+msgid "save configuration files to disk"
msgstr ""
-msgid "change current nickname"
+msgid "set config options"
msgstr ""
-msgid "[-all] nickname"
+msgid "[option [ = value]]"
msgstr ""
msgid ""
-" -all: set new nickname for all connected servers\n"
-"nickname: new nickname"
-msgstr ""
-
-msgid "send notice message to user"
+"option: name of an option (if name is full and no value is given, then help "
+"is displayed on option)\n"
+" value: value for option\n"
+"\n"
+"Option may be: servername.server_xxx where \"servername\" is an internal "
+"server name and \"xxx\" an option for this server."
msgstr ""
-msgid "nickname text"
+msgid "set plugin config options"
msgstr ""
msgid ""
-"nickname: user to send notice to\n"
-" text: text to send"
-msgstr ""
-
-msgid "gives channel operator status to nickname(s)"
+"option: name of a plugin option\n"
+" value: value for option\n"
+"\n"
+"Option is format: plugin.option, example: perl.myscript.item1"
msgstr ""
-msgid "nickname [nickname]"
+msgid "remove an alias"
msgstr ""
-msgid "get operator privileges"
+msgid "alias_name"
msgstr ""
-msgid "user password"
+msgid "alias_name: name of alias to remove"
msgstr ""
-msgid "user/password: used to get privileges on current IRC server"
+msgid "upgrade WeeChat without disconnecting from servers"
msgstr ""
-msgid "leave a channel"
+msgid "[path_to_binary]"
msgstr ""
msgid ""
-" channel: channel name to leave\n"
-"part_message: part message (displayed to other users)"
-msgstr ""
-
-msgid "ping server"
+"path_to_binary: path to WeeChat binary (default is current binary)\n"
+"\n"
+"This command run again a WeeChat binary, so it should have been compiled or "
+"installed with a package manager before running this command."
msgstr ""
-msgid "server1 [server2]"
+msgid "show WeeChat uptime"
msgstr ""
-msgid ""
-"server1: server to ping\n"
-"server2: forward ping to this server"
+msgid "[-o]"
msgstr ""
-msgid "answer to a ping message"
+msgid "-o: send uptime on current channel as an IRC message"
msgstr ""
-msgid "daemon [daemon2]"
+msgid "manage windows"
msgstr ""
msgid ""
-" daemon: daemon who has responded to Ping message\n"
-"daemon2: forward message to this daemon"
-msgstr ""
-
-msgid "message received"
-msgstr ""
-
-msgid "send a private message to a nick"
-msgstr ""
-
-msgid "nickname [text]"
+"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
+"[pct] | resize pct | merge [all]]"
msgstr ""
msgid ""
-"nickname: nickname for private conversation\n"
-" text: text to send"
-msgstr ""
-
-msgid "close all connections and quit"
-msgstr ""
-
-msgid "[quit_message]"
-msgstr ""
-
-msgid "quit_message: quit message (displayed to other users)"
+" list: list open windows (no parameter implies this list)\n"
+" -1: jump to previous window\n"
+" +1: jump to next window\n"
+" b#: jump to next window displaying buffer number #\n"
+" up: switch to window above current one\n"
+" down: switch to window below current one\n"
+" left: switch to window on the left\n"
+" right: switch to window on the right\n"
+"splith: split current window horizontally\n"
+"splitv: split current window vertically\n"
+"resize: resize window size, new size is <pct> pourcentage of parent window\n"
+" merge: merge window with another (all = keep only one window)\n"
+"\n"
+"For splith and splitv, pct is a pourcentage which represents size of new "
+"window, computed with current window as size reference. For example 25 means "
+"create a new window with size = current_size / 4"
msgstr ""
-msgid "send raw data to server without parsing"
+#, c-format
+msgid "%sError: missing arguments for \"%s\" command"
msgstr ""
-msgid "data"
+#, c-format
+msgid "%sAlias \"%s\" => \"%s\" created"
msgstr ""
-msgid "data: raw data to send"
+#, c-format
+msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\""
msgstr ""
-msgid "tell the server to reload its config file"
+msgid "Alias:"
msgstr ""
-msgid "tell the server to restart itself"
+#, c-format
+msgid "%sNo alias found."
msgstr ""
-msgid "register a new service"
+msgid "List of aliases:"
msgstr ""
-msgid "nickname reserved distribution type reserved info"
+#, c-format
+msgid "%sNo alias defined."
msgstr ""
-msgid ""
-"distribution: visibility of service\n"
-" type: reserved for future usage"
+msgid "Open buffers:"
msgstr ""
-msgid "list services currently connected to the network"
+#, c-format
+msgid "%sError: incorrect buffer number"
msgstr ""
-msgid "[mask [type]]"
+msgid "Notify levels:"
msgstr ""
-msgid ""
-"mask: list only services matching this mask\n"
-"type: list only services of this type"
+#, c-format
+msgid "%sError: incorrect notify level (must be between %d and %d)"
msgstr ""
-msgid "deliver a message to a service"
+#, c-format
+msgid "%sNew notify level for %s%s%s: %d %s"
msgstr ""
-msgid "service text"
+msgid "(hotlist: never)"
msgstr ""
-msgid ""
-"service: name of service\n"
-"text: text to send"
+msgid "(hotlist: highlights)"
msgstr ""
-msgid "disconnect server links"
+msgid "(hotlist: highlights + messages)"
msgstr ""
-msgid "server comment"
+msgid "(hotlist: highlights + messages + join/part (all))"
msgstr ""
-msgid ""
-"server: server name\n"
-"comment: comment for quit"
+#, c-format
+msgid "%sError: buffer number \"%s\" not found for \"%s\" command"
msgstr ""
-msgid "query statistics about server"
+#, c-format
+msgid "%sError: unknown option for \"%s\" command"
msgstr ""
-msgid "[query [server]]"
+#, c-format
+msgid "%sError: wrong argument count for \"%s\" command"
msgstr ""
-msgid ""
-" query: c/h/i/k/l/m/o/y/u (see RFC1459)\n"
-"server: server name"
+#, c-format
+msgid "%s internal commands:"
msgstr ""
-msgid ""
-"give users who are on a host running an IRC server a message asking them to "
-"please join IRC"
+msgid "Other commands:"
msgstr ""
-msgid "user [target [channel]]"
+#, c-format
+msgid "[%s%s] %s/%s %s%s"
msgstr ""
-msgid ""
-" user: username\n"
-"target: server name\n"
-"channel: channel name"
+msgid "plugin:"
msgstr ""
-msgid "query local time from server"
+#, c-format
+msgid "%sNo help available, \"%s\" is an unknown command"
msgstr ""
-msgid "target: query time from specified server"
+#, c-format
+msgid "New key binding: %s"
msgstr ""
-msgid "get/set channel topic"
+msgid "Key bindings:"
msgstr ""
-msgid "[channel] [topic]"
+#, c-format
+msgid "%sKey \"%s\" unbound"
msgstr ""
-msgid ""
-"channel: channel name\n"
-"topic: new topic for channel (if topic is \"-delete\" then topic is deleted)"
+#, c-format
+msgid "%sError: unable to unbind key \"%s\""
msgstr ""
-msgid "find the route to specific server"
+msgid "Internal key functions:"
msgstr ""
-msgid "unbans nicks or hosts"
+#, c-format
+msgid "%sError: unknown key function \"%s\""
msgstr ""
-msgid "[channel] nickname [nickname ...]"
+#, c-format
+msgid "%sDefault key bindings restored"
msgstr ""
-msgid ""
-" channel: channel for unban\n"
-"nickname: user or host to unban"
+#, c-format
+msgid "%sError: \"-yes\" argument is required for keys reset (security reason)"
msgstr ""
-msgid "return a list of information about nicknames"
+msgid "Key:"
msgstr ""
-msgid "list of users logged into the server"
+#, c-format
+msgid "%sNo key found."
msgstr ""
-msgid "gives the version info of nick or server (current or specified)"
+#, c-format
+msgid "%sError: unable to bind key \"%s\""
msgstr ""
-msgid "[server | nickname]"
+msgid "Plugins loaded:"
msgstr ""
-msgid ""
-" server: server name\n"
-"nickname: nickname"
+msgid " commands hooked:"
msgstr ""
-msgid "gives voice to nickname(s)"
+msgid " messages hooked:"
msgstr ""
-msgid ""
-"send a message to all currently connected users who have set the 'w' user "
-"mode for themselves"
+msgid " configuration otions hooked:"
msgstr ""
-msgid "text to send"
+msgid " timers hooked:"
msgstr ""
-msgid "generate a query which returns a list of information"
+#, c-format
+msgid " %d %s (%d calls remaining)"
msgstr ""
-msgid "[mask [\"o\"]]"
+msgid "seconds"
msgstr ""
-msgid ""
-"mask: only information which match this mask\n"
-" o: only operators are returned according to the mask supplied"
+msgid "second"
msgstr ""
-msgid "query information about user(s)"
+msgid "milliseconds"
msgstr ""
-msgid "[server] nickname[,nickname]"
+msgid "millisecond"
msgstr ""
-msgid ""
-" server: server name\n"
-"nickname: nickname (may be a mask)"
+#, c-format
+msgid " %d %s (no call limit)"
msgstr ""
-msgid "ask for information about a nickname which no longer exists"
+msgid " fd hooked:"
msgstr ""
-msgid "nickname [,nickname [,nickname ...]] [count [target]]"
+#, c-format
+msgid " %d (flags: %d)"
msgstr ""
-msgid ""
-"nickname: nickname to search\n"
-" count: number of replies to return (full search if negative number)\n"
-" target: reply should match this mask"
+#, c-format
+msgid " %d keyboards hooked"
msgstr ""
-msgid "a server message"
+msgid "No plugin found."
msgstr ""
-msgid "user mode string"
+msgid " (no plugin)"
msgstr ""
-msgid "away message"
+#, c-format
+msgid "%sWeeChat configuration file saved"
msgstr ""
-msgid "userhost"
+#, c-format
+msgid "%sError: failed to save configuration file"
msgstr ""
-msgid "ison"
+#, c-format
+msgid "%sPlugins options saved"
msgstr ""
-msgid "unaway"
+#, c-format
+msgid "%sError: failed to save plugins options"
msgstr ""
-msgid "now away"
+msgid "(unknown)"
msgstr ""
-msgid "whois (registered nick)"
+#, c-format
+msgid "%sError: option \"%s\" can not be changed while WeeChat is running"
msgstr ""
-msgid "whois (help mode)"
+msgid "Option changed: "
msgstr ""
-msgid "whois (user)"
+#, c-format
+msgid "%sError: incorrect value for option \"%s\""
msgstr ""
-msgid "whois (server)"
+#, c-format
+msgid "%sError: configuration option \"%s\" not found"
msgstr ""
-msgid "whois (operator)"
+#, c-format
+msgid "No configuration option found with \"%s\""
msgstr ""
-msgid "whowas"
+msgid "No configuration option found"
msgstr ""
-msgid "end of /who list"
+#, c-format
+msgid "%s%d%s configuration option(s) found with \"%s\""
msgstr ""
-msgid "whois (idle)"
+#, c-format
+msgid "%s%d%s configuration option(s) found"
msgstr ""
-msgid "whois (end)"
+#, c-format
+msgid "%sError: plugin \"%s\" not found"
msgstr ""
-msgid "whois (channels)"
+#, c-format
+msgid "Plugin option changed: %s%s = \"%s%s%s\""
msgstr ""
-msgid "whois (identified user)"
+#, c-format
+msgid "%sError: incorrect value for plugin option \"%s\""
msgstr ""
-msgid "/list start"
+#, c-format
+msgid "No plugin option found with \"%s\""
msgstr ""
-msgid "channel (for /list)"
+msgid "No plugin option found"
msgstr ""
-msgid "/list end"
+#, c-format
+msgid "plugin option(s) found with \"%s\""
msgstr ""
-msgid "channel mode"
+msgid "plugin option(s) found"
msgstr ""
-msgid "whois (has oper privs)"
+#, c-format
+msgid "%sError: alias or command \"%s\" not found"
msgstr ""
-msgid "whois (host)"
+#, c-format
+msgid "%sAlias \"%s\" removed"
msgstr ""
-msgid "channel creation date"
+#, c-format
+msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s"
msgstr ""
-msgid "no topic for channel"
-msgstr ""
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
-msgid "topic of channel"
+#, c-format
+msgid "%sWeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s"
msgstr ""
-msgid "channel :topic"
+msgid "Open windows:"
msgstr ""
+#, c-format
msgid ""
-"channel: name of channel\n"
-" topic: topic of the channel"
-msgstr ""
-
-msgid "infos about topic (nick and date changed)"
-msgstr ""
-
-msgid "inviting"
-msgstr ""
-
-msgid "channel reop"
-msgstr ""
-
-msgid "end of channel reop list"
-msgstr ""
-
-msgid "channel exception list"
-msgstr ""
-
-msgid "end of channel exception list"
-msgstr ""
-
-msgid "server version"
-msgstr ""
-
-msgid "who"
-msgstr ""
-
-msgid "list of nicks on channel"
-msgstr ""
-
-msgid "channel :[[@|+]nick ...]"
+"%sError: can not merge windows, there's no other window with same size near "
+"current one."
msgstr ""
msgid ""
-"channel: name of channel\n"
-" nick: nick on the channel"
-msgstr ""
-
-msgid "end of /names list"
-msgstr ""
-
-msgid "banlist"
-msgstr ""
-
-msgid "end of banlist"
-msgstr ""
-
-msgid "whois (connecting from)"
-msgstr ""
-
-msgid "whois (using modes)"
-msgstr ""
-
-msgid "no such nick/channel"
-msgstr ""
-
-msgid "no such server"
-msgstr ""
-
-msgid "no such channel"
-msgstr ""
-
-msgid "cannot send to channel"
-msgstr ""
-
-msgid "too many channels"
-msgstr ""
-
-msgid "was no such nick"
-msgstr ""
-
-msgid "no origin"
-msgstr ""
-
-msgid "no services"
-msgstr ""
-
-msgid "no recipient"
-msgstr ""
-
-msgid "no text to send"
-msgstr ""
-
-msgid "no toplevel"
+"if set, uses real white color, disabled by default for terms with white "
+"background (if you never use white background, you should turn on this "
+"option to see real white instead of default term foreground color)"
msgstr ""
-msgid "wilcard in toplevel domain"
+msgid "save configuration file on exit"
msgstr ""
-msgid "unknown command"
+msgid "set title for window (terminal for Curses GUI) with name and version"
msgstr ""
-msgid "MOTD is missing"
+msgid "display WeeChat logo at startup"
msgstr ""
-msgid "no administrative info"
+msgid "display WeeChat version at startup"
msgstr ""
-msgid "file error"
+msgid "WeeChat slogan (if empty, slogan is not used)"
msgstr ""
-msgid "no nickname given"
+msgid "how many lines to scroll by with scroll_up and scroll_down"
msgstr ""
-msgid "erroneous nickname"
+msgid "time format for buffers"
msgstr ""
-msgid "nickname already in use"
+msgid "number of colors to use for nicks colors"
msgstr ""
-msgid "nickname collision"
+msgid "display actions with different colors"
msgstr ""
-msgid "resource unavailable"
+msgid "display nicklist window (for channel windows)"
msgstr ""
-msgid "not authorized to change nickname"
+msgid "nicklist position (top, left, right (default), bottom)"
msgstr ""
-msgid "user not in channel"
+msgid ""
+"min size for nicklist (width or height, depending on look_nicklist_position "
+"(0 = no min size))"
msgstr ""
-msgid "not on channel"
+msgid ""
+"max size for nicklist (width or height, depending on look_nicklist_position "
+"(0 = no max size; if min = max and > 0, then size is fixed))"
msgstr ""
-msgid "user already on channel"
+msgid "separator between chat and nicklist"
msgstr ""
-msgid "user not logged in"
+msgid "text to display instead of nick when not connected"
msgstr ""
-msgid "summon has been disabled"
+msgid "display nick mode ((half)op/voice) before each nick"
msgstr ""
-msgid "users has been disabled"
+msgid "display space if nick mode is not (half)op/voice"
msgstr ""
-msgid "you are not registered"
+msgid "prefix for info messages"
msgstr ""
-msgid "not enough parameters"
+msgid "prefix for error messages"
msgstr ""
-msgid "you may not register"
+msgid "prefix for network messages"
msgstr ""
-msgid "your host isn't among the privileged"
+msgid "prefix for action messages"
msgstr ""
-msgid "password incorrect"
+msgid "prefix for join messages"
msgstr ""
-msgid "you are banned from this server"
+msgid "prefix for quit messages"
msgstr ""
-msgid "channel key already set"
+msgid "prefix alignment (none, left, right))"
msgstr ""
-msgid "forwarding to another channel"
+msgid "max size for prefix (0 = no max size)"
msgstr ""
-msgid "channel is already full"
+msgid "string displayed after prefix"
msgstr ""
-msgid "unknown mode char to me"
+msgid ""
+"offset for aligning lines of messages (except first lines), default is -1 "
+"(align after prefix), a null or positive value is offset after beginning of "
+"line"
msgstr ""
-msgid "cannot join channel (invite only)"
+msgid "the string inserted after nick completion"
msgstr ""
-msgid "cannot join channel (banned from channel)"
+msgid "chars ignored for nick completion"
msgstr ""
-msgid "cannot join channel (bad channel key)"
+msgid "smart completion for nicks (completes with last speakers first)"
msgstr ""
-msgid "bad channel mask"
+msgid "complete only with first nick found"
msgstr ""
-msgid "channel doesn't support modes"
+msgid "enable info bar"
msgstr ""
-msgid "you're not an IRC operator"
+msgid "time format for time in infobar"
msgstr ""
-msgid "you're not channel operator"
+msgid "display seconds in infobar time"
msgstr ""
-msgid "you can't kill a server!"
+msgid ""
+"delay (in seconds) for highlight messages in infobar (0 = disable highlight "
+"notifications in infobar)"
msgstr ""
-msgid "your connection is restricted!"
+msgid ""
+"max number of names in hotlist (0 = no name displayed, only buffer numbers)"
msgstr ""
-msgid "user is immune from kick/deop"
+msgid ""
+"level for displaying names in hotlist (combination of: 1=join/part, "
+"2=message, 4=private, 8=highlight, for example: 12=private+highlight)"
msgstr ""
-msgid "network split"
+msgid "max length of names in hotlist (0 = no limit)"
msgstr ""
-msgid "no O-lines for your host"
+msgid ""
+"hotlist sort type (group_time_asc (default), group_time_desc, "
+"group_number_asc, group_number_desc, number_asc, number_desc)"
msgstr ""
-msgid "unknown mode flag"
+msgid "display special message when day changes"
msgstr ""
-msgid "can't change mode for other users"
+msgid "time format for date displayed when day changed"
msgstr ""
-msgid "whois (secure connection)"
+msgid "use a marker on servers/channels to show first unread line"
msgstr ""
#, c-format
-msgid "%sServer: %s%s %s[%s%s%s]\n"
+msgid ""
+"format for input prompt ('%c' is replaced by channel or server, '%n' by nick "
+"and '%m' by nick modes)"
msgstr ""
-msgid "connected"
+msgid ""
+"max number of lines for paste without asking user (0 = disable this feature)"
msgstr ""
-msgid "not connected"
+msgid "color for window separators (when splited)"
msgstr ""
-msgid "on"
+msgid "color for title bar"
msgstr ""
-msgid "off"
+msgid "background color for title bar"
msgstr ""
-msgid " (temporary server, will not be saved)"
+msgid "color for '+' when scrolling title"
msgstr ""
-msgid "seconds"
+msgid "color for chat text"
msgstr ""
-msgid "(hidden)"
+msgid "background for chat text"
msgstr ""
-#, c-format
-msgid "%d channel"
-msgid_plural "%d channels"
-msgstr[0] ""
-msgstr[1] ""
-
-#, c-format
-msgid "%d pv"
+msgid "color for time in chat window"
msgstr ""
-msgid " (temporary)"
+msgid "color for time delimiters)"
msgstr ""
-#, c-format
-msgid "%s cannot find nick for sending message\n"
+msgid "color for info prefix"
msgstr ""
-#, c-format
-msgid "Future away on %s%s%s: %s\n"
+msgid "color for error prefix"
msgstr ""
-#, c-format
-msgid "Future away on %s%s%s removed.\n"
+msgid "color for network prefix"
msgstr ""
-#, c-format
-msgid "%s \"%s\" command can only be executed in a channel buffer\n"
+msgid "color for action prefix"
msgstr ""
-#, c-format
-msgid "%s \"%s\" command can not be executed on a server buffer\n"
+msgid "color for join prefix"
msgstr ""
-#, c-format
-msgid "%s wrong arguments for \"%s\" command\n"
+msgid "color for quit prefix"
msgstr ""
-#, c-format
-msgid "%s \"%s\" is not a valid regular expression (%s)\n"
+msgid "color for '+' when prefix is too long"
msgstr ""
-#, c-format
-msgid "%s not enough memory for regular expression\n"
+msgid "color for text after prefix"
msgstr ""
-#, c-format
-msgid "%s \"%s\" command can only be executed in a channel or private buffer\n"
+msgid "color for buffer names"
msgstr ""
-#, c-format
-msgid "%s nick \"%s\" not found for \"%s\" command\n"
+msgid "color for server names"
msgstr ""
-#, c-format
-msgid "%s wrong argument count for \"%s\" command\n"
+msgid "color for channel names"
msgstr ""
-#, c-format
-msgid "%s cannot create new private buffer \"%s\"\n"
+msgid "color for nicks"
msgstr ""
-#, c-format
-msgid "%s command \"%s\" needs a server connection!\n"
+msgid "color for local nick"
msgstr ""
-#, c-format
-msgid "%s, compiled on %s %s\n"
+msgid "color for other nick in private buffer"
msgstr ""
-#, c-format
-msgid "You have been invited to %s%s%s by %s%s\n"
+msgid "color #1 for nick"
msgstr ""
-#, c-format
-msgid "%s channel \"%s\" not found for \"%s\" command\n"
+msgid "color #2 for nick"
msgstr ""
-#, c-format
-msgid "%s \"%s\" command received without host\n"
+msgid "color #3 for nick"
msgstr ""
-#, c-format
-msgid "%s cannot create new channel \"%s\"\n"
+msgid "color #4 for nick"
msgstr ""
-#, c-format
-msgid "%s%s %s(%s%s%s)%s has joined %s%s\n"
+msgid "color #5 for nick"
msgstr ""
-#, c-format
-msgid "%s%s%s has kicked %s%s%s from %s%s"
+msgid "color #6 for nick"
msgstr ""
-#, c-format
-msgid "%s%s%s has killed %s%s%s from server"
+msgid "color #7 for nick"
msgstr ""
-#, c-format
-msgid "%s host not found for \"%s\" command\n"
+msgid "color #8 for nick"
msgstr ""
-#, c-format
-msgid "%s \"%s\" command received without channel or nickname\n"
-msgstr ""
-
-#, c-format
-msgid "Mode %s%s %s[%s%s%s]%s by %s%s\n"
+msgid "color #9 for nick"
msgstr ""
-#, c-format
-msgid "User mode %s[%s%s%s]%s by %s%s\n"
-msgstr ""
-
-#, c-format
-msgid "You are now known as %s%s\n"
-msgstr ""
-
-#, c-format
-msgid "%s%s%s is now known as %s%s\n"
+msgid "color #10 for nick"
msgstr ""
-#, c-format
-msgid "%s nickname not found for \"%s\" command\n"
-msgstr ""
-
-#, c-format
-msgid "CTCP %sVERSION%s reply from %s%s%s: %s\n"
-msgstr ""
-
-#, c-format
-msgid "CTCP %sPING%s reply from %s%s%s: %ld.%ld seconds\n"
+msgid "color for hostnames"
msgstr ""
-#, c-format
-msgid "%s cannot create new private window \"%s\"\n"
+msgid "color for delimiters"
msgstr ""
-#, c-format
-msgid "Private %s> %s"
+msgid "color for highlighted nick"
msgstr ""
-#, c-format
-msgid "%s \"%s\" command received without host or channel\n"
+msgid "color for unread data marker"
msgstr ""
-#, c-format
-msgid "%s%s %s(%s%s%s)%s has left %s%s"
+msgid "background color for unread data marker"
msgstr ""
-#, c-format
-msgid "CTCP %sVERSION%s received from %s%s"
+msgid "color for status bar"
msgstr ""
-#, c-format
-msgid "Channel %s: * %s %s"
+msgid "background color for status bar"
msgstr ""
-#, c-format
-msgid "Received a CTCP %sSOUND%s \"%s\" from %s%s\n"
+msgid "color for status bar delimiters"
msgstr ""
-#, c-format
-msgid "CTCP %sPING%s received from %s%s\n"
+msgid "color for current channel in status bar"
msgstr ""
-#, c-format
-msgid "Unknown CTCP %s%s%s received from %s%s"
+msgid "color for window with new messages (status bar)"
msgstr ""
-#, c-format
-msgid "Channel %s: %s> %s"
+msgid "color for window with private message (status bar)"
msgstr ""
-#, c-format
-msgid "%s cannot parse \"%s\" command\n"
+msgid "color for window with highlight (status bar)"
msgstr ""
-#, c-format
-msgid "%s unknown DCC CHAT type received from "
+msgid "color for window with new data (not messages) (status bar)"
msgstr ""
-#, c-format
-msgid "%s%s %s(%s%s%s)%s has quit"
+msgid "color for window with new data (status bar)"
msgstr ""
-#, c-format
-msgid "%s \"%s\" command received without channel\n"
+msgid "color for info bar text"
msgstr ""
-#, c-format
-msgid "%s%s%s has changed topic for %s%s%s to:"
+msgid "background color for info bar text"
msgstr ""
-#, c-format
-msgid "%s%s%s has unset topic for %s%s\n"
+msgid "color for infobar delimiters"
msgstr ""
-#, c-format
-msgid "WALLOPS from %s%s%s: %s\n"
+msgid "color for info bar highlight notification"
msgstr ""
-#, c-format
-msgid "User mode for %s%s%s is %s[%s%s%s]\n"
+msgid "color for input text"
msgstr ""
-#, c-format
-msgid "%s%s%s is away: %s\n"
+msgid "background color for input text"
msgstr ""
-msgid "Users online: "
+msgid "color for input text (server name)"
msgstr ""
-#, c-format
-msgid "%s[%s%s%s]%s help mode (+h)\n"
+msgid "color for input text (channel name)"
msgstr ""
-#, c-format
-msgid "%s%s %s(%s%s@%s%s)%s was %s\n"
+msgid "color for input text (nick name)"
msgstr ""
-#, c-format
-msgid "%s[%s%s%s]%s idle: "
+msgid "color for input text (delimiters)"
msgstr ""
-msgid "days"
+msgid "color for text not found"
msgstr ""
-msgid "day"
-msgid_plural "days"
-msgstr[0] ""
-msgstr[1] ""
-
-#, c-format
-msgid "%s%02d %s%s %s%02d %s%s %s%02d %s%s, signon at: %s%s"
+msgid "color for actions in input window"
msgstr ""
-msgid "hours"
+msgid "color for nicklist"
msgstr ""
-msgid "hour"
+msgid "background color for nicklist"
msgstr ""
-msgid "minutes"
+msgid "color for away nicknames"
msgstr ""
-msgid "minute"
+msgid "color for prefix 1"
msgstr ""
-msgid "second"
+msgid "color for prefix 2"
msgstr ""
-#, c-format
-msgid "Channel created on %s"
+msgid "color for prefix 3"
msgstr ""
-#, c-format
-msgid "%s cannot identify date/time for \"%s\" command\n"
+msgid "color for prefix 4"
msgstr ""
-#, c-format
-msgid "%s cannot identify channel for \"%s\" command\n"
+msgid "color for prefix 5"
msgstr ""
-#, c-format
-msgid "No topic set for %s%s\n"
+msgid "color for '+' when scrolling nicks (nicklist)"
msgstr ""
-#, c-format
-msgid "Topic for %s%s%s is: "
+msgid "color for nicklist separator"
msgstr ""
-#, c-format
-msgid "Topic set by %s%s%s, %s"
+msgid "color for status info"
msgstr ""
-#, c-format
-msgid "%s%s%s has invited %s%s%s on %s%s\n"
+msgid "background color for status info"
msgstr ""
-#, c-format
-msgid "%s cannot identify nickname for \"%s\" command\n"
+msgid "color for \"waiting\" status info"
msgstr ""
-#, c-format
-msgid "Channel reop %s%s%s: %s%s\n"
+msgid "color for \"connecting\" status info"
msgstr ""
-#, c-format
-msgid " by %s%s %s(%s%s%s)"
+msgid "color for \"active\" status info"
msgstr ""
-#, c-format
-msgid " by %s%s"
+msgid "color for \"done\" status info"
msgstr ""
-#, c-format
-msgid "Nicks %s%s%s: %s["
+msgid "color for \"failed\" status info"
msgstr ""
-#, c-format
-msgid "%s cannot create nick \"%s\" for channel \"%s\"\n"
+msgid "color for \"aborted\" status info"
msgstr ""
-#, c-format
msgid ""
-"Channel %s%s%s: %s%d%s %s %s(%s%d%s %s, %s%d%s %s, %s%d%s %s, %s%d%s %s%s)\n"
-msgstr ""
-
-msgid "nicks"
-msgstr ""
-
-msgid "nick"
-msgstr ""
-
-msgid "ops"
-msgstr ""
-
-msgid "op"
-msgstr ""
-
-msgid "halfops"
-msgstr ""
-
-msgid "halfop"
-msgstr ""
-
-msgid "voices"
-msgstr ""
-
-msgid "voice"
-msgstr ""
-
-msgid "normal"
-msgstr ""
-
-#, c-format
-msgid "%s[%s%s%s] %s%s%s banned by "
-msgstr ""
-
-#, c-format
-msgid "%s[%s%s%s] %s%s%s banned\n"
-msgstr ""
-
-#, c-format
-msgid "%s: trying 2nd nickname \"%s\"\n"
+"maximum number of lines in history for one server/channel/private window (0 "
+"= unlimited)"
msgstr ""
-#, c-format
-msgid "%s: trying 3rd nickname \"%s\"\n"
+msgid "maximum number of user commands in history (0 = unlimited)"
msgstr ""
-#, c-format
msgid ""
-"%s: all declared nicknames are already in use or invalid, closing connection "
-"with server!\n"
-msgstr ""
-
-#, c-format
-msgid "%s: trying 1st nickname \"%s\"\n"
-msgstr ""
-
-#, c-format
-msgid "%s: nickname \"%s\" is already in use, trying 2nd nickname \"%s\"\n"
+"maximum number of commands to display by default in history listing (0 = "
+"unlimited)"
msgstr ""
-#, c-format
-msgid "%s: nickname \"%s\" is already in use, trying 3rd nickname \"%s\"\n"
+msgid "log messages from plugins"
msgstr ""
-#, c-format
msgid ""
-"%s: all declared nicknames are already in use, closing connection with "
-"server!\n"
-msgstr ""
-
-#, c-format
-msgid "%s: nickname \"%s\" is already in use, trying 1st nickname \"%s\"\n"
-msgstr ""
-
-msgid "Waiting"
-msgstr ""
-
-msgid "Connecting"
-msgstr ""
-
-msgid "Active"
-msgstr ""
-
-msgid "Done"
+"path for WeeChat log files ('%h' will be replaced by WeeChat home, ~/."
+"weechat by default)"
msgstr ""
-msgid "Failed"
+msgid "time format for log (see man strftime for date/time specifiers)"
msgstr ""
-msgid "Aborted"
-msgstr ""
-
-#, c-format
-msgid "DCC: file %s%s%s"
+msgid "use a proxy server to connect to irc server"
msgstr ""
-#, c-format
-msgid " (local filename: %s%s%s)"
+msgid "proxy type (http (default), socks4, socks5)"
msgstr ""
-msgid " sent to "
+msgid "connect to proxy in ipv6"
msgstr ""
-msgid " received from "
+msgid "proxy server address (IP or hostname)"
msgstr ""
-msgid "OK"
+msgid "port for connecting to proxy server"
msgstr ""
-msgid "FAILED"
+msgid "username for proxy server"
msgstr ""
-#, c-format
-msgid "DCC chat closed with %s%s %s(%s%d.%d.%d.%d%s)\n"
+msgid "password for proxy server"
msgstr ""
-#, c-format
msgid ""
-"%s can't associate DCC chat with private buffer (maybe private buffer has "
-"already DCC CHAT?)\n"
-msgstr ""
-
-#, c-format
-msgid "Connected to %s%s %s(%s%d.%d.%d.%d%s)%s via DCC chat\n"
-msgstr ""
-
-#, c-format
-msgid "DCC: file %s%s%s resumed at position %u\n"
+"path for searching plugins ('%h' will be replaced by WeeChat home, ~/."
+"weechat by default)"
msgstr ""
-#, c-format
msgid ""
-"%s can't resume file \"%s\" (port: %d, start position: %u): DCC not found or "
-"ended\n"
-msgstr ""
-
-#, c-format
-msgid "%s not enough memory for new DCC\n"
-msgstr ""
-
-msgid "DCC chat"
+"comma separated list of plugins to load automatically at startup, \"*\" "
+"means all plugins found (names may be partial, for example \"perl\" is ok "
+"for \"perl.so\")"
msgstr ""
-#, c-format
msgid ""
-"Incoming DCC file from %s%s%s (%s%d.%d.%d.%d%s)%s: %s%s%s, %s%lu%s bytes\n"
+"standard plugins extension in filename, used for autoload (if empty, then "
+"all files are loaded when autoload is \"*\")"
msgstr ""
-#, c-format
msgid ""
-"Sending DCC file to %s%s%s: %s%s%s (local filename: %s%s%s), %s%lu%s bytes\n"
+"Warning: you should now issue /save to write \"save_on_exit\" option in "
+"configuration file.\n"
msgstr ""
-#, c-format
-msgid "Incoming DCC chat request from %s%s%s (%s%d.%d.%d.%d%s)\n"
+msgid "Saving WeeChat configuration to disk\n"
msgstr ""
#, c-format
-msgid "Sending DCC chat request to %s%s\n"
+msgid "Warning: config file \"%s\" not found.\n"
msgstr ""
#, c-format
-msgid ""
-"DCC: file %s%s%s (local filename: %s%s%s) will be resumed at position %u\n"
+msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n"
msgstr ""
#, c-format
-msgid "%s not enough memory for DCC SEND\n"
+msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n"
msgstr ""
#, c-format
-msgid "%s cannot access file \"%s\"\n"
+msgid "Warning: %s, line %d: error reading new section \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s could not find address for '%s'. Falling back to local IP.\n"
+msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n"
msgstr ""
#, c-format
-msgid "%s cannot create socket for DCC\n"
+msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n"
msgstr ""
#, c-format
-msgid "%s cannot find available port for DCC\n"
+msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s cannot send DCC\n"
-msgstr ""
-
-#, c-format
-msgid "%s error sending data to \"%s\" via DCC CHAT\n"
+msgid "Warning: %s, line %d: invalid value for option \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s DCC: unable to create pipe\n"
+msgid ""
+"#\n"
+"# %s configuration file, created by %s v%s on %s"
msgstr ""
-#, c-format
-msgid "%s DCC: unable to read local file\n"
+msgid ""
+"# WARNING! Be careful when editing this file, WeeChat may write it at any "
+"time.\n"
+"#\n"
msgstr ""
#, c-format
-msgid "%s DCC: unable to send block to receiver\n"
+msgid "Error: cannot create file \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s DCC: unable to read ACK from receiver\n"
+msgid "%s: creating default config file \"%s\"...\n"
msgstr ""
#, c-format
-msgid "%s DCC: unable to connect to sender\n"
+msgid "Creating default config file \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s DCC: unable to receive block from sender\n"
+msgid "Warning: unable to assign default int with string (\"%s\")\n"
msgstr ""
#, c-format
-msgid "%s DCC: unable to write local file\n"
+msgid "Warning: unable to assign default color (\"%s\")\n"
msgstr ""
-#, c-format
-msgid "%s DCC: unable to fork\n"
+msgid " . type: boolean\n"
msgstr ""
-#, c-format
-msgid "%s DCC: timeout\n"
+msgid " . values: 'on' or 'off'\n"
msgstr ""
#, c-format
-msgid "%s DCC: unable to create socket for sending file\n"
+msgid " . default value: '%s'\n"
msgstr ""
-#, c-format
-msgid "%s DCC: unable to set 'nonblock' option for socket\n"
+msgid " . type: integer\n"
msgstr ""
#, c-format
-msgid "Aborting active DCC: \"%s\" from %s\n"
+msgid " . values: between %d and %d\n"
msgstr ""
#, c-format
-msgid "%s too few arguments for ignore\n"
+msgid " . default value: %d\n"
msgstr ""
-#, c-format
-msgid "%s mask or type/command should be non generic value for ignore\n"
+msgid " . type: string\n"
msgstr ""
-#, c-format
-msgid "%s ignore already exists\n"
+msgid " . values: "
msgstr ""
-#, c-format
-msgid "%s not enough memory to create ignore\n"
+msgid "empty"
msgstr ""
-msgid "Removing ignore:"
+msgid " . values: any string\n"
msgstr ""
-#, c-format
-msgid ""
-"%s plugin %s: unable to add handler for IRC command \"%s\" (not enough "
-"memory)\n"
+msgid " . type: char\n"
msgstr ""
-#, c-format
-msgid ""
-"%s plugin %s: unable to add handler for \"%s\" command (already exists)\n"
+msgid " . values: any char\n"
msgstr ""
#, c-format
-msgid "%s plugin %s: unable to add handler for \"%s\" command (forbidden)\n"
+msgid " . values: any string (limit: %d chars)\n"
msgstr ""
-#, c-format
-msgid ""
-"%s plugin %s: unable to add handler for \"%s\" command (not enough memory)\n"
+msgid " . type: color\n"
msgstr ""
-#, c-format
-msgid "%s plugin %s: unable to add timer handler (not enough memory)\n"
+msgid " . values: color (depends on GUI used)\n"
msgstr ""
#, c-format
-msgid "%s plugin %s: unable to add keyboard handler (not enough memory)\n"
+msgid " . description: %s\n"
msgstr ""
#, c-format
-msgid "%s plugin %s: unable to add event handler (not enough memory)\n"
+msgid "%sError: command \"%s\" failed"
msgstr ""
#, c-format
-msgid "%s plugin %s: unable to add modifier (not enough memory)\n"
-msgstr ""
+msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)"
+msgid_plural ""
+"%s%s wrong argument count for %s command \"%s\" (expected: %d args)"
+msgstr[0] ""
+msgstr[1] ""
#, c-format
-msgid "%s unable to load plugin \"%s\": %s\n"
-msgstr ""
+msgid ""
+"%sError: wrong argument count for %s command \"%s\" (expected: between %d "
+"and %d arg)"
+msgid_plural ""
+"%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
+"args)"
+msgstr[0] ""
+msgstr[1] ""
#, c-format
-msgid "%s symbol \"plugin_name\" not found in plugin \"%s\", failed to load\n"
+msgid "%sError: unknown command \"%s\" (type /help for help)."
msgstr ""
#, c-format
-msgid ""
-"%s unable to load plugin \"%s\": a plugin with same name already exists\n"
+msgid "%sYou can not write text in this buffer!"
msgstr ""
-#, c-format
msgid ""
-"%s symbol \"plugin_description\" not found in plugin \"%s\", failed to load\n"
+"Error: unable to create/append to log file (weechat.log)\n"
+"If another WeeChat process is using this file, try to run WeeChat\n"
+"with another home using \"--dir\" command line option.\n"
msgstr ""
#, c-format
msgid ""
-"%s symbol \"plugin_version\" not found in plugin \"%s\", failed to load\n"
+"Last operation with session file was at position %ld, read of %d bytes\n"
msgstr ""
#, c-format
msgid ""
-"%s function \"weechat_plugin_init\" not found in plugin \"%s\", failed to "
-"load\n"
-msgstr ""
-
-#, c-format
-msgid "Initializing plugin \"%s\" %s\n"
-msgstr ""
-
-#, c-format
-msgid "%s unable to initialize plugin \"%s\"\n"
-msgstr ""
-
-#, c-format
-msgid "%s unable to load plugin \"%s\" (not enough memory)\n"
+"Please send %s/%s, %s/%s and above messages to WeeChat developers for "
+"support.\n"
+"Be careful, private info may be in these files.\n"
msgstr ""
#, c-format
-msgid "Plugin \"%s\" (%s) loaded.\n"
+msgid "wrong type in file (expected: %d, read: %d)"
msgstr ""
-#, c-format
-msgid "Plugin \"%s\" unloaded.\n"
+msgid "invalid length for a buffer"
msgstr ""
-#, c-format
-msgid "%s plugin \"%s\" not found\n"
+msgid "object read error"
msgstr ""
#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"=\"\n"
+msgid "wrong object (expected: %d, read: %d)"
msgstr ""
-#, c-format
-msgid "%s cannot create file \"%s\"\n"
+msgid "type read error"
msgstr ""
#, c-format
-msgid ""
-"#\n"
-"# %s plugins configuration file, created by %s v%s on %s"
-msgstr ""
-
-msgid ""
-"# WARNING! Be careful when editing this file, WeeChat writes this file when "
-"options are updated.\n"
-"#\n"
+msgid "wrong type (expected: %d, read: %d)"
msgstr ""
#, c-format
-msgid "%s server/channel (%s/%s) not found for plugin exec command\n"
-msgstr ""
-
-msgid "bytes"
-msgstr ""
-
-msgid "KB"
-msgstr ""
-
-msgid "MB"
-msgstr ""
-
-msgid "GB"
-msgstr ""
-
-msgid "ETA"
+msgid "Error: cannot create directory \"%s\"\n"
msgstr ""
msgid "Text search (exact): "
@@ -1690,57 +1265,13 @@ msgstr ""
msgid " Paste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
msgstr ""
-msgid " [A] Accept"
-msgstr ""
-
-msgid " [C] Cancel"
-msgstr ""
-
-msgid " [R] Remove"
-msgstr ""
-
-msgid " [P] Purge old DCC"
-msgstr ""
-
-msgid " [Q] Close DCC view"
-msgstr ""
-
-msgid " [C] Clear buffer"
-msgstr ""
-
-msgid " [Q] Close raw data view"
-msgstr ""
-
-#, c-format
-msgid "Day changed to %s\n"
-msgstr ""
-
#, c-format
-msgid "%s lag is high, disconnecting from server...\n"
-msgstr ""
-
-msgid "<servers>"
-msgstr ""
-
-msgid "(away)"
-msgstr ""
-
-msgid "[not connected] "
-msgstr ""
-
-msgid "<RAW_IRC> "
+msgid "\t\tDay changed to %s"
msgstr ""
msgid "Act: "
msgstr ""
-msgid "RAW_IRC"
-msgstr ""
-
-#, c-format
-msgid "Lag: %.1f"
-msgstr ""
-
msgid "-MORE-"
msgstr ""
@@ -1750,8 +1281,10 @@ msgstr ""
msgid "Not enough memory for new line\n"
msgstr ""
-#, c-format
-msgid "%s not enough memory for infobar message\n"
+msgid "Error: not enough memory to add a buffer to hotlist\n"
+msgstr ""
+
+msgid "Error: not enough memory for infobar message\n"
msgstr ""
msgid "terminate line"
@@ -1911,23 +1444,22 @@ msgid "search text in buffer history"
msgstr ""
#, c-format
-msgid "%s unable to bind key \"%s\"\n"
+msgid "Error: unable to bind key \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"
+msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"
msgstr ""
-#, c-format
-msgid "%s not enough memory for key binding\n"
+msgid "Error: not enough memory for key binding\n"
msgstr ""
#, c-format
-msgid "Not enough memory to write log file \"%s\"\n"
+msgid "Unable to write log file \"%s\"\n"
msgstr ""
#, c-format
-msgid "Unable to write log file \"%s\"\n"
+msgid "%sError: Unable to write log file \"%s\"\n"
msgstr ""
msgid "**** Beginning of log "
@@ -1937,2301 +1469,2009 @@ msgid "**** End of log "
msgstr ""
#, c-format
-msgid "%s circular reference when calling alias \"/%s\"\n"
-msgstr ""
-
-msgid "create an alias for a command"
-msgstr ""
-
-msgid "[alias_name [command [arguments]]]"
+msgid "%sFifo: pipe is open\n"
msgstr ""
-msgid ""
-"alias_name: name of alias\n"
-" command: command name (WeeChat or IRC command, many commands can be "
-"separated by semicolons)\n"
-" arguments: arguments for command\n"
-"\n"
-"Note: in command, special variables $1, $2,..,$9 are replaced by arguments "
-"given by user, and $* is replaced by all arguments.\n"
-"Variables $nick, $channel and $server are replaced by current nick/channel/"
-"server."
+#, c-format
+msgid "%sFifo: unable to open pipe (%s) for reading"
msgstr ""
-msgid "manage buffers"
+#, c-format
+msgid "%sFifo: unable to create pipe for remote control (%s)"
msgstr ""
-msgid "[action [args] | number | [[server] [channel]]]"
+#, c-format
+msgid "%sFifo: pipe is closed"
msgstr ""
-msgid ""
-" action: action to do:\n"
-" move: move buffer in the list (may be relative, for example -1)\n"
-" close: close buffer (optional arg is part message, for a channel)\n"
-" list: list open buffers (no parameter implies this list)\n"
-" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2"
-"+join/part)\n"
-" (when executed on server buffer, this sets default notify level for "
-"whole server)\n"
-" scroll: scroll in history (may be relative, and may end by a letter: s=sec, "
-"m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll "
-"to beginning of this item\n"
-"\n"
-" number: jump to buffer by number\n"
-"server,\n"
-"channel: jump to buffer by server and/or channel name\n"
-"\n"
-"Examples:\n"
-" move buffer: /buffer move 5\n"
-" close buffer: /buffer close this is part msg\n"
-" set notify: /buffer notify 2\n"
-" scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer "
-"scroll -24h\n"
-"scroll to beginning\n"
-" of this day: /buffer scroll d\n"
-" scroll 15 min down: /buffer scroll +15m\n"
-" scroll 20 msgs up: /buffer scroll -20\n"
-" jump to #weechat: /buffer #weechat"
+#, c-format
+msgid "%sFifo error: invalid text received on pipe"
msgstr ""
-msgid ""
-"launch WeeChat/IRC builtin command (do not look at plugins handlers or "
-"aliases)"
+#, c-format
+msgid "%sFifo error: buffer not found for pipe data"
msgstr ""
-msgid "command"
+#, c-format
+msgid "%sFifo: error reading pipe, closing it"
msgstr ""
-msgid ""
-"command: command to execute (a '/' is automatically added if not found at "
-"beginning of command)\n"
+#, c-format
+msgid "%s cannot allocate new channel"
msgstr ""
-msgid "clear window(s)"
+msgid "find information about the administrator of the server"
msgstr ""
-msgid "[-all | number [number ...]]"
+msgid "[target]"
msgstr ""
-msgid ""
-" -all: clear all buffers\n"
-"number: clear buffer by number"
+msgid "target: server"
msgstr ""
-msgid "connect to server(s)"
+msgid "send a CTCP action to all channels of all connected servers"
msgstr ""
-msgid ""
-"[-all [-nojoin] | servername [servername ...] [-nojoin] | hostname [-port "
-"port] [-ipv6] [-ssl]]"
+msgid "message"
msgstr ""
-msgid ""
-" -all: connect to all servers\n"
-"servername: internal server name to connect\n"
-" -nojoin: do not join any channel (even if autojoin is enabled on server)\n"
-" hostname: hostname to connect, creating temporary server\n"
-" port: port for server (integer, default is 6667)\n"
-" ipv6: use IPv6 protocol\n"
-" ssl: use SSL protocol"
+msgid "message: message to send"
msgstr ""
-msgid "disconnect from server(s)"
+msgid "send message to all channels of all connected servers"
msgstr ""
-msgid "[-all | servername [servername ...]]"
+msgid "text"
msgstr ""
-msgid ""
-" -all: disconnect from all servers\n"
-"servername: server name to disconnect"
+msgid "text: text to send"
msgstr ""
-msgid "starts DCC (file or chat) or close chat"
+msgid "toggle away status"
msgstr ""
-msgid "action [nickname [file]]"
+msgid "[-all] [message]"
msgstr ""
msgid ""
-" action: 'send' (file) or 'chat' or 'close' (chat)\n"
-"nickname: nickname to send file or chat\n"
-" file: filename (on local host)"
+" -all: toggle away status on all connected servers\n"
+"message: message for away (if no message is given, away status is removed)"
msgstr ""
-msgid "print debug messages"
+msgid "bans nicks or hosts"
msgstr ""
-msgid "dump | buffer | windows"
+msgid "[channel] [nickname [nickname ...]]"
msgstr ""
msgid ""
-" dump: save memory dump in WeeChat log file (same dump is written when "
-"WeeChat crashes)\n"
-" buffer: dump buffer content with hexadecimal values in log file\n"
-"windows: display windows tree"
-msgstr ""
-
-msgid "display help about commands"
-msgstr ""
-
-msgid "[command]"
-msgstr ""
-
-msgid "command: name of a WeeChat or IRC command"
+" channel: channel for ban\n"
+"nickname: user or host to ban"
msgstr ""
-msgid "show buffer command history"
+msgid "connect to server(s)"
msgstr ""
-msgid "[clear | value]"
+msgid ""
+"[-all [-nojoin] | servername [servername ...] [-nojoin] | hostname [-port "
+"port] [-ipv6] [-ssl]]"
msgstr ""
msgid ""
-"clear: clear history\n"
-"value: number of history entries to show"
+" -all: connect to all servers\n"
+"servername: internal server name to connect\n"
+" -nojoin: do not join any channel (even if autojoin is enabled on server)\n"
+" hostname: hostname to connect, creating temporary server\n"
+" port: port for server (integer, default is 6667)\n"
+" ipv6: use IPv6 protocol\n"
+" ssl: use SSL protocol"
msgstr ""
-msgid "ignore IRC messages and/or hosts"
+msgid "send a CTCP message (Client-To-Client Protocol)"
msgstr ""
-msgid "[mask [[type | command] [channel [server]]]]"
+msgid "receiver type [arguments]"
msgstr ""
msgid ""
-" mask: nick or host mask to ignore\n"
-" type: type of message to ignore (action, ctcp, dcc, pv)\n"
-"command: IRC command\n"
-"channel: name of channel for ignore\n"
-" server: name of server for ignore\n"
-"\n"
-"For each argument, '*' means all.\n"
-"Without argument, /ignore command lists all defined ignore."
+" receiver: nick or channel to send CTCP to\n"
+" type: CTCP type (examples: \"version\", \"ping\", ..)\n"
+"arguments: arguments for CTCP"
msgstr ""
-msgid "bind/unbind keys"
+msgid "leave and rejoin a channel"
msgstr ""
-msgid ""
-"[key [function/command]] [unbind key] [functions] [call function [\"args\"]] "
-"[reset -yes]"
+msgid "[channel[,channel]] [part_message]"
msgstr ""
msgid ""
-" key: display or bind this key to an internal function or a command "
-"(beginning by \"/\")\n"
-" unbind: unbind a key\n"
-"functions: list internal functions for key bindings\n"
-" call: call a function by name (with optional arguments)\n"
-" reset: restore bindings to the default values and delete ALL personal "
-"bindings (use carefully!)"
+" channel: channel name for cycle\n"
+"part_message: part message (displayed to other users)"
msgstr ""
-msgid "list/load/unload plugins"
+msgid "starts DCC (file or chat) or close chat"
msgstr ""
-msgid ""
-"[list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload "
-"[name]] | [unload [name]]"
+msgid "action [nickname [file]]"
msgstr ""
msgid ""
-" list: list loaded plugins\n"
-"listfull: list loaded plugins with detailed info for each plugin\n"
-" load: load a plugin\n"
-"autoload: autoload plugins in system or user directory\n"
-" reload: reload one plugin (if no name given, unload all plugins, then "
-"autoload plugins)\n"
-" unload: unload one or all plugins\n"
-"\n"
-"Without argument, /plugin command lists loaded plugins."
+" action: 'send' (file) or 'chat' or 'close' (chat)\n"
+"nickname: nickname to send file or chat\n"
+" file: filename (on local host)"
msgstr ""
-msgid "reconnect to server(s)"
+msgid "removes half channel operator status from nickname(s)"
msgstr ""
-msgid "[-all [-nojoin] | servername [servername ...] [-nojoin]]"
+msgid "[nickname [nickname]]"
msgstr ""
-msgid ""
-" -all: reconnect to all servers\n"
-"servername: server name to reconnect\n"
-" -nojoin: do not join any channel (even if autojoin is enabled on server)"
+msgid "removes channel operator status from nickname(s)"
msgstr ""
-msgid "save config to disk"
+msgid "removes voice from nickname(s)"
msgstr ""
-msgid "[file]"
+msgid "shutdown the server"
msgstr ""
-msgid "file: filename for writing config"
+msgid "disconnect from server(s)"
msgstr ""
-msgid "list, add or remove servers"
+msgid "[-all | servername [servername ...]]"
msgstr ""
msgid ""
-"[list [servername]] | [listfull [servername]] | [add servername hostname [-"
-"port port] [-temp] [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks "
-"nick1 nick2 nick3] [-username username] [-realname realname] [-command "
-"command] [-autojoin channel[,channel]] ] | [copy servername newservername] | "
-"[rename servername newservername] | [keep servername] | [del servername]"
+" -all: disconnect from all servers\n"
+"servername: server name to disconnect"
msgstr ""
-msgid ""
-" list: list servers (no parameter implies this list)\n"
-" listfull: list servers with detailed info for each server\n"
-" add: create a new server\n"
-"servername: server name, for internal and display use\n"
-" hostname: name or IP address of server\n"
-" port: port for server (integer, default is 6667)\n"
-" temp: create temporary server (not saved in config file)\n"
-" auto: automatically connect to server when WeeChat starts\n"
-" noauto: do not connect to server when WeeChat starts (default)\n"
-" ipv6: use IPv6 protocol\n"
-" ssl: use SSL protocol\n"
-" password: password for server\n"
-" nick1: first nick for server\n"
-" nick2: alternate nick for server\n"
-" nick3: second alternate nick for server\n"
-" username: user name\n"
-" realname: real name of user\n"
-" copy: duplicate a server\n"
-" rename: rename a server\n"
-" keep: keep server in config file (for temporary servers only)\n"
-" del: delete a server\n"
-" deloutq: delete messages out queue for all servers (all messages WeeChat "
-"is currently sending)"
+msgid "gives half channel operator status to nickname(s)"
msgstr ""
-msgid "set config options"
+msgid "get information describing the server"
msgstr ""
-msgid "[option [ = value]]"
+msgid "target: server name"
msgstr ""
-msgid ""
-"option: name of an option (if name is full and no value is given, then help "
-"is displayed on option)\n"
-" value: value for option\n"
-"\n"
-"Option may be: servername.server_xxx where \"servername\" is an internal "
-"server name and \"xxx\" an option for this server."
+msgid "invite a nick on a channel"
msgstr ""
-msgid "set plugin config options"
+msgid "nickname channel"
msgstr ""
msgid ""
-"option: name of a plugin option\n"
-" value: value for option\n"
-"\n"
-"Option is format: plugin.option, example: perl.myscript.item1"
+"nickname: nick to invite\n"
+" channel: channel to invite"
msgstr ""
-msgid "remove an alias"
+msgid "check if a nickname is currently on IRC"
msgstr ""
-msgid "alias_name"
+msgid "nickname [nickname ...]"
msgstr ""
-msgid "alias_name: name of alias to remove"
+msgid "nickname: nickname"
msgstr ""
-msgid "unignore IRC messages and/or hosts"
+msgid "join a channel"
msgstr ""
-msgid "[number | [mask [[type | command] [channel [server]]]]]"
+msgid "channel[,channel] [key[,key]]"
msgstr ""
msgid ""
-" number: # of ignore to unignore (number is displayed by list of ignore)\n"
-" mask: nick or host mask to unignore\n"
-" type: type of message to unignore (action, ctcp, dcc, pv)\n"
-"command: IRC command\n"
-"channel: name of channel for unignore\n"
-" server: name of server for unignore\n"
-"\n"
-"For each argument, '*' means all.\n"
-"Without argument, /unignore command lists all defined ignore."
+"channel: channel name to join\n"
+" key: key to join the channel"
msgstr ""
-msgid "upgrade WeeChat without disconnecting from servers"
+msgid "forcibly remove a user from a channel"
msgstr ""
-msgid "[path_to_binary]"
+msgid "[channel] nickname [comment]"
msgstr ""
msgid ""
-"path_to_binary: path to WeeChat binary (default is current binary)\n"
-"\n"
-"This command run again a WeeChat binary, so it should have been compiled or "
-"installed with a package manager before running this command."
+" channel: channel where user is\n"
+"nickname: nickname to kick\n"
+" comment: comment for kick"
msgstr ""
-msgid "show WeeChat uptime"
+msgid "kicks and bans a nick from a channel"
msgstr ""
-msgid "[-o]"
+msgid ""
+" channel: channel where user is\n"
+"nickname: nickname to kick and ban\n"
+" comment: comment for kick"
msgstr ""
-msgid "-o: send uptime on current channel as an IRC message"
+msgid "close client-server connection"
msgstr ""
-msgid "manage windows"
+msgid "nickname comment"
msgstr ""
msgid ""
-"[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv "
-"[pct] | resize pct | merge [all]]"
+"nickname: nickname\n"
+" comment: comment for kill"
msgstr ""
-msgid ""
-" list: list open windows (no parameter implies this list)\n"
-" -1: jump to previous window\n"
-" +1: jump to next window\n"
-" b#: jump to next window displaying buffer number #\n"
-" up: switch to window above current one\n"
-" down: switch to window below current one\n"
-" left: switch to window on the left\n"
-" right: switch to window on the right\n"
-"splith: split current window horizontally\n"
-"splitv: split current window vertically\n"
-"resize: resize window size, new size is <pct> pourcentage of parent window\n"
-" merge: merge window with another (all = keep only one window)\n"
-"\n"
-"For splith and splitv, pct is a pourcentage which represents size of new "
-"window, computed with current window as size reference. For example 25 means "
-"create a new window with size = current_size / 4"
+msgid "list all servernames which are known by the server answering the query"
msgstr ""
-#, c-format
-msgid "%s command \"%s\" failed\n"
+msgid "[[server] server_mask]"
msgstr ""
-#, c-format
-msgid "%s wrong argument count for %s command \"%s\" (expected: %d arg)\n"
-msgid_plural ""
-"%s wrong argument count for %s command \"%s\" (expected: %d args)\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#, c-format
msgid ""
-"%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"arg)\n"
-msgid_plural ""
-"%s wrong argument count for %s command \"%s\" (expected: between %d and %d "
-"args)\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#, c-format
-msgid "%s wrong argument count for IRC command \"%s\" (expected: %d arg)\n"
-msgid_plural ""
-"%s wrong argument count for IRC command \"%s\" (expected: %d args)\n"
-msgstr[0] ""
-msgstr[1] ""
+" server: this server should answer the query\n"
+"server_mask: list of servers must match this mask"
+msgstr ""
-#, c-format
-msgid ""
-"%s wrong argument count for IRC command \"%s\" (expected: between %d and %d "
-"arg)\n"
-msgid_plural ""
-"%s wrong argument count for IRC command \"%s\" (expected: between %d and %d "
-"args)\n"
-msgstr[0] ""
-msgstr[1] ""
+msgid "list channels and their topic"
+msgstr ""
-#, c-format
-msgid "%s command \"%s\" can not be executed on DCC CHAT buffer\n"
+msgid "[channel[,channel] [server]]"
msgstr ""
-#, c-format
msgid ""
-"%s unknown command \"%s\" (type /help for help). To send unknown commands to "
-"IRC server, enable option irc_send_unknown_commands.\n"
+"channel: channel to list (a regexp is allowed)\n"
+"server: server name"
msgstr ""
-#, c-format
-msgid "%s you are not connected to server\n"
+msgid "get statistics about the size of the IRC network"
msgstr ""
-msgid "This window is not a channel!\n"
+msgid "[mask [target]]"
msgstr ""
-#, c-format
-msgid "%s missing arguments for \"%s\" command\n"
+msgid ""
+" mask: servers matching the mask only\n"
+"target: server for forwarding request"
msgstr ""
-#, c-format
-msgid "Alias \"%s\" => \"%s\" created\n"
+msgid "send a CTCP action to the current channel"
msgstr ""
-#, c-format
-msgid "Failed to create alias \"%s\" => \"%s\" (not enough memory)\n"
+msgid "change channel or user mode"
msgstr ""
-msgid "Alias:\n"
+msgid ""
+"{ channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | { nickname "
+"{[+|-]|i|w|s|o} }"
msgstr ""
-msgid "No alias found.\n"
+msgid ""
+"channel modes:\n"
+" channel: channel name to modify\n"
+" o: give/take channel operator privileges\n"
+" p: private channel flag\n"
+" s: secret channel flag\n"
+" i: invite-only channel flag\n"
+" t: topic settable by channel operator only flag\n"
+" n: no messages to channel from clients on the outside\n"
+" m: moderated channel\n"
+" l: set the user limit to channel\n"
+" b: set a ban mask to keep users out\n"
+" e: set exception mask\n"
+" v: give/take the ability to speak on a moderated channel\n"
+" k: set a channel key (password)\n"
+"user modes:\n"
+" nickname: nickname to modify\n"
+" i: mark a user as invisible\n"
+" s: mark a user for receive server notices\n"
+" w: user receives wallops\n"
+" o: operator flag"
msgstr ""
-msgid "List of aliases:\n"
+msgid "get the \"Message Of The Day\""
msgstr ""
-msgid "No alias defined.\n"
+msgid "send message to a nick or channel"
msgstr ""
-#, c-format
-msgid "%sServer: %s%s\n"
+msgid "receiver[,receiver] text"
msgstr ""
-#, c-format
-msgid "%snot connected\n"
+msgid ""
+"receiver: nick or channel (may be mask, '*' = current channel)\n"
+"text: text to send"
msgstr ""
-#, c-format
-msgid "%sChannel: %s%s %s(server: %s%s%s)\n"
+msgid "list nicknames on channels"
msgstr ""
-#, c-format
-msgid "%sPrivate with: %s%s %s(server: %s%s%s)\n"
+msgid "[channel[,channel]]"
msgstr ""
-#, c-format
-msgid "%sunknown\n"
+msgid "channel: channel name"
msgstr ""
-#, c-format
-msgid "%sraw IRC data\n"
+msgid "change current nickname"
msgstr ""
-msgid "Open buffers:\n"
+msgid "[-all] nickname"
msgstr ""
-#, c-format
-msgid "%s incorrect buffer number\n"
+msgid ""
+" -all: set new nickname for all connected servers\n"
+"nickname: new nickname"
msgstr ""
-#, c-format
-msgid "%s can not close the single buffer\n"
+msgid "send notice message to user"
msgstr ""
-#, c-format
-msgid "%s can not close server buffer while channels are open\n"
+msgid "nickname text"
msgstr ""
-msgid "Default notify levels for servers:"
+msgid ""
+"nickname: user to send notice to\n"
+" text: text to send"
msgstr ""
-msgid "Notify levels:"
+msgid "gives channel operator status to nickname(s)"
msgstr ""
-msgid "Raw IRC data"
+msgid "nickname [nickname]"
msgstr ""
-#, c-format
-msgid "%s incorrect notify level (must be between %d and %d)\n"
+msgid "get operator privileges"
msgstr ""
-#, c-format
-msgid "%s incorrect buffer for notify (must be server, channel or private)\n"
+msgid "user password"
msgstr ""
-#, c-format
-msgid "New default notify level for server %s%s%s: %s%d %s"
+msgid "user/password: used to get privileges on current IRC server"
msgstr ""
-#, c-format
-msgid "New notify level for %s%s%s: %s%d %s"
+msgid "leave a channel"
msgstr ""
-msgid "(hotlist: never)\n"
+msgid ""
+" channel: channel name to leave\n"
+"part_message: part message (displayed to other users)"
msgstr ""
-msgid "(hotlist: highlights)\n"
+msgid "ping server"
msgstr ""
-msgid "(hotlist: highlights + messages)\n"
+msgid "server1 [server2]"
msgstr ""
-msgid "(hotlist: highlights + messages + join/part (all))\n"
+msgid ""
+"server1: server to ping\n"
+"server2: forward ping to this server"
msgstr ""
-#, c-format
-msgid "%s buffer number \"%s\" not found for \"%s\" command\n"
+msgid "answer to a ping message"
msgstr ""
-#, c-format
-msgid "%s unknown option for \"%s\" command\n"
+msgid "daemon [daemon2]"
msgstr ""
-#, c-format
-msgid "%s already connected to server \"%s\"!\n"
+msgid ""
+" daemon: daemon who has responded to Ping message\n"
+"daemon2: forward message to this daemon"
msgstr ""
-#, c-format
-msgid "%s currently connecting to server \"%s\"!\n"
+msgid "send a private message to a nick"
msgstr ""
-#, c-format
-msgid "%s missing argument for \"%s\" option\n"
+msgid "nickname [text]"
msgstr ""
-#, c-format
-msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
+msgid ""
+"nickname: nickname for private conversation\n"
+" text: text to send"
msgstr ""
-#, c-format
-msgid "%s unable to create server \"%s\"\n"
+msgid "close all connections and quit"
msgstr ""
-#, c-format
-msgid "%s not connected to server \"%s\"!\n"
+msgid "[quit_message]"
msgstr ""
-msgid "Auto-reconnection is cancelled\n"
+msgid "quit_message: quit message (displayed to other users)"
msgstr ""
-#, c-format
-msgid "%s server \"%s\" not found\n"
+msgid "send raw data to server without parsing"
msgstr ""
-#, c-format
-msgid "%s internal commands:\n"
+msgid "data"
msgstr ""
-msgid "IRC commands:\n"
+msgid "data: raw data to send"
msgstr ""
-msgid "Plugin commands:\n"
+msgid "reconnect to server(s)"
msgstr ""
-#, c-format
-msgid "No help available, \"%s\" is an unknown command\n"
+msgid "[-all [-nojoin] | servername [servername ...] [-nojoin]]"
msgstr ""
-#, c-format
-msgid "%son %s%s%s/%s%s%s:%s ignoring %s%s%s from %s%s\n"
+msgid ""
+" -all: reconnect to all servers\n"
+"servername: server name to reconnect\n"
+" -nojoin: do not join any channel (even if autojoin is enabled on server)"
msgstr ""
-msgid "List of ignore:\n"
+msgid "tell the server to reload its config file"
msgstr ""
-msgid "No ignore defined.\n"
+msgid "tell the server to restart itself"
msgstr ""
-msgid "New ignore:"
+msgid "register a new service"
msgstr ""
-#, c-format
-msgid "New key binding: %s"
+msgid "nickname reserved distribution type reserved info"
msgstr ""
-msgid "Key bindings:\n"
+msgid ""
+"distribution: visibility of service\n"
+" type: reserved for future usage"
msgstr ""
-#, c-format
-msgid "Key \"%s\" unbound\n"
+msgid "list, add or remove servers"
msgstr ""
-#, c-format
-msgid "%s unable to unbind key \"%s\"\n"
+msgid ""
+"[list [servername]] | [listfull [servername]] | [add servername hostname [-"
+"port port] [-temp] [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks "
+"nick1 nick2 nick3] [-username username] [-realname realname] [-command "
+"command] [-autojoin channel[,channel]] ] | [copy servername newservername] | "
+"[rename servername newservername] | [keep servername] | [del servername]"
msgstr ""
-msgid "Internal key functions:\n"
+msgid ""
+" list: list servers (no parameter implies this list)\n"
+" listfull: list servers with detailed info for each server\n"
+" add: create a new server\n"
+"servername: server name, for internal and display use\n"
+" hostname: name or IP address of server\n"
+" port: port for server (integer, default is 6667)\n"
+" temp: create temporary server (not saved in config file)\n"
+" auto: automatically connect to server when WeeChat starts\n"
+" noauto: do not connect to server when WeeChat starts (default)\n"
+" ipv6: use IPv6 protocol\n"
+" ssl: use SSL protocol\n"
+" password: password for server\n"
+" nick1: first nick for server\n"
+" nick2: alternate nick for server\n"
+" nick3: second alternate nick for server\n"
+" username: user name\n"
+" realname: real name of user\n"
+" copy: duplicate a server\n"
+" rename: rename a server\n"
+" keep: keep server in config file (for temporary servers only)\n"
+" del: delete a server\n"
+" deloutq: delete messages out queue for all servers (all messages WeeChat "
+"is currently sending)"
msgstr ""
-#, c-format
-msgid "%s unknown key function \"%s\"\n"
+msgid "list services currently connected to the network"
msgstr ""
-msgid "Default key bindings restored\n"
+msgid "[mask [type]]"
msgstr ""
-#, c-format
-msgid "%s \"-yes\" argument is required for keys reset (security reason)\n"
+msgid ""
+"mask: list only services matching this mask\n"
+"type: list only services of this type"
msgstr ""
-msgid "Key:\n"
+msgid "deliver a message to a service"
msgstr ""
-msgid "No key found.\n"
+msgid "service text"
msgstr ""
-msgid "global"
+msgid ""
+"service: name of service\n"
+"text: text to send"
msgstr ""
-msgid "local"
+msgid "disconnect server links"
msgstr ""
-msgid "top"
+msgid "server comment"
msgstr ""
-msgid "bottom"
+msgid ""
+"server: server name\n"
+"comment: comment for quit"
msgstr ""
-msgid "left"
+msgid "query statistics about server"
msgstr ""
-msgid "right"
+msgid "[query [server]]"
msgstr ""
-msgid "Open panels:\n"
+msgid ""
+" query: c/h/i/k/l/m/o/y/u (see RFC1459)\n"
+"server: server name"
msgstr ""
-msgid "Plugins loaded:\n"
+msgid ""
+"give users who are on a host running an IRC server a message asking them to "
+"please join IRC"
msgstr ""
-msgid " message handlers:\n"
+msgid "user [target [channel]]"
msgstr ""
-#, c-format
-msgid " IRC(%s)\n"
+msgid ""
+" user: username\n"
+"target: server name\n"
+"channel: channel name"
msgstr ""
-msgid " (no message handler)\n"
+msgid "query local time from server"
msgstr ""
-msgid " command handlers:\n"
+msgid "target: query time from specified server"
msgstr ""
-msgid " (no command handler)\n"
+msgid "get/set channel topic"
msgstr ""
-msgid " timer handlers:\n"
+msgid "[channel] [topic]"
msgstr ""
-#, c-format
-msgid " %d seconds\n"
+msgid ""
+"channel: channel name\n"
+"topic: new topic for channel (if topic is \"-delete\" then topic is deleted)"
msgstr ""
-msgid " (no timer handler)\n"
+msgid "find the route to specific server"
msgstr ""
-msgid " keyboard handlers:\n"
+msgid "unbans nicks or hosts"
msgstr ""
-msgid " (no keyboard handler)\n"
+msgid "[channel] nickname [nickname ...]"
msgstr ""
-#, c-format
-msgid " %d defined\n"
+msgid ""
+" channel: channel for unban\n"
+"nickname: user or host to unban"
msgstr ""
-msgid " event handlers:\n"
+msgid "return a list of information about nicknames"
msgstr ""
-msgid " (no event handler)\n"
+msgid "list of users logged into the server"
msgstr ""
-msgid " modifiers:\n"
+msgid "gives the version info of nick or server (current or specified)"
msgstr ""
-msgid " (no modifier)\n"
+msgid "[server | nickname]"
msgstr ""
-msgid "No plugin found.\n"
+msgid ""
+" server: server name\n"
+"nickname: nickname"
msgstr ""
-msgid " (no plugin)\n"
+msgid "gives voice to nickname(s)"
msgstr ""
-#, c-format
msgid ""
-"Command \"%s\" is not available, WeeChat was built without plugins support.\n"
+"send a message to all currently connected users who have set the 'w' user "
+"mode for themselves"
msgstr ""
-msgid "Configuration file saved\n"
+msgid "text to send"
msgstr ""
-#, c-format
-msgid "%s failed to save configuration file\n"
+msgid "generate a query which returns a list of information"
msgstr ""
-msgid "Plugins options saved\n"
+msgid "[mask [\"o\"]]"
msgstr ""
-#, c-format
-msgid "%s failed to save plugins options\n"
+msgid ""
+"mask: only information which match this mask\n"
+" o: only operators are returned according to the mask supplied"
msgstr ""
-msgid "All servers:\n"
+msgid "query information about user(s)"
msgstr ""
-msgid "No server.\n"
+msgid "[server] nickname[,nickname]"
msgstr ""
-#, c-format
-msgid "Servers with '%s':\n"
+msgid ""
+" server: server name\n"
+"nickname: nickname (may be a mask)"
msgstr ""
-#, c-format
-msgid "No server with '%s' found.\n"
+msgid "ask for information about a nickname which no longer exists"
msgstr ""
-#, c-format
-msgid "%s missing parameters for \"%s\" command\n"
+msgid "nickname [,nickname [,nickname ...]] [count [target]]"
msgstr ""
-#, c-format
-msgid "%s server \"%s\" already exists, can't create it!\n"
+msgid ""
+"nickname: nickname to search\n"
+" count: number of replies to return (full search if negative number)\n"
+" target: reply should match this mask"
msgstr ""
#, c-format
-msgid "Server %s%s%s created\n"
+msgid "%s cannot find nick for sending message\n"
msgstr ""
#, c-format
-msgid "%s unable to create server\n"
+msgid "Future away on %s%s%s: %s\n"
msgstr ""
#, c-format
-msgid "%s missing server name for \"%s\" command\n"
+msgid "Future away on %s%s%s removed.\n"
msgstr ""
#, c-format
-msgid "%s server \"%s\" not found for \"%s\" command\n"
+msgid "%s \"%s\" command can only be executed in a channel buffer\n"
msgstr ""
#, c-format
-msgid "%s server \"%s\" already exists for \"%s\" command\n"
+msgid "%s already connected to server \"%s\"!\n"
msgstr ""
#, c-format
-msgid "Server %s%s%s has been copied to %s%s\n"
+msgid "%s currently connecting to server \"%s\"!\n"
msgstr ""
#, c-format
-msgid "Server %s%s%s has been renamed to %s%s\n"
+msgid "%s missing argument for \"%s\" option\n"
msgstr ""
#, c-format
-msgid "%s server \"%s\" is not a temporary server\n"
+msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n"
msgstr ""
#, c-format
-msgid "Server %s%s%s is not temporary any more\n"
+msgid "%s unable to create server \"%s\"\n"
msgstr ""
#, c-format
-msgid ""
-"%s you can not delete server \"%s\" because you are connected to. Try /"
-"disconnect %s before.\n"
+msgid "%s \"%s\" command can not be executed on a server buffer\n"
msgstr ""
#, c-format
-msgid "Server %s%s%s has been deleted\n"
-msgstr ""
-
-msgid ""
-"Messages outqueue DELETED for all servers. Some messages from you or WeeChat "
-"may have been lost!\n"
-msgstr ""
-
-msgid "(unknown)"
+msgid "%s wrong argument count for \"%s\" command\n"
msgstr ""
#, c-format
-msgid "%s(password hidden) "
+msgid "%s wrong arguments for \"%s\" command\n"
msgstr ""
#, c-format
-msgid "%s config option \"%s\" not found\n"
+msgid "%s not connected to server \"%s\"!\n"
msgstr ""
-#, c-format
-msgid "%s incorrect value for option \"%s\"\n"
+msgid "Auto-reconnection is cancelled\n"
msgstr ""
#, c-format
-msgid "%s option \"%s\" can not be changed while WeeChat is running\n"
+msgid "%s server \"%s\" not found\n"
msgstr ""
#, c-format
-msgid "No config option found with \"%s\"\n"
-msgstr ""
-
-msgid "No config option found\n"
+msgid "%s \"%s\" is not a valid regular expression (%s)\n"
msgstr ""
#, c-format
-msgid "%sDetail:\n"
-msgstr ""
-
-msgid " . type boolean (values: 'on' or 'off')\n"
+msgid "%s not enough memory for regular expression\n"
msgstr ""
#, c-format
-msgid " . default value: '%s'\n"
+msgid "%s \"%s\" command can only be executed in a channel or private buffer\n"
msgstr ""
#, c-format
-msgid " . type integer (values: between %d and %d)\n"
+msgid "%s nick \"%s\" not found for \"%s\" command\n"
msgstr ""
#, c-format
-msgid " . default value: %d\n"
-msgstr ""
-
-msgid " . type string (values: "
-msgstr ""
-
-msgid "empty"
-msgstr ""
-
-msgid " . type color (Curses or Gtk color, look at WeeChat doc)\n"
+msgid "%s cannot create new private buffer \"%s\"\n"
msgstr ""
-msgid " . type string (any string)\n"
+#, c-format
+msgid "%s command \"%s\" needs a server connection!\n"
msgstr ""
-msgid " . type: char (any char)\n"
+msgid "All servers:\n"
msgstr ""
-#, c-format
-msgid " . type string (any string, limit: %d chars)\n"
+msgid "No server.\n"
msgstr ""
#, c-format
-msgid " . description: %s\n"
+msgid "Servers with '%s':\n"
msgstr ""
#, c-format
-msgid "config option(s) found with \"%s\"\n"
-msgstr ""
-
-msgid "config option(s) found\n"
+msgid "No server with '%s' found.\n"
msgstr ""
#, c-format
-msgid "%s incorrect value for plugin option \"%s\"\n"
+msgid "%s missing parameters for \"%s\" command\n"
msgstr ""
#, c-format
-msgid "No plugin option found with \"%s\"\n"
-msgstr ""
-
-msgid "No plugin option found\n"
+msgid "%s server \"%s\" already exists, can't create it!\n"
msgstr ""
#, c-format
-msgid "plugin option(s) found with \"%s\"\n"
-msgstr ""
-
-msgid "plugin option(s) found\n"
+msgid "Server %s%s%s created\n"
msgstr ""
#, c-format
-msgid "%s alias or command \"%s\" not found\n"
+msgid "%s unable to create server\n"
msgstr ""
#, c-format
-msgid "Alias \"%s\" removed\n"
+msgid "%s missing server name for \"%s\" command\n"
msgstr ""
#, c-format
-msgid "%s%d%s ignore was removed.\n"
-msgid_plural "%s%d%s ignore were removed.\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#, c-format
-msgid "%s no ignore found\n"
+msgid "%s server \"%s\" not found for \"%s\" command\n"
msgstr ""
#, c-format
-msgid "%s can't upgrade: connection to at least one server is pending\n"
+msgid "%s server \"%s\" already exists for \"%s\" command\n"
msgstr ""
#, c-format
-msgid ""
-"%s can't upgrade: connection to at least one SSL server is active (should be "
-"fixed in a future version)\n"
+msgid "Server %s%s%s has been copied to %s%s\n"
msgstr ""
#, c-format
-msgid ""
-"%s can't upgrade: anti-flood is active on at least one server (sending many "
-"lines)\n"
-msgstr ""
-
-msgid "Upgrading WeeChat...\n"
+msgid "Server %s%s%s has been renamed to %s%s\n"
msgstr ""
#, c-format
-msgid "%s unable to save session in file\n"
+msgid "%s server \"%s\" is not a temporary server\n"
msgstr ""
#, c-format
-msgid "%s exec failed (program: \"%s\"), exiting WeeChat\n"
+msgid "Server %s%s%s is not temporary any more\n"
msgstr ""
#, c-format
-msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s"
+msgid ""
+"%s you can not delete server \"%s\" because you are connected to. Try /"
+"disconnect %s before.\n"
msgstr ""
#, c-format
-msgid "WeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s"
-msgstr ""
-
-msgid "Open windows:\n"
+msgid "Server %s%s%s has been deleted\n"
msgstr ""
-#, c-format
msgid ""
-"%s can not merge windows, there's no other window with same size near "
-"current one.\n"
+"Messages outqueue DELETED for all servers. Some messages from you or WeeChat "
+"may have been lost!\n"
msgstr ""
#, c-format
-msgid "%s unable to create FIFO pipe for remote control (%s)\n"
+msgid "%s unknown option for \"%s\" command\n"
msgstr ""
#, c-format
-msgid "%s unable to open FIFO pipe (%s) for reading\n"
-msgstr ""
-
-msgid "FIFO pipe is open\n"
+msgid "%s, compiled on %s %s\n"
msgstr ""
-#, c-format
-msgid "%s invalid text received on FIFO pipe\n"
+msgid "use same buffer for all servers"
msgstr ""
-#, c-format
-msgid "%s server \"%s\" not found (FIFO pipe data)\n"
+msgid "open new channels/privates near server"
msgstr ""
-#, c-format
-msgid "%s channel \"%s\" not found (FIFO pipe data)\n"
+msgid "text to display before nick in chat window"
msgstr ""
-#, c-format
-msgid "%s error reading FIFO pipe, closing it\n"
+msgid "text to display after nick in chat window"
msgstr ""
-msgid "FIFO pipe is closed\n"
+msgid "display message when (un)marking as away"
msgstr ""
-#, c-format
-msgid "%s cannot add a buffer to hotlist\n"
+msgid "show remote away message only once in private"
msgstr ""
-#, c-format
msgid ""
-"%s unable to create/append to log file (weechat.log)\n"
-"If another WeeChat process is using this file, try to run WeeChat\n"
-"with another home using \"--dir\" command line option.\n"
+"default part message (leaving channel) ('%v' will be replaced by WeeChat "
+"version in string)"
msgstr ""
-#, c-format
msgid ""
-"Last operation with session file was at position %ld, read of %d bytes\n"
+"default quit message ('%v' will be replaced by WeeChat version in string)"
msgstr ""
-#, c-format
-msgid ""
-"Please send %s/%s, %s/%s and above messages to WeeChat developers for "
-"support.\n"
-"Be careful, private info may be in these files.\n"
+msgid "display notices as private messages"
msgstr ""
-#, c-format
-msgid "wrong type in file (expected: %d, read: %d)"
+msgid "interval between two checks for away (in minutes, 0 = never check)"
msgstr ""
-msgid "invalid length for a buffer"
+msgid ""
+"do not check away nicks on channels with high number of nicks (0 = unlimited)"
msgstr ""
-msgid "object read error"
+msgid "interval between two checks for lag (in seconds)"
msgstr ""
-#, c-format
-msgid "wrong object (expected: %d, read: %d)"
+msgid "minimum lag to show (in seconds)"
msgstr ""
-msgid "type read error"
+msgid "disconnect after important lag (in minutes, 0 = never disconnect)"
msgstr ""
-#, c-format
-msgid "wrong type (expected: %d, read: %d)"
+msgid "anti-flood: # seconds between two user messages (0 = no anti-flood)"
msgstr ""
-msgid "server name not found"
+msgid ""
+"comma separated list of words to highlight (case insensitive comparison, "
+"words may begin or end with \"*\" for partial match)"
msgstr ""
-#, c-format
-msgid "session: loading server \"%s\"\n"
+msgid "when off, colors codes are ignored in incoming messages"
msgstr ""
-msgid "server found, updating values\n"
+msgid ""
+"allow user to send colors with special codes (^Cb=bold, ^Ccxx=color, ^Ccxx,"
+"yy=color+background, ^Cu=underline, ^Cr=reverse)"
msgstr ""
-msgid "server not found, creating new one\n"
+msgid "send unknown commands to IRC server"
msgstr ""
-msgid "can't create new server"
+msgid "automatically accept incoming dcc files"
msgstr ""
-msgid "unexpected end of file (reading server)"
+msgid "automatically accept dcc chats (use carefully!)"
msgstr ""
-msgid "gnutls init error"
+msgid "timeout for dcc request (in seconds)"
msgstr ""
-msgid "gnutls handshake failed"
+msgid "block size for dcc packets in bytes (default: 65536)"
msgstr ""
-#, c-format
-msgid "session: warning: ignoring value from server (object id: %d)\n"
+msgid "does not wait for ACK when sending file"
msgstr ""
-msgid "channel found without server"
+msgid ""
+"restricts outgoing dcc to use only ports in the given range (useful for NAT) "
+"(syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value "
+"means any port)"
msgstr ""
-msgid "channel type not found"
+msgid ""
+"IP or DNS address used for outgoing dcc (if empty, local interface IP is "
+"used)"
msgstr ""
-msgid "channel name not found"
+msgid "path for writing incoming files with dcc (default: user home)"
msgstr ""
-#, c-format
-msgid "session: loading channel \"%s\"\n"
+msgid ""
+"path for reading files when sending thru dcc (when no path is specified)"
msgstr ""
-msgid "can't create new channel"
+msgid "convert spaces to underscores when sending files"
msgstr ""
-msgid "unexpected end of file (reading channel)"
+msgid "rename incoming files if already exists (add '.1', '.2', ...)"
msgstr ""
-#, c-format
-msgid "session: warning: ignoring value from channel (object id: %d)\n"
+msgid ""
+"automatically resume dcc transfer if connection with remote host is loosed"
msgstr ""
-msgid "nick found without channel"
+msgid "automatically log server messages"
msgstr ""
-msgid "nick name not found"
+msgid "automatically log channel chats"
msgstr ""
-msgid "can't create new nick"
+msgid "automatically log private chats"
msgstr ""
-msgid "unexpected end of file (reading nick)"
+msgid "hide password displayed by nickserv"
msgstr ""
-#, c-format
-msgid "session: warning: ignoring value from nick (object id: %d)\n"
+msgid "name associated to IRC server (for display only)"
msgstr ""
-msgid "can't create new DCC"
+msgid "automatically connect to server when WeeChat is starting"
msgstr ""
-msgid "session: loading DCC\n"
+msgid "automatically reconnect to server when disconnected"
msgstr ""
-msgid "unexpected end of file (reading DCC)"
+msgid "delay (in seconds) before trying again to reconnect to server"
msgstr ""
-msgid "server not found for DCC"
+msgid "IP address or hostname of IRC server"
msgstr ""
-msgid "DCC with channel but without server"
+msgid "port for connecting to server"
msgstr ""
-msgid "channel not found for DCC"
+msgid "use IPv6 protocol for server communication"
msgstr ""
-#, c-format
-msgid "session: warning: ignoring value from DCC (object id: %d)\n"
+msgid "use SSL for server communication"
msgstr ""
-msgid "session: loading buffer history\n"
+msgid "password for IRC server"
msgstr ""
-msgid "session: loading global history\n"
+msgid "nickname to use on IRC server"
msgstr ""
-msgid "unexpected end of file (reading history)"
+msgid "alternate nickname to use on IRC server (if nickname is already used)"
msgstr ""
-#, c-format
-msgid "session: warning: ignoring value from history (object id: %d)\n"
+msgid ""
+"2nd alternate nickname to use on IRC server (if alternate nickname is "
+"already used)"
msgstr ""
-msgid "server name not found for buffer"
+msgid "user name to use on IRC server"
msgstr ""
-msgid "channel name not found for buffer"
+msgid "real name to use on IRC server"
msgstr ""
-msgid "buffer type not found"
+msgid ""
+"custom hostname/IP for server (optional, if empty local hostname is used)"
msgstr ""
-#, c-format
-msgid "session: loading buffer (server: %s, channel: %s, type: %d)\n"
+msgid ""
+"command(s) to run when connected to server (many commands should be "
+"separated by ';', use '\\;' for a semicolon, special variables $nick, "
+"$channel and $server are replaced by their value)"
msgstr ""
-msgid "server not found for buffer"
+msgid ""
+"delay (in seconds) after command was executed (example: give some time for "
+"authentication)"
msgstr ""
-msgid "channel not found for buffer"
+msgid ""
+"comma separated list of channels to join when connected to server (example: "
+"\"#chan1,#chan2,#chan3 key1,key2\")"
msgstr ""
-msgid "can't create new buffer"
+msgid "automatically rejoin channels when kicked"
msgstr ""
-msgid "unexpected end of file (reading buffer)"
+msgid ""
+"comma separated list of notify levels for channels of this server (format: "
+"#channel:1,..), a channel name '*' is reserved for server default notify "
+"level"
msgstr ""
#, c-format
-msgid "session: warning: ignoring value from buffer (object id: %d)\n"
-msgstr ""
-
-msgid "line found without buffer"
-msgstr ""
-
-msgid "can't create new line"
-msgstr ""
-
-msgid "unexpected end of file (reading line)"
+msgid "%s %s, line %d: new server, but previous was incomplete\n"
msgstr ""
#, c-format
-msgid "session: warning: ignoring value from line (object id: %d)\n"
-msgstr ""
-
-msgid "unexpected end of file (reading uptime)"
+msgid "%s %s, line %d: server '%s' already exists\n"
msgstr ""
#, c-format
-msgid "session: warning: ignoring value from uptime (object id: %d)\n"
-msgstr ""
-
-msgid "unexpected end of file (reading hotlist)"
-msgstr ""
-
-msgid "session file not found"
+msgid "%s %s, line %d: unable to create server\n"
msgstr ""
-msgid "signature not found"
+msgid "Waiting"
msgstr ""
-msgid "bad session signature"
+msgid "Connecting"
msgstr ""
-msgid "object id not found"
+msgid "Active"
msgstr ""
-msgid "failed to load server"
+msgid "Done"
msgstr ""
-msgid "failed to load channel"
+msgid "Failed"
msgstr ""
-msgid "failed to load nick"
+msgid "Aborted"
msgstr ""
-msgid "failed to load DCC"
+#, c-format
+msgid "DCC: file %s%s%s"
msgstr ""
-msgid "failed to load history"
+#, c-format
+msgid " (local filename: %s%s%s)"
msgstr ""
-msgid "failed to load buffer"
+msgid " sent to "
msgstr ""
-msgid "failed to load line"
+msgid " received from "
msgstr ""
-msgid "failed to load uptime"
+msgid "OK"
msgstr ""
-msgid "failed to load hotlist"
+msgid "FAILED"
msgstr ""
#, c-format
-msgid "ignoring object (id: %d)\n"
+msgid "DCC chat closed with %s%s %s(%s%d.%d.%d.%d%s)\n"
msgstr ""
#, c-format
-msgid "failed to ignore object (id: %d)"
+msgid ""
+"%s can't associate DCC chat with private buffer (maybe private buffer has "
+"already DCC CHAT?)\n"
msgstr ""
#, c-format
-msgid "%s can't delete session file (%s)\n"
+msgid "Connected to %s%s %s(%s%d.%d.%d.%d%s)%s via DCC chat\n"
msgstr ""
-msgid "Upgrade completed successfully\n"
+#, c-format
+msgid "DCC: file %s%s%s resumed at position %u\n"
msgstr ""
#, c-format
msgid ""
-"%s (c) Copyright 2003-2007, compiled on %s %s\n"
-"Developed by FlashCode <flashcode@flashtux.org> - %s"
+"%s can't resume file \"%s\" (port: %d, start position: %u): DCC not found or "
+"ended\n"
msgstr ""
#, c-format
-msgid ""
-"Usage: %s [options ...]\n"
-" or: %s [irc[6][s]://[nickname[:password]@]irc.example.org[:port][/channel]"
-"[,channel[...]]"
+msgid "%s not enough memory for new DCC\n"
msgstr ""
-msgid ""
-" -a, --no-connect disable auto-connect to servers at startup\n"
-" -c, --config display config file options\n"
-" -d, --dir <path> set WeeChat home directory (default: ~/.weechat)\n"
-" -f, --key-functions display WeeChat internal functions for keys\n"
-" -h, --help this help\n"
-" -i, --irc-commands display IRC commands\n"
-" -k, --keys display WeeChat default keys\n"
-" -l, --license display WeeChat license\n"
-" -p, --no-plugin don't load any plugin at startup\n"
-" -v, --version display WeeChat version\n"
-" -w, --weechat-commands display WeeChat commands\n"
+msgid "DCC chat"
msgstr ""
+#, c-format
msgid ""
-"WeeChat configuration options (<weechat_home>/weechat.rc):\n"
-"\n"
-msgstr ""
-
-msgid " . type: boolean\n"
-msgstr ""
-
-msgid " . values: 'on' or 'off'\n"
-msgstr ""
-
-msgid " . type: integer\n"
+"Incoming DCC file from %s%s%s (%s%d.%d.%d.%d%s)%s: %s%s%s, %s%lu%s bytes\n"
msgstr ""
#, c-format
-msgid " . values: between %d and %d\n"
-msgstr ""
-
-msgid " . type: string\n"
-msgstr ""
-
-msgid " . values: "
-msgstr ""
-
-msgid " . type: color\n"
-msgstr ""
-
-msgid " . values: Curses or Gtk color\n"
-msgstr ""
-
-msgid " . values: any string\n"
-msgstr ""
-
-msgid " . type: char\n"
-msgstr ""
-
-msgid " . values: any char\n"
+msgid ""
+"Sending DCC file to %s%s%s: %s%s%s (local filename: %s%s%s), %s%lu%s bytes\n"
msgstr ""
#, c-format
-msgid " . values: any string (limit: %d chars)\n"
+msgid "Incoming DCC chat request from %s%s%s (%s%d.%d.%d.%d%s)\n"
msgstr ""
#, c-format
-msgid "%s default keys:\n"
+msgid "Sending DCC chat request to %s%s\n"
msgstr ""
#, c-format
-msgid "%s missing argument for --dir option\n"
+msgid ""
+"DCC: file %s%s%s (local filename: %s%s%s) will be resumed at position %u\n"
msgstr ""
#, c-format
-msgid "%s missing argument for --session option\n"
+msgid "%s not enough memory for DCC SEND\n"
msgstr ""
#, c-format
-msgid "%s invalid syntax for IRC server ('%s'), ignored\n"
+msgid "%s cannot access file \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s unable to create server ('%s'), ignored\n"
+msgid "%s could not find address for '%s'. Falling back to local IP.\n"
msgstr ""
#, c-format
-msgid "%s unknown parameter '%s', ignored\n"
+msgid "%s cannot create socket for DCC\n"
msgstr ""
#, c-format
-msgid "%s cannot create directory \"%s\"\n"
+msgid "%s cannot find available port for DCC\n"
msgstr ""
#, c-format
-msgid "%s unable to get HOME directory\n"
+msgid "%s cannot send DCC\n"
msgstr ""
#, c-format
-msgid "%s not enough memory for home directory\n"
+msgid "%s error sending data to \"%s\" via DCC CHAT\n"
msgstr ""
#, c-format
-msgid "%s home (%s) is not a directory\n"
+msgid "Private %s> %s"
msgstr ""
#, c-format
-msgid "%s unable to create \"%s\" directory\n"
+msgid "%s DCC: unable to create pipe\n"
msgstr ""
#, c-format
-msgid "%sWelcome to %s%s%s, %s\n"
-msgstr ""
-
-msgid "compiled on"
-msgstr ""
-
-msgid "WeeChat Error:"
-msgstr ""
-
-msgid "WeeChat Warning:"
+msgid "%s DCC: unable to read local file\n"
msgstr ""
-msgid "save config file on exit"
+#, c-format
+msgid "%s DCC: unable to send block to receiver\n"
msgstr ""
-msgid "set title for window (terminal for Curses GUI) with name and version"
+#, c-format
+msgid "%s DCC: unable to read ACK from receiver\n"
msgstr ""
-msgid "display WeeChat logo at startup"
+#, c-format
+msgid "%s DCC: unable to connect to sender\n"
msgstr ""
-msgid "display WeeChat version at startup"
+#, c-format
+msgid "%s DCC: unable to receive block from sender\n"
msgstr ""
-msgid "WeeChat slogan"
+#, c-format
+msgid "%s DCC: unable to write local file\n"
msgstr ""
-msgid "WeeChat slogan (if empty, slogan is not used)"
+#, c-format
+msgid "%s DCC: unable to fork\n"
msgstr ""
-msgid "use same buffer for all servers"
+#, c-format
+msgid "%s DCC: timeout\n"
msgstr ""
-msgid "open new channels/privates near server"
+#, c-format
+msgid "%s DCC: unable to create socket for sending file\n"
msgstr ""
-msgid "how many lines to scroll by with scroll_up and scroll_down"
+#, c-format
+msgid "%s DCC: unable to set 'nonblock' option for socket\n"
msgstr ""
-msgid "timestamp for buffers"
+#, c-format
+msgid "Aborting active DCC: \"%s\" from %s\n"
msgstr ""
-msgid "number of colors to use for nicks colors"
+#, c-format
+msgid "%sServer: %s%s %s[%s%s%s]\n"
msgstr ""
-msgid "display actions with different colors"
+msgid "connected"
msgstr ""
-msgid "display nicklist window"
+msgid "not connected"
msgstr ""
-msgid "display nicklist window (for channel windows)"
+msgid "on"
msgstr ""
-msgid "nicklist position"
+msgid "off"
msgstr ""
-msgid "nicklist position (top, left, right (default), bottom)"
+msgid " (temporary server, will not be saved)"
msgstr ""
-msgid "min size for nicklist"
+msgid "(hidden)"
msgstr ""
-msgid ""
-"min size for nicklist (width or height, depending on look_nicklist_position "
-"(0 = no min size))"
-msgstr ""
+#, c-format
+msgid "%d channel"
+msgid_plural "%d channels"
+msgstr[0] ""
+msgstr[1] ""
-msgid "max size for nicklist"
+#, c-format
+msgid "%d pv"
msgstr ""
-msgid ""
-"max size for nicklist (width or height, depending on look_nicklist_position "
-"(0 = no max size; if min = max and > 0, then size is fixed))"
+msgid " (temporary)"
msgstr ""
-msgid "separator between chat and nicklist"
+#, c-format
+msgid "%s you are not connected to server\n"
msgstr ""
-msgid "text to display instead of nick when not connected"
+msgid "This buffer is not a channel!\n"
msgstr ""
-msgid "display nick mode ((half)op/voice) before each nick"
+#, c-format
+msgid "Not enough memory to write log file \"%s\"\n"
msgstr ""
-msgid "display space if nick mode is not (half)op/voice"
+msgid "error received from IRC server"
msgstr ""
-msgid "text to display before nick in chat window"
+msgid "message received"
msgstr ""
-msgid "text to display after nick in chat window"
+msgid "a server message"
msgstr ""
-msgid "nick alignment (fixed size for nicks in chat window)"
+msgid "user mode string"
msgstr ""
-msgid ""
-"nick alignment (fixed size for nicks in chat window (none, left, right))"
+msgid "away message"
msgstr ""
-msgid "alignment for other messages (not beginning with a nick)"
+msgid "userhost"
msgstr ""
-msgid "size for aligning nick and other messages"
+msgid "ison"
msgstr ""
-msgid "max size for aligning nick and other messages"
+msgid "unaway"
msgstr ""
-msgid ""
-"max size for aligning nick and other messages (should be >= to "
-"look_align_size)"
+msgid "now away"
msgstr ""
-msgid "offset for aligning lines of messages (except first lines)"
+msgid "whois (registered nick)"
msgstr ""
-msgid ""
-"offset for aligning lines of messages (except first lines), default is -1 "
-"(align after nick), a null or positive value is offset after beginning of "
-"line"
+msgid "whois (help mode)"
msgstr ""
-msgid "the string inserted after nick completion"
+msgid "whois (user)"
msgstr ""
-msgid "chars ignored for nick completion"
+msgid "whois (server)"
msgstr ""
-msgid "smart completion for nicks"
+msgid "whois (operator)"
msgstr ""
-msgid "smart completion for nicks (completes with last speakers first)"
+msgid "whowas"
msgstr ""
-msgid "complete only with first nick found"
+msgid "end of /who list"
msgstr ""
-msgid "enable info bar"
+msgid "whois (idle)"
msgstr ""
-msgid "timestamp for time in infobar"
+msgid "whois (end)"
msgstr ""
-msgid "display seconds in infobar time"
+msgid "whois (channels)"
msgstr ""
-msgid "delay (in seconds) for highlight messages in infobar"
+msgid "whois (identified user)"
msgstr ""
-msgid ""
-"delay (in seconds) for highlight messages in infobar (0 = disable highlight "
-"notifications in infobar)"
+msgid "/list start"
msgstr ""
-msgid "max number of names in hotlist"
+msgid "channel (for /list)"
msgstr ""
-msgid ""
-"max number of names in hotlist (0 = no name displayed, only buffer numbers)"
+msgid "/list end"
msgstr ""
-msgid "level for displaying names in hotlist"
+msgid "channel mode"
msgstr ""
-msgid ""
-"level for displaying names in hotlist (combination of: 1=join/part, "
-"2=message, 4=private, 8=highlight, for example: 12=private+highlight)"
+msgid "whois (has oper privs)"
msgstr ""
-msgid "max length of names in hotlist"
+msgid "whois (host)"
msgstr ""
-msgid "max length of names in hotlist (0 = no limit)"
+msgid "channel creation date"
msgstr ""
-msgid "hotlist sort type"
+msgid "no topic for channel"
msgstr ""
-msgid ""
-"hotlist sort type (group_time_asc (default), group_time_desc, "
-"group_number_asc, group_number_desc, number_asc, number_desc)"
+msgid "topic of channel"
msgstr ""
-msgid "display special message when day changes"
+msgid "infos about topic (nick and date changed)"
msgstr ""
-msgid "timestamp for date displayed when day changed"
+msgid "inviting"
msgstr ""
-msgid "use a marker on servers/channels to show first unread line"
+msgid "channel reop"
msgstr ""
-msgid "format for input prompt"
+msgid "end of channel reop list"
msgstr ""
-#, c-format
-msgid ""
-"format for input prompt ('%c' is replaced by channel or server, '%n' by nick "
-"and '%m' by nick modes)"
+msgid "channel exception list"
msgstr ""
-msgid "max number of lines for paste without asking user"
+msgid "end of channel exception list"
msgstr ""
-msgid ""
-"max number of lines for paste without asking user (0 = disable this feature)"
+msgid "server version"
msgstr ""
-msgid "if set, uses real white color"
+msgid "who"
msgstr ""
-msgid ""
-"if set, uses real white color, disabled by default for terms with white "
-"background (if you never use white background, you should turn on this "
-"option to see real white instead of default term foreground color)"
+msgid "list of nicks on channel"
msgstr ""
-msgid "color for window separators (when splited)"
+msgid "end of /names list"
msgstr ""
-msgid "color for title bar"
+msgid "banlist"
msgstr ""
-msgid "color for '+' when scrolling topic"
+msgid "end of banlist"
msgstr ""
-msgid "background for title bar"
+msgid "whois (connecting from)"
msgstr ""
-msgid "color for chat text"
+msgid "whois (using modes)"
msgstr ""
-msgid "color for time"
+msgid "no such nick/channel"
msgstr ""
-msgid "color for time in chat window"
+msgid "no such server"
msgstr ""
-msgid "color for time separator"
+msgid "no such channel"
msgstr ""
-msgid "color for time separator (chat window)"
+msgid "cannot send to channel"
msgstr ""
-msgid "color for 1st and 3rd char of prefix"
+msgid "too many channels"
msgstr ""
-msgid "color for middle char of prefix"
+msgid "was no such nick"
msgstr ""
-msgid "color for server name"
+msgid "no origin"
msgstr ""
-msgid "color for join arrow (prefix)"
+msgid "no services"
msgstr ""
-msgid "color for part/quit arrow (prefix)"
+msgid "no recipient"
msgstr ""
-msgid "color for nicks in actions"
+msgid "no text to send"
msgstr ""
-msgid "color for nicks in actions (chat window)"
+msgid "no toplevel"
msgstr ""
-msgid "color for hostnames"
+msgid "wilcard in toplevel domain"
msgstr ""
-msgid "color for hostnames (chat window)"
+msgid "unknown command"
msgstr ""
-msgid "color for channel names in actions"
+msgid "MOTD is missing"
msgstr ""
-msgid "color for channel names in actions (chat window)"
+msgid "no administrative info"
msgstr ""
-msgid "color for dark separators"
+msgid "file error"
msgstr ""
-msgid "color for dark separators (chat window)"
+msgid "no nickname given"
msgstr ""
-msgid "color for highlighted nick"
+msgid "erroneous nickname"
msgstr ""
-msgid "color for highlighted nick (chat window)"
+msgid "nickname already in use"
msgstr ""
-msgid "background for chat"
+msgid "nickname collision"
msgstr ""
-msgid "background for chat window"
+msgid "resource unavailable"
msgstr ""
-msgid "color for unread data marker"
+msgid "not authorized to change nickname"
msgstr ""
-msgid "background for unread data marker"
+msgid "user not in channel"
msgstr ""
-msgid "color for status bar"
+msgid "not on channel"
msgstr ""
-msgid "color for status bar delimiters"
+msgid "user already on channel"
msgstr ""
-msgid "color for current channel in status bar"
+msgid "user not logged in"
msgstr ""
-msgid "color for window with new messages"
+msgid "summon has been disabled"
msgstr ""
-msgid "color for window with new messages (status bar)"
+msgid "users has been disabled"
msgstr ""
-msgid "color for window with private message"
+msgid "you are not registered"
msgstr ""
-msgid "color for window with private message (status bar)"
+msgid "not enough parameters"
msgstr ""
-msgid "color for window with highlight"
+msgid "you may not register"
msgstr ""
-msgid "color for window with highlight (status bar)"
+msgid "your host isn't among the privileged"
msgstr ""
-msgid "color for window with new data (not messages)"
+msgid "password incorrect"
msgstr ""
-msgid "color for window with new data (not messages) (status bar)"
+msgid "you are banned from this server"
msgstr ""
-msgid "color for \"-MORE-\" text"
+msgid "channel key already set"
msgstr ""
-msgid "color for window with new data (status bar)"
+msgid "forwarding to another channel"
msgstr ""
-msgid "background for status window"
+msgid "channel is already full"
msgstr ""
-msgid "color for info bar text"
+msgid "unknown mode char to me"
msgstr ""
-msgid "color for infobar delimiters"
+msgid "cannot join channel (invite only)"
msgstr ""
-msgid "color for info bar highlight notification"
+msgid "cannot join channel (banned from channel)"
msgstr ""
-msgid "background for info bar window"
+msgid "cannot join channel (bad channel key)"
msgstr ""
-msgid "color for input text"
+msgid "bad channel mask"
msgstr ""
-msgid "color for input text (server name)"
+msgid "channel doesn't support modes"
msgstr ""
-msgid "color for input text (channel name)"
+msgid "you're not an IRC operator"
msgstr ""
-msgid "color for input text (nick name)"
+msgid "you're not channel operator"
msgstr ""
-msgid "color for input text (delimiters)"
+msgid "you can't kill a server!"
msgstr ""
-msgid "color for text not found"
+msgid "your connection is restricted!"
msgstr ""
-msgid "color for actions in input window"
+msgid "user is immune from kick/deop"
msgstr ""
-msgid "background for input window"
+msgid "network split"
msgstr ""
-msgid "color for nicknames"
+msgid "no O-lines for your host"
msgstr ""
-msgid "color for away nicknames"
+msgid "unknown mode flag"
msgstr ""
-msgid "color for chan owner symbol"
+msgid "can't change mode for other users"
msgstr ""
-msgid "color for chan owner symbol (specific to unrealircd)"
+msgid "whois (secure connection)"
msgstr ""
-msgid "color for chan admin symbol"
+#, c-format
+msgid "You have been invited to %s%s%s by %s%s\n"
msgstr ""
-msgid "color for chan admin symbol (specific to unrealircd)"
+#, c-format
+msgid "%s channel \"%s\" not found for \"%s\" command\n"
msgstr ""
-msgid "color for operator symbol"
+#, c-format
+msgid "%s \"%s\" command received without host\n"
msgstr ""
-msgid "color for half-operator symbol"
+#, c-format
+msgid "%s cannot create new channel \"%s\"\n"
msgstr ""
-msgid "color for voice symbol"
+#, c-format
+msgid "%s%s %s(%s%s%s)%s has joined %s%s\n"
msgstr ""
-msgid "color for user symbol"
+#, c-format
+msgid "%s%s%s has kicked %s%s%s from %s%s"
msgstr ""
-msgid "color for '+' when scrolling nicks"
+#, c-format
+msgid "%s%s%s has killed %s%s%s from server"
msgstr ""
-msgid "color for nick separator"
+#, c-format
+msgid "%s host not found for \"%s\" command\n"
msgstr ""
-msgid "color for local nick"
+#, c-format
+msgid "%s \"%s\" command received without channel or nickname\n"
msgstr ""
-msgid "color for nick"
+#, c-format
+msgid "Mode %s%s %s[%s%s%s]%s by %s%s\n"
msgstr ""
-msgid "color for other nick in private window"
+#, c-format
+msgid "User mode %s[%s%s%s]%s by %s%s\n"
msgstr ""
-msgid "background for nicknames"
+#, c-format
+msgid "You are now known as %s%s\n"
msgstr ""
-msgid "color for selected DCC"
+#, c-format
+msgid "%s%s%s is now known as %s%s\n"
msgstr ""
-msgid "color for selected DCC (chat window)"
+#, c-format
+msgid "%s nickname not found for \"%s\" command\n"
msgstr ""
-msgid "color for \"waiting\" dcc status"
+#, c-format
+msgid "CTCP %sVERSION%s reply from %s%s%s: %s\n"
msgstr ""
-msgid "color for \"connecting\" dcc status"
+#, c-format
+msgid "CTCP %sPING%s reply from %s%s%s: %ld.%ld seconds\n"
msgstr ""
-msgid "color for \"active\" dcc status"
+#, c-format
+msgid "%s cannot create new private window \"%s\"\n"
msgstr ""
-msgid "color for \"done\" dcc status"
+#, c-format
+msgid "%s \"%s\" command received without host or channel\n"
msgstr ""
-msgid "color for \"failed\" dcc status"
+#, c-format
+msgid "%s%s %s(%s%s%s)%s has left %s%s"
msgstr ""
-msgid "color for \"aborted\" dcc status"
+#, c-format
+msgid "CTCP %sVERSION%s received from %s%s"
msgstr ""
-msgid "max lines in history (per window)"
+#, c-format
+msgid "Channel %s: * %s %s"
msgstr ""
-msgid ""
-"maximum number of lines in history for one server/channel/private window (0 "
-"= unlimited)"
+#, c-format
+msgid "Received a CTCP %sSOUND%s \"%s\" from %s%s\n"
msgstr ""
-msgid "max user commands in history"
+#, c-format
+msgid "CTCP %sPING%s received from %s%s\n"
msgstr ""
-msgid "maximum number of user commands in history (0 = unlimited)"
+#, c-format
+msgid "Unknown CTCP %s%s%s received from %s%s"
msgstr ""
-msgid "max commands to display"
+#, c-format
+msgid "Channel %s: %s> %s"
msgstr ""
-msgid ""
-"maximum number of commands to display by default in history listing (0 = "
-"unlimited)"
+#, c-format
+msgid "%s cannot parse \"%s\" command\n"
msgstr ""
-msgid "automatically log server messages"
+#, c-format
+msgid "%s unknown DCC CHAT type received from "
msgstr ""
-msgid "automatically log channel chats"
+#, c-format
+msgid "%s%s %s(%s%s%s)%s has quit"
msgstr ""
-msgid "automatically log private chats"
+#, c-format
+msgid "%s \"%s\" command received without channel\n"
msgstr ""
-msgid "log messages from plugins (scripts)"
+#, c-format
+msgid "%s%s%s has changed topic for %s%s%s to:"
msgstr ""
-msgid "path for log files"
+#, c-format
+msgid "%s%s%s has unset topic for %s%s\n"
msgstr ""
-msgid ""
-"path for WeeChat log files ('%h' will be replaced by WeeChat home, ~/."
-"weechat by default)"
+#, c-format
+msgid "WALLOPS from %s%s%s: %s\n"
msgstr ""
-msgid "timestamp for log"
+#, c-format
+msgid "User mode for %s%s%s is %s[%s%s%s]\n"
msgstr ""
-msgid "timestamp for log (see man strftime for date/time specifiers)"
+#, c-format
+msgid "%s%s%s is away: %s\n"
msgstr ""
-msgid "hide password displayed by nickserv"
+msgid "Users online: "
msgstr ""
-msgid "display message for away"
+#, c-format
+msgid "%s[%s%s%s]%s help mode (+h)\n"
msgstr ""
-msgid "display message when (un)marking as away"
+#, c-format
+msgid "%s%s %s(%s%s@%s%s)%s was %s\n"
msgstr ""
-msgid "show remote away message only once in private"
+#, c-format
+msgid "%s[%s%s%s]%s idle: "
msgstr ""
-msgid "default part message (leaving channel)"
+msgid "days"
msgstr ""
-msgid ""
-"default part message (leaving channel) ('%v' will be replaced by WeeChat "
-"version in string)"
+#, c-format
+msgid "%s%02d %s%s %s%02d %s%s %s%02d %s%s, signon at: %s%s"
msgstr ""
-msgid "default quit message"
+msgid "hours"
msgstr ""
-msgid ""
-"default quit message ('%v' will be replaced by WeeChat version in string)"
+msgid "hour"
msgstr ""
-msgid "display notices as private messages"
+msgid "minutes"
msgstr ""
-msgid "interval between two checks for away"
+msgid "minute"
msgstr ""
-msgid "interval between two checks for away (in minutes, 0 = never check)"
+#, c-format
+msgid "%s[%s%s%s]%s Channels: "
msgstr ""
-msgid "max number of nicks for away check"
+#, c-format
+msgid "Channel created on %s"
msgstr ""
-msgid ""
-"do not check away nicks on channels with high number of nicks (0 = unlimited)"
+#, c-format
+msgid "%s cannot identify date/time for \"%s\" command\n"
msgstr ""
-msgid "interval between two checks for lag"
+#, c-format
+msgid "%s cannot identify channel for \"%s\" command\n"
msgstr ""
-msgid "interval between two checks for lag (in seconds)"
+#, c-format
+msgid "No topic set for %s%s\n"
msgstr ""
-msgid "minimum lag to show"
+#, c-format
+msgid "Topic for %s%s%s is: "
msgstr ""
-msgid "minimum lag to show (in seconds)"
+#, c-format
+msgid "Topic set by %s%s%s, %s"
msgstr ""
-msgid "disconnect after important lag"
+#, c-format
+msgid "%s%s%s has invited %s%s%s on %s%s\n"
msgstr ""
-msgid "disconnect after important lag (in minutes, 0 = never disconnect)"
+#, c-format
+msgid "%s cannot identify nickname for \"%s\" command\n"
msgstr ""
-msgid "anti-flood"
+#, c-format
+msgid "Channel reop %s%s%s: %s%s\n"
msgstr ""
-msgid "anti-flood: # seconds between two user messages (0 = no anti-flood)"
+#, c-format
+msgid "%s[%s%s%s]%s exception %s%s%s"
msgstr ""
-msgid "create a FIFO pipe for remote control"
+#, c-format
+msgid " by %s%s %s(%s%s%s)"
msgstr ""
-msgid "list of words to highlight"
+#, c-format
+msgid " by %s%s"
msgstr ""
-msgid ""
-"comma separated list of words to highlight (case insensitive comparison, "
-"words may begin or end with \"*\" for partial match)"
+#, c-format
+msgid "%s%s%s on %s%s%s %s %s %s%s@%s %s(%s%s%s)\n"
msgstr ""
-msgid "when off, colors codes are ignored in incoming messages"
+#, c-format
+msgid "Nicks %s%s%s: %s["
msgstr ""
-msgid "allow user to send colors"
+#, c-format
+msgid "%s cannot create nick \"%s\" for channel \"%s\"\n"
msgstr ""
+#, c-format
msgid ""
-"allow user to send colors with special codes (^Cb=bold, ^Ccxx=color, ^Ccxx,"
-"yy=color+background, ^Cu=underline, ^Cr=reverse)"
-msgstr ""
-
-msgid "send unknown commands to IRC server"
-msgstr ""
-
-msgid "automatically accept dcc files"
-msgstr ""
-
-msgid "automatically accept incoming dcc files"
-msgstr ""
-
-msgid "automatically accept dcc chats"
+"Channel %s%s%s: %s%d%s %s %s(%s%d%s %s, %s%d%s %s, %s%d%s %s, %s%d%s %s%s)\n"
msgstr ""
-msgid "automatically accept dcc chats (use carefully!)"
+msgid "nicks"
msgstr ""
-msgid "timeout for dcc request"
+msgid "nick"
msgstr ""
-msgid "timeout for dcc request (in seconds)"
+msgid "ops"
msgstr ""
-msgid "block size for dcc packets"
+msgid "op"
msgstr ""
-msgid "block size for dcc packets in bytes (default: 65536)"
+msgid "halfops"
msgstr ""
-msgid "does not wait for ACK when sending file"
+msgid "halfop"
msgstr ""
-msgid "allowed ports for outgoing dcc"
+msgid "voices"
msgstr ""
-msgid ""
-"restricts outgoing dcc to use only ports in the given range (useful for NAT) "
-"(syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value "
-"means any port)"
+msgid "voice"
msgstr ""
-msgid "IP address for outgoing dcc"
+msgid "normal"
msgstr ""
-msgid ""
-"IP or DNS address used for outgoing dcc (if empty, local interface IP is "
-"used)"
+#, c-format
+msgid "%s[%s%s%s] %s%s%s banned by "
msgstr ""
-msgid "path for incoming files with dcc"
+#, c-format
+msgid "%s[%s%s%s] %s%s%s banned\n"
msgstr ""
-msgid "path for writing incoming files with dcc (default: user home)"
+#, c-format
+msgid "%s: trying 2nd nickname \"%s\"\n"
msgstr ""
-msgid "default path for sending files with dcc"
+#, c-format
+msgid "%s: trying 3rd nickname \"%s\"\n"
msgstr ""
+#, c-format
msgid ""
-"path for reading files when sending thru dcc (when no path is specified)"
-msgstr ""
-
-msgid "convert spaces to underscores when sending files"
+"%s: all declared nicknames are already in use or invalid, closing connection "
+"with server!\n"
msgstr ""
-msgid "automatically rename dcc files if already exists"
+#, c-format
+msgid "%s: trying 1st nickname \"%s\"\n"
msgstr ""
-msgid "rename incoming files if already exists (add '.1', '.2', ...)"
+#, c-format
+msgid "%s: nickname \"%s\" is already in use, trying 2nd nickname \"%s\"\n"
msgstr ""
-msgid "automatically resume aborted transfers"
+#, c-format
+msgid "%s: nickname \"%s\" is already in use, trying 3rd nickname \"%s\"\n"
msgstr ""
+#, c-format
msgid ""
-"automatically resume dcc transfer if connection with remote host is loosed"
-msgstr ""
-
-msgid "use proxy"
-msgstr ""
-
-msgid "use a proxy server to connect to irc server"
-msgstr ""
-
-msgid "proxy type"
-msgstr ""
-
-msgid "proxy type (http (default), socks4, socks5)"
-msgstr ""
-
-msgid "use ipv6 proxy"
-msgstr ""
-
-msgid "connect to proxy in ipv6"
-msgstr ""
-
-msgid "proxy address"
-msgstr ""
-
-msgid "proxy server address (IP or hostname)"
-msgstr ""
-
-msgid "port for proxy"
-msgstr ""
-
-msgid "port for connecting to proxy server"
-msgstr ""
-
-msgid "proxy username"
-msgstr ""
-
-msgid "username for proxy server"
-msgstr ""
-
-msgid "proxy password"
-msgstr ""
-
-msgid "password for proxy server"
+"%s: all declared nicknames are already in use, closing connection with "
+"server!\n"
msgstr ""
-msgid "path for searching plugins"
+#, c-format
+msgid "%s: nickname \"%s\" is already in use, trying 1st nickname \"%s\"\n"
msgstr ""
-msgid ""
-"path for searching plugins ('%h' will be replaced by WeeChat home, ~/."
-"weechat by default)"
+msgid "Unable to get user's name"
msgstr ""
-msgid "list of plugins to load automatically"
+#, c-format
+msgid "%s cannot allocate new server\n"
msgstr ""
+#, c-format
msgid ""
-"comma separated list of plugins to load automatically at startup, \"*\" "
-"means all plugins found (names may be partial, for example \"perl\" is ok "
-"for \"libperl.so\")"
-msgstr ""
-
-msgid "standard plugins extension in filename"
+"%s error sending data to IRC server: null pointer (please report problem to "
+"developers)"
msgstr ""
+#, c-format
msgid ""
-"standard plugins extension in filename, used for autoload (if empty, then "
-"all files are loaded when autoload is \"*\")"
-msgstr ""
-
-msgid "server name"
-msgstr ""
-
-msgid "name associated to IRC server (for display only)"
-msgstr ""
-
-msgid "automatically connect to server"
+"%s error sending data to IRC server: empty buffer (please report problem to "
+"developers)"
msgstr ""
-msgid "automatically connect to server when WeeChat is starting"
-msgstr ""
-
-msgid "automatically reconnect to server"
-msgstr ""
-
-msgid "automatically reconnect to server when disconnected"
-msgstr ""
-
-msgid "delay before trying again to reconnect"
-msgstr ""
-
-msgid "delay (in seconds) before trying again to reconnect to server"
-msgstr ""
-
-msgid "server address or hostname"
-msgstr ""
-
-msgid "IP address or hostname of IRC server"
-msgstr ""
-
-msgid "port for IRC server"
-msgstr ""
-
-msgid "port for connecting to server"
-msgstr ""
-
-msgid "use IPv6 protocol for server communication"
-msgstr ""
-
-msgid "use SSL for server communication"
-msgstr ""
-
-msgid "server password"
+#, c-format
+msgid "%s error sending data to IRC server (%s)"
msgstr ""
-msgid "password for IRC server"
+#, c-format
+msgid "%s error sending data to IRC server\n"
msgstr ""
-msgid "nickname for server"
+msgid "(message dropped)"
msgstr ""
-msgid "nickname to use on IRC server"
+#, c-format
+msgid "%s not enough memory for received IRC message\n"
msgstr ""
-msgid "alternate nickname for server"
+#, c-format
+msgid "%s Command \"%s\" failed!\n"
msgstr ""
-msgid "alternate nickname to use on IRC server (if nickname is already used)"
+#, c-format
+msgid "%s No command to execute!\n"
msgstr ""
-msgid "2nd alternate nickname for server"
+#, c-format
+msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n"
msgstr ""
-msgid ""
-"2nd alternate nickname to use on IRC server (if alternate nickname is "
-"already used)"
+#, c-format
+msgid "%s cannot read data from socket, disconnecting from server...\n"
msgstr ""
-msgid "user name for server"
+#, c-format
+msgid "%s lag is high, disconnecting from server...\n"
msgstr ""
-msgid "user name to use on IRC server"
+#, c-format
+msgid "%s: Reconnecting to server in %d seconds\n"
msgstr ""
-msgid "real name for server"
+#, c-format
+msgid "%s GnuTLS handshake failed\n"
msgstr ""
-msgid "real name to use on IRC server"
+#, c-format
+msgid "%s proxy address \"%s\" not found\n"
msgstr ""
-msgid "custom hostname/IP for server"
+#, c-format
+msgid "%s address \"%s\" not found\n"
msgstr ""
-msgid ""
-"custom hostname/IP for server (optional, if empty local hostname is used)"
+#, c-format
+msgid "%s proxy IP address not found\n"
msgstr ""
-msgid "command(s) to run when connected to server"
+#, c-format
+msgid "%s IP address not found\n"
msgstr ""
-msgid ""
-"command(s) to run when connected to server (many commands should be "
-"separated by ';', use '\\;' for a semicolon, special variables $nick, "
-"$channel and $server are replaced by their value)"
+#, c-format
+msgid "%s proxy connection refused\n"
msgstr ""
-msgid "delay (in seconds) after command was executed"
+#, c-format
+msgid "%s connection refused\n"
msgstr ""
+#, c-format
msgid ""
-"delay (in seconds) after command was executed (example: give some time for "
-"authentication)"
+"%s proxy fails to establish connection to server (check username/password if "
+"used)\n"
msgstr ""
-msgid "list of channels to join when connected to server"
+#, c-format
+msgid "%s unable to set local hostname/IP\n"
msgstr ""
+#, c-format
msgid ""
-"comma separated list of channels to join when connected to server (example: "
-"\"#chan1,#chan2,#chan3 key1,key2\")"
-msgstr ""
-
-msgid "automatically rejoin channels when kicked"
-msgstr ""
-
-msgid "notify levels for channels of this server"
+"%s cannot connect with SSL since WeeChat was not built with GnuTLS support\n"
msgstr ""
-msgid ""
-"comma separated list of notify levels for channels of this server (format: "
-"#channel:1,..), a channel name '*' is reserved for server default notify "
-"level"
+#, c-format
+msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n"
msgstr ""
#, c-format
-msgid ""
-"%s you should now issue /save to write \"save_on_exit\" option in config "
-"file.\n"
+msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n"
msgstr ""
#, c-format
-msgid "%s %s, line %d: new server, but previous was incomplete\n"
+msgid "%s: connecting to server %s:%d%s%s...\n"
msgstr ""
#, c-format
-msgid "%s %s, line %d: server '%s' already exists\n"
+msgid "Connecting to server %s:%d%s%s...\n"
msgstr ""
#, c-format
-msgid "%s %s, line %d: unable to create server\n"
+msgid "%s GnuTLS init error\n"
msgstr ""
#, c-format
-msgid "%s unable to assign default int with string (\"%s\")\n"
+msgid "%s cannot create pipe\n"
msgstr ""
#, c-format
-msgid "%s unable to assign default color (\"%s\")\n"
+msgid "%s cannot create socket\n"
msgstr ""
#, c-format
-msgid "%s config file \"%s\" not found.\n"
+msgid "%s cannot set socket option \"SO_REUSEADDR\"\n"
msgstr ""
#, c-format
-msgid "%s %s, line %d: invalid syntax, missing \"]\"\n"
+msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n"
msgstr ""
-#, c-format
-msgid "%s %s, line %d: unknown section identifier (\"%s\")\n"
+msgid "Reconnecting to server...\n"
msgstr ""
-#, c-format
-msgid "%s %s, line %d: invalid section for option, line is ignored\n"
+msgid "Disconnected from server!\n"
msgstr ""
#, c-format
-msgid "%s %s, line %d: invalid option \"%s\"\n"
+msgid "%sError: unable to load plugin \"%s\": %s\n"
msgstr ""
#, c-format
-msgid "%s %s, line %d: invalid ignore options \"%s\"\n"
+msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
#, c-format
msgid ""
-"%s %s, line %d: invalid value for option '%s'\n"
-"Expected: boolean value: 'off' or 'on'\n"
+"%sError: unable to load plugin \"%s\": a plugin with same name already "
+"exists\n"
msgstr ""
#, c-format
-msgid ""
-"%s %s, line %d: invalid value for option '%s'\n"
-"Expected: integer between %d and %d\n"
+msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n"
msgstr ""
#, c-format
-msgid ""
-"%s %s, line %d: invalid value for option '%s'\n"
-"Expected: one of these strings: "
+msgid "%sInitializing plugin \"%s\" %s\n"
msgstr ""
#, c-format
-msgid "%s %s, line %d: invalid color name for option '%s'\n"
+msgid "%sError: unable to initialize plugin \"%s\"\n"
msgstr ""
#, c-format
-msgid "%s: creating default config file...\n"
+msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n"
msgstr ""
-msgid "Creating default config file\n"
+#, c-format
+msgid "%sPlugin \"%s\" (%s) loaded.\n"
msgstr ""
#, c-format
-msgid ""
-"#\n"
-"# %s configuration file, created by %s v%s on %s"
+msgid "%sPlugin \"%s\" unloaded.\n"
msgstr ""
-msgid ""
-"# WARNING! Be careful when editing this file, WeeChat writes this file when "
-"exiting.\n"
-"#\n"
+#, c-format
+msgid "%sError: plugin \"%s\" not found\n"
msgstr ""
-msgid "Saving config to disk\n"
+msgid "Saving plugins configuration to disk\n"
msgstr ""
diff --git a/src/core/wee-alias.c b/src/core/wee-alias.c
index dd2836081..fd7829d0c 100644
--- a/src/core/wee-alias.c
+++ b/src/core/wee-alias.c
@@ -165,10 +165,10 @@ alias_get_final_command (struct alias *alias)
if (alias->running)
{
gui_chat_printf (NULL,
- _("%s%s circular reference when calling alias "
+ _("%sError: circular reference when calling alias "
"\"/%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, alias->name);
+ alias->name);
return NULL;
}
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index b8a01c7f7..1212b598c 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -67,6 +67,7 @@ struct command weechat_commands[] =
N_("[action [args] | number | [[server] [channel]]]"),
N_(" action: action to do:\n"
" move: move buffer in the list (may be relative, for example -1)\n"
+ " close: close buffer\n"
" list: list open buffers (no parameter implies this list)\n"
" notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, "
"3=2+join/part)\n"
@@ -386,10 +387,10 @@ command_alias (struct t_gui_buffer *buffer,
if (!pos[0])
{
gui_chat_printf (NULL,
- _("%s%s missing arguments for \"%s\" "
+ _("%sError: missing arguments for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "alias");
+ "alias");
return -1;
}
if (!alias_new (arguments, pos))
@@ -407,8 +408,8 @@ command_alias (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%sFailed to create alias \"%s\" => "
- "\"%s\" (not enough memory)"),
+ _("%sError: not enough memory for creating "
+ "alias \"%s\" => \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
arguments, pos);
return -1;
@@ -563,10 +564,10 @@ command_buffer (struct t_gui_buffer *buffer,
if (argc < 2)
{
gui_chat_printf (NULL,
- _("%s%s missing arguments for \"%s\" "
+ _("%sError: missing arguments for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "buffer");
+ "buffer");
return -1;
}
@@ -589,9 +590,8 @@ command_buffer (struct t_gui_buffer *buffer,
{
/* invalid number */
gui_chat_printf (NULL,
- _("%s%s incorrect buffer number"),
- gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR);
+ _("%sError: incorrect buffer number"),
+ gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
return -1;
}
}
@@ -625,10 +625,9 @@ command_buffer (struct t_gui_buffer *buffer,
{
/* invalid highlight level */
gui_chat_printf (NULL,
- _("%s%s incorrect notify level "
+ _("%sError: incorrect notify level "
"(must be between %d and %d)"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR,
GUI_BUFFER_NOTIFY_LEVEL_MIN,
GUI_BUFFER_NOTIFY_LEVEL_MAX);
return -1;
@@ -672,10 +671,9 @@ command_buffer (struct t_gui_buffer *buffer,
{
/* invalid number */
gui_chat_printf (NULL,
- _("%s%s incorrect notify level (must "
+ _("%sError: incorrect notify level (must "
"be between %d and %d)"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR,
GUI_BUFFER_NOTIFY_LEVEL_MIN,
GUI_BUFFER_NOTIFY_LEVEL_MAX);
return -1;
@@ -817,11 +815,10 @@ command_clear (struct t_gui_buffer *buffer,
if (!ptr_buffer)
{
gui_chat_printf (NULL,
- _("%s%s buffer number \"%s\" not "
+ _("%sError: buffer number \"%s\" not "
"found for \"%s\" command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, argv[i],
- "clear");
+ argv[i], "clear");
return -1;
}
gui_buffer_clear (ptr_buffer);
@@ -829,10 +826,10 @@ command_clear (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unknown option for \"%s\" "
+ _("%sError: unknown option for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "clear");
+ "clear");
return -1;
}
}
@@ -898,10 +895,10 @@ command_debug (struct t_gui_buffer *buffer,
if (argc != 1)
{
gui_chat_printf (NULL,
- _("%s%s wrong argument count for \"%s\" "
+ _("%sError: wrong argument count for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "debug");
+ "debug");
return -1;
}
@@ -922,9 +919,9 @@ command_debug (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unknown option for \"%s\" command"),
+ _("%sError: unknown option for \"%s\" command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "debug");
+ "debug");
return -1;
}
@@ -1199,9 +1196,9 @@ command_key (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unable to unbind key \"%s\""),
+ _("%sError: unable to unbind key \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, arguments);
+ arguments);
return -1;
}
}
@@ -1257,9 +1254,9 @@ command_key (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unknown key function \"%s\""),
+ _("%sError: unknown key function \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, arguments);
+ arguments);
return -1;
}
}
@@ -1279,10 +1276,9 @@ command_key (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s \"-yes\" argument is required for "
+ _("%sError: \"-yes\" argument is required for "
"keys reset (security reason)"),
- gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR);
+ gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
return -1;
}
}
@@ -1323,9 +1319,9 @@ command_key (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unable to bind key \"%s\""),
+ _("%sError: unable to bind key \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, arguments);
+ arguments);
return -1;
}
}
@@ -1563,18 +1559,18 @@ command_plugin (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unknown option for \"%s\" "
+ _("%sError: unknown option for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "plugin");
+ "plugin");
}
break;
default:
gui_chat_printf (NULL,
- _("%s%s wrong argument count for \"%s\" "
+ _("%sError: wrong argument count for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "plugin");
+ "plugin");
}
return 0;
@@ -1619,9 +1615,8 @@ command_save (struct t_gui_buffer *buffer,
gui_chat_prefix[GUI_CHAT_PREFIX_INFO]);
else
gui_chat_printf (NULL,
- _("%s%s failed to save configuration file"),
- gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR);
+ _("%sError: failed to save configuration file"),
+ gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
/* save plugins configuration */
if (plugin_config_write () == 0)
@@ -1629,9 +1624,8 @@ command_save (struct t_gui_buffer *buffer,
gui_chat_prefix[GUI_CHAT_PREFIX_INFO]);
else
gui_chat_printf (NULL,
- _("%s%s failed to save plugins options"),
- gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR);
+ _("%sError: failed to save plugins options"),
+ gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
return 0;
}
@@ -1823,9 +1817,8 @@ command_set (struct t_gui_buffer *buffer,
if (!ptr_protocol)
{
gui_chat_printf (NULL,
- _("%s%s protocol \"%s\" not found"),
+ _("%sError: protocol \"%s\" not found"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR,
option);
}
else
@@ -1843,18 +1836,18 @@ command_set (struct t_gui_buffer *buffer,
break;
default:
gui_chat_printf (NULL,
- _("%s%s incorrect value for "
+ _("%sError: incorrect value for "
"option \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, pos + 1);
+ pos + 1);
break;
}
}
else
gui_chat_printf (NULL,
- _("%s%s config option \"%s\" not found"),
+ _("%sError: config option \"%s\" not found"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, pos + 1);
+ pos + 1);
}
pos[0] = '.';
}
@@ -1868,11 +1861,11 @@ command_set (struct t_gui_buffer *buffer,
if (ptr_option->handler_change == NULL)
{
gui_chat_printf (NULL,
- _("%s%s option \"%s\" can not be "
+ _("%sError: option \"%s\" can not be "
"changed while WeeChat is "
"running"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, option);
+ option);
}
else
{
@@ -1885,20 +1878,20 @@ command_set (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s incorrect value for "
+ _("%sError: incorrect value for "
"option \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, option);
+ option);
}
}
}
else
{
gui_chat_printf (NULL,
- _("%s%s configuration option \"%s\" not "
+ _("%sError: configuration option \"%s\" not "
"found"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, option);
+ option);
}
}
}
@@ -2023,9 +2016,9 @@ command_setp (struct t_gui_buffer *buffer,
if (!pos || !pos[1] || (!plugin_search (option)))
{
gui_chat_printf (NULL,
- _("%s%s plugin \"%s\" not found"),
+ _("%sError: plugin \"%s\" not found"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, option);
+ option);
}
else
ptr_name = option;
@@ -2047,10 +2040,10 @@ command_setp (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s incorrect value for plugin "
+ _("%sError: incorrect value for plugin "
"option \"%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, ptr_name);
+ ptr_name);
}
}
}
@@ -2105,7 +2098,7 @@ command_setp (struct t_gui_buffer *buffer,
}
/*
- * cmd_unalias: remove an alias
+ * command_unalias: remove an alias
*/
int
@@ -2127,9 +2120,9 @@ command_unalias (struct t_gui_buffer *buffer,
if (!ptr_weelist)
{
gui_chat_printf (NULL,
- _("%s%s alias or command \"%s\" not found"),
+ _("%sError: alias or command \"%s\" not found"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, arguments);
+ arguments);
return -1;
}
@@ -2172,27 +2165,24 @@ command_upgrade (struct t_gui_buffer *buffer,
if (ptr_server->child_pid != 0)
{
gui_chat_printf_error (NULL,
- _("%s can't upgrade: connection to at least "
- "one server is pending"),
- WEECHAT_ERROR);
+ _("Error: can't upgrade: connection to at least "
+ "one server is pending"));
return -1;
}*/
/* TODO: remove this test, and fix gnutls save/load in session */
/*if (ptr_server->is_connected && ptr_server->ssl_connected)
{
gui_chat_printf_error_nolog (NULL,
- _("%s can't upgrade: connection to at least "
+ _("Error: can't upgrade: connection to at least "
"one SSL server is active "
- "(should be fixed in a future version)"),
- WEECHAT_ERROR);
+ "(should be fixed in a future version)"));
return -1;
}
if (ptr_server->outqueue)
{
gui_chat_printf_error_nolog (NULL,
- _("%s can't upgrade: anti-flood is active on "
- "at least one server (sending many lines)"),
- WEECHAT_ERROR);
+ _("Error: can't upgrade: anti-flood is active on "
+ "at least one server (sending many lines)"));
return -1;
}
}
@@ -2211,8 +2201,7 @@ command_upgrade (struct t_gui_buffer *buffer,
{
free (filename);
gui_chat_printf_error_nolog (NULL,
- _("%s unable to save session in file"),
- WEECHAT_ERROR);
+ _("Error: unable to save session in file"));
return -1;
}
@@ -2234,8 +2223,7 @@ command_upgrade (struct t_gui_buffer *buffer,
plugin_init (1);
/*string_iconv_fprintf (stderr,
- _("%s exec failed (program: \"%s\"), exiting WeeChat"),
- WEECHAT_ERROR,
+ _("Error: exec failed (program: \"%s\"), exiting WeeChat"),
exec_args[0]);
free (exec_args[0]);
@@ -2406,10 +2394,10 @@ command_window (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unknown option for \"%s\" "
+ _("%sError: unknown option for \"%s\" "
"command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "window merge");
+ "window merge");
return -1;
}
}
@@ -2418,11 +2406,10 @@ command_window (struct t_gui_buffer *buffer,
if (!gui_window_merge (gui_current_window))
{
gui_chat_printf (NULL,
- _("%s%s can not merge windows, "
+ _("%sError: can not merge windows, "
"there's no other window with same "
"size near current one."),
- gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR);
+ gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
return -1;
}
}
@@ -2455,9 +2442,9 @@ command_window (struct t_gui_buffer *buffer,
else
{
gui_chat_printf (NULL,
- _("%s%s unknown option for \"%s\" command"),
+ _("%sError: unknown option for \"%s\" command"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "window");
+ "window");
return -1;
}
}
diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c
index 5cabd5a07..1542878df 100644
--- a/src/core/wee-config-file.c
+++ b/src/core/wee-config-file.c
@@ -125,8 +125,9 @@ config_file_read (char **config_sections, struct t_config_option **options,
config_filename);
if ((file = fopen (filename, "r")) == NULL)
{
- gui_chat_printf (NULL, _("%s config file \"%s\" not found.\n"),
- WEECHAT_WARNING, filename);
+ gui_chat_printf (NULL,
+ _("Warning: config file \"%s\" not found.\n"),
+ filename);
free (filename);
return -1;
}
@@ -163,10 +164,9 @@ config_file_read (char **config_sections, struct t_config_option **options,
pos = strchr (line, ']');
if (pos == NULL)
gui_chat_printf (NULL,
- _("%s %s, line %d: invalid syntax, "
+ _("Warning: %s, line %d: invalid syntax, "
"missing \"]\"\n"),
- WEECHAT_WARNING, filename,
- line_number);
+ filename, line_number);
else
{
pos[0] = '\0';
@@ -174,20 +174,18 @@ config_file_read (char **config_sections, struct t_config_option **options,
section = config_option_section_get_index (config_sections, pos);
if (section < 0)
gui_chat_printf (NULL,
- _("%s %s, line %d: unknown section "
+ _("Warning: %s, line %d: unknown section "
"identifier (\"%s\")\n"),
- WEECHAT_WARNING, filename,
- line_number, pos);
+ filename, line_number, pos);
else
{
rc = ((int) (read_functions[section]) (options[section],
NULL, NULL));
if (rc < 0)
gui_chat_printf (NULL,
- _("%s %s, line %d: error "
+ _("Warning: %s, line %d: error "
"reading new section \"%s\"\n"),
- WEECHAT_WARNING, filename,
- line_number, pos);
+ filename, line_number, pos);
}
}
}
@@ -196,10 +194,9 @@ config_file_read (char **config_sections, struct t_config_option **options,
pos = strchr (line, '=');
if (pos == NULL)
gui_chat_printf (NULL,
- _("%s %s, line %d: invalid syntax, "
+ _("Warning: %s, line %d: invalid syntax, "
"missing \"=\"\n"),
- WEECHAT_WARNING, filename,
- line_number);
+ filename, line_number);
else
{
pos[0] = '\0';
@@ -260,27 +257,23 @@ config_file_read (char **config_sections, struct t_config_option **options,
case -1:
if (section < 0)
gui_chat_printf (NULL,
- _("%s %s, line %d: unknown "
+ _("Warning: %s, line %d: unknown "
"option \"%s\" "
"(outside a section)\n"),
- WEECHAT_WARNING,
- filename,
- line_number, line);
+ filename, line_number, line);
else
gui_chat_printf (NULL,
- _("%s %s, line %d: option "
+ _("Warning: %s, line %d: option "
"\"%s\" unknown for "
"section \"%s\"\n"),
- WEECHAT_WARNING, filename,
- line_number, line,
+ filename, line_number, line,
config_sections[section]);
break;
case -2:
gui_chat_printf (NULL,
- _("%s %s, line %d: invalid "
+ _("Warning: %s, line %d: invalid "
"value for option \"%s\"\n"),
- WEECHAT_WARNING, filename,
- line_number, line);
+ filename, line_number, line);
break;
}
}
@@ -451,8 +444,9 @@ config_file_write_default (char **config_sections, struct t_config_option **opti
weechat_home, DIR_SEPARATOR, config_filename);
if ((file = fopen (filename, "w")) == NULL)
{
- gui_chat_printf (NULL, _("%s cannot create file \"%s\"\n"),
- WEECHAT_ERROR, filename);
+ gui_chat_printf (NULL,
+ _("Error: cannot create file \"%s\"\n"),
+ filename);
free (filename);
return -1;
}
@@ -512,8 +506,9 @@ config_file_write (char **config_sections, struct t_config_option **options,
if ((file = fopen (filename2, "w")) == NULL)
{
- gui_chat_printf (NULL, _("%s cannot create file \"%s\"\n"),
- WEECHAT_ERROR, filename2);
+ gui_chat_printf (NULL,
+ _("Error: cannot create file \"%s\"\n"),
+ filename2);
free (filename);
free (filename2);
return -1;
diff --git a/src/core/wee-config-option.c b/src/core/wee-config-option.c
index 9d8decb43..4c1c63e02 100644
--- a/src/core/wee-config-option.c
+++ b/src/core/wee-config-option.c
@@ -449,9 +449,8 @@ config_option_section_option_set_default_values (char **config_sections,
config_options[i][j].default_string);
if (int_value < 0)
gui_chat_printf (NULL,
- _("%s unable to assign default int with "
+ _("Warning: unable to assign default int with "
"string (\"%s\")\n"),
- WEECHAT_WARNING,
config_options[i][j].default_string);
else
*config_options[i][j].ptr_int = int_value;
@@ -464,9 +463,8 @@ config_option_section_option_set_default_values (char **config_sections,
if (!gui_color_assign (config_options[i][j].ptr_int,
config_options[i][j].default_string))
gui_chat_printf (NULL,
- _("%s unable to assign default color "
+ _("Warning: unable to assign default color "
"(\"%s\")\n"),
- WEECHAT_WARNING,
config_options[i][j].default_string);
break;
}
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index e58014086..4a8f07d96 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -871,9 +871,8 @@ weechat_config_change_save_on_exit ()
{
gui_chat_printf (NULL, "\n");
gui_chat_printf (NULL,
- _("%s you should now issue /save to write "
- "\"save_on_exit\" option in configuration file.\n"),
- WEECHAT_WARNING);
+ _("Warning: you should now issue /save to write "
+ "\"save_on_exit\" option in configuration file.\n"));
}
}
diff --git a/src/core/wee-input.c b/src/core/wee-input.c
index 18671cc90..0ce9260dc 100644
--- a/src/core/wee-input.c
+++ b/src/core/wee-input.c
@@ -100,9 +100,9 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
{
case 0: /* plugin handler KO */
gui_chat_printf (NULL,
- _("%s%s command \"%s\" failed"),
+ _("%sError: command \"%s\" failed"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, command + 1);
+ command + 1);
break;
case 1: /* plugin handler OK, executed */
break;
@@ -120,10 +120,10 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
if (ptr_alias->running == 1)
{
gui_chat_printf (NULL,
- _("%s%s circular reference when "
+ _("%sError: circular reference when "
"calling alias \"/%s\""),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, ptr_alias->name);
+ ptr_alias->name);
}
else
{
@@ -240,7 +240,7 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
weechat_commands[i].max_arg)
{
gui_chat_printf (NULL,
- NG_("%s%s wrong argument count "
+ NG_("%sError: wrong argument count "
"for %s command \"%s\" "
"(expected: %d arg)",
"%s%s wrong argument count "
@@ -248,14 +248,14 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
"(expected: %d args)",
weechat_commands[i].max_arg),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, PACKAGE_NAME,
+ PACKAGE_NAME,
command + 1,
weechat_commands[i].max_arg);
}
else
{
gui_chat_printf (NULL,
- NG_("%s%s wrong argument count "
+ NG_("%sError: wrong argument count "
"for %s command \"%s\" "
"(expected: between %d and "
"%d arg)",
@@ -265,7 +265,7 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
"%d args)",
weechat_commands[i].max_arg),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, PACKAGE_NAME,
+ PACKAGE_NAME,
command + 1,
weechat_commands[i].min_arg,
weechat_commands[i].max_arg);
@@ -281,9 +281,9 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
if (return_code < 0)
{
gui_chat_printf (NULL,
- _("%s%s command \"%s\" failed"),
+ _("%sError: command \"%s\" failed"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, command + 1);
+ command + 1);
}
}
string_free_exploded (argv);
@@ -315,18 +315,16 @@ input_exec_command (struct t_gui_buffer *buffer, char *string,
else
{
gui_chat_printf_error (NULL,
- _("%s unknown command \"%s\" (type /help for help). "
+ _("Error: unknown command \"%s\" (type /help for help). "
"To send unknown commands to IRC server, enable option "
"irc_send_unknown_commands."),
- WEECHAT_ERROR,
command + 1);
}*/
gui_chat_printf (NULL,
- _("%s%s unknown command \"%s\" (type /help "
+ _("%sError: unknown command \"%s\" (type /help "
"for help)."),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR,
command + 1);
string_free_exploded (argv);
diff --git a/src/core/wee-log.c b/src/core/wee-log.c
index b7c4936d6..0e2619c41 100644
--- a/src/core/wee-log.c
+++ b/src/core/wee-log.c
@@ -104,10 +104,9 @@ weechat_log_init ()
if (!weechat_log_open (NULL, "w"))
{
string_iconv_fprintf (stderr,
- _("%s unable to create/append to log file (weechat.log)\n"
+ _("Error: unable to create/append to log file (weechat.log)\n"
"If another WeeChat process is using this file, try to run WeeChat\n"
- "with another home using \"--dir\" command line option.\n"),
- WEECHAT_ERROR);
+ "with another home using \"--dir\" command line option.\n"));
exit (1);
}
}
diff --git a/src/core/wee-upgrade.c b/src/core/wee-upgrade.c
index 5f4318aa9..0e2bc1c54 100644
--- a/src/core/wee-upgrade.c
+++ b/src/core/wee-upgrade.c
@@ -501,17 +501,16 @@ session_save (char *filename)
void
session_crash (FILE *file, char *message, ...)
{
- char buffer[4096];
+ char buf[4096];
va_list argptr;
va_start (argptr, message);
- vsnprintf (buffer, sizeof (buffer) - 1, message, argptr);
+ vsnprintf (buf, sizeof (buf) - 1, message, argptr);
va_end (argptr);
fclose (file);
gui_main_end ();
- string_iconv_fprintf (stderr, "%s %s\n",
- WEECHAT_ERROR, buffer);
+ string_iconv_fprintf (stderr, "Error: %s\n", buf);
string_iconv_fprintf (stderr,
_("Last operation with session file was at position %ld, "
"read of %d bytes\n"),
@@ -1854,8 +1853,8 @@ session_load (char *filename)
if (unlink (filename) < 0)
{
gui_printf_error_nolog (gui_current_window->buffer,
- _("%s can't delete session file (%s)\n"),
- WEECHAT_WARNING, filename);
+ _("Warning: can't delete session file (%s)\n"),
+ filename);
}
gui_printf_info_nolog (gui_current_window->buffer,
diff --git a/src/core/wee-util.c b/src/core/wee-util.c
index b150fa0b7..70f90094e 100644
--- a/src/core/wee-util.c
+++ b/src/core/wee-util.c
@@ -94,8 +94,8 @@ util_create_dir (char *directory, int permissions)
if (errno != EEXIST)
{
string_iconv_fprintf (stderr,
- _("%s cannot create directory \"%s\"\n"),
- WEECHAT_ERROR, directory);
+ _("Error: cannot create directory \"%s\"\n"),
+ directory);
return 0;
}
return 1;
diff --git a/src/core/weechat.c b/src/core/weechat.c
index 0d3d67fcc..14096db44 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -126,6 +126,7 @@ void
weechat_display_config_options ()
{
string_iconv_fprintf (stdout,
+ /* TRANSLATORS: %s is "WeeChat" */
_("%s configuration options:\n"),
PACKAGE_NAME);
weechat_config_print_stdout ();
@@ -139,7 +140,9 @@ void
weechat_display_commands ()
{
string_iconv_fprintf (stdout,
- _("%s internal commands:\n"), PACKAGE_NAME);
+ /* TRANSLATORS: %s is "WeeChat" */
+ _("%s internal commands:\n"),
+ PACKAGE_NAME);
string_iconv_fprintf (stdout, "\n");
command_print_stdout (weechat_commands);
}
@@ -177,7 +180,9 @@ weechat_display_keys ()
char *expanded_name;
string_iconv_fprintf (stdout,
- _("%s default keys:\n"), PACKAGE_NAME);
+ /* TRANSLATORS: %s is "WeeChat" */
+ _("%s default keys:\n"),
+ PACKAGE_NAME);
string_iconv_fprintf (stdout, "\n");
for (ptr_key = gui_keys; ptr_key; ptr_key = ptr_key->next_key)
{
@@ -224,9 +229,8 @@ weechat_parse_args (int argc, char *argv[])
else
{
string_iconv_fprintf (stderr,
- _("%s missing argument for \"%s\" "
+ _("Error: missing argument for \"%s\" "
"option\n"),
- WEECHAT_ERROR,
"--config");
weechat_shutdown (EXIT_FAILURE, 0);
}
@@ -239,9 +243,8 @@ weechat_parse_args (int argc, char *argv[])
else
{
string_iconv_fprintf (stderr,
- _("%s missing argument for \"%s\" "
+ _("Error: missing argument for \"%s\" "
"option\n"),
- WEECHAT_ERROR,
"--dir");
weechat_shutdown (EXIT_FAILURE, 0);
}
@@ -281,9 +284,8 @@ weechat_parse_args (int argc, char *argv[])
else
{
string_iconv_fprintf (stderr,
- _("%s missing argument for \"%s\" "
+ _("Error: missing argument for \"%s\" "
"option\n"),
- WEECHAT_ERROR,
"--commands");
weechat_shutdown (EXIT_FAILURE, 0);
}
@@ -300,9 +302,8 @@ weechat_parse_args (int argc, char *argv[])
else
{
string_iconv_fprintf (stderr,
- _("%s missing argument for \"%s\" "
+ _("Error: missing argument for \"%s\" "
"option\n"),
- WEECHAT_ERROR,
"--session");
weechat_shutdown (EXIT_FAILURE, 0);
}
@@ -318,9 +319,9 @@ weechat_parse_args (int argc, char *argv[])
if (irc_server_init_with_url (argv[i], &server_tmp) < 0)
{
string_iconv_fprintf (stderr,
- _("%s invalid syntax for IRC server "
+ _("Warning: invalid syntax for IRC server "
"('%s'), ignored\n"),
- WEECHAT_WARNING, argv[i]);
+ argv[i]);
}
else
{
@@ -334,9 +335,9 @@ weechat_parse_args (int argc, char *argv[])
NULL, NULL, NULL, NULL, 0,
server_tmp.autojoin, 1, NULL))
string_iconv_fprintf (stderr,
- _("%s unable to create server "
+ _("Warning: unable to create server "
"('%s'), ignored\n"),
- WEECHAT_WARNING, argv[i]);
+ argv[i]);
irc_server_destroy (&server_tmp);
server_cmd_line = 1;
}
@@ -344,8 +345,8 @@ weechat_parse_args (int argc, char *argv[])
else
{
string_iconv_fprintf (stderr,
- _("%s unknown parameter '%s', ignored\n"),
- WEECHAT_WARNING, argv[i]);
+ _("Warning: unknown parameter '%s', ignored\n"),
+ argv[i]);
}
}
}
@@ -367,8 +368,7 @@ weechat_create_home_dirs ()
if (!ptr_home)
{
string_iconv_fprintf (stderr,
- _("%s unable to get HOME directory\n"),
- WEECHAT_ERROR);
+ _("Error: unable to get HOME directory\n"));
weechat_shutdown (EXIT_FAILURE, 0);
}
dir_length = strlen (ptr_home) + 10;
@@ -377,9 +377,8 @@ weechat_create_home_dirs ()
if (!weechat_home)
{
string_iconv_fprintf (stderr,
- _("%s not enough memory for home "
- "directory\n"),
- WEECHAT_ERROR);
+ _("Error: not enough memory for home "
+ "directory\n"));
weechat_shutdown (EXIT_FAILURE, 0);
}
snprintf (weechat_home, dir_length, "%s%s.weechat", ptr_home,
@@ -392,8 +391,8 @@ weechat_create_home_dirs ()
if (!S_ISDIR (statinfo.st_mode))
{
string_iconv_fprintf (stderr,
- _("%s home (%s) is not a directory\n"),
- WEECHAT_ERROR, weechat_home);
+ _("Error: home (%s) is not a directory\n"),
+ weechat_home);
weechat_shutdown (EXIT_FAILURE, 0);
}
}
@@ -402,8 +401,8 @@ weechat_create_home_dirs ()
if (!util_create_dir (weechat_home, 0))
{
string_iconv_fprintf (stderr,
- _("%s unable to create \"%s\" directory\n"),
- WEECHAT_ERROR, weechat_home);
+ _("Error: unable to create \"%s\" directory\n"),
+ weechat_home);
weechat_shutdown (EXIT_FAILURE, 0);
}
}
diff --git a/src/core/weechat.h b/src/core/weechat.h
index ef7da227c..cdc53d47a 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -57,9 +57,6 @@
#define WEECHAT_COPYRIGHT_DATE "(c) 2003-2007"
#define WEECHAT_WEBSITE "http://weechat.flashtux.org"
-#define WEECHAT_ERROR _("WeeChat Error:")
-#define WEECHAT_WARNING _("WeeChat Warning:")
-
/* log file */
#define WEECHAT_LOG_NAME "weechat.log"
diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c
index bda1111b1..0b8049674 100644
--- a/src/gui/gui-hotlist.c
+++ b/src/gui/gui-hotlist.c
@@ -209,9 +209,8 @@ gui_hotlist_add (struct t_gui_buffer *buffer, int priority,
if ((new_hotlist = (struct t_gui_hotlist *) malloc (sizeof (struct t_gui_hotlist))) == NULL)
{
weechat_log_printf (NULL,
- _("%s not enough memory to add a buffer to "
- "hotlist\n"),
- WEECHAT_ERROR);
+ _("Error: not enough memory to add a buffer to "
+ "hotlist\n"));
return;
}
diff --git a/src/gui/gui-infobar.c b/src/gui/gui-infobar.c
index b5a9666f7..9641b09c2 100644
--- a/src/gui/gui-infobar.c
+++ b/src/gui/gui-infobar.c
@@ -72,8 +72,7 @@ gui_infobar_printf (int time_displayed, int color, char *message, ...)
free (buf2);
}
else
- weechat_log_printf (_("%s not enough memory for infobar message\n"),
- WEECHAT_ERROR);
+ weechat_log_printf (_("Error: not enough memory for infobar message\n"));
}
/*
diff --git a/src/gui/gui-keyboard.c b/src/gui/gui-keyboard.c
index 218b286f8..be5f25316 100644
--- a/src/gui/gui-keyboard.c
+++ b/src/gui/gui-keyboard.c
@@ -519,8 +519,8 @@ gui_keyboard_bind (char *key, char *command)
if (!key || !command)
{
- weechat_log_printf (_("%s unable to bind key \"%s\"\n"),
- WEECHAT_ERROR, key);
+ weechat_log_printf (_("Error: unable to bind key \"%s\"\n"),
+ key);
return NULL;
}
@@ -547,8 +547,8 @@ gui_keyboard_bind (char *key, char *command)
}
if (!ptr_function)
{
- weechat_log_printf (_("%s unable to bind key \"%s\" (invalid function name: \"%s\")\n"),
- WEECHAT_ERROR, key, command);
+ weechat_log_printf (_("Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n"),
+ key, command);
return NULL;
}
}
@@ -561,8 +561,7 @@ gui_keyboard_bind (char *key, char *command)
ptr_args);
if (!new_key)
{
- weechat_log_printf (_("%s not enough memory for key binding\n"),
- WEECHAT_ERROR);
+ weechat_log_printf (_("Error: not enough memory for key binding\n"));
return NULL;
}
diff --git a/src/gui/gui-log.c b/src/gui/gui-log.c
index bc2b87a91..253170936 100644
--- a/src/gui/gui-log.c
+++ b/src/gui/gui-log.c
@@ -114,9 +114,8 @@ gui_log_start (struct t_gui_buffer *buffer)
weechat_log_printf (_("Unable to write log file \"%s\"\n"),
buffer->log_filename);
gui_chat_printf (NULL,
- _("%s%s Unable to write log file \"%s\"\n"),
+ _("%sError: Unable to write log file \"%s\"\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR,
buffer->log_filename);
free (buffer->log_filename);
return;
diff --git a/src/plugins/plugin.c b/src/plugins/plugin.c
index 32bb9d195..2b0b162fa 100644
--- a/src/plugins/plugin.c
+++ b/src/plugins/plugin.c
@@ -128,9 +128,9 @@ plugin_load (char *filename)
if (!handle)
{
gui_chat_printf (NULL,
- _("%s%s unable to load plugin \"%s\": %s\n"),
+ _("%sError: unable to load plugin \"%s\": %s\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, full_name, dlerror());
+ full_name, dlerror());
free (full_name);
return NULL;
}
@@ -141,10 +141,10 @@ plugin_load (char *filename)
{
dlclose (handle);
gui_chat_printf (NULL,
- _("%s%s symbol \"%s\" not found in "
+ _("%sError: symbol \"%s\" not found in "
"plugin \"%s\", failed to load\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "plugin_name",
+ "plugin_name",
full_name);
free (full_name);
return NULL;
@@ -155,10 +155,10 @@ plugin_load (char *filename)
{
dlclose (handle);
gui_chat_printf (NULL,
- _("%s%s unable to load plugin \"%s\": a plugin "
+ _("%sError: unable to load plugin \"%s\": a plugin "
"with same name already exists\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, full_name);
+ full_name);
free (full_name);
return NULL;
}
@@ -169,10 +169,10 @@ plugin_load (char *filename)
{
dlclose (handle);
gui_chat_printf (NULL,
- _("%s%s symbol \"%s\" not found "
+ _("%sError: symbol \"%s\" not found "
"in plugin \"%s\", failed to load\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "plugin_description",
+ "plugin_description",
full_name);
free (full_name);
return NULL;
@@ -184,10 +184,10 @@ plugin_load (char *filename)
{
dlclose (handle);
gui_chat_printf (NULL,
- _("%s%s symbol \"%s\" not found in "
+ _("%sError: symbol \"%s\" not found in "
"plugin \"%s\", failed to load\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "plugin_version",
+ "plugin_version",
full_name);
free (full_name);
return NULL;
@@ -202,10 +202,10 @@ plugin_load (char *filename)
{
dlclose (handle);
gui_chat_printf (NULL,
- _("%s%s function \"%s\" not "
+ _("%sError: function \"%s\" not "
"found in plugin \"%s\", failed to load\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, "weechat_plugin_init",
+ "weechat_plugin_init",
full_name);
free (full_name);
return NULL;
@@ -287,10 +287,10 @@ plugin_load (char *filename)
if (((t_weechat_init_func *)init_func) (new_plugin) < 0)
{
gui_chat_printf (NULL,
- _("%s%s unable to initialize plugin "
+ _("%sError: unable to initialize plugin "
"\"%s\"\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, full_name);
+ full_name);
plugin_remove (new_plugin);
free (full_name);
return NULL;
@@ -299,10 +299,10 @@ plugin_load (char *filename)
else
{
gui_chat_printf (NULL,
- _("%s%s unable to load plugin \"%s\" "
+ _("%sError: unable to load plugin \"%s\" "
"(not enough memory)\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, full_name);
+ full_name);
free (full_name);
return NULL;
}
@@ -493,9 +493,9 @@ plugin_unload_name (char *name)
else
{
gui_chat_printf (NULL,
- _("%s%s plugin \"%s\" not found\n"),
+ _("%sError: plugin \"%s\" not found\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, name);
+ name);
}
}
@@ -538,9 +538,9 @@ plugin_reload_name (char *name)
else
{
gui_chat_printf (NULL,
- _("%s%s plugin \"%s\" not found\n"),
+ _("%sError: plugin \"%s\" not found\n"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR],
- WEECHAT_ERROR, name);
+ name);
}
}