diff options
Diffstat (limited to 'po/en_US/rbot-nickrecover.po')
-rw-r--r-- | po/en_US/rbot-nickrecover.po | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/po/en_US/rbot-nickrecover.po b/po/en_US/rbot-nickrecover.po new file mode 100644 index 00000000..fae49fb0 --- /dev/null +++ b/po/en_US/rbot-nickrecover.po @@ -0,0 +1,40 @@ +# English translations for PACKAGE package. +# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Automatically generated, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: rbot\n" +"POT-Creation-Date: 2008-07-30 23:38+0200\n" +"PO-Revision-Date: 2008-07-30 23:38+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: data/rbot/plugins/nickrecover.rb:24 +msgid "" +"Time in seconds to wait between attempts to recover the nick. set to 0 to " +"disable nick recovery." +msgstr "" +"Time in seconds to wait between attempts to recover the nick. set to 0 to " +"disable nick recovery." + +#: data/rbot/plugins/nickrecover.rb:28 +msgid "" +"the nickrecover plugin takes care of recovering the bot nick by trying to " +"change nick until it succeeds." +msgstr "" +"the nickrecover plugin takes care of recovering the bot nick by trying to " +"change nick until it succeeds." + +#: data/rbot/plugins/nickrecover.rb:29 +msgid "the plugin waits irc.nick_retry seconds between attempts." +msgstr "the plugin waits irc.nick_retry seconds between attempts." + +#: data/rbot/plugins/nickrecover.rb:30 +msgid "set irc.nick_retry to 0 to disable it." +msgstr "set irc.nick_retry to 0 to disable it." |