swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9
Raw File
Tip revision: fe16aae560c87fcc80d3815d305e16eb939c1597 authored by Valentin Lorentz on 22 August 2011, 12:29:59 UTC
Debianize Supybot and update version to 0.83.4.1+limnoria1.
Tip revision: fe16aae
messages.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-08-10 11:27+CEST\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"


#: config.py:46
msgid ""
"Determines whether the cpu command will list\n"
"    the time taken by children as well as the bot's process."
msgstr ""

#: config.py:49
msgid ""
"Determines whether the cpu command will\n"
"    provide the number of threads spawned and active."
msgstr ""

#: config.py:52
msgid ""
"Determines whether the cpu command will report\n"
"    the amount of memory being used by the bot."
msgstr ""

#: plugin.py:71
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns the status of the bot.\n"
"        "
msgstr ""

#: plugin.py:80
msgid "%s as %L"
msgstr ""

#: plugin.py:81
msgid "I am connected to %L."
msgstr ""

#: plugin.py:83
msgid "I am currently in code profiling mode."
msgstr ""

#: plugin.py:89
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns the current threads that are active.\n"
"        "
msgstr ""

#: plugin.py:95
msgid "I have spawned %n; %n %b still currently active: %L."
msgstr ""

#: plugin.py:103
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns some interesting network-related statistics.\n"
"        "
msgstr ""

#: plugin.py:111
msgid "an indeterminate amount of time"
msgstr ""

#: plugin.py:112
msgid "I have received %s messages for a total of %S.  I have sent %s messages for a total of %S.  I have been connected to %s for %s."
msgstr ""

#: plugin.py:121
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns some interesting CPU-related statistics on the bot.\n"
"        "
msgstr ""

#: plugin.py:131
msgid "My children have taken %.2f seconds of user time and %.2f seconds of system time for a total of %.2f seconds of CPU time."
msgstr ""

#: plugin.py:138
msgid "I have taken %.2f seconds of user time and %.2f seconds of system time, for a total of %.2f seconds of CPU time.  %s"
msgstr ""

#: plugin.py:160
msgid "Unable to run ps command."
msgstr ""

#: plugin.py:166
msgid "  I'm taking up %S of memory."
msgstr ""

#: plugin.py:174
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns some interesting command-related statistics.\n"
"        "
msgstr ""

#: plugin.py:184
msgid "I offer a total of %n in %n.  I have processed %n."
msgstr ""

#: plugin.py:193
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns a list of the commands offered by the bot.\n"
"        "
msgstr ""

#: plugin.py:207
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns the amount of time the bot has been running.\n"
"        "
msgstr ""

#: plugin.py:211
msgid "I have been running for %s."
msgstr ""

#: plugin.py:218
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns the server the bot is on.\n"
"        "
msgstr ""

back to top