django.po 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Aarni Koskela, 2015,2017,2020-2022
  5. # Antti Kaihola <antti.15+transifex@kaihola.fi>, 2011
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # Jiri Grönroos <jiri.gronroos@iki.fi>, 2021,2023
  8. # Klaus Dahlén, 2012
  9. # Nikolay Korotkiy <sikmir@disroot.org>, 2018
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2023-09-18 11:41-0300\n"
  15. "PO-Revision-Date: 2023-12-04 07:05+0000\n"
  16. "Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>, 2021,2023\n"
  17. "Language-Team: Finnish (http://app.transifex.com/django/django/language/"
  18. "fi/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: fi\n"
  23. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  24. #, python-format
  25. msgid "Delete selected %(verbose_name_plural)s"
  26. msgstr "Poista valitut \"%(verbose_name_plural)s\"-kohteet"
  27. #, python-format
  28. msgid "Successfully deleted %(count)d %(items)s."
  29. msgstr "%(count)d \"%(items)s\"-kohdetta poistettu."
  30. #, python-format
  31. msgid "Cannot delete %(name)s"
  32. msgstr "Ei voida poistaa: %(name)s"
  33. msgid "Are you sure?"
  34. msgstr "Oletko varma?"
  35. msgid "Administration"
  36. msgstr "Hallinta"
  37. msgid "All"
  38. msgstr "Kaikki"
  39. msgid "Yes"
  40. msgstr "Kyllä"
  41. msgid "No"
  42. msgstr "Ei"
  43. msgid "Unknown"
  44. msgstr "Tuntematon"
  45. msgid "Any date"
  46. msgstr "Mikä tahansa päivä"
  47. msgid "Today"
  48. msgstr "Tänään"
  49. msgid "Past 7 days"
  50. msgstr "Viimeiset 7 päivää"
  51. msgid "This month"
  52. msgstr "Tässä kuussa"
  53. msgid "This year"
  54. msgstr "Tänä vuonna"
  55. msgid "No date"
  56. msgstr "Ei päivämäärää"
  57. msgid "Has date"
  58. msgstr "On päivämäärä"
  59. msgid "Empty"
  60. msgstr "Tyhjä"
  61. msgid "Not empty"
  62. msgstr "Ei tyhjä"
  63. #, python-format
  64. msgid ""
  65. "Please enter the correct %(username)s and password for a staff account. Note "
  66. "that both fields may be case-sensitive."
  67. msgstr ""
  68. "Ole hyvä ja syötä henkilökuntatilin %(username)s ja salasana. Huomaa että "
  69. "kummassakin kentässä isoilla ja pienillä kirjaimilla saattaa olla merkitystä."
  70. msgid "Action:"
  71. msgstr "Toiminto:"
  72. #, python-format
  73. msgid "Add another %(verbose_name)s"
  74. msgstr "Lisää toinen %(verbose_name)s"
  75. msgid "Remove"
  76. msgstr "Poista"
  77. msgid "Addition"
  78. msgstr "Lisäys"
  79. msgid "Change"
  80. msgstr "Muokkaa"
  81. msgid "Deletion"
  82. msgstr "Poisto"
  83. msgid "action time"
  84. msgstr "tapahtumahetki"
  85. msgid "user"
  86. msgstr "käyttäjä"
  87. msgid "content type"
  88. msgstr "sisältötyyppi"
  89. msgid "object id"
  90. msgstr "kohteen tunniste"
  91. #. Translators: 'repr' means representation
  92. #. (https://docs.python.org/library/functions.html#repr)
  93. msgid "object repr"
  94. msgstr "kohteen tiedot"
  95. msgid "action flag"
  96. msgstr "tapahtumatyyppi"
  97. msgid "change message"
  98. msgstr "selitys"
  99. msgid "log entry"
  100. msgstr "lokimerkintä"
  101. msgid "log entries"
  102. msgstr "lokimerkinnät"
  103. #, python-format
  104. msgid "Added “%(object)s”."
  105. msgstr "Lisätty \"%(object)s\"."
  106. #, python-format
  107. msgid "Changed “%(object)s” — %(changes)s"
  108. msgstr "Muokattu \"%(object)s\" - %(changes)s"
  109. #, python-format
  110. msgid "Deleted “%(object)s.”"
  111. msgstr "Poistettu \"%(object)s.\""
  112. msgid "LogEntry Object"
  113. msgstr "Lokimerkintätietue"
  114. #, python-brace-format
  115. msgid "Added {name} “{object}”."
  116. msgstr "Lisätty {name} \"{object}\"."
  117. msgid "Added."
  118. msgstr "Lisätty."
  119. msgid "and"
  120. msgstr "ja"
  121. #, python-brace-format
  122. msgid "Changed {fields} for {name} “{object}”."
  123. msgstr "Muutettu {fields} {name}-kohteelle \"{object}\"."
  124. #, python-brace-format
  125. msgid "Changed {fields}."
  126. msgstr "Muutettu {fields}."
  127. #, python-brace-format
  128. msgid "Deleted {name} “{object}”."
  129. msgstr "Poistettu {name} \"{object}\"."
  130. msgid "No fields changed."
  131. msgstr "Ei muutoksia kenttiin."
  132. msgid "None"
  133. msgstr "Ei arvoa"
  134. msgid "Hold down “Control”, or “Command” on a Mac, to select more than one."
  135. msgstr ""
  136. " Pidä \"Ctrl\" (tai Macin \"Command\") pohjassa valitaksesi useita "
  137. "vaihtoehtoja."
  138. msgid "Select this object for an action - {}"
  139. msgstr ""
  140. #, python-brace-format
  141. msgid "The {name} “{obj}” was added successfully."
  142. msgstr "{name} \"{obj}\" on lisätty."
  143. msgid "You may edit it again below."
  144. msgstr "Voit muokata sitä jälleen alla."
  145. #, python-brace-format
  146. msgid ""
  147. "The {name} “{obj}” was added successfully. You may add another {name} below."
  148. msgstr "{name} \"{obj}\" on lisätty. Voit lisätä toisen {name}-kohteen alla."
  149. #, python-brace-format
  150. msgid ""
  151. "The {name} “{obj}” was changed successfully. You may edit it again below."
  152. msgstr "{name} \"{obj}\" on muokattu. Voit muokata sitä edelleen alla."
  153. #, python-brace-format
  154. msgid "The {name} “{obj}” was added successfully. You may edit it again below."
  155. msgstr "{name} \"{obj}\" on lisätty. Voit muokata sitä edelleen alla."
  156. #, python-brace-format
  157. msgid ""
  158. "The {name} “{obj}” was changed successfully. You may add another {name} "
  159. "below."
  160. msgstr "{name} \"{obj}\" on muokattu. Voit lisätä toisen {name}-kohteen alla."
  161. #, python-brace-format
  162. msgid "The {name} “{obj}” was changed successfully."
  163. msgstr "{name} \"{obj}\" on muokattu."
  164. msgid ""
  165. "Items must be selected in order to perform actions on them. No items have "
  166. "been changed."
  167. msgstr ""
  168. "Kohteiden täytyy olla valittuna, jotta niihin voi kohdistaa toimintoja. "
  169. "Kohteita ei ole muutettu."
  170. msgid "No action selected."
  171. msgstr "Ei toimintoa valittuna."
  172. #, python-format
  173. msgid "The %(name)s “%(obj)s” was deleted successfully."
  174. msgstr "%(name)s \"%(obj)s\" on poistettu."
  175. #, python-format
  176. msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?"
  177. msgstr "%(name)s tunnisteella \"%(key)s\" puuttuu. Se on voitu poistaa."
  178. #, python-format
  179. msgid "Add %s"
  180. msgstr "Lisää %s"
  181. #, python-format
  182. msgid "Change %s"
  183. msgstr "Muokkaa %s"
  184. #, python-format
  185. msgid "View %s"
  186. msgstr "Näytä %s"
  187. msgid "Database error"
  188. msgstr "Tietokantavirhe"
  189. #, python-format
  190. msgid "%(count)s %(name)s was changed successfully."
  191. msgid_plural "%(count)s %(name)s were changed successfully."
  192. msgstr[0] "%(count)s %(name)s on muokattu."
  193. msgstr[1] "%(count)s \"%(name)s\"-kohdetta on muokattu."
  194. #, python-format
  195. msgid "%(total_count)s selected"
  196. msgid_plural "All %(total_count)s selected"
  197. msgstr[0] "%(total_count)s valittu"
  198. msgstr[1] "Kaikki %(total_count)s valittu"
  199. #, python-format
  200. msgid "0 of %(cnt)s selected"
  201. msgstr "0 valittuna %(cnt)s mahdollisesta"
  202. #, python-format
  203. msgid "Change history: %s"
  204. msgstr "Muokkaushistoria: %s"
  205. #. Translators: Model verbose name and instance
  206. #. representation, suitable to be an item in a
  207. #. list.
  208. #, python-format
  209. msgid "%(class_name)s %(instance)s"
  210. msgstr "%(class_name)s %(instance)s"
  211. #, python-format
  212. msgid ""
  213. "Deleting %(class_name)s %(instance)s would require deleting the following "
  214. "protected related objects: %(related_objects)s"
  215. msgstr ""
  216. "%(class_name)s %(instance)s poistaminen vaatisi myös seuraavien suojattujen "
  217. "liittyvien kohteiden poiston: %(related_objects)s"
  218. msgid "Django site admin"
  219. msgstr "Django-sivuston ylläpito"
  220. msgid "Django administration"
  221. msgstr "Djangon ylläpito"
  222. msgid "Site administration"
  223. msgstr "Sivuston ylläpito"
  224. msgid "Log in"
  225. msgstr "Kirjaudu sisään"
  226. #, python-format
  227. msgid "%(app)s administration"
  228. msgstr "%(app)s-ylläpito"
  229. msgid "Page not found"
  230. msgstr "Sivua ei löydy"
  231. msgid "We’re sorry, but the requested page could not be found."
  232. msgstr "Pahoittelemme, pyydettyä sivua ei löytynyt."
  233. msgid "Home"
  234. msgstr "Etusivu"
  235. msgid "Server error"
  236. msgstr "Palvelinvirhe"
  237. msgid "Server error (500)"
  238. msgstr "Palvelinvirhe (500)"
  239. msgid "Server Error <em>(500)</em>"
  240. msgstr "Palvelinvirhe <em>(500)</em>"
  241. msgid ""
  242. "There’s been an error. It’s been reported to the site administrators via "
  243. "email and should be fixed shortly. Thanks for your patience."
  244. msgstr ""
  245. "Sattui virhe. Virheestä on huomautettu sivuston ylläpitäjille sähköpostitse "
  246. "ja se korjautunee piakkoin. Kiitos kärsivällisyydestä."
  247. msgid "Run the selected action"
  248. msgstr "Suorita valittu toiminto"
  249. msgid "Go"
  250. msgstr "Suorita"
  251. msgid "Click here to select the objects across all pages"
  252. msgstr "Klikkaa tästä valitaksesi kohteet kaikilta sivuilta"
  253. #, python-format
  254. msgid "Select all %(total_count)s %(module_name)s"
  255. msgstr "Valitse kaikki %(total_count)s %(module_name)s"
  256. msgid "Clear selection"
  257. msgstr "Tyhjennä valinta"
  258. msgid "Breadcrumbs"
  259. msgstr "Murupolut"
  260. #, python-format
  261. msgid "Models in the %(name)s application"
  262. msgstr "Sovelluksen %(name)s mallit"
  263. msgid "Add"
  264. msgstr "Lisää"
  265. msgid "View"
  266. msgstr "Näytä"
  267. msgid "You don’t have permission to view or edit anything."
  268. msgstr "Sinulla ei ole oikeutta näyttää tai muokata mitään."
  269. msgid ""
  270. "First, enter a username and password. Then, you’ll be able to edit more user "
  271. "options."
  272. msgstr ""
  273. "Syötä ensin käyttäjätunnus ja salasana. Sen jälkeen voit muokata muita "
  274. "käyttäjän tietoja."
  275. msgid "Enter a username and password."
  276. msgstr "Syötä käyttäjätunnus ja salasana."
  277. msgid "Change password"
  278. msgstr "Vaihda salasana"
  279. msgid "Please correct the error below."
  280. msgid_plural "Please correct the errors below."
  281. msgstr[0] "Korjaa alla oleva virhe."
  282. msgstr[1] "Korjaa alla olevat virheet."
  283. #, python-format
  284. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  285. msgstr "Syötä käyttäjän <strong>%(username)s</strong> uusi salasana."
  286. msgid "Skip to main content"
  287. msgstr "Siirry pääsisältöön"
  288. msgid "Welcome,"
  289. msgstr "Tervetuloa,"
  290. msgid "View site"
  291. msgstr "Näytä sivusto"
  292. msgid "Documentation"
  293. msgstr "Dokumentaatio"
  294. msgid "Log out"
  295. msgstr "Kirjaudu ulos"
  296. #, python-format
  297. msgid "Add %(name)s"
  298. msgstr "Lisää %(name)s"
  299. msgid "History"
  300. msgstr "Muokkaushistoria"
  301. msgid "View on site"
  302. msgstr "Näytä lopputulos"
  303. msgid "Filter"
  304. msgstr "Suodatin"
  305. msgid "Hide counts"
  306. msgstr "Piilota lukumäärät"
  307. msgid "Show counts"
  308. msgstr "Näytä lukumäärät"
  309. msgid "Clear all filters"
  310. msgstr "Tyhjennä kaikki suodattimet"
  311. msgid "Remove from sorting"
  312. msgstr "Poista järjestämisestä"
  313. #, python-format
  314. msgid "Sorting priority: %(priority_number)s"
  315. msgstr "Järjestysprioriteetti: %(priority_number)s"
  316. msgid "Toggle sorting"
  317. msgstr "Kytke järjestäminen"
  318. msgid "Toggle theme (current theme: auto)"
  319. msgstr ""
  320. msgid "Toggle theme (current theme: light)"
  321. msgstr ""
  322. msgid "Toggle theme (current theme: dark)"
  323. msgstr ""
  324. msgid "Delete"
  325. msgstr "Poista"
  326. #, python-format
  327. msgid ""
  328. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  329. "related objects, but your account doesn't have permission to delete the "
  330. "following types of objects:"
  331. msgstr ""
  332. "Kohteen '%(escaped_object)s' (%(object_name)s) poisto poistaisi myös siihen "
  333. "liittyviä kohteita, mutta sinulla ei ole oikeutta näiden kohteiden "
  334. "poistamiseen:"
  335. #, python-format
  336. msgid ""
  337. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  338. "following protected related objects:"
  339. msgstr ""
  340. "%(object_name)s '%(escaped_object)s': poistettaessa joudutaan poistamaan "
  341. "myös seuraavat suojatut siihen liittyvät kohteet:"
  342. #, python-format
  343. msgid ""
  344. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  345. "All of the following related items will be deleted:"
  346. msgstr ""
  347. "Haluatko varmasti poistaa kohteen \"%(escaped_object)s\" (%(object_name)s)? "
  348. "Myös seuraavat kohteet poistettaisiin samalla:"
  349. msgid "Objects"
  350. msgstr "Kohteet"
  351. msgid "Yes, I’m sure"
  352. msgstr "Kyllä, olen varma"
  353. msgid "No, take me back"
  354. msgstr "Ei, mennään takaisin"
  355. msgid "Delete multiple objects"
  356. msgstr "Poista useita kohteita"
  357. #, python-format
  358. msgid ""
  359. "Deleting the selected %(objects_name)s would result in deleting related "
  360. "objects, but your account doesn't have permission to delete the following "
  361. "types of objects:"
  362. msgstr ""
  363. "Jos valitut %(objects_name)s poistettaisiin, jouduttaisiin poistamaan niihin "
  364. "liittyviä kohteita. Sinulla ei kuitenkaan ole oikeutta poistaa seuraavia "
  365. "kohdetyyppejä:"
  366. #, python-format
  367. msgid ""
  368. "Deleting the selected %(objects_name)s would require deleting the following "
  369. "protected related objects:"
  370. msgstr ""
  371. "Jos valitut %(objects_name)s poistetaan, pitää poistaa myös seuraavat "
  372. "suojatut niihin liittyvät kohteet:"
  373. #, python-format
  374. msgid ""
  375. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  376. "following objects and their related items will be deleted:"
  377. msgstr ""
  378. "Haluatko varmasti poistaa valitut %(objects_name)s? Samalla poistetaan "
  379. "kaikki alla mainitut ja niihin liittyvät kohteet:"
  380. msgid "Delete?"
  381. msgstr "Poista?"
  382. #, python-format
  383. msgid " By %(filter_title)s "
  384. msgstr " %(filter_title)s "
  385. msgid "Summary"
  386. msgstr "Yhteenveto"
  387. msgid "Recent actions"
  388. msgstr "Viimeisimmät tapahtumat"
  389. msgid "My actions"
  390. msgstr "Omat tapahtumat"
  391. msgid "None available"
  392. msgstr "Ei yhtään"
  393. msgid "Added:"
  394. msgstr "Lisätty:"
  395. msgid "Changed:"
  396. msgstr "Muutettu:"
  397. msgid "Deleted:"
  398. msgstr "Poistettu:"
  399. msgid "Unknown content"
  400. msgstr "Tuntematon sisältö"
  401. msgid ""
  402. "Something’s wrong with your database installation. Make sure the appropriate "
  403. "database tables have been created, and make sure the database is readable by "
  404. "the appropriate user."
  405. msgstr ""
  406. "Tietokanta-asennuksessa on jotain vialla. Varmista, että sopivat taulut on "
  407. "luotu ja että oikea käyttäjä voi lukea tietokantaa."
  408. #, python-format
  409. msgid ""
  410. "You are authenticated as %(username)s, but are not authorized to access this "
  411. "page. Would you like to login to a different account?"
  412. msgstr ""
  413. "Olet kirjautunut käyttäjänä %(username)s, mutta sinulla ei ole pääsyä tälle "
  414. "sivulle. Haluaisitko kirjautua eri tilille?"
  415. msgid "Forgotten your password or username?"
  416. msgstr "Unohditko salasanasi tai käyttäjätunnuksesi?"
  417. msgid "Toggle navigation"
  418. msgstr "Kytke navigaatio"
  419. msgid "Sidebar"
  420. msgstr "Sivupalkki"
  421. msgid "Start typing to filter…"
  422. msgstr "Kirjoita suodattaaksesi..."
  423. msgid "Filter navigation items"
  424. msgstr "Suodata navigaatiovaihtoehtoja"
  425. msgid "Date/time"
  426. msgstr "Pvm/klo"
  427. msgid "User"
  428. msgstr "Käyttäjä"
  429. msgid "Action"
  430. msgstr "Tapahtuma"
  431. msgid "entry"
  432. msgid_plural "entries"
  433. msgstr[0] "merkintä"
  434. msgstr[1] "merkintää"
  435. msgid ""
  436. "This object doesn’t have a change history. It probably wasn’t added via this "
  437. "admin site."
  438. msgstr ""
  439. "Tällä kohteella ei ole muutoshistoriaa. Sitä ei ole ilmeisesti lisätty tämän "
  440. "ylläpitosivun avulla."
  441. msgid "Show all"
  442. msgstr "Näytä kaikki"
  443. msgid "Save"
  444. msgstr "Tallenna ja poistu"
  445. msgid "Popup closing…"
  446. msgstr "Ponnahdusikkuna sulkeutuu..."
  447. msgid "Search"
  448. msgstr "Haku"
  449. #, python-format
  450. msgid "%(counter)s result"
  451. msgid_plural "%(counter)s results"
  452. msgstr[0] "%(counter)s osuma"
  453. msgstr[1] "%(counter)s osumaa"
  454. #, python-format
  455. msgid "%(full_result_count)s total"
  456. msgstr "yhteensä %(full_result_count)s"
  457. msgid "Save as new"
  458. msgstr "Tallenna uutena"
  459. msgid "Save and add another"
  460. msgstr "Tallenna ja lisää toinen"
  461. msgid "Save and continue editing"
  462. msgstr "Tallenna välillä ja jatka muokkaamista"
  463. msgid "Save and view"
  464. msgstr "Tallenna ja näytä"
  465. msgid "Close"
  466. msgstr "Sulje"
  467. #, python-format
  468. msgid "Change selected %(model)s"
  469. msgstr "Muuta valittuja %(model)s"
  470. #, python-format
  471. msgid "Add another %(model)s"
  472. msgstr "Lisää toinen %(model)s"
  473. #, python-format
  474. msgid "Delete selected %(model)s"
  475. msgstr "Poista valitut %(model)s"
  476. #, python-format
  477. msgid "View selected %(model)s"
  478. msgstr "Näytä valitut %(model)s"
  479. msgid "Thanks for spending some quality time with the web site today."
  480. msgstr "Kiitos sivuillamme viettämästäsi ajasta."
  481. msgid "Log in again"
  482. msgstr "Kirjaudu uudelleen sisään"
  483. msgid "Password change"
  484. msgstr "Salasanan vaihtaminen"
  485. msgid "Your password was changed."
  486. msgstr "Salasanasi on vaihdettu."
  487. msgid ""
  488. "Please enter your old password, for security’s sake, and then enter your new "
  489. "password twice so we can verify you typed it in correctly."
  490. msgstr ""
  491. "Syötä vanha salasanasi varmistukseksi, ja syötä sitten uusi salasanasi kaksi "
  492. "kertaa, jotta se tulee varmasti oikein."
  493. msgid "Change my password"
  494. msgstr "Vaihda salasana"
  495. msgid "Password reset"
  496. msgstr "Salasanan nollaus"
  497. msgid "Your password has been set. You may go ahead and log in now."
  498. msgstr "Salasanasi on asetettu. Nyt voit kirjautua sisään."
  499. msgid "Password reset confirmation"
  500. msgstr "Salasanan nollauksen vahvistus"
  501. msgid ""
  502. "Please enter your new password twice so we can verify you typed it in "
  503. "correctly."
  504. msgstr ""
  505. "Syötä uusi salasanasi kaksi kertaa, jotta voimme varmistaa että syötit sen "
  506. "oikein."
  507. msgid "New password:"
  508. msgstr "Uusi salasana:"
  509. msgid "Confirm password:"
  510. msgstr "Varmista uusi salasana:"
  511. msgid ""
  512. "The password reset link was invalid, possibly because it has already been "
  513. "used. Please request a new password reset."
  514. msgstr ""
  515. "Salasanan nollauslinkki oli virheellinen, mahdollisesti siksi että se on jo "
  516. "käytetty. Ole hyvä ja pyydä uusi salasanan nollaus."
  517. msgid ""
  518. "We’ve emailed you instructions for setting your password, if an account "
  519. "exists with the email you entered. You should receive them shortly."
  520. msgstr ""
  521. "Sinulle on lähetetty sähköpostitse ohjeet salasanasi asettamiseen, mikäli "
  522. "antamallasi sähköpostiosoitteella on olemassa tili."
  523. msgid ""
  524. "If you don’t receive an email, please make sure you’ve entered the address "
  525. "you registered with, and check your spam folder."
  526. msgstr ""
  527. "Jos viestiä ei näy, ole hyvä ja varmista syöttäneesi oikea sähköpostiosoite "
  528. "sekä tarkista sähköpostisi roskapostikansio."
  529. #, python-format
  530. msgid ""
  531. "You're receiving this email because you requested a password reset for your "
  532. "user account at %(site_name)s."
  533. msgstr ""
  534. "Tämä viesti on lähetetty sinulle, koska olet pyytänyt %(site_name)s -"
  535. "sivustolla salasanan palautusta."
  536. msgid "Please go to the following page and choose a new password:"
  537. msgstr "Määrittele uusi salasanasi oheisella sivulla:"
  538. msgid "Your username, in case you’ve forgotten:"
  539. msgstr "Käyttäjätunnuksesi siltä varalta, että olet unohtanut sen:"
  540. msgid "Thanks for using our site!"
  541. msgstr "Kiitos vierailustasi sivuillamme!"
  542. #, python-format
  543. msgid "The %(site_name)s team"
  544. msgstr "Sivuston %(site_name)s ylläpitäjät"
  545. msgid ""
  546. "Forgotten your password? Enter your email address below, and we’ll email "
  547. "instructions for setting a new one."
  548. msgstr ""
  549. "Unohditko salasanasi? Syötä sähköpostiosoitteesi alle ja lähetämme sinulle "
  550. "ohjeet uuden salasanan asettamiseksi."
  551. msgid "Email address:"
  552. msgstr "Sähköpostiosoite:"
  553. msgid "Reset my password"
  554. msgstr "Nollaa salasanani"
  555. msgid "Select all objects on this page for an action"
  556. msgstr ""
  557. msgid "All dates"
  558. msgstr "Kaikki päivät"
  559. #, python-format
  560. msgid "Select %s"
  561. msgstr "Valitse %s"
  562. #, python-format
  563. msgid "Select %s to change"
  564. msgstr "Valitse muokattava %s"
  565. #, python-format
  566. msgid "Select %s to view"
  567. msgstr "Valitse näytettävä %s"
  568. msgid "Date:"
  569. msgstr "Pvm:"
  570. msgid "Time:"
  571. msgstr "Klo:"
  572. msgid "Lookup"
  573. msgstr "Etsi"
  574. msgid "Currently:"
  575. msgstr "Tällä hetkellä:"
  576. msgid "Change:"
  577. msgstr "Muokkaa:"