credits.stxt 28 KB

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