# Alias plugin in Limnoria. # Copyright (C) 2011, 2012 Limnoria # Mikaela Suomalainen , 2011, 2012. # msgid "" msgstr "" "Project-Id-Version: Supybot Alias plugin\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: 2014-12-20 13:47+0200\n" "Last-Translator: Mikaela Suomalainen \n" "Language-Team: suomi <>\n" "Language: fi_FI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: \n" "X-Generator: Poedit 1.6.10\n" #: config.py:48 msgid "Regex which alias names must match in order to be valid" msgstr "" #: plugin.py:48 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:110 #, fuzzy msgid "" "Encodes dots and pipes\n" " Format: aa((d|p))+." msgstr "" "Salaa [a-z0-9.]+ sisään [a-z][a-z0-9].\n" " Muoto: aa(d)+." #: plugin.py:226 msgid " at least" msgstr "vähintään" #: plugin.py:228 plugin.py:233 msgid "" "\n" "\n" "Alias for %q." msgstr "" "\n" "\n" "Alias %q:lle." #: plugin.py:229 plugin.py:234 msgid "argument" msgstr "parametri" #: plugin.py:239 msgid "" "\n" " This plugin allows users to define aliases to commands and combinations\n" " of commands (via nesting).\n" " This plugin is only kept for backward compatibility, you should use the\n" " built-in Aka plugin instead (you can migrate your existing aliases " "using\n" " the 'importaliasdatabase' command.\n" "\n" " To add an alias, `trout`, which expects a word as an argument::\n" "\n" " @alias add trout \"action slaps $1 with a large trout\"\n" " jamessan: The operation succeeded.\n" " @trout me\n" " * bot slaps me with a large trout\n" "\n" " To add an alias, `lastfm`, which expects a last.fm user and replies " "with\n" " their recently played items::\n" "\n" " @alias add lastfm \"rss [format concat http://ws.audioscrobbler." "com/1.0/user/ [format concat [urlquote $1] /recenttracks.rss]]\"\n" "\n" " Note that if the nested commands being aliased hadn't been quoted, then\n" " those commands would have been run immediately, and `@lastfm` would " "always\n" " reply with the same information, the result of those commands.\n" " " msgstr "" #: plugin.py:357 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:365 plugin.py:378 msgid "There is no such alias." msgstr "Tuollaista aliasta ei ole." #: plugin.py:370 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:386 msgid "That name isn't valid. Try %q instead." msgstr "Tuo nimi ei ole kelvollinen. Yritä sen sijaan %q:ta." #: plugin.py:426 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" " pitäisi olla tavallinen \"komento parametri [sisäkkäinen komento " "parametrit]\"\n" " parametrejä aliakselle; ne täytetään ensimmäinen, toinen, jne.\n" " Parametrit. $1, $2, jne. ovat vaadittava parametrejä. @1, @2,\n" " jne. ovat valinnaisia parametrejä. $* tarkoittaa yksinkertaisesti " "\"kaikki\n" " jäljellä olevat parametrit,\" ja johon ei voida yhdistää vaihtoehtoisia " "parametrejä.\n" " " #: plugin.py:449 msgid "" "\n" "\n" " Removes the given alias, if unlocked.\n" " " msgstr "" "\n" "\n" " Poistaa annetun aliaksen jos se ei ole lukittu.\n" " " #: plugin.py:463 msgid "" "[--locked|--unlocked]\n" "\n" " Lists alias names of a particular type, defaults to all aliases if " "no\n" " --locked or --unlocked option is given.\n" " " msgstr "" #: plugin.py:470 msgid "Cannot specify --locked and --unlocked simultaneously" msgstr "" #: plugin.py:486 msgid "There are no aliases of that type." msgstr "" #: plugin.py:488 #, fuzzy msgid "There are no aliases." msgstr "Tuollaista aliasta ei ole." #, fuzzy #~ msgid "" #~ "This plugin allows users to define aliases to commands and combinations\n" #~ " of commands (via nesting)." #~ msgstr "" #~ "Tämä plugini sallii käyttäjien määrittää aliaksia komennoille ja " #~ "komentojen yhdistelmille (sisäytyksellä)." #~ msgid "You've attempted more nesting than is currently allowed on this bot." #~ msgstr "" #~ "Yritit sisällyttää useampia komentoja, kuin tämä botti sallii juuri nyt."