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

13 lines
555 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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