From 8c343522cd4ac7baaa6f7c479084bd7c4c569846 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 22 Mar 2014 14:46:26 +0200 Subject: [PATCH] String: update l10n-fi. --- plugins/String/locales/fi.po | 167 +++++++++++++++++++++++------------ plugins/String/messages.pot | 2 +- 2 files changed, 112 insertions(+), 57 deletions(-) diff --git a/plugins/String/locales/fi.po b/plugins/String/locales/fi.po index 528771d92..39dc55d7e 100644 --- a/plugins/String/locales/fi.po +++ b/plugins/String/locales/fi.po @@ -5,60 +5,86 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-10-18 17:56+0200\n" +"POT-Creation-Date: 2014-03-22 12:41+EET\n" +"PO-Revision-Date: 2014-03-22 14:46+0200\n" "Last-Translator: Mikaela 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" +"X-Generator: Poedit 1.5.4\n" #: config.py:47 msgid "" "Determines the maximum size of a string\n" -" given to the levenshtein command. The levenshtein command uses an O(m*n)\n" +" given to the levenshtein command. The levenshtein command uses an " +"O(m*n)\n" " algorithm, which means that with strings of length 256, it can take 1.5\n" " seconds to finish; with strings of length 384, though, it can take 4\n" -" seconds to finish, and with strings of much larger lengths, it takes more\n" -" and more time. Using nested commands, strings can get quite large, hence\n" +" seconds to finish, and with strings of much larger lengths, it takes " +"more\n" +" and more time. Using nested commands, strings can get quite large, " +"hence\n" " this variable, to limit the size of arguments passed to the levenshtein\n" " command." -msgstr "Määrittää levenshtein komentoon annettavan merkkiketjun maksimimäärän.\n" +msgstr "" +"Määrittää levenshtein komentoon annettavan merkkiketjun maksimimäärän.\n" " Levenshtein komento käyttää O(m*n) algoritmiä, mikä tarkoittaa, että\n" " merkkiketju, jonka koko on 256 voi viedä 1.5\n" " sekuntia valmistumiseen; 384:n merkit piduudella se voi viedä 4\n" " sekuntia valmistumiseen, ja suuremmilla merkkiketjuilla, se vie\n" -" enemmän ja enemmän aikaa. Käyttäen sisäkkäisia komentoja, merkkiketjut voivat tulla hyvin pitkiksi ja tästä johtuen\n" -" tämä asetusarvo on olemassa, rajoittaakseen levenshtein komentoon annettujen parametrien määrää.\n" +" enemmän ja enemmän aikaa. Käyttäen sisäkkäisia komentoja, merkkiketjut " +"voivat tulla hyvin pitkiksi ja tästä johtuen\n" +" tämä asetusarvo on olemassa, rajoittaakseen levenshtein komentoon " +"annettujen parametrien määrää." -#: plugin.py:46 +#: config.py:58 +msgid "" +"Determines the maximum time, in seconds, that\n" +" a regular expression is given to execute before being terminated. Since\n" +" there is a possibility that user input for the re command can cause it " +"to\n" +" eat up large amounts of ram or cpu time, it's a good idea to keep this \n" +" low. Most normal regexps should not take very long at all." +msgstr "" +"Määrittää enimmäisajan sekunteissa, joka annetaan säännöllisen lausekkeen\n" +" suorittamiseksi, ennen lopetusta. Koska on mahdollista, että käyttäjän " +"syöte\n" +" re-komennolle voi aiheuttaa suuren RAM- tai CPU-ajan käytön, on hyvä ajatus " +"pitää\n" +" tämä matalana. Tavallisten säännöllisten lausekkeiden ei pitäisi kestää " +"kauan." + +#: plugin.py:52 msgid "" "\n" "\n" " Returns the 8-bit value of .\n" " " -msgstr "\n" +msgstr "" +"\n" "\n" " Palauttaa 8-bittisen arvon.\n" " " -#: plugin.py:55 +#: plugin.py:61 msgid "" "\n" "\n" " Returns the character associated with the 8-bit value \n" " " -msgstr "\n" +msgstr "" +"\n" "\n" " Palauttaa merkin, joka on yhdistetty 8-bittisen arvon.\n" " " -#: plugin.py:62 +#: plugin.py:68 msgid "That number doesn't map to an 8-bit character." msgstr "Tuo numero ei kartoitu 8-bittiseen merkkiin." -#: plugin.py:67 +#: plugin.py:73 msgid "" " \n" "\n" @@ -66,85 +92,105 @@ msgid "" " available in the documentation of the Python codecs module:\n" " .\n" " " -msgstr " \n" +msgstr "" +" \n" "\n" -" Palauttaa salatun version annetusta tekstistä; kelvolliset salaukset\n" +" Palauttaa salatun version annetusta tekstistä; kelvolliset " +"salaukset\n" " ovat saatavilla Python codecs moduulin dokumentaatiossa:\n" " .\n" " " -#: plugin.py:76 -#: plugin.py:90 +#: plugin.py:89 plugin.py:126 msgid "encoding" msgstr "salaus" -#: plugin.py:81 +#: plugin.py:108 msgid "" " \n" "\n" -" Returns an un-encoded form of the given text; the valid encodings are\n" +" Returns an un-encoded form of the given text; the valid encodings " +"are\n" " available in the documentation of the Python codecs module:\n" " .\n" " " -msgstr " \n" +msgstr "" +" \n" "\n" -" Palauttaa salaamattoman version annetusta tekstistä; kelvolliset salaukset\n" +" Palauttaa salaamattoman version annetusta tekstistä; kelvolliset " +"salaukset\n" " ovat saatavilla Python codecs moduulin dokumentaatiossa:\n" " .\n" " " -#: plugin.py:92 +#: plugin.py:132 msgid "base64 string" msgstr "base64 merkkiketju" -#: plugin.py:93 -msgid "Base64 strings must be a multiple of 4 in length, padded with '=' if necessary." -msgstr "Base64 merkkiketjujen täytyy olla kerrollisia 4:llä, pehmustettuna '='-merkillä jos vaadittu." +#: plugin.py:133 +msgid "" +"Base64 strings must be a multiple of 4 in length, padded with '=' if " +"necessary." +msgstr "" +"Base64 merkkiketjujen täytyy olla kerrollisia 4:llä, pehmustettuna '='-" +"merkillä jos vaadittu." -#: plugin.py:99 +#: plugin.py:149 msgid "" " \n" "\n" -" Returns the levenshtein distance (also known as the \"edit distance\"\n" +" Returns the levenshtein distance (also known as the \"edit distance" +"\"\n" " between and )\n" " " -msgstr " \n" +msgstr "" +" \n" "\n" -" Palauttaa levenshtein etäisyyden (tunnetaan myös nimellä \"muokkaus etäisyys\"\n" +" Palauttaa levenshtein etäisyyden (tunnetaan myös nimellä \"muokkaus " +"etäisyys\"\n" " ja välillä.)\n" " " -#: plugin.py:106 -msgid "Levenshtein distance is a complicated algorithm, try it with some smaller inputs." -msgstr "Levenshtein etäisyys on monimutkainen algoritmi, kokeile sitä pienemmillä sisäänmenoilla." +#: plugin.py:156 +msgid "" +"Levenshtein distance is a complicated algorithm, try it with some smaller " +"inputs." +msgstr "" +"Levenshtein etäisyys on monimutkainen algoritmi, kokeile sitä pienemmillä " +"sisäänmenoilla." -#: plugin.py:114 +#: plugin.py:164 +#, fuzzy msgid "" " []\n" "\n" " Returns the Soundex hash to a given length. The length defaults to\n" -" 4, since that's the standard length for a soundex hash. For unlimited\n" -" length, use 0.\n" +" 4, since that's the standard length for a soundex hash. For " +"unlimited\n" +" length, use 0. Maximum length 1024.\n" " " -msgstr " []\n" +msgstr "" +" []\n" "\n" -" Palauttaa Soundex hashin annetulle pituudelle. Pituus on oletuksena 4, koska se on\n" +" Palauttaa Soundex hashin annetulle pituudelle. Pituus on oletuksena " +"4, koska se on\n" " peruspituus. Jos haluat loputtoman pituuden,\n" " käytä 0:aa.\n" " " -#: plugin.py:125 +#: plugin.py:178 msgid "" "\n" "\n" " Returns the length of .\n" " " -msgstr "\n" +msgstr "" +"\n" "\n" " Palauttaa pituuden.\n" " " -#: plugin.py:134 +#: plugin.py:187 msgid "" " \n" "\n" @@ -153,19 +199,23 @@ msgid "" " s/regexp/replacement/flags, returns the result of applying such a\n" " regexp to .\n" " " -msgstr " \n" +msgstr "" +" \n" "\n" -" Jos on yksi muodosta m/säännöllinen lauseke/liput, palauta\n" -" osa, joka täsmää säännölliseen lausekkeeseen. Jos on muotoa\n" -" s/säännöllinen lauseke/korvaus/liput, palauttaa sellaisen säännöllisen lausekkeen käytön\n" +" Jos on yksi muodosta m/säännöllinen lauseke/" +"liput, palauta\n" +" osa, joka täsmää säännölliseen lausekkeeseen. Jos " +" on muotoa\n" +" s/säännöllinen lauseke/korvaus/liput, palauttaa sellaisen " +"säännöllisen lausekkeen käytön\n" " .\n" " " -#: plugin.py:146 +#: plugin.py:199 msgid "You probably don't want to match the empty string." msgstr "Et luultavasti halua täsmätä tyhjään merkkiketjuun." -#: plugin.py:156 +#: plugin.py:212 msgid "" " \n" "\n" @@ -173,40 +223,45 @@ msgid "" " http://www.yoe.org/developer/xor.html for information about XOR\n" " encryption.\n" " " -msgstr " \n" +msgstr "" +" \n" "\n" " Palauttaa XOR-salattuna . Katso\n" " http://www.yoe.org/developer/xor.html saadaksesi lisätietoja XOR\n" " salauksesta.\n" " " -#: plugin.py:169 +#: plugin.py:225 msgid "" "\n" "\n" " Returns the md5 hash of a given string. Read\n" -" http://www.rsasecurity.com/rsalabs/faq/3-6-6.html for more information\n" +" http://www.rsasecurity.com/rsalabs/faq/3-6-6.html for more " +"information\n" " about md5.\n" " " -msgstr "\n" +msgstr "" +"\n" "\n" " Palauttaa md5 hashin annetusta merkkiketjusta. Lue\n" -" http://www.rsasecurity.com/rsalabs/faq/3-6-6.html saadaksesi lisätietoja\n" +" http://www.rsasecurity.com/rsalabs/faq/3-6-6.html saadaksesi " +"lisätietoja\n" " md5:stä.\n" " " -#: plugin.py:180 +#: plugin.py:236 msgid "" "\n" "\n" " Returns the SHA hash of a given string. Read\n" -" http://www.secure-hash-algorithm-md5-sha-1.co.uk/ for more information\n" +" http://www.secure-hash-algorithm-md5-sha-1.co.uk/ for more " +"information\n" " about SHA.\n" " " -msgstr "\n" +msgstr "" +"\n" "\n" " Palauttaa SHA hashin annetulle merkkiketjulle. Lue\n" " http://www.secure-hash-algorithm-md5-sha-1.co.uk/ saadaksesi\n" " lisätietoa SHA:sta.\n" " " - diff --git a/plugins/String/messages.pot b/plugins/String/messages.pot index 1126a6f40..d9e0619d8 100644 --- a/plugins/String/messages.pot +++ b/plugins/String/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-03-22 12:23+EET\n" +"POT-Creation-Date: 2014-03-22 12:41+EET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"