Localisation updates from Betawiki.

* Fixes and additions to 29 extensions for ar, bcl, ext, hsb, is, nl, no, scn, sk
This commit is contained in:
Siebrand Mazeland 2007-10-15 20:47:54 +00:00
parent 5ebf35a965
commit 927dd737a9
4 changed files with 33 additions and 1 deletions

View File

@ -21,4 +21,6 @@ $messages = array(
'contactpage-fromaddress' => 'بريدك الإلكتروني **',
'contactpage-formfootnotes' => '* اختياري<br/>
** اختياري لكن ضروري لو أردت إجابة',
'contactpage-captcha' => 'لإرسال الرسالة، من فضلك حل الكابتشا ([[Special:Captcha/help|معلومات إضافية]])',
'contactpage-captcha-failed' => 'اختبار الكابتشا فشل! ([[Special:Captcha/help|معلومات إضافية]])',
);

View File

@ -21,4 +21,6 @@ $messages = array(
'contactpage-fromaddress' => 'twoja e-mejlowa adresa **',
'contactpage-formfootnotes' => '* opcionalny<br/>
** opcionalny, je wšak trjeba, zo by so móhła wotmołwa pósłać',
'contactpage-captcha' => 'Zo by powěsć pósłać móhł, rozrisaj prošu captchu ([[Special:Captcha/help|dalše informacije]])',
'contactpage-captcha-failed' => 'Njejsy captchowy test wobstał! ([[Special:Captcha/help|dalše informacije]])',
);

View File

@ -6,7 +6,7 @@
* @package MediaWiki
* @subpackage Extensions
* @author Daniel Kinzler, brightbyte.de
* @copyright © 2007 Daniel Kinzler, Siebrand Mazeland
* @copyright © 2007 Daniel Kinzler, Betawiki users
* @licence GNU General Public Licence 2.0 or later
*/
@ -22,4 +22,6 @@ $messages = array(
'contactpage-formfootnotes' => '
* optioneel<br />
** optioneel, maar noodzakelijk als antwoord gewenst is',
'contactpage-captcha' => 'Om het bericht te versturen, moet je eerst de captcha oplossen ([[Special:Captcha/help|meer informatie]])',
'contactpage-captcha-failed' => 'Captcha-test is mislukt! ([[Special:Captcha/help|meer informatie]])',
);

26
ContactPage.i18n.no.php Normal file
View File

@ -0,0 +1,26 @@
<?php
/**
* Internationalisation file for the ContactPage extension
*
* @package MediaWiki
* @subpackage Extensions
* @author Daniel Kinzler, brightbyte.de
* @copyright © 2007 Daniel Kinzler, Betawiki users
* @licence GNU General Public Licence 2.0 or later
*/
$messages = array(
'contact' => 'Kontaktside',
'contactpage' => 'Kontaktside',
'contactpage-title' => 'Kontakt',
'contactpage-pagetext' => 'Bruk skjemaet nedenunder for å kontakte oss.',
'contactpage-defsubject' => 'Beskjed',
'contactpage-subject-and-sender' => '$1 (fra $2)',
'contactpage-fromname' => 'ditt navn *',
'contactpage-fromaddress' => 'din e-post **',
'contactpage-formfootnotes' => '* valgfri<br />
** valgfri, men er nødvendig dersom du vil ha svar',
'contactpage-captcha' => 'For å sende beskjeden, løs captcha-oppgaven ([[Special:Captcha/help|mer informasjon]])',
'contactpage-captcha-failed' => 'Captcha-test mislyktes! ([[Special:Captcha/help|mer informasjon]])',
);