forked from friendica/friendica-addons
12 lines
312 B
PHP
12 lines
312 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
$n = intval($n);
|
|
return intval($n != 1);
|
|
}}
|
|
;
|
|
$a->strings["Group Text settings updated."] = "Group Text -asetukset päivitetty.";
|
|
$a->strings["Group Text"] = "Group Text";
|
|
$a->strings["Submit"] = "Lähetä";
|