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

17 lines
409 B
PHP
Raw Normal View History

2011-06-21 15:28:10 +02:00
<?php
$lan = array(
"Deleting" => "Cancellazione",
"Done" => "Fatto",
"No template have been defined" => "Non &egrave; stato definito alcun template",
"Existing templates" => "templates esistenti",
"View" => "Visualizza",
"Edit" => "Modifica",
'delete' => 'Cancella',
"Add new Template" => "Aggiungi nuovo template",
'ID' => 'ID',
'Default' => 'Predefinito',
'# imgs' => '# img',
);
?>