django.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Aitzol Naberan <anaberan@codesyntax.com>, 2013,2016
  5. # Eneko Illarramendi <eneko@illarra.com>, 2017-2019,2022
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # julen, 2012-2013
  8. # julen, 2013
  9. # Urtzi Odriozola <urtzi.odriozola@gmail.com>, 2017
  10. # Yoaira García <ygarcia@codesyntax.eus>, 2021
  11. msgid ""
  12. msgstr ""
  13. "Project-Id-Version: django\n"
  14. "Report-Msgid-Bugs-To: \n"
  15. "POT-Creation-Date: 2022-05-17 05:10-0500\n"
  16. "PO-Revision-Date: 2022-07-25 07:05+0000\n"
  17. "Last-Translator: Eneko Illarramendi <eneko@illarra.com>\n"
  18. "Language-Team: Basque (http://www.transifex.com/django/django/language/eu/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: eu\n"
  23. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  24. #, python-format
  25. msgid "Delete selected %(verbose_name_plural)s"
  26. msgstr "Ezabatu aukeratutako %(verbose_name_plural)s"
  27. #, python-format
  28. msgid "Successfully deleted %(count)d %(items)s."
  29. msgstr "%(count)d %(items)s elementu ezabatu dira."
  30. #, python-format
  31. msgid "Cannot delete %(name)s"
  32. msgstr "Ezin da %(name)s ezabatu"
  33. msgid "Are you sure?"
  34. msgstr "Ziur al zaude?"
  35. msgid "Administration"
  36. msgstr "Kudeaketa"
  37. msgid "All"
  38. msgstr "Dena"
  39. msgid "Yes"
  40. msgstr "Bai"
  41. msgid "No"
  42. msgstr "Ez"
  43. msgid "Unknown"
  44. msgstr "Ezezaguna"
  45. msgid "Any date"
  46. msgstr "Edozein data"
  47. msgid "Today"
  48. msgstr "Gaur"
  49. msgid "Past 7 days"
  50. msgstr "Aurreko 7 egunak"
  51. msgid "This month"
  52. msgstr "Hilabete hau"
  53. msgid "This year"
  54. msgstr "Urte hau"
  55. msgid "No date"
  56. msgstr "Datarik ez"
  57. msgid "Has date"
  58. msgstr "Data dauka"
  59. msgid "Empty"
  60. msgstr "Hutsik"
  61. msgid "Not empty"
  62. msgstr ""
  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. "Idatzi kudeaketa gunerako %(username)s eta pasahitz zuzena. Kontuan izan "
  69. "biek maiuskula/minuskulak desberdintzen dituztela."
  70. msgid "Action:"
  71. msgstr "Ekintza:"
  72. #, python-format
  73. msgid "Add another %(verbose_name)s"
  74. msgstr "Gehitu beste %(verbose_name)s bat"
  75. msgid "Remove"
  76. msgstr "Kendu"
  77. msgid "Addition"
  78. msgstr "Gehitzea"
  79. msgid "Change"
  80. msgstr "Aldatu"
  81. msgid "Deletion"
  82. msgstr "Ezabatzea"
  83. msgid "action time"
  84. msgstr "Ekintza hordua"
  85. msgid "user"
  86. msgstr "erabiltzailea"
  87. msgid "content type"
  88. msgstr "eduki mota"
  89. msgid "object id"
  90. msgstr "objetuaren id-a"
  91. #. Translators: 'repr' means representation
  92. #. (https://docs.python.org/library/functions.html#repr)
  93. msgid "object repr"
  94. msgstr "objeturaren adierazpena"
  95. msgid "action flag"
  96. msgstr "Ekintza botoia"
  97. msgid "change message"
  98. msgstr "Mezua aldatu"
  99. msgid "log entry"
  100. msgstr "Log sarrera"
  101. msgid "log entries"
  102. msgstr "log sarrerak"
  103. #, python-format
  104. msgid "Added “%(object)s”."
  105. msgstr "\"%(object)s\" gehituta."
  106. #, python-format
  107. msgid "Changed “%(object)s” — %(changes)s"
  108. msgstr ""
  109. #, python-format
  110. msgid "Deleted “%(object)s.”"
  111. msgstr "\"%(object)s\" ezabatuta."
  112. msgid "LogEntry Object"
  113. msgstr "LogEntry objetua"
  114. #, python-brace-format
  115. msgid "Added {name} “{object}”."
  116. msgstr "{name} \"{object}\" gehituta."
  117. msgid "Added."
  118. msgstr "Gehituta"
  119. msgid "and"
  120. msgstr "eta"
  121. #, python-brace-format
  122. msgid "Changed {fields} for {name} “{object}”."
  123. msgstr ""
  124. #, python-brace-format
  125. msgid "Changed {fields}."
  126. msgstr "{fields} aldatuta."
  127. #, python-brace-format
  128. msgid "Deleted {name} “{object}”."
  129. msgstr "{name} \"{object}\" ezabatuta."
  130. msgid "No fields changed."
  131. msgstr "Ez da eremurik aldatu."
  132. msgid "None"
  133. msgstr "Bat ere ez"
  134. msgid "Hold down “Control”, or “Command” on a Mac, to select more than one."
  135. msgstr ""
  136. "Bat baino gehiago hautatzeko, sakatu \"Kontrol\" tekla edo \"Command\" Mac "
  137. "batean."
  138. #, python-brace-format
  139. msgid "The {name} “{obj}” was added successfully."
  140. msgstr ""
  141. msgid "You may edit it again below."
  142. msgstr "Aldaketa gehiago egin ditzazkezu jarraian."
  143. #, python-brace-format
  144. msgid ""
  145. "The {name} “{obj}” was added successfully. You may add another {name} below."
  146. msgstr ""
  147. "{name} \"{obj}\" ondo gehitu da. Beste {name} bat gehitu dezakezu jarraian."
  148. #, python-brace-format
  149. msgid ""
  150. "The {name} “{obj}” was changed successfully. You may edit it again below."
  151. msgstr ""
  152. "{name} \"{obj}\" ondo aldatu da. Aldaketa gehiago egin ditzazkezu jarraian."
  153. #, python-brace-format
  154. msgid "The {name} “{obj}” was added successfully. You may edit it again below."
  155. msgstr ""
  156. "{name} \"{obj}\" ondo gehitu da. Aldaketa gehiago egin ditzazkezu jarraian."
  157. #, python-brace-format
  158. msgid ""
  159. "The {name} “{obj}” was changed successfully. You may add another {name} "
  160. "below."
  161. msgstr ""
  162. #, python-brace-format
  163. msgid "The {name} “{obj}” was changed successfully."
  164. msgstr ""
  165. msgid ""
  166. "Items must be selected in order to perform actions on them. No items have "
  167. "been changed."
  168. msgstr ""
  169. "Elementuak aukeratu behar dira beraien gain ekintzak burutzeko. Ez da "
  170. "elementurik aldatu."
  171. msgid "No action selected."
  172. msgstr "Ez dago ekintzarik aukeratuta."
  173. #, python-format
  174. msgid "The %(name)s “%(obj)s” was deleted successfully."
  175. msgstr "%(name)s \"%(obj)s\" ondo ezabatu da."
  176. #, python-format
  177. msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?"
  178. msgstr ""
  179. "\"%(key)s\" ID-a duen %(name)s ez da existitzen. Agian ezabatua izan da?"
  180. #, python-format
  181. msgid "Add %s"
  182. msgstr "Gehitu %s"
  183. #, python-format
  184. msgid "Change %s"
  185. msgstr "Aldatu %s"
  186. #, python-format
  187. msgid "View %s"
  188. msgstr "%s ikusi"
  189. msgid "Database error"
  190. msgstr "Errorea datu-basean"
  191. #, python-format
  192. msgid "%(count)s %(name)s was changed successfully."
  193. msgid_plural "%(count)s %(name)s were changed successfully."
  194. msgstr[0] "%(name)s %(count)s ondo aldatu da."
  195. msgstr[1] "%(count)s %(name)s ondo aldatu dira."
  196. #, python-format
  197. msgid "%(total_count)s selected"
  198. msgid_plural "All %(total_count)s selected"
  199. msgstr[0] "Guztira %(total_count)s aukeratuta"
  200. msgstr[1] "Guztira %(total_count)s aukeratuta"
  201. #, python-format
  202. msgid "0 of %(cnt)s selected"
  203. msgstr "Guztira %(cnt)s, 0 aukeratuta"
  204. #, python-format
  205. msgid "Change history: %s"
  206. msgstr "Aldaketen historia: %s"
  207. #. Translators: Model verbose name and instance
  208. #. representation, suitable to be an item in a
  209. #. list.
  210. #, python-format
  211. msgid "%(class_name)s %(instance)s"
  212. msgstr "%(class_name)s %(instance)s"
  213. #, python-format
  214. msgid ""
  215. "Deleting %(class_name)s %(instance)s would require deleting the following "
  216. "protected related objects: %(related_objects)s"
  217. msgstr ""
  218. "%(class_name)s klaseko %(instance)s instantziak ezabatzeak erlazionatutako "
  219. "objektu hauek ezabatzea eragingo du:\n"
  220. "%(related_objects)s"
  221. msgid "Django site admin"
  222. msgstr "Django kudeaketa gunea"
  223. msgid "Django administration"
  224. msgstr "Django kudeaketa"
  225. msgid "Site administration"
  226. msgstr "Webgunearen kudeaketa"
  227. msgid "Log in"
  228. msgstr "Sartu"
  229. #, python-format
  230. msgid "%(app)s administration"
  231. msgstr "%(app)s kudeaketa"
  232. msgid "Page not found"
  233. msgstr "Ez da orririk aurkitu"
  234. msgid "We’re sorry, but the requested page could not be found."
  235. msgstr "Sentitzen dugu, baina eskatutako orria ezin da aurkitu."
  236. msgid "Home"
  237. msgstr "Hasiera"
  238. msgid "Server error"
  239. msgstr "Zerbitzariaren errorea"
  240. msgid "Server error (500)"
  241. msgstr "Zerbitzariaren errorea (500)"
  242. msgid "Server Error <em>(500)</em>"
  243. msgstr "Zerbitzariaren errorea <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. msgid "Run the selected action"
  249. msgstr "Burutu aukeratutako ekintza"
  250. msgid "Go"
  251. msgstr "Joan"
  252. msgid "Click here to select the objects across all pages"
  253. msgstr "Egin klik hemen orri guztietako objektuak aukeratzeko"
  254. #, python-format
  255. msgid "Select all %(total_count)s %(module_name)s"
  256. msgstr "Hautatu %(total_count)s %(module_name)s guztiak"
  257. msgid "Clear selection"
  258. msgstr "Garbitu hautapena"
  259. #, python-format
  260. msgid "Models in the %(name)s application"
  261. msgstr "%(name)s aplikazioaren modeloak"
  262. msgid "Add"
  263. msgstr "Gehitu"
  264. msgid "View"
  265. msgstr "Ikusi"
  266. msgid "You don’t have permission to view or edit anything."
  267. msgstr "Ez duzu ezer ikusteko edo editatzeko baimenik."
  268. msgid ""
  269. "First, enter a username and password. Then, you’ll be able to edit more user "
  270. "options."
  271. msgstr ""
  272. "Lehenik, sartu erabiltzailea eta pasahitza bat. Gero, editatzeko aukera "
  273. "gehiago izango dituzu. "
  274. msgid "Enter a username and password."
  275. msgstr "Sartu erabiltzaile izen eta pasahitz bat."
  276. msgid "Change password"
  277. msgstr "Aldatu pasahitza"
  278. msgid "Please correct the error below."
  279. msgstr "Mesedez zuzendu erroreak behean."
  280. msgid "Please correct the errors below."
  281. msgstr "Mesedez zuzendu erroreak behean."
  282. #, python-format
  283. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  284. msgstr ""
  285. "Idatzi pasahitz berria <strong>%(username)s</strong> erabiltzailearentzat."
  286. msgid "Welcome,"
  287. msgstr "Ongi etorri,"
  288. msgid "View site"
  289. msgstr "Webgunea ikusi"
  290. msgid "Documentation"
  291. msgstr "Dokumentazioa"
  292. msgid "Log out"
  293. msgstr "Irten"
  294. #, python-format
  295. msgid "Add %(name)s"
  296. msgstr "Gehitu %(name)s"
  297. msgid "History"
  298. msgstr "Historia"
  299. msgid "View on site"
  300. msgstr "Webgunean ikusi"
  301. msgid "Filter"
  302. msgstr "Iragazkia"
  303. msgid "Clear all filters"
  304. msgstr "Garbitu filtro guztiak."
  305. msgid "Remove from sorting"
  306. msgstr "Kendu ordenaziotik"
  307. #, python-format
  308. msgid "Sorting priority: %(priority_number)s"
  309. msgstr "Ordenatzeko lehentasuna: %(priority_number)s"
  310. msgid "Toggle sorting"
  311. msgstr "Txandakatu ordenazioa"
  312. msgid "Delete"
  313. msgstr "Ezabatu"
  314. #, python-format
  315. msgid ""
  316. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  317. "related objects, but your account doesn't have permission to delete the "
  318. "following types of objects:"
  319. msgstr ""
  320. "%(object_name)s ezabatzean bere '%(escaped_object)s' ere ezabatzen dira, "
  321. "baina zure kontuak ez dauka baimenik objetu mota hauek ezabatzeko:"
  322. #, python-format
  323. msgid ""
  324. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  325. "following protected related objects:"
  326. msgstr ""
  327. "%(object_name)s '%(escaped_object)s' ezabatzeak erlazionatutako objektu "
  328. "babestu hauek ezabatzea eskatzen du:"
  329. #, python-format
  330. msgid ""
  331. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  332. "All of the following related items will be deleted:"
  333. msgstr ""
  334. "Ziur zaude %(object_name)s \"%(escaped_object)s\" ezabatu nahi dituzula? "
  335. "Erlazionaturik dauden hurrengo elementuak ere ezabatuko dira:"
  336. msgid "Objects"
  337. msgstr "Objetuak"
  338. msgid "Yes, I’m sure"
  339. msgstr "bai, ziur nago "
  340. msgid "No, take me back"
  341. msgstr "Ez, itzuli atzera"
  342. msgid "Delete multiple objects"
  343. msgstr "Ezabatu hainbat objektu"
  344. #, python-format
  345. msgid ""
  346. "Deleting the selected %(objects_name)s would result in deleting related "
  347. "objects, but your account doesn't have permission to delete the following "
  348. "types of objects:"
  349. msgstr ""
  350. "Aukeratutako %(objects_name)s ezabatzeak erlazionatutako objektuak ezabatzea "
  351. "eskatzen du baina zure kontuak ez dauka baimen nahikorik objektu mota hauek "
  352. "ezabatzeko: "
  353. #, python-format
  354. msgid ""
  355. "Deleting the selected %(objects_name)s would require deleting the following "
  356. "protected related objects:"
  357. msgstr ""
  358. "Aukeratutako %(objects_name)s ezabatzeak erlazionatutako objektu babestu "
  359. "hauek ezabatzea eskatzen du:"
  360. #, python-format
  361. msgid ""
  362. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  363. "following objects and their related items will be deleted:"
  364. msgstr ""
  365. "Ziur zaude aukeratutako %(objects_name)s ezabatu nahi duzula? Objektu guzti "
  366. "hauek eta erlazionatutako elementu guztiak ezabatuko dira:"
  367. msgid "Delete?"
  368. msgstr "Ezabatu?"
  369. #, python-format
  370. msgid " By %(filter_title)s "
  371. msgstr "Irizpidea: %(filter_title)s"
  372. msgid "Summary"
  373. msgstr "Laburpena"
  374. msgid "Recent actions"
  375. msgstr "Azken ekintzak"
  376. msgid "My actions"
  377. msgstr "Nire ekintzak"
  378. msgid "None available"
  379. msgstr "Ez dago ezer"
  380. msgid "Unknown content"
  381. msgstr "Eduki ezezaguna"
  382. msgid ""
  383. "Something’s wrong with your database installation. Make sure the appropriate "
  384. "database tables have been created, and make sure the database is readable by "
  385. "the appropriate user."
  386. msgstr ""
  387. #, python-format
  388. msgid ""
  389. "You are authenticated as %(username)s, but are not authorized to access this "
  390. "page. Would you like to login to a different account?"
  391. msgstr ""
  392. "%(username)s bezala autentikatu zara, baina ez daukazu orrialde honetara "
  393. "sarbidea. Nahi al duzu kontu ezberdin batez sartu?"
  394. msgid "Forgotten your password or username?"
  395. msgstr "Pasahitza edo erabiltzaile-izena ahaztu duzu?"
  396. msgid "Toggle navigation"
  397. msgstr ""
  398. msgid "Start typing to filter…"
  399. msgstr "Hasi idazten filtratzeko..."
  400. msgid "Filter navigation items"
  401. msgstr ""
  402. msgid "Date/time"
  403. msgstr "Data/ordua"
  404. msgid "User"
  405. msgstr "Erabiltzailea"
  406. msgid "Action"
  407. msgstr "Ekintza"
  408. msgid "entry"
  409. msgstr "sarrera"
  410. msgid "entries"
  411. msgstr "sarrerak"
  412. msgid ""
  413. "This object doesn’t have a change history. It probably wasn’t added via this "
  414. "admin site."
  415. msgstr ""
  416. msgid "Show all"
  417. msgstr "Erakutsi dena"
  418. msgid "Save"
  419. msgstr "Gorde"
  420. msgid "Popup closing…"
  421. msgstr "Popup leihoa ixten..."
  422. msgid "Search"
  423. msgstr "Bilatu"
  424. #, python-format
  425. msgid "%(counter)s result"
  426. msgid_plural "%(counter)s results"
  427. msgstr[0] "Emaitza %(counter)s "
  428. msgstr[1] "%(counter)s emaitza"
  429. #, python-format
  430. msgid "%(full_result_count)s total"
  431. msgstr "%(full_result_count)s guztira"
  432. msgid "Save as new"
  433. msgstr "Gorde berri gisa"
  434. msgid "Save and add another"
  435. msgstr "Gorde eta beste bat gehitu"
  436. msgid "Save and continue editing"
  437. msgstr "Gorde eta editatzen jarraitu"
  438. msgid "Save and view"
  439. msgstr "Gorde eta ikusi"
  440. msgid "Close"
  441. msgstr "Itxi"
  442. #, python-format
  443. msgid "Change selected %(model)s"
  444. msgstr "Aldatu aukeratutako %(model)s"
  445. #, python-format
  446. msgid "Add another %(model)s"
  447. msgstr "Gehitu beste %(model)s"
  448. #, python-format
  449. msgid "Delete selected %(model)s"
  450. msgstr "Ezabatu aukeratutako %(model)s"
  451. #, python-format
  452. msgid "View selected %(model)s"
  453. msgstr ""
  454. msgid "Thanks for spending some quality time with the web site today."
  455. msgstr ""
  456. msgid "Log in again"
  457. msgstr "Hasi saioa berriro"
  458. msgid "Password change"
  459. msgstr "Aldatu pasahitza"
  460. msgid "Your password was changed."
  461. msgstr "Zure pasahitza aldatu egin da."
  462. msgid ""
  463. "Please enter your old password, for security’s sake, and then enter your new "
  464. "password twice so we can verify you typed it in correctly."
  465. msgstr ""
  466. "Mesedez, sartu zure pasahitza zaharra segurtasunagatik, gero sartu berria bi "
  467. "aldiz, ondo idatzita dagoela ziurtatzeko. "
  468. msgid "Change my password"
  469. msgstr "Nire pasahitza aldatu"
  470. msgid "Password reset"
  471. msgstr "Berrezarri pasahitza"
  472. msgid "Your password has been set. You may go ahead and log in now."
  473. msgstr "Zure pasahitza ezarri da. Orain aurrera egin eta sartu zaitezke."
  474. msgid "Password reset confirmation"
  475. msgstr "Pasahitza berrezartzeko berrespena"
  476. msgid ""
  477. "Please enter your new password twice so we can verify you typed it in "
  478. "correctly."
  479. msgstr "Idatzi pasahitz berria birritan ondo idatzita dagoela ziurta dezagun."
  480. msgid "New password:"
  481. msgstr "Pasahitz berria:"
  482. msgid "Confirm password:"
  483. msgstr "Berretsi pasahitza:"
  484. msgid ""
  485. "The password reset link was invalid, possibly because it has already been "
  486. "used. Please request a new password reset."
  487. msgstr ""
  488. "Pasahitza berrezartzeko loturak baliogabea dirudi. Baliteke lotura aurretik "
  489. "erabilita egotea. Eskatu berriro pasahitza berrezartzea."
  490. msgid ""
  491. "We’ve emailed you instructions for setting your password, if an account "
  492. "exists with the email you entered. You should receive them shortly."
  493. msgstr ""
  494. "Zure pasahitza jartzeko aginduak bidali dizkizugu... sartu duzun posta "
  495. "elektronikoarekin konturen bat baldin badago. Laster jasoko dituzu."
  496. msgid ""
  497. "If you don’t receive an email, please make sure you’ve entered the address "
  498. "you registered with, and check your spam folder."
  499. msgstr ""
  500. "Posta elektronikorik jasotzen ez baduzu, ziurtatu erregistratu duzun "
  501. "helbidean sartu zarela, eta zure spam horria begiratu. "
  502. #, python-format
  503. msgid ""
  504. "You're receiving this email because you requested a password reset for your "
  505. "user account at %(site_name)s."
  506. msgstr ""
  507. "Mezu hau %(site_name)s webgunean pasahitza berrezartzea eskatu duzulako jaso "
  508. "duzu."
  509. msgid "Please go to the following page and choose a new password:"
  510. msgstr "Zoaz hurrengo orrira eta aukeratu pasahitz berria:"
  511. msgid "Your username, in case you’ve forgotten:"
  512. msgstr "Zure erabiltzaile-izena, ahaztu baduzu:"
  513. msgid "Thanks for using our site!"
  514. msgstr "Mila esker gure webgunea erabiltzeagatik!"
  515. #, python-format
  516. msgid "The %(site_name)s team"
  517. msgstr "%(site_name)s webguneko taldea"
  518. msgid ""
  519. "Forgotten your password? Enter your email address below, and we’ll email "
  520. "instructions for setting a new one."
  521. msgstr ""
  522. "Pasahitza ahaztu zaizu? Sartu zure helbidea behean, eta berria jartzeko "
  523. "argibideak bidaliko dizkizugu "
  524. msgid "Email address:"
  525. msgstr "Helbide elektronikoa:"
  526. msgid "Reset my password"
  527. msgstr "Berrezarri pasahitza"
  528. msgid "All dates"
  529. msgstr "Data guztiak"
  530. #, python-format
  531. msgid "Select %s"
  532. msgstr "Aukeratu %s"
  533. #, python-format
  534. msgid "Select %s to change"
  535. msgstr "Aukeratu %s aldatzeko"
  536. #, python-format
  537. msgid "Select %s to view"
  538. msgstr "Aukeratu %s ikusteko"
  539. msgid "Date:"
  540. msgstr "Data:"
  541. msgid "Time:"
  542. msgstr "Ordua:"
  543. msgid "Lookup"
  544. msgstr "Lookup"
  545. msgid "Currently:"
  546. msgstr "Oraingoa:"
  547. msgid "Change:"
  548. msgstr "Aldatu:"