123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- #!/bin/sh
- . ./gl.sh
- export LANGCODE="en"
- ## INDEX.MD
- ###########################
- export index_name="index"
- export what_title="What"
- export what_p1='Libre Game Night is a weekly game night for members of the
- Free/libre Software and Culture communities to kick back and
- have fun playing some good games with friends. Anyone interested
- in GNU/Linux, \*BSD, or Free Software in general is welcome. :)'
- export what_p2="Of course, we only play Free Software and Free Culture games.
- This limits our selection a tad bit, but we don't mind. We value
- our freedom a lot more than we value shiny buttons and UIs."
- export when_title="When"
- export will_play_at="We'll play on $lgn_date @ $lgn_time"
- export will_play_this="We'll play [$lgn_game](pub/$lgn_game_path) $lgn_game_version!"
- export how_title="How"
- export how_p1="To join us for LGN, just [setup](pub/$lgn_game_path) this week's
- game and come on down to the #LGN Freenode channel. When it's time to
- start, the game server will be up and the channel's topic will
- be updated. If this is your first time using IRC, consider
- installing a client-- if that's not your sorta thing, you can use
- this [web-client](http://webchat.freenode.net/?channels=#lgn). Come
- on, already! We don't bite, I promise!"
- ## CONTACT.MD
- ###########################
- export contact_name="contact"
- export contact_p1="Hey, I'm jadedctrl. I manage this site, and usually host LGN.
- If there's anything you want to talk to me in particular about,
- you can shoot me an [email](mailto:jadedml@openmailbox.org).
- Oh, and here's my [public key](jadedml.gpg), if you're into that
- sorta thing."
- export contact_p2="If you don't need me in particular, just bring your message over
- to the #LGN Freenode channel. :)"
- export contact_exit="Cheers, mate!"
- ## LIST.MD
- ###########################
- export list_name="list"
- export list_p1="Each game here is played once per circulation-- circulations
- last about 19 weeks. One LGN per week, long enough for every game to
- be played once. If there's a free software game I missed,
- [ring me up](contact.html)!"
- ## SCHEDULE.MD
- ###########################
- export schedule_name="schedule"
- export schedule_date="Date"
- export schedule_time="Time"
- export schedule_game="Game"
- ## SWX.CONF
- ###########################
- export title="Libre Game Night"
- export site_hostname="https://en.libregamenight.xyz"
- export meta_description="Weekly game night for members of the Free/libre
- Software and Culture communities to kick back and have fun playing some good
- games with friends."
- export meta_keywords="free,free software,friends,game,GNU,IRC,libre,
- Linux,night,online,software,video games"
- export header_schedule="Schedule"
- export header_list="List"
- export header_setup="Setup"
- export header_contact="Contact"
- export footer="
- <a href=\"https://notabug.org/jadedctrl/libregamenight\">Source-code @ NotABug</a> ::
- <a href=\"https://eo.libregamenight.xyz\">En Esperanto</a> ::
- <a href=\"https://es.libregamenight.xyz\">En Español</a>"
- ## SETUP STRINGS
- ###########################
- export setup_files_title="Files"
- export setup_method_a="Method A"
- export setup_method_b="Method B"
- export setup_method_c="Method C"
- export setup_run_script="Run the script"
- export setup_run_script_root="Run the script as root"
- export setup_script="script"
- export setup_binary="binary"
- export setup_fetch_trisquel_script="Fetch the Trisquel [install script](trisquel-install.sh)"
- export setup_fetch_parabola_script="Fetch the Parabola [install script](parabola-install.sh)"
- export setup_fetch_libertybsd_script="Fetch the LibertyBSD [install script](libertybsd-install.sh)"
- export setup_fetch_generic_script="Fetch the generic [install script](lignux-install.sh)"
- export setup_fetch_generic_binary="Fetch the generic
- [amd64](http://data.libregamenight.xyz/pub/$lgn_game_path/lignux-amd64.tar.gz) or
- [i386](http://data.libregamenight.xyz/pub/$lgn_game_path/lignux-amd64.tar.gz) Lignux binary"
- export setup_install_data_deb="[Install](../misc/deb.html) the
- [data.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/data.deb) package file"
- export setup_install_music_deb="[Install](../misc/deb.html) the
- [music.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/music.deb) package file"
- export setup_install_arch_deb="[Install](../misc/deb.html) the
- [amd64.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/amd64.deb) or
- [i386.deb](http://data.libregamenight.xyz/pub/$lgn_game_path/i386.deb) package file,
- depending on your architecture"
- export setup_install_arch_deb_parabola="[Install](../misc/deb.html) the
- [amd64.pkg.tar.xz](http://data.libregamenight.xyz/pub/$lgn_game_path/amd64.pkg.tar.xz) or
- [i386.pkg.tar.xz](http://data.libregamenight.xyz/pub/$lgn_game_path/i386.pkg.tar.xz) package file,
- depending on your architecture"
- export setup_repo_install="[Install](../misc/repo.html) the package"
- export setup_profit="Profit!"
- export setup_fetch_sources="Fetch the [source code](http://data.libregamenight.xyz/pub/$lgn_game_path/src.tar.gz)"
- export setup_good_luck="Good bloody luck!"
- ## JAVASCRIPT STRINGS
- ###########################
- export js_about="About "
- export js_days_until=" days until next LGN!"
- export js_hours_until=" hours until next LGN!"
- export js_minutes_until=" minutes until this LGN!"
- export js_lgn_started="LGN started "
- export js_minutes_ago=" minutes ago-- hurry up!"
- export js_hours_ago=" hours ago-- it's still not too late!"
- export js_currently="It's currently "
|