# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # Mikaela Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: Scheduler plugin for Limnoria\n" "POT-Creation-Date: 2014-12-20 13:29+EET\n" "PO-Revision-Date: 2014-12-20 13:38+0200\n" "Last-Translator: Mikaela Suomalainen \n" "Language-Team: \n" "Language: fi\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" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.6.10\n" #: plugin.py:49 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." #: plugin.py:112 msgid "Makes a function suitable for scheduling from command." msgstr "Tekee toiminnon sopivaksi komennosta ajastamiseen." #: plugin.py:132 msgid "" " \n" "\n" " Schedules the command string to run 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" " 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 "" " \n" "\n" " Ajastaa suoriutumaan sekunteja " "tulevaisuuteen\n" " Esimerkiksi, 'scheduler add [seconds 30m] \"echo [cpu]\"'\n" " ajastaa komennon \"cpu\" lähetyksen kanavalle jolla,\n" " komento annettiin (ilman nimimerkki etuliitettä, johtuen\n" " \"echo\" komennon käytöstä). Kiinnitä huomiota lainausmerkkeihin " "tuossa esimerkissä.\n" " " #: plugin.py:142 msgid "Event #%i added." msgstr "Tapahtuma #%i lisätty." #: plugin.py:147 msgid "" "\n" "\n" " Removes the event scheduled with id from the schedule.\n" " " msgstr "" "\n" "\n" " Poistaa ajastetun komennon ajastuksesta.\n" " " #: plugin.py:161 plugin.py:163 msgid "Invalid event id." msgstr "Viallinen tapahtuma id." #: plugin.py:177 msgid "" " \n" "\n" " Schedules the command to run every seconds,\n" " starting now (i.e., the command runs now, and every " "seconds\n" " thereafter). is a name by which the command can be\n" " unscheduled.\n" " " msgstr "" " \n" "\n" " Ajastaa suoritumaan, joka ,\n" " alkaen nyt (esim., komento suoriutuu nyt, ja joka \n" " sen jälkeen). on nimi, jolla komennon ajastus voidaan\n" " poistaa.\n" " " #: plugin.py:186 msgid "There is already an event with that name, please choose another name." msgstr "" "On jo olemassa tapahtuma tuolla nimellä, ole hyvä ja käytä toista nimeä." #: plugin.py:196 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" " " #: plugin.py:207 msgid "There are currently no scheduled commands." msgstr "Tällä hetkellä ei ole ajastettuja komentoja."