diff options
Diffstat (limited to 'po/rbot-nickrecover.pot')
-rw-r--r-- | po/rbot-nickrecover.pot | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/po/rbot-nickrecover.pot b/po/rbot-nickrecover.pot new file mode 100644 index 00000000..f223d961 --- /dev/null +++ b/po/rbot-nickrecover.pot @@ -0,0 +1,37 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +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: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\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 "" + +#: 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 "" + +#: data/rbot/plugins/nickrecover.rb:29 +msgid "the plugin waits irc.nick_retry seconds between attempts." +msgstr "" + +#: data/rbot/plugins/nickrecover.rb:30 +msgid "set irc.nick_retry to 0 to disable it." +msgstr "" |