mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
6cbc6a14dd
Firstly, these directories contains more than one locale. Secondly, it conflicts with the 'locale' python module.
66 lines
1.8 KiB
Plaintext
Executable File
66 lines
1.8 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-12-23 13:36+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 "\001PING ?(.*)\001"
|
|
msgstr "\001PING ?(.*)\001"
|
|
|
|
#: plugin.py:86
|
|
msgid "\001VERSION\001"
|
|
msgstr "\001VERSION\001"
|
|
|
|
#: plugin.py:91
|
|
msgid "\001USERINFO\001"
|
|
msgstr "\001USERINFO\001"
|
|
|
|
#: plugin.py:96
|
|
msgid "\001TIME\001"
|
|
msgstr "\001TIME\001"
|
|
|
|
#: plugin.py:101
|
|
msgid "\001FINGER\001"
|
|
msgstr "\001FINGER\001"
|
|
|
|
#: 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 "\001SOURCE\001"
|
|
msgstr "\001SOURCE\001"
|
|
|
|
#: 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"
|
|
" "
|
|
|