forked from friendica/friendica-addons
15 lines
414 B
PHP
15 lines
414 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Post to libertree"] = "";
|
|
$a->strings["libertree Export"] = "";
|
|
$a->strings["Enable Libertree Post Plugin"] = "";
|
|
$a->strings["Libertree API token"] = "";
|
|
$a->strings["Libertree site URL"] = "";
|
|
$a->strings["Post to Libertree by default"] = "";
|
|
$a->strings["Save Settings"] = "";
|