2014-09-14 20:01:44 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
2021-02-01 17:47:38 +00:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
2014-09-14 20:01:44 +00:00
|
|
|
}}
|
|
|
|
;
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Post to libertree"] = "Invia a Libertree";
|
2021-03-28 16:20:10 +00:00
|
|
|
$a->strings["libertree Export"] = "Esporta libertree";
|
2018-03-19 20:28:00 +00:00
|
|
|
$a->strings["Enable Libertree Post Addon"] = "Abilita il componente aggiuntivo di invio a Libertree";
|
2015-04-03 11:17:32 +00: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";
|
2021-03-28 16:20:10 +00:00
|
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|