friendica-addons/smileybutton/lang/bg/strings.php

12 lines
553 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_bg")) {
function string_plural_select_bg($n){
$n = intval($n);
return intval($n != 1);
}}
2021-10-10 08:27:53 +02:00
$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'] = 'Запази настройките';