2018-04-06 07:58:38 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Smileybutton settings"] = "Smileybutton -asetukset";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["You can hide the button and show the smilies directly."] = "";
|
2018-04-17 01:21:08 -04:00
|
|
|
$a->strings["Hide the button"] = "Piilota nappi";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Save Settings"] = "Tallenna asetukset";
|