diff options
Diffstat (limited to 'po/en_US/rbot-lastfm.po')
-rw-r--r-- | po/en_US/rbot-lastfm.po | 204 |
1 files changed, 114 insertions, 90 deletions
diff --git a/po/en_US/rbot-lastfm.po b/po/en_US/rbot-lastfm.po index 63dc1998..d638ef81 100644 --- a/po/en_US/rbot-lastfm.po +++ b/po/en_US/rbot-lastfm.po @@ -1,346 +1,370 @@ -#: data/rbot/plugins/lastfm.rb:34 +#: data/rbot/plugins/lastfm.rb:36 msgid " and %{n} more..." msgstr "" -#: data/rbot/plugins/lastfm.rb:89 +#: data/rbot/plugins/lastfm.rb:100 msgid ", where <period> can be one of: 3|6|12 months, a year" msgstr "" -#: data/rbot/plugins/lastfm.rb:92 +#: data/rbot/plugins/lastfm.rb:103 msgid "" "lastfm [<num>] events in <location> => show information on events in or near " "<location>. lastfm [<num>] events by <artist/group> => show information on " -"events by <artist/group>. The number of events <num> that can be displayed " -"is optional, defaults to %{d} and cannot be higher than %{m}" +"events by <artist/group>. lastfm [<num>] events at <venue> => show " +"information on events at specific <venue>. The number of events <num> that " +"can be displayed is optional, defaults to %{d} and cannot be higher than %" +"{m}. Append 'sort by <what> [in <order> order]' to sort events. Events can " +"be sorted by attendance or date (default) in ascending or descending order." msgstr "" -#: data/rbot/plugins/lastfm.rb:94 +#: data/rbot/plugins/lastfm.rb:105 msgid "lastfm artist <name> => show information on artist <name> from last.fm" msgstr "" -#: data/rbot/plugins/lastfm.rb:96 +#: data/rbot/plugins/lastfm.rb:107 msgid "" "lastfm album <name> => show information on album <name> from last.fm [not " "implemented yet]" msgstr "" -#: data/rbot/plugins/lastfm.rb:98 +#: data/rbot/plugins/lastfm.rb:109 msgid "lastfm track <name> => search tracks matching <name> on last.fm" msgstr "" -#: data/rbot/plugins/lastfm.rb:100 +#: data/rbot/plugins/lastfm.rb:111 msgid "" "lastfm now [<nick>] => show the now playing track from last.fm. np [<nick>] " "does the same." msgstr "" -#: data/rbot/plugins/lastfm.rb:102 +#: data/rbot/plugins/lastfm.rb:113 msgid "" "lastfm set user <user> => associate your current irc nick with a last.fm " "user. lastfm set verb <present>, <past> => set your preferred now playing/" "just played verbs. default \"is listening to\" and \"listened to\"." msgstr "" -#: data/rbot/plugins/lastfm.rb:104 +#: data/rbot/plugins/lastfm.rb:115 msgid "" "lastfm who [<nick>] => show who <nick> is on last.fm. if <nick> is empty, " "show who you are on lastfm." msgstr "" -#: data/rbot/plugins/lastfm.rb:106 +#: data/rbot/plugins/lastfm.rb:117 msgid "" "lastfm compare [<nick1>] <nick2> => show musical taste compatibility between " "nick1 (or user if omitted) and nick2" msgstr "" -#: data/rbot/plugins/lastfm.rb:108 +#: data/rbot/plugins/lastfm.rb:119 msgid "lastfm shouts [<nick>] => show shouts to <nick>" msgstr "" -#: data/rbot/plugins/lastfm.rb:110 +#: data/rbot/plugins/lastfm.rb:121 msgid "lastfm friends [<nick>] => show <nick>'s friends" msgstr "" -#: data/rbot/plugins/lastfm.rb:112 +#: data/rbot/plugins/lastfm.rb:123 msgid "" "lastfm neighbors [<nick>] => show people who share similar musical taste as " "<nick>" msgstr "" -#: data/rbot/plugins/lastfm.rb:114 +#: data/rbot/plugins/lastfm.rb:125 msgid "lastfm loved[tracks] [<nick>] => show tracks that <nick> has loved" msgstr "" -#: data/rbot/plugins/lastfm.rb:116 +#: data/rbot/plugins/lastfm.rb:127 msgid "" "lastfm recent[tracks] [<nick>] => show tracks that <nick> has recently played" msgstr "" -#: data/rbot/plugins/lastfm.rb:118 +#: data/rbot/plugins/lastfm.rb:129 msgid "" "lastfm topalbums [<nick>] [over <period>] => show <nick>'s top albums%{p}" msgstr "" -#: data/rbot/plugins/lastfm.rb:120 +#: data/rbot/plugins/lastfm.rb:131 msgid "" "lastfm topartists [<nick>] [over <period>] => show <nick>'s top artists%{p}" msgstr "" -#: data/rbot/plugins/lastfm.rb:122 +#: data/rbot/plugins/lastfm.rb:133 msgid "" "lastfm toptracks [<nick>] [over <period>] => show <nick>'s top tracks%{p}" msgstr "" -#: data/rbot/plugins/lastfm.rb:124 +#: data/rbot/plugins/lastfm.rb:135 msgid "lastfm weeklyalbumchart [<nick>] => show <nick>'s weekly album chart" msgstr "" -#: data/rbot/plugins/lastfm.rb:126 +#: data/rbot/plugins/lastfm.rb:137 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly artist chart" msgstr "" -#: data/rbot/plugins/lastfm.rb:128 +#: data/rbot/plugins/lastfm.rb:139 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly track chart" msgstr "" -#: data/rbot/plugins/lastfm.rb:130 +#: data/rbot/plugins/lastfm.rb:141 msgid "" "last.fm plugin - topics: events, artist, album, track, now, set, who, " "compare, shouts, friends, neighbors, (loved|recent)tracks, top(albums|tracks|" "artists), weekly(album|artist|track)chart" msgstr "" -#: data/rbot/plugins/lastfm.rb:178 +#: data/rbot/plugins/lastfm.rb:193 msgid "no events found in %{location}" msgstr "" -#: data/rbot/plugins/lastfm.rb:185 +#: data/rbot/plugins/lastfm.rb:199 +msgid "an error occurred looking for venue %{venue}: %{e}" +msgstr "" + +#: data/rbot/plugins/lastfm.rb:206 +msgid "no venue found matching %{venue}" +msgstr "" + +#: data/rbot/plugins/lastfm.rb:211 +msgid "no events found at %{venue}" +msgstr "" + +#: data/rbot/plugins/lastfm.rb:214 msgid "no events found by %{artist}" msgstr "" -#: data/rbot/plugins/lastfm.rb:188 +#: data/rbot/plugins/lastfm.rb:217 msgid "%{user} is not attending any events" msgstr "" -#: data/rbot/plugins/lastfm.rb:197 +#: data/rbot/plugins/lastfm.rb:226 msgid "could not retrieve events" msgstr "" -#: data/rbot/plugins/lastfm.rb:239 data/rbot/plugins/lastfm.rb:292 -#: data/rbot/plugins/lastfm.rb:354 data/rbot/plugins/lastfm.rb:393 -#: data/rbot/plugins/lastfm.rb:412 data/rbot/plugins/lastfm.rb:464 -#: data/rbot/plugins/lastfm.rb:562 +#: data/rbot/plugins/lastfm.rb:280 data/rbot/plugins/lastfm.rb:335 +#: data/rbot/plugins/lastfm.rb:402 data/rbot/plugins/lastfm.rb:441 +#: data/rbot/plugins/lastfm.rb:460 data/rbot/plugins/lastfm.rb:512 +#: data/rbot/plugins/lastfm.rb:610 msgid "last.fm parsing failed" msgstr "" -#: data/rbot/plugins/lastfm.rb:248 +#: data/rbot/plugins/lastfm.rb:289 msgid "%{u} doesn't exist on last.fm" msgstr "" -#: data/rbot/plugins/lastfm.rb:251 data/rbot/plugins/lastfm.rb:302 +#: data/rbot/plugins/lastfm.rb:292 data/rbot/plugins/lastfm.rb:345 msgid "error: %{e}" msgstr "" -#: data/rbot/plugins/lastfm.rb:259 +#: data/rbot/plugins/lastfm.rb:300 msgid "Super" msgstr "" -#: data/rbot/plugins/lastfm.rb:261 +#: data/rbot/plugins/lastfm.rb:302 msgid "Very High" msgstr "" -#: data/rbot/plugins/lastfm.rb:263 +#: data/rbot/plugins/lastfm.rb:304 msgid "High" msgstr "" -#: data/rbot/plugins/lastfm.rb:265 +#: data/rbot/plugins/lastfm.rb:306 msgid "Medium" msgstr "" -#: data/rbot/plugins/lastfm.rb:267 +#: data/rbot/plugins/lastfm.rb:308 msgid "Low" msgstr "" -#: data/rbot/plugins/lastfm.rb:269 +#: data/rbot/plugins/lastfm.rb:310 msgid "Very Low" msgstr "" -#: data/rbot/plugins/lastfm.rb:272 -msgid "%{a}'s and %{b}'s musical compatibility rating is %{bold}%{r}%{bold}" +#: data/rbot/plugins/lastfm.rb:314 +msgid " and music they have in common includes: %{artists}" msgstr "" -#: data/rbot/plugins/lastfm.rb:279 -msgid " and music they have in common includes: %{artists}" +#: data/rbot/plugins/lastfm.rb:320 +msgid "" +"%{a}'s and %{b}'s musical compatibility rating is %{bold}%{r}%{bold}%{common}" msgstr "" -#: data/rbot/plugins/lastfm.rb:297 +#: data/rbot/plugins/lastfm.rb:340 msgid "" "%{user} doesn't exist on last.fm, perhaps they need to: lastfm user " "<username>" msgstr "" -#: data/rbot/plugins/lastfm.rb:308 +#: data/rbot/plugins/lastfm.rb:351 msgid "%{u} hasn't played anything recently" msgstr "" -#: data/rbot/plugins/lastfm.rb:328 +#: data/rbot/plugins/lastfm.rb:362 +msgid " [%{albumtext}, %{year}]" +msgstr "" + +#: data/rbot/plugins/lastfm.rb:364 +msgid " [%{albumtext}]" +msgstr "" + +#: data/rbot/plugins/lastfm.rb:376 msgid "is listening to" msgstr "" -#: data/rbot/plugins/lastfm.rb:332 -msgid "%{u} %{v} \"%{t}\" by %{a} %{b}" +#: data/rbot/plugins/lastfm.rb:380 +msgid "%{u} %{v} \"%{t}\" by %{a}%{b}" msgstr "" -#: data/rbot/plugins/lastfm.rb:334 +#: data/rbot/plugins/lastfm.rb:382 msgid "listened to" msgstr "" -#: data/rbot/plugins/lastfm.rb:339 -msgid "%{u} %{v} \"%{t}\" by %{a} %{b} %{p}" +#: data/rbot/plugins/lastfm.rb:387 +msgid "%{u} %{v} \"%{t}\" by %{a}%{b} %{p}" msgstr "" -#: data/rbot/plugins/lastfm.rb:342 data/rbot/plugins/lastfm.rb:574 +#: data/rbot/plugins/lastfm.rb:390 data/rbot/plugins/lastfm.rb:622 msgid "; see %{uri} for more" msgstr "" -#: data/rbot/plugins/lastfm.rb:349 data/rbot/plugins/lastfm.rb:387 +#: data/rbot/plugins/lastfm.rb:397 data/rbot/plugins/lastfm.rb:435 msgid "I had problems getting info for %{a}" msgstr "" -#: data/rbot/plugins/lastfm.rb:370 +#: data/rbot/plugins/lastfm.rb:418 msgid "%{b}%{a}%{b}" msgstr "" -#: data/rbot/plugins/lastfm.rb:372 +#: data/rbot/plugins/lastfm.rb:420 msgid "%{u}%{t}%{u}" msgstr "" -#: data/rbot/plugins/lastfm.rb:373 +#: data/rbot/plugins/lastfm.rb:421 msgid "" "%{b}%{a}%{b} <%{u}> has been played %{b}%{c}%{b} times and is being listened " "to by %{b}%{l}%{b} people" msgstr "" -#: data/rbot/plugins/lastfm.rb:375 +#: data/rbot/plugins/lastfm.rb:423 msgid ". Tagged as: %{t}" msgstr "" -#: data/rbot/plugins/lastfm.rb:377 +#: data/rbot/plugins/lastfm.rb:425 msgid ". Similar artists: %{s}" msgstr "" -#: data/rbot/plugins/lastfm.rb:402 +#: data/rbot/plugins/lastfm.rb:450 msgid "%{bold}%{t}%{bold} by %{bold}%{a}%{bold} (%{n} listeners)" msgstr "" -#: data/rbot/plugins/lastfm.rb:415 +#: data/rbot/plugins/lastfm.rb:463 msgid "track %{a} not found" msgstr "" -#: data/rbot/plugins/lastfm.rb:429 +#: data/rbot/plugins/lastfm.rb:477 msgid "" "%{b}%{name}%{b}, %{street}, %{u}%{city}%{u}, %{country}, see %{url} for more " "info" msgstr "" -#: data/rbot/plugins/lastfm.rb:453 +#: data/rbot/plugins/lastfm.rb:501 msgid " and %{maps} for maps" msgstr "" -#: data/rbot/plugins/lastfm.rb:460 +#: data/rbot/plugins/lastfm.rb:508 msgid "I had problems getting album info" msgstr "" -#: data/rbot/plugins/lastfm.rb:482 +#: data/rbot/plugins/lastfm.rb:530 msgid "I couldn't locate: \"%{a}\" by %{r}" msgstr "" -#: data/rbot/plugins/lastfm.rb:486 +#: data/rbot/plugins/lastfm.rb:534 msgid "the album \"%{a}\" by %{r} %{y}has been played %{c} times" msgstr "" -#: data/rbot/plugins/lastfm.rb:493 +#: data/rbot/plugins/lastfm.rb:541 msgid "okay, I'll remember that %{n} is %{u} on last.fm" msgstr "" -#: data/rbot/plugins/lastfm.rb:502 +#: data/rbot/plugins/lastfm.rb:550 msgid "okay, I'll remember that %{n} prefers \"%{r}\" and \"%{p}\"" msgstr "" -#: data/rbot/plugins/lastfm.rb:514 +#: data/rbot/plugins/lastfm.rb:562 msgid "%{nick} is %{user} on last.fm" msgstr "" -#: data/rbot/plugins/lastfm.rb:519 +#: data/rbot/plugins/lastfm.rb:567 msgid "" "sorry, I don't know who %{n} is on last.fm, perhaps they need to: lastfm set " "user <username>" msgstr "" -#: data/rbot/plugins/lastfm.rb:555 +#: data/rbot/plugins/lastfm.rb:603 msgid "no response body" msgstr "" -#: data/rbot/plugins/lastfm.rb:557 +#: data/rbot/plugins/lastfm.rb:605 msgid "I had problems accessing last.fm: %{e}" msgstr "" -#: data/rbot/plugins/lastfm.rb:582 +#: data/rbot/plugins/lastfm.rb:630 msgid "%{user} has no friends :(" msgstr "" -#: data/rbot/plugins/lastfm.rb:584 +#: data/rbot/plugins/lastfm.rb:632 msgid "%{user} has %{total} friends: %{friends}" msgstr "" -#: data/rbot/plugins/lastfm.rb:586 -msgid "%{user} has %{total} friends, including %{friends}" +#: data/rbot/plugins/lastfm.rb:634 +msgid "%{user} has %{total} friends, including %{friends}%{seemore}" msgstr "" -#: data/rbot/plugins/lastfm.rb:602 +#: data/rbot/plugins/lastfm.rb:649 msgid "%{user} has not loved any tracks" msgstr "" -#: data/rbot/plugins/lastfm.rb:604 +#: data/rbot/plugins/lastfm.rb:651 msgid "%{user} has loved %{total} tracks: %{tracks}" msgstr "" -#: data/rbot/plugins/lastfm.rb:606 -msgid "%{user} has loved %{total} tracks, including %{tracks}" +#: data/rbot/plugins/lastfm.rb:653 +msgid "%{user} has loved %{total} tracks, including %{tracks}%{seemore}" msgstr "" -#: data/rbot/plugins/lastfm.rb:621 +#: data/rbot/plugins/lastfm.rb:668 msgid "no one seems to share %{user}'s musical taste" msgstr "" -#: data/rbot/plugins/lastfm.rb:623 +#: data/rbot/plugins/lastfm.rb:670 msgid "%{user}'s musical neighbours are %{nbrs}" msgstr "" -#: data/rbot/plugins/lastfm.rb:625 -msgid "%{user}'s musical neighbours include %{nbrs}" +#: data/rbot/plugins/lastfm.rb:672 +msgid "%{user}'s musical neighbours include %{nbrs}%{seemore}" msgstr "" -#: data/rbot/plugins/lastfm.rb:651 +#: data/rbot/plugins/lastfm.rb:697 msgid " or more" msgstr "" -#: data/rbot/plugins/lastfm.rb:657 +#: data/rbot/plugins/lastfm.rb:703 msgid "%{user} hasn't played anything recently" msgstr "" -#: data/rbot/plugins/lastfm.rb:659 +#: data/rbot/plugins/lastfm.rb:705 msgid "%{user} has recently played %{tracks}" msgstr "" -#: data/rbot/plugins/lastfm.rb:665 +#: data/rbot/plugins/lastfm.rb:711 msgid "there are no shouts for %{user}" msgstr "" -#: data/rbot/plugins/lastfm.rb:668 +#: data/rbot/plugins/lastfm.rb:714 msgid "<%{author}> %{body}" msgstr "" -#: data/rbot/plugins/lastfm.rb:697 +#: data/rbot/plugins/lastfm.rb:743 msgid "%{user} hasn't played anything in this period of time" msgstr "" |