credits.stxt 28 KB

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