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