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 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";
|
2018-04-06 11:58:38 +00:00
|
|
|
$a->strings["Libertree API token"] = "";
|
|
|
|
$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";
|
2018-04-06 11:58:38 +00:00
|
|
|
$a->strings["Submit"] = "Lähetä";
|