backoffice/html/mailing/admin/lan/it/defaults.php

13 lines
256 B
PHP
Raw Permalink Normal View History

2011-06-21 15:28:10 +02:00
<?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',
);
?>