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

12 lines
553 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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'] = 'Запази настройките';