en.sh 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. #!/bin/sh
  2. . ./gl.sh
  3. export LANGCODE="en"
  4. ## INDEX.MD
  5. ###########################
  6. export index_name="index"
  7. export what_title="What"
  8. export what_p1='Libre Game Night is a weekly game night for members of the
  9. Free/libre Software and Culture communities to kick back and
  10. have fun playing some good games with friends. Anyone interested
  11. in GNU/Linux, \*BSD, or Free Software in general is welcome. :)'
  12. export what_p2="Of course, we only play Free Software and Free Culture games.
  13. This limits our selection a tad bit, but we don't mind. We value
  14. our freedom a lot more than we value shiny buttons and UIs."
  15. export when_title="When"
  16. export will_play_at="We'll play on $lgn_date @ $lgn_time"
  17. export will_play_this="We'll play [$lgn_game](pub/$lgn_game_path) $lgn_game_version!"
  18. export how_title="How"
  19. export how_p1="To join us for LGN, just [setup](pub/$lgn_game_path) this week's
  20. game and come on down to the #LGN Freenode channel. When it's time to
  21. start, the game server will be up and the channel's topic will
  22. be updated. If this is your first time using IRC, consider
  23. installing a client-- if that's not your sorta thing, you can use
  24. this [web-client](http://webchat.freenode.net/?channels=#lgn). Come
  25. on, already! We don't bite, I promise!"
  26. ## CONTACT.MD
  27. ###########################
  28. export contact_name="contact"
  29. export contact_p1="Hey, I'm jadedctrl. I manage this site, and usually host LGN.
  30. If there's anything you want to talk to me in particular about,
  31. you can shoot me an [email](mailto:jadedml@openmailbox.org).
  32. Oh, and here's my [public key](jadedml.gpg), if you're into that
  33. sorta thing."
  34. export contact_p2="If you don't need me in particular, just bring your message over
  35. to the #LGN Freenode channel. :)"
  36. export contact_exit="Cheers, mate!"
  37. ## LIST.MD
  38. ###########################
  39. export list_name="list"
  40. export list_p1="Each game here is played once per circulation-- circulations
  41. last about 19 weeks. One LGN per week, long enough for every game to
  42. be played once. If there's a free software game I missed,
  43. [ring me up](contact.html)!"
  44. ## SCHEDULE.MD
  45. ###########################
  46. export schedule_name="schedule"
  47. export schedule_date="Date"
  48. export schedule_time="Time"
  49. export schedule_game="Game"
  50. ## SWX.CONF
  51. ###########################
  52. export title="Libre Game Night"
  53. export site_hostname="https://en.libregamenight.xyz"
  54. export meta_description="Weekly game night for members of the Free/libre
  55. Software and Culture communities to kick back and have fun playing some good
  56. games with friends."
  57. export meta_keywords="free,free software,friends,game,GNU,IRC,libre,
  58. Linux,night,online,software,video games"
  59. export header_schedule="Schedule"
  60. export header_list="List"
  61. export header_setup="Setup"
  62. export header_contact="Contact"
  63. export footer="
  64. <a href=\"https://notabug.org/jadedctrl/libregamenight\">Source-code @ NotABug</a> ::
  65. <a href=\"https://eo.libregamenight.xyz\">En Esperanto</a> ::
  66. <a href=\"https://es.libregamenight.xyz\">En Español</a>"
  67. ## SETUP STRINGS
  68. ###########################
  69. export setup_files_title="Files"
  70. export setup_method_a="Method A"
  71. export setup_method_b="Method B"
  72. export setup_method_c="Method C"
  73. export setup_run_script="Run the script"
  74. export setup_run_script_root="Run the script as root"
  75. export setup_script="script"
  76. export setup_binary="binary"
  77. export setup_fetch_trisquel_script="Fetch the Trisquel [install script](trisquel-install.sh)"
  78. export setup_fetch_parabola_script="Fetch the Parabola [install script](parabola-install.sh)"
  79. export setup_fetch_libertybsd_script="Fetch the LibertyBSD [install script](libertybsd-install.sh)"
  80. export setup_fetch_generic_script="Fetch the generic [install script](lignux-install.sh)"
  81. export setup_fetch_generic_binary="Fetch the generic
  82. [amd64](http://data.libregamenight.xyz/pub/$lgn_game_path/lignux-amd64.tar.gz) or
  83. [i386](http://data.libregamenight.xyz/pub/$lgn_game_path/lignux-amd64.tar.gz) Lignux binary"
  84. export setup_install_data_deb="[Install](../misc/deb.html) the
  85. [data.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/data.deb) package file"
  86. export setup_install_music_deb="[Install](../misc/deb.html) the
  87. [music.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/music.deb) package file"
  88. export setup_install_arch_deb="[Install](../misc/deb.html) the
  89. [amd64.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/amd64.deb) or
  90. [i386.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/i386.deb) package file,
  91. depending on your architecture"
  92. export setup_install_arch_deb_parabola="[Install](../misc/deb.html) the
  93. [amd64.pkg.tar.xz](http://data.libregamenight.xyz/pub/$lgn_game_path/amd64.pkg.tar.xz) or
  94. [i386.pkg.tar.xz](http://data.libregamenight.xyz/pub/$lgn_game_path/i386.pkg.tar.xz) package file,
  95. depending on your architecture"
  96. export setup_repo_install="[Install](../misc/repo.html) the package"
  97. export setup_profit="Profit!"
  98. export setup_fetch_sources="Fetch the [source code](http://data.libregamenight.xyz/pub/$lgn_game_path/src.tar.gz)"
  99. export setup_good_luck="Good bloody luck!"
  100. ## JAVASCRIPT STRINGS
  101. ###########################
  102. export js_about="About "
  103. export js_days_until=" days until next LGN!"
  104. export js_hours_until=" hours until next LGN!"
  105. export js_minutes_until=" minutes until this LGN!"
  106. export js_lgn_started="LGN started "
  107. export js_minutes_ago=" minutes ago-- hurry up!"
  108. export js_hours_ago=" hours ago-- it's still not too late!"
  109. export js_currently="It's currently "