]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/rbot-lastfm.pot
hone the finnish translation for seen plugin a bit
[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-20 15:57+0100\n"
11 "PO-Revision-Date: 2009-03-20 15:57+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:36
20 msgid " and %{n} more..."
21 msgstr ""
22
23 #: data/rbot/plugins/lastfm.rb:100
24 msgid ", where <period> can be one of: 3|6|12 months, a year"
25 msgstr ""
26
27 #: data/rbot/plugins/lastfm.rb:103
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>. lastfm [<num>] events at <venue> => show "
32 "information on events at specific <venue>. The number of events <num> that "
33 "can be displayed is optional, defaults to %{d} and cannot be higher than %"
34 "{m}. Append 'sort by <what> [in <order> order]' to sort events. Events can "
35 "be sorted by attendance or date (default) in ascending or descending order."
36 msgstr ""
37
38 #: data/rbot/plugins/lastfm.rb:105
39 msgid "lastfm artist <name> => show information on artist <name> from last.fm"
40 msgstr ""
41
42 #: data/rbot/plugins/lastfm.rb:107
43 msgid ""
44 "lastfm album <name> => show information on album <name> from last.fm [not "
45 "implemented yet]"
46 msgstr ""
47
48 #: data/rbot/plugins/lastfm.rb:109
49 msgid "lastfm track <name> => search tracks matching <name> on last.fm"
50 msgstr ""
51
52 #: data/rbot/plugins/lastfm.rb:111
53 msgid ""
54 "lastfm now [<nick>] => show the now playing track from last.fm. np [<nick>] "
55 "does the same."
56 msgstr ""
57
58 #: data/rbot/plugins/lastfm.rb:113
59 msgid ""
60 "lastfm set user <user> => associate your current irc nick with a last.fm "
61 "user. lastfm set verb <present>, <past> => set your preferred now playing/"
62 "just played verbs. default \"is listening to\" and \"listened to\"."
63 msgstr ""
64
65 #: data/rbot/plugins/lastfm.rb:115
66 msgid ""
67 "lastfm who [<nick>] => show who <nick> is on last.fm. if <nick> is empty, "
68 "show who you are on lastfm."
69 msgstr ""
70
71 #: data/rbot/plugins/lastfm.rb:117
72 msgid ""
73 "lastfm compare [<nick1>] <nick2> => show musical taste compatibility between "
74 "nick1 (or user if omitted) and nick2"
75 msgstr ""
76
77 #: data/rbot/plugins/lastfm.rb:119
78 msgid "lastfm shouts [<nick>] => show shouts to <nick>"
79 msgstr ""
80
81 #: data/rbot/plugins/lastfm.rb:121
82 msgid "lastfm friends [<nick>] => show <nick>'s friends"
83 msgstr ""
84
85 #: data/rbot/plugins/lastfm.rb:123
86 msgid ""
87 "lastfm neighbors [<nick>] => show people who share similar musical taste as "
88 "<nick>"
89 msgstr ""
90
91 #: data/rbot/plugins/lastfm.rb:125
92 msgid "lastfm loved[tracks] [<nick>] => show tracks that <nick> has loved"
93 msgstr ""
94
95 #: data/rbot/plugins/lastfm.rb:127
96 msgid ""
97 "lastfm recent[tracks] [<nick>] => show tracks that <nick> has recently played"
98 msgstr ""
99
100 #: data/rbot/plugins/lastfm.rb:129
101 msgid ""
102 "lastfm topalbums [<nick>] [over <period>] => show <nick>'s top albums%{p}"
103 msgstr ""
104
105 #: data/rbot/plugins/lastfm.rb:131
106 msgid ""
107 "lastfm topartists [<nick>] [over <period>] => show <nick>'s top artists%{p}"
108 msgstr ""
109
110 #: data/rbot/plugins/lastfm.rb:133
111 msgid ""
112 "lastfm toptracks [<nick>] [over <period>] => show <nick>'s top tracks%{p}"
113 msgstr ""
114
115 #: data/rbot/plugins/lastfm.rb:135
116 msgid "lastfm weeklyalbumchart [<nick>] => show <nick>'s weekly album chart"
117 msgstr ""
118
119 #: data/rbot/plugins/lastfm.rb:137
120 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly artist chart"
121 msgstr ""
122
123 #: data/rbot/plugins/lastfm.rb:139
124 msgid "lastfm weeklyartistchart [<nick>] => show <nick>'s weekly track chart"
125 msgstr ""
126
127 #: data/rbot/plugins/lastfm.rb:141
128 msgid ""
129 "last.fm plugin - topics: events, artist, album, track, now, set, who, "
130 "compare, shouts, friends, neighbors, (loved|recent)tracks, top(albums|tracks|"
131 "artists), weekly(album|artist|track)chart"
132 msgstr ""
133
134 #: data/rbot/plugins/lastfm.rb:193
135 msgid "no events found in %{location}"
136 msgstr ""
137
138 #: data/rbot/plugins/lastfm.rb:199
139 msgid "an error occurred looking for venue %{venue}: %{e}"
140 msgstr ""
141
142 #: data/rbot/plugins/lastfm.rb:206
143 msgid "no venue found matching %{venue}"
144 msgstr ""
145
146 #: data/rbot/plugins/lastfm.rb:211
147 msgid "no events found at %{venue}"
148 msgstr ""
149
150 #: data/rbot/plugins/lastfm.rb:214
151 msgid "no events found by %{artist}"
152 msgstr ""
153
154 #: data/rbot/plugins/lastfm.rb:217
155 msgid "%{user} is not attending any events"
156 msgstr ""
157
158 #: data/rbot/plugins/lastfm.rb:226
159 msgid "could not retrieve events"
160 msgstr ""
161
162 #: data/rbot/plugins/lastfm.rb:280 data/rbot/plugins/lastfm.rb:335
163 #: data/rbot/plugins/lastfm.rb:402 data/rbot/plugins/lastfm.rb:441
164 #: data/rbot/plugins/lastfm.rb:460 data/rbot/plugins/lastfm.rb:512
165 #: data/rbot/plugins/lastfm.rb:610
166 msgid "last.fm parsing failed"
167 msgstr ""
168
169 #: data/rbot/plugins/lastfm.rb:289
170 msgid "%{u} doesn't exist on last.fm"
171 msgstr ""
172
173 #: data/rbot/plugins/lastfm.rb:292 data/rbot/plugins/lastfm.rb:345
174 msgid "error: %{e}"
175 msgstr ""
176
177 #: data/rbot/plugins/lastfm.rb:300
178 msgid "Super"
179 msgstr ""
180
181 #: data/rbot/plugins/lastfm.rb:302
182 msgid "Very High"
183 msgstr ""
184
185 #: data/rbot/plugins/lastfm.rb:304
186 msgid "High"
187 msgstr ""
188
189 #: data/rbot/plugins/lastfm.rb:306
190 msgid "Medium"
191 msgstr ""
192
193 #: data/rbot/plugins/lastfm.rb:308
194 msgid "Low"
195 msgstr ""
196
197 #: data/rbot/plugins/lastfm.rb:310
198 msgid "Very Low"
199 msgstr ""
200
201 #: data/rbot/plugins/lastfm.rb:314
202 msgid " and music they have in common includes: %{artists}"
203 msgstr ""
204
205 #: data/rbot/plugins/lastfm.rb:320
206 msgid ""
207 "%{a}'s and %{b}'s musical compatibility rating is %{bold}%{r}%{bold}%{common}"
208 msgstr ""
209
210 #: data/rbot/plugins/lastfm.rb:340
211 msgid ""
212 "%{user} doesn't exist on last.fm, perhaps they need to: lastfm user "
213 "<username>"
214 msgstr ""
215
216 #: data/rbot/plugins/lastfm.rb:351
217 msgid "%{u} hasn't played anything recently"
218 msgstr ""
219
220 #: data/rbot/plugins/lastfm.rb:362
221 msgid " [%{albumtext}, %{year}]"
222 msgstr ""
223
224 #: data/rbot/plugins/lastfm.rb:364
225 msgid " [%{albumtext}]"
226 msgstr ""
227
228 #: data/rbot/plugins/lastfm.rb:376
229 msgid "is listening to"
230 msgstr ""
231
232 #: data/rbot/plugins/lastfm.rb:380
233 msgid "%{u} %{v} \"%{t}\" by %{a}%{b}"
234 msgstr ""
235
236 #: data/rbot/plugins/lastfm.rb:382
237 msgid "listened to"
238 msgstr ""
239
240 #: data/rbot/plugins/lastfm.rb:387
241 msgid "%{u} %{v} \"%{t}\" by %{a}%{b} %{p}"
242 msgstr ""
243
244 #: data/rbot/plugins/lastfm.rb:390 data/rbot/plugins/lastfm.rb:622
245 msgid "; see %{uri} for more"
246 msgstr ""
247
248 #: data/rbot/plugins/lastfm.rb:397 data/rbot/plugins/lastfm.rb:435
249 msgid "I had problems getting info for %{a}"
250 msgstr ""
251
252 #: data/rbot/plugins/lastfm.rb:418
253 msgid "%{b}%{a}%{b}"
254 msgstr ""
255
256 #: data/rbot/plugins/lastfm.rb:420
257 msgid "%{u}%{t}%{u}"
258 msgstr ""
259
260 #: data/rbot/plugins/lastfm.rb:421
261 msgid ""
262 "%{b}%{a}%{b} <%{u}> has been played %{b}%{c}%{b} times and is being listened "
263 "to by %{b}%{l}%{b} people"
264 msgstr ""
265
266 #: data/rbot/plugins/lastfm.rb:423
267 msgid ". Tagged as: %{t}"
268 msgstr ""
269
270 #: data/rbot/plugins/lastfm.rb:425
271 msgid ". Similar artists: %{s}"
272 msgstr ""
273
274 #: data/rbot/plugins/lastfm.rb:450
275 msgid "%{bold}%{t}%{bold} by %{bold}%{a}%{bold} (%{n} listeners)"
276 msgstr ""
277
278 #: data/rbot/plugins/lastfm.rb:463
279 msgid "track %{a} not found"
280 msgstr ""
281
282 #: data/rbot/plugins/lastfm.rb:477
283 msgid ""
284 "%{b}%{name}%{b}, %{street}, %{u}%{city}%{u}, %{country}, see %{url} for more "
285 "info"
286 msgstr ""
287
288 #: data/rbot/plugins/lastfm.rb:501
289 msgid " and %{maps} for maps"
290 msgstr ""
291
292 #: data/rbot/plugins/lastfm.rb:508
293 msgid "I had problems getting album info"
294 msgstr ""
295
296 #: data/rbot/plugins/lastfm.rb:530
297 msgid "I couldn't locate: \"%{a}\" by %{r}"
298 msgstr ""
299
300 #: data/rbot/plugins/lastfm.rb:534
301 msgid "the album \"%{a}\" by %{r} %{y}has been played %{c} times"
302 msgstr ""
303
304 #: data/rbot/plugins/lastfm.rb:541
305 msgid "okay, I'll remember that %{n} is %{u} on last.fm"
306 msgstr ""
307
308 #: data/rbot/plugins/lastfm.rb:550
309 msgid "okay, I'll remember that %{n} prefers \"%{r}\" and \"%{p}\""
310 msgstr ""
311
312 #: data/rbot/plugins/lastfm.rb:562
313 msgid "%{nick} is %{user} on last.fm"
314 msgstr ""
315
316 #: data/rbot/plugins/lastfm.rb:567
317 msgid ""
318 "sorry, I don't know who %{n} is on last.fm, perhaps they need to: lastfm set "
319 "user <username>"
320 msgstr ""
321
322 #: data/rbot/plugins/lastfm.rb:603
323 msgid "no response body"
324 msgstr ""
325
326 #: data/rbot/plugins/lastfm.rb:605
327 msgid "I had problems accessing last.fm: %{e}"
328 msgstr ""
329
330 #: data/rbot/plugins/lastfm.rb:630
331 msgid "%{user} has no friends :("
332 msgstr ""
333
334 #: data/rbot/plugins/lastfm.rb:632
335 msgid "%{user} has %{total} friends: %{friends}"
336 msgstr ""
337
338 #: data/rbot/plugins/lastfm.rb:634
339 msgid "%{user} has %{total} friends, including %{friends}%{seemore}"
340 msgstr ""
341
342 #: data/rbot/plugins/lastfm.rb:649
343 msgid "%{user} has not loved any tracks"
344 msgstr ""
345
346 #: data/rbot/plugins/lastfm.rb:651
347 msgid "%{user} has loved %{total} tracks: %{tracks}"
348 msgstr ""
349
350 #: data/rbot/plugins/lastfm.rb:653
351 msgid "%{user} has loved %{total} tracks, including %{tracks}%{seemore}"
352 msgstr ""
353
354 #: data/rbot/plugins/lastfm.rb:668
355 msgid "no one seems to share %{user}'s musical taste"
356 msgstr ""
357
358 #: data/rbot/plugins/lastfm.rb:670
359 msgid "%{user}'s musical neighbours are %{nbrs}"
360 msgstr ""
361
362 #: data/rbot/plugins/lastfm.rb:672
363 msgid "%{user}'s musical neighbours include %{nbrs}%{seemore}"
364 msgstr ""
365
366 #: data/rbot/plugins/lastfm.rb:697
367 msgid " or more"
368 msgstr ""
369
370 #: data/rbot/plugins/lastfm.rb:703
371 msgid "%{user} hasn't played anything recently"
372 msgstr ""
373
374 #: data/rbot/plugins/lastfm.rb:705
375 msgid "%{user} has recently played %{tracks}"
376 msgstr ""
377
378 #: data/rbot/plugins/lastfm.rb:711
379 msgid "there are no shouts for %{user}"
380 msgstr ""
381
382 #: data/rbot/plugins/lastfm.rb:714
383 msgid "<%{author}> %{body}"
384 msgstr ""
385
386 #: data/rbot/plugins/lastfm.rb:743
387 msgid "%{user} hasn't played anything in this period of time"
388 msgstr ""