Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2012-2013
  5. # Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2013-2018
  6. # Claude Paroz <claude@2xlibre.net>, 2016
  7. # Dinu Gherman <gherman@darwin.in-berlin.de>, 2011
  8. # kristjan <kristjan.schmidt@googlemail.com>, 2012
  9. # Nikolay Korotkiy <sikmir@gmail.com>, 2017
  10. # Adamo Mesha <adam.raizen@gmail.com>, 2012
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2018-05-21 14:16-0300\n"
  16. "PO-Revision-Date: 2018-07-30 21:41+0000\n"
  17. "Last-Translator: Baptiste Darthenay <baptiste+transifex@darthenay.fr>\n"
  18. "Language-Team: Esperanto (http://www.transifex.com/django/django/language/"
  19. "eo/)\n"
  20. "MIME-Version: 1.0\n"
  21. "Content-Type: text/plain; charset=UTF-8\n"
  22. "Content-Transfer-Encoding: 8bit\n"
  23. "Language: eo\n"
  24. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  25. #, python-format
  26. msgid "Successfully deleted %(count)d %(items)s."
  27. msgstr "Sukcese forigis %(count)d %(items)s."
  28. #, python-format
  29. msgid "Cannot delete %(name)s"
  30. msgstr "Ne povas forigi %(name)s"
  31. msgid "Are you sure?"
  32. msgstr "Ĉu vi certas?"
  33. #, python-format
  34. msgid "Delete selected %(verbose_name_plural)s"
  35. msgstr "Forigi elektitajn %(verbose_name_plural)sn"
  36. msgid "Administration"
  37. msgstr "Administrado"
  38. msgid "All"
  39. msgstr "Ĉio"
  40. msgid "Yes"
  41. msgstr "Jes"
  42. msgid "No"
  43. msgstr "Ne"
  44. msgid "Unknown"
  45. msgstr "Nekonata"
  46. msgid "Any date"
  47. msgstr "Ajna dato"
  48. msgid "Today"
  49. msgstr "Hodiaŭ"
  50. msgid "Past 7 days"
  51. msgstr "Lastaj 7 tagoj"
  52. msgid "This month"
  53. msgstr "Ĉi tiu monato"
  54. msgid "This year"
  55. msgstr "Ĉi tiu jaro"
  56. msgid "No date"
  57. msgstr "Neniu dato"
  58. msgid "Has date"
  59. msgstr "Havas daton"
  60. #, python-format
  61. msgid ""
  62. "Please enter the correct %(username)s and password for a staff account. Note "
  63. "that both fields may be case-sensitive."
  64. msgstr ""
  65. "Bonvolu eniri la ĝustan %(username)s-n kaj pasvorton por personara konto. "
  66. "Notu, ke ambaŭ kampoj povas esti usklecodistinga."
  67. msgid "Action:"
  68. msgstr "Ago:"
  69. #, python-format
  70. msgid "Add another %(verbose_name)s"
  71. msgstr "Aldoni alian %(verbose_name)sn"
  72. msgid "Remove"
  73. msgstr "Forigu"
  74. msgid "Addition"
  75. msgstr "Aldono"
  76. msgid "Change"
  77. msgstr "Ŝanĝi"
  78. msgid "Deletion"
  79. msgstr "Forviŝo"
  80. msgid "action time"
  81. msgstr "aga tempo"
  82. msgid "user"
  83. msgstr "uzanto"
  84. msgid "content type"
  85. msgstr "enhava tipo"
  86. msgid "object id"
  87. msgstr "objekta identigaĵo"
  88. #. Translators: 'repr' means representation
  89. #. (https://docs.python.org/3/library/functions.html#repr)
  90. msgid "object repr"
  91. msgstr "objekta prezento"
  92. msgid "action flag"
  93. msgstr "aga marko"
  94. msgid "change message"
  95. msgstr "ŝanĝmesaĝo"
  96. msgid "log entry"
  97. msgstr "protokolero"
  98. msgid "log entries"
  99. msgstr "protokoleroj"
  100. #, python-format
  101. msgid "Added \"%(object)s\"."
  102. msgstr "\"%(object)s\" aldonita."
  103. #, python-format
  104. msgid "Changed \"%(object)s\" - %(changes)s"
  105. msgstr "Ŝanĝita \"%(object)s\" - %(changes)s"
  106. #, python-format
  107. msgid "Deleted \"%(object)s.\""
  108. msgstr "Forigita \"%(object)s.\""
  109. msgid "LogEntry Object"
  110. msgstr "Protokolera objekto"
  111. #, python-brace-format
  112. msgid "Added {name} \"{object}\"."
  113. msgstr "Aldonita {name} \"{object}\"."
  114. msgid "Added."
  115. msgstr "Aldonita."
  116. msgid "and"
  117. msgstr "kaj"
  118. #, python-brace-format
  119. msgid "Changed {fields} for {name} \"{object}\"."
  120. msgstr "Ŝanĝita {fields} por {name} \"{object}\"."
  121. #, python-brace-format
  122. msgid "Changed {fields}."
  123. msgstr "Ŝanĝita {fields}."
  124. #, python-brace-format
  125. msgid "Deleted {name} \"{object}\"."
  126. msgstr "Forigita {name} \"{object}\"."
  127. msgid "No fields changed."
  128. msgstr "Neniu kampo ŝanĝita."
  129. msgid "None"
  130. msgstr "Neniu"
  131. msgid ""
  132. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  133. msgstr ""
  134. "Premadu la stirklavon, aŭ Komando-klavon ĉe Mac, por elekti pli ol unu."
  135. #, python-brace-format
  136. msgid "The {name} \"{obj}\" was added successfully."
  137. msgstr "La {name} \"{obj}\" estis aldonita sukcese."
  138. msgid "You may edit it again below."
  139. msgstr "Eblas redakti ĝin sube."
  140. #, python-brace-format
  141. msgid ""
  142. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  143. "below."
  144. msgstr ""
  145. "La {name} \"{obj}\" estis sukcese aldonita. Vi povas sube aldoni alian {name}"
  146. "n."
  147. #, python-brace-format
  148. msgid ""
  149. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  150. msgstr ""
  151. "La {name} \"{obj}\" estis sukcese ŝanĝita. Vi povas sube redakti ĝin denove."
  152. #, python-brace-format
  153. msgid ""
  154. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  155. msgstr ""
  156. "La {name} \"{obj}\" estis aldonita sukcese. Vi rajtas ĝin redakti denove "
  157. "sube."
  158. #, python-brace-format
  159. msgid ""
  160. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  161. "below."
  162. msgstr ""
  163. "La {name} \"{obj}\" estis sukcese ŝanĝita. Vi povas sube aldoni alian {name}"
  164. "n."
  165. #, python-brace-format
  166. msgid "The {name} \"{obj}\" was changed successfully."
  167. msgstr "La {name} \"{obj}\" estis ŝanĝita sukcese."
  168. msgid ""
  169. "Items must be selected in order to perform actions on them. No items have "
  170. "been changed."
  171. msgstr ""
  172. "Elementoj devas esti elektitaj por elfari agojn sur ilin. Neniu elemento "
  173. "estis ŝanĝita."
  174. msgid "No action selected."
  175. msgstr "Neniu ago elektita."
  176. #, python-format
  177. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  178. msgstr "La %(name)s \"%(obj)s\" estis forigita sukcese."
  179. #, python-format
  180. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  181. msgstr "%(name)s kun ID \"%(key)s\" ne ekzistas. Eble tio estis forigita?"
  182. #, python-format
  183. msgid "Add %s"
  184. msgstr "Aldoni %sn"
  185. #, python-format
  186. msgid "Change %s"
  187. msgstr "Ŝanĝi %s"
  188. #, python-format
  189. msgid "View %s"
  190. msgstr "Vidi %sn"
  191. msgid "Database error"
  192. msgstr "Datumbaza eraro"
  193. #, python-format
  194. msgid "%(count)s %(name)s was changed successfully."
  195. msgid_plural "%(count)s %(name)s were changed successfully."
  196. msgstr[0] "%(count)s %(name)s estis sukcese ŝanĝita."
  197. msgstr[1] "%(count)s %(name)s estis sukcese ŝanĝitaj."
  198. #, python-format
  199. msgid "%(total_count)s selected"
  200. msgid_plural "All %(total_count)s selected"
  201. msgstr[0] "%(total_count)s elektitaj"
  202. msgstr[1] "Ĉiuj %(total_count)s elektitaj"
  203. #, python-format
  204. msgid "0 of %(cnt)s selected"
  205. msgstr "0 el %(cnt)s elektita"
  206. #, python-format
  207. msgid "Change history: %s"
  208. msgstr "Ŝanĝa historio: %s"
  209. #. Translators: Model verbose name and instance representation,
  210. #. suitable to be an item in a list.
  211. #, python-format
  212. msgid "%(class_name)s %(instance)s"
  213. msgstr "%(class_name)s %(instance)s"
  214. #, python-format
  215. msgid ""
  216. "Deleting %(class_name)s %(instance)s would require deleting the following "
  217. "protected related objects: %(related_objects)s"
  218. msgstr ""
  219. "Forigi la %(class_name)s-n “%(instance)s” postulus forigi la sekvajn "
  220. "protektitajn rilatajn objektojn: %(related_objects)s"
  221. msgid "Django site admin"
  222. msgstr "Djanga reteja administrado"
  223. msgid "Django administration"
  224. msgstr "Djanga administrado"
  225. msgid "Site administration"
  226. msgstr "Reteja administrado"
  227. msgid "Log in"
  228. msgstr "Ensaluti"
  229. #, python-format
  230. msgid "%(app)s administration"
  231. msgstr "%(app)s administrado"
  232. msgid "Page not found"
  233. msgstr "Paĝo ne trovita"
  234. msgid "We're sorry, but the requested page could not be found."
  235. msgstr "Bedaŭrinde la petitan paĝon ne povas esti trovita."
  236. msgid "Home"
  237. msgstr "Ĉefpaĝo"
  238. msgid "Server error"
  239. msgstr "Servila eraro"
  240. msgid "Server error (500)"
  241. msgstr "Servila eraro (500)"
  242. msgid "Server Error <em>(500)</em>"
  243. msgstr "Servila eraro <em>(500)</em>"
  244. msgid ""
  245. "There's been an error. It's been reported to the site administrators via "
  246. "email and should be fixed shortly. Thanks for your patience."
  247. msgstr ""
  248. "Okazis eraro. Ĝi estis raportita al la retejaj administrantoj tra retpoŝto "
  249. "kaj baldaŭ devus esti riparita. Dankon por via pacienco."
  250. msgid "Run the selected action"
  251. msgstr "Lanĉi la elektita agon"
  252. msgid "Go"
  253. msgstr "Ek"
  254. msgid "Click here to select the objects across all pages"
  255. msgstr "Klaku ĉi-tie por elekti la objektojn trans ĉiuj paĝoj"
  256. #, python-format
  257. msgid "Select all %(total_count)s %(module_name)s"
  258. msgstr "Elekti ĉiuj %(total_count)s %(module_name)s"
  259. msgid "Clear selection"
  260. msgstr "Viŝi elekton"
  261. msgid ""
  262. "First, enter a username and password. Then, you'll be able to edit more user "
  263. "options."
  264. msgstr ""
  265. "Unue, bovolu tajpi salutnomon kaj pasvorton. Tiam, vi povos redakti pli da "
  266. "uzantaj agordoj."
  267. msgid "Enter a username and password."
  268. msgstr "Enigu salutnomon kaj pasvorton."
  269. msgid "Change password"
  270. msgstr "Ŝanĝi pasvorton"
  271. msgid "Please correct the error below."
  272. msgstr "Bonvolu ĝustigi la eraron sube."
  273. msgid "Please correct the errors below."
  274. msgstr "Bonvolu ĝustigi la erarojn sube."
  275. #, python-format
  276. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  277. msgstr "Enigu novan pasvorton por la uzanto <strong>%(username)s</strong>."
  278. msgid "Welcome,"
  279. msgstr "Bonvenon,"
  280. msgid "View site"
  281. msgstr "Vidi retejon"
  282. msgid "Documentation"
  283. msgstr "Dokumentaro"
  284. msgid "Log out"
  285. msgstr "Elsaluti"
  286. #, python-format
  287. msgid "Add %(name)s"
  288. msgstr "Aldoni %(name)sn"
  289. msgid "History"
  290. msgstr "Historio"
  291. msgid "View on site"
  292. msgstr "Vidi sur retejo"
  293. msgid "Filter"
  294. msgstr "Filtri"
  295. msgid "Remove from sorting"
  296. msgstr "Forigi el ordigado"
  297. #, python-format
  298. msgid "Sorting priority: %(priority_number)s"
  299. msgstr "Ordiga prioritato: %(priority_number)s"
  300. msgid "Toggle sorting"
  301. msgstr "Ŝalti ordigadon"
  302. msgid "Delete"
  303. msgstr "Forigi"
  304. #, python-format
  305. msgid ""
  306. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  307. "related objects, but your account doesn't have permission to delete the "
  308. "following types of objects:"
  309. msgstr ""
  310. "Foriganti la %(object_name)s '%(escaped_object)s' rezultus en foriganti "
  311. "rilatajn objektojn, sed via konto ne havas permeson por forigi la sekvantajn "
  312. "tipojn de objektoj:"
  313. #, python-format
  314. msgid ""
  315. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  316. "following protected related objects:"
  317. msgstr ""
  318. "Forigi la %(object_name)s '%(escaped_object)s' postulus forigi la sekvajn "
  319. "protektitajn rilatajn objektojn:"
  320. #, python-format
  321. msgid ""
  322. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  323. "All of the following related items will be deleted:"
  324. msgstr ""
  325. "Ĉu vi certas, ke vi volas forigi %(object_name)s \"%(escaped_object)s\"? "
  326. "Ĉiuj el la sekvaj rilataj eroj estos forigitaj:"
  327. msgid "Objects"
  328. msgstr "Objektoj"
  329. msgid "Yes, I'm sure"
  330. msgstr "Jes, mi certas"
  331. msgid "No, take me back"
  332. msgstr "Ne, reen"
  333. msgid "Delete multiple objects"
  334. msgstr "Forigi plurajn objektojn"
  335. #, python-format
  336. msgid ""
  337. "Deleting the selected %(objects_name)s would result in deleting related "
  338. "objects, but your account doesn't have permission to delete the following "
  339. "types of objects:"
  340. msgstr ""
  341. "Forigi la %(objects_name)s rezultus en forigi rilatajn objektojn, sed via "
  342. "konto ne havas permeson por forigi la sekvajn tipojn de objektoj:"
  343. #, python-format
  344. msgid ""
  345. "Deleting the selected %(objects_name)s would require deleting the following "
  346. "protected related objects:"
  347. msgstr ""
  348. "Forigi la %(objects_name)s postulus forigi la sekvajn protektitajn rilatajn "
  349. "objektojn:"
  350. #, python-format
  351. msgid ""
  352. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  353. "following objects and their related items will be deleted:"
  354. msgstr ""
  355. "Ĉu vi certas, ke vi volas forigi la elektitajn %(objects_name)s? Ĉiuj el la "
  356. "sekvaj objektoj kaj iliaj rilataj eroj estos forigita:"
  357. msgid "View"
  358. msgstr "Vidi"
  359. msgid "Delete?"
  360. msgstr "Forviŝi?"
  361. #, python-format
  362. msgid " By %(filter_title)s "
  363. msgstr " Laŭ %(filter_title)s "
  364. msgid "Summary"
  365. msgstr "Resumo"
  366. #, python-format
  367. msgid "Models in the %(name)s application"
  368. msgstr "Modeloj en la %(name)s aplikaĵo"
  369. msgid "Add"
  370. msgstr "Aldoni"
  371. msgid "You don't have permission to view or edit anything."
  372. msgstr "Vi havas nenian permeson por vidi aŭ redakti."
  373. msgid "Recent actions"
  374. msgstr "Lastaj agoj"
  375. msgid "My actions"
  376. msgstr "Miaj agoj"
  377. msgid "None available"
  378. msgstr "Neniu disponebla"
  379. msgid "Unknown content"
  380. msgstr "Nekonata enhavo"
  381. msgid ""
  382. "Something's wrong with your database installation. Make sure the appropriate "
  383. "database tables have been created, and make sure the database is readable by "
  384. "the appropriate user."
  385. msgstr ""
  386. "Io malbonas en via datumbaza instalo. Bonvolu certigi ke la konvenaj tabeloj "
  387. "de datumbazo estis kreitaj, kaj ke la datumbazo estas legebla per la ĝusta "
  388. "uzanto."
  389. #, python-format
  390. msgid ""
  391. "You are authenticated as %(username)s, but are not authorized to access this "
  392. "page. Would you like to login to a different account?"
  393. msgstr ""
  394. "Vi estas aŭtentikigita kiel %(username)s, sed ne havas permeson aliri tiun "
  395. "paĝon. Ĉu vi ŝatus ensaluti per alia konto?"
  396. msgid "Forgotten your password or username?"
  397. msgstr "Ĉu vi forgesis vian pasvorton aŭ salutnomo?"
  398. msgid "Date/time"
  399. msgstr "Dato/horo"
  400. msgid "User"
  401. msgstr "Uzanto"
  402. msgid "Action"
  403. msgstr "Ago"
  404. msgid ""
  405. "This object doesn't have a change history. It probably wasn't added via this "
  406. "admin site."
  407. msgstr ""
  408. "Ĉi tiu objekto ne havas ŝanĝ-historion. Eble ĝi ne estis aldonita per la "
  409. "administranta retejo."
  410. msgid "Show all"
  411. msgstr "Montri ĉion"
  412. msgid "Save"
  413. msgstr "Konservi"
  414. msgid "Popup closing..."
  415. msgstr "Ŝprucfenestro fermante…"
  416. #, python-format
  417. msgid "Change selected %(model)s"
  418. msgstr "Redaktu elektitan %(model)sn"
  419. #, python-format
  420. msgid "View selected %(model)s"
  421. msgstr "Vidi elektitan %(model)sn"
  422. #, python-format
  423. msgid "Add another %(model)s"
  424. msgstr "Aldoni alian %(model)sn"
  425. #, python-format
  426. msgid "Delete selected %(model)s"
  427. msgstr "Forigi elektitan %(model)sn"
  428. msgid "Search"
  429. msgstr "Serĉu"
  430. #, python-format
  431. msgid "%(counter)s result"
  432. msgid_plural "%(counter)s results"
  433. msgstr[0] "%(counter)s resulto"
  434. msgstr[1] "%(counter)s rezultoj"
  435. #, python-format
  436. msgid "%(full_result_count)s total"
  437. msgstr "%(full_result_count)s entute"
  438. msgid "Save as new"
  439. msgstr "Konservi kiel novan"
  440. msgid "Save and add another"
  441. msgstr "Konservi kaj aldoni alian"
  442. msgid "Save and continue editing"
  443. msgstr "Konservi kaj daŭre redakti"
  444. msgid "Save and view"
  445. msgstr "Konservi kaj vidi"
  446. msgid "Close"
  447. msgstr "Fermi"
  448. msgid "Thanks for spending some quality time with the Web site today."
  449. msgstr "Dankon pro pasigo de kvalita tempon kun la retejo hodiaŭ."
  450. msgid "Log in again"
  451. msgstr "Ensaluti denove"
  452. msgid "Password change"
  453. msgstr "Pasvorta ŝanĝo"
  454. msgid "Your password was changed."
  455. msgstr "Via pasvorto estis sukcese ŝanĝita."
  456. msgid ""
  457. "Please enter your old password, for security's sake, and then enter your new "
  458. "password twice so we can verify you typed it in correctly."
  459. msgstr ""
  460. "Bonvolu enigi vian malnovan pasvorton, pro sekureco, kaj tiam enigi vian "
  461. "novan pasvorton dufoje, tiel ni povas konfirmi ke vi ĝuste tajpis ĝin."
  462. msgid "Change my password"
  463. msgstr "Ŝanĝi mian passvorton"
  464. msgid "Password reset"
  465. msgstr "Pasvorta rekomencigo"
  466. msgid "Your password has been set. You may go ahead and log in now."
  467. msgstr "Via pasvorto estis ŝanĝita. Vi povas iri antaŭen kaj ensaluti nun."
  468. msgid "Password reset confirmation"
  469. msgstr "Pasvorta rekomenciga konfirmo"
  470. msgid ""
  471. "Please enter your new password twice so we can verify you typed it in "
  472. "correctly."
  473. msgstr ""
  474. "Bonvolu entajpi vian novan pasvorton dufoje, tiel ni povas konfirmi ke vi "
  475. "ĝuste tajpis ĝin."
  476. msgid "New password:"
  477. msgstr "Nova pasvorto:"
  478. msgid "Confirm password:"
  479. msgstr "Konfirmi pasvorton:"
  480. msgid ""
  481. "The password reset link was invalid, possibly because it has already been "
  482. "used. Please request a new password reset."
  483. msgstr ""
  484. "La pasvorta rekomenciga ligo malvalidis, eble ĉar ĝi jam estis uzata. "
  485. "Bonvolu peti novan pasvortan rekomencigon."
  486. msgid ""
  487. "We've emailed you instructions for setting your password, if an account "
  488. "exists with the email you entered. You should receive them shortly."
  489. msgstr ""
  490. "Ni retpoŝte sendis al vi instrukciojn por agordi la pasvorton, se la "
  491. "koncerna konto ekzistas, al la retpoŝta adreso kiun vi sendis. Vi baldaŭ "
  492. "devus ĝin ricevi."
  493. msgid ""
  494. "If you don't receive an email, please make sure you've entered the address "
  495. "you registered with, and check your spam folder."
  496. msgstr ""
  497. "Se vi ne ricevas retpoŝton, bonvolu certigi ke vi metis la adreson per kiu "
  498. "vi registris, kaj kontroli vian spaman dosierujon."
  499. #, python-format
  500. msgid ""
  501. "You're receiving this email because you requested a password reset for your "
  502. "user account at %(site_name)s."
  503. msgstr ""
  504. "Vi ricevis ĉi tiun retpoŝton ĉar vi petis pasvortan rekomencigon por via "
  505. "uzanta konto ĉe %(site_name)s."
  506. msgid "Please go to the following page and choose a new password:"
  507. msgstr "Bonvolu iri al la sekvanta paĝo kaj elekti novan pasvorton:"
  508. msgid "Your username, in case you've forgotten:"
  509. msgstr "Via salutnomo, se vi forgesis:"
  510. msgid "Thanks for using our site!"
  511. msgstr "Dankon pro uzo de nia retejo!"
  512. #, python-format
  513. msgid "The %(site_name)s team"
  514. msgstr "La %(site_name)s teamo"
  515. msgid ""
  516. "Forgotten your password? Enter your email address below, and we'll email "
  517. "instructions for setting a new one."
  518. msgstr ""
  519. "Vi forgesis vian pasvorton? Malsupre enigu vian retpoŝtan adreson kaj ni "
  520. "retpoŝte sendos instrukciojn por agordi novan."
  521. msgid "Email address:"
  522. msgstr "Retpoŝto:"
  523. msgid "Reset my password"
  524. msgstr "Rekomencigi mian pasvorton"
  525. msgid "All dates"
  526. msgstr "Ĉiuj datoj"
  527. #, python-format
  528. msgid "Select %s"
  529. msgstr "Elekti %sn"
  530. #, python-format
  531. msgid "Select %s to change"
  532. msgstr "Elekti %sn por ŝanĝi"
  533. #, python-format
  534. msgid "Select %s to view"
  535. msgstr "Elektu %sn por vidi"
  536. msgid "Date:"
  537. msgstr "Dato:"
  538. msgid "Time:"
  539. msgstr "Horo:"
  540. msgid "Lookup"
  541. msgstr "Trarigardo"
  542. msgid "Currently:"
  543. msgstr "Nuntempe:"
  544. msgid "Change:"
  545. msgstr "Ŝanĝo:"