From f3a81a170e370b3a58b27db0eec68aeb5a661096 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 1 Feb 2021 07:19:31 +0100 Subject: [PATCH] BG translation added to smileybutton addon THX Rafael Kalachev --- smileybutton/lang/bg/messages.po | 36 ++++++++++++++++++++++++++++++++ smileybutton/lang/bg/strings.php | 12 +++++++++++ 2 files changed, 48 insertions(+) create mode 100644 smileybutton/lang/bg/messages.po create mode 100644 smileybutton/lang/bg/strings.php diff --git a/smileybutton/lang/bg/messages.po b/smileybutton/lang/bg/messages.po new file mode 100644 index 00000000..119eaade --- /dev/null +++ b/smileybutton/lang/bg/messages.po @@ -0,0 +1,36 @@ +# ADDON smileybutton +# Copyright (C) +# This file is distributed under the same license as the Friendica smileybutton addon package. +# +# +# Translators: +# Rafael Kalachev , 2021 +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: 2021-01-14 07:24+0000\n" +"Last-Translator: Rafael Kalachev \n" +"Language-Team: Bulgarian (http://www.transifex.com/Friendica/friendica/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: smileybutton.php:269 +msgid "Smileybutton settings" +msgstr "Настройки на бутона с усмивки." + +#: smileybutton.php:272 +msgid "You can hide the button and show the smilies directly." +msgstr "Можете да скриете бутона и да покажете усмивките директно." + +#: smileybutton.php:274 +msgid "Hide the button" +msgstr "Скрий бутона" + +#: smileybutton.php:281 +msgid "Save Settings" +msgstr "Запази настройките" diff --git a/smileybutton/lang/bg/strings.php b/smileybutton/lang/bg/strings.php new file mode 100644 index 00000000..3ac29203 --- /dev/null +++ b/smileybutton/lang/bg/strings.php @@ -0,0 +1,12 @@ +strings["Smileybutton settings"] = "Настройки на бутона с усмивки."; +$a->strings["You can hide the button and show the smilies directly."] = "Можете да скриете бутона и да покажете усмивките директно."; +$a->strings["Hide the button"] = "Скрий бутона"; +$a->strings["Save Settings"] = "Запази настройките";