]> git.mxchange.org Git - friendica-addons.git/commitdiff
added EN_BG translation to fromgplus addon THX Kris
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 16 Apr 2018 05:10:53 +0000 (07:10 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 16 Apr 2018 05:10:53 +0000 (07:10 +0200)
fromgplus/lang/en-gb/messages.po [new file with mode: 0644]
fromgplus/lang/en-gb/strings.php [new file with mode: 0644]

diff --git a/fromgplus/lang/en-gb/messages.po b/fromgplus/lang/en-gb/messages.po
new file mode 100644 (file)
index 0000000..4812698
--- /dev/null
@@ -0,0 +1,52 @@
+# ADDON fromgplus
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromgplus addon package.
+# 
+# 
+# Translators:
+# Kris, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-04-01 11:14-0400\n"
+"PO-Revision-Date: 2018-04-13 19:45+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"
+
+#: fromgplus.php:55 fromgplus.php:59
+msgid "Google+ Mirror"
+msgstr "Google+ Mirror"
+
+#: fromgplus.php:64
+msgid "Enable Google+ Import"
+msgstr "Enable Google+ Import"
+
+#: fromgplus.php:67
+msgid "Google Account ID"
+msgstr "Google Account ID"
+
+#: fromgplus.php:70
+msgid "Add keywords to post"
+msgstr "Add keywords to post"
+
+#: fromgplus.php:75 fromgplus.php:105
+msgid "Save Settings"
+msgstr "Save Settings"
+
+#: fromgplus.php:96
+msgid "Google+ Import Settings saved."
+msgstr "Google+ Import Settings saved."
+
+#: fromgplus.php:106
+msgid "Key"
+msgstr "Key"
+
+#: fromgplus.php:114
+msgid "Settings updated."
+msgstr "Settings updated."
diff --git a/fromgplus/lang/en-gb/strings.php b/fromgplus/lang/en-gb/strings.php
new file mode 100644 (file)
index 0000000..ba392c4
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+if(! function_exists("string_plural_select_en_gb")) {
+function string_plural_select_en_gb($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Google+ Mirror"] = "Google+ Mirror";
+$a->strings["Enable Google+ Import"] = "Enable Google+ Import";
+$a->strings["Google Account ID"] = "Google Account ID";
+$a->strings["Add keywords to post"] = "Add keywords to post";
+$a->strings["Save Settings"] = "Save Settings";
+$a->strings["Google+ Import Settings saved."] = "Google+ Import Settings saved.";
+$a->strings["Key"] = "Key";
+$a->strings["Settings updated."] = "Settings updated.";