60 lines
2.8 KiB
PHP
60 lines
2.8 KiB
PHP
|
<?php
|
||
|
|
||
|
$lan = array(
|
||
|
'General Information' => 'Informazioni Generali',
|
||
|
'Title' => 'Titolo',
|
||
|
'Title of this set of lists' => 'Titolo per questo set di liste',
|
||
|
'Please indicate how often you want to receive messages' => 'Prego indicare con che frequenza si desidera ricevere messaggi',
|
||
|
'Don\'t offer choice, default to <b>text</b>' => 'Non offrire scelte, scelta predefinita<b>testo</b>',
|
||
|
'Don\'t offer choice, default to <b>HTML</b>' => 'Non offrire scelte, scelta predefinita <b>HTML</b>',
|
||
|
'Don\'t display email confirmation' => 'Non visualizzare email di conferma',
|
||
|
'Intro' => 'Intro',
|
||
|
'Header' => 'Header',
|
||
|
'Footer' => 'Footer',
|
||
|
'Thank you page' => 'Pagina di ringraziamento',
|
||
|
'Text for Button' => 'Testo del pulsante',
|
||
|
'HTML Email choice' => 'Opzione email HTML',
|
||
|
'Offer checkbox for text' => 'Offri checkbox per testo',
|
||
|
'Offer checkbox for HTML' => 'Offri checkbox per for HTML',
|
||
|
'Radio buttons, default to text' => 'Pulsanti radio, predefinito text',
|
||
|
'Radio buttons, default to HTML' => 'Pulsanti radio, predefinito HTML',
|
||
|
'Display Email confirmation' => 'Visualizza email di conferma',
|
||
|
'Display email confirmation' => 'Visualizza email di conferma',
|
||
|
'Message they receive when they subscribe' => 'Messaggio da ricevere in fase di iscrizione',
|
||
|
'Message they receive when they confirm their subscription' => 'Messaggio da ricevere una volta confermata l\'iscrizione',
|
||
|
'Subject' => 'Oggetto',
|
||
|
'Message' => 'Messaggio',
|
||
|
'Select the attributes to use' => 'Seleziona gli attributi da utilizzare',
|
||
|
'No lists available, please create one first' => 'Nessun lista disponibile, crearne uno prima',
|
||
|
'Attribute' => 'Attributo',
|
||
|
'Check this box to use this attribute in the page' => 'Seleziona questo box per usare l\'attributo nella pagina',
|
||
|
'Type' => 'Tipo',
|
||
|
'Default Value' => 'Valore predefinito',
|
||
|
'Order of Listing' => 'Ordine di lista',
|
||
|
'Is this attribute required?' => 'Questo attributo è necessario?',
|
||
|
'Attribute' => 'Attributo',
|
||
|
'Check this box to use this attribute in the page' => 'Seleziona questo box per usare l\'attributo nella pagina',
|
||
|
'Type' => 'Tipo',
|
||
|
'Default Value' => 'Valore predefinito',
|
||
|
'Order of Listing' => 'Ordine di lista',
|
||
|
'Is this attribute required?' => 'Questo attributo è necessario?',
|
||
|
'RSS settings' => 'Impostazioni RSS',
|
||
|
'Intro Text' => 'Testo di introduzione',
|
||
|
'Offer option to receive' => 'Offri opzioni per ricevere',
|
||
|
'Daily' => 'Giornaliero',
|
||
|
'default' => 'predefinito',
|
||
|
'Offer option to receive' => 'Mostra opzioni per la ricezione',
|
||
|
'Weekly' => 'Settimanale',
|
||
|
'default' => 'predefinito',
|
||
|
'Offer option to receive' => 'Mostra opzioni per la ricezione',
|
||
|
'Monthly' => 'Mensile',
|
||
|
'default' => 'predefinito',
|
||
|
'Select the lists to offer' => 'Seleziona la lista da offrire',
|
||
|
'Owner' => 'Proprietario',
|
||
|
'Save Changes' => 'Salva modifiche',
|
||
|
'Save and Activate' => 'Salva e attiva',
|
||
|
'Save and Deactivate' => 'Salva e disattiva',
|
||
|
|
||
|
);
|
||
|
?>
|