Localisation updates for extension messages from translatewiki.net (2009-02-08 22:48 UTC)

This commit is contained in:
Siebrand Mazeland 2009-02-08 23:02:36 +00:00
parent 666e775554
commit d965c34f52
2 changed files with 33 additions and 0 deletions

View File

@ -121,6 +121,11 @@ $aliases['km'] = array(
'Contact' => array( 'ទំនាក់ទំនង' ),
);
/** Korean (한국어) */
$aliases['ko'] = array(
'Contact' => array( '문의' ),
);
/** Luxembourgish (Lëtzebuergesch) */
$aliases['lb'] = array(
'Contact' => array( 'Kontakt' ),
@ -151,6 +156,11 @@ $aliases['nl'] = array(
'Contact' => array( 'Contactpagina' ),
);
/** Norwegian Nynorsk (Norsk (nynorsk)) */
$aliases['nn'] = array(
'Contact' => array( 'Kontakt' ),
);
/** Norwegian (bokmål) (Norsk (bokmål))
* @author Jon Harald Søby
*/

View File

@ -440,6 +440,29 @@ $messages['grc'] = array(
'contactpage-title' => 'Ἐπαφή',
);
/** Swiss German (Alemannisch)
* @author Als-Holder
*/
$messages['gsw'] = array(
'contact' => 'Kontaktsyte',
'contactpage' => 'Kontaktsyte',
'contactpage-desc' => '[[Special:Contact|Kontaktformular fir Bsuecher]]',
'contactpage-title' => 'Kontakt',
'contactpage-pagetext' => 'Mit däm Formular chasch is Nochrichte schicke.',
'contactpage-legend' => 'E-Mail abschicke',
'contactpage-defsubject' => 'Kontaktnochricht',
'contactpage-subject-and-sender' => '$1 (vu $2)',
'contactpage-fromname' => 'Dy Name: *',
'contactpage-fromaddress' => 'Dyy E-Mail-Adräss: **',
'contactpage-formfootnotes' => '* optional<br />
** optional, wird aber bruucht wänn du ne Antwort witt',
'contactpage-fromname-required' => 'Dyy Name:',
'contactpage-fromaddress-required' => 'Dyy E-Mail-Adräss:',
'contactpage-formfootnotes-required' => 'Alli Fälder mien uusgfillt syy.',
'contactpage-captcha' => 'Zum d Nochricht schicke z chenne, les bitte s Captcha ([[Special:Captcha/help|meh Informatione]])',
'contactpage-captcha-failed' => 'Captcha-Tescht nit bstande! ([[Special:Captcha/help|meh Informatione]])',
);
/** Manx (Gaelg)
* @author MacTire02
*/