forked from friendica/friendica-addons
13 lines
555 B
PHP
13 lines
555 B
PHP
<?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"] = "Запази настройките";
|