mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 02:29:22 +01:00
9ab6f2763a
It was probably already uptodate and errors in check_trans.py were because of Poedit.
66 lines
1.7 KiB
Plaintext
Executable File
66 lines
1.7 KiB
Plaintext
Executable File
# Ctcp plugin in Limnoria.
|
||
# Copyright (C) 2011 Limnoria
|
||
# Mika Suomalainen <mika.henrik.mainio@hotmail.com>, 2011.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: \n"
|
||
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
||
"PO-Revision-Date: 2011-08-10 14:27+0200\n"
|
||
"Last-Translator: Mika Suomalainen <mika.henrik.mainio@hotmail.com>\n"
|
||
"Language-Team: \n"
|
||
"Language: \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:77
|
||
msgid "PING ?(.*)"
|
||
msgstr "PING ?(.*)"
|
||
|
||
#: plugin.py:86
|
||
msgid "VERSION"
|
||
msgstr "VERSION"
|
||
|
||
#: plugin.py:91
|
||
msgid "USERINFO"
|
||
msgstr "USERINFO"
|
||
|
||
#: plugin.py:96
|
||
msgid "TIME"
|
||
msgstr "TIME"
|
||
|
||
#: plugin.py:101
|
||
msgid "FINGER"
|
||
msgstr "FINGER"
|
||
|
||
#: plugin.py:104
|
||
msgid "Supybot, the best Python IRC bot in existence!"
|
||
msgstr "Supybot, paras Python IRC botti, joka on olemassa!"
|
||
|
||
#: plugin.py:107
|
||
msgid "SOURCE"
|
||
msgstr "SOURCE"
|
||
|
||
#: plugin.py:123
|
||
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 ""
|
||
"[<kanava>] [--nicks]\n"
|
||
"\n"
|
||
" Lähettää CTCP VERSION <kanavalle>, palauttaen \n"
|
||
" palaavat versioketjut. Se odottaa 10 sekuntia ennen kuin palauttaa\n"
|
||
" versiot, jotka vastaanotettiin tuolloin. Jos --nicks on annettu, nimimerkit\n"
|
||
" liitetään versioketjuihin; muutoin vain versioketjut\n"
|
||
" annetaan.\n"
|
||
" "
|
||
|