diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-08 15:50:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-08 15:50:59 +0200 |
commit | 4f9843f84c5141020be935c65d8ff94243df3041 (patch) | |
tree | 7298c8c61619fecacf7940528d3eb65c1fe6cb92 /po | |
parent | d5b78f0d8f2f0d30c0bef610db4ec80fc0f1f9e1 (diff) | |
download | weechat-4f9843f84c5141020be935c65d8ff94243df3041.zip |
Add config file logger.conf (replaces old logger options in plugins.conf)
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 | ||||
-rw-r--r-- | po/cs.po | 33 | ||||
-rw-r--r-- | po/de.po | 33 | ||||
-rw-r--r-- | po/es.po | 34 | ||||
-rw-r--r-- | po/fr.po | 41 | ||||
-rw-r--r-- | po/hu.po | 34 | ||||
-rw-r--r-- | po/ru.po | 33 | ||||
-rw-r--r-- | po/srcfiles.cmake | 2 | ||||
-rw-r--r-- | po/weechat.pot | 29 |
9 files changed, 233 insertions, 8 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 5f973e0ed..8a0b8cb53 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -138,6 +138,8 @@ ./src/plugins/logger/logger.h ./src/plugins/logger/logger-buffer.c ./src/plugins/logger/logger-buffer.h +./src/plugins/logger/logger-config.c +./src/plugins/logger/logger-config.h ./src/plugins/logger/logger-info.c ./src/plugins/logger/logger-info.h ./src/plugins/logger/logger-tail.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-10-05 17:39+0200\n" +"POT-Creation-Date: 2008-10-08 13:12+0200\n" "PO-Revision-Date: 2008-09-17 16:19+0200\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3979,6 +3979,10 @@ msgid "%s%s: disconnected from server" msgstr "Odpojen od serveru!\n" #, fuzzy, c-format +msgid "%s%s: unable to create directory for logs (\"%s\")" +msgstr "%s nemohu vytvořit server \"%s\"\n" + +#, fuzzy, c-format msgid "%s%s: unable to write log file \"%s\"" msgstr "Nemůžu zapsat log soubor \"%s\"\n" @@ -3995,6 +3999,33 @@ msgid "===\t========== End of backlog (%d lines) ==========" msgstr "===\t========== Konec zpětného logu (%d řádků) ==========" #, fuzzy +msgid "" +"maximum number of lines to display from log file when creating new buffer (0 " +"= no backlog)" +msgstr "maximální počet uživatelských příkazů v historii (0 = nekonečně)" + +msgid "" +"automatically save content of buffers to files (unless a buffer disables log)" +msgstr "" + +msgid "use only lower case for log filenames" +msgstr "" + +#, fuzzy +msgid "" +"path for WeeChat log files ('%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í)" + +msgid "write information line in log file when log starts or ends for a buffer" +msgstr "" + +msgid "timestamp used in log files (see man strftime for date/time specifiers)" +msgstr "" + +#, fuzzy msgid "list of logger buffers" msgstr "časová známka pro buffer" @@ -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-10-05 17:39+0200\n" +"POT-Creation-Date: 2008-10-08 13:12+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" @@ -3889,6 +3889,10 @@ msgid "%s%s: disconnected from server" msgstr "Vom Server getrennt!\n" #, fuzzy, c-format +msgid "%s%s: unable to create directory for logs (\"%s\")" +msgstr "%s kann den Server nicht anlegen\n" + +#, fuzzy, c-format msgid "%s%s: unable to write log file \"%s\"" msgstr "Kann das Logfile nicht schreiben\n" @@ -3905,6 +3909,33 @@ msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" #, fuzzy +msgid "" +"maximum number of lines to display from log file when creating new buffer (0 " +"= no backlog)" +msgstr "maximale Anzahl an Befehlen im Verlauf (0: kein Limit)" + +msgid "" +"automatically save content of buffers to files (unless a buffer disables log)" +msgstr "" + +msgid "use only lower case for log filenames" +msgstr "" + +#, fuzzy +msgid "" +"path for WeeChat log files ('%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)" + +msgid "write information line in log file when log starts or ends for a buffer" +msgstr "" + +msgid "timestamp used in log files (see man strftime for date/time specifiers)" +msgstr "" + +#, fuzzy msgid "list of logger buffers" msgstr "Timestamp für 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-10-05 17:39+0200\n" +"POT-Creation-Date: 2008-10-08 13:12+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" @@ -3888,6 +3888,10 @@ msgid "%s%s: disconnected from server" msgstr "¡Desconectado del servidor!\n" #, fuzzy, c-format +msgid "%s%s: unable to create directory for logs (\"%s\")" +msgstr "%s no es posible crear el servidor\n" + +#, fuzzy, c-format msgid "%s%s: unable to write log file \"%s\"" msgstr "No es posible escribir un fichero de log para un búfer\n" @@ -3904,6 +3908,34 @@ msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" #, fuzzy +msgid "" +"maximum number of lines to display from log file when creating new buffer (0 " +"= no backlog)" +msgstr "" +"número múximo de comandos de usuario en el histórico (0 = ilimitado)" + +msgid "" +"automatically save content of buffers to files (unless a buffer disables log)" +msgstr "" + +msgid "use only lower case for log filenames" +msgstr "" + +#, fuzzy +msgid "" +"path for WeeChat log files ('%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)" + +msgid "write information line in log file when log starts or ends for a buffer" +msgstr "" + +msgid "timestamp used in log files (see man strftime for date/time specifiers)" +msgstr "" + +#, fuzzy msgid "list of logger buffers" msgstr "fecha y hora para las búfers" @@ -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-10-05 17:39+0200\n" -"PO-Revision-Date: 2008-10-05 17:39+0200\n" +"POT-Creation-Date: 2008-10-08 13:12+0200\n" +"PO-Revision-Date: 2008-10-08 13:13+0200\n" "Last-Translator: FlashCode <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "MIME-Version: 1.0\n" @@ -3932,6 +3932,10 @@ msgid "%s%s: disconnected from server" msgstr "%s%s: déconnecté du serveur" #, c-format +msgid "%s%s: unable to create directory for logs (\"%s\")" +msgstr "%s%s: impossible de créer le répertoire pour les logs (\"%s\")" + +#, c-format msgid "%s%s: unable to write log file \"%s\"" msgstr "%s%s: impossible d'écrire le fichier log \"%s\"" @@ -3947,6 +3951,39 @@ msgstr "%s\t**** Fin du log ****" msgid "===\t========== End of backlog (%d lines) ==========" msgstr "===\t========== Fin de l'historique (%d lignes) ==========" +msgid "" +"maximum number of lines to display from log file when creating new buffer (0 " +"= no backlog)" +msgstr "" +"nombre maximum de lignes à afficher du fichier de log lors de l'ouverture du " +"tampon (0 = ne rien afficher)" + +msgid "" +"automatically save content of buffers to files (unless a buffer disables log)" +msgstr "" +"sauve automatiquement le contenu des tampons dans des fichiers (sauf si un " +"tampon désactive le log)" + +msgid "use only lower case for log filenames" +msgstr "utiliser seulement des minuscules dans le nom des fichiers de log" + +msgid "" +"path for WeeChat log files ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"chemin pour les fichiers de log WeeChat ('%h' sera remplacé par le " +"répertoire de base WeeChat, par défaut: ~/.weechat)" + +msgid "write information line in log file when log starts or ends for a buffer" +msgstr "" +"écrire une ligne d'information dans le fichier log quand le log démarre ou " +"se termine pour un tampon" + +msgid "timestamp used in log files (see man strftime for date/time specifiers)" +msgstr "" +"format de date/heure utilisé dans les fichiers log (voir strftime(3) pour le " +"format de date/heure)" + msgid "list of logger buffers" msgstr "liste des enregistreurs de tampons (loggers)" @@ -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-10-05 17:39+0200\n" +"POT-Creation-Date: 2008-10-08 13:12+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" @@ -3916,6 +3916,10 @@ msgid "%s%s: disconnected from server" msgstr "Lekapcsolódott a szerverről!\n" #, fuzzy, c-format +msgid "%s%s: unable to create directory for logs (\"%s\")" +msgstr "%s nem sikerült a szervert létrehozni\n" + +#, fuzzy, c-format msgid "%s%s: unable to write log file \"%s\"" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" @@ -3932,6 +3936,34 @@ msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" #, fuzzy +msgid "" +"maximum number of lines to display from log file when creating new buffer (0 " +"= no backlog)" +msgstr "" +"felhasználói parancsok maximális száma az előzményekben (0 = korlátlan)" + +msgid "" +"automatically save content of buffers to files (unless a buffer disables log)" +msgstr "" + +msgid "use only lower case for log filenames" +msgstr "" + +#, fuzzy +msgid "" +"path for WeeChat log files ('%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)" + +msgid "write information line in log file when log starts or ends for a buffer" +msgstr "" + +msgid "timestamp used in log files (see man strftime for date/time specifiers)" +msgstr "" + +#, fuzzy msgid "list of logger buffers" msgstr "a pufferek időbélyege" @@ -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-10-05 17:39+0200\n" +"POT-Creation-Date: 2008-10-08 13:12+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" @@ -3904,6 +3904,10 @@ msgid "%s%s: disconnected from server" msgstr "Отключен от сервера!\n" #, fuzzy, c-format +msgid "%s%s: unable to create directory for logs (\"%s\")" +msgstr "%s не могу создать сервер \"%s\"\n" + +#, fuzzy, c-format msgid "%s%s: unable to write log file \"%s\"" msgstr "Не могу записать лог-файл \"%s\"\n" @@ -3920,6 +3924,33 @@ msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" #, fuzzy +msgid "" +"maximum number of lines to display from log file when creating new buffer (0 " +"= no backlog)" +msgstr "максимальное количество команд в истории (0 = не ограничено)" + +msgid "" +"automatically save content of buffers to files (unless a buffer disables log)" +msgstr "" + +msgid "use only lower case for log filenames" +msgstr "" + +#, fuzzy +msgid "" +"path for WeeChat log files ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" +"путь поиска pluginов ('%h' заменяется на домашний каталог WeeChat, по " +"умолчанию - ~/.weechat)" + +msgid "write information line in log file when log starts or ends for a buffer" +msgstr "" + +msgid "timestamp used in log files (see man strftime for date/time specifiers)" +msgstr "" + +#, fuzzy msgid "list of logger buffers" msgstr "время в буферах" diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake index f88c32fa3..414107650 100644 --- a/po/srcfiles.cmake +++ b/po/srcfiles.cmake @@ -139,6 +139,8 @@ SET(WEECHAT_SOURCES ./src/plugins/logger/logger.h ./src/plugins/logger/logger-buffer.c ./src/plugins/logger/logger-buffer.h +./src/plugins/logger/logger-config.c +./src/plugins/logger/logger-config.h ./src/plugins/logger/logger-info.c ./src/plugins/logger/logger-info.h ./src/plugins/logger/logger-tail.c diff --git a/po/weechat.pot b/po/weechat.pot index 88fc75e65..d9fba2559 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-10-05 17:39+0200\n" +"POT-Creation-Date: 2008-10-08 13:12+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" @@ -3353,6 +3353,10 @@ msgid "%s%s: disconnected from server" msgstr "" #, c-format +msgid "%s%s: unable to create directory for logs (\"%s\")" +msgstr "" + +#, c-format msgid "%s%s: unable to write log file \"%s\"" msgstr "" @@ -3368,6 +3372,29 @@ msgstr "" msgid "===\t========== End of backlog (%d lines) ==========" msgstr "" +msgid "" +"maximum number of lines to display from log file when creating new buffer (0 " +"= no backlog)" +msgstr "" + +msgid "" +"automatically save content of buffers to files (unless a buffer disables log)" +msgstr "" + +msgid "use only lower case for log filenames" +msgstr "" + +msgid "" +"path for WeeChat log files ('%h' will be replaced by WeeChat home, ~/." +"weechat by default)" +msgstr "" + +msgid "write information line in log file when log starts or ends for a buffer" +msgstr "" + +msgid "timestamp used in log files (see man strftime for date/time specifiers)" +msgstr "" + msgid "list of logger buffers" msgstr "" |