From 05298af467a8242f5ea8161be56cb679307831ec Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 9 May 2009 23:56:06 +0000 Subject: [PATCH] Localisation updates for extension messages from translatewiki.net (2009-05-09 23:36 UTC) --- ContactPage.alias.php | 5 +++++ ContactPage.i18n.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ContactPage.alias.php b/ContactPage.alias.php index 9022512..eaaa1d0 100644 --- a/ContactPage.alias.php +++ b/ContactPage.alias.php @@ -146,6 +146,11 @@ $aliases['ko'] = array( 'Contact' => array( '문의' ), ); +/** Ripoarisch (Ripoarisch) */ +$aliases['ksh'] = array( + 'Contact' => array( 'Kuntak', 'Kumtak', 'Kontak' ), +); + /** Luxembourgish (Lëtzebuergesch) */ $aliases['lb'] = array( 'Contact' => array( 'Kontakt' ), diff --git a/ContactPage.i18n.php b/ContactPage.i18n.php index 730943d..05a13d7 100644 --- a/ContactPage.i18n.php +++ b/ContactPage.i18n.php @@ -711,7 +711,7 @@ $messages['is'] = array( 'contactpage-subject-and-sender' => '$1 (frá $2)', 'contactpage-fromname' => 'nafnið þitt *', 'contactpage-fromaddress' => 'netfangið þitt **', - 'contactpage-formfootnotes' => '* valfrjálst
+ 'contactpage-formfootnotes' => '* valfrjálst
** valfrjálst en nauðsynlegt ef þú vilt fá svar', );