From 26c2e56905d24423dd26d1d7c09feb3b7501473c Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 28 Feb 2011 16:45:53 +0100 Subject: [PATCH] Admin & Alias & Anonymous & AutoMode & BadWord & Channel & ChannelLogger: update/create Finnish translation --- plugins/Admin/locale/fi.po | 226 ++++++++ plugins/Alias/locale/fi.po | 109 ++++ plugins/Anonymous/locale/fi.po | 101 ++++ plugins/AutoMode/locale/fi.po | 86 +++ plugins/BadWords/locale/fi.po | 9 +- plugins/Channel/locale/fi.po | 884 +++++++++++++++++++++++++---- plugins/ChannelLogger/locale/fi.po | 126 ++++ 7 files changed, 1418 insertions(+), 123 deletions(-) create mode 100644 plugins/Admin/locale/fi.po create mode 100644 plugins/Alias/locale/fi.po create mode 100644 plugins/Anonymous/locale/fi.po create mode 100644 plugins/AutoMode/locale/fi.po create mode 100644 plugins/ChannelLogger/locale/fi.po diff --git a/plugins/Admin/locale/fi.po b/plugins/Admin/locale/fi.po new file mode 100644 index 000000000..4dd96ecac --- /dev/null +++ b/plugins/Admin/locale/fi.po @@ -0,0 +1,226 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: Finnish translation of Admin plugin in Supybot\n" +"POT-Creation-Date: 2010-10-16 10:43+CEST\n" +"PO-Revision-Date: 2011-02-28 14:51+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" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#: plugin.py:54 +msgid "Nick/channel temporarily unavailable." +msgstr "Nimimerkki/kanava on väliaikaisesti saavutettavissa." + +#: plugin.py:72 +msgid "Cannot join %s, it's full." +msgstr "Ei voida liittyä %s, se on täynnä." + +#: plugin.py:80 +msgid "Cannot join %s, I was not invited." +msgstr "Ei voi liittyä %s, minua ei ole kutsuttu." + +#: plugin.py:88 +msgid "Cannot join %s, it's banned me." +msgstr "Ei voi liittyä %s, se on bannannut minut." + +#: plugin.py:96 +msgid "Cannot join %s, my keyword was wrong." +msgstr "Ei voi littyä %s, minun avainsanani oli väärä." + +#: plugin.py:104 +msgid "Cannot join %s, I'm not identified with the NickServ." +msgstr "Ei voi liittyä %s, minä en ole tunnistautunut NickServillä." + +#: plugin.py:134 +msgid "" +" []\n" +"\n" +" Tell the bot to join the given channel. If is given, it is used\n" +" when attempting to join the channel.\n" +" " +msgstr "" +" []\n" +"\n" +"Käskee botin liittyä annetulle kanavalle. Jos on annettu, sitä käytetään\n" +"yrittäessä liittyä kanavalle.\n" +" " + +#: plugin.py:147 +msgid "I'm already too close to maximum number of channels for this network." +msgstr "Minä olen liian lähellä kanavien maksimi määrää tällä verkolla." + +#: plugin.py:156 +msgid "" +"takes no arguments\n" +"\n" +" Returns the channels the bot is on. Must be given in private, in order\n" +" to protect the secrecy of secret channels.\n" +" " +msgstr "" +"Ei ota parametrejä\n" +"\n" +"Palauttaa listan kanavista, joilla botti on. Täytyy antaa yksityisviestillä salaisten kanavien\n" +"salaisuuden suojelemiseksi.\n" +" " + +#: plugin.py:166 +msgid "I'm not currently in any channels." +msgstr "En juuri nyt ole millään kanavalla." + +#: plugin.py:172 +msgid "My connection is restricted, I can't change nicks." +msgstr "Minun yhteyteni on rajoitettu. En voi vaihtaa nimimerkkiä." + +#: plugin.py:179 +msgid "Someone else is already using that nick." +msgstr "Joku muu käyttää jo tuota nimimerkkiä." + +#: plugin.py:186 +msgid "That nick is currently banned." +msgstr "Se nimimerkki on juuri nyt bannattu." + +#: plugin.py:193 +msgid "I can't change nicks, the server said %q." +msgstr "Minä en voi vaihtaa nimimerkkiä, palvelin sanoi %q" + +#: plugin.py:207 +msgid "" +"[]\n" +"\n" +" Changes the bot's nick to . If no nick is given, returns the\n" +" bot's current nick.\n" +" " +msgstr "" +"[]\n" +"\n" +"Vaihtaa botin nimimerkin . Jos nimimerkkiä ei ole annettu, palauttaa\n" +"botin nykyisen nimimerkin.\n" +" " + +#: plugin.py:222 +msgid "" +"[] []\n" +"\n" +" Tells the bot to part the list of channels you give it. is\n" +" only necessary if you want the bot to part a channel other than the\n" +" current channel. If is specified, use it as the part\n" +" message.\n" +" " +msgstr "" +"[] []\n" +"\n" +"Käskee botin poistua kanavilta, jotka annat sille. on\n" +"vaadittu jost tahdot botin poistuvat muulta, kuin \n" +"nykyiseltä kanavalta. Jos on määritetty, sitä käytetään poistumis\n" +"viestissä.\n" +" " + +#: plugin.py:240 +msgid "I'm not in %s." +msgstr "Minä en ole %s:ssa." + +#: plugin.py:252 +msgid "" +" \n" +"\n" +" Gives the user specified by (or the user to whom \n" +" currently maps) the specified capability \n" +" " +msgstr "" +" \n" +"\n" +"Antaa määrittämälle käyttäjälle (tai käyttäjälle jonka \n" +"ilmoittaa) määritetyn valtuuden \n" +" " + +#: plugin.py:272 +msgid "The \"owner\" capability can't be added in the bot. Use the supybot-adduser program (or edit the users.conf file yourself) to add an owner capability." +msgstr "\"Owner\" valtuutta ei voida lisätä bottiin. Käytä supybot-adduser ohjelmaa (tai muokkaa users.conf tiedostoa itse) lisätäksesi owner valtuuden." + +#: plugin.py:283 +msgid "You can't add capabilities you don't have." +msgstr "Et voi lisätä valtuuksia, joita sinulla ei ole." + +#: plugin.py:288 +msgid "" +" \n" +"\n" +" Takes from the user specified by (or the user to whom\n" +" currently maps) the specified capability \n" +" " +msgstr "" +" \n" +"\n" +"Ottaa määrittämältä käyttäjältä (tai käyttäjältä jonka\n" +" sopii) määritetyn valtuuden \n" +" " + +#: plugin.py:300 +msgid "That user doesn't have that capability." +msgstr "Tuolla käyttäjällä ei ole sitä valtuutta." + +#: plugin.py:302 +msgid "You can't remove capabilities you don't have." +msgstr "Sinä et voi poistaa valtuuksia, joita sinulla ei ole." + +#: plugin.py:310 +msgid "" +" []\n" +"\n" +" This will set a persistent ignore on or the hostmask\n" +" currently associated with . is an optional argument\n" +" specifying when (in \"seconds from now\") the ignore will expire; if\n" +" it isn't given, the ignore will never automatically expire.\n" +" " +msgstr "" +" []\n" +"\n" +"Tämä asettaa pysyvän ignoren tai hostmaskiin,\n" +" joka on tällä hetkellä yhdistetty . on vaihtoehtoinen paremetri,\n" +"joka määrittää (in \"sekuntit\") jolloin ignore vanhentuu; jos\n" +"sitä ei ole annettu, ignore ei vanhene automaattisesti ikinä.\n" +" " + +#: plugin.py:323 +msgid "" +"\n" +"\n" +" This will remove the persistent ignore on or the\n" +" hostmask currently associated with .\n" +" " +msgstr "" +"\n" +"\n" +"Tämä poistaa pysyvän ignoren tai\n" +"hostmaskista joka on tällä hetkellä yhdistetty .\n" +" " + +#: plugin.py:332 +msgid "%s wasn't in the ignores database." +msgstr "%s ei ollut ignore tietokannassa." + +#: plugin.py:337 +msgid "" +"takes no arguments\n" +"\n" +" Lists the hostmasks that the bot is ignoring.\n" +" " +msgstr "" +"Ei ota parametrejä\n" +"\n" +"Luetteloi hostmaskit jotka ovat botin ignoressa.\n" +" " + +#: plugin.py:345 +msgid "I'm not currently globally ignoring anyone." +msgstr "Kukaan ei juuri nyt ole globaalisti estolistalla." + diff --git a/plugins/Alias/locale/fi.po b/plugins/Alias/locale/fi.po new file mode 100644 index 000000000..f31f38dfb --- /dev/null +++ b/plugins/Alias/locale/fi.po @@ -0,0 +1,109 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot Alias plugin\n" +"POT-Creation-Date: 2010-10-16 14:10+CEST\n" +"PO-Revision-Date: \n" +"Last-Translator: Mika Suomalainen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#: plugin.py:45 +msgid "" +"Returns the channel the msg came over or the channel given in args.\n" +"\n" +" If the channel was given in args, args is modified (the channel is\n" +" removed).\n" +" " +msgstr "" +"Palauttaa kanavan, jolta viesti tuli tai kanavan, joka on annettu parametreissä.\n" +"\n" +"Jos kanava annetaan parametreissä, parametriä muokataan (kanava\n" +"poistetaan).\n" +" " + +#: plugin.py:164 +msgid " at least" +msgstr "vähintään" + +#: plugin.py:165 +msgid "" +"\n" +"\n" +"Alias for %q." +msgstr "" +"\n" +"\n" +"Alias %q:lle." + +#: plugin.py:220 +msgid "" +"\n" +"\n" +" Locks an alias so that no one else can change it.\n" +" " +msgstr "" +"\n" +"\n" +"Lukitsee aliaksen, niin ettei kukaan muu voi muuttaa sitä.\n" +" " + +#: plugin.py:229 +#: plugin.py:243 +msgid "There is no such alias." +msgstr "Tuollaista aliasta ei ole." + +#: plugin.py:234 +msgid "" +"\n" +"\n" +" Unlocks an alias so that people can define new aliases over it.\n" +" " +msgstr "" +"\n" +"\n" +"Poistaa lukituksen aliaksesta, jotta ihmiset vouvat määrittää uusia aliaksia sen päälle.\n" +" " + +#: plugin.py:254 +msgid "That name isn't valid. Try %q instead." +msgstr "Nimi ei ole kelvollinen. Yritä sen sijaa %q:ta." + +#: plugin.py:292 +msgid "" +" \n" +"\n" +" Defines an alias that executes . The \n" +" should be in the standard \"command argument [nestedcommand argument]\"\n" +" arguments to the alias; they'll be filled with the first, second, etc.\n" +" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n" +" etc. can be used for optional arguments. $* simply means \"all\n" +" remaining arguments,\" and cannot be combined with optional arguments.\n" +" " +msgstr "" +" \n" +"\n" +"Määrittää aliaksen , joka suorittaa . \n" +"Aliaksen pitäisi olla tavallisia \"komento parametri [sisäkkäiset parametrit]\"\n" +"parametrejä aliakselle; ne täytetään ensinmäinen, toinen, jne.\n" +"Parametrit. $1, $2, jne. voidaan käyttää vaadittuina parametreinä. @1, @2,\n" +"jne. voidaan käyttää vaihtoehtoisina parametreinä. $* tarkoittaa yksinkertaisesti \"kaikki\n" +"jäljellä olevat parametrit,\" ja johon ei voida yhdistää vaihtoehtoisia parametrejä.\n" +" " + +#: plugin.py:315 +msgid "" +"\n" +"\n" +" Removes the given alias, if unlocked.\n" +" " +msgstr "" +"\n" +"\n" +"Poistaa annetun aliaksen jos se ei ole lukittu.\n" +" " + diff --git a/plugins/Anonymous/locale/fi.po b/plugins/Anonymous/locale/fi.po new file mode 100644 index 000000000..6d2c01bae --- /dev/null +++ b/plugins/Anonymous/locale/fi.po @@ -0,0 +1,101 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot Anonymous\n" +"POT-Creation-Date: 2010-10-16 15:14+CEST\n" +"PO-Revision-Date: \n" +"Last-Translator: Mika Suomalainen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#: config.py:49 +msgid "" +"Determines whether\n" +" the bot should require people trying to use this plugin to be in the\n" +" channel they wish to anonymously send to." +msgstr "" +"Määrittelee täytyisikö \n" +"botin vaatia ihmisiä, jotka yrittävät käyttää tätä lisäosaa olla\n" +"kanavalla, jonne he tahtovat lähettää viestin tuntemattomasti." + +#: config.py:53 +msgid "" +"Determines whether the bot should require\n" +" people trying to use this plugin to be registered." +msgstr "" +"Määrittelee täytyisikö botin vaatia\n" +"ihmisiä, jotka yrittävät käyttää tätä lisäosaa olla rekisteröityneitä." + +#: config.py:56 +msgid "" +"Determines what capability (if any) the bot should\n" +" require people trying to use this plugin to have." +msgstr "" +"Määrittää mitä valtuutta (jos mitään) botin täytyisi\n" +"vaatia ihmisiltä, jotka yrittävät käyttää tätä lisäosaa." + +#: config.py:59 +msgid "" +"Determines whether the bot will require \n" +" targets of the \"say\" command to be public (i.e., channels). If this is\n" +" True, the bot will allow people to use the \"say\" command to send private\n" +" messages to other users." +msgstr "" +"Määrittelee täytyykö botin vaatia \n" +"\"say\" komennon olevan julkisia (esim., kanavia). Jos tämä on\n" +" True, botti sallii ihmisten käyttää \"say\" komentoa lähettääkseen yksityisviestejä \n" +" toisille käyttäjille." + +#: plugin.py:41 +msgid "" +"This plugin allows users to act through the bot anonymously. The 'do'\n" +" command has the bot perform an anonymous action in a given channel, and\n" +" the 'say' command allows other people to speak through the bot. Since\n" +" this can be fairly well abused, you might want to set\n" +" supybot.plugins.Anonymous.requireCapability so only users with that\n" +" capability can use this plugin. For extra security, you can require that\n" +" the user be *in* the channel they are trying to address anonymously with\n" +" supybot.plugins.Anonymous.requirePresenceInChannel, or you can require\n" +" that the user be registered by setting\n" +" supybot.plugins.Anonymous.requireRegistration.\n" +" " +msgstr "" +"Tämä lisäosa sallii käyttäjien toimia botin kautta tuntemattomasti.\n" +"Komento 'do' sallii botin tehdä Anonymous toiminnon annetulla kanavalla ja\n" +"'say' komento sallii toisten ihmisten puhua botin läpi. Koska\n" +"tätä voidaan väärinkäyttää helposti voit tahtoa asettaa \n" +"supybot.plugins.Anonymous.requireCapability niin, että vain käyttäjät tuolla\n" +"valtuudella. Lisäturvallisuuden vuoksi voit vaatia, että käyttäjän täytyy *olla* kanavalla joita he yrittävät puhutella tuntemattomasti asetuksella supybot.plugins.Anonymous.requirePresenceInChannel, tai sinä voit vaatia,\n" +"että tuo käyttäjä on rekisteröitynyt asetuksella\n" +"supybot.plugins.Anonymous.requireRegistration" + +#: plugin.py:81 +msgid "" +" \n" +"\n" +" Sends to . Can only send to if\n" +" supybot.plugins.Anonymous.allowPrivateTarget is True.\n" +" " +msgstr "" +" \n" +"\n" +"Lähettää . voi lähettää vain jos\n" +"supybot.plugins.Anonymous.allowPrivateTarget on True.\n" +" " + +#: plugin.py:95 +msgid "" +" \n" +"\n" +" Performs in .\n" +" " +msgstr "" +" \n" +"\n" +"Suorittaa .\n" +" " + diff --git a/plugins/AutoMode/locale/fi.po b/plugins/AutoMode/locale/fi.po new file mode 100644 index 000000000..c90680ff1 --- /dev/null +++ b/plugins/AutoMode/locale/fi.po @@ -0,0 +1,86 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot AutoMode\n" +"POT-Creation-Date: 2010-10-16 18:48+CEST\n" +"PO-Revision-Date: \n" +"Last-Translator: Mika Suomalainen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#: config.py:46 +msgid "" +"Determines whether this plugin is enabled.\n" +" " +msgstr "" +"Määrittää onko tämä lisäosa käytössä.\n" +" " + +#: config.py:49 +msgid "" +"Determines whether this plugin will automode\n" +" owners." +msgstr "" +"Määrittää käytetäänkö tätä lisäosaa \n" +"omistajiin." + +#: config.py:52 +msgid "" +"Determines whether the bot will \"fall through\n" +" to halfop/voicing when auto-opping is turned off but\n" +" auto-halfopping/voicing are turned on." +msgstr "" +"Määrittää \"siirtyykö botti\n" +"halfoppaamiseen/voicen antamiseen kun automaatti-oppaaminen on on/off asennossa mutta\n" +"automaattinen-halfoppaaminen/voicen antaminen ovat käytössä." + +#: config.py:56 +msgid "" +"Determines whether the bot will automatically\n" +" op people with the ,op capability when they join the channel.\n" +" " +msgstr "" +"Määrittää oppaako botti\n" +"ihmiset ,op valtuudella automaattisesti, kun he liittyvät kanavalle.\n" +" " + +#: config.py:60 +msgid "" +"Determines whether the bot will automatically\n" +" halfop people with the ,halfop capability when they join the\n" +" channel." +msgstr "" +"Miirittää halfoppaako botti automaattisesti, kun\n" +"ihmiset ,halfop valtuudella, kun he liittyvät \n" +"kanavalle." + +#: config.py:64 +msgid "" +"Determines whether the bot will automatically\n" +" voice people with the ,voice capability when they join the\n" +" channel." +msgstr "" +"Määrittää antaako botti automaattisesti voicen\n" +" ihmisille, joilla on ,voice valtuus kun he liittyvät\n" +"kanavalle." + +#: config.py:68 +msgid "" +"Determines whether the bot will automatically\n" +" ban people who join the channel and are on the banlist." +msgstr "" +"Määrittää bannaako botti ihmiset,\n" +"jotka liittyvät kanavalle ja ovat banni listalla." + +#: config.py:71 +msgid "" +"Determines how many seconds the bot\n" +" will automatically ban a person when banning." +msgstr "" +"Määrittää kuinka moneksi sekuntiksi botti\n" +"bannaa henkilön, kun ollaan bannaamassa." + diff --git a/plugins/BadWords/locale/fi.po b/plugins/BadWords/locale/fi.po index 5bc983103..d76b8d2be 100644 --- a/plugins/BadWords/locale/fi.po +++ b/plugins/BadWords/locale/fi.po @@ -1,17 +1,16 @@ msgid "" msgstr "" -"Project-Id-Version: Supybot-fr\n" +"Project-Id-Version: Supybot BadWords\n" "POT-Creation-Date: 2011-01-29 11:48+CET\n" "PO-Revision-Date: \n" "Last-Translator: Mika Suomalainen \n" -"Language-Team: Supybot-fr \n" +"Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Français\n" -"X-Poedit-Country: France\n" -"X-Poedit-SourceCharset: ASCII\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" #: __init__.py:30 msgid "" diff --git a/plugins/Channel/locale/fi.po b/plugins/Channel/locale/fi.po index 5bc983103..55fc37a28 100644 --- a/plugins/Channel/locale/fi.po +++ b/plugins/Channel/locale/fi.po @@ -1,185 +1,833 @@ msgid "" msgstr "" -"Project-Id-Version: Supybot-fr\n" -"POT-Creation-Date: 2011-01-29 11:48+CET\n" +"Project-Id-Version: Supybot Channel\n" +"POT-Creation-Date: 2010-10-25 13:10+CEST\n" "PO-Revision-Date: \n" "Last-Translator: Mika Suomalainen \n" -"Language-Team: Supybot-fr \n" +"Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Français\n" -"X-Poedit-Country: France\n" -"X-Poedit-SourceCharset: ASCII\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" -#: __init__.py:30 +#: config.py:48 msgid "" +"Determines whether the bot will always try to\n" +" rejoin a channel whenever it's kicked from the channel." +msgstr "" +"Määrittää yrittääkö botti aina\n" +"liittyä kanavalle uudelleen, kun se on potkittu kanavalta." + +#: plugin.py:69 +msgid "" +"[] [ ...]\n" "\n" -"Filters bad words on outgoing messages from the bot, so the bot can't be made\n" -"to say bad words.\n" +" Sets the mode in to , sending the arguments given.\n" +" is only necessary if the message isn't sent in the channel\n" +" itself.\n" +" " msgstr "" +"[] [ ...]\n" "\n" -"Suodattaa botin ulostulevista viesteistä pahat sanat, jotta bottia ei saada\n" -"sanomaan pahoja sanoja.\n" +"Asettaa , tilaksi lähettäen annetut parametrin.\n" +" on vaadittu vain, jos viestiä ei lähetetä kanavalta\n" +"jonka tilaa vaihdetaan.\n" +" " -#: config.py:40 -msgid "Would you like to add some bad words?" -msgstr "Haluaisitko lisätä joitakin pahoja sanoja?" +#: plugin.py:76 +msgid "change the mode" +msgstr "vaihda tila" -#: config.py:41 -msgid "What words? (separate individual words by spaces)" -msgstr "Mitkä sanoja? (Eristä erilliset sanat käyttämällä välilyöntiä." - -#: config.py:53 +#: plugin.py:80 msgid "" -"Determines what words are\n" -" considered to be 'bad' so the bot won't say them." +"[] []\n" +"\n" +" Sets the channel limit to . If is 0, or isn't given,\n" +" removes the channel limit. is only necessary if the message\n" +" isn't sent in the channel itself.\n" +" " msgstr "" -"Määrittää mitkä sanat ovat\n" -"'pahoja', jottei botti sano niitä." +"[] []\n" +"\n" +"Asettaa kanavan . Jos on 0, tai ei annettu,\n" +"kanava rajoitus poistetaan. on vaadittu cain jos\n" +"viestiä ei lähetetä kanavalta itseltään.\n" +" " -#: config.py:56 +#: plugin.py:90 +msgid "change the limit" +msgstr "Vaihda rajoitusta" + +#: plugin.py:95 msgid "" -"Determines whether the bot will require bad\n" -" words to be independent words, or whether it will censor them within other\n" -" words. For instance, if 'darn' is a bad word, then if this is true, 'darn'\n" -" will be censored, but 'darnit' will not. You probably want this to be\n" -" false. After changing this setting, the BadWords regexp needs to be\n" -" regenerated by adding/removing a word to the list, or reloading the\n" -" plugin." +"[]\n" +"\n" +" Sets +m on , making it so only ops and voiced users can\n" +" send messages to the channel. is only necessary if the\n" +" message isn't sent in the channel itself.\n" +" " msgstr "" -"Määrittää vaatiiko botti pahojen sanojen\n" -"olevan toisistaan riippumattomia sanoja, vai sensuroiko se ne toisten sanojen\n" -"sisältä. Esimerkiksi,jos 'pah' on paha sana, ja jos tämä on asetettu true asentoon, 'pah'\n" -"sensuroidaan, mutta 'pahus' ei sensuroida. Sinä luultavasti tahdot pitää tämän\n" -"false asennossa. Tämän asetuksen muuttamisen jälkeen, BadWords regexp täytyy\n" -"luoda uudelleen lisäämällä/poistamalla sana listalta, tai uudelleenlataamalla \n" -"lisäosa." +"[]\n" +"\n" +"Asettaa tilan +m , sallien vain operaattoireiden ja käyttäjien jolla on voice\n" +"lähettää viestejä kanavalle. on vaadittu vain jos\n" +"viestiä ei lähetetä itse kanavalta.\n" +" " -#: config.py:73 +#: plugin.py:102 +msgid "moderate the channel" +msgstr "valvo kanavaa" + +#: plugin.py:106 msgid "" -"Determines what characters will replace bad words; a\n" -" chunk of these characters matching the size of the replaced bad word will\n" -" be used to replace the bad words you've configured." +"[]\n" +"\n" +" Sets -m on , making it so everyone can\n" +" send messages to the channel. is only necessary if the\n" +" message isn't sent in the channel itself.\n" +" " msgstr "" -"Määrittä mitkä merkit korvaavat pahat sanat; \n" -"osa näistä merkeistä, jotka sopivat pahasanan kokoon\n" -"käytetään määrittämiesi pahojen sanojen korvaamisessa." +"[]\n" +"\n" +"Asettaa -m tilan , sallien jokaisen\n" +"lähettää viestejä kanavalla. on vaadittu vain jos\n" +" viestiä ei lähetetä kanavalta itseltään.\n" +" " -#: config.py:81 +#: plugin.py:114 +msgid "unmoderate the channel" +msgstr "lopeta kanavan valvominen" + +#: plugin.py:118 msgid "" -"Determines the manner in which\n" -" bad words will be replaced. 'nastyCharacters' (the default) will replace a\n" -" bad word with the same number of 'nasty characters' (like those used in\n" -" comic books; configurable by supybot.plugins.BadWords.nastyChars).\n" -" 'simple' will replace a bad word with a simple strings (regardless of the\n" -" length of the bad word); this string is configurable via\n" -" supybot.plugins.BadWords.simpleReplacement." +"[] []\n" +"\n" +" Sets the keyword in to . If is not given, removes\n" +" the keyword requirement to join . is only necessary\n" +" if the message isn't sent in the channel itself.\n" +" " msgstr "" -"Määrittää millä tavalla\n" -"pahat sanat korvataan. 'nastyCharacters' (oletus) korvaa\n" -"pahan sanan samalla määrällä 'häijyjä merkkejä' (kuten ne jotka ovat\n" -"sarjakuvissa; muokattavissa supybot.plugins.BadWords.nastyChars asetuksella).\n" -"'simple' korvaa pahan sanan yksinkertaisella merkkijonolla (riippumatta\n" -"pahan sanan koosta); tämä merkkijono on muokattavissa\n" -"asetuksella supybot.plugins.BadWords.simpleReplacement." +"[] []\n" +"\n" +"Asettaa avainsanan . Jos ei ole annettu, poistaa\n" +"poistaa avainsana vaatimuksen liittymisestä. on vaadittu vain\n" +"jos viestiä ei lähetetä kanavalta itsestään.\n" +" " -#: config.py:89 +#: plugin.py:130 +msgid "change the keyword" +msgstr "vaihtaa avainsanan" + +#: plugin.py:135 msgid "" -"Determines what word will replace bad\n" -" words if the replacement method is 'simple'." +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will give all the s\n" +" you provide ops. If you don't provide any s, this will op you.\n" +" is only necessary if the message isn't sent in the channel\n" +" itself.\n" +" " msgstr "" -"Määrittää mikä sana korvaa pahat\n" -"sanat jos korvausmenetelmä on 'simple'." +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä antaa kaikille \n" +"sinun tarjoamat opit. Jos et anna yhtään , tämä oppaa sinut.\n" +" on vaadittu vain jos viestiä ei lähetetä kanavalta\n" +"itsestään.\n" +" " -#: config.py:92 +#: plugin.py:147 +msgid "op someone" +msgstr "oppaa joku" + +#: plugin.py:151 msgid "" -"Determines whether the bot will strip\n" -" formatting characters from messages before it checks them for bad words.\n" -" If this is False, it will be relatively trivial to circumvent this plugin's\n" -" filtering. If it's True, however, it will interact poorly with other\n" -" plugins that do coloring or bolding of text." +"[] [ ...]\n" +"\n" +" If you have the #channel,halfop capability, this will give all the\n" +" s you provide halfops. If you don't provide any s, this\n" +" will give you halfops. is only necessary if the message isn't\n" +" sent in the channel itself.\n" +" " msgstr "" -"Määrittää riisuuko botti\n" -" muotoilun merkeistä ennen kuin se tarkistaa ne pahojen sanojen varalta.\n" -" Jos tämä on 'False', on hyvin pinnallista kiertää tämän lisäosan\n" -" suodatusta. Jos se kuitenkin on 'True', se on huonosti vuorovaikutuksessa\n" -"tekstin värittämistä tai korostamista tekevien lisäosien kanssa." +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,halfop valtuus, tämä antaa kaikille\n" +" halfopit. Jos et anna yhtään , tämä\n" +"antaa sinulle halfopit. on vaadittu vain jos viestiä ei\n" +"lähetetä kanavalta itseltään.\n" +" " -#: config.py:99 +#: plugin.py:163 +msgid "halfop someone" +msgstr "halfoppaa joku" + +#: plugin.py:168 msgid "" -"Determines whether the bot will kick people with\n" -" a warning when they use bad words." +"[] [ ...]\n" +"\n" +" If you have the #channel,voice capability, this will voice all the\n" +" s you provide. If you don't provide any s, this will\n" +" voice you. is only necessary if the message isn't sent in the\n" +" channel itself.\n" +" " msgstr "" -"Määrittää potkiiko botti ihmiset\n" -"varoituksella jos he käyttävät pahoja sanoja." +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,halfop valtuus, tämä antaa kaikille\n" +" halfopit. Jos et anna yhtään , tämä\n" +"antaa sinulle halfopit. on vaadittu vain jos viestiä ei\n" +"lähetetä kanavalta itseltään.\n" +" " -#: config.py:102 +#: plugin.py:190 +msgid "voice someone" +msgstr "anna jollekin voice" + +#: plugin.py:195 msgid "" -"You have been kicked for using a word\n" -" prohibited in the presence of this bot. Please use more appropriate\n" -" language in the future." +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will remove operator\n" +" privileges from all the nicks given. If no nicks are given, removes\n" +" operator privileges from the person sending the message.\n" +" " msgstr "" -"Sinut on potkittu kielletyn sanan\n" -"käytöstä tämän botin läsnäollessa. Ole hyvä ja käytä asianmukaisempaa\n" -" kieltä tulevaisuudessa." +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa operaattori\n" +"kaikilta annetuilta nimimerkeiltä. Jos nimimerkkejä ei ole annettu poistaa\n" +"poistaa operaattorioikeudet henkilöltä, joka lähettää viestin.\n" +" " -#: config.py:104 +#: plugin.py:202 +msgid "I cowardly refuse to deop myself. If you really want me deopped, tell me to op you and then deop me yourself." +msgstr "Minä pelkurimaisesti kieltäydyn deoppaamasta itseäni. Jos todella tahdot minut deopatuksi, käske minun opata sinut ja sitten deoppaa minut itse." + +#: plugin.py:210 +msgid "deop someone" +msgstr "deoppaa joku" + +#: plugin.py:215 msgid "" -"Determines the kick message used by the\n" -" bot when kicking users for saying bad words." +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will remove half-operator\n" +" privileges from all the nicks given. If no nicks are given, removes\n" +" half-operator privileges from the person sending the message.\n" +" " msgstr "" -"Määrittää potkimisviestin, jota\n" -"botti käyttää, kun potkii käyttäjiä pahojen sanojen käyttämistä." +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa puoli-kanavaoperaattorin\n" +"kaikilta annetuilta nimimerkeiltä. Jos nimimerkkejä ei anneta\n" +"viestin lähettäneeltä henkilöltä poistetaan puoli-kanavaoperaattorin oikeudet.\n" +" " -#: plugin.py:46 +#: plugin.py:222 +msgid "I cowardly refuse to dehalfop myself. If you really want me dehalfopped, tell me to op you and then dehalfop me yourself." +msgstr "Minä pelkurimaisesti kieltäydyn dehalfoppaamasta itseäni. Jos haluat minut depuoliopatuksi, käske minun opata sinut ja sitten dehalfoppaa minut itse." + +#: plugin.py:230 +msgid "dehalfop someone" +msgstr "dehalfoppaa joku" + +#: plugin.py:235 msgid "" -"Maintains a list of words that the bot is not allowed to say.\n" -" Can also be used to kick people that say these words, if the bot\n" -" has op." +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will remove voice from all\n" +" the nicks given. If no nicks are given, removes voice from the person\n" +" sending the message.\n" +" " msgstr "" -"Säilyttää listaa sanoista, joita botin ei ole sallittua sanoa.\n" -"Voidaan myös käyttää potkimaan ihmisiä, jotka sanovat näitä sanoja, jos botilla\n" -"on kanavaoperaattori." +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa voicen kaikilta\n" +"annetuilta nimimerkeiltä. Jos nimimerkkejä ei ole annettu, poistaa voicen henkilöltä\n" +"joka lähettää viestin.\n" +" " -#: plugin.py:113 +#: plugin.py:242 +msgid "I cowardly refuse to devoice myself. If you really want me devoiced, tell me to op you and then devoice me yourself." +msgstr "Minä pelkurimaisesti kieltäydyn poistamasta voicea itseltäni. Jos todella tahdot poistaa minulta voicen, käske minut oppaamaan sinut ja sitten poista ääni minulta itse." + +#: plugin.py:255 +msgid "" +"[]\n" +"\n" +" If you have the #channel,op capability, this will cause the bot to\n" +" \"cycle\", or PART and then JOIN the channel. is only necessary\n" +" if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[]\n" +"\n" +" Jos sinulla on #kanava,op valtuus, tämä aiheuttaa botin tekemään\n" +"\"cyclen\", tai POISTUMAAN ja LIITTYMÄÄN kanavalle. on vaadittu vain\n" +"jos viestiä ei lähetetä kanavalta itsestään.\n" +" " + +#: plugin.py:268 +msgid "" +"[] [, , ...] []\n" +"\n" +" Kicks (s) from for . If isn't given,\n" +" uses the nick of the person making the command as the reason.\n" +" is only necessary if the message isn't sent in the channel\n" +" itself.\n" +" " +msgstr "" +"[] [, , ...] []\n" +"\n" +"Potkii . Jos ei ole annettu,\n" +"käyttää komennon antajan nimimerkkiä syynä.\n" +" on vaadittu vain jos viestiä ei lähetetä kanavalta\n" +"itsestään.\n" +" " + +#: plugin.py:276 +msgid "I cowardly refuse to kick myself." +msgstr "Minä pelkurimaisesti kieltäydyn potkimasta itseäni." + +#: plugin.py:281 +msgid "The reason you gave is longer than the allowed length for a KICK reason on this server." +msgstr "Syy, jonka annoit on pidempi kuin sallittu pituus POTKIMIS syyksi tällä palvelimella." + +#: plugin.py:286 +msgid "kick someone" +msgstr "potki joku" + +#: plugin.py:292 +msgid "" +"[] [--{exact,nick,user,host}] [] []\n" +"\n" +" If you have the #channel,op capability, this will kickban for\n" +" as many seconds as you specify, or else (if you specify 0 seconds or\n" +" don't specify a number of seconds) it will ban the person indefinitely.\n" +" --exact bans only the exact hostmask; --nick bans just the nick;\n" +" --user bans just the user, and --host bans just the host. You can\n" +" combine these options as you choose. is a reason to give for\n" +" the kick.\n" +" is only necessary if the message isn't sent in the channel\n" +" itself.\n" +" " +msgstr "" +"[] [--{exact,nick,user,host}] [] []\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä kickbannaa \n" +"niin moneksi sekuntiksi kuin määrität, tai muuten (jos määrität 0 sekuntia tai\n" +"tai et määritä sekuntien lukumäärää) se bannaa henkilön ikuisesti.\n" +"--exact bannaa vain hostmaskin; --nick bannaa vain nimimerkin;\n" +"--user bannaa vain käyttäjän, ja --host bannaa vain isännän. Voit\n" +"yhdistää näitä vaihtoehtoja mielesi mukaan. on syy, jonka vuoksi annat\n" +"potkun.\n" +" on vaadittu vain jos viestiä ei lähetetä kanavassa\n" +"itsestään.\n" +" " + +#: plugin.py:311 +msgid "I cowardly refuse to kickban myself." +msgstr "Minä pelkurimaisesti kieltäydyn kickbannaamasta itseäni." + +#: plugin.py:318 +msgid "I haven't seen %s." +msgstr "Minä en ole nähnyt %s:ää." + +#: plugin.py:326 +msgid "I cowardly refuse to ban myself." +msgstr "Minä pelkurimaisesti kieltäydyn bannaamasta itseäni." + +#: plugin.py:352 +msgid "%s has %s too, you can't ban him/her/it." +msgstr "%s:llä on %s myös, et voi bannata häntä/sitä." + +#: plugin.py:364 +msgid "kick or ban someone" +msgstr "potki tai bannaa joku" + +#: plugin.py:371 +msgid "" +"[] []\n" +"\n" +" Unbans on . If is not given, unbans\n" +" any hostmask currently banned on that matches your current\n" +" hostmask. Especially useful for unbanning yourself when you get\n" +" unexpectedly (or accidentally) banned from the channel. is\n" +" only necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] []\n" +"\n" +"Poistaa bannin . Jos ei ole annettu, poistaa bannin\n" +"kaikilta hostmaskeilta, jotka ovat bannattuja ja täsmäävät sinun\n" +"hostmaskiisi. Etenkin hyödyllinen jos joudut \n" +"odottomattomasti (tai vahingossa) bannatuksi kanavalta. on\n" +"vaadittu vain jos viestiä ei lähetetä kanavalta itseltään.\n" +" " + +#: plugin.py:388 +msgid "All bans on %s matching %s have been removed." +msgstr "Kaikki bannit, jotka sopivat %s :ään %s:tä on poistettu." + +#: plugin.py:392 +msgid "No bans matching %s were found on %s." +msgstr "Banneja, jotka täsmäävät %s:ään ei löydetty %s:tä." + +#: plugin.py:395 +msgid "unban someone" +msgstr "poista jonkun banni" + +#: plugin.py:400 +msgid "" +"[] \n" +"\n" +" If you have the #channel,op capability, this will invite \n" +" to join . is only necessary if the message isn't\n" +" sent in the channel itself.\n" +" " +msgstr "" +"[] \n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä kutsuu \n" +"liittymään . on vaadittu vain jos viestiö\n" +"ei lähetetä kanavalla itsessään.\n" +" " + +#: plugin.py:409 +msgid "invite someone" +msgstr "kutsu joku" + +#: plugin.py:428 +msgid "%s is already in %s." +msgstr "%s on jo %s:ssä." + +#: plugin.py:435 +msgid "There is no %s on this network." +msgstr "%s ei ole tässä verkossa." + +#: plugin.py:447 +msgid "" +"[]\n" +"\n" +" If you have the #channel,op capability, this will \"lobotomize\" the\n" +" bot, making it silent and unanswering to all requests made in the\n" +" channel. is only necessary if the message isn't sent in\n" +" the channel itself.\n" +" " +msgstr "" +"[]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä \"lobotomoi\" \n" +"botin tehden sen hiljaisesksi ja vastaamattomaksi kaikkiin pyyntöihin,\n" +" jotka on tehty kanavalla. on vaadittu vain jos viestiä ei lähetetä\n" +" kanavalla itsessään.\n" +" " + +#: plugin.py:462 +msgid "" +"[]\n" +"\n" +" If you have the #channel,op capability, this will unlobotomize the\n" +" bot, making it respond to requests made in the channel again.\n" +" is only necessary if the message isn't sent in the channel\n" +" itself.\n" +" " +msgstr "" +"[]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa lobotimian\n" +"botista, saaden sen jälleen vastaamaan kaikkiin pyyntöihin kanavalla.\n" +" on vaadittu vain jos viestiä ei lähetetä kanavalla itsessään.\n" +" " + +#: plugin.py:477 msgid "" "takes no arguments\n" "\n" -" Returns the list of words being censored.\n" -" " +" Returns the channels in which this bot is lobotomized.\n" +" " msgstr "" "ei ota parametrejä\n" "\n" -"Palauttaa listan sanoista, joita sensuroidaan.\n" +"Palauttaa kanavat, joilla botti on lobotomoitu.\n" +" " + +#: plugin.py:492 +msgid "I'm currently lobotomized in %L." +msgstr "Minut on tällähetkellä lobotomoity %L:ssa." + +#: plugin.py:495 +msgid "I'm not currently lobotomized in any channels that you're in." +msgstr "En tällä hetkellä ole lobotomoitu millään kanavalla, jolla sinä olet." + +#: plugin.py:502 +msgid "" +"[] []\n" +"\n" +" If you have the #channel,op capability, this will effect a\n" +" persistent ban from interacting with the bot on the given\n" +" (or the current hostmask associated with . Other\n" +" plugins may enforce this ban by actually banning users with\n" +" matching hostmasks when they join. is an optional\n" +" argument specifying when (in \"seconds from now\") the ban should\n" +" expire; if none is given, the ban will never automatically expire.\n" +" is only necessary if the message isn't sent in the\n" +" channel itself.\n" +" " +msgstr "" +"[] []\n" +"\n" +" Jos sinulla on #kanava,op valtuus, tämä aiheuttaa\n" +"pysyvän bannin estääkseen bottia olemasta vuorovaikutuksessa annetun\n" +" kanssa (tai nykyisen hostmaskin. Toiset\n" +"toiset lisäosat saattavat pakottaa tämän bannin bannaamalla käyttäjät\n" +" täsmäävällä hostmaskilla kun he liittyvät kanavalle. on vaihtoehtoinen\n" +"parametri , kun määritetään ( \"sekunteja alkaen nyt\") milloin banni\n" +" vanhenee; jos mitään ei ole annettu, banni ei ikinä vanhene automaattisesti.\n" +" on vaadittu vain jos viestiä ei lähetetä\n" +"kanavalla itsessään.\n" +" " + +#: plugin.py:522 +msgid "" +"[] \n" +"\n" +" If you have the #channel,op capability, this will remove the\n" +" persistent ban on . is only necessary if the\n" +" message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] \n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa\n" +"pysyvän bannin . on vaadittu vain jos\n" +"viestiä ei lähetetä kanavalla itsellään.\n" +" " + +#: plugin.py:534 +msgid "There are no persistent bans for that hostmask." +msgstr "" +"Tuolla hostmaskilla ei ole pysyviä banneja.[]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä näyttää\n" +"pysyvät bannit #kanavalla.\n" +" " + +#: plugin.py:539 +msgid "" +"[]\n" +"\n" +" If you have the #channel,op capability, this will show you the\n" +" current persistent bans on #channel.\n" +" " +msgstr "" +"[]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä näyttää\n" +"pysyvät bannit #kanavalla.\n" +" " + +#: plugin.py:549 +msgid "%q (expires %t)" +msgstr "%q (venhentuu %t)" + +#: plugin.py:552 +msgid "%q (never expires)" +msgstr "%q (ei ikinä vanhennu)" + +#: plugin.py:556 +msgid "There are no persistent bans on %s." +msgstr "%s ei ole pysyviä banneja." + +#: plugin.py:563 +msgid "" +"[] []\n" +"\n" +" If you have the #channel,op capability, this will set a persistent\n" +" ignore on or the hostmask currently\n" +" associated with . is an optional argument\n" +" specifying when (in \"seconds from now\") the ignore will expire; if\n" +" it isn't given, the ignore will never automatically expire.\n" +" is only necessary if the message isn't sent in the\n" +" channel itself.\n" +" " +msgstr "" +"[] []\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä asettaa pysyvän\n" +"ignoren tai hostmaskiin\n" +"joka on käytössä. on vaihtoehtoinen parametri\n" +"kun määritetään ( \"sekunteja alkaen nyt\")milloin ignore vanhentuu; jos\n" +"sitä ei ole annettu, banni ei ikinä vanhene automaattisesti.\n" +" on vaadittu vain jos viestiä ei lähetetä\n" +"kanavalla itsessään.\n" +" " + +#: plugin.py:581 +msgid "" +"[] \n" +"\n" +" If you have the #channel,op capability, this will remove the\n" +" persistent ignore on in the channel. is only\n" +" necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] \n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa\n" +"pysyvän ignoren kanavalla. on vaadittu\n" +"viestiä ei lähetetä kanavalla itsellään.\n" +" " + +#: plugin.py:593 +msgid "There are no ignores for that hostmask." +msgstr "Tuolla hostmaskilla ei ole pysyviä ignoreja." + +#: plugin.py:598 +msgid "" +"[]\n" +"\n" +" Lists the hostmasks that the bot is ignoring on the given channel.\n" +" is only necessary if the message isn't sent in the\n" +" channel itself.\n" +" " +msgstr "" +"[]\n" +"\n" +" Luettelee hostmaskit, jotka ovat botin ignoressa annetulla kanavalla.\n" +" on vaadittu vain, jos viestiä ei lähetetä\n" +"kanavalla itsellään.\n" +" " + +#: plugin.py:607 +msgid "I'm not currently ignoring any hostmasks in %q" +msgstr "Minun ignoressani ei ole yhtään hostmaskia %q:ssa." + +#: plugin.py:618 +msgid "" +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will give the user\n" +" (or the user to whom maps)\n" +" the capability in the channel. is only\n" +" necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä antaa käyttäjä\n" +" (tai käyttäjälle, jonka määrittää)\n" +" valtuuden kanavalla. on\n" +"vaadittu vain jos viestiä ei lähetetä kanavalla itsessään.\n" +" " + +#: plugin.py:634 +msgid "" +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will take from the\n" +" user currently identified as (or the user to whom \n" +" maps) the capability in the channel. is only\n" +" necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä ottaa\n" +"tällä hetkellä tunnistautuneelta käyttäjältä (tai käyttäjältä, jonka \n" +"täsmää) valtuuden kanavalla. on\n" +" on vaadittu vain jos viestiä ei lähetetä kanavalla itsessään.\n" +" " + +#: plugin.py:653 +msgid "That user didn't have the %L %s." +msgstr "Tuolla käyttäjällä ei ole %L:ää %s:ssä." + +#: plugin.py:662 +#, fuzzy +msgid "" +"[] {True|False}\n" +"\n" +" If you have the #channel,op capability, this will set the default\n" +" response to non-power-related (that is, not {op, halfop, voice}\n" +" capabilities to be the value you give. is only necessary\n" +" if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] {True|False}\n" +"\n" +" Jos sinulla on #kanava,op valtuus, tämä asettaa oletus\n" +"ei voimaan-liittyviin (se on, ei {op, halfop, voice}\n" +"valtuus arvo, jonka annat. on vaadittu vain\n" +"jos viestiä ei lähetetä kanavalla itsellään.\n" +" " + +#: plugin.py:680 +msgid "" +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will add the channel\n" +" capability for all users in the channel. is\n" +" only necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä lisää\n" +"valtuuden kaikille käyttäjille kanavalla. on\n" +"vaadittu vain jos viestiä ei lähetetä kanavalla itsellään.\n" +" " + +#: plugin.py:695 +msgid "" +"[] [ ...]\n" +"\n" +" If you have the #channel,op capability, this will unset the channel\n" +" capability so each user's specific capability or the\n" +" channel default capability will take precedence. is only\n" +" necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] [ ...]\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa kanava valtuus\n" +"valtuuden joten jokaisen käyttäjäkohtainen valtuus tai\n" +"kanavan oletus valtuus otetaan käyttöön. on vaadittu\n" +"vain jos viestiä ei lähetetä kanavalla itsessään.\n" +" " + +#: plugin.py:711 +msgid "capability" +msgstr "valtuusMinä en tiedä %L:stä %s:llä" + +#: plugin.py:714 +msgid "I do not know about the %L %s." +msgstr "" +"[]\n" +"\n" +" Palauttaa olevat valtuudet. on\n" +"vaadittu vain jos viestiä ei lähetetä kanavalla itsellään.\n" +" " + +#: plugin.py:721 +msgid "" +"[]\n" +"\n" +" Returns the capabilities present on the . is\n" +" only necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" +"[] [] []\n" +"\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa käytöstä\n" +". Jos on annrttu, poistetaan käytöstä\n" +"vain siitä lisäosasta. Jos vain on annettu, kaikki komennot\n" +"annetusta lisäosasta poistetaan käytöstä. on vaadittu vain jos\n" +"viestiä ei lähetetä kanavalla itsellään.\n" " " -#: plugin.py:123 -msgid "I'm not currently censoring any bad words." -msgstr "Tällä hetkellä ei sensuroida yhtään pahoja sanoja." - -#: plugin.py:128 +#: plugin.py:733 msgid "" -" [ ...]\n" +"[] [] []\n" "\n" -" Adds all s to the list of words being censored.\n" +" If you have the #channel,op capability, this will disable the \n" +" in . If is provided, will be disabled only\n" +" for that plugin. If only is provided, all commands in the\n" +" given plugin will be disabled. is only necessary if the\n" +" message isn't sent in the channel itself.\n" " " msgstr "" -" [ ...]\n" +"[] [] []\n" "\n" -"Lisää kaikki (t) sensuroidaan.\n" +"Jos sinulla on #kanava,op valtuus, tämä poistaa käytöstä\n" +". Jos on annrttu, poistetaan käytöstä\n" +"vain siitä lisäosasta. Jos vain on annettu, kaikki komennot\n" +"annetusta lisäosasta poistetaan käytöstä. on vaadittu vain jos\n" +"viestiä ei lähetetä kanavalla itsellään.\n" " " -#: plugin.py:140 +#: plugin.py:749 +#: plugin.py:788 +msgid "The %s plugin does not have a command called %s." +msgstr "%s lisäosalla ei ole komentoa %s." + +#: plugin.py:756 +#: plugin.py:795 +msgid "No plugin or command named %s could be found." +msgstr "Lisäosaa tai komentoa nimeltä %s ei löytynyt." + +#: plugin.py:772 msgid "" -" [ ...]\n" +"[] [] []\n" "\n" -" Removes s from the list of words being censored.\n" +" If you have the #channel,op capability, this will enable the \n" +" in if it has been disabled. If is provided,\n" +" will be enabled only for that plugin. If only is\n" +" provided, all commands in the given plugin will be enabled. \n" +" is only necessary if the message isn't sent in the channel itself.\n" " " msgstr "" -" [ ...]\n" +"[] [] []\n" "\n" -"Poistaa (t) sensuroitujen sanojen listalta.\n" +"Jos sinulla on #kanava,op valtuus, tämä ottaa käyttöön\n" +" jos se on ollut pois käytöstä. Jos on annettu,\n" +" otetaan käyttöön vain siinä lisäosassa. Jos vain on\n" +"annettu, kaikki komennot annetussa lisäosassa otetaan käyttööön. \n" +"on vaadittu vain jos viestiä ei lähetetä kanavalla itsellään.\n" +" " + +#: plugin.py:809 +msgid "%s was not disabled." +msgstr "%s ei ollut pois käytöstä." + +#: plugin.py:818 +msgid "" +"[]\n" +"\n" +" Returns the nicks in . is only necessary if the\n" +" message isn't sent in the channel itself.\n" +" " +msgstr "" +"[]\n" +"\n" +"Palauttaa nimimerkit, jotka ovat . on vaadittu vain jos\n" +"ei lähetetä kanavalla itsellään.\n" +" " + +#: plugin.py:829 +msgid "You don't have access to that information." +msgstr "Sinulla ei ole pääsyoikeutta tuohon tietoon." + +#: plugin.py:837 +msgid "" +"Internal message for notifying all the #channel,ops in a channel of\n" +" a given situation." +msgstr "" +"Sisäinen viesti huomattamaan kaikkia #kanava,oppeja kanavalla\n" +" annetusta tilanteesta." + +#: plugin.py:840 +msgid "Alert to all %s ops: %s" +msgstr "Hälytys kaikki %s operaattoreille: %s" + +#: plugin.py:842 +msgid " (from %s)" +msgstr "(%s:tä)" + +#: plugin.py:850 +msgid "" +"[] \n" +"\n" +" Sends to all the users in who have the ,op\n" +" capability.\n" +" " +msgstr "" +"[] \n" +"\n" +"Lähettää kaikille käyttäjille joilla on ,op\n" +"valtuus.\n" " " diff --git a/plugins/ChannelLogger/locale/fi.po b/plugins/ChannelLogger/locale/fi.po new file mode 100644 index 000000000..43e2d7734 --- /dev/null +++ b/plugins/ChannelLogger/locale/fi.po @@ -0,0 +1,126 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot Channellogger\n" +"POT-Creation-Date: 2010-10-17 10:02+CEST\n" +"PO-Revision-Date: \n" +"Last-Translator: Mika Suomalainen \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#: config.py:46 +msgid "Determines whether logging is enabled." +msgstr "Määrittää onko lokin pitäminen käytössä." + +#: config.py:48 +msgid "" +"Determines whether channel logfiles will be\n" +" flushed anytime they're written to, rather than being buffered by the\n" +" operating system." +msgstr "" +"Määrittää pitäisikö kanava lokitiedostot\n" +" tallentaa silloin kun ne kirjoitetaan, mielummin kuin käyttöjärjestelmän\n" +"puskuroimana." + +#: config.py:52 +msgid "" +"Determines whether formatting characters (such\n" +" as bolding, color, etc.) are removed when writing the logs to disk." +msgstr "" +"Määrittää pitääkö muotoilu merkit (kuten\n" +"korostukset, väri, jne.) poistaa kun lokeja kirjoitetaan levylle." + +#: config.py:55 +msgid "" +"Determines whether the logs for this channel are\n" +" timestamped with the timestamp in supybot.log.timestampFormat." +msgstr "" +"Määrittää laitetaanko tämän kanavan lokitiedostoihin\n" +"aikaleimat aikaleimalla, joka on määritetty asetuksella supybot.log.timestampFormat." + +#: config.py:58 +msgid "" +"Determines what string a message should be\n" +" prefixed with in order not to be logged. If you don't want any such\n" +" prefix, just set it to the empty string." +msgstr "" +"Määrittää millä merkkiketjulla aloitettuja viestejä\n" +"viestejä ei tallenneta lokiin. Jos et halua\n" +"merkkiketjua, aseta se tyhjäksi viestiketjuksi." + +#: config.py:62 +msgid "" +"Determines whether the bot will automatically\n" +" rotate the logs for this channel. The bot will rotate logs when the\n" +" timestamp for the log changes. The timestamp is set according to\n" +" the 'filenameTimestamp' configuration variable." +msgstr "" +"Määrittää kääntääkö botti automaattisesti\n" +"lokit tällä kanavalla. Botti kääntää lokit kun\n" +"kun aikaleima lokeille vaihtuu. Aikaleima asetetaan\n" +"'filenameTimestamp' asetuksen mukaan." + +#: config.py:67 +msgid "" +"Determines how to represent the timestamp\n" +" used for the filename in rotated logs. When this timestamp changes, the\n" +" old logfiles will be closed and a new one started. The format characters\n" +" for the timestamp are in the time.strftime docs at python.org. In order\n" +" for your logs to be rotated, you'll also have to enable\n" +" supybot.plugins.ChannelLogger.rotateLogs." +msgstr "" +"Määrittää kuinka aikaleima, jota käytetään\n" +"tiedostonimenä käännetyille lokeille. Kun tämä aikaleima muuttuu\n" +"vanhat lokitiedostot suljetaan ja uudet aloitetaan. Muotomerkit\n" +"aikaleimoille ovat time.strftime documenteissa python.org :issa. Saadaksesi\n" +"lokisi käännetyksi, sinun täytyy myös ottaa käyttöön\n" +"supybot.plugins.ChannelLogger.rotateLogs." + +#: config.py:75 +msgid "" +"Determines whether the bot will partition its\n" +" channel logs into separate directories based on different criteria." +msgstr "" +"Määrittää osioiko botti kanavalokinsa\n" +"eri hakemistoihin perustuen eri kriteereihin." + +#: config.py:78 +msgid "" +"Determines whether the bot will use a network\n" +" directory if using directories." +msgstr "" +"Määrittää käyttääkö botti verkkohakemistoa\n" +"jos käytetään hakemistoja." + +#: config.py:81 +msgid "" +"Determines whether the bot will use a channel\n" +" directory if using directories." +msgstr "" +"Määrittää käyttääkö botti kanavahakemistoa\n" +"jos käytetään hakemistoja." + +#: config.py:84 +msgid "" +"Determines whether the bot will use a timestamp\n" +" (determined by supybot.plugins.ChannelLogger.directories.timestamp.format)\n" +" if using directories." +msgstr "" +"Määrittää käyttääkö botti aikaleimaa\n" +" (supybot.plugins.ChannelLogger.directories.timestamp.format määrittämänä\n" +"jos käytetään hakemistoja." + +#: config.py:88 +msgid "" +"Determines what timestamp format will be used in\n" +" the directory stucture for channel logs if\n" +" supybot.plugins.ChannelLogger.directories.timestamp is True." +msgstr "" +"Määrittää mitä aikaleima muotoa käytetöön\n" +"hakemistorakenteessa kanavalokeille jos\n" +" supybot.plugins.ChannelLogger.directories.timestamp on True." +