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 );;
}}
;
2018-04-09 15:00:17 +02:00
$a -> strings [ " Post to Diaspora " ] = " Lähetä Diasporaan " ;
2018-04-06 13:58:38 +02:00
$a -> strings [ " Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...) " ] = " " ;
$a -> strings [ " Diaspora Export " ] = " " ;
2018-04-09 15:00:17 +02:00
$a -> strings [ " Enable Diaspora Post Addon " ] = " Ota Diaspora-viestilisäosa käyttöön " ;
2018-04-06 13:58:38 +02:00
$a -> strings [ " Diaspora username " ] = " Diaspora -käyttäjätunnus " ;
$a -> strings [ " Diaspora password " ] = " Diaspora -salasana " ;
$a -> strings [ " Diaspora site URL " ] = " Diaspora -sivuston URL-osoite " ;
2018-04-09 15:00:17 +02:00
$a -> strings [ " Post to Diaspora by default " ] = " Lähetä Diasporaan oletuksena " ;
2018-04-06 13:58:38 +02:00
$a -> strings [ " Save Settings " ] = " Tallenna asetukset " ;
$a -> strings [ " Diaspora post failed. Queued for retry. " ] = " " ;