]> git.mxchange.org Git - friendica-addons.git/commitdiff
showmore: added ET translation THX Rain Hawk
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 22 Dec 2019 06:03:17 +0000 (07:03 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 22 Dec 2019 06:03:17 +0000 (07:03 +0100)
showmore/lang/et/messages.po [new file with mode: 0644]
showmore/lang/et/strings.php [new file with mode: 0644]

diff --git a/showmore/lang/et/messages.po b/showmore/lang/et/messages.po
new file mode 100644 (file)
index 0000000..cb6d8af
--- /dev/null
@@ -0,0 +1,44 @@
+# ADDON showmore
+# Copyright (C)
+# This file is distributed under the same license as the Friendica showmore addon package.
+# 
+# 
+# Translators:
+# Rain Hawk, 2019
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-04-01 11:11-0400\n"
+"PO-Revision-Date: 2019-12-22 00:47+0000\n"
+"Last-Translator: Rain Hawk\n"
+"Language-Team: Estonian (http://www.transifex.com/Friendica/friendica/language/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: showmore.php:41 showmore.php:45
+msgid "\"Show more\" Settings"
+msgstr "Näita rohkem sätteid"
+
+#: showmore.php:50
+msgid "Enable Show More"
+msgstr "Võimalda Näita Rohkem"
+
+#: showmore.php:53
+msgid "Cutting posts after how much characters"
+msgstr "Lõika postitus peale kuimitut karakterit"
+
+#: showmore.php:57
+msgid "Save Settings"
+msgstr "Salvesta sätted"
+
+#: showmore.php:74
+msgid "Show More Settings saved."
+msgstr "Näita Rohkem sätted salvesatud."
+
+#: showmore.php:134
+msgid "show more"
+msgstr "näita rohkem"
diff --git a/showmore/lang/et/strings.php b/showmore/lang/et/strings.php
new file mode 100644 (file)
index 0000000..1b14dd9
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+if(! function_exists("string_plural_select_et")) {
+function string_plural_select_et($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["\"Show more\" Settings"] = "Näita rohkem sätteid";
+$a->strings["Enable Show More"] = "Võimalda Näita Rohkem";
+$a->strings["Cutting posts after how much characters"] = "Lõika postitus peale kuimitut karakterit";
+$a->strings["Save Settings"] = "Salvesta sätted";
+$a->strings["Show More Settings saved."] = "Näita Rohkem sätted salvesatud.";
+$a->strings["show more"] = "näita rohkem";