diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-17 16:01:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-17 16:01:09 +0200 |
commit | af87798455e9d82773094a3c274ecb991af41ed9 (patch) | |
tree | 32de00c475b9f127003d6e663d6e8f98f13ad3ad /po | |
parent | 860842240b2c3f673a2265716359cb6605048386 (diff) | |
download | weechat-af87798455e9d82773094a3c274ecb991af41ed9.zip |
New plugin "notify", new option for debug messages in plugins
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 3 | ||||
-rw-r--r-- | po/cs.po | 203 | ||||
-rw-r--r-- | po/de.po | 203 | ||||
-rw-r--r-- | po/es.po | 204 | ||||
-rw-r--r-- | po/fr.po | 188 | ||||
-rw-r--r-- | po/hu.po | 190 | ||||
-rw-r--r-- | po/ru.po | 203 | ||||
-rw-r--r-- | po/srcfiles.cmake | 3 | ||||
-rw-r--r-- | po/weechat.pot | 164 |
9 files changed, 804 insertions, 557 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 5703819be..009f18c9d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -127,6 +127,7 @@ ./src/plugins/logger/logger.h ./src/plugins/logger/logger-tail.c ./src/plugins/logger/logger-tail.h +./src/plugins/notify/notify.c ./src/plugins/plugin-api.c ./src/plugins/plugin-api.h ./src/plugins/plugin.c @@ -165,9 +166,9 @@ ./src/plugins/trigger/trigger-libirc.c ./src/plugins/trigger/trigger-libirc.h ./src/plugins/weechat-plugin.h -./src/plugins/xfer/xfer.c ./src/plugins/xfer/xfer-buffer.c ./src/plugins/xfer/xfer-buffer.h +./src/plugins/xfer/xfer.c ./src/plugins/xfer/xfer-chat.c ./src/plugins/xfer/xfer-chat.h ./src/plugins/xfer/xfer-command.c @@ -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: 2008-06-15 15:11+0200\n" +"POT-Creation-Date: 2008-06-17 15:58+0200\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" @@ -190,30 +190,6 @@ msgid "Notify levels:" msgstr "Level upozornění:" #, fuzzy, c-format -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 -msgid "New notify level for %s%s%s: %d %s" -msgstr "Nový level upozornění %s%s%s: %s%d %s" - -#, fuzzy -msgid "(hotlist: never)" -msgstr "(hotlist: nikdy)\n" - -#, fuzzy -msgid "(hotlist: highlights)" -msgstr "(hotlist: zvýraznění)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages)" -msgstr "(hotlist: zvýraznění + zprávy)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages + join/part (all))" -msgstr "(hotlist: zvýrazění + zprávy + připojení/odpojení (vše))\n" - -#, fuzzy, c-format msgid "%sPlugin \"%s\" not found" msgstr "%s adresa \"%s\" nenalezena\n" @@ -627,10 +603,7 @@ msgid "" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list 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" +" notify: display notify levels for all open buffers\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" @@ -644,9 +617,8 @@ msgid "" " clear all buffers: /buffer clear -all\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 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" @@ -964,6 +936,11 @@ msgstr "WeeChat slogan (pokud je prázdné, není slogan použit)" msgid "the geekiest chat client!" msgstr "" +msgid "" +"default notify level for buffers (used to tell WeeChat if buffer must be " +"displayed in hotlist or not, according to importance of message)" +msgstr "" + #, fuzzy msgid "time format for buffers" msgstr "časová známka pro buffer" @@ -1463,13 +1440,6 @@ msgstr "uživatelské jméno pro proxy server" msgid "password for proxy server" msgstr "heslo pro proxy server" -msgid "" -"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." -"weechat by default)" -msgstr "" -"cesta pro hledání pluginů ('%h' bude nahrazeno domácím adresářem WeeChat, ~/." -"weechat je výchozí)" - #, fuzzy msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " @@ -1481,10 +1451,22 @@ msgstr "" "\" je OK pro \"libperl.so\")" msgid "" +"enable debug messages by default in all plugins (option disabled by default, " +"which is highly recommended)" +msgstr "" + +msgid "" "standard plugins extension in filename (for example \".so\" under Linux or " "\".dll\" under Microsoft Windows)" msgstr "" +msgid "" +"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"cesta pro hledání pluginů ('%h' bude nahrazeno domácím adresářem WeeChat, ~/." +"weechat je výchozí)" + #, fuzzy msgid "save configuration files when unloading plugins" msgstr "uložit soubor s nastavením při ukončení" @@ -3930,6 +3912,41 @@ msgstr "**** End of log " msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" +#, c-format +msgid "notify: debug: set notify for buffer %s to %d (%s)" +msgstr "" + +#, fuzzy, c-format +msgid "%s%s: unable to set notify level \"%s\" => \"%s\"" +msgstr "%s nedostatek paměti pro infobar zprávu\n" + +#, fuzzy, c-format +msgid "Notify level: %s => %s" +msgstr "Level upozornění:" + +#, fuzzy, c-format +msgid "Notify level: %s: removed" +msgstr "Level upozornění:" + +#, fuzzy, c-format +msgid "%s%s: unknown notify level \"%s\"" +msgstr "%s neznámá klávesová funkce \"%s\"\n" + +#, fuzzy +msgid "change notify level for current buffer" +msgstr "nenalezeno jméno kanálu pro buffer" + +msgid "[reset | none | highlight | message | all]" +msgstr "" + +msgid "" +" reset: reset notify level to default value\n" +" none: buffer will never be in hotlist\n" +"highlight: buffer will be in hotlist for highlights only\n" +" message: buffer will be in hotlist for highlights and user messages only\n" +" all: buffer will be in hotlist for any text printed" +msgstr "" + #, fuzzy, c-format msgid "%sError: unable to load plugin \"%s\": %s" msgstr "%s nemůžu načist plugin \"%s\": %s\n" @@ -4197,6 +4214,48 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\"" msgstr "%s špatné parametry pro příkaz \"%s\"\n" +msgid "bytes" +msgstr "bajtů" + +msgid "KB" +msgstr "KB" + +msgid "MB" +msgstr "MB" + +msgid "GB" +msgstr "GB" + +msgid "Actions (letter+enter):" +msgstr "" + +msgid " [A] Accept" +msgstr " [A] Akceptovat" + +msgid " [C] Cancel" +msgstr " [C] Storno" + +msgid " [R] Remove" +msgstr " [R] Odebrat" + +#, fuzzy +msgid " [P] Purge finished" +msgstr " [P] Pročistit staré DCC" + +#, fuzzy +msgid " [Q] Close xfer list" +msgstr " [Q] Zavřít DCC pohled" + +msgid "xfer chat" +msgstr "" + +msgid "ETA" +msgstr "ETA" + +#, fuzzy +msgid "Xfer list" +msgstr "vyčisti hotlist" + #, fuzzy msgid "waiting" msgstr "Čekám" @@ -4247,9 +4306,6 @@ msgstr "DCC rozhovor zavřen s %s%s %s(%s%d.%d.%d.%d%s)\n" msgid "%s%s: not enough memory for new xfer" msgstr "%s nedostatek paměti pro nové DCC\n" -msgid "xfer chat" -msgstr "" - #, fuzzy, c-format msgid "%s: incoming file from %s (%d.%d.%d.%d): %s, %lu bytes (protocol: %s)" msgstr "" @@ -4332,45 +4388,6 @@ msgstr "" msgid "%s%s: aborting active xfer: \"%s\" from %s" msgstr "Ruším aktivní DCC: \"%s\" od %s\n" -msgid "bytes" -msgstr "bajtů" - -msgid "KB" -msgstr "KB" - -msgid "MB" -msgstr "MB" - -msgid "GB" -msgstr "GB" - -msgid "Actions (letter+enter):" -msgstr "" - -msgid " [A] Accept" -msgstr " [A] Akceptovat" - -msgid " [C] Cancel" -msgstr " [C] Storno" - -msgid " [R] Remove" -msgstr " [R] Odebrat" - -#, fuzzy -msgid " [P] Purge finished" -msgstr " [P] Pročistit staré DCC" - -#, fuzzy -msgid " [Q] Close xfer list" -msgstr " [Q] Zavřít DCC pohled" - -msgid "ETA" -msgstr "ETA" - -#, fuzzy -msgid "Xfer list" -msgstr "vyčisti hotlist" - #, fuzzy, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "%s chyba posílání dat k \"%s\" přes DCC CHAT\n" @@ -4573,6 +4590,30 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s chybí argument pro volbu \"%s\"\n" #, fuzzy +#~ 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 +#~ msgid "New notify level for %s%s%s: %d %s" +#~ msgstr "Nový level upozornění %s%s%s: %s%d %s" + +#, fuzzy +#~ msgid "(hotlist: never)" +#~ msgstr "(hotlist: nikdy)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights)" +#~ msgstr "(hotlist: zvýraznění)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages)" +#~ msgstr "(hotlist: zvýraznění + zprávy)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages + join/part (all))" +#~ msgstr "(hotlist: zvýrazění + zprávy + připojení/odpojení (vše))\n" + +#, fuzzy #~ msgid "words to highlight in buffers" #~ msgstr "přesunout na další zvýraznění v bufferu" @@ -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: 2008-06-15 15:11+0200\n" +"POT-Creation-Date: 2008-06-17 15:58+0200\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" @@ -195,30 +195,6 @@ msgid "Notify levels:" msgstr "Notify-Ebenen:" #, fuzzy, c-format -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 -msgid "New notify level for %s%s%s: %d %s" -msgstr "Neue Notify-Ebenen für: %s%s%s: %s%d %s" - -#, fuzzy -msgid "(hotlist: never)" -msgstr "(Hotlist: keine Anzeige)\n" - -#, fuzzy -msgid "(hotlist: highlights)" -msgstr "(Hotlist: Hervorhebungen)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages)" -msgstr "(Hotlist: Hervorhebungen und Nachrichten)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages + join/part (all))" -msgstr "(Hotlist: Hervorhebungen, Nachrichten, Betreten und Verlassen)\n" - -#, fuzzy, c-format msgid "%sPlugin \"%s\" not found" msgstr "%s Adresse \"%s\" nicht gefunden\n" @@ -635,10 +611,7 @@ msgid "" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list 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" +" notify: display notify levels for all open buffers\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" @@ -652,9 +625,8 @@ msgid "" " clear all buffers: /buffer clear -all\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 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" @@ -961,6 +933,11 @@ msgstr "WeeChat-Slogan (wenn leer, wird keiner benutzt)" msgid "the geekiest chat client!" msgstr "" +msgid "" +"default notify level for buffers (used to tell WeeChat if buffer must be " +"displayed in hotlist or not, according to importance of message)" +msgstr "" + #, fuzzy msgid "time format for buffers" msgstr "Timestamp für Puffer" @@ -1456,13 +1433,6 @@ msgstr "Benutzername für die Proxyverbindung" msgid "password for proxy server" msgstr "Passwort für die Proxyverbindung" -msgid "" -"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." -"weechat by default)" -msgstr "" -"Suchpfad für WeeChat-Plugins ('%h' wird durch das WeeChat-Basisiverzeichnis " -"ersetzt, voreingestellt ist ~/.weechat)" - #, fuzzy msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " @@ -1474,10 +1444,22 @@ msgstr "" "angegeben werden, \"perl\" lädt z.B. auch \"libperl.so\")" msgid "" +"enable debug messages by default in all plugins (option disabled by default, " +"which is highly recommended)" +msgstr "" + +msgid "" "standard plugins extension in filename (for example \".so\" under Linux or " "\".dll\" under Microsoft Windows)" msgstr "" +msgid "" +"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"Suchpfad für WeeChat-Plugins ('%h' wird durch das WeeChat-Basisiverzeichnis " +"ersetzt, voreingestellt ist ~/.weechat)" + #, fuzzy msgid "save configuration files when unloading plugins" msgstr "Konfiguration beim Verlassen abspeichern" @@ -3913,6 +3895,41 @@ msgstr "**** End of log " msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" +#, c-format +msgid "notify: debug: set notify for buffer %s to %d (%s)" +msgstr "" + +#, fuzzy, c-format +msgid "%s%s: unable to set notify level \"%s\" => \"%s\"" +msgstr "%s nicht genügend Speicher für Infobar-Nachricht\n" + +#, fuzzy, c-format +msgid "Notify level: %s => %s" +msgstr "Notify-Ebenen:" + +#, fuzzy, c-format +msgid "Notify level: %s: removed" +msgstr "Notify-Ebenen:" + +#, fuzzy, c-format +msgid "%s%s: unknown notify level \"%s\"" +msgstr "%s unbekannte Tasten-Funktion \"%s\"\n" + +#, fuzzy +msgid "change notify level for current buffer" +msgstr "Channelnamen für den Puffer nicht gefunden" + +msgid "[reset | none | highlight | message | all]" +msgstr "" + +msgid "" +" reset: reset notify level to default value\n" +" none: buffer will never be in hotlist\n" +"highlight: buffer will be in hotlist for highlights only\n" +" message: buffer will be in hotlist for highlights and user messages only\n" +" all: buffer will be in hotlist for any text printed" +msgstr "" + #, fuzzy, c-format msgid "%sError: unable to load plugin \"%s\": %s" msgstr "%s kann Plugin \"%s\" nicht laden: %s\n" @@ -4182,6 +4199,48 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\"" msgstr "%s fehlerhafte Argumente für der \"%s\"-Befehl\n" +msgid "bytes" +msgstr "Bytes" + +msgid "KB" +msgstr "KB" + +msgid "MB" +msgstr "MB" + +msgid "GB" +msgstr "GB" + +msgid "Actions (letter+enter):" +msgstr "" + +msgid " [A] Accept" +msgstr " [A] annehmen" + +msgid " [C] Cancel" +msgstr " [C] abbrechen" + +msgid " [R] Remove" +msgstr " [R] entfernen" + +#, fuzzy +msgid " [P] Purge finished" +msgstr " [P] alte DCCs entfernen" + +#, fuzzy +msgid " [Q] Close xfer list" +msgstr " [Q] DCC-Ansicht schließen" + +msgid "xfer chat" +msgstr "" + +msgid "ETA" +msgstr "ETA" + +#, fuzzy +msgid "Xfer list" +msgstr "Hotlist leeren" + #, fuzzy msgid "waiting" msgstr "warten" @@ -4232,9 +4291,6 @@ msgstr "DCC Chat mit %s%s %s(%s%d.%d.%d.%d%s) geschlossen \n" msgid "%s%s: not enough memory for new xfer" msgstr "%s nicht genug Speicher für neuen DCC\n" -msgid "xfer chat" -msgstr "" - #, fuzzy, c-format msgid "%s: incoming file from %s (%d.%d.%d.%d): %s, %lu bytes (protocol: %s)" msgstr "" @@ -4318,45 +4374,6 @@ msgstr "" msgid "%s%s: aborting active xfer: \"%s\" from %s" msgstr "Aktiver DCC wird abgebrochen: \"%s\" von %s\n" -msgid "bytes" -msgstr "Bytes" - -msgid "KB" -msgstr "KB" - -msgid "MB" -msgstr "MB" - -msgid "GB" -msgstr "GB" - -msgid "Actions (letter+enter):" -msgstr "" - -msgid " [A] Accept" -msgstr " [A] annehmen" - -msgid " [C] Cancel" -msgstr " [C] abbrechen" - -msgid " [R] Remove" -msgstr " [R] entfernen" - -#, fuzzy -msgid " [P] Purge finished" -msgstr " [P] alte DCCs entfernen" - -#, fuzzy -msgid " [Q] Close xfer list" -msgstr " [Q] DCC-Ansicht schließen" - -msgid "ETA" -msgstr "ETA" - -#, fuzzy -msgid "Xfer list" -msgstr "Hotlist leeren" - #, fuzzy, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "%s Fehler beim Senden von Daten an \"%s\" via DCC CHAT\n" @@ -4563,6 +4580,30 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s fehlende Argumente für die \"--dir\"-Option\n" #, fuzzy +#~ 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 +#~ msgid "New notify level for %s%s%s: %d %s" +#~ msgstr "Neue Notify-Ebenen für: %s%s%s: %s%d %s" + +#, fuzzy +#~ msgid "(hotlist: never)" +#~ msgstr "(Hotlist: keine Anzeige)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights)" +#~ msgstr "(Hotlist: Hervorhebungen)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages)" +#~ msgstr "(Hotlist: Hervorhebungen und Nachrichten)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages + join/part (all))" +#~ msgstr "(Hotlist: Hervorhebungen, Nachrichten, Betreten und Verlassen)\n" + +#, fuzzy #~ msgid "words to highlight in buffers" #~ msgstr "scrolle zur nächsten Hervorhebung im Puffer" @@ -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: 2008-06-15 15:11+0200\n" +"POT-Creation-Date: 2008-06-17 15:58+0200\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" @@ -191,30 +191,6 @@ msgid "Notify levels:" msgstr "Niveles de notificación:" #, fuzzy, c-format -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 -msgid "New notify level for %s%s%s: %d %s" -msgstr "Nuevo nivel de notificación para %s%s%s: %s%d %s" - -#, fuzzy -msgid "(hotlist: never)" -msgstr "(hotlist: nunca)\n" - -#, fuzzy -msgid "(hotlist: highlights)" -msgstr "(hotlist: resaltados)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages)" -msgstr "(hotlist: resaltados + mensajes)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages + join/part (all))" -msgstr "(hotlist: resaltados + mensajes + join/part (todos))\n" - -#, fuzzy, c-format msgid "%sPlugin \"%s\" not found" msgstr "%s dirección \"%s\" no encontrada\n" @@ -631,10 +607,7 @@ msgid "" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list 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" +" notify: display notify levels for all open buffers\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" @@ -648,9 +621,8 @@ msgid "" " clear all buffers: /buffer clear -all\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 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" @@ -939,6 +911,11 @@ msgstr "eslógan de WeeChat (si está vacÃo, el eslógan no será uti msgid "the geekiest chat client!" msgstr "" +msgid "" +"default notify level for buffers (used to tell WeeChat if buffer must be " +"displayed in hotlist or not, according to importance of message)" +msgstr "" + #, fuzzy msgid "time format for buffers" msgstr "fecha y hora para las búfers" @@ -1445,13 +1422,6 @@ msgstr "nombre de usuario para el servidor proxy" msgid "password for proxy server" msgstr "contraseña para el servidor proxy" -msgid "" -"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." -"weechat by default)" -msgstr "" -"ruta para encontrar plugins ('%h' será reemplazado por el directorio raÃz " -"de Weechat, ~/.weechat por defecto)" - #, fuzzy msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " @@ -1463,10 +1433,22 @@ msgstr "" "ser parciales, por ejemplo \"perl\" está bien para \"libperl.so\")" msgid "" +"enable debug messages by default in all plugins (option disabled by default, " +"which is highly recommended)" +msgstr "" + +msgid "" "standard plugins extension in filename (for example \".so\" under Linux or " "\".dll\" under Microsoft Windows)" msgstr "" +msgid "" +"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"ruta para encontrar plugins ('%h' será reemplazado por el directorio raÃz " +"de Weechat, ~/.weechat por defecto)" + #, fuzzy msgid "save configuration files when unloading plugins" msgstr "guardar configuración a disco" @@ -3916,6 +3898,42 @@ msgstr "**** Fin del log " msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" +#, c-format +msgid "notify: debug: set notify for buffer %s to %d (%s)" +msgstr "" + +#, fuzzy, c-format +msgid "%s%s: unable to set notify level \"%s\" => \"%s\"" +msgstr "" +"No hay suficiente memoria para el mensaje de la barra de información\n" + +#, fuzzy, c-format +msgid "Notify level: %s => %s" +msgstr "Niveles de notificación:" + +#, fuzzy, c-format +msgid "Notify level: %s: removed" +msgstr "Niveles de notificación:" + +#, fuzzy, c-format +msgid "%s%s: unknown notify level \"%s\"" +msgstr "%s opción desconocida para el comando \"%s\"\n" + +#, fuzzy +msgid "change notify level for current buffer" +msgstr "nombre de canal no encontrado para el búfer" + +msgid "[reset | none | highlight | message | all]" +msgstr "" + +msgid "" +" reset: reset notify level to default value\n" +" none: buffer will never be in hotlist\n" +"highlight: buffer will be in hotlist for highlights only\n" +" message: buffer will be in hotlist for highlights and user messages only\n" +" all: buffer will be in hotlist for any text printed" +msgstr "" + #, fuzzy, c-format msgid "%sError: unable to load plugin \"%s\": %s" msgstr "%s no ha sido posible cargar el plugin \"%s\": %s\n" @@ -4185,6 +4203,48 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\"" msgstr "%s argumentos incorrectos para el comando \"%s\"\n" +msgid "bytes" +msgstr "bytes" + +msgid "KB" +msgstr "" + +msgid "MB" +msgstr "" + +msgid "GB" +msgstr "" + +msgid "Actions (letter+enter):" +msgstr "" + +msgid " [A] Accept" +msgstr " [A] Aceptar" + +msgid " [C] Cancel" +msgstr " [C] Cancelar" + +msgid " [R] Remove" +msgstr " [R] Eliminar" + +#, fuzzy +msgid " [P] Purge finished" +msgstr " [P] Purgar los viejos DCC" + +#, fuzzy +msgid " [Q] Close xfer list" +msgstr " [Q] Cerrar la vista DCC" + +msgid "xfer chat" +msgstr "" + +msgid "ETA" +msgstr "Tiempo estimado de llegada" + +#, fuzzy +msgid "Xfer list" +msgstr "limpiar hotlist" + #, fuzzy msgid "waiting" msgstr "Esperando" @@ -4235,9 +4295,6 @@ msgstr "Charla DCC cerrada con %s%s %s(%s%d.%d.%d.%d%s)\n" msgid "%s%s: not enough memory for new xfer" msgstr "%s no hay memoria suficiente para un nuevo DCC\n" -msgid "xfer chat" -msgstr "" - #, fuzzy, c-format msgid "%s: incoming file from %s (%d.%d.%d.%d): %s, %lu bytes (protocol: %s)" msgstr "" @@ -4323,45 +4380,6 @@ msgstr "" msgid "%s%s: aborting active xfer: \"%s\" from %s" msgstr "Abandonar el DCC activo: \"%s\" de %s\n" -msgid "bytes" -msgstr "bytes" - -msgid "KB" -msgstr "" - -msgid "MB" -msgstr "" - -msgid "GB" -msgstr "" - -msgid "Actions (letter+enter):" -msgstr "" - -msgid " [A] Accept" -msgstr " [A] Aceptar" - -msgid " [C] Cancel" -msgstr " [C] Cancelar" - -msgid " [R] Remove" -msgstr " [R] Eliminar" - -#, fuzzy -msgid " [P] Purge finished" -msgstr " [P] Purgar los viejos DCC" - -#, fuzzy -msgid " [Q] Close xfer list" -msgstr " [Q] Cerrar la vista DCC" - -msgid "ETA" -msgstr "Tiempo estimado de llegada" - -#, fuzzy -msgid "Xfer list" -msgstr "limpiar hotlist" - #, fuzzy, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "%s error enviando datos al \"%s\" con DCC CHAT\n" @@ -4571,6 +4589,30 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s falta un argumento para la opción --dir\n" #, fuzzy +#~ 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 +#~ msgid "New notify level for %s%s%s: %d %s" +#~ msgstr "Nuevo nivel de notificación para %s%s%s: %s%d %s" + +#, fuzzy +#~ msgid "(hotlist: never)" +#~ msgstr "(hotlist: nunca)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights)" +#~ msgstr "(hotlist: resaltados)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages)" +#~ msgstr "(hotlist: resaltados + mensajes)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages + join/part (all))" +#~ msgstr "(hotlist: resaltados + mensajes + join/part (todos))\n" + +#, fuzzy #~ msgid "words to highlight in buffers" #~ msgstr "desplazarse al resaltado siguiente en el búfer" @@ -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: 2008-06-15 15:11+0200\n" -"PO-Revision-Date: 2008-06-15 15:11+0200\n" +"POT-Creation-Date: 2008-06-17 15:58+0200\n" +"PO-Revision-Date: 2008-06-17 13:24+0200\n" "Last-Translator: FlashCode <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "MIME-Version: 1.0\n" @@ -184,26 +184,6 @@ msgid "Notify levels:" msgstr "Niveaux de notification:" #, c-format -msgid "%sError: incorrect notify level (must be between %d and %d)" -msgstr "%sErreur: niveau de notification incorrect (doit être entre %d et %d)" - -#, c-format -msgid "New notify level for %s%s%s: %d %s" -msgstr "Nouveau niveau de notification pour %s%s%s: %d %s" - -msgid "(hotlist: never)" -msgstr "(hotlist: jamais)" - -msgid "(hotlist: highlights)" -msgstr "(hotlist: highlights)" - -msgid "(hotlist: highlights + messages)" -msgstr "(hotlist: highlights + messages)" - -msgid "(hotlist: highlights + messages + join/part (all))" -msgstr "(hotlist: highlights + messages + join/part (tous))" - -#, c-format msgid "%sPlugin \"%s\" not found" msgstr "%sExtension \"%s\" non trouvée" @@ -605,10 +585,7 @@ msgid "" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list 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" +" notify: display notify levels for all open buffers\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" @@ -622,9 +599,8 @@ msgid "" " clear all buffers: /buffer clear -all\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 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" @@ -638,10 +614,7 @@ msgstr "" "1)\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" -" (quand exécuté sur un tampon serveur, cela fixe le niveau de " -"notification par défaut pour le serveur entier)\n" +" notify: affiche les niveaux de notification pour tous les tampons ouverts\n" " scroll: fait défiler l'historique (peut être relatif, et peut se terminer " "par une lettre: s=sec, m=min, h=heure, d=jour, M=mois, y=année); s'il y a " "seulement une lettre, alors fait défiler jusqu'au début de cet élément\n" @@ -653,7 +626,6 @@ msgstr "" "Exemples:\n" " déplacer tampon: /buffer move 5\n" " fermer tampon: /buffer close c'est le message de départ\n" -" niveau de notif.: /buffer notify 2\n" " défiler 1 jour haut: /buffer scroll 1d == /buffer scroll -1d == /buffer " "scroll -24h\n" " défiler au début\n" @@ -971,6 +943,14 @@ msgstr "slogan WeeChat (si vide, le slogan ne sera pas utilisé)" msgid "the geekiest chat client!" msgstr "le client de discussion le plus geek !" +msgid "" +"default notify level for buffers (used to tell WeeChat if buffer must be " +"displayed in hotlist or not, according to importance of message)" +msgstr "" +"niveau de notification par défaut pour les tampons (utilisé pour dire à " +"WeeChat si le tampon doit être affiché dans la hotlist ou non, selon " +"l'importance du message)" + msgid "time format for buffers" msgstr "format de date/heure pour les tampons" @@ -1402,13 +1382,6 @@ msgid "password for proxy server" msgstr "mot de passe pour le serveur proxy" msgid "" -"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." -"weechat by default)" -msgstr "" -"chemin de recherche des extensions ('%h' sera remplacé par le répertoire de " -"base WeeChat, par défaut: ~/.weechat)" - -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 \"perl.so\")" @@ -1418,12 +1391,26 @@ msgstr "" "exemple \"perl\" est ok pour \"perl.so\")" msgid "" +"enable debug messages by default in all plugins (option disabled by default, " +"which is highly recommended)" +msgstr "" +"active les messages de debug par défaut pour toutes les extensions (option " +"désactivée par défaut, ce qui est hautement recommandé)" + +msgid "" "standard plugins extension in filename (for example \".so\" under Linux or " "\".dll\" under Microsoft Windows)" msgstr "" "extension par défaut des extensions (par example \".so\" sous Linux ou \".dll" "\" sous Microsoft Windows)" +msgid "" +"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"chemin de recherche des extensions ('%h' sera remplacé par le répertoire de " +"base WeeChat, par défaut: ~/.weechat)" + msgid "save configuration files when unloading plugins" msgstr "" "sauvegarder les fichiers de configuration lors du déchargement des extensions" @@ -3872,6 +3859,47 @@ msgid "===\t========== End of backlog (%d lines) ==========" msgstr "===\t========== Fin de l'historique (%d lignes) ==========" #, c-format +msgid "notify: debug: set notify for buffer %s to %d (%s)" +msgstr "notify: debug: niveau de notification pour le tampon %s mis à %d (%s)" + +#, c-format +msgid "%s%s: unable to set notify level \"%s\" => \"%s\"" +msgstr "" +"%s%s: impossible de positionner le niveau de notification \"%s\" => \"%s\"" + +#, c-format +msgid "Notify level: %s => %s" +msgstr "Niveau de notification: %s => %s" + +#, c-format +msgid "Notify level: %s: removed" +msgstr "Niveau de notification: %s: supprimé" + +#, c-format +msgid "%s%s: unknown notify level \"%s\"" +msgstr "%s%s: niveau de notification inconnu \"%s\"" + +msgid "change notify level for current buffer" +msgstr "changer le niveau de notification pour le tampon courant" + +msgid "[reset | none | highlight | message | all]" +msgstr "[reset | none | highlight | message | all]" + +msgid "" +" reset: reset notify level to default value\n" +" none: buffer will never be in hotlist\n" +"highlight: buffer will be in hotlist for highlights only\n" +" message: buffer will be in hotlist for highlights and user messages only\n" +" all: buffer will be in hotlist for any text printed" +msgstr "" +" reset: réinitialiser le niveau de notification à sa valeur par défaut\n" +" none: le tampon ne sera jamais dans la hotlist\n" +"highlight: le tampon sera dans la hotlist pour les highlights seulement\n" +" message: le tampon sera dans la hotlist pour les highlights et les " +"messages d'utilisateurs seulement\n" +" all: le tampon sera dans la hotlist pour tout texte affiché" + +#, c-format msgid "%sError: unable to load plugin \"%s\": %s" msgstr "%sErreur: impossible de charger l'extension \"%s\": %s" @@ -4151,6 +4179,45 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\"" msgstr "%s%s: paramètres invalides pour la fonction \"%s\"" +msgid "bytes" +msgstr "octets" + +msgid "KB" +msgstr "Ko" + +msgid "MB" +msgstr "Mo" + +msgid "GB" +msgstr "Go" + +msgid "Actions (letter+enter):" +msgstr "Actions (lettre+entrée):" + +msgid " [A] Accept" +msgstr " [A] Accepter" + +msgid " [C] Cancel" +msgstr " [C] Annuler" + +msgid " [R] Remove" +msgstr " [R] Retirer" + +msgid " [P] Purge finished" +msgstr " [P] Purger terminés" + +msgid " [Q] Close xfer list" +msgstr " [Q] Fermer la liste xfer" + +msgid "xfer chat" +msgstr "discussion xfer" + +msgid "ETA" +msgstr "ETA" + +msgid "Xfer list" +msgstr "Liste Xfer" + msgid "waiting" msgstr "attente" @@ -4193,9 +4260,6 @@ msgstr "%s: discussion fermée avec %s (%d.%d.%d.%d)" msgid "%s%s: not enough memory for new xfer" msgstr "%s%s: pas assez de mémoire pour un nouveau xfer" -msgid "xfer chat" -msgstr "discussion xfer" - #, c-format msgid "%s: incoming file from %s (%d.%d.%d.%d): %s, %lu bytes (protocol: %s)" msgstr "" @@ -4276,42 +4340,6 @@ msgstr "" msgid "%s%s: aborting active xfer: \"%s\" from %s" msgstr "%s%s: abandon du xfer actif: \"%s\" de %s" -msgid "bytes" -msgstr "octets" - -msgid "KB" -msgstr "Ko" - -msgid "MB" -msgstr "Mo" - -msgid "GB" -msgstr "Go" - -msgid "Actions (letter+enter):" -msgstr "Actions (lettre+entrée):" - -msgid " [A] Accept" -msgstr " [A] Accepter" - -msgid " [C] Cancel" -msgstr " [C] Annuler" - -msgid " [R] Remove" -msgstr " [R] Retirer" - -msgid " [P] Purge finished" -msgstr " [P] Purger terminés" - -msgid " [Q] Close xfer list" -msgstr " [Q] Fermer la liste xfer" - -msgid "ETA" -msgstr "ETA" - -msgid "Xfer list" -msgstr "Liste Xfer" - #, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "%s%s: erreur d'envoi de données à \"%s\" via discussion xfer" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.2.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2008-06-15 15:11+0200\n" +"POT-Creation-Date: 2008-06-17 15:58+0200\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" @@ -196,28 +196,6 @@ msgid "Notify levels:" msgstr "Értesítési szintek:" #, fuzzy, c-format -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" - -#, fuzzy, c-format -msgid "New notify level for %s%s%s: %d %s" -msgstr "A %s%s%s új értesítési szintje: %s%d %s" - -#, fuzzy -msgid "(hotlist: never)" -msgstr "kicsoda (szerver)" - -msgid "(hotlist: highlights)" -msgstr "" - -msgid "(hotlist: highlights + messages)" -msgstr "" - -msgid "(hotlist: highlights + messages + join/part (all))" -msgstr "" - -#, fuzzy, c-format msgid "%sPlugin \"%s\" not found" msgstr "%s cím \"%s\" nem található\n" @@ -633,10 +611,7 @@ msgid "" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list 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" +" notify: display notify levels for all open buffers\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" @@ -650,9 +625,8 @@ msgid "" " clear all buffers: /buffer clear -all\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 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" @@ -971,6 +945,11 @@ msgstr "WeeChat szlogen (ha üres, akkor nem használja a program)" msgid "the geekiest chat client!" msgstr "" +msgid "" +"default notify level for buffers (used to tell WeeChat if buffer must be " +"displayed in hotlist or not, according to importance of message)" +msgstr "" + #, fuzzy msgid "time format for buffers" msgstr "a pufferek időbélyege" @@ -1466,13 +1445,6 @@ msgstr "felhasználónév a proxy szerverhez" msgid "password for proxy server" msgstr "jelszó a proxy szerverhez" -msgid "" -"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." -"weechat by default)" -msgstr "" -"modulok elérési útvonala ('%h' helyére automatikusan a WeeChat saját " -"könyvtára, alapértelmezésben ~/.weechat, kerül)" - #, fuzzy msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " @@ -1484,10 +1456,22 @@ msgstr "" "\"perl\" elegendő \"libperl.so\" helyett)" msgid "" +"enable debug messages by default in all plugins (option disabled by default, " +"which is highly recommended)" +msgstr "" + +msgid "" "standard plugins extension in filename (for example \".so\" under Linux or " "\".dll\" under Microsoft Windows)" msgstr "" +msgid "" +"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"modulok elérési útvonala ('%h' helyére automatikusan a WeeChat saját " +"könyvtára, alapértelmezésben ~/.weechat, kerül)" + #, fuzzy msgid "save configuration files when unloading plugins" msgstr "beállítások mentése kilépéskor" @@ -3932,6 +3916,41 @@ msgstr "**** Naplófájl vége " msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" +#, c-format +msgid "notify: debug: set notify for buffer %s to %d (%s)" +msgstr "" + +#, fuzzy, c-format +msgid "%s%s: unable to set notify level \"%s\" => \"%s\"" +msgstr "%s nincs elég memória az információs pult üzenethez\n" + +#, fuzzy, c-format +msgid "Notify level: %s => %s" +msgstr "Értesítési szintek:" + +#, fuzzy, c-format +msgid "Notify level: %s: removed" +msgstr "Értesítési szintek:" + +#, fuzzy, c-format +msgid "%s%s: unknown notify level \"%s\"" +msgstr "%s ismeretlen billentyűparancs \"%s\"\n" + +#, fuzzy +msgid "change notify level for current buffer" +msgstr "szobanév nem található a pufferhez" + +msgid "[reset | none | highlight | message | all]" +msgstr "" + +msgid "" +" reset: reset notify level to default value\n" +" none: buffer will never be in hotlist\n" +"highlight: buffer will be in hotlist for highlights only\n" +" message: buffer will be in hotlist for highlights and user messages only\n" +" all: buffer will be in hotlist for any text printed" +msgstr "" + #, fuzzy, c-format msgid "%sError: unable to load plugin \"%s\": %s" msgstr "%s nem sikerült a modult betölteni \"%s\": %s\n" @@ -4199,6 +4218,48 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\"" msgstr "%s rossz argumentum a \"%s\" parancsnak\n" +msgid "bytes" +msgstr "byte" + +msgid "KB" +msgstr "KB" + +msgid "MB" +msgstr "MB" + +msgid "GB" +msgstr "GB" + +msgid "Actions (letter+enter):" +msgstr "" + +msgid " [A] Accept" +msgstr " [A] Elfogadás" + +msgid " [C] Cancel" +msgstr " [C] Mégsem" + +msgid " [R] Remove" +msgstr " [R] Eltávolítás" + +#, fuzzy +msgid " [P] Purge finished" +msgstr " [P] Régi DCC törlése" + +#, fuzzy +msgid " [Q] Close xfer list" +msgstr " [Q] DCC nézet bezárása" + +msgid "xfer chat" +msgstr "" + +msgid "ETA" +msgstr "ETA" + +#, fuzzy +msgid "Xfer list" +msgstr "hotlist törlése" + #, fuzzy msgid "waiting" msgstr "Várakozás" @@ -4249,9 +4310,6 @@ msgstr "DCC beszélgetés vége: %s%s %s(%s%d.%d.%d.%d%s)\n" msgid "%s%s: not enough memory for new xfer" msgstr "%s nincs elegendő memória új DCC számára\n" -msgid "xfer chat" -msgstr "" - #, fuzzy, c-format msgid "%s: incoming file from %s (%d.%d.%d.%d): %s, %lu bytes (protocol: %s)" msgstr "" @@ -4335,45 +4393,6 @@ msgstr "" msgid "%s%s: aborting active xfer: \"%s\" from %s" msgstr "\"%s\" aktív DCC megszakítása a következővel: %s\n" -msgid "bytes" -msgstr "byte" - -msgid "KB" -msgstr "KB" - -msgid "MB" -msgstr "MB" - -msgid "GB" -msgstr "GB" - -msgid "Actions (letter+enter):" -msgstr "" - -msgid " [A] Accept" -msgstr " [A] Elfogadás" - -msgid " [C] Cancel" -msgstr " [C] Mégsem" - -msgid " [R] Remove" -msgstr " [R] Eltávolítás" - -#, fuzzy -msgid " [P] Purge finished" -msgstr " [P] Régi DCC törlése" - -#, fuzzy -msgid " [Q] Close xfer list" -msgstr " [Q] DCC nézet bezárása" - -msgid "ETA" -msgstr "ETA" - -#, fuzzy -msgid "Xfer list" -msgstr "hotlist törlése" - #, fuzzy, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "%s hiba a(z) \"%s\" felé DCC CHAT-tel történő adatküldés közben\n" @@ -4577,6 +4596,19 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n" #, fuzzy +#~ 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" + +#, fuzzy +#~ msgid "New notify level for %s%s%s: %d %s" +#~ msgstr "A %s%s%s új értesítési szintje: %s%d %s" + +#, fuzzy +#~ msgid "(hotlist: never)" +#~ msgstr "kicsoda (szerver)" + +#, fuzzy #~ msgid "words to highlight in buffers" #~ msgstr "ugrás a következő kiemelésre a pufferben" @@ -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: 2008-06-15 15:11+0200\n" +"POT-Creation-Date: 2008-06-17 15:58+0200\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" @@ -192,30 +192,6 @@ msgid "Notify levels:" msgstr "Уровни уведомления:" #, fuzzy, c-format -msgid "%sError: incorrect notify level (must be between %d and %d)" -msgstr "%s некорректный уровень уведомления (должен быть от %d до %d)\n" - -#, fuzzy, c-format -msgid "New notify level for %s%s%s: %d %s" -msgstr "Новый уровень уведомления для %s%s%s: %s%d %s" - -#, fuzzy -msgid "(hotlist: never)" -msgstr "(хотлист: никогда)\n" - -#, fuzzy -msgid "(hotlist: highlights)" -msgstr "(хотлист: подсвечивание)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages)" -msgstr "(hotlist: подсвечивание + сообщения)\n" - -#, fuzzy -msgid "(hotlist: highlights + messages + join/part (all))" -msgstr "(хотлист: подсвечивание + сообщения + входы/выходы (всё))\n" - -#, fuzzy, c-format msgid "%sPlugin \"%s\" not found" msgstr "%s адрес \"%s\" не найден\n" @@ -629,10 +605,7 @@ msgid "" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list 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" +" notify: display notify levels for all open buffers\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" @@ -646,9 +619,8 @@ msgid "" " clear all buffers: /buffer clear -all\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 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" @@ -968,6 +940,11 @@ msgstr "слоган WeeChat (если пусто - используется с msgid "the geekiest chat client!" msgstr "" +msgid "" +"default notify level for buffers (used to tell WeeChat if buffer must be " +"displayed in hotlist or not, according to importance of message)" +msgstr "" + #, fuzzy msgid "time format for buffers" msgstr "время в буферах" @@ -1469,13 +1446,6 @@ msgstr "имя пользователя, используемое при под msgid "password for proxy server" msgstr "пароль к proxy серверу" -msgid "" -"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." -"weechat by default)" -msgstr "" -"путь поиска pluginов ('%h' заменяется на домашний каталог WeeChat, по " -"умолчанию - ~/.weechat)" - #, fuzzy msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " @@ -1487,10 +1457,22 @@ msgstr "" "например \"perl\" успешно загрузит \"libperl.so\")" msgid "" +"enable debug messages by default in all plugins (option disabled by default, " +"which is highly recommended)" +msgstr "" + +msgid "" "standard plugins extension in filename (for example \".so\" under Linux or " "\".dll\" under Microsoft Windows)" msgstr "" +msgid "" +"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"путь поиска pluginов ('%h' заменяется на домашний каталог WeeChat, по " +"умолчанию - ~/.weechat)" + #, fuzzy msgid "save configuration files when unloading plugins" msgstr "сохранять конфигурационный файл при выходе" @@ -3922,6 +3904,41 @@ msgstr "**** Конец log-файла" msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" +#, c-format +msgid "notify: debug: set notify for buffer %s to %d (%s)" +msgstr "" + +#, fuzzy, c-format +msgid "%s%s: unable to set notify level \"%s\" => \"%s\"" +msgstr "%s недостаточно памяти для сообщения в строке информации\n" + +#, fuzzy, c-format +msgid "Notify level: %s => %s" +msgstr "Уровни уведомления:" + +#, fuzzy, c-format +msgid "Notify level: %s: removed" +msgstr "Уровни уведомления:" + +#, fuzzy, c-format +msgid "%s%s: unknown notify level \"%s\"" +msgstr "%s неизвестная функция клавиши \"%s\"\n" + +#, fuzzy +msgid "change notify level for current buffer" +msgstr "не найдено имя канала для буфера" + +msgid "[reset | none | highlight | message | all]" +msgstr "" + +msgid "" +" reset: reset notify level to default value\n" +" none: buffer will never be in hotlist\n" +"highlight: buffer will be in hotlist for highlights only\n" +" message: buffer will be in hotlist for highlights and user messages only\n" +" all: buffer will be in hotlist for any text printed" +msgstr "" + #, fuzzy, c-format msgid "%sError: unable to load plugin \"%s\": %s" msgstr "%s не могу загрузить plugin \"%s\": %s\n" @@ -4189,6 +4206,48 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\"" msgstr "%s некорректные аргументы команды \"%s\"\n" +msgid "bytes" +msgstr "байтов" + +msgid "KB" +msgstr "КБ" + +msgid "MB" +msgstr "МБ" + +msgid "GB" +msgstr "ГБ" + +msgid "Actions (letter+enter):" +msgstr "" + +msgid " [A] Accept" +msgstr " [A] Принять" + +msgid " [C] Cancel" +msgstr " [C] Отменить" + +msgid " [R] Remove" +msgstr " [R] Удалить" + +#, fuzzy +msgid " [P] Purge finished" +msgstr " [P] Очистить список" + +#, fuzzy +msgid " [Q] Close xfer list" +msgstr " [Q] Закрыть окно" + +msgid "xfer chat" +msgstr "" + +msgid "ETA" +msgstr "осталось" + +#, fuzzy +msgid "Xfer list" +msgstr "очистить хотлист" + #, fuzzy msgid "waiting" msgstr "Ожидание" @@ -4239,9 +4298,6 @@ msgstr "DCC-чат закончен с %s%s %s(%s%d.%d.%d.%d%s)\n" msgid "%s%s: not enough memory for new xfer" msgstr "%s недостаточно памяти для нового DCC\n" -msgid "xfer chat" -msgstr "" - #, fuzzy, c-format msgid "%s: incoming file from %s (%d.%d.%d.%d): %s, %lu bytes (protocol: %s)" msgstr "Входящий файл от %s%s%s (%s%d.%d.%d.%d%s)%s: %s%s%s, %s%lu%s байт\n" @@ -4320,45 +4376,6 @@ msgstr "" msgid "%s%s: aborting active xfer: \"%s\" from %s" msgstr "Отменяю активное DCC-сединение: \"%s\" от %s\n" -msgid "bytes" -msgstr "байтов" - -msgid "KB" -msgstr "КБ" - -msgid "MB" -msgstr "МБ" - -msgid "GB" -msgstr "ГБ" - -msgid "Actions (letter+enter):" -msgstr "" - -msgid " [A] Accept" -msgstr " [A] Принять" - -msgid " [C] Cancel" -msgstr " [C] Отменить" - -msgid " [R] Remove" -msgstr " [R] Удалить" - -#, fuzzy -msgid " [P] Purge finished" -msgstr " [P] Очистить список" - -#, fuzzy -msgid " [Q] Close xfer list" -msgstr " [Q] Закрыть окно" - -msgid "ETA" -msgstr "осталось" - -#, fuzzy -msgid "Xfer list" -msgstr "очистить хотлист" - #, fuzzy, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "%s ошибка при отправке данных \"%s\" через DCC-чат\n" @@ -4562,6 +4579,30 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s нет аргумента для параметра \"%s\"\n" #, fuzzy +#~ msgid "%sError: incorrect notify level (must be between %d and %d)" +#~ msgstr "%s некорректный уровень уведомления (должен быть от %d до %d)\n" + +#, fuzzy +#~ msgid "New notify level for %s%s%s: %d %s" +#~ msgstr "Новый уровень уведомления для %s%s%s: %s%d %s" + +#, fuzzy +#~ msgid "(hotlist: never)" +#~ msgstr "(хотлист: никогда)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights)" +#~ msgstr "(хотлист: подсвечивание)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages)" +#~ msgstr "(hotlist: подсвечивание + сообщения)\n" + +#, fuzzy +#~ msgid "(hotlist: highlights + messages + join/part (all))" +#~ msgstr "(хотлист: подсвечивание + сообщения + входы/выходы (всё))\n" + +#, fuzzy #~ msgid "words to highlight in buffers" #~ msgstr "промотать буфер до следующей подсветки" diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake index 37718bae8..6891c4e63 100644 --- a/po/srcfiles.cmake +++ b/po/srcfiles.cmake @@ -128,6 +128,7 @@ SET(WEECHAT_SOURCES ./src/plugins/logger/logger.h ./src/plugins/logger/logger-tail.c ./src/plugins/logger/logger-tail.h +./src/plugins/notify/notify.c ./src/plugins/plugin-api.c ./src/plugins/plugin-api.h ./src/plugins/plugin.c @@ -166,9 +167,9 @@ SET(WEECHAT_SOURCES ./src/plugins/trigger/trigger-libirc.c ./src/plugins/trigger/trigger-libirc.h ./src/plugins/weechat-plugin.h -./src/plugins/xfer/xfer.c ./src/plugins/xfer/xfer-buffer.c ./src/plugins/xfer/xfer-buffer.h +./src/plugins/xfer/xfer.c ./src/plugins/xfer/xfer-chat.c ./src/plugins/xfer/xfer-chat.h ./src/plugins/xfer/xfer-command.c diff --git a/po/weechat.pot b/po/weechat.pot index 7ed7712b4..d5cdf433d 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: 2008-06-15 15:11+0200\n" +"POT-Creation-Date: 2008-06-17 15:58+0200\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" @@ -167,26 +167,6 @@ msgid "Notify levels:" msgstr "" #, c-format -msgid "%sError: incorrect notify level (must be between %d and %d)" -msgstr "" - -#, c-format -msgid "New notify level for %s%s%s: %d %s" -msgstr "" - -msgid "(hotlist: never)" -msgstr "" - -msgid "(hotlist: highlights)" -msgstr "" - -msgid "(hotlist: highlights + messages)" -msgstr "" - -msgid "(hotlist: highlights + messages + join/part (all))" -msgstr "" - -#, c-format msgid "%sPlugin \"%s\" not found" msgstr "" @@ -556,10 +536,7 @@ msgid "" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list 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" +" notify: display notify levels for all open buffers\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" @@ -573,9 +550,8 @@ msgid "" " clear all buffers: /buffer clear -all\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 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" @@ -805,6 +781,11 @@ msgstr "" msgid "the geekiest chat client!" msgstr "" +msgid "" +"default notify level for buffers (used to tell WeeChat if buffer must be " +"displayed in hotlist or not, according to importance of message)" +msgstr "" + msgid "time format for buffers" msgstr "" @@ -1188,21 +1169,26 @@ msgid "password for proxy server" msgstr "" msgid "" -"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." -"weechat by default)" -msgstr "" - -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 \"perl.so\")" msgstr "" msgid "" +"enable debug messages by default in all plugins (option disabled by default, " +"which is highly recommended)" +msgstr "" + +msgid "" "standard plugins extension in filename (for example \".so\" under Linux or " "\".dll\" under Microsoft Windows)" msgstr "" +msgid "" +"path for searching plugins ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" + msgid "save configuration files when unloading plugins" msgstr "" @@ -3382,6 +3368,40 @@ msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" #, c-format +msgid "notify: debug: set notify for buffer %s to %d (%s)" +msgstr "" + +#, c-format +msgid "%s%s: unable to set notify level \"%s\" => \"%s\"" +msgstr "" + +#, c-format +msgid "Notify level: %s => %s" +msgstr "" + +#, c-format +msgid "Notify level: %s: removed" +msgstr "" + +#, c-format +msgid "%s%s: unknown notify level \"%s\"" +msgstr "" + +msgid "change notify level for current buffer" +msgstr "" + +msgid "[reset | none | highlight | message | all]" +msgstr "" + +msgid "" +" reset: reset notify level to default value\n" +" none: buffer will never be in hotlist\n" +"highlight: buffer will be in hotlist for highlights only\n" +" message: buffer will be in hotlist for highlights and user messages only\n" +" all: buffer will be in hotlist for any text printed" +msgstr "" + +#, c-format msgid "%sError: unable to load plugin \"%s\": %s" msgstr "" @@ -3635,6 +3655,45 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\"" msgstr "" +msgid "bytes" +msgstr "" + +msgid "KB" +msgstr "" + +msgid "MB" +msgstr "" + +msgid "GB" +msgstr "" + +msgid "Actions (letter+enter):" +msgstr "" + +msgid " [A] Accept" +msgstr "" + +msgid " [C] Cancel" +msgstr "" + +msgid " [R] Remove" +msgstr "" + +msgid " [P] Purge finished" +msgstr "" + +msgid " [Q] Close xfer list" +msgstr "" + +msgid "xfer chat" +msgstr "" + +msgid "ETA" +msgstr "" + +msgid "Xfer list" +msgstr "" + msgid "waiting" msgstr "" @@ -3677,9 +3736,6 @@ msgstr "" msgid "%s%s: not enough memory for new xfer" msgstr "" -msgid "xfer chat" -msgstr "" - #, c-format msgid "%s: incoming file from %s (%d.%d.%d.%d): %s, %lu bytes (protocol: %s)" msgstr "" @@ -3753,42 +3809,6 @@ msgstr "" msgid "%s%s: aborting active xfer: \"%s\" from %s" msgstr "" -msgid "bytes" -msgstr "" - -msgid "KB" -msgstr "" - -msgid "MB" -msgstr "" - -msgid "GB" -msgstr "" - -msgid "Actions (letter+enter):" -msgstr "" - -msgid " [A] Accept" -msgstr "" - -msgid " [C] Cancel" -msgstr "" - -msgid " [R] Remove" -msgstr "" - -msgid " [P] Purge finished" -msgstr "" - -msgid " [Q] Close xfer list" -msgstr "" - -msgid "ETA" -msgstr "" - -msgid "Xfer list" -msgstr "" - #, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "" |