diff options
Diffstat (limited to '_i18n/en.yml')
-rw-r--r-- | _i18n/en.yml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/_i18n/en.yml b/_i18n/en.yml new file mode 100644 index 0000000..7b354a9 --- /dev/null +++ b/_i18n/en.yml @@ -0,0 +1,43 @@ +global: + home: Home + archive: Archive + about_me: About me + about: About + recent_posts: Recent posts + language: Language + links: Links + source_code: Source code + personal_git_repository: Personal git repository + github: Github +about_me_page: + presentation: "Hi, I'm currently a computer sciences student." + interests: "My interests (and what I'll write about for the most part) are:" + interest_list: + - + name: Technology + - + name: Free software + - + name: Self hosting + - + name: Videogames + etc: 'And some other stuff' + contact: Contact + contact_introduction: "If you want to chat or you have a question regarding some post, let me know:" + notes: "Notes:" + xmpp_notes: "Be sure to enable end-to-end encryption via OMEMO" + address: Address + server: Server + irc_notes: "Sometimes online, sometimes not, but don't worry, I'm hosting a bouncer. I'll read your message sooner or later." +about_page: + made_in: "Blog made in " + used_theme: "Using the jekyll-clean theme, by scotte. You can find it " + here: here + jekyll: Jekyll + privacy_notice: Privacy notice + privacy_notice_text: "This website doesn't collect any kind of information about the user, it doesn't use analytics of any kind nor cookies, + besides the information that is strictly necessary for the site, which is limited only to the IP address. The IP address of + any visitor is kept in the server's logs, and these get deleted after 2 weeks." + copyright_notice: Copyright + copyright_notice_text_first_part: "All of this site's content under my authorship (images, text and code) are under a Creative Commons Attribution-NonCommercial-No Derivatives" + copyright_notice_text_second_part: " You can share the content presented herein, via a copy of it in a different website, in printed form or in any other possible medium, requiring only to provide credit, via sharing the URL of the content hosted in this site or just the url of the site, but you can't make derivative works nor use the content presented here in a commercial capacity. The code related to the used jekyll theme, is under a CC-BY license." |