mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
BG translation added to smileybutton addon THX Rafael Kalachev
This commit is contained in:
parent
65f51cbdda
commit
f3a81a170e
2 changed files with 48 additions and 0 deletions
12
smileybutton/lang/bg/strings.php
Normal file
12
smileybutton/lang/bg/strings.php
Normal 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"] = "Запази настройките";
|
Loading…
Add table
Add a link
Reference in a new issue