diff options
Diffstat (limited to 'po/rbot-time.pot')
-rw-r--r-- | po/rbot-time.pot | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/po/rbot-time.pot b/po/rbot-time.pot index e69de29b..e6c89bd2 100644 --- a/po/rbot-time.pot +++ b/po/rbot-time.pot @@ -0,0 +1,66 @@ +# 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: 2011-06-03 12:39+0200\n" +"PO-Revision-Date: 2011-06-03 12:39+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/time.rb:18 +msgid "" +"usage: time set <Continent>/<City> -- setting your location allows the bot " +"to calibrate time replies into your time zone, and other people to figure " +"out what time it is for you" +msgstr "" + +#: data/rbot/plugins/time.rb:20 +msgid "" +"usage: time <timestamp|time zone|nick> -- %{b}timestamp%{b}: get info about " +"a specific time, relative to your own time zone | %{b}time zone%{b}: get " +"local time of a certain location, <time zone> can be '<Continent>/<City>' or " +"a two character country code | %{b}nick%{b}: get local time of another " +"person, given they have set their location | see `%{prefix}help time set` on " +"how to set your location" +msgstr "" + +#: data/rbot/plugins/time.rb:90 +msgid "" +"I don't know where you are, use %{pfx}time set <Continent>/<City> to let me " +"know" +msgstr "" + +#: data/rbot/plugins/time.rb:92 +msgid "" +"I don't know where %{nick} is, (s)he should use %{pfx}time set <Continent>/" +"<City> to let me know" +msgstr "" + +#: data/rbot/plugins/time.rb:180 +msgid "unintelligible time" +msgstr "" + +#: data/rbot/plugins/time.rb:189 +msgid "%{time} %{w} %{str}" +msgstr "" + +#: data/rbot/plugins/time.rb:190 +msgid "%a, %d %b %Y %H:%M:%S %Z %z" +msgstr "" + +#: data/rbot/plugins/time.rb:192 +msgid "is" +msgstr "" + +#: data/rbot/plugins/time.rb:192 +msgid "was" +msgstr "" |