Updated translations
[mediagoblin.git] / mediagoblin / i18n / sl / LC_MESSAGES / mediagoblin.po
CommitLineData
6d794f26
CAW
1# Translations template for PROJECT.
2# Copyright (C) 2011 ORGANIZATION
3# This file is distributed under the same license as the PROJECT project.
4#
8c12e57b 5# Translators:
6d794f26
CAW
6# Jure Repinc <jlp@holodeck1.com>, 2011.
7msgid ""
8msgstr ""
9"Project-Id-Version: GNU MediaGoblin\n"
10"Report-Msgid-Bugs-To: http://bugs.foocorp.net/projects/mediagoblin/issues\n"
b3efea3c
CAW
11"POT-Creation-Date: 2011-12-04 10:24-0600\n"
12"PO-Revision-Date: 2011-12-04 16:23+0000\n"
39f115ed 13"Last-Translator: cwebber <cwebber@dustycloud.org>\n"
6d794f26
CAW
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Generated-By: Babel 0.9.6\n"
19"Language: sl\n"
20"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)\n"
21
19e2668b
CAW
22#: mediagoblin/processing.py:143
23msgid "Invalid file given for media type."
24msgstr "Za vrsto vsebine je bila podana napačna datoteka."
25
8c12e57b 26#: mediagoblin/auth/forms.py:25 mediagoblin/auth/forms.py:49
6d794f26
CAW
27msgid "Username"
28msgstr "Uporabniško ime"
29
8c12e57b 30#: mediagoblin/auth/forms.py:30 mediagoblin/auth/forms.py:53
6d794f26
CAW
31msgid "Password"
32msgstr "Geslo"
33
8c12e57b 34#: mediagoblin/auth/forms.py:35
6d794f26
CAW
35msgid "Passwords must match."
36msgstr "Gesli morata biti enaki."
37
8c12e57b 38#: mediagoblin/auth/forms.py:37
6d794f26
CAW
39msgid "Confirm password"
40msgstr "Potrdite geslo"
41
8c12e57b 42#: mediagoblin/auth/forms.py:39
56f4953c
CAW
43msgid "Type it again here to make sure there are no spelling mistakes."
44msgstr ""
45
8c12e57b 46#: mediagoblin/auth/forms.py:42
6d794f26
CAW
47msgid "Email address"
48msgstr "E-poštni naslov"
49
502c2563 50#: mediagoblin/auth/views.py:55
6d794f26
CAW
51msgid "Sorry, registration is disabled on this instance."
52msgstr "Oprostite, prijava za ta izvod ni omogočena."
53
502c2563 54#: mediagoblin/auth/views.py:73
6d794f26
CAW
55msgid "Sorry, a user with that name already exists."
56msgstr "Oprostite, uporabnik s tem imenom že obstaja."
57
502c2563 58#: mediagoblin/auth/views.py:77
19e2668b
CAW
59msgid "Sorry, a user with that email address already exists."
60msgstr ""
39f115ed 61
502c2563 62#: mediagoblin/auth/views.py:179
6d794f26
CAW
63msgid ""
64"Your email address has been verified. You may now login, edit your profile, "
65"and submit images!"
66msgstr ""
67"Vaš e-poštni naslov je bil potrjen. Sedaj se lahko prijavite, uredite svoj "
68"profil in pošljete slike."
69
502c2563 70#: mediagoblin/auth/views.py:185
6d794f26
CAW
71msgid "The verification key or user id is incorrect"
72msgstr "Potrditveni ključ ali uporabniška identifikacija je napačna"
73
19e2668b
CAW
74#: mediagoblin/auth/views.py:203
75msgid "You must be logged in so we know who to send the email to!"
76msgstr ""
77
78#: mediagoblin/auth/views.py:211
79msgid "You've already verified your email address!"
80msgstr ""
81
82#: mediagoblin/auth/views.py:224
6d794f26
CAW
83msgid "Resent your verification email."
84msgstr "Ponovno pošiljanje potrditvene e-pošte."
85
19e2668b 86#: mediagoblin/auth/views.py:265
8c12e57b
CAW
87msgid ""
88"Could not send password recovery email as your username is inactive or your "
89"account's email address has not been verified."
90msgstr ""
91
502c2563 92#: mediagoblin/edit/forms.py:24 mediagoblin/submit/forms.py:27
6d794f26
CAW
93msgid "Title"
94msgstr "Naslov"
95
502c2563 96#: mediagoblin/edit/forms.py:28 mediagoblin/submit/forms.py:32
b0391ad9
CAW
97msgid "Tags"
98msgstr "Oznake"
99
19e2668b 100#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:34
a6f06563 101msgid "Seperate tags by commas."
19e2668b
CAW
102msgstr ""
103
104#: mediagoblin/edit/forms.py:33
6d794f26
CAW
105msgid "Slug"
106msgstr "Oznaka"
107
19e2668b 108#: mediagoblin/edit/forms.py:34
6d794f26
CAW
109msgid "The slug can't be empty"
110msgstr "Oznaka ne sme biti prazna"
111
19e2668b 112#: mediagoblin/edit/forms.py:35
b0391ad9
CAW
113msgid ""
114"The title part of this media's URL. You usually don't need to change this."
115msgstr ""
6d794f26 116
19e2668b 117#: mediagoblin/edit/forms.py:42
6d794f26
CAW
118msgid "Bio"
119msgstr "Biografija"
120
19e2668b 121#: mediagoblin/edit/forms.py:45
6d794f26
CAW
122msgid "Website"
123msgstr "Spletna stran"
124
19e2668b
CAW
125#: mediagoblin/edit/forms.py:49
126msgid "Old password"
127msgstr ""
128
129#: mediagoblin/edit/forms.py:52
130msgid "New Password"
131msgstr ""
132
133#: mediagoblin/edit/views.py:65
6d794f26
CAW
134msgid "An entry with that slug already exists for this user."
135msgstr "Vnos s to oznako za tega uporabnika že obstaja."
136
19e2668b 137#: mediagoblin/edit/views.py:86
6d794f26
CAW
138msgid "You are editing another user's media. Proceed with caution."
139msgstr "Urejate vsebino drugega uporabnika. Nadaljujte pazljivo."
140
19e2668b 141#: mediagoblin/edit/views.py:156
6d794f26
CAW
142msgid "You are editing a user's profile. Proceed with caution."
143msgstr "Urejate uporabniški profil. Nadaljujte pazljivo."
144
19e2668b
CAW
145#: mediagoblin/edit/views.py:171
146msgid "Wrong password"
147msgstr ""
148
149#: mediagoblin/edit/views.py:192
150msgid "Profile edited!"
151msgstr ""
152
b3efea3c 153#: mediagoblin/media_types/__init__.py:65
19e2668b
CAW
154msgid "Could not find any file extension in \"{filename}\""
155msgstr ""
39f115ed
CAW
156
157#: mediagoblin/submit/forms.py:25
6d794f26
CAW
158msgid "File"
159msgstr "Datoteka"
160
b0391ad9
CAW
161#: mediagoblin/submit/forms.py:30
162msgid "Description of this work"
163msgstr ""
164
19e2668b 165#: mediagoblin/submit/views.py:49
6d794f26
CAW
166msgid "You must provide a file."
167msgstr "Podati morate datoteko."
168
19e2668b 169#: mediagoblin/submit/views.py:127
6d794f26
CAW
170msgid "Woohoo! Submitted!"
171msgstr "Juhej! Poslano."
172
19e2668b
CAW
173#: mediagoblin/submit/views.py:133
174msgid "Invalid file type."
175msgstr ""
176
39f115ed
CAW
177#: mediagoblin/templates/mediagoblin/404.html:21
178msgid "Oops!"
7d6a9058 179msgstr "Opa!"
39f115ed
CAW
180
181#: mediagoblin/templates/mediagoblin/404.html:24
182msgid "There doesn't seem to be a page at this address. Sorry!"
7d6a9058 183msgstr "Oprostite. Videti je, da na tem naslovu ni nobene strani."
39f115ed
CAW
184
185#: mediagoblin/templates/mediagoblin/404.html:26
186msgid ""
187"If you're sure the address is correct, maybe the page you're looking for has"
188" been moved or deleted."
189msgstr ""
7d6a9058
CAW
190"Če ste v točnost naslova prepričani, je bila iskana stran morda premaknjena "
191"ali pa izbrisana."
39f115ed
CAW
192
193#: mediagoblin/templates/mediagoblin/404.html:32
194msgid "Image of 404 goblin stressing out"
7d6a9058 195msgstr "Slika napake 404 s paničnim škratom"
39f115ed 196
19e2668b 197#: mediagoblin/templates/mediagoblin/base.html:49
39f115ed 198msgid "MediaGoblin logo"
7d6a9058 199msgstr "Logotip MediaGoblin"
6d794f26 200
19e2668b 201#: mediagoblin/templates/mediagoblin/base.html:54
6d794f26
CAW
202msgid "Submit media"
203msgstr "Pošlji vsebino"
204
19e2668b
CAW
205#: mediagoblin/templates/mediagoblin/base.html:65
206msgid "Verify your email!"
207msgstr ""
6d794f26 208
19e2668b
CAW
209#: mediagoblin/templates/mediagoblin/base.html:72
210msgid "log out"
211msgstr ""
212
213#: mediagoblin/templates/mediagoblin/base.html:75
502c2563 214#: mediagoblin/templates/mediagoblin/auth/login.html:27
19e2668b 215#: mediagoblin/templates/mediagoblin/auth/login.html:45
39f115ed 216msgid "Log in"
6d794f26
CAW
217msgstr "Prijava"
218
19e2668b 219#: mediagoblin/templates/mediagoblin/base.html:91
6d794f26
CAW
220msgid ""
221"Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
56f4953c 222"href=\"http://gnu.org/\">GNU</a> project"
6d794f26 223msgstr ""
6d794f26 224
8c12e57b
CAW
225#: mediagoblin/templates/mediagoblin/root.html:24
226msgid "Explore"
227msgstr ""
228
39f115ed 229#: mediagoblin/templates/mediagoblin/root.html:27
19e2668b 230msgid "Hi there, welcome to this MediaGoblin site!"
39f115ed 231msgstr ""
6d794f26 232
19e2668b 233#: mediagoblin/templates/mediagoblin/root.html:28
b3efea3c
CAW
234msgid ""
235"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
236"extraordinarily great piece of media hosting software."
39f115ed 237msgstr ""
6d794f26 238
19e2668b 239#: mediagoblin/templates/mediagoblin/root.html:29
39f115ed 240msgid ""
19e2668b
CAW
241"To add your own media, place comments, save your favourites and more, you "
242"can log in with your MediaGoblin account."
39f115ed 243msgstr ""
6d794f26 244
19e2668b
CAW
245#: mediagoblin/templates/mediagoblin/root.html:31
246msgid "Don't have one yet? It's easy!"
8c12e57b
CAW
247msgstr ""
248
19e2668b 249#: mediagoblin/templates/mediagoblin/root.html:32
8c12e57b
CAW
250#, python-format
251msgid ""
19e2668b 252"<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
8c12e57b 253" or\n"
19e2668b 254" <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
8c12e57b
CAW
255msgstr ""
256
19e2668b 257#: mediagoblin/templates/mediagoblin/root.html:44
8c12e57b
CAW
258msgid "Most recent media"
259msgstr ""
260
502c2563 261#: mediagoblin/templates/mediagoblin/auth/change_fp.html:29
8c12e57b
CAW
262msgid "Enter your new password"
263msgstr ""
264
a6f06563
CAW
265#: mediagoblin/templates/mediagoblin/auth/change_fp.html:33
266#: mediagoblin/templates/mediagoblin/submit/start.html:30
267msgid "Submit"
268msgstr "Pošlji"
269
19e2668b
CAW
270#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:27
271msgid "Recover password"
272msgstr ""
273
274#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:30
275msgid "Send instructions"
8c12e57b
CAW
276msgstr ""
277
278#: mediagoblin/templates/mediagoblin/auth/fp_changed_success.html:22
e9b2d7b4 279msgid "Your password has been changed. Try to log in now."
8c12e57b
CAW
280msgstr ""
281
282#: mediagoblin/templates/mediagoblin/auth/fp_email_sent.html:22
283msgid ""
e9b2d7b4 284"Check your inbox. We sent an email with a URL for changing your password."
8c12e57b
CAW
285msgstr ""
286
287#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
288#, python-format
289msgid ""
290"Hi %(username)s,\n"
291"\n"
292"to change your GNU MediaGoblin password, open the following URL in \n"
293"your web browser:\n"
294"\n"
295"%(verification_url)s\n"
296"\n"
297"If you think this is an error, just ignore this email and continue being\n"
298"a happy goblin!"
299msgstr ""
300
502c2563 301#: mediagoblin/templates/mediagoblin/auth/login.html:30
39f115ed 302msgid "Logging in failed!"
7d6a9058 303msgstr "Prijava ni uspela."
6d794f26 304
19e2668b 305#: mediagoblin/templates/mediagoblin/auth/login.html:35
6d794f26
CAW
306msgid "Don't have an account yet?"
307msgstr "Še nimate računa?"
308
19e2668b 309#: mediagoblin/templates/mediagoblin/auth/login.html:36
6d794f26
CAW
310msgid "Create one here!"
311msgstr "Ustvarite si ga."
312
19e2668b 313#: mediagoblin/templates/mediagoblin/auth/login.html:42
8c12e57b
CAW
314msgid "Forgot your password?"
315msgstr ""
316
6d794f26
CAW
317#: mediagoblin/templates/mediagoblin/auth/register.html:27
318msgid "Create an account!"
319msgstr "Ustvarite račun."
320
502c2563 321#: mediagoblin/templates/mediagoblin/auth/register.html:31
39f115ed 322msgid "Create"
7d6a9058 323msgstr "Ustvari"
39f115ed 324
6d794f26
CAW
325#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
326#, python-format
327msgid ""
328"Hi %(username)s,\n"
329"\n"
330"to activate your GNU MediaGoblin account, open the following URL in\n"
331"your web browser:\n"
332"\n"
333"%(verification_url)s"
334msgstr ""
335"Pozdravljeni, %(username)s\n"
336"\n"
337"Za aktivacijo svojega računa GNU MediaGoblin odprite\n"
338"naslednji URL v svojem spletnem brskalniku:\n"
339"\n"
340"%(verification_url)s"
341
342#: mediagoblin/templates/mediagoblin/edit/edit.html:29
343#, python-format
344msgid "Editing %(media_title)s"
345msgstr "Urejanje %(media_title)s"
346
347#: mediagoblin/templates/mediagoblin/edit/edit.html:36
b0391ad9 348#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
6d794f26
CAW
349msgid "Cancel"
350msgstr "Prekliči"
351
352#: mediagoblin/templates/mediagoblin/edit/edit.html:37
39f115ed 353#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
6d794f26
CAW
354msgid "Save changes"
355msgstr "Shrani spremembe"
356
357#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:29
358#, python-format
359msgid "Editing %(username)s's profile"
360msgstr "Urejanje profila – %(username)s"
361
19e2668b
CAW
362#: mediagoblin/templates/mediagoblin/listings/tag.html:30
363#: mediagoblin/templates/mediagoblin/listings/tag.html:35
364#, python-format
365msgid "Media tagged with: %(tag_name)s"
366msgstr ""
367
368#: mediagoblin/templates/mediagoblin/media_displays/video.html:19
369msgid "Original"
370msgstr ""
6d794f26 371
6d794f26
CAW
372#: mediagoblin/templates/mediagoblin/submit/start.html:26
373msgid "Submit yer media"
374msgstr "Pošljite svojo vsebino"
375
19e2668b
CAW
376#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
377#, python-format
378msgid "%(username)s's media"
379msgstr ""
380
381#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:37
6d794f26
CAW
382#, python-format
383msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
384msgstr "Vsebina uporabnika <a href=\"%(user_url)s\">%(username)s</a>"
385
b3efea3c 386#: mediagoblin/templates/mediagoblin/user_pages/media.html:57
a6f06563
CAW
387#, python-format
388msgid "By <a href=\"%(user_url)s\">%(username)s</a> on %(date)s"
389msgstr ""
390
b3efea3c 391#: mediagoblin/templates/mediagoblin/user_pages/media.html:67
a6f06563
CAW
392msgid "Post a comment"
393msgstr ""
394
b3efea3c 395#: mediagoblin/templates/mediagoblin/user_pages/media.html:85
a6f06563
CAW
396msgid "at"
397msgstr ""
398
b3efea3c 399#: mediagoblin/templates/mediagoblin/user_pages/media.html:102
a6f06563
CAW
400msgid "Post comment!"
401msgstr ""
402
b3efea3c 403#: mediagoblin/templates/mediagoblin/user_pages/media.html:124
a6f06563
CAW
404msgid "Edit"
405msgstr ""
406
b3efea3c 407#: mediagoblin/templates/mediagoblin/user_pages/media.html:130
a6f06563
CAW
408msgid "Delete"
409msgstr ""
410
56f4953c
CAW
411#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
412#, python-format
413msgid "Really delete %(title)s?"
414msgstr ""
415
b0391ad9
CAW
416#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:50
417msgid "Delete Permanently"
56f4953c
CAW
418msgstr ""
419
39f115ed
CAW
420#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:22
421msgid "Media processing panel"
7d6a9058 422msgstr "Podokno obdelovanja vsebine"
39f115ed
CAW
423
424#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:25
425msgid ""
426"You can track the state of media being processed for your gallery here."
7d6a9058 427msgstr "Tu lahko spremljate stanje vsebin, ki so v obdelavi za vašo galerijo."
39f115ed
CAW
428
429#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:28
430msgid "Media in-processing"
7d6a9058 431msgstr "Vsebina v obdelavi"
39f115ed
CAW
432
433#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:46
434msgid "No media in-processing"
7d6a9058 435msgstr "V obdelavi ni nobene vsebine"
39f115ed
CAW
436
437#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:50
438msgid "These uploads failed to process:"
7d6a9058 439msgstr "Teh vsebin ni bilo moč obdelati:"
39f115ed 440
19e2668b
CAW
441#: mediagoblin/templates/mediagoblin/user_pages/user.html:31
442#: mediagoblin/templates/mediagoblin/user_pages/user.html:89
443#, python-format
444msgid "%(username)s's profile"
445msgstr "Profil – %(username)s"
446
447#: mediagoblin/templates/mediagoblin/user_pages/user.html:43
448msgid "Sorry, no such user found."
449msgstr "Oprostite, tega uporabnika ni bilo moč najti."
450
451#: mediagoblin/templates/mediagoblin/user_pages/user.html:50
452#: mediagoblin/templates/mediagoblin/user_pages/user.html:70
39f115ed 453msgid "Email verification needed"
7d6a9058 454msgstr "Potrebna je potrditev prek e-pošte"
6d794f26 455
19e2668b 456#: mediagoblin/templates/mediagoblin/user_pages/user.html:53
39f115ed 457msgid "Almost done! Your account still needs to be activated."
7d6a9058 458msgstr "Skoraj ste zaključili. Svoj račun morate le še aktivirati."
6d794f26 459
19e2668b 460#: mediagoblin/templates/mediagoblin/user_pages/user.html:58
6d794f26
CAW
461msgid ""
462"An email should arrive in a few moments with instructions on how to do so."
463msgstr "V kratkem bi morali prejeti e-pošto z navodili, kako to storiti."
464
19e2668b 465#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
6d794f26
CAW
466msgid "In case it doesn't:"
467msgstr "Če je ne prejmete:"
468
19e2668b 469#: mediagoblin/templates/mediagoblin/user_pages/user.html:65
6d794f26
CAW
470msgid "Resend verification email"
471msgstr "Ponovno pošlji potrditveno e-pošto"
472
19e2668b 473#: mediagoblin/templates/mediagoblin/user_pages/user.html:73
6d794f26
CAW
474msgid ""
475"Someone has registered an account with this username, but it still has to be"
39f115ed 476" activated."
6d794f26 477msgstr ""
7d6a9058
CAW
478"Nekdo je s tem uporabniškim imenom že registriral račun, vendar mora biti še"
479" aktiviran."
6d794f26 480
19e2668b 481#: mediagoblin/templates/mediagoblin/user_pages/user.html:79
6d794f26
CAW
482#, python-format
483msgid ""
484"If you are that person but you've lost your verification email, you can <a "
485"href=\"%(login_url)s\">log in</a> and resend it."
486msgstr ""
487"Če ste ta oseba vi, a ste izgubili potrditveno e-pošto, se lahko <a "
488"href=\"%(login_url)s\">prijavite</a> in jo ponovno pošljete."
489
19e2668b 490#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
39f115ed 491msgid "Here's a spot to tell others about yourself."
7d6a9058 492msgstr "Na tem mestu lahko drugim poveste nekaj o sebi."
39f115ed 493
19e2668b
CAW
494#: mediagoblin/templates/mediagoblin/user_pages/user.html:101
495#: mediagoblin/templates/mediagoblin/user_pages/user.html:119
6d794f26
CAW
496msgid "Edit profile"
497msgstr "Uredi profil"
498
19e2668b 499#: mediagoblin/templates/mediagoblin/user_pages/user.html:107
39f115ed 500msgid "This user hasn't filled in their profile (yet)."
7d6a9058 501msgstr "Ta uporabnik še ni izpolnil svojega profila."
39f115ed 502
19e2668b 503#: mediagoblin/templates/mediagoblin/user_pages/user.html:133
6d794f26
CAW
504#, python-format
505msgid "View all of %(username)s's media"
506msgstr "Prikaži vso vsebino uporabnika %(username)s"
507
19e2668b 508#: mediagoblin/templates/mediagoblin/user_pages/user.html:146
39f115ed
CAW
509msgid ""
510"This is where your media will appear, but you don't seem to have added "
511"anything yet."
7d6a9058 512msgstr "Tu bo prikazana vaša vsebina, a trenutno še niste dodali nič."
39f115ed 513
19e2668b 514#: mediagoblin/templates/mediagoblin/user_pages/user.html:152
39f115ed 515msgid "Add media"
7d6a9058 516msgstr "Dodaj vsebino"
39f115ed 517
19e2668b 518#: mediagoblin/templates/mediagoblin/user_pages/user.html:158
39f115ed 519msgid "There doesn't seem to be any media here yet..."
7d6a9058 520msgstr "Videti je, da tu še ni nobene vsebine ..."
39f115ed
CAW
521
522#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
523msgid "feed icon"
7d6a9058 524msgstr "Ikona vira"
39f115ed
CAW
525
526#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
527msgid "Atom feed"
7d6a9058 528msgstr "Ikona Atom"
39f115ed 529
b0391ad9
CAW
530#: mediagoblin/templates/mediagoblin/utils/pagination.html:40
531msgid "Newer"
532msgstr ""
533
534#: mediagoblin/templates/mediagoblin/utils/pagination.html:46
535msgid "Older"
536msgstr ""
537
a6f06563
CAW
538#: mediagoblin/templates/mediagoblin/utils/pagination.html:50
539msgid "Go to page:"
540msgstr ""
541
19e2668b
CAW
542#: mediagoblin/templates/mediagoblin/utils/tags.html:20
543msgid "Tagged with"
544msgstr ""
545
546#: mediagoblin/templates/mediagoblin/utils/tags.html:25
547msgid "and"
548msgstr ""
549
39f115ed
CAW
550#: mediagoblin/user_pages/forms.py:24
551msgid "Comment"
7d6a9058 552msgstr "Komentar"
39f115ed 553
b0391ad9
CAW
554#: mediagoblin/user_pages/forms.py:30
555msgid "I am sure I want to delete this"
556msgstr ""
557
19e2668b 558#: mediagoblin/user_pages/views.py:155
a6f06563 559msgid "Oops, your comment was empty."
502c2563
CAW
560msgstr ""
561
19e2668b 562#: mediagoblin/user_pages/views.py:161
a6f06563 563msgid "Your comment has been posted!"
502c2563
CAW
564msgstr ""
565
19e2668b
CAW
566#: mediagoblin/user_pages/views.py:183
567msgid "You deleted the media."
568msgstr ""
569
570#: mediagoblin/user_pages/views.py:190
571msgid "The media was not deleted because you didn't check that you were sure."
572msgstr ""
573
574#: mediagoblin/user_pages/views.py:198
56f4953c
CAW
575msgid "You are about to delete another user's media. Proceed with caution."
576msgstr ""
577
6d794f26 578