forked from friendica/friendica-addons
12 lines
336 B
PHP
12 lines
336 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_fi_fi")) {
|
||
|
function string_plural_select_fi_fi($n){
|
||
|
return ($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"] = "Tallenna asetukset";
|