Localisation updates for extension messages from Betawiki (2008-07-22 10:14 CEST)

This commit is contained in:
Siebrand Mazeland 2008-07-22 08:32:02 +00:00
parent 2644a758f6
commit e2c73cba0f
1 changed files with 18 additions and 0 deletions

View File

@ -722,6 +722,24 @@ $messages['rmy'] = array(
'contact' => 'Kontakto',
);
/** Romanian (Română)
* @author KlaudiuMihaila
*/
$messages['ro'] = array(
'contact' => 'Pagină de contact',
'contactpage' => 'Pagină de contact',
'contactpage-title' => 'Contact',
'contactpage-defsubject' => 'Mesaj de contact',
'contactpage-subject-and-sender' => '$1 (de la $2)',
'contactpage-fromname' => 'numele dumneavoastră *',
'contactpage-fromaddress' => 'adresa dumneavoastră de e-mail **',
'contactpage-formfootnotes' => '* opţional<br />
** opţională, dar necesară dacă doriţi un răspuns',
'contactpage-fromname-required' => 'numele dumneavoastră',
'contactpage-fromaddress-required' => 'adresa dumneavoastră de e-mail',
'contactpage-formfootnotes-required' => 'Toate câmpurile sunt obligatorii.',
);
/** Russian (Русский)
* @author Александр Сигачёв
*/