From: <ro...@us...> - 2011-12-12 00:41:58
|
Revision: 54 http://wm-incubator.svn.sourceforge.net/wm-incubator/?rev=54&view=rev Author: robin-p Date: 2011-12-12 00:41:50 +0000 (Mon, 12 Dec 2011) Log Message: ----------- sync with MW SVN Modified Paths: -------------- trunk/CreateAccountTestWiki.php trunk/IncubatorTest.php trunk/InfoPage.i18n.php trunk/InfoPage.php trunk/ListUsersTestWiki.php trunk/SpecialViewUserLang.php trunk/WikimediaIncubator.i18n.php Modified: trunk/CreateAccountTestWiki.php =================================================================== --- trunk/CreateAccountTestWiki.php 2011-12-01 22:24:32 UTC (rev 53) +++ trunk/CreateAccountTestWiki.php 2011-12-12 00:41:50 UTC (rev 54) @@ -12,6 +12,11 @@ */ class AutoTestWiki { + + /** + * @param $template UsercreateTemplate|UserloginTemplate + * @return bool + */ public static function onUserCreateForm( $template ) { global $wgRequest, $wmincProjects; $projectvalue = strtolower( $wgRequest->getVal( 'testwikiproject', '' ) ); @@ -25,6 +30,10 @@ return true; } + /** + * @param $user User + * @return bool + */ public static function onAddNewAccount( $user ) { global $wgRequest, $wmincProjects, $wmincPref; $projectvalue = $wgRequest->getVal( 'testwiki-project' ); Modified: trunk/IncubatorTest.php =================================================================== --- trunk/IncubatorTest.php 2011-12-01 22:24:32 UTC (rev 53) +++ trunk/IncubatorTest.php 2011-12-12 00:41:50 UTC (rev 54) @@ -13,7 +13,9 @@ /** * Add preferences - * @return True + * @param $user User + * @param $preferences array + * @return true */ static function onGetPreferences( $user, &$preferences ) { global $wmincPref, $wmincProjects, $wmincProjectSite, @@ -52,6 +54,8 @@ /** * For the preferences above + * @param $input + * @param $alldata * @return String or true */ static function validateCodePreference( $input, $alldata ) { @@ -135,15 +139,15 @@ /** * This returns simply true or false based on analyzePrefix(). + * @param $title Title + * @param $onlyprefix bool * @return Boolean */ static function validatePrefix( $title, $onlyprefix = false ) { $data = self::analyzePrefix( $title, $onlyprefix ); - if( !$data['error'] ) { return true; } - return false; + return !$data['error']; } - /** * Get &testwiki=wx/xx and validate that prefix. * Returns the array of analyzePrefix() on success. @@ -197,6 +201,10 @@ /** * Returns a simple boolean based on getProject() + * @param $project string + * @param $returnName bool + * @param $returnName bool + * @param $includeSister bool * @return Bool */ static function isContentProject( $project = '', $returnName = false, $includeSister = false ) { @@ -400,7 +408,7 @@ } return true; # Should work now } - + /** * Given an incubator testwiki prefix, get the database name of the * corresponding wiki, whether it exists or not Modified: trunk/InfoPage.i18n.php =================================================================== --- trunk/InfoPage.i18n.php 2011-12-01 22:24:32 UTC (rev 53) +++ trunk/InfoPage.i18n.php 2011-12-12 00:41:50 UTC (rev 54) @@ -14,13 +14,13 @@ 'wminc-infopage-enter' => 'go to the Main Page', 'wminc-unknownlang' => '(unknown language with code "$1")', 'wminc-manual-url' => 'Help:Manual', # only translate if necessary - 'wminc-infopage-title-wikipedia' => 'Wikipedia $1', - 'wminc-infopage-title-wikibooks' => 'Wikibooks $1', - 'wminc-infopage-title-wiktionary' => 'Wiktionary $1', - 'wminc-infopage-title-wikiquote' => 'Wikiquote $1', - 'wminc-infopage-title-wikinews' => 'Wikinews $1', - 'wminc-infopage-title-wikisource' => 'Wikisource $1', - 'wminc-infopage-title-wikiversity' => 'Wikiversity $1', + 'wminc-infopage-title-p' => 'Wikipedia $1', + 'wminc-infopage-title-b' => 'Wikibooks $1', + 'wminc-infopage-title-t' => 'Wiktionary $1', + 'wminc-infopage-title-q' => 'Wikiquote $1', + 'wminc-infopage-title-n' => 'Wikinews $1', + 'wminc-infopage-title-s' => 'Wikisource $1', + 'wminc-infopage-title-v' => 'Wikiversity $1', 'wminc-infopage-welcome' => 'Welcome to the Wikimedia Incubator, a project of the Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|About]])', 'wminc-infopage-missingwiki-text' => 'A $1 in this language does not yet exist.', @@ -56,13 +56,13 @@ */ $messages['qqq'] = array( 'wminc-infopage-enter' => 'Text of a link to the Main Page of a test wiki at Incubator.', - 'wminc-infopage-title-wikipedia' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', - 'wminc-infopage-title-wikibooks' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', - 'wminc-infopage-title-wiktionary' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', - 'wminc-infopage-title-wikiquote' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', - 'wminc-infopage-title-wikinews' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', - 'wminc-infopage-title-wikisource' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', - 'wminc-infopage-title-wikiversity' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', + 'wminc-infopage-title-p' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', + 'wminc-infopage-title-b' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', + 'wminc-infopage-title-t' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', + 'wminc-infopage-title-q' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', + 'wminc-infopage-title-n' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', + 'wminc-infopage-title-s' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', + 'wminc-infopage-title-v' => 'This is the main title of the info page. $1 is the language name from CLDR, i.e. it takes the name in your language if available. Otherwise, it\'s in English.', 'wminc-infopage-welcome' => 'Do not change <tt><nowiki>{{MediaWiki:Aboutpage}}</nowiki></tt>.', 'wminc-infopage-missingwiki-text' => "'''$1''' is a project: Wikipedia/Wiktionary/...", 'wminc-infopage-option-startsister' => '$2 is a link to either Wikisource or Wikiversity, and $1 is that project name.', @@ -77,11 +77,858 @@ 'wminc-infopage-status-beforeincubator' => "'''$1''' is a URL to the existing wiki.", ); +/** Asturian (Asturianu) + * @author Xuacu + */ +$messages['ast'] = array( + 'wminc-infopage-enter' => 'dir a la p\xE1xina principal', + 'wminc-unknownlang' => '(llingua desconocida con c\xF3digu "$1")', + 'wminc-infopage-welcome' => 'Bienven\xEDos a Wikimedia Incubator, un proyeutu de la Fundaci\xF3n Wikimedia ([[{{MediaWiki:Aboutpage}}|Tocante a...]])', + 'wminc-infopage-missingwiki-text' => 'Inda nun esiste $1 nesta llingua.', + 'wminc-infopage-option-startwiki' => 'Si quies principiar esta wiki, +pues [{{fullurl:{{FULLPAGENAME}}|action=edit}} crear la p\xE1xina] y siguir [[{{MediaWiki:Wminc-manual-url}}|el nuesu manual]].', + 'wminc-infopage-option-startsister' => 'Si quies principiar esta wiki, pues dir a <b>[$1 en $2]</b>.', + 'wminc-infopage-option-languages-existing' => "Pues guetar les [http://www.$1.org ediciones de les lling\xFCes nes qu'esiste $1].", + 'wminc-infopage-option-sisterprojects-existing' => 'Pues guetar proyeutos esistentes nesta llingua:', + 'wminc-infopage-option-sisterprojects-other' => 'Pues guetar otros proyeutos nesta llingua:', + 'wminc-infopage-option-multilingual' => 'Pues dir a una wiki multilling\xFCe:', + 'wminc-infopage-createmainpage' => 'Escribi les pallabres "P\xE1xina principal" nesta llingua:', + 'wminc-infopage-contribute' => '\xA1Si entiendes esta llingua, te afalamos a que collabores!', + 'wminc-infopage-status-imported' => "Esta wiki d'Incubator s'import\xF3 de $1 dempu\xE9s de que la wiki zarrara.", + 'wminc-infopage-status-closedsister' => 'Esti subdominiu se zarr\xF3. Visita <b>$2</b> pa collaborar nesta wiki.', + 'wminc-infopage-status-created' => "Esti proyeutu s'aprob\xF3 pol comit\xE9 de lling\xFCes y agora ta disponible en $1.", + 'wminc-infopage-status-beforeincubator' => 'Esti proyeutu se cre\xF3 enantes que principiara Wikimedia Incubator y ta disponible en $1.', +); + /** Bavarian (Boarisch) * @author Mucalexx */ $messages['bar'] = array( 'wminc-infopage-enter' => 'Gee zua da Hauptseiten', + 'wminc-unknownlang' => '(n\xE9d bek\xE5nnte Sprooch mid Code \x84$1\x93)', + 'wminc-infopage-welcome' => 'Servas im Wikimedia Incubator, am Pr\xF3jekt voh da Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|Ywer]])', + 'wminc-infopage-missingwiki-text' => 'A $1 in derer Sprooch is n\xF3 n\xE9d vurh\xE5nden.', + 'wminc-infopage-option-startwiki' => 'W\xE5nn du d\xE9s Wiki starten mecherdst, +k\xE5st du [{{fullurl:{{FULLPAGENAME}}|action=edit}} d\xE9 Seiten erst\xF6n] und noch [[{{MediaWiki:Wminc-manual-url}}|unserner \xC5loattung]] vurgeh.', + 'wminc-infopage-option-languages-existing' => 'Du k\xE5st auf [http://www.$1.org noch vurh\xE5nderne Sproochausgom voh $1] suachen.', + 'wminc-infopage-option-sisterprojects-existing' => 'Du k\xE5st noch vurh\xE5nderne Pr\xF3jektt in derer Sprooch suachen:', + 'wminc-infopage-option-sisterprojects-other' => 'Du k\xE5st noch \xE5nderne Pr\xF3jektt in derer Sprooch suachen:', + 'wminc-infopage-option-multilingual' => 'Du k\xE5st zuaram mersprooching Wiki geh:', + 'wminc-infopage-createmainpage' => 'Gibs Wort fyr \x84Hauptseiten\x93 in derer Sprooch eih:', + 'wminc-infopage-contribute' => 'W\xE5nnst du d\xE9 Sprooch bherrschst, bist dert oiwei gern eihgloon, midzmochen!', + 'wminc-infopage-status-imported' => 'D\xE9s Wiki vom Incubator is voh $1 importird worn, nochd\xE9ms gschl\xF3ssen worn is.', + 'wminc-infopage-status-created' => 'D\xE9s Pr\xF3jekt is vom Sproochk\xF3mmitee gnemigt worn und is iatz unter $1 vafiagbor.', + 'wminc-infopage-status-beforeincubator' => "D\xE9s Pr\xF3jekt is erst\xF6d worn, bevurs 'n Wikimedia Incubator geem hod und is unter $1 vafiagbor.", +); + +/** Belarusian (Tara\x9Akievica orthography) (??????????? (???????????)?) + * @author EugeneZelenko + * @author Jim-by + * @author Renessaince + */ +$messages['be-tarask'] = array( + 'wminc-infopage-enter' => '????????? ?? ???????? ????????', + 'wminc-unknownlang' => '(????????? ???? ? ????? \xAB$1\xBB)', + 'wminc-infopage-welcome' => '?????? ? ?????????? ?????????, ??????? ???????? \xAB?????????\xBB ([[{{MediaWiki:Aboutpage}}|????????????]])', + 'wminc-infopage-missingwiki-text' => '$1 ?? ????? ???? ???? ?? ?????.', + 'wminc-infopage-option-startwiki' => '???? ?? ??????? ????????? ????? ????, +?? ?????? [{{fullurl:{{FULLPAGENAME}}|action=edit}} ???????? ????????] ? ???????? [[{{MediaWiki:Wminc-manual-url}}|????? ??????????]].', + 'wminc-infopage-option-startsister' => '???? ?? ?????? ?????? ????? ????, ?????????? ?? <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => '?? ?????? ???????? [http://www.$1.org ???????? ?????? ???????? $1].', + 'wminc-infopage-option-sisterprojects-existing' => '?? ?????? ???????? ???????? ??????? ?? ????? ????:', + 'wminc-infopage-option-sisterprojects-other' => '?? ?????? ???????? ????? ??????? ?? ????? ????:', + 'wminc-infopage-option-multilingual' => '?? ?????? ????????? ? ?????????? ????:', + 'wminc-infopage-createmainpage' => '???????? ????? \xAB???????? ????????\xBB ?? ????? ????:', + 'wminc-infopage-contribute' => '???? ?? ??????? ????? ????, ?? ?????? ?????? ??????!', + 'wminc-infopage-status-imported' => '????? ???? ? ?????????? ???? ???????????? ? $1 ?????? ????, ?? ???? ???? ????????.', + 'wminc-infopage-status-closedsister' => '???? ???????? ???????. ?????????? ?? <b>$2</b>, ??? ???????? ? ????? ????.', + 'wminc-infopage-status-created' => '???? ?????? ??? ???????????? ?????? ?????????, ? ????? ?? ???????? ?? $1.', + 'wminc-infopage-status-beforeincubator' => '???? ?????? ??? ???????? ????? ???????? ??????????????? ?????????? ???????? \xAB?????????\xBB ? ?? ???????? ?? $1.', +); + +/** Breton (Brezhoneg) + * @author Fulup + * @author Y-M D + */ +$messages['br'] = array( + 'wminc-infopage-enter' => "mont d'ar Bajenn Degemer", + 'wminc-unknownlang' => '(yezh dianav dezhi ar c\'hod "$1")', + 'wminc-infopage-title-p' => 'Wikipedia e $1', + 'wminc-infopage-title-b' => 'Wikilevrio\xF9 e $1', + 'wminc-infopage-title-t' => 'Wikeriadur e $1', + 'wminc-infopage-title-q' => 'Wikiarroud e $1', + 'wminc-infopage-title-n' => 'Wikikelo\xF9 e $1', + 'wminc-infopage-title-s' => 'Wikimammenn e $1', + 'wminc-infopage-title-v' => 'Wikiskol-veur e $1', + 'wminc-infopage-welcome' => 'Degemer mat er Wikimedia Incubator, ur raktres eus Diazezadur Wikimedia ([[{{MediaWiki:Aboutpage}}|Diwar-benn]])', + 'wminc-infopage-missingwiki-text' => "N'eus ket a $1 er yezh-ma\xF1.", + 'wminc-infopage-option-startwiki' => "Mar fell deoc'h sevel ar wiki-ma\xF1, +e c'hallit [{{fullurl:{{FULLPAGENAME}}|action=edit}} koui\xF1 ar bajenn] ha heulia\xF1 [[{{MediaWiki:Wminc-manual-url}}|hon dornlevr]].", + 'wminc-infopage-option-startsister' => "Mar fell deoc'h boulc'ha\xF1 ar wiki-ma\xF1 e c'hallit mont da <b>[$2 $1]</b>.", + 'wminc-infopage-option-languages-existing' => 'Gallout a rit klask [http://www.$1.org stummo\xF9 yezh zo anezho eus $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'Gallout a rit klask raktreso\xF9 zo anezho er yezh-ma\xF1 :', + 'wminc-infopage-option-sisterprojects-other' => 'Gallout a rit klask raktreso\xF9 all er yezh-ma\xF1 :', + 'wminc-infopage-option-multilingual' => "Gallout a rit mont d'ur wiki liesyezhek :", + 'wminc-infopage-createmainpage' => 'Merkit ar ger "Pajenn degemer" er yezh-ma\xF1 :', + 'wminc-infopage-contribute' => "Mard anavezit ar yezh-ma\xF1 e vroudomp ac'hanoc'h da gemer perzh !", + 'wminc-infopage-status-imported' => "Enporzhiet eo bet ar rakwiki-ma\xF1 eus $1 p'eo bet serret ar wiki.", + 'wminc-infopage-status-closedsister' => 'Serr eo an isdomani-ma\xF1. Mont da <b>$2</b> evit kemer perzh er wiki-ma\xF1.', + 'wminc-infopage-status-created' => "Aprouet eo bet ar raktres-ma\xF1 gant ar c'huzul yezh hag ez a en-dro brema\xF1 war $1.", + 'wminc-infopage-status-beforeincubator' => "Savet e oa bet ar raktres-ma\xF1 a-raok na loc'hfe gorerez Wikimedia hag hegerz eo war $1.", +); + +/** German (Deutsch) + * @author Kghbln + * @author MF-Warburg + * @author Polletfa + */ +$messages['de'] = array( + 'wminc-infopage-enter' => 'Geh zur Haupseite', + 'wminc-unknownlang' => '(unbekannte Sprache mit Code \x84$1\x93)', + 'wminc-infopage-title-p' => 'Wikipedia $1', + 'wminc-infopage-title-b' => 'Wikibooks $1', + 'wminc-infopage-title-t' => 'Wiktionary $1', + 'wminc-infopage-title-q' => 'Wikiquote $1', + 'wminc-infopage-title-n' => 'Wikinews $1', + 'wminc-infopage-title-s' => 'Wikisource $1', + 'wminc-infopage-title-v' => 'Wikiversity $1', + 'wminc-infopage-welcome' => 'Willkommen beim Wikimedia Incubator, einem Projekt der Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|\xDCber]])', + 'wminc-infopage-missingwiki-text' => 'Ein $1 in dieser Sprache ist noch nicht vorhanden.', + 'wminc-infopage-option-startwiki' => 'Sofern du dieses Wiki starten m\xF6chtest, +kannst du [{{fullurl:{{FULLPAGENAME}}|action=edit}} die Seite erstellen] und gem\xE4\xDF [[{{MediaWiki:Wminc-manual-url}}|unserer Anleitung]] vorgehen.', + 'wminc-infopage-option-startsister' => 'Sofern du dieses Wiki starten m\xF6chtest, geh zu <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Du kannst auf [http://www.$1.org nach vorhandenen Sprachausgaben von $1] suchen.', + 'wminc-infopage-option-sisterprojects-existing' => 'Du kannst nach vorhandenen Projekten in dieser Sprache suchen:', + 'wminc-infopage-option-sisterprojects-other' => 'Du kannst nach anderen Projekten in dieser Sprache suchen:', + 'wminc-infopage-option-multilingual' => 'Du kannst zu einem mehrsprachigen Wiki gehen:', + 'wminc-infopage-createmainpage' => 'Gib das Wort f\xFCr \x84Hauptseite\x93 in dieser Sprache ein:', + 'wminc-infopage-contribute' => 'Sofern du diese Sprache beherrschst, bist du herzlich willkommen, mitzumachen!', + 'wminc-infopage-status-imported' => 'Dieses Wiki des Incubators wurde von $1 importiert, nachdem es geschlossen wurde.', + 'wminc-infopage-status-closedsister' => 'Diese Subdomain wurde geschlossen. Geh zu <b>$2</b>, um zu diesem Wiki beizutragen.', + 'wminc-infopage-status-created' => 'Dieses Projekt wurde vom Sprachkomitee genehmigt und ist nun unter $1 verf\xFCgbar..', + 'wminc-infopage-status-beforeincubator' => 'Dieses Projekt wurde erstellt, bevor es den Wikimedia Incubator gab und ist unter $1 verf\xFCgbar.', +); + +/** German (formal address) (?Deutsch (Sie-Form)?) + * @author Kghbln + * @author Polletfa + */ +$messages['de-formal'] = array( + 'wminc-infopage-option-startwiki' => 'Sofern Sie dieses Wiki starten m\xF6chten, +k\xF6nnen Sie [{{fullurl:{{FULLPAGENAME}}|action=edit}} die Seite erstellen] und gem\xE4\xDF [[{{MediaWiki:Wminc-manual-url}}|unserer Anleitung]] vorgehen.', + 'wminc-infopage-option-startsister' => 'Sofern Sie dieses Wiki starten m\xF6chten, gehen Sie zu <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Sie k\xF6nnen auf [http://www.$1.org nach vorhandenen Sprachausgaben von $1] suchen.', + 'wminc-infopage-option-sisterprojects-existing' => 'Sie k\xF6nnen nach vorhandenen Projekten in dieser Sprache suchen:', + 'wminc-infopage-option-sisterprojects-other' => 'Sie k\xF6nnen nach anderen Projekten in dieser Sprache suchen:', + 'wminc-infopage-option-multilingual' => 'Sie k\xF6nnen ein mehrsprachiges Wiki aufsuchen:', + 'wminc-infopage-createmainpage' => 'Geben Sie das Wort f\xFCr \x84Hauptseite\x93 in dieser Sprache ein:', + 'wminc-infopage-contribute' => 'Wenn Sie diese Sprache beherrschen, sind Sie herzlich willkommen, mitzumachen!', + 'wminc-infopage-status-closedsister' => 'Diese Subdomain wurde geschlossen. Gehen Sie zu <b>$2</b>, um zu diesem Wiki beizutragen.', +); + +/** Spanish (Espa\xF1ol) + * @author Diotime + * @author Drini + * @author Fitoschido + */ +$messages['es'] = array( + 'wminc-infopage-enter' => 'ir a la p\xE1gina principal', + 'wminc-unknownlang' => '(idioma desconocido con c\xF3digo \xAB$1\xBB)', + 'wminc-infopage-welcome' => 'Bienvenidos a la Incubadora de Wikimedia, un proyecto de la Fundaci\xF3n Wikimedia ([[{{MediaWiki:Aboutpage}}|Acerca de]])', + 'wminc-infopage-missingwiki-text' => 'Un $1 en este idioma todav\xEDa no existe.', + 'wminc-infopage-option-startwiki' => 'Si deseas comenzar este wiki, +puedes [{{fullurl:{{FULLPAGENAME}}|action=edit}} crear la p\xE1gina] y seguir [[{{MediaWiki:Wminc-manual-url}}|nuestro manual]].', + 'wminc-infopage-option-startsister' => 'Si deseas iniciar esta wiki, puedes ir a <b>[$2 $1].</b>', + 'wminc-infopage-option-languages-existing' => 'Puede buscar [http://www.$1.org ediciones existentes en el idioma $1 ].', + 'wminc-infopage-option-sisterprojects-existing' => 'Puedes buscar proyectos existentes en este idioma:', + 'wminc-infopage-option-sisterprojects-other' => 'Puedes buscar otros proyectos en este idioma:', + 'wminc-infopage-option-multilingual' => 'Puedes ir a un wiki multiling\xFCe:', + 'wminc-infopage-createmainpage' => 'Introduce las palabras \xABP\xE1gina principal\xBB en este idioma:', + 'wminc-infopage-contribute' => '\xA1Si entiendes esta lengua, te animamos a contribuir!', + 'wminc-infopage-status-imported' => 'Este wiki de la Incubadora se import\xF3 desde $1 despu\xE9s de que el wiki fuera cerrado.', + 'wminc-infopage-status-closedsister' => 'Este subdominio se cerr\xF3. Ir a <b>$2</b> para contribuir a este wiki.', + 'wminc-infopage-status-created' => 'Este proyecto ha sido aprobado por el Comit\xE9 de idiomas y ahora est\xE1 disponible en $1.', + 'wminc-infopage-status-beforeincubator' => 'Este proyecto fue creado antes de que la Incubadora de Wikimedia comenzara y est\xE1 disponible en $1.', +); + +/** Persian (?????) + * @author Mjbmr + */ +$messages['fa'] = array( + 'wminc-infopage-enter' => '???? ?? ????? ????', + 'wminc-unknownlang' => '(?? ???? ????????: \xAB$1\xBB)', + 'wminc-infopage-welcome' => '?? ????????? ???????? ?? ????? ????????? ????????? ([[{{MediaWiki:Aboutpage}}|??????]])', + 'wminc-infopage-missingwiki-text' => '?? $1 ?? ??? ????? ???? ???? ?????.', + 'wminc-infopage-option-startwiki' => '??? ??? ????????? ??? ???? ?? ???? ????? +??? ????????? [{{fullurl:{{FULLPAGENAME}}|action=edit}} ???? ?? ????? ????] ? ?? [[{{MediaWiki:Wminc-manual-url}}|??????? ??]] ????? ????.', + 'wminc-infopage-option-languages-existing' => '??? ????????? ?? ????? [http://www.$1.org ???????? ???? ????? ?? $1] ??????.', + 'wminc-infopage-option-sisterprojects-existing' => '??? ????????? ?? ????? ????????? ????? ?? ??? ???? ??????:', + 'wminc-infopage-option-sisterprojects-other' => '??? ????????? ?? ????? ????????? ???? ??? ???? ??????:', + 'wminc-infopage-option-multilingual' => '??? ????????? ?? ???? ??? ????? ?????:', + 'wminc-infopage-createmainpage' => '???? \xAB????? ????\xBB ???? ??? ???? ?? ???? ????:', + 'wminc-infopage-contribute' => '??? ??? ??? ???? ?? ????????? ??? ?? ?????? ?? ?? ????? ???????!', + 'wminc-infopage-status-imported' => '??? ???? ?? ??? ??? ?? ?? ???? ??? ?? ????? $1 ???? ??? ???.', + 'wminc-infopage-status-created' => '??? ????? ???? ????? ???? ????? ??? ??? ? ?? ????? $1 ?? ????? ???.', + 'wminc-infopage-status-beforeincubator' => '??? ????? ??? ?? ???? ????????? ????? ??? ??? ? ?? ????? $1 ?? ????? ???.', +); + +/** French (Fran\xE7ais) + * @author Crochet.david + * @author Hashar + * @author Seb35 + */ +$messages['fr'] = array( + 'wminc-infopage-enter' => 'aller \xE0 la page principale', + 'wminc-unknownlang' => '(langue inconnue avec le code \xAB $1 \xBB)', + 'wminc-infopage-title-p' => 'Wikip\xE9dia $1', + 'wminc-infopage-title-b' => 'Wikibooks $1', + 'wminc-infopage-title-t' => 'Wiktionnaire $1', + 'wminc-infopage-title-q' => 'Wikiquote $1', + 'wminc-infopage-title-n' => 'Wikinews $1', + 'wminc-infopage-title-s' => 'Wikisource $1', + 'wminc-infopage-title-v' => 'Wikiversit\xE9 $1', + 'wminc-infopage-welcome' => 'Bienvenue sur l\x92Incubateur Wikimedia, un projet de la Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|\xE0 propos]])', + 'wminc-infopage-missingwiki-text' => '$1 dans cette langue n\x92existe pas.', + 'wminc-infopage-option-startwiki' => 'Si vous voulez d\xE9marrer ce wiki, vous pouvez [{{fullurl:{{FULLPAGENAME}}|action=edit}} cr\xE9er cette page] et suivre [[{{MediaWiki:Wminc-manual-url}}|notre manuel]].', + 'wminc-infopage-option-startsister' => 'Si vous voulez commencer ce wiki, vous pouvez vous rendre sur <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Vous pouvez chercher des [http://www.$1.org versions linguistiques existantes de $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'Vous pouvez chercher des projets existants dans cette langue\xA0:', + 'wminc-infopage-option-sisterprojects-other' => 'Vous pouvez chercher d\x92autres projets dans cette langue\xA0:', + 'wminc-infopage-option-multilingual' => 'Vous pouvez aller vers un wiki multilingue\xA0:', + 'wminc-infopage-createmainpage' => 'Entrez le mot \xAB Page principale \xBB dans votre langue\xA0:', + 'wminc-infopage-contribute' => 'Si vous parlez cette langue, vous \xEAtes invit\xE9s \xE0 contribuer !', + 'wminc-infopage-status-imported' => 'Ce wiki Incubateur a \xE9t\xE9 import\xE9 depuis $1 apr\xE8s que le wiki ait \xE9t\xE9 ferm\xE9.', + 'wminc-infopage-status-closedsister' => 'Ce sous-domaine a \xE9t\xE9 ferm\xE9. Veuillez vous rendre sur <b>$2</b> pour contribuer \xE0 ce wiki.', + 'wminc-infopage-status-created' => 'Ce projet a \xE9t\xE9 approuv\xE9 par le comit\xE9 linguistique et est maintenant disponible sur $1.', + 'wminc-infopage-status-beforeincubator' => 'Ce projet a \xE9t\xE9 cr\xE9\xE9 avant que l\x92Incubateur Wikimedia ait \xE9t\xE9 lanc\xE9 et est disponible sur $1.', +); + +/** Franco-Proven\xE7al (Arpetan) + * @author ChrisPtDe + */ +$messages['frp'] = array( + 'wminc-infopage-enter' => 'alar a la p\xE2ge princip\xE2la', + 'wminc-unknownlang' => '(lengoua encognua avou\xE9c lo code \xAB $1 \xBB)', + 'wminc-infopage-welcome' => 'Benvegnua sur la Covosa Wikimedia, un proj\xE8t de la Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|A prop\xF4s]])', + 'wminc-infopage-missingwiki-text' => '$1 dens cela lengoua \xE8gziste pas.', + 'wminc-infopage-option-startwiki' => 'Se vos vol\xE9d emmodar c\xE9l vouiqui, +vos pouede [{{fullurl:{{FULLPAGENAME}}|action=edit}} f\xE2re la p\xE2ge] et pu\xE9s siuvre [[{{MediaWiki:Wminc-manual-url}}|noutron manu\xE2l]].', + 'wminc-infopage-option-languages-existing' => 'Vos pouede ch\xE8rchi\xE9r des [http://www.$1.org v\xE8rsions lengouistiques \xE8gzistentes de $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'Vos pouede ch\xE8rchi\xE9r des proj\xE8ts \xE8gzistents dens cela lengoua\xA0:', + 'wminc-infopage-option-sisterprojects-other' => 'Vos pouede ch\xE8rchi\xE9r d\x92\xF4tros proj\xE8ts dens cela lengoua\xA0:', + 'wminc-infopage-option-multilingual' => 'Vos pouede alar vers un vouiqui multilingo\xA0:', + 'wminc-infopage-createmainpage' => 'Buchi\xE9d lo mot \xAB P\xE2ge princip\xE2la \xBB dens voutra lengoua\xA0:', + 'wminc-infopage-status-imported' => 'Ceti vouiqui Covosa at \xE9t\xE2 import\xE2 d\xEAs $1 apr\xE9s que lo vouiqui \xE8ye \xE9t\xE2 cll\xF4s.', + 'wminc-infopage-status-created' => 'Ceti proj\xE8t at \xE9t\xE2 aprov\xE2 per lo comit\xE2t lengouistico et est ora disponiblo dessus $1.', + 'wminc-infopage-status-beforeincubator' => 'Ceti proj\xE8t at \xE9t\xE2 f\xEAt apr\xE9s que la Covosa Wikimedia \xE8ye \xE9t\xE2 lanci\xEA et est disponiblo dessus $1.', +); + +/** Galician (Galego) + * @author Toli\xF1o + */ +$messages['gl'] = array( + 'wminc-infopage-enter' => 'ir \xE1 p\xE1xina principal', + 'wminc-unknownlang' => '(lingua desco\xF1ecida co c\xF3digo "$1")', + 'wminc-infopage-title-p' => 'Wikipedia en $1', + 'wminc-infopage-title-b' => 'Wikibooks en $1', + 'wminc-infopage-title-t' => 'Wiktionary en $1', + 'wminc-infopage-title-q' => 'Wikiquote en $1', + 'wminc-infopage-title-n' => 'Wikinews en $1', + 'wminc-infopage-title-s' => 'Wikisource en $1', + 'wminc-infopage-title-v' => 'Wikiversity en $1', + 'wminc-infopage-welcome' => 'Benvido \xE1 Incubadora da Wikimedia, un proxecto da Fundaci\xF3n Wikimedia ([[{{MediaWiki:Aboutpage}}|acerca de]])', + 'wminc-infopage-missingwiki-text' => 'A\xEDnda non existe $1 nesta lingua.', + 'wminc-infopage-option-startwiki' => 'Se quere comezar este wiki, +pode [{{fullurl:{{FULLPAGENAME}}|action=edit}} crear esta p\xE1xina] e seguir [[{{MediaWiki:Wminc-manual-url}}|o noso manual]].', + 'wminc-infopage-option-startsister' => 'Se quere comezar este wiki, pode ir a <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Pode ollar [http://www.$1.org as linguas nas que hai $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'Pode ollar os proxectos que hai nesta lingua:', + 'wminc-infopage-option-sisterprojects-other' => 'Pode ollar outros proxectos que hai nesta lingua:', + 'wminc-infopage-option-multilingual' => 'Pode ir a un wiki multiling\xFCe:', + 'wminc-infopage-createmainpage' => 'Escriba as palabras "P\xE1xina principal" nesta lingua:', + 'wminc-infopage-contribute' => 'Se co\xF1ece esta lingua, anim\xE1molo a contribu\xEDr!', + 'wminc-infopage-status-imported' => 'Este wiki da Incubadora foi importado desde $1 despois de que o wiki pechase.', + 'wminc-infopage-status-closedsister' => 'Este subdominio foi pechado. Vaia a <b>$2</b> para contribu\xEDr neste wiki.', + 'wminc-infopage-status-created' => 'Este proxecto foi aprobado polo comit\xE9 de linguas e agora est\xE1 dispo\xF1ible en $1.', + 'wminc-infopage-status-beforeincubator' => 'Este proxecto foi creado antes ca a Incubadora da Wikimedia e est\xE1 dispo\xF1ible en $1.', +); + +/** Hebrew (?????) + * @author Amire80 + */ +$messages['he'] = array( + 'wminc-infopage-enter' => '?? ??? ?????', + 'wminc-unknownlang' => '(??? ?? ????? ?? ???? "$1")', + 'wminc-infopage-title-p' => '???????? ?$1', + 'wminc-infopage-title-b' => '??????? ?$1', + 'wminc-infopage-title-t' => '????????? ?$1', + 'wminc-infopage-title-q' => '????????? ?$1', + 'wminc-infopage-title-n' => '????????? ?$1', + 'wminc-infopage-title-s' => '???????? ?$1', + 'wminc-infopage-title-v' => '?????????? ?$1', + 'wminc-infopage-welcome' => '?????? ????? ?????????? ?? ????????, ???? ?? ??? ???????? ([[{{MediaWiki:Aboutpage}}|?????]])', + 'wminc-infopage-missingwiki-text' => '???? $1 ???? ???? ??? ????.', + 'wminc-infopage-option-startwiki' => '?? ??? ????? ?????? ?? ?????? ???, +??? ?????? [{{fullurl:{{FULLPAGENAME}}|action=edit}} ????? ??] ?????? ??? [[{{MediaWiki:Wminc-manual-url}}|??? ??????? ????]].', + 'wminc-infopage-option-startsister' => '?? ??? ????? ?????? ?? ?????? ???, ????? ???? ??<b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => '???? ???? [http://www.$1.org ??????? ??????? ?????? ?? $1].', + 'wminc-infopage-option-sisterprojects-existing' => '???? ???? ?????? ?????? ???? ????:', + 'wminc-infopage-option-sisterprojects-other' => '???? ???? ?????? ????? ???? ????:', + 'wminc-infopage-option-multilingual' => '???? ???? ?????? ????????:', + 'wminc-infopage-createmainpage' => '???? ?? ????? "?? ????" ??????:', + 'wminc-infopage-contribute' => '?? ??? ?????? ?? ???? ????, ??? ??????? ??? ????? ?????!', + 'wminc-infopage-status-imported' => '???? ?????????? ??? ???? ?{{GRAMMAR:??????|$1}} ???? ??????? ???? ????.', + 'wminc-infopage-status-closedsister' => '???????? ??? ????. ??? ?? <b>$2</b> ??? ????? ?????? ???.', + 'wminc-infopage-status-created' => '?????? ??????? ????? ?? ????? ??? ????? ????? ???? ?{{GRAMMAR:??????|$1}}.', + 'wminc-infopage-status-beforeincubator' => '????? ??? ???? ???? ????? ?????????? ?? ???????? ???? ???? ?{{GRAMMAR:??????|$1}}.', +); + +/** Hindi (??????) + * @author Vibhijain + */ +$messages['hi'] = array( + 'wminc-infopage-enter' => '????? ????? ?? ????', +); + +/** Upper Sorbian (Hornjoserbsce) + * @author Michawiki + */ +$messages['hsb'] = array( + 'wminc-infopage-enter' => 'dzi k hlownej stronje', + 'wminc-unknownlang' => '(njeznata rec z kodom "$1")', + 'wminc-infopage-title-p' => 'Wikipedija $1', + 'wminc-infopage-title-b' => 'Wikiknihi $1', + 'wminc-infopage-title-t' => 'Wikislownik $1', + 'wminc-infopage-title-q' => 'Wikicitat $1', + 'wminc-infopage-title-n' => 'Wikinowinki $1', + 'wminc-infopage-title-s' => 'Wiki\x9E\xF3rlo $1', + 'wminc-infopage-title-v' => 'Wikiwersita $1', + 'wminc-infopage-welcome' => 'Witaj do inkubatora Wikimedije, projekt zalo\x9Eby Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|Wo]])', + 'wminc-infopage-missingwiki-text' => '$1 w tutej reci hi\x9Ace njeeksistuje.', + 'wminc-infopage-option-startwiki' => 'Jeli chce\x9A tut\xF3n wiki startowac, +m\xF3\x9Ee\x9A [{{fullurl:{{FULLPAGENAME}}|action=edit}} stronu wutworic] a po [[{{MediaWiki:Wminc-manual-url}}|na\x9Aim nawodze]] postupowac.', + 'wminc-infopage-option-startsister' => 'Jeli chce\x9A tut\xF3n wiki startowac, m\xF3\x9Ee\x9A k <b>[$2 $1]</b> hic.', + 'wminc-infopage-option-languages-existing' => 'M\xF3\x9Ee\x9A za [http://www.$1.org eksistowacymi recnymi wudacemi projekta $1] pytac.', + 'wminc-infopage-option-sisterprojects-existing' => 'M\xF3\x9Ee\x9A za eksistowacymi projektami w tutej reci pytac:', + 'wminc-infopage-option-sisterprojects-other' => 'M\xF3\x9Ee\x9A za druhimi projektami w tutej reci pytac:', + 'wminc-infopage-option-multilingual' => 'M\xF3\x9Ee\x9A k wjacerecnemu wikijej hic:', + 'wminc-infopage-createmainpage' => 'Zapodaj wuraz za "Hlowna strona" w tutej reci:', + 'wminc-infopage-contribute' => 'Jeli tutu rec wobknje\x9Ei\x9A, budz witany a cin sobu!', + 'wminc-infopage-status-imported' => 'Tut\xF3n wiki inkubatora je so z $1 importowal, po tym zo be so wiki zacinil.', + 'wminc-infopage-status-closedsister' => 'Tuta poddomena je so zacinila. Dzi k <b>$2</b>, zo by k tutomu wikijej prino\x9Aowal.', + 'wminc-infopage-status-created' => 'Tut\xF3n projekt je so wot recneho komiteja schwalil a steji netko pod $1 k dispoziciji.', + 'wminc-infopage-status-beforeincubator' => 'Tut\xF3n projekt je so wutworil, prjedy hac inkubator Wikimedije je so startowal a steji pod $1 k dispoziciji.', +); + +/** Hungarian (Magyar) + * @author Xbspiro + */ +$messages['hu'] = array( + 'wminc-infopage-enter' => 'Tov\xE1bb', +); + +/** Interlingua (Interlingua) + * @author McDutchie + */ +$messages['ia'] = array( + 'wminc-infopage-enter' => 'vader al pagina principal', + 'wminc-unknownlang' => '(lingua incognite con codice "$1")', + 'wminc-infopage-title-p' => 'Wikipedia in $1', + 'wminc-infopage-title-b' => 'Wikibooks in $1', + 'wminc-infopage-title-t' => 'Wiktionary in $1', + 'wminc-infopage-title-q' => 'Wikiquote in $1', + 'wminc-infopage-title-n' => 'Wikinews in $1', + 'wminc-infopage-title-s' => 'Wikisource in $1', + 'wminc-infopage-title-v' => 'Wikiversity in $1', + 'wminc-infopage-welcome' => 'Benvenite a Wikimedia Incubator, un projecto del Fundation Wikimedia ([[{{MediaWiki:Aboutpage}}|a proposito]])', + 'wminc-infopage-missingwiki-text' => 'Un $1 in iste lingua non existe ancora.', + 'wminc-infopage-option-startwiki' => 'Si tu vole comenciar iste wiki, +tu pote [{{fullurl:{{FULLPAGENAME}}|action=edit}} crear le pagina] e sequer [[{{MediaWiki:Wminc-manual-url}}|nostre manual]].', + 'wminc-infopage-option-startsister' => 'Si tu vole comenciar iste wiki, tu pote vader a <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Tu pote cercar [http://www.$1.org existente editiones de lingua de $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'Tu pote cercar projectos existente in iste lingua:', + 'wminc-infopage-option-sisterprojects-other' => 'Tu pote cercar altere projectos in iste lingua:', + 'wminc-infopage-option-multilingual' => 'Tu pote vader a un wiki multilingue:', + 'wminc-infopage-createmainpage' => 'Entra le parola(s) pro "pagina principal" in iste lingua:', + 'wminc-infopage-contribute' => 'Si tu cognosce iste lingua, tu es incoragiate a contribuer!', + 'wminc-infopage-status-imported' => 'Iste wiki incubator ha essite importate ex $1 post le clausura del wiki.', + 'wminc-infopage-status-closedsister' => 'Iste subdominio ha essite claudite. Vade a <b>$2</b> pro contribuer a iste wiki.', + 'wminc-infopage-status-created' => 'Iste projecto ha essite approbate per le comit\xE9 linguistic e es ora disponibile a $1.', + 'wminc-infopage-status-beforeincubator' => 'Iste projecto ha essite create ante le comenciamento de Wikimedia Incubator e es disponibile a $1.', +); + +/** Italian (Italiano) + * @author Beta16 + */ +$messages['it'] = array( + 'wminc-infopage-enter' => 'vai alla pagina principale', +); + +/** Korean (???) + * @author Albamhandae + */ +$messages['ko'] = array( + 'wminc-infopage-contribute' => '? ???? ??? ??? ????, ??? ??????!', +); + +/** Colognian (Ripoarisch) + * @author Purodha + */ +$messages['ksh'] = array( + 'wminc-infopage-enter' => 'jangk op de Houpsigg', + 'wminc-unknownlang' => '(en onbikannte Schprooch met d\xE4mm K\xF6\xF6zel \x84$1\x93)', + 'wminc-infopage-welcome' => 'Wellkumme em Wikimedia Inkubator, enem Proj\xE4k vun der [[{{MediaWiki:Aboutpage}}|Wikimedija Schteftong]]', + 'wminc-infopage-missingwiki-text' => '{{ucfirst:{{GRAMMAR:en|$1}}}} en d\xE4 Schprooch jidd et noch nit. +', + 'wminc-infopage-option-multilingual' => 'Do kann noh enem Wiki en etlijje Schprooche jonn:', + 'wminc-infopage-createmainpage' => 'Jif dat Woot f\xF6r \x84Houpsigg\x93 en d\xE4 Shprooch en:', + 'wminc-infopage-contribute' => 'Wann De di Shprooch kanns, dann bes De opjeroofe, beizedraare!', +); + +/** Luxembourgish (L\xEBtzebuergesch) + * @author Robby + */ +$messages['lb'] = array( + 'wminc-infopage-enter' => "Gitt op d'Haapts\xE4it", + 'wminc-unknownlang' => '(onbekannte Sprooch mam Code "$1")', + 'wminc-infopage-title-p' => 'Wikipedia $1', + 'wminc-infopage-title-b' => 'Wikibooks $1', + 'wminc-infopage-missingwiki-text' => '$1 g\xEBtt et an d\xEBser Sprooch nach net', + 'wminc-infopage-option-startsister' => 'Wann Dir d\xEBs Wiki uf\xE4nke w\xEBllt, da gitt w.e.g. op <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Dir k\xEBnnt no [http://www.$1.org Sproochversiounen, d\xE9i et vun $1 g\xEBtt, sichen].', + 'wminc-infopage-option-sisterprojects-existing' => 'Dir k\xEBnnt no Projeten an d\xEBser Sprooch sichen (d\xE9i et scho g\xEBtt):', + 'wminc-infopage-option-sisterprojects-other' => 'Dir k\xEBnnt no anere Projeten an d\xEBser Sprooch sichen:', + 'wminc-infopage-option-multilingual' => 'Dir k\xEBnnt op eng m\xE9isproocheg Wiki goen:', + 'wminc-infopage-createmainpage' => 'Gitt d\'Wuert "Haapts\xE4it" fir d\xEBs Sprooch an:', + 'wminc-infopage-contribute' => 'Wann Dir d\xEBs Sprooch beherrscht, sidd Dir h\xE4erzlech w\xEBllkomm fir matzemaachen!', + 'wminc-infopage-status-imported' => "D\xEBs Incubator-Wiki gouf vun $1 import\xE9iert w\xE9i d'Wiki zougemaach gouf.", + 'wminc-infopage-status-closedsister' => 'D\xEBs Subdomain gouf zougemaach. Gitt op <b>$2</b> fir un d\xEBser Wiki matzeschaffen.', + 'wminc-infopage-status-created' => 'D\xEBse Projet gouf vum Sproochecomit\xE9 akzept\xE9iert an ass elo op $1 disponibel.', + 'wminc-infopage-status-beforeincubator' => 'D\xEBse Projet gouf ugeluecht ier et Wikimedia Incubator gouf an ass op $1 disponibel.', +); + +/** Limburgish (Limburgs) + * @author Ooswesthoesbes + */ +$messages['li'] = array( + 'wminc-infopage-enter' => "gank achter g'm veurblaaje", + 'wminc-unknownlang' => '(\xF3nbek\xE8ndj spraok mid g\'r koeaj "$1")', + 'wminc-infopage-welcome' => "W\xE8lk\xF3m bie g'm Wikimedia Incubator, e perj\xE8k d\xE8r Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|mie\xEBr info]])", +); + +/** Lithuanian (Lietuviu) + * @author Matasg + */ +$messages['lt'] = array( + 'wminc-infopage-contribute' => 'Jei suprantate, ar kalbate \x9Aia kalba, esate kvieciama(s) prisideti!', +); + +/** Macedonian (??????????) + * @author Bjankuloski06 + */ +$messages['mk'] = array( + 'wminc-infopage-enter' => '??? ?? ?????? ????????', + 'wminc-unknownlang' => '(???????? ????? ?? ??? \x84$1\x93)', + 'wminc-infopage-title-p' => '?????????? $1', + 'wminc-infopage-title-b' => '????????? $1', + 'wminc-infopage-title-t' => '?????????? $1', + 'wminc-infopage-title-q' => '????????? $1', + 'wminc-infopage-title-n' => '????????? $1', + 'wminc-infopage-title-s' => '????????? $1', + 'wminc-infopage-title-v' => '???????????? $1', + 'wminc-infopage-welcome' => '????????????? ?? ??????????? ?? ?????????? - ?????? ?? ??????????? ?????????? ([[{{MediaWiki:Aboutpage}}|?? ????????]])', + 'wminc-infopage-missingwiki-text' => '?? ???? ????? ?\xE8 ???? ?? ?????? $1.', + 'wminc-infopage-option-startwiki' => '??? ?????? ?? ?? ????????? ??? ????, +????? ?????? ?? ?? [{{fullurl:{{FULLPAGENAME}}|action=edit}} ????????? ??????????] ? ?? ?? ?????????? [[{{MediaWiki:Wminc-manual-url}}|?????? ?????????]].', + 'wminc-infopage-option-startsister' => '??? ?????? ?? ?? ????????? ??? ????, ??????? ?? <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => '?????? ?? ?? ????????? [http://www.$1.org ??????????? ??????? ???????? ?? $1].', + 'wminc-infopage-option-sisterprojects-existing' => '?????? ?? ?? ????????? ??????????? ??????? ?? ???? ?????:', + 'wminc-infopage-option-sisterprojects-other' => '?????? ?? ????????? ????? ??????? ?? ???? ?????:', + 'wminc-infopage-option-multilingual' => '?????? ?? ??????? ?? ????????????? ????:', + 'wminc-infopage-createmainpage' => '??????? ?? ?????? \x84?????? ????????\x93 ?? ???? ?????:', + 'wminc-infopage-contribute' => '??? ????? ????????? ?? ???? ?????, ?? ????????????? ?? ???????????!', + 'wminc-infopage-status-imported' => '??? ???? ?? ??????????? ? ??????? ?? $1, ?? ??????????? ?? ??????.', + 'wminc-infopage-status-closedsister' => '???? ???????? ? ????????. ??????? ?? <b>$2</b> ?? ?? ??????????? ?? ??? ????.', + 'wminc-infopage-status-created' => '???? ?????? ? ??????? ?? ????????? ???????? ? ???? ? ???????? ?? $1.', + 'wminc-infopage-status-beforeincubator' => '???? ?????? ? ???????? ???? ????????????? ?? ??????????? ?? ?????????? ? ? ???????? ?? $1.', +); + +/** Malayalam (??????) + * @author Praveenp + */ +$messages['ml'] = array( + 'wminc-infopage-enter' => '?????? ???????????? ?????', + 'wminc-unknownlang' => '("$1" ???? ?????? ????? ?????????? ???)', + 'wminc-infopage-title-p' => '??????????? $1', + 'wminc-infopage-title-b' => '???????????? $1', + 'wminc-infopage-title-t' => '????????????? $1', + 'wminc-infopage-title-q' => '?????????????? $1', + 'wminc-infopage-title-n' => '?????????????? $1', + 'wminc-infopage-title-s' => '??????????????? $1', + 'wminc-infopage-title-v' => '????????????????? $1', + 'wminc-infopage-welcome' => '??????????? ???????? ???????? ??????????? ??????????????????? ??????? ([[{{MediaWiki:Aboutpage}}|??????]])', + 'wminc-infopage-missingwiki-text' => '? ?????? $1 ??????????.', + 'wminc-infopage-option-startwiki' => '?????????? ? ?????? ?????????????????????? [{{fullurl:{{FULLPAGENAME}}|action=edit}} ??? ????????? ????] [[{{MediaWiki:Wminc-manual-url}}|???????? ?????????]] ??????????.', + 'wminc-infopage-option-startsister' => '?????????? ? ?????? ??????????????????????, <b>[$2 $1]</b> ???? ????? ???????.', + 'wminc-infopage-option-languages-existing' => '[http://www.$1.org $1 ?????????? ?????????? ?????????????] ?????????? ??????????????.', + 'wminc-infopage-option-sisterprojects-existing' => '? ?????? ?????????? ????????? ?????????? ??????????????:', + 'wminc-infopage-option-sisterprojects-other' => '? ?????? ?????????? ??? ????????? ?????????? ??????????????:', + 'wminc-infopage-option-multilingual' => '?????????? ??????????????????????? ?????????????:', + 'wminc-infopage-createmainpage' => '? ?????? "?????? ???" ???????? ??????? ??? ?????:', + 'wminc-infopage-contribute' => '?????????? ? ??? ????????????, ???? ?????? ??????? ??????????????????!', + 'wminc-infopage-status-imported' => '? ?????????? ?????? $1 ??????? ??????? ?????? ????????? ????????? ?????????.', + 'wminc-infopage-status-closedsister' => '? ??????? ????????????????. ? ????????? ?????? ??????? <b>$2</b> ?????????????? ?????.', + 'wminc-infopage-status-created' => '? ?????? ???? ????????? ?????????????????????, ???????? $1 ????? ????????.', + 'wminc-infopage-status-beforeincubator' => '? ??????, ??????????? ?????????? ?????????????? ???????????????, ??? $1-? ????????.', +); + +/** Malay (Bahasa Melayu) + * @author Anakmalaysia + */ +$messages['ms'] = array( + 'wminc-infopage-enter' => 'pergi ke Laman Utama', + 'wminc-unknownlang' => '(bahasa yang tidak diketahui dengan kod "$1")', + 'wminc-infopage-title-p' => 'Wikipedia $1', + 'wminc-infopage-title-b' => 'Wikibuku $1', + 'wminc-infopage-title-t' => 'Wikikamus $1', + 'wminc-infopage-title-q' => 'Wikiquote $1', + 'wminc-infopage-title-n' => 'Wikiberita $1', + 'wminc-infopage-title-s' => 'Wikisumber $1', + 'wminc-infopage-title-v' => 'Wikiversiti $1', + 'wminc-infopage-welcome' => 'Selamat datang ke Wikimedia Incubator, satu projek Yayasan Wikimedia ([[{{MediaWiki:Aboutpage}}|Perihal]])', + 'wminc-infopage-missingwiki-text' => '$1 dalam bahasa ini belum wujud.', + 'wminc-infopage-option-startwiki' => 'Jika anda mahu memulakan wiki ini, +anda boleh [{{fullurl:{{FULLPAGENAME}}|action=edit}} mencipta lamannya] dan mengikuti [[{{MediaWiki:Wminc-manual-url}}|panduan kami]].', + 'wminc-infopage-option-startsister' => 'Jika anda ingin membuka wiki ini, anda boleh pergi ke <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Anda boleh mencari [http://www.$1.org edisi-edisi bahasa sedia ada bagi $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'Anda boleh mencari projek-projek yang sedia ada dalam bahasa ini:', + 'wminc-infopage-option-sisterprojects-other' => 'Anda boleh mencari projek-projek lain dalam bahasa ini:', + 'wminc-infopage-option-multilingual' => 'Anda boleh pergi ke wiki berbilang bahasa:', + 'wminc-infopage-createmainpage' => 'Isikan perkataan "Laman Utama" dalam bahasa ini:', + 'wminc-infopage-contribute' => 'Jika anda fasih dalam bahasa ini, anda dialu-alukan untuk menyumbang!', + 'wminc-infopage-status-imported' => 'Wiki Incubator ini telah diimport dari $1 setelah wiki itu ditutup.', + 'wminc-infopage-status-closedsister' => 'Subdomain ini ditutup. Pergi ke <b>$2</b> untuk menyumbang kepada wiki ini.', + 'wminc-infopage-status-created' => 'Projek ini telah diluluskan oleh jawatankuasa bahasa dan kini boleh didapati di $1.', + 'wminc-infopage-status-beforeincubator' => 'Projek ini dibuka sebelum Wikimedia Incubator dimulakan, dan boleh didapati di $1.', +); + +/** Dutch (Nederlands) + * @author SPQRobin + * @author Siebrand + */ +$messages['nl'] = array( + 'wminc-infopage-enter' => 'ga naar de Hoofdpagina', + 'wminc-unknownlang' => '(onbekende taal met code "$1")', + 'wminc-infopage-title-p' => 'Wikipedia $1', + 'wminc-infopage-title-b' => 'Wikibooks $1', + 'wminc-infopage-title-t' => 'Wiktionary $1', + 'wminc-infopage-title-q' => 'Wikiquote $1', + 'wminc-infopage-title-n' => 'Wikinews $1', + 'wminc-infopage-title-s' => 'Wikisource $1', + 'wminc-infopage-title-v' => 'Wikiversity $1', + 'wminc-infopage-welcome' => 'Welkom bij de Wikimedia Incubator, een project van de Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|Meer info]])', + 'wminc-infopage-missingwiki-text' => 'Een $1 in deze taal bestaat nog niet.', + 'wminc-infopage-option-startwiki' => 'Als u deze wiki wilt starten, kunt u [{{fullurl:{{FULLPAGENAME}}|action=edit}} de pagina aanmaken] en [[{{MediaWiki:Wminc-manual-url}}|onze handleiding]] volgen.', + 'wminc-infopage-option-startsister' => 'Als u deze wiki wilt starten, kunt u naar <b>[$2 $1]</b> gaan.', + 'wminc-infopage-option-languages-existing' => 'U kunt naar [http://www.$1.org bestaande taalversies van $1] zoeken.', + 'wminc-infopage-option-sisterprojects-existing' => 'U kunt naar bestaande projecten in deze taal zoeken:', + 'wminc-infopage-option-sisterprojects-other' => 'U kunt naar andere projecten in deze taal zoeken:', + 'wminc-infopage-option-multilingual' => 'U kunt naar een meertalige wiki gaan:', + 'wminc-infopage-createmainpage' => 'Geef het woord "Hoofdpagina" op in deze taal:', + 'wminc-infopage-contribute' => 'Als u deze taal kent, wordt u aangemoedigd om bij te dragen!', + 'wminc-infopage-status-imported' => 'Deze Incubator-wiki werd ge\xEFmporteerd van $1 nadat die wiki is gesloten.', + 'wminc-infopage-status-closedsister' => 'Dit subdomein is gesloten. Ga naar <b>$2</b> om bij te dragen aan deze wiki.', + 'wminc-infopage-status-created' => 'Dit project werd goedgekeurd door het taalcomit\xE9 en is nu beschikbaar op $1.', + 'wminc-infopage-status-beforeincubator' => 'Dit project is gemaakt voordat Wikimedia Incubator begon en is beschikbaar op $1.', +); + +/** Polish (Polski) + * @author Bartek50003 + * @author Sp5uhe + * @author Woytecr + */ +$messages['pl'] = array( + 'wminc-infopage-enter' => 'przejdz do strony gl\xF3wnej', + 'wminc-unknownlang' => '(nieznany jezyk o kodzie \x84$1\x93)', + 'wminc-infopage-welcome' => 'Witaj w Inkubatorze Wikimedia, projekcie Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|o inkubatorze]])', + 'wminc-infopage-createmainpage' => 'Wpisz \x84Strona gl\xF3wna\x93 w tym jezyku', + 'wminc-infopage-contribute' => 'Jesli znasz ten jezyk zachecamy Cie do wziecia udzialu w tworzeniu tej wiki!', + 'wminc-infopage-status-imported' => 'Do inkubatora wiki zaimportowano tresc z $1 po tym jak wiki zostala zamknieta.', + 'wminc-infopage-status-closedsister' => 'Ta domena podrzedna zostala zamknieta. Przejdz pod adres <b>$2</b> jesli chcesz wsp\xF3ltworzyc te wiki.', + 'wminc-infopage-status-created' => 'Projekt zostal zatwierdzony przez komisje jezykowa i jest juz dostepny pod adresem $1.', + 'wminc-infopage-status-beforeincubator' => 'Ten projekt zostal utworzony zanim zostal uruchomiony Inkubator Wikimedia i jest dostepny pod adresem $1.', +); + +/** Portuguese (Portugu\xEAs) + * @author Carla404 + * @author Hamilton Abreu + * @author SandroHc + */ +$messages['pt'] = array( + 'wminc-infopage-enter' => 'ir para a P\xE1gina principal', + 'wminc-unknownlang' => '(l\xEDngua desconhecida, com o c\xF3digo "$1")', + 'wminc-infopage-welcome' => 'Bem-vindo(a) Incubadora Wikimedia, um projecto da Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|Sobre]])', + 'wminc-infopage-missingwiki-text' => 'Ainda n\xE3o existe um projecto $1 nesta l\xEDngua.', + 'wminc-infopage-option-startwiki' => 'Se pretende iniciar esta wiki, +pode [{{fullurl:{{FULLPAGENAME}}|action=edit}} criar a p\xE1gina] e seguir o [[{{MediaWiki:Wminc-manual-url}}|manual]].', + 'wminc-infopage-option-startsister' => 'Se queres come\xE7ar esta wiki, podes ir a <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Pode pesquisar as [http://www.$1.org edi\xE7\xF5es de $1 nas l\xEDnguas existentes].', + 'wminc-infopage-option-sisterprojects-existing' => 'Pode pesquisar os projectos existentes nesta l\xEDngua:', + 'wminc-infopage-option-sisterprojects-other' => 'Pode pesquisar outros projectos nesta l\xEDngua:', + 'wminc-infopage-option-multilingual' => 'Pode visitar uma wiki multilingue:', + 'wminc-infopage-createmainpage' => 'Introduza o termo "P\xE1gina principal" nesta l\xEDngua:', + 'wminc-infopage-contribute' => 'Se conhece esta l\xEDngua, est\xE1 convidado a colaborar!', + 'wminc-infopage-status-imported' => 'Esta wiki da Incubadora foi importada de $1 ap\xF3s a wiki ter sido fechada.', + 'wminc-infopage-status-closedsister' => 'Este subdom\xEDnio foi fechado. V\xE1 a <b>$2</b> para contribu\xEDr nesta wiki.', + 'wminc-infopage-status-created' => 'Este projecto foi aprovado pelo comit\xE9 lingu\xEDstico e est\xE1 agora dispon\xEDvel em $1.', + 'wminc-infopage-status-beforeincubator' => 'Este projecto foi criado antes do in\xEDcio da Incubadora Wikimedia e est\xE1 dispon\xEDvel em $1.', +); + +/** Brazilian Portuguese (Portugu\xEAs do Brasil) + * @author MetalBrasil + * @author Pedroca cerebral + */ +$messages['pt-br'] = array( + 'wminc-infopage-enter' => 'V\xE1 para a p\xE1gina principal', + 'wminc-unknownlang' => '(l\xEDngua desconhecida com c\xF3digo "$1")', + 'wminc-infopage-welcome' => 'Bem vindo \xE0 Wikimedia Incubator, um projeto da Wikimedia Fundation ([[{{MediaWiki:Aboutpage}}|About]])', + 'wminc-infopage-missingwiki-text' => 'Ainda n\xE3o existe um projeto $1 nesta l\xEDngua.', + 'wminc-infopage-option-startwiki' => 'Se voc\xEA quiser come\xE7ar esta wiki, voc\xEA pode [{{fullurl:{{FULLPAGENAME}}|action=edit}} criar a p\xE1gina] e seguir [[{{MediaWiki:Wminc-manual-url}}|nosso manual]].', + 'wminc-infopage-option-startsister' => 'Se voc\xEA quer come\xE7ar esta wiki, voc\xEA pode ir a <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Voc\xEA pode pesquisar por [http://www.$1.org edi\xE7\xF5es de $1 l\xEDnguas existentes].', + 'wminc-infopage-option-sisterprojects-existing' => 'Voc\xEA pode pesquisar por projetos existentes nesta l\xEDngua.', + 'wminc-infopage-option-sisterprojects-other' => 'Voc\xEA pode pesquisar por outros projetos nessa l\xEDngua.', + 'wminc-infopage-option-multilingual' => 'Voc\xEA pode ir a uma wiki multil\xEDngue.', + 'wminc-infopage-createmainpage' => 'Digite a palavra "P\xE1gina principal" nesta l\xEDngua.', + 'wminc-infopage-contribute' => 'Se voc\xEA conhece esta l\xEDngua, voc\xEA \xE9 convidado a contribuir!', + 'wminc-infopage-status-imported' => 'Essa Incubator wiki foi importada de $1 depois que a wiki foi fechada.', + 'wminc-infopage-status-closedsister' => 'Este subdom\xEDnio foi fechado. V\xE1 a <b>$2</b> para contribuir nesta wiki.', + 'wminc-infopage-status-created' => 'Esse projeto foi aprovado pela comit\xEA lingu\xEDstico e agora \xE9 avali\xE1vel em $1.', + 'wminc-infopage-status-beforeincubator' => 'Esse projeto foi criado antes do inicio da Wikimedia Incubator e est\xE1 avali\xE1vel em $1.', +); + +/** Romanian (Rom\xE2na) + * @author Minisarm + */ +$messages['ro'] = array( + 'wminc-infopage-enter' => 'mergi la Pagina principala', + 'wminc-unknownlang' => '(limba necunoscuta asociata codului \x84$1\x94)', + 'wminc-infopage-missingwiki-text' => '$1 \xEEn aceasta limba nu exista.', +); + +/** Russian (???????) + * @author Amdf + * @author Kaganer + */ +$messages['ru'] = array( + 'wminc-infopage-enter' => '??????? ?? ????????? ????????', + 'wminc-unknownlang' => '(??????????? ???? ? ????? \xAB$1\xBB)', + 'wminc-infopage-welcome' => '????? ?????????? ? ????????? ?????????, ?????? ????? ????????? ([[{{MediaWiki:Aboutpage}}|? ???????]])', + 'wminc-infopage-missingwiki-text' => '? $1 ??? ????? ??????? ?? ???? ?????.', + 'wminc-infopage-option-startwiki' => '???? ?? ?????? ?????? ???? ????-??????, +?? ?????? [{{fullurl:{{FULLPAGENAME}}|action=edit}} ??????? ????????] ? ????????? [[{{MediaWiki:Wminc-manual-url}}|?????? ???????????]].', + 'wminc-infopage-option-startsister' => '???? ?? ?????? ?????? ???? ????-??????, ?? ?????? ??????? ? <b>[ $2 $1 ] </b>.', + 'wminc-infopage-option-languages-existing' => '?? ?????? ???????? [http://www.$1.org ???????????? ???????? ??????? ??? $1].', + 'wminc-infopage-option-sisterprojects-existing' => '?? ?????? ???????? ???????????? ??????? ?? ???? ?????:', + 'wminc-infopage-option-sisterprojects-other' => '?? ?????? ???????? ?????? ??????? ?? ???? ?????:', + 'wminc-infopage-option-multilingual' => '?? ?????? ??????? ? ???????????? ????-????????:', + 'wminc-infopage-createmainpage' => '??????? ?? ???? ????? ?????????, ?????????? \xAB????????? ????????\xBB:', + 'wminc-infopage-contribute' => '???? ?? ????????? ???? ????, ?? ?????? ?????? ???? ?????!', + 'wminc-infopage-status-imported' => '??? ???? ???? ????????????? ? ????????? ?? $1 ????? ????, ??? ???? ???????.', + 'wminc-infopage-status-closedsister' => '???? ???????? ??? ??????. ??????? ? <b>$2</b>, ????? ??????? ???? ????? ? ??? ????.', + 'wminc-infopage-status-created' => '???? ?????? ??? ??????? ???????? ????????? ? ?????? ???????? ?? ?????? $1 .', + 'wminc-infopage-status-beforeincubator' => '???? ??????, ????????? ?? ??????? ?????????? ?????????, ???????? ?? ?????? $1 .', +); + +/** Rusyn (??????????) + * @author Gazeb + */ +$messages['rue'] = array( + 'wminc-infopage-contribute' => '???? ????????? ??? ????, ????????????, ???? ???? ??????????!', +); + +/** Slovenian (Sloven\x9Acina) + * @author Dbc334 + */ +$messages['sl'] = array( + 'wminc-infopage-enter' => 'pojdi na glavno stran', + 'wminc-unknownlang' => '(neznan jezik s kodo \xBB$1\xAB)', + 'wminc-infopage-title-p' => 'Wikipedija $1', + 'wminc-infopage-title-b' => 'Wikiknjige $1', + 'wminc-infopage-title-t' => 'Wikislovar $1', + 'wminc-infopage-title-q' => 'Wikinavedek $1', + 'wminc-infopage-title-n' => 'Wikinovice $1', + 'wminc-infopage-title-s' => 'Wikivir $1', + 'wminc-infopage-title-v' => 'Wikiverza $1', + 'wminc-infopage-welcome' => 'Dobrodo\x9Ali na Wikimediinem Inkubatorju, projektu Fundacije Wikimedia ([[{{MediaWiki:Aboutpage}}|O projektu]])', + 'wminc-infopage-missingwiki-text' => '$1 v tem jeziku \x9Ae ne obstaja.', + 'wminc-infopage-option-startwiki' => 'Ce \x9Eelite zagnati ta wiki, +lahko [{{fullurl:{{FULLPAGENAME}}|action=edit}} ustvarite stran] in sledite [[{{MediaWiki:Wminc-manual-url}}|na\x9Aemu prirocniku]].', + 'wminc-infopage-option-startsister' => 'Ce \x9Eelite zagnati ta wiki, pojdite na <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'I\x9Acete lahko [http://www.$1.org obstojece jezikovne izdaje $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'I\x9Acete lahko obstojece projekte v tem jeziku:', + 'wminc-infopage-option-sisterprojects-other' => 'I\x9Acete lahko druge projekte v tem jeziku:', + 'wminc-infopage-option-multilingual' => 'Greste lahko na vecjezikovni wiki:', + 'wminc-infopage-createmainpage' => 'Vnesite besedi \xBBGlavna stran\xAB v tem jeziku:', + 'wminc-infopage-contribute' => 'Ce znate ta jezik, ste vabljeni k prispevanju!', + 'wminc-infopage-status-imported' => 'Ta wiki Inkubatorja je bil uvo\x9Een iz $1 po zaprtju wikija.', + 'wminc-infopage-status-closedsister' => 'Poddomena je zaprta. Pojdite na <b>$2</b>, da prispevate k temu wikiju.', + 'wminc-infopage-status-created' => 'Projekt je odobril jezikovni odbor in je sedaj na voljo na $1.', + 'wminc-infopage-status-beforeincubator' => 'Projekt je nastal pred zagonom Wikimediinega Inkubatorja in je na voljo na $1.', +); + +/** Albanian (Shqip) + * @author Olsi + */ +$messages['sq'] = array( + 'wminc-infopage-contribute' => 'N\xEBse e dini k\xEBt\xEB gjuh\xEB, jeni t\xEB inkurajuar t\xEB kontribuoni!', +); + +/** Serbian (Cyrillic script) (??????? (????????)?) + * @author Rancher + */ +$messages['sr-ec'] = array( + 'wminc-infopage-enter' => '??? ?? ?????? ??????', + 'wminc-unknownlang' => '(???????? ????? ? ????? \x84$1\x93)', + 'wminc-infopage-title' => '$1 $2', + 'wminc-infopage-welcome' => '????? ????? ?? ??????????? ????????? \x97 ???????? ????????? ?????????? ([[{{MediaWiki:Aboutpage}}|? ????????]])', + 'wminc-infopage-missingwiki-text' => '?? ???? ?????? ??? ?? ??????? $1.', + 'wminc-infopage-option-startwiki' => '??? ?????? ?? ????????? ???? ????, +???? ?????? ?? [{{fullurl:{{FULLPAGENAME}}|action=edit}} ????????? ????????] ? ?? ????????? [[{{MediaWiki:Wminc-manual-url}}|??? ?????????]].', + 'wminc-infopage-option-startsister' => '??? ?????? ?? ????????? ???? ????, ????? ?? <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => '?????? ?? ?????????? [http://www.$1.org ????????? ??????? ?????? ???????? $1].', + 'wminc-infopage-option-sisterprojects-existing' => '?????? ?? ?????????? ????????? ???????? ?? ???? ??????:', + 'wminc-infopage-option-sisterprojects-other' => '?????? ?? ?????????? ????? ???????? ?? ???? ??????:', + 'wminc-infopage-option-multilingual' => '?????? ?? ????? ?? ??????????? ????:', + 'wminc-infopage-createmainpage' => '??????? ??? \x84?????? ??????\x93 ?? ???? ??????:', + 'wminc-infopage-contribute' => '??? ????????? ???? ?????, ????????????? ??? ?? ???????????!', + 'wminc-infopage-status-imported' => '???? ???? ????????? ?? ?????? ?? $1, ?? ????????? ??????.', + 'wminc-infopage-status-closedsister' => '???? ???????? ?? ????????. ????? ?? <b>$2</b> ?? ??????????? ?? ???? ??????.', + 'wminc-infopage-status-created' => '???? ???????? ?? ??????? ?? ???????? ?????? ? ???? ?? ???????? ?? $1.', + 'wminc-infopage-status-beforeincubator' => '???? ???????? ?? ????????? ??? ??????? ???? ????????????? ?????????? ? ???????? ?? ?? $1.', +); + +/** Swedish (Svenska) + * @author Lokal Profil + * @author Warrakkk + */ +$messages['sv'] = array( + 'wminc-infopage-enter' => 'g\xE5 till huvudsidan', + 'wminc-unknownlang' => '(ok\xE4nt spr\xE5k med koden "$1")', + 'wminc-infopage-welcome' => 'V\xE4lkommen till Wikimedia Incubator, ett projekt av Wikimedia Foundation ([[{{MediaWiki:Aboutpage}}|Om]])', + 'wminc-infopage-missingwiki-text' => 'En $1 p\xE5 detta spr\xE5k existerar inte \xE4nnu.', + 'wminc-infopage-option-startwiki' => 'Om du vill starta denna wiki kan du [{{fullurl:{{FULLPAGENAME}}|action=edit}} skapa sidan] och f\xF6lja [[{{MediaWiki:Wminc-manual-url}}|v\xE5r manual]].', + 'wminc-infopage-option-startsister' => 'Om du vill starta denna wiki, kan du g\xE5 till <b>[$2 $1]</b>.', + 'wminc-infopage-option-languages-existing' => 'Du kan s\xF6ka efter [http://www.$1.org befintliga spr\xE5kversioner av $1].', + 'wminc-infopage-option-sisterprojects-existing' => 'Du kan s\xF6ka efter befintliga projekt p\xE5 detta spr\xE5k:', + 'wminc-infopage-option-sisterprojects-other' => 'Du... [truncated message content] |