]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/rbot-lastfm.pot
45ea509adea07830145771b3095593465e4a8faa
[user/henk/code/ruby/rbot.git] / po / rbot-lastfm.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: rbot\n"
10 "POT-Creation-Date: 2009-03-01 23:50+0100\n"
11 "PO-Revision-Date: 2009-03-01 23:50+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
19 #: data/rbot/plugins/lastfm.rb:34
20 msgid " and %{n} more..."
21 msgstr ""
22
23 #: data/rbot/plugins/lastfm.rb:89
24 msgid ", where <period> can be one of: 3|6|12 months, a year"
25 msgstr ""
26
27 #: data/rbot/plugins/lastfm.rb:92
28 msgid ""
29 "lastfm [<num>] events in <location> => show information on events in or near "
30 "<location>. lastfm [<num>] events by <artist/group> => show information on "
31 "events by <artist/group>. The number of events <num> that can be displayed "
32 "is optional, defaults to %{d} and cannot be higher than %{m}"
33 msgstr ""
34
35 #: data/rbot/plugins/lastfm.rb:94
36 msgid "lastfm artist <name> => show information on artist <name> from last.fm"
37 msgstr ""
38
39 #: data/rbot/plugins/lastfm.rb:96
40 msgid ""
41 "lastfm album <name> => show information on album <name> from last.fm [not "
42 "implemented yet]"
43 msgstr ""
44
45 #: data/rbot/plugins/lastfm.rb:98
46 msgid "lastfm track <name> => search tracks matching <name> on last.fm"
47 msgstr ""
48
49 #: data/rbot/plugins/lastfm.rb:100
50 msgid ""
51 "lastfm now [<nick>] => show the now playing track from last.fm. np [<nick>] "
52 "does the same."
53 msgstr ""
54
55 #: data/rbot/plugins/lastfm.rb:102
56 msgid ""
57 "lastfm set user <user> => associate your current irc nick with a last.fm "
58 "user. lastfm set verb <present>, <past> => set your preferred now playing/"
59 "just played verbs. default \"is listening to\" and \"listened to\"."
60 msgstr ""
61
62 #: data/rbot/plugins/lastfm.rb:104
63 msgid ""
64 "lastfm who [<nick>] => show who <nick> is on last.fm. if <nick> is empty, "
65 "show who you are on lastfm."
66 msgstr ""
67
68 #: data/rbot/plugins/lastfm.rb:106
69 msgid ""
70 "lastfm compare [<nick1>] <nick2> => show musical taste compatibility between "
71 "nick1 (or user if omitted) and nick2"
72 msgstr ""
73
74 #: data/rbot/plugins/lastfm.rb:108
75 msgid "lastfm shouts [<nick>] => show shouts to <nick>"
76 msgstr ""
77
78 #: data/rbot/plugins/lastfm.rb:110
79 msgid "lastfm friends [<nick>] => show <nick>'s friends"
80 msgstr ""
81
82 #: data/rbot/plugins/lastfm.rb:112
83 msgid ""
84 "lastfm neighbors [<nick>] => show people who share similar musical taste as "
85 "<nick>"
86 msgstr ""
87
88 #: data/rbot/plugins/lastfm.rb:114
89 msgid "lastfm loved[tracks] [<nick>] => show tracks that <nick> has loved"
90 msgstr ""
91
92 #: data/rbot/plugins/lastfm.rb:116
93 msgid ""
94 "lastfm recent[tracks] [<nick>] => show tracks that <nick> has recently played"
95 msgstr ""
96
97 #: data/rbot/plugins/lastfm.rb:118
98 msgid ""
99 "lastfm topalbums [<nick>] [over <period>] => show <nick>'s top albums%{p}"
100 msgstr ""
101
102 #: data/rbot/plugins/lastfm.rb:120
103 msgid ""
104 "lastfm topartists [<nick>] [over <period>] => show <nick>'s top artists%{p}"
105 msgstr ""
106
107 #: data/rbot/plugins/lastfm.rb:122
108 msgid ""
109 "lastfm toptracks [<nick>] [over <period>] => show <nick>'s top tracks%{p}"
110 msgstr ""
111
112 #: data/rbot/plugins/lastfm.rb:124
113 msgid "lastfm weeklyalbumchart [<nick>] => show <nick>'s weekly album chart"
114 msgstr ""
115
116 #: data/rbot/plugins/lastfm.rb:126
117 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly artist chart"
118 msgstr ""
119
120 #: data/rbot/plugins/lastfm.rb:128
121 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly track chart"
122 msgstr ""
123
124 #: data/rbot/plugins/lastfm.rb:130
125 msgid ""
126 "last.fm plugin - topics: events, artist, album, track, now, set, who, "
127 "compare, shouts, friends, neighbors, (loved|recent)tracks, top(albums|tracks|"
128 "artists), weekly(album|artist|track)chart"
129 msgstr ""
130
131 #: data/rbot/plugins/lastfm.rb:178
132 msgid "no events found in %{location}"
133 msgstr ""
134
135 #: data/rbot/plugins/lastfm.rb:185
136 msgid "no events found by %{artist}"
137 msgstr ""
138
139 #: data/rbot/plugins/lastfm.rb:188
140 msgid "%{user} is not attending any events"
141 msgstr ""
142
143 #: data/rbot/plugins/lastfm.rb:197
144 msgid "could not retrieve events"
145 msgstr ""
146
147 #: data/rbot/plugins/lastfm.rb:239 data/rbot/plugins/lastfm.rb:292
148 #: data/rbot/plugins/lastfm.rb:354 data/rbot/plugins/lastfm.rb:393
149 #: data/rbot/plugins/lastfm.rb:412 data/rbot/plugins/lastfm.rb:464
150 #: data/rbot/plugins/lastfm.rb:562
151 msgid "last.fm parsing failed"
152 msgstr ""
153
154 #: data/rbot/plugins/lastfm.rb:248
155 msgid "%{u} doesn't exist on last.fm"
156 msgstr ""
157
158 #: data/rbot/plugins/lastfm.rb:251 data/rbot/plugins/lastfm.rb:302
159 msgid "error: %{e}"
160 msgstr ""
161
162 #: data/rbot/plugins/lastfm.rb:259
163 msgid "Super"
164 msgstr ""
165
166 #: data/rbot/plugins/lastfm.rb:261
167 msgid "Very High"
168 msgstr ""
169
170 #: data/rbot/plugins/lastfm.rb:263
171 msgid "High"
172 msgstr ""
173
174 #: data/rbot/plugins/lastfm.rb:265
175 msgid "Medium"
176 msgstr ""
177
178 #: data/rbot/plugins/lastfm.rb:267
179 msgid "Low"
180 msgstr ""
181
182 #: data/rbot/plugins/lastfm.rb:269
183 msgid "Very Low"
184 msgstr ""
185
186 #: data/rbot/plugins/lastfm.rb:272
187 msgid "%{a}'s and %{b}'s musical compatibility rating is %{bold}%{r}%{bold}"
188 msgstr ""
189
190 #: data/rbot/plugins/lastfm.rb:279
191 msgid " and music they have in common includes: %{artists}"
192 msgstr ""
193
194 #: data/rbot/plugins/lastfm.rb:297
195 msgid ""
196 "%{user} doesn't exist on last.fm, perhaps they need to: lastfm user "
197 "<username>"
198 msgstr ""
199
200 #: data/rbot/plugins/lastfm.rb:308
201 msgid "%{u} hasn't played anything recently"
202 msgstr ""
203
204 #: data/rbot/plugins/lastfm.rb:328
205 msgid "is listening to"
206 msgstr ""
207
208 #: data/rbot/plugins/lastfm.rb:332
209 msgid "%{u} %{v} \"%{t}\" by %{a} %{b}"
210 msgstr ""
211
212 #: data/rbot/plugins/lastfm.rb:334
213 msgid "listened to"
214 msgstr ""
215
216 #: data/rbot/plugins/lastfm.rb:339
217 msgid "%{u} %{v} \"%{t}\" by %{a} %{b} %{p}"
218 msgstr ""
219
220 #: data/rbot/plugins/lastfm.rb:342 data/rbot/plugins/lastfm.rb:574
221 msgid "; see %{uri} for more"
222 msgstr ""
223
224 #: data/rbot/plugins/lastfm.rb:349 data/rbot/plugins/lastfm.rb:387
225 msgid "I had problems getting info for %{a}"
226 msgstr ""
227
228 #: data/rbot/plugins/lastfm.rb:370
229 msgid "%{b}%{a}%{b}"
230 msgstr ""
231
232 #: data/rbot/plugins/lastfm.rb:372
233 msgid "%{u}%{t}%{u}"
234 msgstr ""
235
236 #: data/rbot/plugins/lastfm.rb:373
237 msgid ""
238 "%{b}%{a}%{b} <%{u}> has been played %{b}%{c}%{b} times and is being listened "
239 "to by %{b}%{l}%{b} people"
240 msgstr ""
241
242 #: data/rbot/plugins/lastfm.rb:375
243 msgid ". Tagged as: %{t}"
244 msgstr ""
245
246 #: data/rbot/plugins/lastfm.rb:377
247 msgid ". Similar artists: %{s}"
248 msgstr ""
249
250 #: data/rbot/plugins/lastfm.rb:402
251 msgid "%{bold}%{t}%{bold} by %{bold}%{a}%{bold} (%{n} listeners)"
252 msgstr ""
253
254 #: data/rbot/plugins/lastfm.rb:415
255 msgid "track %{a} not found"
256 msgstr ""
257
258 #: data/rbot/plugins/lastfm.rb:429
259 msgid ""
260 "%{b}%{name}%{b}, %{street}, %{u}%{city}%{u}, %{country}, see %{url} for more "
261 "info"
262 msgstr ""
263
264 #: data/rbot/plugins/lastfm.rb:453
265 msgid " and %{maps} for maps"
266 msgstr ""
267
268 #: data/rbot/plugins/lastfm.rb:460
269 msgid "I had problems getting album info"
270 msgstr ""
271
272 #: data/rbot/plugins/lastfm.rb:482
273 msgid "I couldn't locate: \"%{a}\" by %{r}"
274 msgstr ""
275
276 #: data/rbot/plugins/lastfm.rb:486
277 msgid "the album \"%{a}\" by %{r} %{y}has been played %{c} times"
278 msgstr ""
279
280 #: data/rbot/plugins/lastfm.rb:493
281 msgid "okay, I'll remember that %{n} is %{u} on last.fm"
282 msgstr ""
283
284 #: data/rbot/plugins/lastfm.rb:502
285 msgid "okay, I'll remember that %{n} prefers \"%{r}\" and \"%{p}\""
286 msgstr ""
287
288 #: data/rbot/plugins/lastfm.rb:514
289 msgid "%{nick} is %{user} on last.fm"
290 msgstr ""
291
292 #: data/rbot/plugins/lastfm.rb:519
293 msgid ""
294 "sorry, I don't know who %{n} is on last.fm, perhaps they need to: lastfm set "
295 "user <username>"
296 msgstr ""
297
298 #: data/rbot/plugins/lastfm.rb:555
299 msgid "no response body"
300 msgstr ""
301
302 #: data/rbot/plugins/lastfm.rb:557
303 msgid "I had problems accessing last.fm: %{e}"
304 msgstr ""
305
306 #: data/rbot/plugins/lastfm.rb:582
307 msgid "%{user} has no friends :("
308 msgstr ""
309
310 #: data/rbot/plugins/lastfm.rb:584
311 msgid "%{user} has %{total} friends: %{friends}"
312 msgstr ""
313
314 #: data/rbot/plugins/lastfm.rb:586
315 msgid "%{user} has %{total} friends, including %{friends}"
316 msgstr ""
317
318 #: data/rbot/plugins/lastfm.rb:602
319 msgid "%{user} has not loved any tracks"
320 msgstr ""
321
322 #: data/rbot/plugins/lastfm.rb:604
323 msgid "%{user} has loved %{total} tracks: %{tracks}"
324 msgstr ""
325
326 #: data/rbot/plugins/lastfm.rb:606
327 msgid "%{user} has loved %{total} tracks, including %{tracks}"
328 msgstr ""
329
330 #: data/rbot/plugins/lastfm.rb:621
331 msgid "no one seems to share %{user}'s musical taste"
332 msgstr ""
333
334 #: data/rbot/plugins/lastfm.rb:623
335 msgid "%{user}'s musical neighbours are %{nbrs}"
336 msgstr ""
337
338 #: data/rbot/plugins/lastfm.rb:625
339 msgid "%{user}'s musical neighbours include %{nbrs}"
340 msgstr ""
341
342 #: data/rbot/plugins/lastfm.rb:651
343 msgid " or more"
344 msgstr ""
345
346 #: data/rbot/plugins/lastfm.rb:657
347 msgid "%{user} hasn't played anything recently"
348 msgstr ""
349
350 #: data/rbot/plugins/lastfm.rb:659
351 msgid "%{user} has recently played %{tracks}"
352 msgstr ""
353
354 #: data/rbot/plugins/lastfm.rb:665
355 msgid "there are no shouts for %{user}"
356 msgstr ""
357
358 #: data/rbot/plugins/lastfm.rb:668
359 msgid "<%{author}> %{body}"
360 msgstr ""
361
362 #: data/rbot/plugins/lastfm.rb:697
363 msgid "%{user} hasn't played anything in this period of time"
364 msgstr ""