User:Briotti/PDFLangIT

This is the snippet of code to be add to localization file for the italian translation for PDFExport extension:

$messages['it'] = array(
        'pdfprint' => 'Pdf Export' ,
        'pdf_print_link' => 'Trasforma in PDF',
        'pdf_print_text' => 'Inserire un elenco di una o più pagine da esportare, un nome pagina per linea',
        'pdf_submit' => 'Crea PDF',
        'pdf_portrait' => 'Verticale',
        'pdf_landscape' => 'Orizzontale',
        'pdf_size' => 'Formato carta',
        'pdf_size_default' => 'A4',
        'pdf_size_options' => 'Lettera
                               A4
                               Universale'
);

Add this snippet in PdfExport.i18n.php file.