mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 15:26:17 +00:00
17 lines
1010 B
JavaScript
17 lines
1010 B
JavaScript
|
|
module.exports = exports = {
|
|
SITE_TITLE: 'Das ist Gender Dysphorie',
|
|
SITE_DESCRIPTION: 'A resource for those questioning their gender, already on a gender journey, or simply wanting to learn more about what it is to be transgender.',
|
|
|
|
HEADER_TITLE: '<abbr title="Zu Ihrer Information">FYI</abbr>, das ist Gender Dysphorie',
|
|
PATREON_FOOTER_BODY: 'This site is made possible thanks to contributions from the community. If you have found this site invaluable, please consider <a href="https://www.patreon.com/curvyandtrans">making a pledge on patreon</a> or a <a href="https://ko-fi.com/curvyandtrans">donation via Ko-fi</a>.',
|
|
PATREON_FOOTER_THANKS: 'Special thanks to the following patreon supporters:',
|
|
FOOTER_COPYRIGHT: 'Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a>',
|
|
FOOTER_COPYRIGHT2: 'and Other Contributors',
|
|
|
|
'TRANS_TWITTER_TOPICS': 'Trans Twitter Topics',
|
|
|
|
MENU_LANGUAGE: 'Deutsch (DE)',
|
|
};
|
|
|