2011-07-24 14:37:14 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
2014-03-22 11:00:40 +01:00
|
|
|
# Mikaela Suomalainen <mikaela.suomalainen@outlook.com>, 2011.
|
2011-07-24 14:37:14 +02:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: \n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
"PO-Revision-Date: 2011-07-24 15:36+0200\n"
|
2014-03-22 11:00:40 +01:00
|
|
|
"Last-Translator: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
"Language-Team: \n"
|
2020-03-26 22:10:28 +01:00
|
|
|
"Language: fi_FI\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
"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"
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: config.py:50
|
2011-07-24 14:37:14 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will show the ids of\n"
|
|
|
|
" a praise when the praise is given."
|
|
|
|
msgstr ""
|
|
|
|
"Määrittää näyttääkö botti ylistysten id:t, kun\n"
|
|
|
|
" ylistys annetaan."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:40
|
|
|
|
#, fuzzy
|
2011-07-24 14:37:14 +02:00
|
|
|
msgid ""
|
2022-02-06 00:14:47 +01:00
|
|
|
"\n"
|
|
|
|
" Praise is a plugin for ... well, praising things. Feel free to add\n"
|
|
|
|
" your own flavor to it by customizing what praises it gives. Use "
|
|
|
|
"\"praise\n"
|
|
|
|
" add <text>\" to add new ones, making sure to include \"$who\" in <text> "
|
|
|
|
"where\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
" you want to insert the thing being praised.\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"\n"
|
|
|
|
" Example:\n"
|
|
|
|
"\n"
|
|
|
|
" * If you add ``hugs $who``\n"
|
|
|
|
" * Someone says ``@praise ChanServ``.\n"
|
|
|
|
" * ``* bot hugs ChanServ``\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"Praise on lisäosa ... no, ylistämään asioita. Lisää vapaasti\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" omaa suosiotasi muokkaamalla mitä ylistyksiä se antaa. Käytä komentoa "
|
|
|
|
"\"praise\n"
|
|
|
|
" add <teksti>\" lisätäksesi uusia ylistyksiä, varmistaen, että "
|
|
|
|
"sisällytät \"$who\"n <tekstissä> mihin\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
" haluat laittaa ylistettävän asian.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:61
|
2011-07-24 14:37:14 +02:00
|
|
|
msgid "Praises must contain $who."
|
|
|
|
msgstr "Ylistyksien täytyy sisältää $who."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:65
|
2011-07-24 14:37:14 +02:00
|
|
|
msgid ""
|
|
|
|
"[<channel>] [<id>] <who|what> [for <reason>]\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Praises <who|what> (for <reason>, if given). If <id> is given, "
|
|
|
|
"uses\n"
|
|
|
|
" that specific praise. <channel> is only necessary if the message "
|
|
|
|
"isn't\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
" sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"[<kanava>] [<id>] <kuka|mikä> [for <syystä>]\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Ylistää <ketä|mitä> (<syystä>, jos annettu). Jos <id> on annettu, "
|
|
|
|
"käyttää\n"
|
|
|
|
" juuri sitä tiettyä ylistystä. <Kanava> on vaadittu vain jos viestiä "
|
|
|
|
"ei lähetetä\n"
|
2011-07-24 14:37:14 +02:00
|
|
|
" kanavalla itsellään.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:81
|
2011-07-24 14:37:14 +02:00
|
|
|
msgid "There is no praise with id #%i."
|
|
|
|
msgstr "Ylistystä id:llä #%i ei löydy."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:86
|
2011-07-24 14:37:14 +02:00
|
|
|
msgid "There are no praises in my database for %s."
|
|
|
|
msgstr "Minun tietokannassani ei ole ylistyksiä %s:lle."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:94
|
2011-07-24 14:37:14 +02:00
|
|
|
msgid " for "
|
|
|
|
msgstr "varten"
|