2018-04-06 11:58:38 +00:00
< ? php
if ( ! function_exists ( " string_plural_select_fi_fi " )) {
function string_plural_select_fi_fi ( $n ){
2018-05-20 17:16:32 +00:00
$n = intval ( $n );
2021-02-01 17:47:38 +00:00
return intval ( $n != 1 );
2018-04-06 11:58:38 +00:00
}}
;
2018-05-20 17:16:32 +00:00
$a -> strings [ " Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3 " ] = " Libravataria ei voitu asentaa.<br>Vaatii PHP-version >=5.3 " ;
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-17 05:21:08 +00:00
$a -> strings [ " computer generated face " ] = " tietokoneella tuotettut kasvot " ;
$a -> strings [ " retro arcade style face " ] = " retro-videopeli kasvot " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Warning " ] = " Varoitus " ;
2018-04-18 06:32:45 +00:00
$a -> strings [ " Your PHP version %s is lower than the required PHP >= 5.3. " ] = " PHP-versiosi on %s. Friendica vaatii PHP >= 5.3. " ;
2018-05-20 17:16:32 +00:00
$a -> strings [ " This addon is not functional on your server. " ] = " Tämä lisäosa ei toimi palvelimellasi. " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Information " ] = " Tietoja " ;
2018-04-06 11:58:38 +00:00
$a -> strings [ " Submit " ] = " Lähetä " ;
2018-04-20 06:32:40 +00:00
$a -> strings [ " Default avatar image " ] = " Avatarin oletuskuva " ;
2018-05-20 17:16:32 +00:00
$a -> strings [ " Select default avatar image if none was found. See README " ] = " Valitse oletusavatarikuva jos avatari puuttuu. Katso lisätietoja README:stä. " ;
2018-04-09 13:00:17 +00:00
$a -> strings [ " Libravatar settings updated. " ] = " Libravatar -asetukset päivitetty " ;