diff --git a/plugins/Todo/locale/fi.po b/plugins/Todo/locale/fi.po new file mode 100644 index 000000000..815db16a8 --- /dev/null +++ b/plugins/Todo/locale/fi.po @@ -0,0 +1,159 @@ +# Todo plugin in Limnoria. +# Copyright (C) 2011 Limnoria +# Mika Suomalainen , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2011-08-10 11:28+CEST\n" +"PO-Revision-Date: 2011-10-26 10:32+0200\n" +"Last-Translator: Mika Suomalainen \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" + +#: 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:135 +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:198 +msgid "(Todo #%i added)" +msgstr "Tehtävä %i lisätty" + +#: plugin.py:204 +msgid "" +" [ ...]\n" +"\n" +" Removes from your personal todo list.\n" +" " +msgstr " [ ...]\n" +"\n" +" Poistaa henkilökohtaiselta tehtävälistaltasi.\n" +" " + +#: plugin.py:215 +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:219 +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:229 +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:249 +msgid "No tasks matched that query." +msgstr "Yksikään tehtävä ei täsmännyt tuohon hakuun." + +#: plugin.py:255 +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:269 +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" +" " +