26 lines
851 B
PHP
26 lines
851 B
PHP
<?php
|
|
|
|
/**
|
|
* Internationalisation file for the ContactPage extension
|
|
*
|
|
* @package MediaWiki
|
|
* @subpackage Extensions
|
|
* @author Daniel Kinzler, brightbyte.de; BrokenArrow (translation)
|
|
* @copyright © 2007 Daniel Kinzler
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
*/
|
|
|
|
$messages['contact']= 'Contatti';
|
|
$messages['contactpage']= 'Contatti';
|
|
$messages['contactpage-title']= 'Contatti';
|
|
$messages['contactpage-pagetext']= 'Il modulo riportato di seguito consente di mettersi in contatto con noi.';
|
|
$messages['contactpage-defsubject']= 'Messaggio';
|
|
$messages['contactpage-subject-and-sender']= '$1 (da $2)';
|
|
|
|
$messages['contactpage-fromname']= 'nome *';
|
|
$messages['contactpage-fromaddress']= 'indirizzo e-mail **';
|
|
|
|
$messages['contactpage-formfootnotes']= '
|
|
* campo non obbligatorio<br/>
|
|
** campo obbligatorio se si richiede una risposta
|
|
'; |