2011-08-07 19:46:45 +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-08-07 19:46:45 +02:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
2014-12-20 14:37:27 +01:00
|
|
|
"Project-Id-Version: Scheduler plugin for Limnoria\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
"PO-Revision-Date: 2014-12-20 13:38+0200\n"
|
2014-03-22 11:00:40 +01:00
|
|
|
"Last-Translator: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
"Language-Team: \n"
|
2014-12-20 14:37:27 +01:00
|
|
|
"Language: fi\n"
|
2011-08-07 19:46:45 +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"
|
2014-12-20 14:37:27 +01:00
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
"X-Generator: Poedit 1.6.10\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:53
|
2014-12-20 14:37:27 +01:00
|
|
|
msgid "This plugin allows you to schedule commands to execute at a later time."
|
|
|
|
msgstr ""
|
|
|
|
"Tämä laajennus sallii komentojen ajastuksen myöhäisemmäksi ajankohdaksi."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:143
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid "Makes a function suitable for scheduling from command."
|
|
|
|
msgstr "Tekee toiminnon sopivaksi komennosta ajastamiseen."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:155
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Makes a function suitable for scheduling text"
|
|
|
|
msgstr "Tekee toiminnon sopivaksi komennosta ajastamiseen."
|
|
|
|
|
|
|
|
#: plugin.py:160
|
|
|
|
msgid "Reminder: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:181
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid ""
|
|
|
|
"<seconds> <command>\n"
|
|
|
|
"\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
" Schedules the command string <command> to run <seconds> seconds in "
|
|
|
|
"the\n"
|
|
|
|
" future. For example, 'scheduler add [seconds 30m] \"echo [cpu]\"' "
|
|
|
|
"will\n"
|
|
|
|
" schedule the command \"cpu\" to be sent to the channel the schedule "
|
|
|
|
"add\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
" command was given in (with no prefixed nick, a consequence of using\n"
|
|
|
|
" echo). Do pay attention to the quotes in that example.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<sekuntit> <komento>\n"
|
|
|
|
"\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
" Ajastaa <komennon> suoriutumaan <sekunteja> sekunteja "
|
|
|
|
"tulevaisuuteen\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
" Esimerkiksi, 'scheduler add [seconds 30m] \"echo [cpu]\"'\n"
|
|
|
|
" ajastaa komennon \"cpu\" lähetyksen kanavalle jolla,\n"
|
|
|
|
" komento annettiin (ilman nimimerkki etuliitettä, johtuen\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
" \"echo\" komennon käytöstä). Kiinnitä huomiota lainausmerkkeihin "
|
|
|
|
"tuossa esimerkissä.\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:191
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid "Event #%i added."
|
|
|
|
msgstr "Tapahtuma #%i lisätty."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:196
|
|
|
|
msgid ""
|
|
|
|
" <seconds> <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Sets a reminder with string <text> to run <seconds> seconds in the\n"
|
|
|
|
" future. For example, 'scheduler remind [seconds 30m] \"Hello World"
|
|
|
|
"\"'\n"
|
|
|
|
" will return '<nick> Reminder: Hello World' 30 minutes after being "
|
|
|
|
"set.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:204
|
|
|
|
#, fuzzy
|
|
|
|
msgid "Reminder Event #%i added."
|
|
|
|
msgstr "Tapahtuma #%i lisätty."
|
|
|
|
|
|
|
|
#: plugin.py:209
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid ""
|
|
|
|
"<id>\n"
|
|
|
|
"\n"
|
|
|
|
" Removes the event scheduled with id <id> from the schedule.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<id>\n"
|
|
|
|
"\n"
|
|
|
|
" Poistaa ajastetun komennon <id> ajastuksesta.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:223 plugin.py:225
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid "Invalid event id."
|
|
|
|
msgstr "Viallinen tapahtuma id."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:244
|
|
|
|
#, fuzzy
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid ""
|
2022-02-06 00:14:47 +01:00
|
|
|
"[--delay <delay>] <name> <seconds> <command>\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
"\n"
|
|
|
|
" Schedules the command <command> to run every <seconds> seconds,\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
" starting now (i.e., the command runs now, and every <seconds> "
|
|
|
|
"seconds\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
" thereafter). <name> is a name by which the command can be\n"
|
|
|
|
" unscheduled.\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" If --delay is given, starts in <delay> seconds instead of now.\n"
|
2011-08-07 19:46:45 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<nimi> <sekunteja> <komento>\n"
|
|
|
|
"\n"
|
|
|
|
" Ajastaa <komennon> suoritumaan, joka <sekunti>,\n"
|
|
|
|
" alkaen nyt (esim., komento suoriutuu nyt, ja joka <sekunti>\n"
|
|
|
|
" sen jälkeen). <Nimi> on nimi, jolla komennon ajastus voidaan\n"
|
|
|
|
" poistaa.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:255
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid "There is already an event with that name, please choose another name."
|
2014-12-20 14:37:27 +01:00
|
|
|
msgstr ""
|
|
|
|
"On jo olemassa tapahtuma tuolla nimellä, ole hyvä ja käytä toista nimeä."
|
2011-08-07 19:46:45 +02:00
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:270
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid ""
|
|
|
|
"takes no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Lists the currently scheduled events.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"ei ota parametrejä\n"
|
|
|
|
"\n"
|
|
|
|
" Luettelee tällä hetkellä ajastetut komennot.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:290
|
2011-08-07 19:46:45 +02:00
|
|
|
msgid "There are currently no scheduled commands."
|
|
|
|
msgstr "Tällä hetkellä ei ole ajastettuja komentoja."
|