mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 10:39:22 +01:00
77 lines
1.7 KiB
Plaintext
77 lines
1.7 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2022-02-06 00:12+0100\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=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: plugin.py:44
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Provides replies to common CTCPs (version, time, etc.), and a command\n"
|
|
" to fetch version responses from channels.\n"
|
|
"\n"
|
|
" Please note that the command `ctcp version` cannot receive any responses if the channel is\n"
|
|
" mode +C or similar which prevents CTCP requests to channel.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:89
|
|
#, docstring
|
|
msgid "^\001PING(?: (.+))?\001$"
|
|
msgstr ""
|
|
|
|
#: plugin.py:98
|
|
#, docstring
|
|
msgid "^\001VERSION\001$"
|
|
msgstr ""
|
|
|
|
#: plugin.py:103
|
|
#, docstring
|
|
msgid "^\001USERINFO\001$"
|
|
msgstr ""
|
|
|
|
#: plugin.py:108
|
|
#, docstring
|
|
msgid "^\001TIME\001$"
|
|
msgstr ""
|
|
|
|
#: plugin.py:113
|
|
#, docstring
|
|
msgid "^\001FINGER\001$"
|
|
msgstr ""
|
|
|
|
#: plugin.py:116
|
|
msgid "Supybot, the best Python IRC bot in existence!"
|
|
msgstr ""
|
|
|
|
#: plugin.py:119
|
|
#, docstring
|
|
msgid "^\001SOURCE\001$"
|
|
msgstr ""
|
|
|
|
#: plugin.py:135
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] [--nicks]\n"
|
|
"\n"
|
|
" Sends a CTCP VERSION to <channel>, returning the various\n"
|
|
" version strings returned. It waits for 10 seconds before returning\n"
|
|
" the versions received at that point. If --nicks is given, nicks are\n"
|
|
" associated with the version strings; otherwise, only the version\n"
|
|
" strings are given.\n"
|
|
" "
|
|
msgstr ""
|
|
|