2018-04-06 11:58:38 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
2021-02-01 17:47:38 +00:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
2018-04-06 11:58:38 +00:00
|
|
|
}}
|
|
|
|
;
|
2018-04-09 13:00:17 +00:00
|
|
|
$a->strings["Post to LiveJournal"] = "Lähetä LiveJournaliin";
|
|
|
|
$a->strings["LiveJournal Post Settings"] = "LiveJournal -viestin asetukset";
|
|
|
|
$a->strings["Enable LiveJournal Post Addon"] = "Ota LiveJournal -viestilisäosa käyttöön";
|
2018-04-06 11:58:38 +00:00
|
|
|
$a->strings["LiveJournal username"] = "Live Journal -käyttäjätunnus";
|
|
|
|
$a->strings["LiveJournal password"] = "LiveJournal -salasana";
|
2018-04-09 13:00:17 +00:00
|
|
|
$a->strings["Post to LiveJournal by default"] = "Lähetä LiveJournaliin oletuksena";
|
2018-04-06 11:58:38 +00:00
|
|
|
$a->strings["Submit"] = "Lähetä";
|