2018-04-06 11:58:38 +00:00
< ? php
if ( ! function_exists ( " string_plural_select_fi_fi " )) {
function string_plural_select_fi_fi ( $n ){
return ( $n != 1 );;
}}
;
2018-04-09 13:00:17 +00:00
$a -> strings [ " generic profile image " ] = " Yleinen profiilikuva " ;
$a -> strings [ " random geometric pattern " ] = " satunnainen geometrinen kuvio " ;
$a -> strings [ " monster face " ] = " hirviö " ;
2018-04-18 06:32:45 +00:00
$a -> strings [ " computer generated face " ] = " tietokoneella tuotettut kasvot " ;
$a -> strings [ " retro arcade style face " ] = " retro-videopeli kasvot " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Information " ] = " Tietoja " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar. " ] = " " ;
$a -> strings [ " Submit " ] = " Lähetä " ;
2018-04-20 06:32:40 +00:00
$a -> strings [ " Default avatar image " ] = " Avatarin oletuskuva " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Select default avatar image if none was found at Gravatar. See README " ] = " " ;
$a -> strings [ " Rating of images " ] = " " ;
$a -> strings [ " Select the appropriate avatar rating for your site. See README " ] = " " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Gravatar settings updated. " ] = " Gravatar -asetukset päivitetty. " ;