From 64f65e69102297280c0d29a27cc2872b709bbc8a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 21 Apr 2018 08:04:48 +0200 Subject: [PATCH] added EN_GB translation of the impressum addon THX Kris --- impressum/lang/en-gb/messages.po | 89 ++++++++++++++++++++++++++++++++ impressum/lang/en-gb/strings.php | 23 +++++++++ 2 files changed, 112 insertions(+) create mode 100644 impressum/lang/en-gb/messages.po create mode 100644 impressum/lang/en-gb/strings.php diff --git a/impressum/lang/en-gb/messages.po b/impressum/lang/en-gb/messages.po new file mode 100644 index 00000000..8faa737f --- /dev/null +++ b/impressum/lang/en-gb/messages.po @@ -0,0 +1,89 @@ +# ADDON impressum +# Copyright (C) +# This file is distributed under the same license as the Friendica impressum addon package. +# +# +# Translators: +# Kris, 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-04-21 01:04+0000\n" +"Last-Translator: Kris\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: impressum.php:37 +msgid "Impressum" +msgstr "Impressum" + +#: impressum.php:50 impressum.php:52 impressum.php:84 +msgid "Site Owner" +msgstr "Site Owner" + +#: impressum.php:50 impressum.php:88 +msgid "Email Address" +msgstr "Email Address" + +#: impressum.php:55 impressum.php:86 +msgid "Postal Address" +msgstr "Postal Address" + +#: impressum.php:61 +msgid "" +"The impressum addon needs to be configured!
Please add at least the " +"owner variable to your config file. For other variables please " +"refer to the README file of the addon." +msgstr "The Impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables, please refer to the addon's README file." + +#: impressum.php:78 +msgid "Settings updated." +msgstr "Settings updated." + +#: impressum.php:83 +msgid "Submit" +msgstr "Submit" + +#: impressum.php:84 +msgid "The page operators name." +msgstr "The site operator's name" + +#: impressum.php:85 +msgid "Site Owners Profile" +msgstr "Site owner's profile" + +#: impressum.php:85 +msgid "Profile address of the operator." +msgstr "Profile address of the operator." + +#: impressum.php:86 +msgid "How to contact the operator via snail mail. You can use BBCode here." +msgstr "How to contact the site operator via snail mail. You can use BBCode here." + +#: impressum.php:87 +msgid "Notes" +msgstr "Notes" + +#: impressum.php:87 +msgid "" +"Additional notes that are displayed beneath the contact information. You can" +" use BBCode here." +msgstr "Additional notes that are displayed beneath the contact information. You can use BBCode here." + +#: impressum.php:88 +msgid "How to contact the operator via email. (will be displayed obfuscated)" +msgstr "How to contact the operator via email. (The e-mail address will be obfuscated to avoid spam.)" + +#: impressum.php:89 +msgid "Footer note" +msgstr "Footer notes" + +#: impressum.php:89 +msgid "Text for the footer. You can use BBCode here." +msgstr "Text for the footer. You can use BBCode here." diff --git a/impressum/lang/en-gb/strings.php b/impressum/lang/en-gb/strings.php new file mode 100644 index 00000000..3d1a2ec1 --- /dev/null +++ b/impressum/lang/en-gb/strings.php @@ -0,0 +1,23 @@ +strings["Impressum"] = "Impressum"; +$a->strings["Site Owner"] = "Site Owner"; +$a->strings["Email Address"] = "Email Address"; +$a->strings["Postal Address"] = "Postal Address"; +$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "The Impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables, please refer to the addon's README file."; +$a->strings["Settings updated."] = "Settings updated."; +$a->strings["Submit"] = "Submit"; +$a->strings["The page operators name."] = "The site operator's name"; +$a->strings["Site Owners Profile"] = "Site owner's profile"; +$a->strings["Profile address of the operator."] = "Profile address of the operator."; +$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "How to contact the site operator via snail mail. You can use BBCode here."; +$a->strings["Notes"] = "Notes"; +$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Additional notes that are displayed beneath the contact information. You can use BBCode here."; +$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "How to contact the operator via email. (The e-mail address will be obfuscated to avoid spam.)"; +$a->strings["Footer note"] = "Footer notes"; +$a->strings["Text for the footer. You can use BBCode here."] = "Text for the footer. You can use BBCode here.";