From 27e4dd6a88330a51736b2b85b781a593827fdb9a Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 25 Oct 2011 14:44:56 +0200 Subject: [PATCH] Alias: Add l10n-hu --- plugins/Alias/locale/hu.po | 107 +++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 plugins/Alias/locale/hu.po diff --git a/plugins/Alias/locale/hu.po b/plugins/Alias/locale/hu.po new file mode 100644 index 000000000..8b83459c9 --- /dev/null +++ b/plugins/Alias/locale/hu.po @@ -0,0 +1,107 @@ +# Limnoria Alias plugin. +# Copyright (C) 2011 Limnoria +# nyuszika7h , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: Limnoria Alias\n" +"POT-Creation-Date: 2011-02-26 09:49+CET\n" +"PO-Revision-Date: 2011-10-25 14:42+0200\n" +"Last-Translator: nyuszika7h \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:45 +#, docstring +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 "" +"Kiírja a csatorna nevét, ahonnan az üzenet jött, vagy a paraméterként megadott csatornát.\n" +"\n" +"Ha a csatorna meg volt adva paraméterként, a paraméterek módosulnak (a csatorna eltávolításra kerül)." + +#: plugin.py:164 +msgid " at least" +msgstr " legalább" + +#: plugin.py:165 +msgid "" +"\n" +"\n" +"Alias for %q." +"\n" +"\n" +" Locks an alias so that no one else can change it.\n" +" " +msgstr "" +"<álnév>\n" +"\n" +"Lezár egy álnevet, hogy senki más ne változtathassa meg." + +#: plugin.py:229 plugin.py:243 +msgid "There is no such alias." +msgstr "Nincs ilyen álnév." + +#: plugin.py:234 +#, docstring +msgid "" +"\n" +"\n" +" Unlocks an alias so that people can define new aliases over it.\n" +" " +msgstr "" +"<álnév>\n" +"\n" +"Feloldja egy álnév lezárását, hogy az emberek új álnevekkel írhassák felül." + +#: plugin.py:254 +msgid "That name isn't valid. Try %q instead." +msgstr "Ez a név érvénytelen. Próbáld meg %q-t inkább." + +#: plugin.py:292 +#, docstring +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 "" +" <álnév>\n" +"\n" +"Meghatároz egy nevű álnevet, amely futtatja <álnév> parancsot. Az <álnév>-nek a szabványos \"parancs paraméter [beágyazottparancs paraméter]\" álnév paraméterei formában kell lennie; ezek ki lesznek töltve az első, második stb. paraméterekkel. $1, $2 stb. használható kötelező paraméterekhez. @1, @2 stb. használható választható paraméterekhez. $* azt jelenti, \"az összes hátralévő paraméter,\" és nem kombinálható választható paraméterekkel." + +#: plugin.py:315 +#, docstring +msgid "" +"\n" +"\n" +" Removes the given alias, if unlocked.\n" +" " +msgstr "" +"\n" +"\n" +"Eltávolítja a megadott álnevet, ha nincs lezárva.\n"