diff options
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 68 |
1 files changed, 53 insertions, 15 deletions
@@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-01-03 15:15+0100\n" +"POT-Creation-Date: 2010-01-07 21:55+0100\n" "PO-Revision-Date: 2010-01-03 15:16+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2673,10 +2673,6 @@ msgid "%s%s: cannot allocate new channel" msgstr "%s nem sikerült új csatornát lefoglalni" #, fuzzy, c-format -msgid "%s%s: cannot find nick for sending message" -msgstr "%s nem található név az üzenet küldéséhez\n" - -#, fuzzy, c-format msgid "%s: future away: %s" msgstr "CTCP %sVERSION%s válasz %s%s%s felhasználótól: %s\n" @@ -2887,23 +2883,49 @@ msgstr "[cél]" msgid "target: server" msgstr "cél: szerver" -msgid "send a CTCP action to all channels of all connected servers" +#, fuzzy +msgid "execute a command on all channels of all connected servers" msgstr "CTCP üzenet küldése az összes csatlakoztatott szerver összes szobájába" -msgid "message" -msgstr "üzenet" +msgid "[-current] [-exclude=channel[,channel...]] command [arguments]" +msgstr "" -msgid "message: message to send" -msgstr "üzenet: küldendő üzenet" +msgid "" +" -current: execute command for channels of curent server only\n" +" -exclude: exclude some channels ('*' is allowed at beginning or end of " +"channel name, to exclude many channels)\n" +" command: command to execute\n" +"arguments: arguments for command\n" +"\n" +"Examples:\n" +" execute '/me is testing' on all channels:\n" +" /allchan me is testing\n" +" say 'hello' everywhere but not on #weechat:\n" +" /allchan -exclude=#weechat msg * hello\n" +" say 'hello' everywhere but not on #weechat and channels beginning with " +"#linux:\n" +" /allchan -exclude=#weechat,#linux* msg * hello" +msgstr "" -msgid "send message to all channels of all connected servers" +#, fuzzy +msgid "execute a command on all connected servers" msgstr "üzenet küldése az összes csatlakoztatott szerver összes szobájába" -msgid "text" -msgstr "szöveg" +msgid "[-exclude=server[,server...]] command [arguments]" +msgstr "" -msgid "text: text to send" -msgstr "szöveg: küldendő szöveg" +msgid "" +" -exclude: exclude some servers ('*' is allowed at beginning or end of " +"server name, to exclude many servers)\n" +" command: command to execute\n" +"arguments: arguments for command\n" +"\n" +"Examples:\n" +" change nick on all servers:\n" +" /allserv nick newnick\n" +" set away on all servers:\n" +" /allserv away I'm away" +msgstr "" msgid "toggle away status" msgstr "távolléti státusz váltása" @@ -3209,6 +3231,12 @@ msgstr "" msgid "send a CTCP action to the current channel" msgstr "CTCP parancs küldése az aktuális szobába" +msgid "message" +msgstr "üzenet" + +msgid "message: message to send" +msgstr "üzenet: küldendő üzenet" + msgid "change channel or user mode" msgstr "szoba vagy felhasználó állapotának változtatása" @@ -3726,6 +3754,9 @@ msgstr "" "üzenet küldése minden olyan felhasználónak, aki a 'w' felhasználói módot " "beállította" +msgid "text" +msgstr "szöveg" + msgid "text to send" msgstr "küldendő üzenet" @@ -5819,6 +5850,13 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n" #, fuzzy +#~ msgid "%s%s: cannot find nick for sending message" +#~ msgstr "%s nem található név az üzenet küldéséhez\n" + +#~ msgid "text: text to send" +#~ msgstr "szöveg: küldendő szöveg" + +#, fuzzy #~ msgid "%s%s: error creating msgbuffer \"%s\" => \"%s\"" #~ msgstr "%s nincs elég memória az információs pult üzenethez\n" |