From f76c7e33dc3642929d2b6d7501710d0820566a65 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 25 Oct 2011 16:28:18 +0300 Subject: [PATCH] Time: Add l10n-fi. --- plugins/Time/locale/fi.po | 143 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 plugins/Time/locale/fi.po diff --git a/plugins/Time/locale/fi.po b/plugins/Time/locale/fi.po new file mode 100644 index 000000000..761083ccd --- /dev/null +++ b/plugins/Time/locale/fi.po @@ -0,0 +1,143 @@ +# Time plugin in Limnoria. +# Copyright (C) 2011 Limnoria +# Mika Suomalainen , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2011-02-26 09:49+CET\n" +"PO-Revision-Date: 2011-10-25 15:43+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:45 +msgid "" +"Determines the\n" +" format string for timestamps. Refer to the Python documentation for the\n" +" time module to see what formats are accepted. If you set this variable to\n" +" the empty string, the timestamp will not be shown." +msgstr "Määrittää\n" +" muotoketjun aikaleimoille. Katso Python documentaatiosta\n" +" aikamoduulin kohdalta nähdäksesi, mitkä muodot hyväksytään. Jos asetat tämän tyhjäksi\n" +" merkkiketjuksi, aikaleimaa ei näytetä." + +#: plugin.py:61 +msgid "" +"[y] [w] [d] [h] [m] [s]\n" +"\n" +" Returns the number of seconds in the number of , ,\n" +" , , , and given. An example usage is\n" +" \"seconds 2h 30m\", which would return 9000, which is '3600*2 + 30*60'.\n" +" Useful for scheduling events at a given number of seconds in the\n" +" future.\n" +" " +msgstr "[y] [w] [d] [h] [m] [s]\n" +"\n" +" Palauttaa annettujen , ,\n" +" , , , ja määrän sekunteina. Esimerkki käyttö on\n" +" \"seconds 2h 30m\", joka palauttaisi 9000, joka on '3600*2 + 30*60'.\n" +" Hyödyllinen ajastamaan tapahtumia annettujen sekuntien päästä\n" +" tulevaisuudessa.\n" +" " + +#: plugin.py:96 +msgid "" +"