]> git.mxchange.org Git - friendica-addons.git/commitdiff
fromapp EN-GB translation THX AndyH3
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 22 Jun 2019 05:47:44 +0000 (07:47 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 22 Jun 2019 05:47:44 +0000 (07:47 +0200)
fromapp/lang/en-gb/messages.po [new file with mode: 0644]
fromapp/lang/en-gb/strings.php [new file with mode: 0644]

diff --git a/fromapp/lang/en-gb/messages.po b/fromapp/lang/en-gb/messages.po
new file mode 100644 (file)
index 0000000..c477bbd
--- /dev/null
@@ -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 <andy@hubup.pro>, 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 <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"
+
+#: 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 (file)
index 0000000..b2be228
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+if(! function_exists("string_plural_select_en_gb")) {
+function string_plural_select_en_gb($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->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";