Utilities: start l10n-fi.

This commit is contained in:
Mika Suomalainen 2011-12-21 21:09:44 +02:00
parent 00d9a38830
commit 990801aa84
1 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,94 @@
# Utilities 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-21 20:56+0200\n"
"Last-Translator: Mika Suomalainen <mika.henrik.mainio@hotmail.com>\n"
"Language-Team: \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:45
msgid ""
"requires no arguments\n"
"\n"
" Does nothing. Useful sometimes for sequencing commands when you don't\n"
" care about their non-error return values.\n"
" "
msgstr "ei ota parametrejä\n"
"\n"
" Ei tee mitään. Hyödyllinen komentojen suorittamiseen ketjussa, kun et\n"
" välitä niiden ei-virhe arvoista.\n"
" "
#: plugin.py:59
msgid ""
"[<text>]\n"
"\n"
" Does nothing except to reply with a success message. This is useful\n"
" when you want to run multiple commands as nested commands, and don't\n"
" care about their output as long as they're successful. An error, of\n"
" course, will break out of this command. <text>, if given, will be\n"
" appended to the end of the success message.\n"
" "
msgstr ""
#: plugin.py:72
msgid ""
"<text> [<text> ...]\n"
"\n"
" Returns the last argument given. Useful when you'd like multiple\n"
" nested commands to run, but only the output of the last one to be\n"
" returned.\n"
" "
msgstr ""
#: plugin.py:86
msgid ""
"<text>\n"
"\n"
" Returns the arguments given it. Uses our standard substitute on the\n"
" string(s) given to it; $nick (or $who), $randomNick, $randomInt,\n"
" $botnick, $channel, $user, $host, $today, $now, and $randomDate are all\n"
" handled appropriately.\n"
" "
msgstr ""
#: plugin.py:99
msgid ""
"<arg> [<arg> ...]\n"
"\n"
" Shuffles the arguments given.\n"
" "
msgstr ""
#: plugin.py:109
msgid ""
"<num> <arg> [<arg> ...]\n"
"\n"
" Randomly chooses <num> items out of the arguments given.\n"
" "
msgstr ""
#: plugin.py:122
msgid ""
"<arg> [<arg> ...]\n"
"\n"
" Counts the arguments given.\n"
" "
msgstr ""
#: plugin.py:131
msgid ""
"<command> <text>\n"
"\n"
" Tokenizes <text> and calls <command> with the resulting arguments.\n"
" "
msgstr ""