From 8247d50907bb8494f4e16bf5d15f51bf35016151 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jun 2019 07:47:44 +0200 Subject: [PATCH] fromapp EN-GB translation THX AndyH3 --- fromapp/lang/en-gb/messages.po | 43 ++++++++++++++++++++++++++++++++++ fromapp/lang/en-gb/strings.php | 13 ++++++++++ 2 files changed, 56 insertions(+) create mode 100644 fromapp/lang/en-gb/messages.po create mode 100644 fromapp/lang/en-gb/strings.php diff --git a/fromapp/lang/en-gb/messages.po b/fromapp/lang/en-gb/messages.po new file mode 100644 index 00000000..c477bbde --- /dev/null +++ b/fromapp/lang/en-gb/messages.po @@ -0,0 +1,43 @@ +# ADDON fromapp +# Copyright (C) +# This file is distributed under the same license as the Friendica fromapp addon package. +# +# +# Translators: +# Andy H3 , 2018-2019 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-02-19 16:42+0100\n" +"PO-Revision-Date: 2019-06-05 14:42+0000\n" +"Last-Translator: Andy H3 \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" + +#: fromapp.php:40 +msgid "Fromapp settings updated." +msgstr "FromApp settings updated." + +#: fromapp.php:65 fromapp.php:69 +msgid "FromApp Settings" +msgstr "FromApp" + +#: fromapp.php:72 +msgid "" +"The application name you would like to show your posts originating from. " +"Separate different app names with a comma. A random one will then be " +"selected for every posting." +msgstr "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post." + +#: fromapp.php:76 +msgid "Use this application name even if another application was used." +msgstr "Use this application name even if another application was used." + +#: fromapp.php:83 +msgid "Save Settings" +msgstr "Save settings" diff --git a/fromapp/lang/en-gb/strings.php b/fromapp/lang/en-gb/strings.php new file mode 100644 index 00000000..b2be2285 --- /dev/null +++ b/fromapp/lang/en-gb/strings.php @@ -0,0 +1,13 @@ +strings["Fromapp settings updated."] = "FromApp settings updated."; +$a->strings["FromApp Settings"] = "FromApp"; +$a->strings["The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting."] = "The application name you would like to show your posts originating from. Separate different app names with a comma and a random one will be selected for every post."; +$a->strings["Use this application name even if another application was used."] = "Use this application name even if another application was used."; +$a->strings["Save Settings"] = "Save settings";