<?php
/**
* MyBB 1.4 English Language Pack
* Copyright © 2008 MyBB Group, All Rights Reserved
*
* $Id: datahandler_post.lang.php 3790 2008-04-23 22:50:33Z Tikitiki $
*/
$l['postdata_invalid_user_id'] = 'L'ID dell'utente non esiste. Prova con un ID differente';
$l['postdata_firstpost_no_subject'] = 'La discussione non ha un soggetto. Inseriscilo.';
$l['postdata_missing_subject'] = 'The subject is missing. Please enter a subject.';
$l['postdata_missing_message'] = 'The message is missing. Please enter a message.';
$l['postdata_message_too_long'] = 'The message is too long. Please enter a shorter message';
$l['postdata_message_too_short'] = 'Il messaggio è troppo corto. Inserisci più parole nel messaggio';
$l['postdata_post_flooding'] = 'Hai tentato di postare un messaggio dopo pochissimo tempo dall'ultimo post. Attendi altri {1} secondi.';
$l['postdata_post_flooding_one_second'] = 'Hai tentato di postare un messaggio dopo pochissimo tempo dall'ultimo post. Attendi 1 secondo.';
$l['postdata_too_many_images'] = 'Il messaggio inviato contiene {1} immagini, ma sono permesse solamente {2} immagini per messaggio. Elimina una o più immagini dal tuo post per poterlo inviare.';
$l['thread_closed'] = "Discussione Chiusa";
$l['thread_opened'] = "Discussione Aperta";
$l['thread_stuck'] = "Discussione In Rilievo";
$l['thread_unstuck'] = "Discussione non in rilievo";
?>
Questo è il contenuto vedi cosa puoi fare...