diff --git a/generate_home_tmpl.py b/generate_home_tmpl.py index 2b2aaa5..56b8e72 100644 --- a/generate_home_tmpl.py +++ b/generate_home_tmpl.py @@ -56,7 +56,7 @@ fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), languageDirectory) # once there are translations, this list is used to hold the lng-codes # of the available translations. Later in the script, when the home.tmpl # is created, we'll loop over all these languages. -translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ'] +translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ', 'en-GB'] count = len(translations) languages = {} # read in all the available translation for later usage diff --git a/lang/en-GB/LC_MESSAGES/messages.mo b/lang/en-GB/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..c2c9b0f Binary files /dev/null and b/lang/en-GB/LC_MESSAGES/messages.mo differ diff --git a/lang/en-GB/LC_MESSAGES/messages.pot b/lang/en-GB/LC_MESSAGES/messages.pot new file mode 100644 index 0000000..dd5c622 --- /dev/null +++ b/lang/en-GB/LC_MESSAGES/messages.pot @@ -0,0 +1,92 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +# Translators: +# Andy H3 , 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-06-06 09:52+CEST\n" +"PO-Revision-Date: 2018-06-06 12:46+0000\n" +"Last-Translator: Andy H3 , 2019\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\n" +"Generated-By: pygettext.py 1.5\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: generate_home_tmpl.py:16 +msgid "" +"Collection of the git repositories of the Friendica project." +msgstr "" +"Collection of the git repositories of the Friendica project." + +#: generate_home_tmpl.py:17 +msgid "Easy to install" +msgstr "Easy to install" + +#: generate_home_tmpl.py:18 +msgid "" +"All you need is PHP and a MySQL database. Installation can be done via file " +"upload, git or docker." +msgstr "" +"All you need is PHP and a MySQL database. Installation can be done via file " +"upload, git or docker." + +#: generate_home_tmpl.py:19 +msgid "Free Software" +msgstr "Free Software" + +#: generate_home_tmpl.py:20 +msgid "" +"Friendica is Free Software, licensed under the terms of the AGPLv3 (or " +"later). The entire source code is hosted at git.friendi.ca. Join " +"us by contributing to make this project even better. Don't be shy to be a contributor!" +msgstr "" +"Friendica is Free Software, licensed under the terms of the AGPLv3 (or " +"later). The entire source code is hosted at git.friendi.ca. Join " +"us by contributing to make this project even better. Don't be shy to be a contributor!" + +#: generate_home_tmpl.py:21 +msgid "Decentralization" +msgstr "Decentralisation" + +#: generate_home_tmpl.py:22 +msgid "" +"Decentralized architecture with no central authority or ownership. " +"Relationships can be made across any compatible system, creating a network " +"of Internet scale made up of smaller sites. Seamless wall-to-wall posts and " +"remote comments, even across different network nodes." +msgstr "" +"Decentralised architecture with no central authority or ownership. " +"Relationships can be made across any compatible system, creating a network " +"of Internet scale made up of smaller sites. Seamless wall-to-wall posts and " +"remote comments, even across different network nodes." + +#: generate_home_tmpl.py:23 +msgid "Interoperability" +msgstr "Interoperability" + +#: generate_home_tmpl.py:24 +msgid "" +"Friendica has build in support for the OStatus (e.g. GNU social and " +"Mastodon) and diaspora* (e.g. diaspora*, Hubzilla and Socialhome) protocol. " +"With additional addons you can bridge to more networks like pump.io, Twitter" +" and others." +msgstr "" +"Friendica has build in support for the OStatus (e.g. GNU social and " +"Mastodon) and diaspora* (e.g. diaspora*, Hubzilla and Socialhome) protocol. " +"With additional addons you can bridge to more networks like pump.io, Twitter" +" and others."