# Todo plugin in Limnoria. # Copyright (C) 2011 Limnoria # Mikaela Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: Todo plugin for Limnoria\n" "POT-Creation-Date: 2014-12-20 14:04+EET\n" "PO-Revision-Date: 2014-12-20 14:20+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" #: config.py:50 msgid "" "Determines whether users can read the\n" " todo-list of another user." msgstr "" "Määrittää voivatko käyttäjät lukea muiden käyttäjien\n" " tehtävälistoja." #: plugin.py:122 msgid "" "This plugin allows you to create your own personal to-do list on\n" " the bot." msgstr "" "Tämä plugin sallii käyttäjien tehdä henkilökohtaisia tehtävälistoja bottiin." #: plugin.py:138 msgid "" "[] []\n" "\n" " Retrieves a task for the given task id. If no task id is given, it\n" " will return a list of task ids that that user has added to their " "todo\n" " list.\n" " " msgstr "" "[] [] \n" "\n" " Adds as a task in your own personal todo list. The optional\n" " priority argument allows you to set a task as a high or low " "priority.\n" " Any integer is valid.\n" " " msgstr "" "[--priority=] \n" "\n" " Lisää tehtävänä sinun omalle henkilökohtaiselle " "tehtävälistallesi. Vaihtoehtoinen\n" " priority(=tärkeysaste) sallii sinun asettaa tehtävän korkealle tai " "matalalle tärkeysasteelle.\n" " Mikä tahansa kokonaisluku on kelvollinen.\n" " " #: plugin.py:201 msgid "(Todo #%i added)" msgstr "Tehtävä %i lisätty" #: plugin.py:207 msgid "" " [ ...]\n" "\n" " Removes from your personal todo list.\n" " " msgstr "" " [ ...]\n" "\n" " Poistaa henkilökohtaiselta tehtävälistaltasi.\n" " " #: plugin.py:218 msgid "" "Task %i could not be removed either because that id doesn't exist or it has " "been removed already." msgstr "" "Tehtävää %i ei voitu poistaa, koska se ei ollut olemassa tai se on jo " "poistettu." #: plugin.py:222 msgid "" "No tasks were removed because the following tasks could not be removed: %L." msgstr "Tehtäviä ei poistettu, koska seuraavia tehtäviä ei voitu poistaa: %L." #: plugin.py:232 msgid "" "[--{regexp} ] [ ...]\n" "\n" " Searches your todos for tasks matching . If --regexp is " "given,\n" " its associated value is taken as a regexp and matched against the\n" " tasks.\n" " " msgstr "" "[--{regexp} ] [ ...]\n" "\n" " Etsii täsmääviä tehtävia tehtävälistaltasi. Jos --regexp " "on annettu,\n" " sen liitetty arvo otetaan säännölliseksi lausekkeeksi ja sitä " "täsmätään\n" " tehtäviin.\n" " " #: plugin.py:255 msgid "No tasks matched that query." msgstr "Yksikään tehtävä ei täsmännyt tuohon hakuun." #: plugin.py:261 msgid "" " \n" "\n" " Sets the priority of the todo with the given id to the specified " "value.\n" " " msgstr "" " \n" "\n" " Asettaa tehtävän ID tärkeysasteen annetulle arvolle.\n" " " #: plugin.py:275 msgid "" " \n" "\n" " Modify the task with the given id using the supplied regexp.\n" " " msgstr "" " \n" "\n" " Muokkaa tehtävää annetulla ID:llä käyttäen annettua säännöllistä " "lauseketta.\n" " "