friendica-addons/dwpost/lang/fi-fi/strings.php

15 lines
606 B
PHP

<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
return ($n != 1);;
}}
;
$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";
$a->strings["dreamwidth username"] = "dreamwidth -käyttäjätunnus";
$a->strings["dreamwidth password"] = "dreamwidth -salasana";
$a->strings["Post to dreamwidth by default"] = "Lähetä Dreamwidthiin oletuksena";
$a->strings["Submit"] = "Lähetä";