2018-04-06 13:58:38 +02:00
< ? php
if ( ! function_exists ( " string_plural_select_fi_fi " )) {
function string_plural_select_fi_fi ( $n ){
2018-05-20 19:16:32 +02:00
$n = intval ( $n );
2018-04-06 13:58:38 +02:00
return ( $n != 1 );;
}}
;
$a -> strings [ " Administrator " ] = " Ylläpitäjä " ;
2018-04-18 08:32:45 +02:00
$a -> strings [ " Your account on %s will expire in a few days. " ] = " %s -tilisi vanhenee muutaman päivän kuluttua. " ;
2018-05-20 19:16:32 +02:00
$a -> strings [ " Your Friendica account is about to expire. " ] = " Friendica-tilisi umpeutuu kohta. " ;
2018-04-06 13:58:38 +02:00
$a -> strings [ " Hi %1 \$ s, \n \n Your account on %2 \$ s will expire in less than five days. You may keep your account by logging in at least once every 30 days " ] = " " ;