2018-04-06 07:58:38 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2018-04-09 09:00:17 -04: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 07:58:38 -04:00
|
|
|
$a->strings["Libertree API token"] = "";
|
|
|
|
$a->strings["Libertree site URL"] = "Libertree -sivuston URL-osoite";
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Post to Libertree by default"] = "Lähetä Libertreehin oletuksena";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Submit"] = "Lähetä";
|