2010-10-10 15:12:06 +02:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2022-02-06 00:14:47 +01:00
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
2010-10-10 15:12:06 +02:00
"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"
2022-02-06 00:14:47 +01:00
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2010-10-10 15:12:06 +02:00
"Generated-By: pygettext.py 1.5\n"
2022-02-06 00:14:47 +01:00
#: config.py:62
2010-10-10 15:12:06 +02:00
msgid ""
"Determines whether the bot will keep channel\n"
" statistics on itself, possibly skewing the channel stats (especially in\n"
" cases where the bot is relaying between channels on a network)."
msgstr ""
2022-02-06 00:14:47 +01:00
#: config.py:66
2010-10-10 15:12:06 +02:00
msgid ""
"Determines what\n"
" words (i.e., pieces of text with no spaces in them) are considered\n"
" 'smileys' for the purposes of stats-keeping."
msgstr ""
2022-02-06 00:14:47 +01:00
#: config.py:70
2010-10-10 15:12:06 +02:00
msgid ""
"Determines what words\n"
2014-03-22 11:22:54 +01:00
" (i.e., pieces of text with no spaces in them) are considered 'frowns' for\n"
2010-10-10 15:12:06 +02:00
" the purposes of stats-keeping."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:169
2014-12-20 14:37:27 +01:00
#, docstring
msgid ""
"This plugin keeps stats of the channel and returns them with\n"
" the command 'channelstats'."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:240
2010-10-16 09:49:04 +02:00
#, docstring
msgid ""
"[<channel>] [<name>]\n"
"\n"
" Returns the statistics for <name> on <channel>. <channel> is only\n"
" necessary if the message isn't sent on the channel itself. If <name>\n"
" isn't given, it defaults to the user sending the command.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:258
2010-10-10 15:12:06 +02:00
msgid "I couldn't find you in my user database."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:271
2010-10-10 15:12:06 +02:00
msgid "%s has sent %n; a total of %n, %n, %n, and %n; %s of those messages %s. %s has joined %n, parted %n, quit %n, kicked someone %n, been kicked %n, changed the topic %n, and changed the mode %n."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:278
2010-10-10 15:12:06 +02:00
msgid "character"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:279 plugin.py:368
2010-10-10 15:12:06 +02:00
msgid "word"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:280 plugin.py:369
2010-10-10 15:12:06 +02:00
msgid "smiley"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:281 plugin.py:370
2010-10-10 15:12:06 +02:00
msgid "frown"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:283 plugin.py:371
2010-10-10 15:12:06 +02:00
msgid "was an ACTION"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:284 plugin.py:372
2010-10-10 15:12:06 +02:00
msgid "were ACTIONs"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:286 plugin.py:287 plugin.py:288 plugin.py:289 plugin.py:290
#: plugin.py:291 plugin.py:292
2010-10-10 15:12:06 +02:00
msgid "time"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:295
2010-10-10 15:12:06 +02:00
msgid "I have no stats for that %s in %s."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:301
2010-10-16 09:49:04 +02:00
#, docstring
msgid ""
"[<channel>] <stat expression>\n"
"\n"
" Returns the ranking of users according to the given stat expression.\n"
" Valid variables in the stat expression include 'msgs', 'chars',\n"
" 'words', 'smileys', 'frowns', 'actions', 'joins', 'parts', 'quits',\n"
" 'kicks', 'kicked', 'topics', and 'modes'. Any simple mathematical\n"
" expression involving those variables is permitted.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:327
msgid "stat variable"
2010-10-10 15:12:06 +02:00
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:329
msgid "Invalid syntax: %s"
2010-10-10 15:12:06 +02:00
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:347
2010-10-16 09:49:04 +02:00
#, docstring
msgid ""
"[<channel>]\n"
"\n"
" Returns the statistics for <channel>. <channel> is only necessary if\n"
" the message isn't sent on the channel itself.\n"
" "
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:353
2014-01-22 13:53:03 +01:00
msgid "I am not in %s."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:355
2013-11-27 00:02:05 +01:00
msgid "You must be in %s to use this command."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:362
2010-10-10 15:12:06 +02:00
msgid "On %s there %h been %i messages, containing %i characters, %n, %n, and %n; %i of those messages %s. There have been %n, %n, %n, %n, %n, and %n. There %b currently %n and the channel has peaked at %n."
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:373
2010-10-10 15:12:06 +02:00
msgid "join"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:374
2010-10-10 15:12:06 +02:00
msgid "part"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:375
2010-10-10 15:12:06 +02:00
msgid "quit"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:376
2010-10-10 15:12:06 +02:00
msgid "kick"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:377
2010-10-10 15:12:06 +02:00
msgid "mode"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:377 plugin.py:378
2010-10-10 15:12:06 +02:00
msgid "change"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:378
2010-10-10 15:12:06 +02:00
msgid "topic"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:380 plugin.py:381
2010-10-10 15:12:06 +02:00
msgid "user"
msgstr ""
2022-02-06 00:14:47 +01:00
#: plugin.py:384
2010-10-10 15:12:06 +02:00
msgid "I've never been on %s."
msgstr ""