mediagoblin.po 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. # Translations template for PROJECT.
  2. # Copyright (C) 2012 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU MediaGoblin\n"
  9. "Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
  10. "POT-Creation-Date: 2012-08-05 10:01-0500\n"
  11. "PO-Revision-Date: 2011-08-07 03:51+0000\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. "Generated-By: Babel 0.9.6\n"
  18. "Language: tr\n"
  19. "Plural-Forms: nplurals=1; plural=0\n"
  20. #: mediagoblin/auth/forms.py:25 mediagoblin/auth/forms.py:41
  21. msgid "Username"
  22. msgstr ""
  23. #: mediagoblin/auth/forms.py:30 mediagoblin/auth/forms.py:45
  24. msgid "Password"
  25. msgstr ""
  26. #: mediagoblin/auth/forms.py:34
  27. msgid "Email address"
  28. msgstr ""
  29. #: mediagoblin/auth/forms.py:51
  30. msgid "Username or email"
  31. msgstr ""
  32. #: mediagoblin/auth/forms.py:58
  33. msgid "Incorrect input"
  34. msgstr ""
  35. #: mediagoblin/auth/views.py:55
  36. msgid "Sorry, registration is disabled on this instance."
  37. msgstr ""
  38. #: mediagoblin/auth/views.py:75
  39. msgid "Sorry, a user with that name already exists."
  40. msgstr ""
  41. #: mediagoblin/auth/views.py:79
  42. msgid "Sorry, a user with that email address already exists."
  43. msgstr ""
  44. #: mediagoblin/auth/views.py:182
  45. msgid ""
  46. "Your email address has been verified. You may now login, edit your profile, "
  47. "and submit images!"
  48. msgstr ""
  49. #: mediagoblin/auth/views.py:188
  50. msgid "The verification key or user id is incorrect"
  51. msgstr ""
  52. #: mediagoblin/auth/views.py:206
  53. msgid "You must be logged in so we know who to send the email to!"
  54. msgstr ""
  55. #: mediagoblin/auth/views.py:214
  56. msgid "You've already verified your email address!"
  57. msgstr ""
  58. #: mediagoblin/auth/views.py:227
  59. msgid "Resent your verification email."
  60. msgstr ""
  61. #: mediagoblin/auth/views.py:263
  62. msgid ""
  63. "An email has been sent with instructions on how to change your password."
  64. msgstr ""
  65. #: mediagoblin/auth/views.py:273
  66. msgid ""
  67. "Could not send password recovery email as your username is inactive or your "
  68. "account's email address has not been verified."
  69. msgstr ""
  70. #: mediagoblin/auth/views.py:285
  71. msgid "Couldn't find someone with that username or email."
  72. msgstr ""
  73. #: mediagoblin/auth/views.py:333
  74. msgid "You can now log in using your new password."
  75. msgstr ""
  76. #: mediagoblin/edit/forms.py:25 mediagoblin/submit/forms.py:28
  77. msgid "Title"
  78. msgstr ""
  79. #: mediagoblin/edit/forms.py:28 mediagoblin/submit/forms.py:31
  80. msgid "Description of this work"
  81. msgstr ""
  82. #: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:52
  83. #: mediagoblin/submit/forms.py:32
  84. msgid ""
  85. "You can use\n"
  86. " <a href=\"http://daringfireball.net/projects/markdown/basics\">\n"
  87. " Markdown</a> for formatting."
  88. msgstr ""
  89. #: mediagoblin/edit/forms.py:33 mediagoblin/submit/forms.py:36
  90. msgid "Tags"
  91. msgstr ""
  92. #: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:38
  93. msgid "Separate tags by commas."
  94. msgstr ""
  95. #: mediagoblin/edit/forms.py:38
  96. msgid "Slug"
  97. msgstr ""
  98. #: mediagoblin/edit/forms.py:39
  99. msgid "The slug can't be empty"
  100. msgstr ""
  101. #: mediagoblin/edit/forms.py:40
  102. msgid ""
  103. "The title part of this media's address. You usually don't need to change "
  104. "this."
  105. msgstr ""
  106. #: mediagoblin/edit/forms.py:44 mediagoblin/submit/forms.py:41
  107. #: mediagoblin/templates/mediagoblin/utils/license.html:20
  108. msgid "License"
  109. msgstr ""
  110. #: mediagoblin/edit/forms.py:50
  111. msgid "Bio"
  112. msgstr ""
  113. #: mediagoblin/edit/forms.py:56
  114. msgid "Website"
  115. msgstr ""
  116. #: mediagoblin/edit/forms.py:58
  117. msgid "This address contains errors"
  118. msgstr ""
  119. #: mediagoblin/edit/forms.py:63
  120. msgid "Old password"
  121. msgstr ""
  122. #: mediagoblin/edit/forms.py:64
  123. msgid "Enter your old password to prove you own this account."
  124. msgstr ""
  125. #: mediagoblin/edit/forms.py:67
  126. msgid "New password"
  127. msgstr ""
  128. #: mediagoblin/edit/forms.py:72
  129. msgid "Email me when others comment on my media"
  130. msgstr ""
  131. #: mediagoblin/edit/views.py:64
  132. msgid "An entry with that slug already exists for this user."
  133. msgstr ""
  134. #: mediagoblin/edit/views.py:85
  135. msgid "You are editing another user's media. Proceed with caution."
  136. msgstr ""
  137. #: mediagoblin/edit/views.py:181
  138. msgid "You are editing a user's profile. Proceed with caution."
  139. msgstr ""
  140. #: mediagoblin/edit/views.py:197
  141. msgid "Profile changes saved"
  142. msgstr ""
  143. #: mediagoblin/edit/views.py:226 mediagoblin/edit/views.py:246
  144. msgid "Account settings saved"
  145. msgstr ""
  146. #: mediagoblin/edit/views.py:251
  147. msgid "Wrong password"
  148. msgstr ""
  149. #: mediagoblin/gmg_commands/theme.py:58
  150. msgid "Cannot link theme... no theme set\n"
  151. msgstr ""
  152. #: mediagoblin/gmg_commands/theme.py:71
  153. msgid "No asset directory for this theme\n"
  154. msgstr ""
  155. #: mediagoblin/gmg_commands/theme.py:74
  156. msgid "However, old link directory symlink found; removed.\n"
  157. msgstr ""
  158. #: mediagoblin/media_types/__init__.py:60
  159. #: mediagoblin/media_types/__init__.py:120
  160. msgid "Sorry, I don't support that file type :("
  161. msgstr ""
  162. #: mediagoblin/media_types/video/processing.py:35
  163. msgid "Video transcoding failed"
  164. msgstr ""
  165. #: mediagoblin/processing/__init__.py:138
  166. msgid "Invalid file given for media type."
  167. msgstr ""
  168. #: mediagoblin/submit/forms.py:26
  169. msgid "File"
  170. msgstr ""
  171. #: mediagoblin/submit/views.py:56
  172. msgid "You must provide a file."
  173. msgstr ""
  174. #: mediagoblin/submit/views.py:163
  175. msgid "Woohoo! Submitted!"
  176. msgstr ""
  177. #: mediagoblin/templates/mediagoblin/404.html:22
  178. msgid "Image of 404 goblin stressing out"
  179. msgstr ""
  180. #: mediagoblin/templates/mediagoblin/404.html:23
  181. msgid "Oops!"
  182. msgstr ""
  183. #: mediagoblin/templates/mediagoblin/404.html:24
  184. msgid "There doesn't seem to be a page at this address. Sorry!"
  185. msgstr ""
  186. #: mediagoblin/templates/mediagoblin/404.html:26
  187. msgid ""
  188. "If you're sure the address is correct, maybe the page you're looking for has"
  189. " been moved or deleted."
  190. msgstr ""
  191. #: mediagoblin/templates/mediagoblin/base.html:50
  192. msgid "MediaGoblin logo"
  193. msgstr ""
  194. #: mediagoblin/templates/mediagoblin/base.html:60
  195. msgid "Verify your email!"
  196. msgstr ""
  197. #: mediagoblin/templates/mediagoblin/base.html:66
  198. msgid "+ Add media"
  199. msgstr ""
  200. #: mediagoblin/templates/mediagoblin/base.html:68
  201. msgid "View your profile"
  202. msgstr ""
  203. #: mediagoblin/templates/mediagoblin/base.html:69
  204. msgid "Log out"
  205. msgstr ""
  206. #: mediagoblin/templates/mediagoblin/base.html:74
  207. #: mediagoblin/templates/mediagoblin/auth/login.html:32
  208. #: mediagoblin/templates/mediagoblin/auth/login.html:50
  209. msgid "Log in"
  210. msgstr ""
  211. #: mediagoblin/templates/mediagoblin/base.html:88
  212. msgid ""
  213. "Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
  214. "href=\"http://gnu.org/\">GNU</a> project."
  215. msgstr ""
  216. #: mediagoblin/templates/mediagoblin/base.html:91
  217. #, python-format
  218. msgid ""
  219. "Released under the <a "
  220. "href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a "
  221. "href=\"%(source_link)s\">Source code</a> available."
  222. msgstr ""
  223. #: mediagoblin/templates/mediagoblin/root.html:24
  224. msgid "Explore"
  225. msgstr ""
  226. #: mediagoblin/templates/mediagoblin/root.html:26
  227. msgid "Hi there, welcome to this MediaGoblin site!"
  228. msgstr ""
  229. #: mediagoblin/templates/mediagoblin/root.html:28
  230. msgid ""
  231. "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
  232. "extraordinarily great piece of media hosting software."
  233. msgstr ""
  234. #: mediagoblin/templates/mediagoblin/root.html:29
  235. msgid ""
  236. "To add your own media, place comments, and more, you can log in with your "
  237. "MediaGoblin account."
  238. msgstr ""
  239. #: mediagoblin/templates/mediagoblin/root.html:31
  240. msgid "Don't have one yet? It's easy!"
  241. msgstr ""
  242. #: mediagoblin/templates/mediagoblin/root.html:32
  243. #, python-format
  244. msgid ""
  245. "<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
  246. " or\n"
  247. " <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
  248. msgstr ""
  249. #: mediagoblin/templates/mediagoblin/root.html:40
  250. msgid "Most recent media"
  251. msgstr ""
  252. #: mediagoblin/templates/mediagoblin/admin/panel.html:22
  253. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:22
  254. msgid "Media processing panel"
  255. msgstr ""
  256. #: mediagoblin/templates/mediagoblin/admin/panel.html:25
  257. msgid ""
  258. "Here you can track the state of media being processed on this instance."
  259. msgstr ""
  260. #: mediagoblin/templates/mediagoblin/admin/panel.html:28
  261. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:28
  262. msgid "Media in-processing"
  263. msgstr ""
  264. #: mediagoblin/templates/mediagoblin/admin/panel.html:54
  265. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:52
  266. msgid "No media in-processing"
  267. msgstr ""
  268. #: mediagoblin/templates/mediagoblin/admin/panel.html:57
  269. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:55
  270. msgid "These uploads failed to process:"
  271. msgstr ""
  272. #: mediagoblin/templates/mediagoblin/admin/panel.html:86
  273. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:82
  274. msgid "No failed entries!"
  275. msgstr ""
  276. #: mediagoblin/templates/mediagoblin/admin/panel.html:88
  277. msgid "Last 10 successful uploads"
  278. msgstr ""
  279. #: mediagoblin/templates/mediagoblin/admin/panel.html:108
  280. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:103
  281. msgid "No processed entries, yet!"
  282. msgstr ""
  283. #: mediagoblin/templates/mediagoblin/auth/change_fp.html:32
  284. msgid "Set your new password"
  285. msgstr ""
  286. #: mediagoblin/templates/mediagoblin/auth/change_fp.html:35
  287. msgid "Set password"
  288. msgstr ""
  289. #: mediagoblin/templates/mediagoblin/auth/forgot_password.html:27
  290. msgid "Recover password"
  291. msgstr ""
  292. #: mediagoblin/templates/mediagoblin/auth/forgot_password.html:30
  293. msgid "Send instructions"
  294. msgstr ""
  295. #: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
  296. #, python-format
  297. msgid ""
  298. "Hi %(username)s,\n"
  299. "\n"
  300. "to change your GNU MediaGoblin password, open the following URL in \n"
  301. "your web browser:\n"
  302. "\n"
  303. "%(verification_url)s\n"
  304. "\n"
  305. "If you think this is an error, just ignore this email and continue being\n"
  306. "a happy goblin!"
  307. msgstr ""
  308. #: mediagoblin/templates/mediagoblin/auth/login.html:35
  309. msgid "Logging in failed!"
  310. msgstr ""
  311. #: mediagoblin/templates/mediagoblin/auth/login.html:40
  312. msgid "Don't have an account yet?"
  313. msgstr ""
  314. #: mediagoblin/templates/mediagoblin/auth/login.html:41
  315. msgid "Create one here!"
  316. msgstr ""
  317. #: mediagoblin/templates/mediagoblin/auth/login.html:47
  318. msgid "Forgot your password?"
  319. msgstr ""
  320. #: mediagoblin/templates/mediagoblin/auth/register.html:32
  321. msgid "Create an account!"
  322. msgstr ""
  323. #: mediagoblin/templates/mediagoblin/auth/register.html:36
  324. msgid "Create"
  325. msgstr ""
  326. #: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
  327. #, python-format
  328. msgid ""
  329. "Hi %(username)s,\n"
  330. "\n"
  331. "to activate your GNU MediaGoblin account, open the following URL in\n"
  332. "your web browser:\n"
  333. "\n"
  334. "%(verification_url)s"
  335. msgstr ""
  336. #: mediagoblin/templates/mediagoblin/edit/edit.html:29
  337. #, python-format
  338. msgid "Editing %(media_title)s"
  339. msgstr ""
  340. #: mediagoblin/templates/mediagoblin/edit/edit.html:36
  341. #: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
  342. msgid "Cancel"
  343. msgstr ""
  344. #: mediagoblin/templates/mediagoblin/edit/edit.html:37
  345. #: mediagoblin/templates/mediagoblin/edit/edit_account.html:40
  346. #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
  347. msgid "Save changes"
  348. msgstr ""
  349. #: mediagoblin/templates/mediagoblin/edit/edit_account.html:34
  350. #, python-format
  351. msgid "Changing %(username)s's account settings"
  352. msgstr ""
  353. #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:29
  354. #, python-format
  355. msgid "Editing %(username)s's profile"
  356. msgstr ""
  357. #: mediagoblin/templates/mediagoblin/listings/tag.html:30
  358. #: mediagoblin/templates/mediagoblin/listings/tag.html:35
  359. #, python-format
  360. msgid "Media tagged with: %(tag_name)s"
  361. msgstr ""
  362. #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34
  363. #: mediagoblin/templates/mediagoblin/media_displays/audio.html:56
  364. #: mediagoblin/templates/mediagoblin/media_displays/image.html:23
  365. #: mediagoblin/templates/mediagoblin/media_displays/video.html:52
  366. msgid "Download"
  367. msgstr ""
  368. #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38
  369. #: mediagoblin/templates/mediagoblin/media_displays/image.html:27
  370. msgid "Original"
  371. msgstr ""
  372. #: mediagoblin/templates/mediagoblin/media_displays/audio.html:44
  373. msgid ""
  374. "Sorry, this audio will not work because \n"
  375. "\tyour web browser does not support HTML5 \n"
  376. "\taudio."
  377. msgstr ""
  378. #: mediagoblin/templates/mediagoblin/media_displays/audio.html:47
  379. msgid ""
  380. "You can get a modern web browser that \n"
  381. "\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
  382. "\t http://getfirefox.com</a>!"
  383. msgstr ""
  384. #: mediagoblin/templates/mediagoblin/media_displays/audio.html:60
  385. #: mediagoblin/templates/mediagoblin/media_displays/video.html:56
  386. msgid "Original file"
  387. msgstr ""
  388. #: mediagoblin/templates/mediagoblin/media_displays/audio.html:63
  389. msgid "WebM file (Vorbis codec)"
  390. msgstr ""
  391. #: mediagoblin/templates/mediagoblin/media_displays/video.html:40
  392. msgid ""
  393. "Sorry, this video will not work because \n"
  394. "\t your web browser does not support HTML5 \n"
  395. "\t video."
  396. msgstr ""
  397. #: mediagoblin/templates/mediagoblin/media_displays/video.html:43
  398. msgid ""
  399. "You can get a modern web browser that \n"
  400. "\t can play this video at <a href=\"http://getfirefox.com\">\n"
  401. "\t http://getfirefox.com</a>!"
  402. msgstr ""
  403. #: mediagoblin/templates/mediagoblin/media_displays/video.html:59
  404. msgid "WebM file (640p; VP8/Vorbis)"
  405. msgstr ""
  406. #: mediagoblin/templates/mediagoblin/submit/start.html:26
  407. msgid "Add your media"
  408. msgstr ""
  409. #: mediagoblin/templates/mediagoblin/submit/start.html:30
  410. msgid "Add"
  411. msgstr ""
  412. #: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19
  413. #, python-format
  414. msgid ""
  415. "Hi %(username)s,\n"
  416. "%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n"
  417. msgstr ""
  418. #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
  419. #, python-format
  420. msgid "%(username)s's media"
  421. msgstr ""
  422. #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:37
  423. #, python-format
  424. msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
  425. msgstr ""
  426. #: mediagoblin/templates/mediagoblin/user_pages/media.html:46
  427. #, python-format
  428. msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
  429. msgstr ""
  430. #: mediagoblin/templates/mediagoblin/user_pages/media.html:67
  431. #: mediagoblin/templates/mediagoblin/user_pages/media.html:73
  432. #, python-format
  433. msgid "Image for %(media_title)s"
  434. msgstr ""
  435. #: mediagoblin/templates/mediagoblin/user_pages/media.html:87
  436. msgid "Edit"
  437. msgstr ""
  438. #: mediagoblin/templates/mediagoblin/user_pages/media.html:91
  439. msgid "Delete"
  440. msgstr ""
  441. #: mediagoblin/templates/mediagoblin/user_pages/media.html:102
  442. msgid "Add a comment"
  443. msgstr ""
  444. #: mediagoblin/templates/mediagoblin/user_pages/media.html:109
  445. msgid ""
  446. "You can use <a "
  447. "href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> for"
  448. " formatting."
  449. msgstr ""
  450. #: mediagoblin/templates/mediagoblin/user_pages/media.html:113
  451. msgid "Add this comment"
  452. msgstr ""
  453. #: mediagoblin/templates/mediagoblin/user_pages/media.html:132
  454. msgid "at"
  455. msgstr ""
  456. #: mediagoblin/templates/mediagoblin/user_pages/media.html:152
  457. #, python-format
  458. msgid ""
  459. "<h3>Added on</h3>\n"
  460. " <p>%(date)s</p>"
  461. msgstr ""
  462. #: mediagoblin/templates/mediagoblin/user_pages/media.html:167
  463. #: mediagoblin/templates/mediagoblin/user_pages/media.html:183
  464. msgid "Attachments"
  465. msgstr ""
  466. #: mediagoblin/templates/mediagoblin/user_pages/media.html:188
  467. msgid "Add attachment"
  468. msgstr ""
  469. #: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
  470. #, python-format
  471. msgid "Really delete %(title)s?"
  472. msgstr ""
  473. #: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:50
  474. msgid "Delete permanently"
  475. msgstr ""
  476. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:25
  477. msgid ""
  478. "You can track the state of media being processed for your gallery here."
  479. msgstr ""
  480. #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:85
  481. msgid "Your last 10 successful uploads"
  482. msgstr ""
  483. #: mediagoblin/templates/mediagoblin/user_pages/user.html:31
  484. #: mediagoblin/templates/mediagoblin/user_pages/user.html:89
  485. #, python-format
  486. msgid "%(username)s's profile"
  487. msgstr ""
  488. #: mediagoblin/templates/mediagoblin/user_pages/user.html:43
  489. msgid "Sorry, no such user found."
  490. msgstr ""
  491. #: mediagoblin/templates/mediagoblin/user_pages/user.html:50
  492. #: mediagoblin/templates/mediagoblin/user_pages/user.html:70
  493. msgid "Email verification needed"
  494. msgstr ""
  495. #: mediagoblin/templates/mediagoblin/user_pages/user.html:53
  496. msgid "Almost done! Your account still needs to be activated."
  497. msgstr ""
  498. #: mediagoblin/templates/mediagoblin/user_pages/user.html:58
  499. msgid ""
  500. "An email should arrive in a few moments with instructions on how to do so."
  501. msgstr ""
  502. #: mediagoblin/templates/mediagoblin/user_pages/user.html:62
  503. msgid "In case it doesn't:"
  504. msgstr ""
  505. #: mediagoblin/templates/mediagoblin/user_pages/user.html:65
  506. msgid "Resend verification email"
  507. msgstr ""
  508. #: mediagoblin/templates/mediagoblin/user_pages/user.html:73
  509. msgid ""
  510. "Someone has registered an account with this username, but it still has to be"
  511. " activated."
  512. msgstr ""
  513. #: mediagoblin/templates/mediagoblin/user_pages/user.html:79
  514. #, python-format
  515. msgid ""
  516. "If you are that person but you've lost your verification email, you can <a "
  517. "href=\"%(login_url)s\">log in</a> and resend it."
  518. msgstr ""
  519. #: mediagoblin/templates/mediagoblin/user_pages/user.html:96
  520. msgid "Here's a spot to tell others about yourself."
  521. msgstr ""
  522. #: mediagoblin/templates/mediagoblin/user_pages/user.html:101
  523. #: mediagoblin/templates/mediagoblin/user_pages/user.html:118
  524. msgid "Edit profile"
  525. msgstr ""
  526. #: mediagoblin/templates/mediagoblin/user_pages/user.html:106
  527. msgid "This user hasn't filled in their profile (yet)."
  528. msgstr ""
  529. #: mediagoblin/templates/mediagoblin/user_pages/user.html:125
  530. msgid "Change account settings"
  531. msgstr ""
  532. #: mediagoblin/templates/mediagoblin/user_pages/user.html:138
  533. #, python-format
  534. msgid "View all of %(username)s's media"
  535. msgstr ""
  536. #: mediagoblin/templates/mediagoblin/user_pages/user.html:151
  537. msgid ""
  538. "This is where your media will appear, but you don't seem to have added "
  539. "anything yet."
  540. msgstr ""
  541. #: mediagoblin/templates/mediagoblin/user_pages/user.html:157
  542. msgid "Add media"
  543. msgstr ""
  544. #: mediagoblin/templates/mediagoblin/user_pages/user.html:163
  545. #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:72
  546. msgid "There doesn't seem to be any media here yet..."
  547. msgstr ""
  548. #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
  549. msgid "feed icon"
  550. msgstr ""
  551. #: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
  552. msgid "Atom feed"
  553. msgstr ""
  554. #: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:25
  555. msgid "Location"
  556. msgstr ""
  557. #: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:38
  558. #, python-format
  559. msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
  560. msgstr ""
  561. #: mediagoblin/templates/mediagoblin/utils/license.html:25
  562. msgid "All rights reserved"
  563. msgstr ""
  564. #: mediagoblin/templates/mediagoblin/utils/pagination.html:39
  565. msgid "← Newer"
  566. msgstr ""
  567. #: mediagoblin/templates/mediagoblin/utils/pagination.html:45
  568. msgid "Older →"
  569. msgstr ""
  570. #: mediagoblin/templates/mediagoblin/utils/pagination.html:48
  571. msgid "Go to page:"
  572. msgstr ""
  573. #: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
  574. #: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
  575. msgid "newer"
  576. msgstr ""
  577. #: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
  578. #: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
  579. msgid "older"
  580. msgstr ""
  581. #: mediagoblin/templates/mediagoblin/utils/tags.html:20
  582. msgid "Tagged with"
  583. msgstr ""
  584. #: mediagoblin/tools/exif.py:78
  585. msgid "Could not read the image file."
  586. msgstr ""
  587. #: mediagoblin/user_pages/forms.py:30
  588. msgid "I am sure I want to delete this"
  589. msgstr ""
  590. #: mediagoblin/user_pages/lib.py:56
  591. msgid "commented on your post"
  592. msgstr ""
  593. #: mediagoblin/user_pages/views.py:160
  594. msgid "Oops, your comment was empty."
  595. msgstr ""
  596. #: mediagoblin/user_pages/views.py:166
  597. msgid "Your comment has been posted!"
  598. msgstr ""
  599. #: mediagoblin/user_pages/views.py:200
  600. msgid ""
  601. "Some of the files with this entry seem to be missing. Deleting anyway."
  602. msgstr ""
  603. #: mediagoblin/user_pages/views.py:205
  604. msgid "You deleted the media."
  605. msgstr ""
  606. #: mediagoblin/user_pages/views.py:212
  607. msgid "The media was not deleted because you didn't check that you were sure."
  608. msgstr ""
  609. #: mediagoblin/user_pages/views.py:220
  610. msgid "You are about to delete another user's media. Proceed with caution."
  611. msgstr ""