Localisation updates for extension messages from Betawiki (2008-12-29 00:24 CET)
This commit is contained in:
parent
61dc535a2b
commit
27a72d06b4
|
@ -162,6 +162,11 @@ $aliases['pt-br'] = array(
|
||||||
'Contact' => array( 'Contactar', 'Contatar' ),
|
'Contact' => array( 'Contactar', 'Contatar' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/** Romanian (Română) */
|
||||||
|
$aliases['ro'] = array(
|
||||||
|
'Contact' => array( 'Contact' ),
|
||||||
|
);
|
||||||
|
|
||||||
/** Swedish (Svenska) */
|
/** Swedish (Svenska) */
|
||||||
$aliases['sv'] = array(
|
$aliases['sv'] = array(
|
||||||
'Contact' => array( 'Kontakt' ),
|
'Contact' => array( 'Kontakt' ),
|
||||||
|
|
|
@ -287,6 +287,19 @@ $messages['es'] = array(
|
||||||
'contactpage-subject-and-sender' => '$1 (de $2)',
|
'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)
|
/** Basque (Euskara)
|
||||||
* @author Theklan
|
* @author Theklan
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue