credits.stxt 28 KB

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