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

15 lines
561 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return intval($n != 1);
}}
;
2018-04-09 13:00:17 +00:00
$a->strings["Post to libertree"] = "Lähetä Libertreehin";
$a->strings["libertree Post Settings"] = "Libertree -viestin asetukset";
$a->strings["Enable Libertree Post Addon"] = "Ota Libertree -viestilisäosa käyttöön";
$a->strings["Libertree site URL"] = "Libertree -sivuston URL-osoite";
2018-04-09 13:00:17 +00:00
$a->strings["Post to Libertree by default"] = "Lähetä Libertreehin oletuksena";
$a->strings["Submit"] = "Lähetä";