diff --git a/ContactPage.alias.php b/ContactPage.alias.php index f5f43fb..f720a3c 100644 --- a/ContactPage.alias.php +++ b/ContactPage.alias.php @@ -162,6 +162,11 @@ $aliases['pt-br'] = array( 'Contact' => array( 'Contactar', 'Contatar' ), ); +/** Romanian (Română) */ +$aliases['ro'] = array( + 'Contact' => array( 'Contact' ), +); + /** Swedish (Svenska) */ $aliases['sv'] = array( 'Contact' => array( 'Kontakt' ), diff --git a/ContactPage.i18n.php b/ContactPage.i18n.php index 52ed7e8..012818a 100644 --- a/ContactPage.i18n.php +++ b/ContactPage.i18n.php @@ -287,6 +287,19 @@ $messages['es'] = array( 'contactpage-subject-and-sender' => '$1 (de $2)', ); +/** Estonian (Eesti) + * @author Avjoska + */ +$messages['et'] = array( + 'contactpage-title' => 'Kontakt', + 'contactpage-legend' => 'Saada e-kiri', + 'contactpage-fromname' => 'Sinu nimi: *', + 'contactpage-fromaddress' => 'Sinu e-post: **', + 'contactpage-fromname-required' => 'Sinu nimi:', + 'contactpage-fromaddress-required' => 'Sinu e-post:', + 'contactpage-formfootnotes-required' => 'Nõutav on kõigi väljade täitmine.', +); + /** Basque (Euskara) * @author Theklan */