]> git.mxchange.org Git - friendica-addons.git/commitdiff
diaspora addon EN GB and US translation updated THX AndyH§
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 18 Aug 2020 16:27:34 +0000 (18:27 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 18 Aug 2020 16:27:34 +0000 (18:27 +0200)
diaspora/lang/en-us/messages.po [new file with mode: 0644]
diaspora/lang/en-us/strings.php [new file with mode: 0644]

diff --git a/diaspora/lang/en-us/messages.po b/diaspora/lang/en-us/messages.po
new file mode 100644 (file)
index 0000000..ac7cef4
--- /dev/null
@@ -0,0 +1,114 @@
+# ADDON diaspora
+# Copyright (C)
+# This file is distributed under the same license as the Friendica diaspora addon package.
+# 
+# 
+# Translators:
+# Andy H3 <andy@hubup.pro>, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2020-05-07 00:15-0400\n"
+"PO-Revision-Date: 2020-05-07 06:50+0000\n"
+"Last-Translator: Transifex Bot <>\n"
+"Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_US\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: diaspora.php:53
+msgid "Post to Diaspora"
+msgstr "Post to Diaspora"
+
+#: diaspora.php:78
+#, php-format
+msgid ""
+"Please remember: You can always be reached from Diaspora with your Friendica"
+" handle <strong>%s</strong>. "
+msgstr ""
+
+#: diaspora.php:79
+msgid ""
+"This connector is only meant if you still want to use your old Diaspora "
+"account for some time. "
+msgstr ""
+
+#: diaspora.php:80
+#, php-format
+msgid ""
+"However, it is preferred that you tell your Diaspora contacts the new handle"
+" <strong>%s</strong> instead."
+msgstr ""
+
+#: diaspora.php:90
+msgid "All aspects"
+msgstr ""
+
+#: diaspora.php:91
+msgid "Public"
+msgstr ""
+
+#: diaspora.php:97
+msgid "Post to aspect:"
+msgstr ""
+
+#: diaspora.php:98
+#, php-format
+msgid "Connected with your Diaspora account <strong>%s</strong>"
+msgstr ""
+
+#: diaspora.php:101
+msgid ""
+"Can't login to your Diaspora account. Please check handle (in the format "
+"user@domain.tld) and password."
+msgstr ""
+
+#: diaspora.php:109
+msgid "Diaspora Export"
+msgstr "Diaspora Export"
+
+#: diaspora.php:110
+msgid "Information"
+msgstr ""
+
+#: diaspora.php:111
+msgid "Error"
+msgstr ""
+
+#: diaspora.php:112
+msgid "Save Settings"
+msgstr "Save settings"
+
+#: diaspora.php:116
+msgid "Enable Diaspora Post Addon"
+msgstr "Enable Diaspora export"
+
+#: diaspora.php:117
+msgid "Diaspora handle"
+msgstr ""
+
+#: diaspora.php:118
+msgid "Diaspora password"
+msgstr "Diaspora password"
+
+#: diaspora.php:118
+msgid ""
+"Privacy notice: Your Diaspora password will be stored unencrypted to "
+"authenticate you with your Diaspora pod. This means your Friendica node "
+"administrator can have access to it."
+msgstr ""
+
+#: diaspora.php:120
+msgid "Post to Diaspora by default"
+msgstr "Post to Diaspora by default"
+
+#: diaspora.php:138
+msgid "Diaspora settings updated."
+msgstr ""
+
+#: diaspora.php:141
+msgid "Diaspora connector disabled."
+msgstr ""
diff --git a/diaspora/lang/en-us/strings.php b/diaspora/lang/en-us/strings.php
new file mode 100644 (file)
index 0000000..237dfee
--- /dev/null
@@ -0,0 +1,28 @@
+<?php
+
+if(! function_exists("string_plural_select_en_us")) {
+function string_plural_select_en_us($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["Post to Diaspora"] = "Post to Diaspora";
+$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "";
+$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "";
+$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "";
+$a->strings["All aspects"] = "";
+$a->strings["Public"] = "";
+$a->strings["Post to aspect:"] = "";
+$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "";
+$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "";
+$a->strings["Diaspora Export"] = "Diaspora Export";
+$a->strings["Information"] = "";
+$a->strings["Error"] = "";
+$a->strings["Save Settings"] = "Save settings";
+$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export";
+$a->strings["Diaspora handle"] = "";
+$a->strings["Diaspora password"] = "Diaspora password";
+$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "";
+$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default";
+$a->strings["Diaspora settings updated."] = "";
+$a->strings["Diaspora connector disabled."] = "";