mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Description2
synced 2024-11-23 22:33:34 +00:00
172 lines
5.6 KiB
PHP
172 lines
5.6 KiB
PHP
<?php
|
||
/**
|
||
* Internationalisation for Description2 extension
|
||
*
|
||
* @file
|
||
* @ingroup Extensions
|
||
*/
|
||
|
||
$messages = array();
|
||
|
||
/** English
|
||
* @author Daniel Friesen
|
||
*/
|
||
$messages['en'] = array(
|
||
'description2-desc' => 'Adds a description meta-tag to MediaWiki pages and into the ParserOutput for other extensions to use',
|
||
);
|
||
|
||
/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
|
||
* @author Jim-by
|
||
*/
|
||
$messages['be-tarask'] = array(
|
||
'description2-desc' => 'Дадае мэта-тэг апісаньня да старонак MediaWiki і ў ParserOutput для выкарыстаньня іншымі пашырэньнямі',
|
||
);
|
||
|
||
/** Breton (Brezhoneg)
|
||
* @author Fulup
|
||
*/
|
||
$messages['br'] = array(
|
||
'description2-desc' => 'Ouzhpennañ a ra un deskrivadur meta-tikedennet da bajennoù MediaWiki hag er Parser Output da vezañ implijet gant astennoù all',
|
||
);
|
||
|
||
/** Bosnian (Bosanski)
|
||
* @author CERminator
|
||
*/
|
||
$messages['bs'] = array(
|
||
'description2-desc' => 'Dodaje opisnu meta-oznaku na MediaWiki stranice i u parserski izlaz (ParserOutput) za korištenje od strane drugih proširenja',
|
||
);
|
||
|
||
/** German (Deutsch)
|
||
* @author Kghbln
|
||
*/
|
||
$messages['de'] = array(
|
||
'description2-desc' => 'Fügt dem Seitenquelltext das Meta-Element „description“ hinzu sowie zusätzlich zur Nutzung durch andere Softwareerweiterungen der Parserausgabe',
|
||
);
|
||
|
||
/** Lower Sorbian (Dolnoserbski)
|
||
* @author Michawiki
|
||
*/
|
||
$messages['dsb'] = array(
|
||
'description2-desc' => 'Pśidawa metatoflicku "description" bokam MediaWiki a do ParserOutput za wužywanje drugich rozšyrjenjow',
|
||
);
|
||
|
||
/** French (Français)
|
||
* @author Peter17
|
||
*/
|
||
$messages['fr'] = array(
|
||
'description2-desc' => 'Ajoute une méta-étiquette de description aux pages de MediaWiki et à ParserOutput pour les autres extensions à utiliser',
|
||
);
|
||
|
||
/** Galician (Galego)
|
||
* @author Toliño
|
||
*/
|
||
$messages['gl'] = array(
|
||
'description2-desc' => 'Engade unha etiqueta de descrición ás páxinas de MediaWiki e ao ParserOutput para as outras extensións a usar',
|
||
);
|
||
|
||
/** Swiss German (Alemannisch)
|
||
* @author Als-Holder
|
||
*/
|
||
$messages['gsw'] = array(
|
||
'description2-desc' => 'Fiegt s Meta-Elemänt „description“ yyne in MediaWiki-Syte un in d Parseruusgab fir zuesätzligei Erwyterige',
|
||
);
|
||
|
||
/** Hebrew (עברית)
|
||
* @author YaronSh
|
||
*/
|
||
$messages['he'] = array(
|
||
'description2-desc' => 'הוספת תגית על לתיאור לדפי מדיה־ויקי ואל ה־ParserOutput לשימוש הרחבות אחרות',
|
||
);
|
||
|
||
/** Upper Sorbian (Hornjoserbsce)
|
||
* @author Michawiki
|
||
*/
|
||
$messages['hsb'] = array(
|
||
'description2-desc' => 'Přidawa metatafličku "description" do stronow MediaWiki a do ParserOutput za wužiwanje druhich rozšěrjenjow',
|
||
);
|
||
|
||
/** Interlingua (Interlingua)
|
||
* @author McDutchie
|
||
*/
|
||
$messages['ia'] = array(
|
||
'description2-desc' => 'Adde un meta-etiquetta de description a paginas MediaWiki e al resultato del analysator syntactic pro uso per altere extensiones',
|
||
);
|
||
|
||
/** Indonesian (Bahasa Indonesia)
|
||
* @author IvanLanin
|
||
*/
|
||
$messages['id'] = array(
|
||
'description2-desc' => 'Menambahkan tag meta "description" ke halaman MediaWiki dan ke dalam ParserOutput untuk digunakan ekstensi lain',
|
||
);
|
||
|
||
/** Japanese (日本語)
|
||
* @author 青子守歌
|
||
*/
|
||
$messages['ja'] = array(
|
||
'description2-desc' => 'MediaWikiのページとほかの拡張機能が利用するParserOutpuに「description」メタタグを追加',
|
||
);
|
||
|
||
/** Luxembourgish (Lëtzebuergesch)
|
||
* @author Robby
|
||
*/
|
||
$messages['lb'] = array(
|
||
'description2-desc' => 'Setzt e Meta-Tag Beschreiwung op MediaWiki-Säiten an e ParserOutput fir déi aner Erweiderungen déi benotzt ginn',
|
||
);
|
||
|
||
/** Macedonian (Македонски)
|
||
* @author Bjankuloski06
|
||
*/
|
||
$messages['mk'] = array(
|
||
'description2-desc' => 'Додава метаознака за опис во страници на МедијаВики и во парсерски извод (ParserOutput) за употреба од други додатоци',
|
||
);
|
||
|
||
/** Dutch (Nederlands)
|
||
* @author Siebrand
|
||
*/
|
||
$messages['nl'] = array(
|
||
'description2-desc' => "Voegt een metalabel in de beschrijving van MediaWikipagina's toe en in de parseruitvoer om door extensies te laten gebruiken",
|
||
);
|
||
|
||
/** Norwegian (bokmål) (Norsk (bokmål))
|
||
* @author Nghtwlkr
|
||
*/
|
||
$messages['no'] = array(
|
||
'description2-desc' => 'Legger til en beskrivelses-meta-merkelapp til MediaWiki-sider og inn i ParserOutput for bruk i andre utvidelser',
|
||
);
|
||
|
||
/** Polish (Polski)
|
||
* @author Sp5uhe
|
||
*/
|
||
$messages['pl'] = array(
|
||
'description2-desc' => 'Dodaj do stron MediaWiki i do wyjścia analizatora składni meta znacznik opisu do wykorzystania przez inne rozszerzenia',
|
||
);
|
||
|
||
/** Piedmontese (Piemontèis)
|
||
* @author Dragonòt
|
||
*/
|
||
$messages['pms'] = array(
|
||
'description2-desc' => "A gionta un meta-tag ëd descrission a le pàgine ëd mediaWikie ant ël ParserOutput për j'àutre estension da dovré",
|
||
);
|
||
|
||
/** Portuguese (Português)
|
||
* @author Hamilton Abreu
|
||
*/
|
||
$messages['pt'] = array(
|
||
'description2-desc' => 'Adiciona uma meta tag de descrição às páginas do MediaWiki e ao ParserOutput (isto é, à saída do Analisador Sintáctico) para uso por outras extensões',
|
||
);
|
||
|
||
/** Brazilian Portuguese (Português do Brasil)
|
||
* @author Giro720
|
||
*/
|
||
$messages['pt-br'] = array(
|
||
'description2-desc' => 'Adiciona uma meta tag de descrição às páginas do MediaWiki e ao ParserOutput (isto é, à saída do Analisador Sintático) para uso por outras extensões',
|
||
);
|
||
|
||
/** Russian (Русский)
|
||
* @author Александр Сигачёв
|
||
*/
|
||
$messages['ru'] = array(
|
||
'description2-desc' => 'Добавляет описательный мета-тег для страниц MediaWiki и ParserOutput, для использования в других расширениях',
|
||
);
|
||
|