2014-09-14 16:01:44 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2015-04-03 07:17:32 -04:00
|
|
|
$a->strings["Post to libertree"] = "Invia a Libertree";
|
2015-08-31 12:52:41 -04:00
|
|
|
$a->strings["libertree Post Settings"] = "Impostazioni di invio a Libertree";
|
2018-03-19 16:28:00 -04:00
|
|
|
$a->strings["Enable Libertree Post Addon"] = "Abilita il componente aggiuntivo di invio a Libertree";
|
2015-04-03 07:17:32 -04:00
|
|
|
$a->strings["Libertree API token"] = "Token API Libertree";
|
|
|
|
$a->strings["Libertree site URL"] = "Indirizzo sito Libertree";
|
|
|
|
$a->strings["Post to Libertree by default"] = "Invia sempre a Libertree";
|
2015-08-31 12:52:41 -04:00
|
|
|
$a->strings["Submit"] = "Invia";
|