Italian translation

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Italian translation

Post by ibraronaldo »

Apri: language/it/posting.php

Cerca:

Code: Select all

?>
Prima aggiungi:

Code: Select all

//Posting , draft , preview , cancel message... [Please Wait]
$lang = array_merge($lang, array(
	'POST_SENDING'					=> 'Invio del messaggio - Attendere prego...',
	'DRAFT_SENDING'					=> 'Salva post - Attendere prego...',
	'LOAD_SENDING'					=> 'Caricamento post - Attendere prego...',
	'PREVIEW_SENDING'				=> 'Caricamento anteprima - Attendere prego...',
	'PM_POST_SENDING'				=> 'Invio del messaggio - Attendere prego...',
	'PM_DRAFT_SENDING'				=> 'Salva PM - Attendere prego...',
	'PM_LOAD_SENDING'				=> 'Caricamento messaggio  - Attendere prego...',
	'PM_PREVIEW_SENDING'			=> 'Caricamento anteprima - Attendere prego...',
	'AT_FILE_UPLOADING'				=> 'Caricamento del file - Attendere prego...',
));
Apri language/it/viewtopic.php

Cerca:

Code: Select all

?>
Prima aggiungi:

Code: Select all

//Posting , draft , preview , cancel message... [Please Wait]
$lang = array_merge($lang, array(
	'POST_SENDING'					=> 'Invio del messaggio - Attendere prego...',
	'PREVIEW_SENDING'				=> 'Caricamento in corso - Attendere prego...',
	'FULLED_SENDING'				=> 'Caricamento editor completo - Attendere prego...',
));

Italian translation

Post by Stoker »

Thanks :thumb: