BG translation added to smileybutton addon THX Rafael Kalachev

This commit is contained in:
Tobias Diekershoff 2021-02-01 07:19:31 +01:00
parent 65f51cbdda
commit f3a81a170e
2 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?php
if(! function_exists("string_plural_select_bg")) {
function string_plural_select_bg($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Smileybutton settings"] = "Настройки на бутона с усмивки.";
$a->strings["You can hide the button and show the smilies directly."] = "Можете да скриете бутона и да покажете усмивките директно.";
$a->strings["Hide the button"] = "Скрий бутона";
$a->strings["Save Settings"] = "Запази настройките";