backoffice/html/mailing/admin/lan/it/defaults.php
2011-06-21 13:28:10 +00:00

13 lines
256 B
PHP

<?php
$lan = array(
"loading" => "Caricamento..",
"done" => "Fatto",
"name_empty" => "Il nome non può essere cancellato:",
"name_not_unique" => "Il nome non &egrave; abbastanza univoco",
"continue" => "Continua",
'add' => 'Aggiungi',
);
?>