mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
76c73a57b9
* Use a prefix-less help string, don't assume a '@' prefix * Nickometer: follow through on plugin.py with ` -> '
104 lines
2.3 KiB
Plaintext
104 lines
2.3 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# Mikaela Suomalainen <mikaela.suomalainen@outlook.com>, 2011.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Internet plugin for Limnoria\n"
|
|
"POT-Creation-Date: 2014-12-20 13:19+EET\n"
|
|
"PO-Revision-Date: 2014-12-20 13:25+0200\n"
|
|
"Last-Translator: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>\n"
|
|
"Language-Team: \n"
|
|
"Language: fi\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"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"X-Generator: Poedit 1.6.10\n"
|
|
|
|
#: plugin.py:43
|
|
#, fuzzy
|
|
msgid ""
|
|
"Provides commands to query DNS, search WHOIS databases,\n"
|
|
" and convert IPs to hex."
|
|
msgstr ""
|
|
"Tarjoaa komennot DNS-kyselyihin, hakemaan WHOIS-tietokannoista ja "
|
|
"muuttamaan\n"
|
|
" IP-osoitteet hexoiksi."
|
|
|
|
#: plugin.py:48
|
|
msgid ""
|
|
"<host|ip>\n"
|
|
"\n"
|
|
" Returns the ip of <host> or the reverse DNS hostname of <ip>.\n"
|
|
" "
|
|
msgstr ""
|
|
"<isäntä|ip>\n"
|
|
"\n"
|
|
" Palauttaa <isännän> ip:een tai <ip:een> käänteisen isäntänimen.\n"
|
|
" "
|
|
|
|
#: plugin.py:55 plugin.py:70
|
|
msgid "Host not found."
|
|
msgstr "Isäntää ei löytynyt."
|
|
|
|
#: plugin.py:82
|
|
msgid ""
|
|
"<domain>\n"
|
|
"\n"
|
|
" Returns WHOIS information on the registration of <domain>.\n"
|
|
" "
|
|
msgstr ""
|
|
"<verkkotunnus>\n"
|
|
"\n"
|
|
" Palauttaa WHOIS tiedot <verkkotunnusten> rekisteröimisestä.\n"
|
|
" "
|
|
|
|
#: plugin.py:88
|
|
msgid "domain"
|
|
msgstr "verkkotunnus"
|
|
|
|
#: plugin.py:128
|
|
msgid "updated %s"
|
|
msgstr "päivitetty %s"
|
|
|
|
#: plugin.py:131
|
|
msgid "registered %s"
|
|
msgstr "rekisteröity %s"
|
|
|
|
#: plugin.py:134
|
|
msgid "expires %s"
|
|
msgstr "vanhenee %s"
|
|
|
|
#: plugin.py:154
|
|
msgid " <registered at %s>"
|
|
msgstr " <rekisteröity aikaan %s>"
|
|
|
|
#: plugin.py:156
|
|
msgid " <registered by %s>"
|
|
msgstr " <rekisteröinyt %s>"
|
|
|
|
#: plugin.py:161
|
|
msgid "%s%s is %L."
|
|
msgstr "%s%s on %L."
|
|
|
|
#: plugin.py:164
|
|
msgid "I couldn't find such a domain."
|
|
msgstr "En voi löytää sellaista verkkotunnusta."
|
|
|
|
#: plugin.py:169
|
|
msgid ""
|
|
"<ip>\n"
|
|
"\n"
|
|
" Returns the hexadecimal IP for that IP.\n"
|
|
" "
|
|
msgstr ""
|
|
"<ip>\n"
|
|
"\n"
|
|
" Palauttaa IP:een heksadesimaalisen IP:een IP:lle.\n"
|
|
" "
|
|
|
|
#~ msgid "Add the help for \"help Internet\" here."
|
|
#~ msgstr "Lisää ohje \"help Internet:ille\" tähän."
|