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["Group Text settings updated."] = "";
|
||
|
$a->strings["Group Text"] = "";
|
||
|
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
|
||
|
$a->strings["Submit"] = "Lähetä";
|