--- /dev/null
+# ADDON morepokes
+# Copyright (C)
+# This file is distributed under the same license as the Friendica morepokes addon package.
+#
+#
+# Translators:
+# Andy H3 <andy@hubup.pro>, 2020
+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: 2020-06-23 16:16+0000\n"
+"Last-Translator: Andy H3 <andy@hubup.pro>\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"
+
+#: morepokes.php:19
+msgid "bitchslap"
+msgstr "bitch-slap"
+
+#: morepokes.php:19
+msgid "bitchslapped"
+msgstr "bitch-slapped"
+
+#: morepokes.php:20
+msgid "shag"
+msgstr "shag"
+
+#: morepokes.php:20
+msgid "shagged"
+msgstr "shagged"
+
+#: morepokes.php:21
+msgid "do something obscenely biological to"
+msgstr "do something obscenely biological to"
+
+#: morepokes.php:21
+msgid "did something obscenely biological to"
+msgstr "did something obscenely biological to"
+
+#: morepokes.php:22
+msgid "point out the poke feature to"
+msgstr "point out the poke feature to"
+
+#: morepokes.php:22
+msgid "pointed out the poke feature to"
+msgstr "pointed out the poke feature to"
+
+#: morepokes.php:23
+msgid "declare undying love for"
+msgstr "declare undying love for"
+
+#: morepokes.php:23
+msgid "declared undying love for"
+msgstr "declared undying love for"
+
+#: morepokes.php:24
+msgid "patent"
+msgstr "patent"
+
+#: morepokes.php:24
+msgid "patented"
+msgstr "patented"
+
+#: morepokes.php:25
+msgid "stroke beard"
+msgstr "stroke beard"
+
+#: morepokes.php:25
+msgid "stroked their beard at"
+msgstr "stroked their beard at"
+
+#: morepokes.php:26
+msgid ""
+"bemoan the declining standards of modern secondary and tertiary education to"
+msgstr "bemoan the declining standards of modern secondary and tertiary education to"
+
+#: morepokes.php:26
+msgid ""
+"bemoans the declining standards of modern secondary and tertiary education "
+"to"
+msgstr "bemoans the declining standards of modern secondary and tertiary education to"
+
+#: morepokes.php:27
+msgid "hug"
+msgstr "hug"
+
+#: morepokes.php:27
+msgid "hugged"
+msgstr "hugged"
+
+#: morepokes.php:28
+msgid "kiss"
+msgstr "kiss"
+
+#: morepokes.php:28
+msgid "kissed"
+msgstr "kissed"
+
+#: morepokes.php:29
+msgid "raise eyebrows at"
+msgstr "raise eyebrows at"
+
+#: morepokes.php:29
+msgid "raised their eyebrows at"
+msgstr "raised their eyebrows at"
+
+#: morepokes.php:30
+msgid "insult"
+msgstr "insult"
+
+#: morepokes.php:30
+msgid "insulted"
+msgstr "insulted"
+
+#: morepokes.php:31
+msgid "praise"
+msgstr "praise"
+
+#: morepokes.php:31
+msgid "praised"
+msgstr "praised"
+
+#: morepokes.php:32
+msgid "be dubious of"
+msgstr "be dubious of"
+
+#: morepokes.php:32
+msgid "was dubious of"
+msgstr "is dubious of"
+
+#: morepokes.php:33
+msgid "eat"
+msgstr "eat"
+
+#: morepokes.php:33
+msgid "ate"
+msgstr "ate"
+
+#: morepokes.php:34
+msgid "giggle and fawn at"
+msgstr "giggle and fawn at"
+
+#: morepokes.php:34
+msgid "giggled and fawned at"
+msgstr "giggled and fawned at"
+
+#: morepokes.php:35
+msgid "doubt"
+msgstr "doubt"
+
+#: morepokes.php:35
+msgid "doubted"
+msgstr "doubted"
+
+#: morepokes.php:36
+msgid "glare"
+msgstr "glare"
+
+#: morepokes.php:36
+msgid "glared at"
+msgstr "glared at"
--- /dev/null
+<?php
+
+if(! function_exists("string_plural_select_en_gb")) {
+function string_plural_select_en_gb($n){
+ $n = intval($n);
+ return ($n != 1);;
+}}
+;
+$a->strings["bitchslap"] = "bitch-slap";
+$a->strings["bitchslapped"] = "bitch-slapped";
+$a->strings["shag"] = "shag";
+$a->strings["shagged"] = "shagged";
+$a->strings["do something obscenely biological to"] = "do something obscenely biological to";
+$a->strings["did something obscenely biological to"] = "did something obscenely biological to";
+$a->strings["point out the poke feature to"] = "point out the poke feature to";
+$a->strings["pointed out the poke feature to"] = "pointed out the poke feature to";
+$a->strings["declare undying love for"] = "declare undying love for";
+$a->strings["declared undying love for"] = "declared undying love for";
+$a->strings["patent"] = "patent";
+$a->strings["patented"] = "patented";
+$a->strings["stroke beard"] = "stroke beard";
+$a->strings["stroked their beard at"] = "stroked their beard at";
+$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "bemoan the declining standards of modern secondary and tertiary education to";
+$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "bemoans the declining standards of modern secondary and tertiary education to";
+$a->strings["hug"] = "hug";
+$a->strings["hugged"] = "hugged";
+$a->strings["kiss"] = "kiss";
+$a->strings["kissed"] = "kissed";
+$a->strings["raise eyebrows at"] = "raise eyebrows at";
+$a->strings["raised their eyebrows at"] = "raised their eyebrows at";
+$a->strings["insult"] = "insult";
+$a->strings["insulted"] = "insulted";
+$a->strings["praise"] = "praise";
+$a->strings["praised"] = "praised";
+$a->strings["be dubious of"] = "be dubious of";
+$a->strings["was dubious of"] = "is dubious of";
+$a->strings["eat"] = "eat";
+$a->strings["ate"] = "ate";
+$a->strings["giggle and fawn at"] = "giggle and fawn at";
+$a->strings["giggled and fawned at"] = "giggled and fawned at";
+$a->strings["doubt"] = "doubt";
+$a->strings["doubted"] = "doubted";
+$a->strings["glare"] = "glare";
+$a->strings["glared at"] = "glared at";