2018-04-06 13:58:38 +02:00
< ? php
if ( ! function_exists ( " string_plural_select_fi_fi " )) {
function string_plural_select_fi_fi ( $n ){
return ( $n != 1 );;
}}
;
$a -> strings [ " Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3 " ] = " " ;
2018-04-09 15:00:17 +02:00
$a -> strings [ " generic profile image " ] = " Yleinen profiilikuva " ;
$a -> strings [ " random geometric pattern " ] = " satunnainen geometrinen kuvio " ;
$a -> strings [ " monster face " ] = " hirviö " ;
2018-04-17 07:21:08 +02:00
$a -> strings [ " computer generated face " ] = " tietokoneella tuotettut kasvot " ;
$a -> strings [ " retro arcade style face " ] = " retro-videopeli kasvot " ;
2018-04-06 13:58:38 +02:00
$a -> strings [ " Warning " ] = " Varoitus " ;
$a -> strings [ " Your PHP version %s is lower than the required PHP >= 5.3. " ] = " " ;
$a -> strings [ " This addon is not functional on your server. " ] = " " ;
2018-04-09 15:00:17 +02:00
$a -> strings [ " Information " ] = " Tietoja " ;
2018-04-06 13:58:38 +02:00
$a -> strings [ " Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar. " ] = " " ;
$a -> strings [ " Submit " ] = " Lähetä " ;
$a -> strings [ " Default avatar image " ] = " " ;
$a -> strings [ " Select default avatar image if none was found. See README " ] = " " ;
2018-04-09 15:00:17 +02:00
$a -> strings [ " Libravatar settings updated. " ] = " Libravatar -asetukset päivitetty " ;