mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 15:39:21 +01:00
Merge pull request #130 from nyuszika7h/testing
Add l10n-hu for some plugins.
This commit is contained in:
commit
b27795526b
683
plugins/Channel/locale/hu.po
Normal file
683
plugins/Channel/locale/hu.po
Normal file
@ -0,0 +1,683 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR ORGANIZATION
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Limnoria Channel\n"
|
||||||
|
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
||||||
|
"PO-Revision-Date: 2011-07-30 19:36+0100\n"
|
||||||
|
"Last-Translator: nyuszika7h <litemininyuszika@gmail.com>\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:48
|
||||||
|
msgid ""
|
||||||
|
"Determines whether the bot will always try to\n"
|
||||||
|
" rejoin a channel whenever it's kicked from the channel."
|
||||||
|
msgstr "Meghatározza, hogy a bot mindig megpróbáljon-e visszatérni egy csatornára, ha kirúgják onnan."
|
||||||
|
|
||||||
|
#: plugin.py:69
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <mode> [<arg> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" Sets the mode in <channel> to <mode>, sending the arguments given.\n"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
||||||
|
" itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <mód> [<paraméter> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"<csatorna> módját <mód>-ra állítja, elküldve a kapott paramétereket. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:76
|
||||||
|
msgid "change the mode"
|
||||||
|
msgstr "megváltoztatni a módot"
|
||||||
|
|
||||||
|
#: plugin.py:80
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<limit>]\n"
|
||||||
|
"\n"
|
||||||
|
" Sets the channel limit to <limit>. If <limit> is 0, or isn't given,\n"
|
||||||
|
" removes the channel limit. <channel> is only necessary if the message\n"
|
||||||
|
" isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<korlát>]\n"
|
||||||
|
"\n"
|
||||||
|
"A csatorna korlátját <korlát>-ra állítja. Ha <korlát> 0 vagy nem meghatározott, eltávolítja a csatorna korlátját. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:90
|
||||||
|
msgid "change the limit"
|
||||||
|
msgstr "megváltoztatni a korlátot"
|
||||||
|
|
||||||
|
#: plugin.py:95
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\n"
|
||||||
|
"\n"
|
||||||
|
" Sets +m on <channel>, making it so only ops and voiced users can\n"
|
||||||
|
" send messages to the channel. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>]\n"
|
||||||
|
"\n"
|
||||||
|
"<csatorna>-t +m-re állítja, hogy csak operátorok és hanggal rendelkező felhasználók küldhessenek üzeneteket a csatornára. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:102
|
||||||
|
msgid "moderate the channel"
|
||||||
|
msgstr "moderálni a csatornát"
|
||||||
|
|
||||||
|
#: plugin.py:106
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\n"
|
||||||
|
"\n"
|
||||||
|
" Sets -m on <channel>, making it so everyone can\n"
|
||||||
|
" send messages to the channel. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>]\n"
|
||||||
|
"\n"
|
||||||
|
"<csatorna>-t -m-re állítja, hogy mindenki küldhessen üzeneteket a csatornára. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:114
|
||||||
|
msgid "unmoderate the channel"
|
||||||
|
msgstr "kikapcsolni a moderálást a csatornán"
|
||||||
|
|
||||||
|
#: plugin.py:118
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<key>]\n"
|
||||||
|
"\n"
|
||||||
|
" Sets the keyword in <channel> to <key>. If <key> is not given, removes\n"
|
||||||
|
" the keyword requirement to join <channel>. <channel> is only necessary\n"
|
||||||
|
" if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr "[<csatorna>] [<kulcs>]<csatorna> kulcsát <kulcs>-ra állítja. Ha <kulcs> nem meghatározott, eltávolíta a kulcsot <csatorna>-ról. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:130
|
||||||
|
msgid "change the keyword"
|
||||||
|
msgstr "megváltoztatni a kulcsot"
|
||||||
|
|
||||||
|
#: plugin.py:135
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<nick> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will give all the <nick>s\n"
|
||||||
|
" you provide ops. If you don't provide any <nick>s, this will op you.\n"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
||||||
|
" itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<név> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez operátor státuszt ad minden <név>-nek, amit megadtál. Ha nem adsz meg <név>-et, ez neked ad operátor státuszt. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:147
|
||||||
|
msgid "op someone"
|
||||||
|
msgstr "operátor státuszt adni valakinek"
|
||||||
|
|
||||||
|
#: plugin.py:151
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<nick> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,halfop capability, this will give all the\n"
|
||||||
|
" <nick>s you provide halfops. If you don't provide any <nick>s, this\n"
|
||||||
|
" will give you halfops. <channel> is only necessary if the message isn't\n"
|
||||||
|
" sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<név> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,halfop képességgel, ez fél-operátor státuszt ad minden <név>-nek, amit megadtál. Ha nem adsz meg <név>-et, ez neked ad fél-operátor státuszt. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:163
|
||||||
|
msgid "halfop someone"
|
||||||
|
msgstr "fél-operátor státuszt adni valakinek"
|
||||||
|
|
||||||
|
#: plugin.py:168
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<nick> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,voice capability, this will voice all the\n"
|
||||||
|
" <nick>s you provide. If you don't provide any <nick>s, this will\n"
|
||||||
|
" voice you. <channel> is only necessary if the message isn't sent in the\n"
|
||||||
|
" channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<név>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,voice képességgel, ez hangot ad minden megadott <név>-nek. Ha nem adsz meg <név>-et, ez neked ad hangot. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:190
|
||||||
|
msgid "voice someone"
|
||||||
|
msgstr "hangot adni valakinek"
|
||||||
|
|
||||||
|
#: plugin.py:195
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<nick> ...]\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 ""
|
||||||
|
"[<csatorna>] [<név> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez eltávolítja az operátor státuszt minden megadott névről. Ha nincs név megadva, rólad távolítja el az operátor státuszt. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: 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 "Gyáván megtagadom, hogy eltávolítsam magamról az operátor státuszt. Ha el akarod távolítani rólam az operátor státuszt, mondd, hogy adjak operátor státuszt neked, és távolítsd el rólam."
|
||||||
|
|
||||||
|
#: plugin.py:210
|
||||||
|
msgid "deop someone"
|
||||||
|
msgstr "eltávolítani az operátor státuszt valakiről"
|
||||||
|
|
||||||
|
#: plugin.py:215
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<nick> ...]\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 ""
|
||||||
|
"[<csatorna>] [<név> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,halfop képességgel, ez eltávolítja a fél-operátor státuszt minden <név>-ről, amit megadtál. Ha nincs név megadva, ez rólad távolítja el a fél-operátor státuszt. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: 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 "Gyáván megtagadom, hogy eltávolítsam magamról a fél-operátor státuszt. Ha el akarod távolítani rólam az operátor státuszt, mondd, hogy adjak operátor státuszt neked, és távolítsd el rólam a fél-operátor státuszt."
|
||||||
|
|
||||||
|
#: plugin.py:230
|
||||||
|
msgid "dehalfop someone"
|
||||||
|
msgstr "eltávolítani a fél-operátor státuszt valakiről"
|
||||||
|
|
||||||
|
#: plugin.py:235
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<nick> ...]\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 ""
|
||||||
|
"[<csatorna>] [<név> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez eltávolítja a hangot minden <név>-ről, amit megadtál. Ha nincs név megadva, ez rólad távolítja el a hangot.. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: 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 "Gyáván megtagadom, hogy eltávolítsam magamról a hangot. Ha el akarod távolítani rólam a hangot, mondd, hogy adjak operátor státuszt neked, és távolítsd el rólam a hangot."
|
||||||
|
|
||||||
|
#: plugin.py:255
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will cause the bot to\n"
|
||||||
|
" \"cycle\", or PART and then JOIN the channel. <channel> is only necessary\n"
|
||||||
|
" if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ennek hatására a bot kilép majd visszalép a csaotnára. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:268
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <nick>[, <nick>, ...] [<reason>]\n"
|
||||||
|
"\n"
|
||||||
|
" Kicks <nick>(s) from <channel> for <reason>. If <reason> isn't given,\n"
|
||||||
|
" uses the nick of the person making the command as the reason.\n"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
||||||
|
" itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név>[, <név>, ...] [<ok>]\n"
|
||||||
|
"Kirúgja <név>(ek)-et <csatorna>-ról <ok>-ért. Ha <ok> nincs megadva, a parancsot használó ember nevét használja okként. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:276
|
||||||
|
msgid "I cowardly refuse to kick myself."
|
||||||
|
msgstr "Gváván megtagadom, hogy kirúgjam magam."
|
||||||
|
|
||||||
|
#: plugin.py:281
|
||||||
|
msgid "The reason you gave is longer than the allowed length for a KICK reason on this server."
|
||||||
|
msgstr "A megadott ok hosszabb a KICK parancs megengedett hosszúságánál ezen a szerveren."
|
||||||
|
|
||||||
|
#: plugin.py:286
|
||||||
|
msgid "kick someone"
|
||||||
|
msgstr "kirúgni valakit"
|
||||||
|
|
||||||
|
#: plugin.py:292
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [--{exact,nick,user,host}] <nick> [<seconds>] [<reason>]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will kickban <nick> 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. <reason> is a reason to give for\n"
|
||||||
|
" the kick.\n"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
||||||
|
" itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [--{exact,nick,user,host}] <név> [<másodpercek>] [<ok>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez kirúgja és kitiltja <név>-et a megadott időre, vagy (ha 0 másodpercet adsz meg vagy nem adsz meg másodpercet) a végtelenségig tiltja a megadott embert. --exact csak a pontos hosztot tiltja ki; --nick csak a nevet tiltja ki; --user csak a felhasználót tiltja ki, és --host csak a hosztot tiltja ki. Kombinálhatod az opciókat ahogy szeretnéd. <ok> egy ok a kirúgáshoz."
|
||||||
|
|
||||||
|
#: plugin.py:311
|
||||||
|
msgid "I cowardly refuse to kickban myself."
|
||||||
|
msgstr "Gyáván megtagadom, hogy kirúgjam és kitiltsam magam."
|
||||||
|
|
||||||
|
#: plugin.py:318
|
||||||
|
msgid "I haven't seen %s."
|
||||||
|
msgstr "Nem láttam %s-t."
|
||||||
|
|
||||||
|
#: plugin.py:326
|
||||||
|
msgid "I cowardly refuse to ban myself."
|
||||||
|
msgstr "Gyáván megtagadom, hogy kitiltsam magam."
|
||||||
|
|
||||||
|
#: plugin.py:352
|
||||||
|
msgid "%s has %s too, you can't ban him/her/it."
|
||||||
|
msgstr "%s-nek is van %s, nem tilthatod ki őt."
|
||||||
|
|
||||||
|
#: plugin.py:364
|
||||||
|
msgid "kick or ban someone"
|
||||||
|
msgstr "kirúgni vagy kitiltani valakit"
|
||||||
|
|
||||||
|
#: plugin.py:371
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<hostmask>]\n"
|
||||||
|
"\n"
|
||||||
|
" Unbans <hostmask> on <channel>. If <hostmask> is not given, unbans\n"
|
||||||
|
" any hostmask currently banned on <channel> that matches your current\n"
|
||||||
|
" hostmask. Especially useful for unbanning yourself when you get\n"
|
||||||
|
" unexpectedly (or accidentally) banned from the channel. <channel> is\n"
|
||||||
|
" only necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<hoszt>]\n"
|
||||||
|
"\n"
|
||||||
|
"Eltávolítja a tiltást <hoszt>-ról <csatorna>-ban. Ha <hoszt> nincs megadva, az összes tiltást eltávolítja <csatorna>-ról, ami illeszkedik rád. Főleg akkor hasznos, hogy eltávolítsd a tiltást magadról, ha váratlanul (vagy véletlenül) ki lettél tiltva a csatornáról. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:388
|
||||||
|
msgid "All bans on %s matching %s have been removed."
|
||||||
|
msgstr "Minden tiltás %s-ban, ami illeszkedik %s-ra el lett távolítva."
|
||||||
|
|
||||||
|
#: plugin.py:392
|
||||||
|
msgid "No bans matching %s were found on %s."
|
||||||
|
msgstr "Nem található %s-ra illeszkedő tiltás %s-ban."
|
||||||
|
|
||||||
|
#: plugin.py:395
|
||||||
|
msgid "unban someone"
|
||||||
|
msgstr "eltávolítani a tiltást valakiről"
|
||||||
|
|
||||||
|
#: plugin.py:400
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <nick>\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will invite <nick>\n"
|
||||||
|
" to join <channel>. <channel> is only necessary if the message isn't\n"
|
||||||
|
" sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna> <név>\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, meghívja <név>-et <csatorna>-ra. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:409
|
||||||
|
msgid "invite someone"
|
||||||
|
msgstr "meghívni valakit"
|
||||||
|
|
||||||
|
#: plugin.py:428
|
||||||
|
msgid "%s is already in %s."
|
||||||
|
msgstr "%s már %s-ban van."
|
||||||
|
|
||||||
|
#: plugin.py:435
|
||||||
|
msgid "There is no %s on this network."
|
||||||
|
msgstr "Nincs %s ezen a hálózaton."
|
||||||
|
|
||||||
|
#: plugin.py:447
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\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. <channel> is only necessary if the message isn't sent in\n"
|
||||||
|
" the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez \"némítja\" a botot, ezzel némáva teszi azt és nem fog válaszolni a csatornában végrehajtott kérésekre. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:462
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\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"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
||||||
|
" itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez megszünteti a bot némítását, így az újra válaszol a csatornában vérgehajtott kérésekre. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:477
|
||||||
|
msgid ""
|
||||||
|
"takes no arguments\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the channels in which this bot is lobotomized.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"paraméter nélküli\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a csatornákat, ahol a bot némítva van."
|
||||||
|
|
||||||
|
#: plugin.py:492
|
||||||
|
msgid "I'm currently lobotomized in %L."
|
||||||
|
msgstr "Jelenleg némítva vagyok %L-ban."
|
||||||
|
|
||||||
|
#: plugin.py:495
|
||||||
|
msgid "I'm not currently lobotomized in any channels that you're in."
|
||||||
|
msgstr "Jelenleg nem vagyok némítva egy csatornában sem, ahol vagy."
|
||||||
|
|
||||||
|
#: plugin.py:502
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <nick|hostmask> [<expires>]\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"
|
||||||
|
" <hostmask> (or the current hostmask associated with <nick>. Other\n"
|
||||||
|
" plugins may enforce this ban by actually banning users with\n"
|
||||||
|
" matching hostmasks when they join. <expires> 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"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the\n"
|
||||||
|
" channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név|hoszt> [<lejár>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez megtiltja <hoszt>-nak (vagy <nick> jelenlegi hosztjának), hogy a botot használja a csatornában. Más bővítmények kényszeríthetik a tiltást azzal, hogy kitiltják a felhasználókat, akikre illeszkedik a hoszt amikor belépnek. <lejár> egy nem kötelező paaméter, meghatározza, hogy mikor (hány \"másodperc múlva\") járjon le a tiltás; ha nincs megadva, a tiltás soha nem fog automatikusan lejárni. <csatorna> csak akkor szükséges, ha az üzenet nem a csaotnában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:522
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <hostmask>\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will remove the\n"
|
||||||
|
" persistent ban on <hostmask>. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <hoszt>\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez eltávolítja a tiltást <hoszt>-ról. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:534
|
||||||
|
msgid "There are no persistent bans for that hostmask."
|
||||||
|
msgstr "Nincsenek tiltások erre a hosztra."
|
||||||
|
|
||||||
|
#: plugin.py:539
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will show you the\n"
|
||||||
|
" current persistent bans on #channel.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez megmutatja neked a jelenlegi tiltásokat <csatorna>-n."
|
||||||
|
|
||||||
|
#: plugin.py:549
|
||||||
|
msgid "%q (expires %t)"
|
||||||
|
msgstr "%q (lejár %t)"
|
||||||
|
|
||||||
|
#: plugin.py:552
|
||||||
|
msgid "%q (never expires)"
|
||||||
|
msgstr "%q (soha nem jár le)"
|
||||||
|
|
||||||
|
#: plugin.py:556
|
||||||
|
msgid "There are no persistent bans on %s."
|
||||||
|
msgstr "Nincsenek tiltások %s-on."
|
||||||
|
|
||||||
|
#: plugin.py:563
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <nick|hostmask> [<expires>]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will set a persistent\n"
|
||||||
|
" ignore on <hostmask> or the hostmask currently\n"
|
||||||
|
" associated with <nick>. <expires> 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"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the\n"
|
||||||
|
" channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név|hoszt> [<lejár>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez mellőzi <hoszt>-ot vagy <név> jelenlegi hosztját. <lejár> egy nem kötelező paraméter, meghatározza, hogy mikor (hány \"másodperc múlva\" járjon le a mellőzés; ha nincs megadva, a mellőzés soha nem fog automatikusan lejárni. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:581
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <hostmask>\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will remove the\n"
|
||||||
|
" persistent ignore on <hostmask> in the channel. <channel> is only\n"
|
||||||
|
" necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <hoszt>\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez eltávolítja a mellőzést <hoszt>-ról a csatornában. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:593
|
||||||
|
msgid "There are no ignores for that hostmask."
|
||||||
|
msgstr "Nincsenek mellőzések erre a hosztra."
|
||||||
|
|
||||||
|
#: plugin.py:598
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\n"
|
||||||
|
"\n"
|
||||||
|
" Lists the hostmasks that the bot is ignoring on the given channel.\n"
|
||||||
|
" <channel> is only necessary if the message isn't sent in the\n"
|
||||||
|
" channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a hosztokat, amelyeket a bot mellőz a megadott csatornában. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:607
|
||||||
|
msgid "I'm not currently ignoring any hostmasks in %q"
|
||||||
|
msgstr "Nem mellőzők egy hosztot sem %q-ban."
|
||||||
|
|
||||||
|
#: plugin.py:618
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <nick|username> <capability> [<capability> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will give the user\n"
|
||||||
|
" <name> (or the user to whom <nick> maps)\n"
|
||||||
|
" the capability <capability> in the channel. <channel> is only\n"
|
||||||
|
" necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név|felhasználónév> <képesség> [<képesség> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez <felhasználónév> felhasználónak (vagy <név> felhasználójának) a <képesség> képességet a csatornában. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
#: plugin.py:634
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <name|hostmask> <capability> [<capability> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will take from the\n"
|
||||||
|
" user currently identified as <name> (or the user to whom <hostmask>\n"
|
||||||
|
" maps) the capability <capability> in the channel. <channel> is only\n"
|
||||||
|
" necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név|hoszt> <képesség> [<képesség> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez eltávolítja a jelenleg <név>-ként bejelentkezett felhasználóról (vagy a felhasználóról, akire <hoszt> illeszkedik) a <képesség> képességet a csatornában. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:653
|
||||||
|
msgid "That user didn't have the %L %s."
|
||||||
|
msgstr "A felhasználónak nem volt a(z) %L %s."
|
||||||
|
|
||||||
|
#: plugin.py:662
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] {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. <channel> is only necessary\n"
|
||||||
|
" if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] {True|False}\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez az alapértelmezett választ a nem erővel kapcsolatos (vagyis nem {op, halfop, voice}) képességeket a megadott értékre állítja. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:680
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <capability> [<capability> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will add the channel\n"
|
||||||
|
" capability <capability> for all users in the channel. <channel> is\n"
|
||||||
|
" only necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <képesség> [<képesség> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez hozzáadja <képesség>-et a csatorna képességeihez. <csatorna> csak akkor szükséges, ha az üzenet nem, a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:695
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <capability> [<capability> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will unset the channel\n"
|
||||||
|
" capability <capability> so each user's specific capability or the\n"
|
||||||
|
" channel default capability will take precedence. <channel> is only\n"
|
||||||
|
" necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <képesség> [<képesség> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez eltávolítja a csatorna <képesség> képességét, így a felhasználók saját képességei vagy a csatorna alapértelmezett képességei lesznek előnyben. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:711
|
||||||
|
msgid "capability"
|
||||||
|
msgstr "képesség"
|
||||||
|
|
||||||
|
#: plugin.py:714
|
||||||
|
msgid "I do not know about the %L %s."
|
||||||
|
msgstr "Nem tudok a %L %s-ról."
|
||||||
|
|
||||||
|
#: plugin.py:721
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the capabilities present on the <channel>. <channel> is\n"
|
||||||
|
" only necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>]\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja <csatorna> képességeit. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:733
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<plugin>] [<command>]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will disable the <command>\n"
|
||||||
|
" in <channel>. If <plugin> is provided, <command> will be disabled only\n"
|
||||||
|
" for that plugin. If only <plugin> is provided, all commands in the\n"
|
||||||
|
" given plugin will be disabled. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<bővítmény>] [<parancs>\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez letiltja <parancs>-ot <csatorna>-ban. Ha <bővítmény> meg van adva, <parancs> csak a megadott bővítményben lesz letiltva. Ha csak <bővítmény> van megadva, minden parancs le lesz tiltva a megadott bővítményben. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:749
|
||||||
|
#: plugin.py:788
|
||||||
|
msgid "The %s plugin does not have a command called %s."
|
||||||
|
msgstr "A %s bővítménynek nincs %s nevű parancsa."
|
||||||
|
|
||||||
|
#: plugin.py:756
|
||||||
|
#: plugin.py:795
|
||||||
|
msgid "No plugin or command named %s could be found."
|
||||||
|
msgstr "Nem található bővítmény vagy parancs %s néven."
|
||||||
|
|
||||||
|
#: plugin.py:772
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [<plugin>] [<command>]\n"
|
||||||
|
"\n"
|
||||||
|
" If you have the #channel,op capability, this will enable the <command>\n"
|
||||||
|
" in <channel> if it has been disabled. If <plugin> is provided,\n"
|
||||||
|
" <command> will be enabled only for that plugin. If only <plugin> is\n"
|
||||||
|
" provided, all commands in the given plugin will be enabled. <channel>\n"
|
||||||
|
" is only necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<bővítmény>] [<parancs>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,op képességgel, ez engedélyezi <parancs>-ot <csatorna>-ban ha le lett tiltva. Ha <bővítmény> meg van adva, <parancs> csak a megadott bővítményben lesz engedélyezve."
|
||||||
|
|
||||||
|
#: plugin.py:809
|
||||||
|
msgid "%s was not disabled."
|
||||||
|
msgstr "%s nem volt letiltva."
|
||||||
|
|
||||||
|
#: plugin.py:818
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] [--count]\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the nicks in <channel>. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself. Returns only the number of\n"
|
||||||
|
" nicks if --count option is provided.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [--count]\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a neveket <csatorna>-ban. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve. Ha a --count opció meg van adva, csak a nevek számát írja ki."
|
||||||
|
|
||||||
|
#: plugin.py:830
|
||||||
|
msgid "You don't have access to that information."
|
||||||
|
msgstr "Nincs hozzáférésed ehhez az információhoz."
|
||||||
|
|
||||||
|
#: plugin.py:843
|
||||||
|
msgid ""
|
||||||
|
"Internal message for notifying all the #channel,ops in a channel of\n"
|
||||||
|
" a given situation."
|
||||||
|
msgstr "Belső üzenet #csatorna,op-ok értesítésére egy adott szituációban."
|
||||||
|
|
||||||
|
#: plugin.py:846
|
||||||
|
msgid "Alert to all %s ops: %s"
|
||||||
|
msgstr "Riasztás minden %s operátornak: %s"
|
||||||
|
|
||||||
|
#: plugin.py:848
|
||||||
|
msgid " (from %s)"
|
||||||
|
msgstr "(%s-tól)"
|
||||||
|
|
||||||
|
#: plugin.py:856
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <text>\n"
|
||||||
|
"\n"
|
||||||
|
" Sends <text> to all the users in <channel> who have the <channel>,op\n"
|
||||||
|
" capability.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] [<név> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha rendelkezel a #csatorna,halfop képességgel, ez fél-operátor státuszt ad minden <név>-nek, amit megadsz. Ha nem adsz meg <név>-et, ez neked ad fél-operátor státuszt. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
166
plugins/Config/locale/hu.po
Normal file
166
plugins/Config/locale/hu.po
Normal file
@ -0,0 +1,166 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR ORGANIZATION
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Limnoria Config\n"
|
||||||
|
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
||||||
|
"PO-Revision-Date: 2011-07-30 22:16+0100\n"
|
||||||
|
"Last-Translator: nyuszika7h <litemininyuszika@gmail.com>\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"
|
||||||
|
|
||||||
|
|
||||||
|
#: plugin.py:103
|
||||||
|
msgid "configuration variable"
|
||||||
|
msgstr "konfigurációs változó"
|
||||||
|
|
||||||
|
#: plugin.py:109
|
||||||
|
msgid "settable configuration variable"
|
||||||
|
msgstr "beállítható konfigurációs változó"
|
||||||
|
|
||||||
|
#: plugin.py:136
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<group>\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the configuration variables available under the given\n"
|
||||||
|
" configuration <group>. If a variable has values under it, it is\n"
|
||||||
|
" preceded by an '@' sign. If a variable is a 'ChannelValue', that is,\n"
|
||||||
|
" it can be separately configured for each channel using the 'channel'\n"
|
||||||
|
" command in this plugin, it is preceded by an '#' sign.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<csoport>\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a megadott konfigurációs <csoport> alatt elérhető konfigurációs változókat. Ha egy változó alatt vannak értékek, megelőzi egy '@' jel. Ha egy változó egy 'ChannelValue', tehát külön konfigurálható mindegyik csatornához a 'channel' parancs használatával ebben a bővítményben, megelőzi egy '#' jel."
|
||||||
|
|
||||||
|
#: plugin.py:148
|
||||||
|
msgid "There don't seem to be any values in %s."
|
||||||
|
msgstr "Nincs semmilyen érték %s-ban."
|
||||||
|
|
||||||
|
#: plugin.py:154
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<word>\n"
|
||||||
|
"\n"
|
||||||
|
" Searches for <word> in the current configuration variables.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<szó>\n"
|
||||||
|
"\n"
|
||||||
|
"<szó>-ra keres az aktuális konfigurációs változók között."
|
||||||
|
|
||||||
|
|
||||||
|
#: plugin.py:167
|
||||||
|
msgid "There were no matching configuration variables."
|
||||||
|
msgstr "Nincsenek illeszkedő konfigurációs változók."
|
||||||
|
|
||||||
|
#: plugin.py:174
|
||||||
|
msgid "Global: %s; %s: %s"
|
||||||
|
msgstr "Globális: %s; %s: %s"
|
||||||
|
|
||||||
|
#: plugin.py:185
|
||||||
|
msgid "That registry variable has no value. Use the list command in this plugin to see what variables are available in this group."
|
||||||
|
msgstr "Ennek az adatbázis-bejegyzésnek nincs értéke. Használd a list parancsot ebben a bővítményben, hogy lásd, milyen változók érhetők el ebben a csoportban."
|
||||||
|
|
||||||
|
#: plugin.py:200
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <name> [<value>]\n"
|
||||||
|
"\n"
|
||||||
|
" If <value> is given, sets the channel configuration variable for <name>\n"
|
||||||
|
" to <value> for <channel>. Otherwise, returns the current channel\n"
|
||||||
|
" configuration value of <name>. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself."
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név> [<érték>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha <érték> meg van adva, a csatorna <név> konfigurációs változóját <érték>-re állítja <csatorna>-ban. Egyébként kiírja a jelenlegi csatorna <név> konfigurációs változáját. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:207
|
||||||
|
msgid "That configuration variable is not a channel-specific configuration variable."
|
||||||
|
msgstr "Ez a konfigurációs változó nem egy csatorna-függő konfigurációs változó."
|
||||||
|
|
||||||
|
#: plugin.py:220
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<name> [<value>]\n"
|
||||||
|
"\n"
|
||||||
|
" If <value> is given, sets the value of <name> to <value>. Otherwise,\n"
|
||||||
|
" returns the current value of <name>. You may omit the leading\n"
|
||||||
|
" \"supybot.\" in the name if you so choose.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<név> [<érték>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha <érték> meg van adva, <név> értékét <érték>-re állítja. Egyébként kiírja <név> jelenlegi értékét. Kihagyhatod a megelőző \"supybot.\"-ot a névből, ha úgy szeretnéd."
|
||||||
|
|
||||||
|
#: plugin.py:234
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<name>\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the description of the configuration variable <name>.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<név>\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a <név> konfigurációs változó leírását."
|
||||||
|
|
||||||
|
#: plugin.py:242
|
||||||
|
msgid " (Current value: %s)"
|
||||||
|
msgstr " (Jelenlegi érték: %s)"
|
||||||
|
|
||||||
|
#: plugin.py:245
|
||||||
|
msgid "That configuration group exists, but seems to have no help. Try \"config list %s\" to see if it has any children values."
|
||||||
|
msgstr "Ez a konfigurációs csoport létezik, de úgy tűnik, nincs segítsége. Próbáld meg a \"config list %s\"-t, hogy lásd, vannak-e gyerek értékei."
|
||||||
|
|
||||||
|
#: plugin.py:249
|
||||||
|
msgid "%s has no help."
|
||||||
|
msgstr "%s-nak nincs segítsége."
|
||||||
|
|
||||||
|
#: plugin.py:254
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<name>\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the default value of the configuration variable <name>.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<név>\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a <név> konfigurációs változó alapértelmezett értékét."
|
||||||
|
|
||||||
|
#: plugin.py:264
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"takes no arguments\n"
|
||||||
|
"\n"
|
||||||
|
" Reloads the various configuration files (user database, channel\n"
|
||||||
|
" database, registry, etc.).\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"paraméter nélküli\n"
|
||||||
|
"\n"
|
||||||
|
"Újratölti a különféle konfigurációs fájlokat (felhasználó-adatbázis, csatorna-adatbázis, beállításjegyzék stb.)."
|
||||||
|
|
||||||
|
#: plugin.py:275
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<filename>\n"
|
||||||
|
"\n"
|
||||||
|
" Exports the public variables of your configuration to <filename>.\n"
|
||||||
|
" If you want to show someone your configuration file, but you don't\n"
|
||||||
|
" want that person to be able to see things like passwords, etc., this\n"
|
||||||
|
" command will export a \"sanitized\" configuration file suitable for\n"
|
||||||
|
" showing publicly.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<fájlnév>\n"
|
||||||
|
"\n"
|
||||||
|
"Exportálja a konfigurációd publikus változóit <fájlnév>-be. Ha meg szeretnéd mutatni valakinek a konfigurációs fájlodat, de nem szeretnéd, hogy az az ember láthassa az olyan dolgokat mint jelszavak stb., ez a parancs egy \"higiénikus\" konfigurációs fájlt exportál, ami megfelelő nyilvános megmutatásra."
|
271
plugins/Misc/locale/hu.po
Normal file
271
plugins/Misc/locale/hu.po
Normal file
@ -0,0 +1,271 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR ORGANIZATION
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Limnoria Misc\n"
|
||||||
|
"POT-Creation-Date: 2011-07-10 18:59+CEST\n"
|
||||||
|
"PO-Revision-Date: 2011-07-30 23:41+CEST\n"
|
||||||
|
"Last-Translator: nyuszika7h <litemininyuszika@gmail.com>\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 whether the bot will list private\n"
|
||||||
|
" plugins with the list command if given the --private switch. If this is\n"
|
||||||
|
" disabled, non-owner users should be unable to see what private plugins\n"
|
||||||
|
" are loaded."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy a bot listázza-e a privát bővítményeket a list paranccsal, ha a --private kapcsoló meg van adva. Ha ez le van tiltva, a tulajdonoson kívül más felhasználók nem láthatják, hogy milyen privát bővítmények vannak betöltve."
|
||||||
|
|
||||||
|
|
||||||
|
#: config.py:50
|
||||||
|
msgid ""
|
||||||
|
"Determines the format string for\n"
|
||||||
|
" timestamps in the Misc.last command. Refer to the Python documentation\n"
|
||||||
|
" for the time module to see what formats are accepted. If you set this\n"
|
||||||
|
" variable to the empty string, the timestamp will not be shown."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza az időbélyegek formátumát a Misc.last parancsban. Hivatkozz a Python dokumentációra a time modulhoz, hogy lásd, milyen formátumok fogadhatók el. Ha üres karakterláncra állítód ezt a változót, az időbélyegző nem lesz megjelenítve."
|
||||||
|
|
||||||
|
#: config.py:57
|
||||||
|
msgid ""
|
||||||
|
"Determines whether or not\n"
|
||||||
|
" the timestamp will be included in the output of last when it is part of a\n"
|
||||||
|
" nested command"
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy a last kimenete tartalmazza-e az időbélyegzőt, ha az egy beágyazott parancs része."
|
||||||
|
|
||||||
|
#: config.py:61
|
||||||
|
msgid ""
|
||||||
|
"Determines whether or not the\n"
|
||||||
|
" nick will be included in the output of last when it is part of a nested\n"
|
||||||
|
" command"
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy a last kimenete tartalmazza-e a nevet, ha az egy beágyazott parancs része."
|
||||||
|
|
||||||
|
#: plugin.py:81
|
||||||
|
msgid "You've given me %s invalid commands within the last minute; I'm now ignoring you for %s."
|
||||||
|
msgstr "%s érvénytelen parancsot adtál nekem az utolsó percben; most mellőzlek %s-ig."
|
||||||
|
|
||||||
|
#: plugin.py:93
|
||||||
|
msgid "The %q plugin is loaded, but there is no command named %q in it. Try \"list %s\" to see the commands in the %q plugin."
|
||||||
|
msgstr "A %q bővítmény be van töltve, de nincs benne parancs %q névvel. Próbáld meg a \"list %s\"-t, hogy lásd a parancsokat a %q bővítményben."
|
||||||
|
|
||||||
|
#: plugin.py:119
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[--private] [<plugin>]\n"
|
||||||
|
"\n"
|
||||||
|
" Lists the commands available in the given plugin. If no plugin is\n"
|
||||||
|
" given, lists the public plugins available. If --private is given,\n"
|
||||||
|
" lists the private plugins.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[--private] [<bővítmény>]\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja az elérhető parancsokat a megadott bővítményben. Ha nincs megadva bővítmény, kiírja az elérhető publikus bővítményeket. Ha --private meg van adva, kiírja a privát bővítményeket."
|
||||||
|
|
||||||
|
#: plugin.py:144
|
||||||
|
msgid "There are no private plugins."
|
||||||
|
msgstr "Nincsenek privát bővítmények."
|
||||||
|
|
||||||
|
#: plugin.py:146
|
||||||
|
msgid "There are no public plugins."
|
||||||
|
msgstr "Nincsenek publikus bővítmények."
|
||||||
|
|
||||||
|
#: plugin.py:153
|
||||||
|
msgid "That plugin exists, but has no commands. This probably means that it has some configuration variables that can be changed in order to modify its behavior. Try \"config list supybot.plugins.%s\" to see what configuration variables it has."
|
||||||
|
msgstr "Ez a bővítmény létezik, de nincsenek parancsai. Ez valószínűleg azt jelenti, hogy van néhány konfigurációs változója, ami megváltoztatható, hogy módosítsd a viselkedését. Próbáld meg a \"config list supybot.plugins.%s\"-t, hogy lásd, milyen konfigurációs változói vannak."
|
||||||
|
|
||||||
|
#: plugin.py:164
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<string>\n"
|
||||||
|
"\n"
|
||||||
|
" Searches for <string> in the commands currently offered by the bot,\n"
|
||||||
|
" returning a list of the commands containing that string.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<karakterlánc>\n"
|
||||||
|
"\n"
|
||||||
|
"<karakterlánc>-ra keres a parancsokban, amelyeket a bot kínál, és kiírja a parancsokat, amelyek tartalmazzák a karakterláncot."
|
||||||
|
|
||||||
|
#: plugin.py:183
|
||||||
|
msgid "No appropriate commands were found."
|
||||||
|
msgstr "Nem található megfelelő parancs."
|
||||||
|
|
||||||
|
#: plugin.py:188
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[<plugin>] [<command>]\n"
|
||||||
|
"\n"
|
||||||
|
" This command gives a useful description of what <command> does.\n"
|
||||||
|
" <plugin> is only necessary if the command is in more than one plugin.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<bővítmény>] [<parancs>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ez a parancs egy hasznos leírást ad arról, hogy mit csinál <parancs>. <bővítmény> csak akkor szükséges, ha a parancs egynél több bővítményben van."
|
||||||
|
|
||||||
|
#: plugin.py:198
|
||||||
|
msgid "That command exists in the %L plugins. Please specify exactly which plugin command you want help with."
|
||||||
|
msgstr "Ez a parancs a(z) %L bővítményekben létezik. Kérlek pontosan határozd meg, hogy melyik bővítmény parancsának akarod látni a segítségét."
|
||||||
|
|
||||||
|
#: plugin.py:205
|
||||||
|
msgid "There is no command %q."
|
||||||
|
msgstr "Nincs %q parancs."
|
||||||
|
|
||||||
|
#: plugin.py:211
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"takes no arguments\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the version of the current bot.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"paraméter nélküli\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a bot verzióját."
|
||||||
|
|
||||||
|
#: plugin.py:225
|
||||||
|
msgid "The newest versions available online are %s."
|
||||||
|
msgstr "A legújabb elérhető verziók az interneten: %s."
|
||||||
|
|
||||||
|
#: plugin.py:226
|
||||||
|
msgid "%s (in %s)"
|
||||||
|
msgstr "%s (%s-ban)"
|
||||||
|
|
||||||
|
#: plugin.py:230
|
||||||
|
msgid "I couldn't fetch the newest version from the Limnoria repository."
|
||||||
|
msgstr "Nem tudtam lekérdezni a legújabb verziót a Limnoria gyűjteményből."
|
||||||
|
|
||||||
|
#: plugin.py:232
|
||||||
|
msgid "The current (running) version of this Supybot is %s. %s"
|
||||||
|
msgstr "Az aktuális (futó) verziója ennek a Supybot-nak %s. %s"
|
||||||
|
|
||||||
|
#: plugin.py:239
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"takes no arguments\n"
|
||||||
|
"\n"
|
||||||
|
" Returns a URL saying where to get Supybot.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"paraméter nélküli"
|
||||||
|
"\n"
|
||||||
|
"Kiír egy linket, ami megmondja, honnan lehet a Supybot-ot megszerezni."
|
||||||
|
|
||||||
|
#: plugin.py:243
|
||||||
|
msgid "My source is at https://github.com/ProgVal/Limnoria"
|
||||||
|
msgstr "A forrásom https://github.com/ProgVal/Limnoria -ban van."
|
||||||
|
|
||||||
|
#: plugin.py:248
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[<nick>]\n"
|
||||||
|
"\n"
|
||||||
|
" If the last command was truncated due to IRC message length\n"
|
||||||
|
" limitations, returns the next chunk of the result of the last command.\n"
|
||||||
|
" If <nick> is given, it takes the continuation of the last command from\n"
|
||||||
|
" <nick> instead of the person sending this message.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<név>]\n"
|
||||||
|
"\n"
|
||||||
|
"Ha a legutóbbi parancs le volt rövidítve az IRC üzenethosszúság-korlátai miatt, kiírja a következő részét az utolsó parancs eredményének. Ha <név> meg van adva, <név> utolsó parancsának a folytatását írja ki."
|
||||||
|
|
||||||
|
#: plugin.py:262
|
||||||
|
msgid "%s has no public mores."
|
||||||
|
msgstr "%s-nek nincsenek publikus folytatásai."
|
||||||
|
|
||||||
|
#: plugin.py:265
|
||||||
|
msgid "Sorry, I can't find any mores for %s"
|
||||||
|
msgstr "Sajnálom, nem találok folytatásokat %s-hoz."
|
||||||
|
|
||||||
|
#: plugin.py:272
|
||||||
|
msgid "more message"
|
||||||
|
msgstr "eggyel több üzenet"
|
||||||
|
|
||||||
|
#: plugin.py:274
|
||||||
|
msgid "more messages"
|
||||||
|
msgstr "több üzenet"
|
||||||
|
|
||||||
|
#: plugin.py:278
|
||||||
|
msgid "You haven't asked me a command; perhaps you want to see someone else's more. To do so, call this command with that person's nick."
|
||||||
|
msgstr "Nem adtál nekem parancsot; talán valaki más folyatását szeretnéd látni. Ha ezt szeretnéd tenni, hívd meg ezt a parancsot az adott ember nevével."
|
||||||
|
|
||||||
|
#: plugin.py:282
|
||||||
|
msgid "That's all, there is no more."
|
||||||
|
msgstr "Ez minden, nincs több."
|
||||||
|
|
||||||
|
#: plugin.py:292
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[--{from,in,on,with,without,regexp} <value>] [--nolimit]\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the last message matching the given criteria. --from requires\n"
|
||||||
|
" a nick from whom the message came; --in requires a channel the message\n"
|
||||||
|
" was sent to; --on requires a network the message was sent on; --with\n"
|
||||||
|
" requires some string that had to be in the message; --regexp requires\n"
|
||||||
|
" a regular expression the message must match; --nolimit returns all\n"
|
||||||
|
" the messages that can be found. By default, the channel this command is\n"
|
||||||
|
" given in is searched.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[--{from,in,on,with,without,regexp} <érték>] [--nolimit]\n"
|
||||||
|
"Kiírja a legutolsó üzenetet, amire illeszkedik a megadott kritérium. --from kér egy nevet, akitől az üzenet jött; --in kér egy csatornát, ahová az üzenet lett küldve; --on kér egy hálózatpt, amelyen az üzenet lett küldve; --with kér egy karakterlánc aminek az üzenetben kellett lennie; --regexp kér egy szabályos kifejezést, amelyre az üzenetnek illeszkednie kell; --nolimit kiírja az összes talált üzenetet. Alapértelmezésben abban a csatornában keres, ahol ez a parancs végre lett hajtva."
|
||||||
|
|
||||||
|
#: plugin.py:386
|
||||||
|
msgid "I couldn't find a message matching that criteria in my history of %s messages."
|
||||||
|
msgstr "Nem találtam a kritériumra illeszkedő üzenetet a(z) %s üzenetes előzményeimben."
|
||||||
|
|
||||||
|
#: plugin.py:401
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<nick> <text>\n"
|
||||||
|
"\n"
|
||||||
|
" Tells the <nick> whatever <text> is. Use nested commands to your\n"
|
||||||
|
" benefit here.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<név> <szöveg>"
|
||||||
|
"Megmondja <név>-nek szöveget. Itt az előnyödre használhatod a beágyazott parancsokat."
|
||||||
|
|
||||||
|
#: plugin.py:409
|
||||||
|
msgid "Dude, just give the command. No need for the tell."
|
||||||
|
msgstr "Haver, csak add meg a parancsot. Nem kell mondani."
|
||||||
|
|
||||||
|
#: plugin.py:414
|
||||||
|
msgid "You just told me, why should I tell myself?"
|
||||||
|
msgstr "Most mondtad el nekem, miért mondjam el magamnak?"
|
||||||
|
|
||||||
|
#: plugin.py:419
|
||||||
|
msgid "I haven't seen %s, I'll let you do the telling."
|
||||||
|
msgstr "Nem láttam %s-t, rád hagyom a mondást."
|
||||||
|
|
||||||
|
#: plugin.py:424
|
||||||
|
msgid "%s wants me to tell you: %s"
|
||||||
|
msgstr "%s szeretné, hogy megmondjam neked: %s"
|
||||||
|
|
||||||
|
#: plugin.py:430
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"takes no arguments\n"
|
||||||
|
"\n"
|
||||||
|
" Checks to see if the bot is alive.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"paraméter nélküli\n"
|
||||||
|
"\n"
|
||||||
|
"Ellenőrzi, hogy a bot él-e."
|
||||||
|
|
||||||
|
#: plugin.py:434
|
||||||
|
msgid "pong"
|
||||||
|
msgstr "pong"
|
204
plugins/RSS/locale/hu.po
Normal file
204
plugins/RSS/locale/hu.po
Normal file
@ -0,0 +1,204 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR ORGANIZATION
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Limnoria RSS\n"
|
||||||
|
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
||||||
|
"PO-Revision-Date: 2011-07-30 23:47+CEST\n"
|
||||||
|
"Last-Translator: nyuszika7h <litemininyuszika@gmail.com>\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:50
|
||||||
|
msgid ""
|
||||||
|
"Determines whether the bot will bold the title of the feed when\n"
|
||||||
|
" it announces new news."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy a bot félkövér betűvel írja-e ki a hírcsatorna címét, amikor bejelenti az új híreket."
|
||||||
|
|
||||||
|
#: config.py:53
|
||||||
|
msgid ""
|
||||||
|
"Determines what string is\n"
|
||||||
|
" used to separate headlines in new feeds."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy milyen karakterlánc használt a főcímek elválasztására az új hírcsatornákban."
|
||||||
|
|
||||||
|
#: config.py:56
|
||||||
|
msgid ""
|
||||||
|
"Determines what\n"
|
||||||
|
" prefix is prepended (if any) to the new news item announcements made in the\n"
|
||||||
|
" channel."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy milyen előtag (ha van ilyen) legyen a csatornában bejelentett új hírek előtt."
|
||||||
|
|
||||||
|
#: config.py:60
|
||||||
|
msgid ""
|
||||||
|
"Determines which RSS feeds\n"
|
||||||
|
" should be announced in the channel; valid input is a list of strings\n"
|
||||||
|
" (either registered RSS feeds or RSS feed URLs) separated by spaces."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy melyik RSS hírcsatornák legyenek bejelentve a csatornában; az érvényes bemenet: karakterláncok (regisztrált RSS hírcsatornák vagy RSS hírcsatorna hivatkozások) szóközzel elválasztott listája."
|
||||||
|
|
||||||
|
#: config.py:64
|
||||||
|
msgid ""
|
||||||
|
"Indicates how many seconds the bot will\n"
|
||||||
|
" wait between retrieving RSS feeds; requests made within this period will\n"
|
||||||
|
" return cached results."
|
||||||
|
msgstr ""
|
||||||
|
"Azt jelzi, hány másodpercet vár a bot az RSS hírcsatornák letöltése között; az ebben az időszakban végrehajtott kérések gyorsítótárazott eredményeket adnak vissza."
|
||||||
|
|
||||||
|
#: config.py:68
|
||||||
|
msgid ""
|
||||||
|
"Determines what feeds should be accessible as\n"
|
||||||
|
" commands."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy melyik hírcsatornák legyenek elérhetők parancsokként."
|
||||||
|
|
||||||
|
#: config.py:71
|
||||||
|
msgid ""
|
||||||
|
"Determines whether the bot will list the hivatkozás\n"
|
||||||
|
" along with the title of the feed when the rss command is called.\n"
|
||||||
|
" supybot.plugins.RSS.announce.showhivatkozáss affects whether links will be\n"
|
||||||
|
" listed when a feed is automatically announced."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy a bot kiírja-e a hírcsatorna hivatkozását a címmel együtt az rss command meghívásakor. A supybot.plugins.RSS.announce.showLinks befolyásolja, hogy a linkek ki legyenek-e írva, amikor egy hírcsatorna automatikusan be van jelentve."
|
||||||
|
|
||||||
|
#: config.py:84
|
||||||
|
msgid ""
|
||||||
|
"Determines whether the bot will list the hivatkozás\n"
|
||||||
|
" along with the title of the feed when a feed is automatically\n"
|
||||||
|
" announced."
|
||||||
|
msgstr ""
|
||||||
|
"Meghatározza, hogy a bot kiírja-e a hírcsatorna hivatkozását a címmel együtt amikor egy hírcsatorna automatikusan be van jelentve."
|
||||||
|
|
||||||
|
#: plugin.py:62
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"This plugin is useful both for announcing updates to RSS feeds in a\n"
|
||||||
|
" channel, and for retrieving the headlines of RSS feeds via command. Use\n"
|
||||||
|
" the \"add\" command to add feeds to this plugin, and use the \"announce\"\n"
|
||||||
|
" command to determine what feeds should be announced in a given channel."
|
||||||
|
msgstr ""
|
||||||
|
"Ez a bővítmény hasznos mind az RSS hírcsatornák frissítéseinek bejelentésére egy csatornában, és az RSS hírcsatornák főhivatkozásainek letöltésére egy parancssal. Használd az \"add\" parancsot hírcsatornák hozzáadásához, és használd az \"announce\" parancsot, hogy meghatározd, milyen hírcsatornák legyenek bejelentve a megadott csatornában."
|
||||||
|
|
||||||
|
#: plugin.py:316
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<name> <url>\n"
|
||||||
|
"\n"
|
||||||
|
" Adds a command to this plugin that will look up the RSS feed at the\n"
|
||||||
|
" given URL.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<név> <cím>\n"
|
||||||
|
"\n"
|
||||||
|
"Hozzáad egy parancsot ehhez a bővítményhez, amely le fogja kérdezni az RSS hírcsatornát a megadott hivatkozáson."
|
||||||
|
|
||||||
|
#: plugin.py:327
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<name>\n"
|
||||||
|
"\n"
|
||||||
|
" Removes the command for looking up RSS feeds at <name> from\n"
|
||||||
|
" this plugin.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<név>\n"
|
||||||
|
"\n"
|
||||||
|
"Eltávolítja a <név> RSS hírcsatornáinak lekérdezéséhez a bővítményből."
|
||||||
|
|
||||||
|
#: plugin.py:333
|
||||||
|
msgid "That's not a valid RSS feed command name."
|
||||||
|
msgstr "Ez nem egy érvényes RSS hírcsatorna parancsnév."
|
||||||
|
|
||||||
|
#: plugin.py:344
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[<channel>]\n"
|
||||||
|
"\n"
|
||||||
|
" Returns the list of feeds announced in <channel>. <channel> is\n"
|
||||||
|
" only necessary if the message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>]\n"
|
||||||
|
"\n"
|
||||||
|
"Kiírja a <csatorna>-n bejelentett hírcsatornákat. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:351
|
||||||
|
msgid "I am currently not announcing any feeds."
|
||||||
|
msgstr "Jelenleg nem jelentek be semmilyen hírcsatornát."
|
||||||
|
|
||||||
|
#: plugin.py:356
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <name|url> [<name|url> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" Adds the list of feeds to the current list of announced feeds in\n"
|
||||||
|
" <channel>. Valid feeds include the names of registered feeds as\n"
|
||||||
|
" well as URLs for RSS feeds. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név|hivatkozás> [<név|hivatkozás> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Hozzáadja a hírcsatornák listáját a bejelentett hírcsatornák listájához <csatorna>-ban. Érvényes hírcsatornák közé tartoznak a regisztrált hírcsatornák nevei és az RSS hírcsatornák hivatkozásai. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:374
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"[<channel>] <name|url> [<name|url> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" Removes the list of feeds from the current list of announced feeds\n"
|
||||||
|
" in <channel>. Valid feeds include the names of registered feeds as\n"
|
||||||
|
" well as URLs for RSS feeds. <channel> is only necessary if the\n"
|
||||||
|
" message isn't sent in the channel itself.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"[<csatorna>] <név|hivatkozás> [<név|hivatkozás> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Eltávolítja a hírcsatornák listáját a jelenleg bejelentett hírcsatornák listájából <csatorna>-ban. Érvényes hírcsatornák közé tartoznak a regisztrált hírcsatornák nevei és az RSS hírcsatornák hivatkozásai. <csatorna> csak akkor szükséges, ha az üzenet nem a csatornában van elküldve."
|
||||||
|
|
||||||
|
#: plugin.py:392
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<url> [<number of headlines>]\n"
|
||||||
|
"\n"
|
||||||
|
" Gets the title components of the given RSS feed.\n"
|
||||||
|
" If <number of headlines> is given, return only that many headlines.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<hivatkozás> [<főcímek száma>]\n"
|
||||||
|
"\n"
|
||||||
|
"Lekérdezi a főcímeket a megadott RSS hírcsatornából. Ha <főcímek száma> meg van adva, csak annyi főcímet ír ki."
|
||||||
|
|
||||||
|
#: plugin.py:405
|
||||||
|
msgid "Couldn't get RSS feed."
|
||||||
|
msgstr "Nem sikerült elérni az RSS hírcsatornát."
|
||||||
|
|
||||||
|
#: plugin.py:420
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<url|feed>\n"
|
||||||
|
"\n"
|
||||||
|
" Returns information from the given RSS feed, namely the title,\n"
|
||||||
|
" URL, description, and last update date, if available.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<hivatkozás|hírcsatorna>\n"
|
||||||
|
"\n"
|
||||||
|
"Információt ír ki a megadott RSS hírcsatornáról, név szerint a címet, a hivatkozást, a leírást és a legutóbbi frissítés idejét, ha elérhető."
|
||||||
|
|
||||||
|
#: plugin.py:433
|
||||||
|
msgid "I couldn't retrieve that RSS feed."
|
||||||
|
msgstr "Nem tudtam lekérdezni a megadott RSS hírcsatornát."
|
||||||
|
|
||||||
|
#: plugin.py:446
|
||||||
|
msgid "Title: %s; URL: %u; Description: %s; Last updated: %s."
|
||||||
|
msgstr "Cím: %s; Hivatkozás: %u; Leírás: %s; Legutóbbi frissítés: %s."
|
||||||
|
|
90
plugins/Reply/locale/hu.po
Normal file
90
plugins/Reply/locale/hu.po
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR ORGANIZATION
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Limnoria Reply\n"
|
||||||
|
"POT-Creation-Date: 2011-02-26 09:49+CET\n"
|
||||||
|
"PO-Revision-Date: 2011-07-30 21:49+0100\n"
|
||||||
|
"Last-Translator: nyuszika7h <litemininyuszika@gmail.com>\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"
|
||||||
|
|
||||||
|
|
||||||
|
#: plugin.py:37
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"This plugins contains a few commands that construct various types of\n"
|
||||||
|
" replies. Some bot owners would be wise to not load this plugin because it\n"
|
||||||
|
" can be easily abused.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"Ez a bővítmény néhány parancsot tartalmaz, amelyek különféle típusú válaszokat gyárt. Néhány bot tulajdonos bölcs lenne nem betölteni ezt a bővítményt, mert könnyen vissza lehet élni vele."
|
||||||
|
|
||||||
|
#: plugin.py:43
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<text>\n"
|
||||||
|
"\n"
|
||||||
|
" Replies with <text> in private. Use nested commands to your benefit\n"
|
||||||
|
" here.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<szöveg>\n"
|
||||||
|
"\n"
|
||||||
|
"Privát üzenetben válaszol <szöveg>-gel. Itt az előnyödre használhatpd a beágyazott parancsokat."
|
||||||
|
|
||||||
|
#: plugin.py:53
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<text>\n"
|
||||||
|
"\n"
|
||||||
|
" Replies with <text> as an action. use nested commands to your benefit\n"
|
||||||
|
" here.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<szöveg>\n"
|
||||||
|
"\n"
|
||||||
|
"Egy tevékenységként válaszol <szöveg>-gel. Itt az előnyödre használhatod a beágyazott parancsokat."
|
||||||
|
|
||||||
|
#: plugin.py:66
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<text>\n"
|
||||||
|
"\n"
|
||||||
|
" Replies with <text> in a notice. Use nested commands to your benefit\n"
|
||||||
|
" here. If you want a private notice, nest the private command.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<szöveg>\n"
|
||||||
|
"\n"
|
||||||
|
"Egy közleményben válaszol <szöveg>-gel. Itt az előnyödre használhatod a beágyazott parancsokat. Ha egy privát közleményt szeretnál, ágyazd be a private parancsot."
|
||||||
|
|
||||||
|
#: plugin.py:76
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<text>\n"
|
||||||
|
"\n"
|
||||||
|
" Replies with <text>. Equivalent to the alias, 'echo $nick: $1'.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<szöveg>\n"
|
||||||
|
"\n"
|
||||||
|
"Válaszol <szöveg>-gel. Ugyanaz, mint az álnév, 'echo $nick: $1'."
|
||||||
|
|
||||||
|
#: plugin.py:85
|
||||||
|
#, docstring
|
||||||
|
msgid ""
|
||||||
|
"<str> [<str> ...]\n"
|
||||||
|
"\n"
|
||||||
|
" Replies with each of its arguments <str> in separate replies, depending\n"
|
||||||
|
" the configuration of supybot.reply.oneToOne.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<karakterlánc> [<karakterlánc> ...]\n"
|
||||||
|
"\n"
|
||||||
|
"Az összes <karakterlánc> paraméterével külön üzenetben válaszol, a supybot.reply.oneToOne konfigurációjától függően."
|
Loading…
Reference in New Issue
Block a user