forked from friendica/friendica-addons
15 lines
457 B
PHP
15 lines
457 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 libertree"] = "";
|
||
|
$a->strings["libertree Post Settings"] = "";
|
||
|
$a->strings["Enable Libertree Post Addon"] = "";
|
||
|
$a->strings["Libertree API token"] = "";
|
||
|
$a->strings["Libertree site URL"] = "Libertree -sivuston URL-osoite";
|
||
|
$a->strings["Post to Libertree by default"] = "";
|
||
|
$a->strings["Submit"] = "Lähetä";
|