ChannelLogger: update messages.pot

This commit is contained in:
Mika Suomalainen 2012-10-07 18:37:47 +03:00
parent 42957a6a69
commit 8e0100ac47
1 changed files with 14 additions and 10 deletions

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-08-10 11:27+CEST\n" "POT-Creation-Date: 2012-10-07 18:37+EEST\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -27,25 +27,29 @@ msgid ""
msgstr "" msgstr ""
#: config.py:52 #: config.py:52
msgid "Determines wether joins and parts are logged"
msgstr ""
#: config.py:54
msgid "" msgid ""
"Determines whether formatting characters (such\n" "Determines whether formatting characters (such\n"
" as bolding, color, etc.) are removed when writing the logs to disk." " as bolding, color, etc.) are removed when writing the logs to disk."
msgstr "" msgstr ""
#: config.py:55 #: config.py:57
msgid "" msgid ""
"Determines whether the logs for this channel are\n" "Determines whether the logs for this channel are\n"
" timestamped with the timestamp in supybot.log.timestampFormat." " timestamped with the timestamp in supybot.log.timestampFormat."
msgstr "" msgstr ""
#: config.py:58 #: config.py:60
msgid "" msgid ""
"Determines what string a message should be\n" "Determines what string a message should be\n"
" prefixed with in order not to be logged. If you don't want any such\n" " prefixed with in order not to be logged. If you don't want any such\n"
" prefix, just set it to the empty string." " prefix, just set it to the empty string."
msgstr "" msgstr ""
#: config.py:62 #: config.py:64
msgid "" msgid ""
"Determines whether the bot will automatically\n" "Determines whether the bot will automatically\n"
" rotate the logs for this channel. The bot will rotate logs when the\n" " rotate the logs for this channel. The bot will rotate logs when the\n"
@ -53,7 +57,7 @@ msgid ""
" the 'filenameTimestamp' configuration variable." " the 'filenameTimestamp' configuration variable."
msgstr "" msgstr ""
#: config.py:67 #: config.py:69
msgid "" msgid ""
"Determines how to represent the timestamp\n" "Determines how to represent the timestamp\n"
" used for the filename in rotated logs. When this timestamp changes, the\n" " used for the filename in rotated logs. When this timestamp changes, the\n"
@ -63,32 +67,32 @@ msgid ""
" supybot.plugins.ChannelLogger.rotateLogs." " supybot.plugins.ChannelLogger.rotateLogs."
msgstr "" msgstr ""
#: config.py:75 #: config.py:77
msgid "" msgid ""
"Determines whether the bot will partition its\n" "Determines whether the bot will partition its\n"
" channel logs into separate directories based on different criteria." " channel logs into separate directories based on different criteria."
msgstr "" msgstr ""
#: config.py:78 #: config.py:80
msgid "" msgid ""
"Determines whether the bot will use a network\n" "Determines whether the bot will use a network\n"
" directory if using directories." " directory if using directories."
msgstr "" msgstr ""
#: config.py:81 #: config.py:83
msgid "" msgid ""
"Determines whether the bot will use a channel\n" "Determines whether the bot will use a channel\n"
" directory if using directories." " directory if using directories."
msgstr "" msgstr ""
#: config.py:84 #: config.py:86
msgid "" msgid ""
"Determines whether the bot will use a timestamp\n" "Determines whether the bot will use a timestamp\n"
" (determined by supybot.plugins.ChannelLogger.directories.timestamp.format)\n" " (determined by supybot.plugins.ChannelLogger.directories.timestamp.format)\n"
" if using directories." " if using directories."
msgstr "" msgstr ""
#: config.py:88 #: config.py:90
msgid "" msgid ""
"Determines what timestamp format will be used in\n" "Determines what timestamp format will be used in\n"
" the directory structure for channel logs if\n" " the directory structure for channel logs if\n"