EN GB translation added THX Andy H3 #7
|
@ -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
|
||||
|
|
BIN
lang/en-GB/LC_MESSAGES/messages.mo
Normal file
BIN
lang/en-GB/LC_MESSAGES/messages.mo
Normal file
Binary file not shown.
92
lang/en-GB/LC_MESSAGES/messages.pot
Normal file
92
lang/en-GB/LC_MESSAGES/messages.pot
Normal file
|
@ -0,0 +1,92 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR ORGANIZATION
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
# Translators:
|
||||
# Andy H3 <andy@hubup.pro>, 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 <andy@hubup.pro>, 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 <a href='https://friendi.ca' "
|
||||
"target='_new'>Friendica</a> project."
|
||||
msgstr ""
|
||||
"Collection of the git repositories of the <a href='https://friendi.ca' "
|
||||
"target='_new'>Friendica</a> 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 <a "
|
||||
"href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join "
|
||||
"us by contributing to make this project even better. Don't be shy to <a "
|
||||
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc"
|
||||
"/Developers-Intro.md'>be a contributor</a>!"
|
||||
msgstr ""
|
||||
"Friendica is Free Software, licensed under the terms of the AGPLv3 (or "
|
||||
"later). The entire source code is hosted at <a "
|
||||
"href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join "
|
||||
"us by contributing to make this project even better. Don't be shy to <a "
|
||||
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc"
|
||||
"/Developers-Intro.md'>be a contributor</a>!"
|
||||
|
||||
#: 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."
|
Loading…
Reference in a new issue