swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9
Raw File
Tip revision: 2990fcd302afdc6a3b741594017c3959fd5da2fd authored by Valentin Lorentz on 13 March 2021, 12:15:41 UTC
README+setup: Update supported Python versions
Tip revision: 2990fcd
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: 2014-12-20 11:29+EET\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:47
#, docstring
msgid ""
"This plugin allows you to view different bot statistics, for example,\n"
"    uptime."
msgstr ""

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

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

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

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

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

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

#: plugin.py:105
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns the number of processes that have been spawned, and list of\n"
"        ones that are still active.\n"
"        "
msgstr ""

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

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

#: plugin.py:129
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:138
#, docstring
msgid ""
"takes no arguments\n"
"\n"
"        Returns some interesting CPU-related statistics on the bot.\n"
"        "
msgstr ""

#: plugin.py:148
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:155
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:177
msgid "Unable to run ps command."
msgstr ""

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

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

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

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

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

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

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

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

back to top