credits.stxt 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364
  1. (supertux-text
  2. (version 2)
  3. (background "oiltux.png")
  4. (music "music/credits.music")
  5. (speed 60)
  6. (content
  7. (image "images/engine/menu/logo.png")
  8. (blank)
  9. (blank)
  10. (blank)
  11. (blank)
  12. (blank)
  13. (blank)
  14. (blank)
  15. (blank)
  16. (blank)
  17. (blank)
  18. (blank)
  19. (blank)
  20. (blank)
  21. (blank)
  22. (blank)
  23. (text
  24. (type "heading")
  25. (string (_ "Current SuperTux Team"))
  26. )
  27. (blank)
  28. (person
  29. (name "Tobias \"Tobbi\" Markus")
  30. (info (_ "Maintainer, Programming"))
  31. )
  32. (blank)
  33. (person
  34. (name "Carsten \"RustyBox\" Wirtz")
  35. (info (_ "Graphics, Level Design, Story"))
  36. )
  37. (blank)
  38. (person
  39. (name "Kai Alex \"Serano\" Jockers")
  40. (info (_ "Level Design, Story, Optimisation, Coordination"))
  41. )
  42. (blank)
  43. (person
  44. (name "Alexander \"Alzter\" S.")
  45. (info (_ "Graphics"))
  46. )
  47. (blank)
  48. (person
  49. (name "Daniel \"WeLuvGoatz\" Ward")
  50. (info (_ "Graphics, Programming, Level Design"))
  51. )
  52. (blank)
  53. (person
  54. (name "Semphris")
  55. (info (_ "Features and Programming"))
  56. )
  57. (blank)
  58. (person
  59. (name "mrkubax10")
  60. (info (_ "Minor features and programming"))
  61. )
  62. (blank)
  63. (person
  64. (name "Zwatotem")
  65. (info (_ "Programming, Level Updates"))
  66. )
  67. (blank)
  68. (person
  69. (name "HybridDog")
  70. (info (_ "Graphics, Programming"))
  71. )
  72. (blank)
  73. (person
  74. (name "Christian \"christ2go\" Hagemeier")
  75. (info (_ "Programming"))
  76. )
  77. (blank)
  78. (person
  79. (name "Alasdair \"Servalot\"")
  80. (info (_ "Level Design"))
  81. )
  82. (blank)
  83. (person
  84. (name "Vankata453")
  85. (info (_ "Programming"))
  86. )
  87. (blank)
  88. (blank)
  89. (text
  90. (type "heading")
  91. (string (_ "Original Developers"))
  92. )
  93. (blank)
  94. (person
  95. (name "Bill Kendrick")
  96. (info (_ "Original Developer"))
  97. (image "images/credits/bill.jpg")
  98. )
  99. (blank)
  100. (person
  101. (name "Ingo \"grumbel\" Ruhnke")
  102. (info (_ "Graphics, Programming, Level Design"))
  103. (image "images/credits/ingo.jpg")
  104. )
  105. (blank)
  106. (person
  107. (name "Matthias \"MatzeB\" Braun")
  108. (info (_ "Graphics, Programming, Level Design"))
  109. (image "images/credits/matze.jpg")
  110. )
  111. (blank)
  112. (person
  113. (name "Marek \"Wansti\" Moeckel")
  114. (info (_ "Music, Level Design"))
  115. (image "images/credits/wansti.jpg")
  116. )
  117. (blank)
  118. (person
  119. (name "Stephen Groundwater")
  120. (info (_ "Graphics"))
  121. (image "images/credits/gwater.jpg")
  122. )
  123. (blank)
  124. (person
  125. (name "Christoph Sommer")
  126. (info (_ "Programming, Graphics, Level Design"))
  127. (image "images/credits/christoph.jpg")
  128. )
  129. (blank)
  130. (person
  131. (name "Wolfgang Becker")
  132. (info (_ "Programming, Level Design"))
  133. (image "images/credits/wolfgang.jpg")
  134. )
  135. (blank)
  136. (person
  137. (name "Christopher A. \"paroneayea\" Webber")
  138. (info (_ "Graphics, Story"))
  139. (image "images/credits/paroneayea.jpg")
  140. )
  141. (blank)
  142. (person
  143. (name "Ondřej \"Ravu al Hemio\" Hošek")
  144. (info (_ "Programming, Documentation"))
  145. (image "images/credits/ondra.jpg")
  146. )
  147. (blank)
  148. (person
  149. (name "Ryan \"sik0fewl\" Flegel")
  150. (info (_ "Programming"))
  151. )
  152. (blank)
  153. (person
  154. (name "Tobias \"tobgle\" Gläßer")
  155. (info (_ "Programming, Previous Maintainer"))
  156. )
  157. (blank)
  158. (person
  159. (name "Ricardo \"blacksheep\" Cruz")
  160. (info (_ "Programming"))
  161. (image "images/credits/rpcruz.jpg")
  162. )
  163. (blank)
  164. (person
  165. (name "Mathnerd314")
  166. (info (_ "Programming"))
  167. )
  168. (blank)
  169. (person
  170. (name "Tim \"tuxdev\" Goya")
  171. (info (_ "Programming"))
  172. )
  173. (blank)
  174. (person
  175. (name "LMH")
  176. (info (_ "Programming"))
  177. )
  178. (blank)
  179. (person
  180. (name "M. Teufel")
  181. (info (_ "Coordination"))
  182. )
  183. (blank)
  184. (person
  185. (name "Karkus476")
  186. (info (_ "Programming, \"Flexlay\" Level editor"))
  187. )
  188. (blank)
  189. (person
  190. (name "Hume")
  191. (info (_ "Programming"))
  192. )
  193. (blank)
  194. (person
  195. (name "Miloš Klouček")
  196. (info (_ "Programming"))
  197. )
  198. (blank)
  199. (person
  200. (name "Seebi \"Flakebi\"")
  201. (info (_ "Windows build fixes"))
  202. )
  203. (blank)
  204. (person
  205. (name "Jacob \"maths22\" Burroughs")
  206. (info (_ "Packaging, Nightly builds"))
  207. )
  208. (blank)
  209. (person
  210. (name "Benjamin \"GiBy\" Leduc")
  211. (info (_ "Translation Guru (and many details anyone else could have done)"))
  212. )
  213. (blank)
  214. (blank)
  215. (text
  216. (type "heading")
  217. (string (_ "Graphics"))
  218. )
  219. (blank)
  220. (person
  221. (name "165your4")
  222. )
  223. (person
  224. (name "Matthias \"MatzeB\" Braun")
  225. )
  226. (person
  227. (name "Jason Lavallée")
  228. )
  229. (person
  230. (name "Bleed - http://remusprites.carbonmade.com/")
  231. )
  232. (person
  233. (name "Wolfgang Becker")
  234. )
  235. (person
  236. (name "CT. da'Bomb")
  237. )
  238. (person
  239. (name "Sydney Dykstra")
  240. )
  241. (person
  242. (name "Stephen Groundwater")
  243. )
  244. (person
  245. (name "Kai Alex \"Serano\" Jockers")
  246. )
  247. (person
  248. (name "Devyn Collier Johnson")
  249. )
  250. (person
  251. (name "Raghavendra \"raghukamath\" Kamath"))
  252. (person
  253. (name "Ingo \"grumbel\" Ruhnke")
  254. )
  255. (person
  256. (name "Alexander \"Alzter\" S.")
  257. )
  258. (person
  259. (name "Christoph Sommer")
  260. )
  261. (person
  262. (name "Carsten \"RustyBox\" Wirtz")
  263. )
  264. (person
  265. (name "Daniel \"WeLuvGoatz\" Ward")
  266. )
  267. (person
  268. (name "Romero Nickerson")
  269. )
  270. (person
  271. (name "Andre \"C4INAN\" Pinheiro")
  272. )
  273. (blank)
  274. (blank)
  275. (text
  276. (type "heading")
  277. (string (_ "Level Design"))
  278. )
  279. (blank)
  280. (person
  281. (name "AllytheOcelot")
  282. )
  283. (person
  284. (name "Wolfgang Becker")
  285. )
  286. (person
  287. (name "Matthias \"MatzeB\" Braun")
  288. )
  289. (person
  290. (name "CT. da'Bomb")
  291. )
  292. (person
  293. (name "Hume")
  294. )
  295. (person
  296. (name "Kai Alex \"Serano\" Jockers")
  297. )
  298. (person
  299. (name "LMH")
  300. )
  301. (person
  302. (name "Arvid Norlander")
  303. )
  304. (person
  305. (name "Ingo \"grumbel\" Ruhnke")
  306. )
  307. (person
  308. (name "Christoph Sommer")
  309. )
  310. (person
  311. (name "Carsten \"RustyBox\" Wirtz")
  312. )
  313. (person
  314. (name "Daniel \"WeLuvGoatz\" Ward")
  315. )
  316. (blank)
  317. (blank)
  318. (text
  319. (type "heading")
  320. (string (_ "Music"))
  321. )
  322. (blank)
  323. (text
  324. (type "normal")
  325. (string "Lukas Nystrand (as Mortimer Twang)")
  326. )
  327. (text
  328. (type "normal")
  329. (string "Asbjoern Andersen (as Mystical)")
  330. )
  331. (text
  332. (type "normal")
  333. (string "Jason Lavallée"))
  334. (text
  335. (type "normal")
  336. (string "DJ Gentoo")
  337. )
  338. (text
  339. (type "normal")
  340. (string "semajD")
  341. )
  342. (text
  343. (type "normal")
  344. (string "treskalle")
  345. )
  346. (text
  347. (type "normal")
  348. (string "Chris Huelsbeck")
  349. )
  350. (text
  351. (type "normal")
  352. (string "Bart K.")
  353. )
  354. (text
  355. (type "normal")
  356. (string "remaxim")
  357. )
  358. (text
  359. (type "normal")
  360. (string "Marek \"Wansti\" Moeckel")
  361. )
  362. (text
  363. (type "normal")
  364. (string "Chris Leutwyler")
  365. )
  366. (text
  367. (type "normal")
  368. (string "Forty-Two")
  369. )
  370. (text
  371. (type "normal")
  372. (string "Tobias \"ToBeFree\" Frei")
  373. )
  374. (blank)
  375. (blank)
  376. (text
  377. (type "heading")
  378. (string (_ "Sound"))
  379. )
  380. (blank)
  381. (text
  382. (type "normal")
  383. (string "Wolfgang Becker")
  384. )
  385. (text
  386. (type "normal")
  387. (string "blastwavefx.com")
  388. )
  389. (text
  390. (type "normal")
  391. (string "Matthias Braun")
  392. )
  393. (text
  394. (type "normal")
  395. (string "Ricardo Cruz")
  396. )
  397. (text
  398. (type "normal")
  399. (string "Marianne Gagnon")
  400. )
  401. (text
  402. (type "normal")
  403. (string "Stephen Groundwater")
  404. )
  405. (text
  406. (type "normal")
  407. (string "Nathan McCoy")
  408. )
  409. (text
  410. (type "normal")
  411. (string "Marek Moeckel")
  412. )
  413. (text
  414. (type "normal")
  415. (string "Paulo Morfeo")
  416. )
  417. (text
  418. (type "normal")
  419. (string "Natalie")
  420. )
  421. (text
  422. (type "normal")
  423. (string "Q.K.")
  424. )
  425. (text
  426. (type "normal")
  427. (string "RodirodDude")
  428. )
  429. (text
  430. (type "normal")
  431. (string "Some_Person")
  432. )
  433. (text
  434. (type "normal")
  435. (string "Christoph Sommer")
  436. )
  437. (text
  438. (type "normal")
  439. (string "soundscalpel.com")
  440. )
  441. (text
  442. (type "normal")
  443. (string "Yaniel")
  444. )
  445. (text
  446. (type "normal")
  447. (string "Bastian Zapf")
  448. )
  449. (text
  450. (type "normal")
  451. (string "Daniel Alston")
  452. )
  453. (text
  454. (type "normal")
  455. (string "Mathilda Edmunds")
  456. )
  457. (blank)
  458. (blank)
  459. (text
  460. (type "heading")
  461. (string (_ "Additional contributors"))
  462. )
  463. (blank)
  464. (person
  465. (name "Arian Behvandnejad")
  466. (info (_ "Bug fixes"))
  467. )
  468. (person
  469. (name "brmbrmcar")
  470. (info (_ "Scripting functions, Level fixes"))
  471. )
  472. (person
  473. (name "Daniel Butum")
  474. (info (_ "Code quality fixes"))
  475. )
  476. (person
  477. (name "Vincent Cheng")
  478. (info (_ "Various contributions"))
  479. )
  480. (person
  481. (name "chrism")
  482. (info (_ "Various contributions"))
  483. )
  484. (person
  485. (name "Daniela Ferraz")
  486. (info (_ "Various contributions"))
  487. )
  488. (person
  489. (name "Fabian Greffrath")
  490. (info (_ "Build issue fix"))
  491. )
  492. (person
  493. (name "Jann Horn")
  494. (info (_ "Code contributions"))
  495. )
  496. (person
  497. (name "HybridDog")
  498. (info (_ "Code contributions")))
  499. (person
  500. (name "David King")
  501. (info (_ "Code contribution, AppData file"))
  502. )
  503. (person
  504. (name "Jonas Kuemmerlin")
  505. (info (_ "Bug fix"))
  506. )
  507. (person
  508. (name "mahboi")
  509. (info (_ "Menu reorganization"))
  510. )
  511. (person
  512. (name "Matt McCutchen")
  513. (info (_ "Various contributions"))
  514. )
  515. (person
  516. (name "nicholas")
  517. (info (_ "Fixing tile bugs"))
  518. )
  519. (person
  520. (name "Eric Newberry")
  521. (info (_ "Build error fix"))
  522. )
  523. (person
  524. (name "José Rebelo")
  525. (info (_ "Scripting function fix"))
  526. )
  527. (person
  528. (name "Semphris")
  529. (info (_ "New features and notable updates"))
  530. )
  531. (person
  532. (name "Willy Scheibel")
  533. (info (_ "Support for \"glbinding\" as optional OpenGL binding"))
  534. )
  535. (person
  536. (name "Matthew Taylor")
  537. (info (_ "New menu code"))
  538. )
  539. (person
  540. (name "WindowsDylan")
  541. (info (_ "Big Tux Walking Sprites improvements"))
  542. )
  543. (person
  544. (name "Bastiaan \"basti_\" Zapf")
  545. (info (_ "Programming"))
  546. )
  547. (person
  548. (name "Benjamin P. \"litespeed\" Jung")
  549. (info (_ "Graphics"))
  550. )
  551. (person
  552. (name "Duong-Khang \"neoneurone\" Nguyen")
  553. (info (_ "Contrib Programming"))
  554. )
  555. (person
  556. (name "Richard Smith")
  557. (info (_ "Contrib Programming"))
  558. )
  559. (person
  560. (name "martinvanzijl")
  561. (info (_ "Various Contributions"))
  562. )
  563. (person
  564. (name "kernigh")
  565. (info (_ "Contributions"))
  566. )
  567. (person
  568. (name "qwertychouskie")
  569. (info (_ "Contributions"))
  570. )
  571. (person
  572. (name "DivVerent")
  573. (info (_ "Contributions"))
  574. )
  575. (person
  576. (name "markand")
  577. (info (_ "Contributions"))
  578. )
  579. (person
  580. (name "shawnanastasio")
  581. (info (_ "Contributions"))
  582. )
  583. (person
  584. (name "Cleverking2003")
  585. (info (_ "Contributions"))
  586. )
  587. (person
  588. (name "PT400C")
  589. (info (_ "Contributions"))
  590. )
  591. (person
  592. (name "Alexander Wilms")
  593. (info (_ "Contributions"))
  594. )
  595. (person
  596. (name "Erratic-C-Programmer")
  597. (info (_ "Contributions"))
  598. )
  599. (person
  600. (name "Andre \"C4INAN\" Pinheiro")
  601. (info (_ "Contributions"))
  602. )
  603. (person
  604. (name "comradekingu")
  605. (info (_ "Contributions"))
  606. )
  607. (person
  608. (name "Clint Moyer")
  609. (info (_ "Contributions"))
  610. )
  611. (person
  612. (name "Frost3424")
  613. (info (_ "Contributions"))
  614. )
  615. (person
  616. (name "Vankata453")
  617. (info (_ "Contributions"))
  618. )
  619. (person
  620. (name "Lennard Hofmann")
  621. (info (_ "Contributions"))
  622. )
  623. (person
  624. (name "Linus Probert")
  625. (info (_ "Contributions"))
  626. )
  627. (person
  628. (name "Namhyeon Go")
  629. (info (_ "Contributions"))
  630. )
  631. (person
  632. (name "Maxim Bernard")
  633. (info (_ "Contributions"))
  634. )
  635. (person
  636. (name "RamiSlicer")
  637. (info (_ "Contributions"))
  638. )
  639. (person
  640. (name "Raoul1808")
  641. (info (_ "Contributions"))
  642. )
  643. (person
  644. (name "Omer I.S.")
  645. (info (_ "Contributions"))
  646. )
  647. (person
  648. (name "Sean Yeh")
  649. (info (_ "Contributions"))
  650. )
  651. (person
  652. (name "Reiner Herrmann")
  653. (info (_ "Contributions"))
  654. )
  655. (person
  656. (name "Wuzzy")
  657. (info (_ "Contributions"))
  658. )
  659. (person
  660. (name "bar (bruhmoent)")
  661. (info (_ "Contributions"))
  662. )
  663. (person
  664. (name "Jiří Paleček")
  665. (info (_ "Contributions"))
  666. )
  667. (blank)
  668. (blank)
  669. (text
  670. (type "heading")
  671. (string (_ "Localization"))
  672. )
  673. (blank)
  674. (text
  675. (type "reference")
  676. (string "Afrikaans")
  677. )
  678. (person
  679. (name "Martin van Zijl")
  680. )
  681. (blank)
  682. (text
  683. (type "reference")
  684. (string "Albanian")
  685. )
  686. (person
  687. (name "Indrit Bashkimi")
  688. )
  689. (blank)
  690. (text
  691. (type "reference")
  692. (string "Arabic")
  693. )
  694. (person
  695. (name "Fahad Al-Saidi, Israa Zamzami")
  696. )
  697. (blank)
  698. (text
  699. (type "reference")
  700. (string "Armenian")
  701. )
  702. (person
  703. (name "Grant Davtjan")
  704. )
  705. (blank)
  706. (text
  707. (type "reference")
  708. (string "Asturian (Spain)")
  709. )
  710. (person
  711. (name "Tornes Ḷḷume")
  712. )
  713. (blank)
  714. (text
  715. (type "reference")
  716. (string "Azerbaijani")
  717. )
  718. (person
  719. (name "yakup")
  720. )
  721. (blank)
  722. (text
  723. (type "reference")
  724. (string "Basque")
  725. )
  726. (person
  727. (name "Bingen Galartza Iparragirre, Mielanjel Iraeta, Urtzi Odriozola")
  728. )
  729. (blank)
  730. (text
  731. (type "reference")
  732. (string "Belarusian")
  733. )
  734. (person
  735. (name "se luxxy, Mihas \"meequz\" Varantsou")
  736. )
  737. (blank)
  738. (text
  739. (type "reference")
  740. (string "Breton")
  741. )
  742. (person
  743. (name "Gwenn Meynier, Irriep Nala Novram")
  744. )
  745. (blank)
  746. (text
  747. (type "reference")
  748. (string "Bulgarian")
  749. )
  750. (person
  751. (name "Tony Ivanov, G Vassilev, Lyubomir Vasilev")
  752. )
  753. (blank)
  754. (text
  755. (type "reference")
  756. (string "Catalan")
  757. )
  758. (person
  759. (name "Martí Bosc, Catalanoic, Marc Celeiro, Yael Codesal, Francesc Famadas,")
  760. )
  761. (person
  762. (name "Alícia Folgarona, Jordi Mas, Ariadna Pascual, Antoni Villalonga")
  763. )
  764. (blank)
  765. (text
  766. (type "reference")
  767. (string "Chinese (Simplified)")
  768. )
  769. (person
  770. (name "Liu Sizhuang, Franklin Weng, 玉堂白鹤")
  771. )
  772. (blank)
  773. (text
  774. (type "reference")
  775. (string "Chinese (Mandarin)")
  776. )
  777. (person
  778. (name "bluebat, CodingJellyfish, cges30901, Wei-Lun Chao, Zhao Wei Lun, James Ou, Franklin Weng")
  779. )
  780. (blank)
  781. (text
  782. (type "reference")
  783. (string "Chinese (Taiwan)")
  784. )
  785. (person
  786. (name "黃柏諺, James Ou, Hsiu-Ming Chang, cges30901, Jeff Huang, V字龍(Vdragon), Franklin Weng")
  787. )
  788. (blank)
  789. (text
  790. (type "reference")
  791. (string "Croatian")
  792. )
  793. (person
  794. (name "Ilija Ćulap")
  795. )
  796. (blank)
  797. (text
  798. (type "reference")
  799. (string "Czech")
  800. )
  801. (person
  802. (name "fri, Matouš Dřízhal, Ondřej Hošek, Hume, Jiří Paleček, Jakub Vaněk")
  803. )
  804. (blank)
  805. (text
  806. (type "reference")
  807. (string "Danish")
  808. )
  809. (person
  810. (name "Anders, Joe Hansen, jonaskoelker")
  811. )
  812. (blank)
  813. (text
  814. (type "reference")
  815. (string "Dutch")
  816. )
  817. (person
  818. (name "Anne, Pieter De Decker, Toon van Gerwen, Dennis Holierhoek,")
  819. )
  820. (person
  821. (name "Mar, Heimen Stoffels, Bert Van de Poel, Frank van der Loo")
  822. )
  823. (blank)
  824. (text
  825. (type "reference")
  826. (string "Esperanto")
  827. )
  828. (person
  829. (name "Rubén Leal Coba, Benjamin Leduc, KalipoWars, Frist Lsat,"))
  830. (person
  831. (name "Verdulo :-), Любомир Василев, Rachel Singh, Robin van der Vliet, tellovishous, vpzomtrrfrt"))
  832. (blank)
  833. (text
  834. (type "reference")
  835. (string "Estonian")
  836. )
  837. (person
  838. (name "Günter \"kyber\" Kits")
  839. )
  840. (blank)
  841. (text
  842. (type "reference")
  843. (string "Finnish")
  844. )
  845. (person
  846. (name "Jaakoppi Horila, Lapamiko, Oi Suomi On!, Lauri \"xet7\" Ojansivu,")
  847. )
  848. (person
  849. (name "Jan Solanti, Saku Tiihonen, tingberg, Yaniel")
  850. )
  851. (blank)
  852. (text
  853. (type "reference")
  854. (string "French")
  855. )
  856. (person
  857. (name "Amaury Doaré, Anonymouse, Sébastien Aperghis-Tramoni,")
  858. )
  859. (person
  860. (name "Benjamin Bertrand, Thomas Bigot, Laurent Brousse, David D,")
  861. )
  862. (person
  863. (name "Bertrand Delaitre, Antoine Dumondel, Raphaël Desprez-Le Goarant, Groog,"))
  864. (person
  865. (name "Inperpetuammemoriam, Jean-Philippe L'Étoile, Simon Le Guével,"))
  866. (person
  867. (name "Benjamin Leduc, Céline Marmin, Lucas Mascaro, MCMic, mol1,")
  868. )
  869. (person
  870. (name "Nexus nexus, Irriep Nala Novram, Léo Poughon, Nathanael Ready,")
  871. )
  872. (person
  873. (name "Frederic Rodrigo, Semphris, Sylvain St-Amand, zecas \"zezinho\""))
  874. (blank)
  875. (text
  876. (type "reference")
  877. (string "Gaelic")
  878. )
  879. (person
  880. (name "GunChleoc")
  881. )
  882. (blank)
  883. (text
  884. (type "reference")
  885. (string "Galician")
  886. )
  887. (person
  888. (name "Pablo Rodriguez, xanvieiro")
  889. )
  890. (blank)
  891. (text
  892. (type "reference")
  893. (string "German")
  894. )
  895. (person
  896. (name "Anonymouse, Ettore Atalan, Matthias Braun, Florian Forster,")
  897. )
  898. (person
  899. (name "Inperpetuammemoriam, Marcel Haring, Ondřej Hošek, M&m, Moritz Hofmann,")
  900. )
  901. (person
  902. (name "Tobias Markus, millimarg, Marten S., Christoph Sommer,"))
  903. (person
  904. (name "TheTrueBrot, Nils Welzk, Wuzzy, Yepoleb")
  905. )
  906. (blank)
  907. (text
  908. (type "reference")
  909. (string "Greek")
  910. )
  911. (person
  912. (name "Wasilis Mandratzis-Walz, Vangelis Nomikos, Marinus Savoritias,")
  913. )
  914. (person
  915. (name "Vangelis Skarmoutsos, SomeRandomUser"))
  916. (blank)
  917. (text
  918. (type "reference")
  919. (string "Hebrew")
  920. )
  921. (person
  922. (name "GenghisKhan, Nemechek guricz, Evgeny Satanovsky,")
  923. )
  924. (person
  925. (name "Yevgney Sliosarenko, Yevgeny, Omeritzics"))
  926. (blank)
  927. (text
  928. (type "reference")
  929. (string "Hungarian")
  930. )
  931. (person
  932. (name "Andy1210, Baráth Béla, Levente Krisztián Büte, Tibor Buzási, Galp Flark,")
  933. )
  934. (person
  935. (name " Krisztián Gyurász, gyeben, Kristóf Kófiás, Norbert Molnár,")
  936. )
  937. (person
  938. (name "Balázs Podolcsák, D. J. S., symvizan, Haba Tamás, Balázs Úr, Kővágó Zoltán")
  939. )
  940. (blank)
  941. (text
  942. (type "reference")
  943. (string "Indonesian")
  944. )
  945. (person
  946. (name "Christian Elbrianno Yoga")
  947. )
  948. (blank)
  949. (text
  950. (type "reference")
  951. (string "Italian")
  952. )
  953. (person
  954. (name "Am1g0, Angela, Bananasoft, Paride Barison, William Beltrán,")
  955. )
  956. (person
  957. (name "Marcello Bolognesi, Simone Centonze, Gianfranco Del Borrello,")
  958. )
  959. (person
  960. (name "Enrico, Benedetto Gregorio, Sebastiano Guerrini, Iknos,")
  961. )
  962. (person
  963. (name "Manuela Kessler, Riccardo Di Maio, Irene Di Rosa,")
  964. )
  965. (person
  966. (name "Airina Santonocito, Seb47TV, Ioma Taani"))
  967. (blank)
  968. (text
  969. (type "reference")
  970. (string "Japanese")
  971. )
  972. (person
  973. (name "あわしろいくや, 堀 風羽, Ubuntu Jackson, Sugahara Masayuki, Nakano Ryo, Sumita \"tako44\" Sanshiro")
  974. )
  975. (blank)
  976. (text
  977. (type "reference")
  978. (string "Korean")
  979. )
  980. (person
  981. (name "Roland Kim, Myeongjin")
  982. )
  983. (blank)
  984. (text
  985. (type "reference")
  986. (string "Latin")
  987. )
  988. (person
  989. (name "Alisa P")
  990. )
  991. (blank)
  992. (text
  993. (type "reference")
  994. (string "Lithuanian")
  995. )
  996. (person
  997. (name "Deividas Tvarijonas, Mantas Kriaučiūnas, Andrius Štikonas, Tom Urisk")
  998. )
  999. (blank)
  1000. (text
  1001. (type "reference")
  1002. (string "Lojban")
  1003. )
  1004. (person
  1005. (name "Wuzzy")
  1006. )
  1007. (blank)
  1008. (text
  1009. (type "reference")
  1010. (string "Low German")
  1011. )
  1012. (person
  1013. (name "Benedikt Straub")
  1014. )
  1015. (blank)
  1016. (text
  1017. (type "reference")
  1018. (string "Malay (Malaysia)")
  1019. )
  1020. (person
  1021. (name "abuyop")
  1022. )
  1023. (blank)
  1024. (text
  1025. (type "reference")
  1026. (string "Malayalam")
  1027. )
  1028. (person
  1029. (name "Adharsh 01, Adithyan S S, Balasankar C")
  1030. )
  1031. (blank)
  1032. (text
  1033. (type "reference")
  1034. (string "Nepali")
  1035. )
  1036. (person
  1037. (name "Shalil Awaley, Manish Dangol, Prabin Gautam, Bansaj Pradhan,")
  1038. )
  1039. (person
  1040. (name "rajansilwal, sailendrafsf"))
  1041. (blank)
  1042. (text
  1043. (type "reference")
  1044. (string "Norwegian Bokmål")
  1045. )
  1046. (person
  1047. (name "comradekingu, Karl Ove Hufthammer, Allan Nordhøy")
  1048. )
  1049. (blank)
  1050. (text
  1051. (type "reference")
  1052. (string "Norwegian Nynorsk")
  1053. )
  1054. (person
  1055. (name "Karl Ove Hufthammer")
  1056. )
  1057. (blank)
  1058. (text
  1059. (type "reference")
  1060. (string "Polish")
  1061. )
  1062. (person
  1063. (name "Arkadiusz Chojnicki, Seba D., Łukasz Hryniuk, Dominik Klementowski, Marcin Kocur, Simon Kornowski,")
  1064. )
  1065. (person
  1066. (name "Marcin Kralka, MarPiRK, mkkot, Rob PlayZ, Marcin S, Krzysiek Szeląg, Paweł Talar, Zwatotem")
  1067. )
  1068. (blank)
  1069. (text
  1070. (type "reference")
  1071. (string "Portuguese (Brazilian)")
  1072. )
  1073. (person
  1074. (name "Fúlvio Alves, Gabriel Arruda, Marcelo Bitencourt, Melo Everton,")
  1075. )
  1076. (person
  1077. (name "Thiago Corbari Feldhaus (Ninja Apps), Daniela Ferraz, Victor Gonçalves,")
  1078. )
  1079. (person
  1080. (name "Joel Gil Leon, MDK3, Jonatas L. Nogueira \"Jesusaves\","))
  1081. (person
  1082. (name "Krishnamurti Lelis Lima Vieira Nunes, Filipe Oliveira,")
  1083. )
  1084. (person
  1085. (name "Marcelo Paez, Rodrigo Piñero, Herval Ribeiro, Rui, Caio César Tavares"))
  1086. (blank)
  1087. (text
  1088. (type "reference")
  1089. (string "Portuguese (European)")
  1090. )
  1091. (person
  1092. (name "BlaCoiso, Hugo Carvalho, Ricardo Cruz, Daniela Ferraz,")
  1093. )
  1094. (person
  1095. (name "Jose Jorge, Sérgio Lopes, Sérgio Marques, André Pinheiro, Rui, zecas")
  1096. )
  1097. (blank)
  1098. (text
  1099. (type "reference")
  1100. (string "Romanian")
  1101. )
  1102. (person
  1103. (name "Nicolae Crefelean, Razvan Dajboc, Anca Moșescu")
  1104. )
  1105. (blank)
  1106. (text
  1107. (type "reference")
  1108. (string "Russian")
  1109. )
  1110. (person
  1111. (name "Dmitry \"starwars32\" Anikonov, Constantin Baranov,")
  1112. )
  1113. (person
  1114. (name "Kirill Kapralov, Artem Krosheninnikov, se luxxy, Евгений малянов,")
  1115. )
  1116. (person
  1117. (name "melikamp, Evgeny Satanovsky, Savsish, Simple88, Andrei Stepanov,"))
  1118. (person
  1119. (name "Svetlana Tkachenko, Translator TRA, Deividas Tvarijonas, Roman M. Yagodin")
  1120. )
  1121. (blank)
  1122. (text
  1123. (type "reference")
  1124. (string "Serbian")
  1125. )
  1126. (person
  1127. (name "Alert Aleksandar, Mladen Pejaković, Slobodan Simić, Sinisa, X X")
  1128. )
  1129. (blank)
  1130. (text
  1131. (type "reference")
  1132. (string "Slovak")
  1133. )
  1134. (person
  1135. (name "Roman 'Kaktuxista' Benji, DusXMT, MiroslavR, Jose Riha")
  1136. )
  1137. (blank)
  1138. (text
  1139. (type "reference")
  1140. (string "Slovenian")
  1141. )
  1142. (person
  1143. (name "Marko Burjek, Gorzy Gorup, Andrej Mernik, Nwolfy")
  1144. )
  1145. (blank)
  1146. (text
  1147. (type "reference")
  1148. (string "Spanish")
  1149. )
  1150. (person
  1151. (name "alexlikerock, Francisco B.G., William Beltrán,")
  1152. )
  1153. (person
  1154. (name "Jacob Burroughs, G BR, Fernando Carmona, Tam Ezquerra, Franchulo,")
  1155. )
  1156. (person
  1157. (name "Germana, Kory Giles, juanda097, Joel Gil Leon, Pedro Montaño, Diego J. Romero López,"))
  1158. (person
  1159. (name "Rami Slicer, Swyter, Josep Tomàs, Alejandro Torres, Juan José Trujillo")
  1160. )
  1161. (blank)
  1162. (text
  1163. (type "reference")
  1164. (string "Spanish (Argentinian)")
  1165. )
  1166. (person
  1167. (name "Salomón Duarte, Alejo Fernandez")
  1168. )
  1169. (blank)
  1170. (text
  1171. (type "reference")
  1172. (string "Spanish (Castilian)")
  1173. )
  1174. (person
  1175. (name "Javier Beaumont, Sergio López Briñas, Fernando Carmona")
  1176. )
  1177. (blank)
  1178. (text
  1179. (type "reference")
  1180. (string "Swedish")
  1181. )
  1182. (person
  1183. (name "Kristoffer Grundström, Simon Kornowski, Anders Jonsson,")
  1184. )
  1185. (person
  1186. (name "Arvid Norlander, Sebastian Rasmussen, theschitz"))
  1187. (blank)
  1188. (text
  1189. (type "reference")
  1190. (string "Tatar")
  1191. )
  1192. (person
  1193. (name "Bulat Ibrahim, Timur Seber")
  1194. )
  1195. (blank)
  1196. (text
  1197. (type "reference")
  1198. (string "Turkish")
  1199. )
  1200. (person
  1201. (name "Big Brother, Erdy, faradundamarti, Alkım Kaçmaz, meczup, Mahmut Özcan,")
  1202. )
  1203. (person
  1204. (name "Emre Özkartal, Yusuf Özsoy, root, Sarper S, Utku Tönel, yakup")
  1205. )
  1206. (blank)
  1207. (text
  1208. (type "reference")
  1209. (string "Ukrainian")
  1210. )
  1211. (person
  1212. (name "Eugene Loza, Max Lyashuk, Olexandr Nesterenko, Arvid Norlander, Ievgen Tkach, Eugen Uvin")
  1213. )
  1214. (blank)
  1215. (text
  1216. (type "reference")
  1217. (string "Uzbek")
  1218. )
  1219. (person
  1220. (name "Umidjon Almasov")
  1221. )
  1222. (blank)
  1223. (text
  1224. (type "reference")
  1225. (string "Vietnamese")
  1226. )
  1227. (person
  1228. (name "Phan Anh, Trong Dzang, nguyen vui")
  1229. )
  1230. (blank)
  1231. (blank)
  1232. (text
  1233. (type "heading")
  1234. (string (_ " Special Thanks to"))
  1235. )
  1236. (blank)
  1237. (person
  1238. (name "Larry Ewing")
  1239. (info (_ "Creator of Tux, the Linux penguin"))
  1240. )
  1241. (blank)
  1242. (person
  1243. (name (_ "SDL, OpenAL and OpenGL"))
  1244. (info (_ "For making such a great gaming experience
  1245. possible on Linux"))
  1246. )
  1247. (blank)
  1248. (person
  1249. (name (_ "and you, the player"))
  1250. (info (_ "for giving this game a chance and playing it"))
  1251. )
  1252. (blank)
  1253. (blank)
  1254. (text
  1255. (type "heading")
  1256. (string (_ "Contact"))
  1257. )
  1258. (blank)
  1259. (text
  1260. (type "normal")
  1261. (string (_ "Visit our webpage at"))
  1262. )
  1263. (text
  1264. (type "reference")
  1265. (string "https://supertux.org")
  1266. )
  1267. (blank)
  1268. (text
  1269. (type "normal")
  1270. (string (_ "Or visit us directly at IRC:"))
  1271. )
  1272. (text
  1273. (type "reference")
  1274. (string (_ "#supertux at web.libera.chat"))
  1275. )
  1276. (blank)
  1277. (text
  1278. (type "normal")
  1279. (string (_ "Or at our Forum:"))
  1280. )
  1281. (text
  1282. (type "reference")
  1283. (string "https://groups.f-hub.org/supertux")
  1284. )
  1285. (blank)
  1286. (text
  1287. (type "normal")
  1288. (string (_ "Comments, ideas and suggestions"))
  1289. )
  1290. (text
  1291. (type "normal")
  1292. (string (_ "go to our mailing list"))
  1293. )
  1294. (text
  1295. (type "reference")
  1296. (string "supertux-devel@lists.lethargik.org")
  1297. )
  1298. (blank)
  1299. (text
  1300. (type "normal")
  1301. ; l10n: typo contact
  1302. (string (_ "Typographical errors can be"))
  1303. )
  1304. (text
  1305. (type "normal")
  1306. ; l10n: typo contact
  1307. (string (_ "reported to"))
  1308. )
  1309. (text
  1310. (type "reference")
  1311. ; l10n: typo contact, see <https://github.com/SuperTux/supertux/issues/611>
  1312. (string (_ "supertux-devel@lists.lethargik.org"))
  1313. )
  1314. (blank)
  1315. (blank)
  1316. (blank)
  1317. (text
  1318. (type "heading")
  1319. (string (_ "Want to help…"))
  1320. )
  1321. (blank)
  1322. (text
  1323. (type "normal")
  1324. (string (_ "…with localization?"))
  1325. )
  1326. (text
  1327. (type "reference")
  1328. (string "https://www.transifex.com/arctic-games/supertux/")
  1329. )
  1330. (blank)
  1331. (blank)
  1332. (text
  1333. (type "normal")
  1334. (string (_ "…with something else?"))
  1335. )
  1336. (text
  1337. (type "reference")
  1338. (string "https://github.com/supertux")
  1339. )
  1340. (blank)
  1341. (blank)
  1342. (blank)
  1343. (text
  1344. (type "normal")
  1345. (string (_ "Thank you for"))
  1346. )
  1347. (text
  1348. (type "normal")
  1349. (string (_ "playing"))
  1350. )
  1351. (blank)
  1352. (text
  1353. (type "heading")
  1354. (string "SuperTux")
  1355. )
  1356. (blank)
  1357. (text
  1358. (type "normal")
  1359. (string (_ "Penny awaits you in warmer temperatures!"))
  1360. )
  1361. (blank)
  1362. )
  1363. )