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

diff --git a/smileybutton/lang/et/messages.po b/smileybutton/lang/et/messages.po
new file mode 100644 (file)
index 0000000..2f910e3
--- /dev/null
@@ -0,0 +1,36 @@
+# ADDON smileybutton
+# Copyright (C)
+# This file is distributed under the same license as the Friendica smileybutton addon package.
+# 
+# 
+# Translators:
+# Rain Hawk, 2019
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:45+0200\n"
+"PO-Revision-Date: 2019-11-30 14:52+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"
+
+#: smileybutton.php:269
+msgid "Smileybutton settings"
+msgstr "SmileyNupu sätted"
+
+#: smileybutton.php:272
+msgid "You can hide the button and show the smilies directly."
+msgstr "Saad peita nupu ja näidata smailisid otse"
+
+#: smileybutton.php:274
+msgid "Hide the button"
+msgstr "Peida nupp"
+
+#: smileybutton.php:281
+msgid "Save Settings"
+msgstr "Salvesta sätted"
diff --git a/smileybutton/lang/et/strings.php b/smileybutton/lang/et/strings.php
new file mode 100644 (file)
index 0000000..fe8cdb9
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+if(! function_exists("string_plural_select_et")) {
+function string_plural_select_et($n){
+       $n = intval($n);
+       return ($n != 1);;
+}}
+;
+$a->strings["Smileybutton settings"] = "SmileyNupu sätted";
+$a->strings["You can hide the button and show the smilies directly."] = "Saad peita nupu ja näidata smailisid otse";
+$a->strings["Hide the button"] = "Peida nupp";
+$a->strings["Save Settings"] = "Salvesta sätted";