]> git.mxchange.org Git - friendica-addons.git/commitdiff
added EN_GB translation of the impressum addon THX Kris
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 21 Apr 2018 06:04:48 +0000 (08:04 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 21 Apr 2018 06:04:48 +0000 (08:04 +0200)
impressum/lang/en-gb/messages.po [new file with mode: 0644]
impressum/lang/en-gb/strings.php [new file with mode: 0644]

diff --git a/impressum/lang/en-gb/messages.po b/impressum/lang/en-gb/messages.po
new file mode 100644 (file)
index 0000000..8faa737
--- /dev/null
@@ -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!<br />Please add at least the "
+"<tt>owner</tt> 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!<br />Please add at least the <tt>owner</tt> 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 (file)
index 0000000..3d1a2ec
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+
+if(! function_exists("string_plural_select_en_gb")) {
+function string_plural_select_en_gb($n){
+       return ($n != 1);;
+}}
+;
+$a->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!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "The Impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> 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.";