diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-06-30 18:59:32 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-06-30 18:59:32 +0200 |
commit | b482dc223f85d1b0a612ce1b50e7a1318285d692 (patch) | |
tree | 684ec51ef2637f83eaca70f66202e37452d08168 /po/rbot-spotify.pot | |
parent | 60c7356a4917a43a4ce85cf3613c3972b3edec7f (diff) |
Add missing po(t) files
Diffstat (limited to 'po/rbot-spotify.pot')
-rw-r--r-- | po/rbot-spotify.pot | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/po/rbot-spotify.pot b/po/rbot-spotify.pot new file mode 100644 index 00000000..db680e03 --- /dev/null +++ b/po/rbot-spotify.pot @@ -0,0 +1,47 @@ +# 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: 2010-06-30 09:58+0200\n" +"PO-Revision-Date: 2010-06-30 09:58+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/spotify.rb:22 +msgid "" +"spotify plugin - usage: spotify <spotify>, spotify artist <artist>, spotify " +"album <album>" +msgstr "" + +#: data/rbot/plugins/spotify.rb:40 +msgid "%{b}%{artist}%{b} – %{track}" +msgstr "" + +#: data/rbot/plugins/spotify.rb:47 +msgid " [%{u}%{album}%{u}, %{released}]" +msgstr "" + +#: data/rbot/plugins/spotify.rb:53 +msgid " [%{u}%{album}%{u}]" +msgstr "" + +#: data/rbot/plugins/spotify.rb:56 +msgid " — %{url}" +msgstr "" + +#: data/rbot/plugins/spotify.rb:58 +msgid "%{b}%{artist}%{b} — %{url}" +msgstr "" + +#: data/rbot/plugins/spotify.rb:64 +msgid "%{b}%{artist}%{b} – %{u}%{album}%{u} — %{url}" +msgstr "" |