2014-09-14 22:01:44 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2015-04-03 13:17:32 +02:00
|
|
|
$a->strings["Post to libertree"] = "Invia a Libertree";
|
2015-08-31 18:52:41 +02:00
|
|
|
$a->strings["libertree Post Settings"] = "Impostazioni di invio a Libertree";
|
2015-04-03 13:17:32 +02:00
|
|
|
$a->strings["Enable Libertree Post Plugin"] = "Abilita il plugin di invio a Libertree";
|
|
|
|
$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 18:52:41 +02:00
|
|
|
$a->strings["Submit"] = "Invia";
|