diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-06-03 12:46:57 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-06-03 12:46:57 +0200 |
commit | cb37b74e99b7ff1233fa9503a6ec6c3de46f9e07 (patch) | |
tree | c17194aea38e6ecd06f9b90644439d3e1d69515f /po/fr/rbot-time.po | |
parent | 234270da7bf2757d84e12e4179a1b5227be56a13 (diff) |
Update translations
Diffstat (limited to 'po/fr/rbot-time.po')
-rw-r--r-- | po/fr/rbot-time.po | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/po/fr/rbot-time.po b/po/fr/rbot-time.po index e69de29b..900b0805 100644 --- a/po/fr/rbot-time.po +++ b/po/fr/rbot-time.po @@ -0,0 +1,48 @@ +#: 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 "" |