Localisation updates for extension messages from Betawiki (2008-12-21 14:18 CET)

This commit is contained in:
Siebrand Mazeland 2008-12-21 13:31:09 +00:00
parent 77cdf895df
commit ecbb459f92
1 changed files with 7 additions and 4 deletions

View File

@ -292,21 +292,24 @@ $messages['ext'] = array(
/** Finnish (Suomi) /** Finnish (Suomi)
* @author Cimon Avaro * @author Cimon Avaro
* @author Crt
* @author Jaakonam * @author Jaakonam
* @author Nike * @author Nike
*/ */
$messages['fi'] = array( $messages['fi'] = array(
'contact' => 'Yhteydenottosivu', 'contact' => 'Yhteydenottosivu',
'contactpage' => 'Yhteydenottosivu',
'contactpage-title' => 'Ota yhteyttä', 'contactpage-title' => 'Ota yhteyttä',
'contactpage-pagetext' => 'Voit ottaa yhteyttä meihin alla olevalla lomakkeella.', 'contactpage-pagetext' => 'Voit ottaa yhteyttä meihin alla olevalla lomakkeella.',
'contactpage-legend' => 'Lähetä sähköposti',
'contactpage-defsubject' => 'Viestisi', 'contactpage-defsubject' => 'Viestisi',
'contactpage-subject-and-sender' => '$1 (lähettäjä: $2)', 'contactpage-subject-and-sender' => '$1 (lähettäjä: $2)',
'contactpage-fromname' => 'nimesi *', 'contactpage-fromname' => 'Nimesi *',
'contactpage-fromaddress' => 'sähköpostiosoitteesi **', 'contactpage-fromaddress' => 'Sähköpostiosoitteesi **',
'contactpage-formfootnotes' => '* vapaaehtoinen<br /> 'contactpage-formfootnotes' => '* vapaaehtoinen<br />
** vapaaehtoinen mutta tarpeen, jos haluat vastauksen viestiisi', ** vapaaehtoinen mutta tarpeen, jos haluat vastauksen viestiisi',
'contactpage-fromname-required' => 'nimesi', 'contactpage-fromname-required' => 'Nimesi',
'contactpage-fromaddress-required' => 'sähköpostiosoitteesi', 'contactpage-fromaddress-required' => 'Sähköpostiosoitteesi',
'contactpage-formfootnotes-required' => 'Kaikki kentät ovat pakollisia.', 'contactpage-formfootnotes-required' => 'Kaikki kentät ovat pakollisia.',
); );