Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/122313

Change subject: Migrate to JSON i18n
......................................................................

Migrate to JSON i18n

Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I42758512ddcd921141abefa7134b967a91732f70
---
M Description2.i18n.php
M Description2.php
A i18n/ast.json
A i18n/be-tarask.json
A i18n/br.json
A i18n/bs.json
A i18n/cs.json
A i18n/cy.json
A i18n/de.json
A i18n/dsb.json
A i18n/en.json
A i18n/es.json
A i18n/eu.json
A i18n/fa.json
A i18n/fr.json
A i18n/gl.json
A i18n/gsw.json
A i18n/he.json
A i18n/hsb.json
A i18n/ia.json
A i18n/id.json
A i18n/it.json
A i18n/ja.json
A i18n/ko.json
A i18n/ksh.json
A i18n/lb.json
A i18n/mg.json
A i18n/mk.json
A i18n/ms.json
A i18n/nb.json
A i18n/nl.json
A i18n/oc.json
A i18n/pl.json
A i18n/pms.json
A i18n/pt-br.json
A i18n/pt.json
A i18n/qqq.json
A i18n/roa-tara.json
A i18n/ru.json
A i18n/sco.json
A i18n/sk.json
A i18n/sv.json
A i18n/tl.json
A i18n/uk.json
A i18n/zh-hans.json
A i18n/zh-hant.json
46 files changed, 386 insertions(+), 321 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Description2 
refs/changes/13/122313/1

diff --git a/Description2.i18n.php b/Description2.i18n.php
index ffd9a56..eeb2776 100644
--- a/Description2.i18n.php
+++ b/Description2.i18n.php
@@ -1,321 +1,31 @@
 <?php
 /**
- * Internationalisation for Description2 extension
+ * This is a backwards-compatibility shim, generated by:
+ * 
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2FgenerateJsonI18n.php
  *
- * @file
- * @ingroup Extensions
+ * Beginning with MediaWiki 1.23, translation strings are stored in json files,
+ * and the EXTENSION.i18n.php file only exists to provide compatibility with
+ * older releases of MediaWiki. For more information about this migration, see:
+ * https://www.mediawiki.org/wiki/Requests_for_comment/Localisation_format
+ *
+ * This shim maintains compatibility back to MediaWiki 1.17.
  */
-
 $messages = array();
+$GLOBALS['wgHooks']['LocalisationCacheRecache'][] = function ( $cache, $code, 
&$cachedData ) {
+       $codeSequence = array_merge( array( $code ), 
$cachedData['fallbackSequence'] );
+       foreach ( $codeSequence as $csCode ) {
+               $fileName = __DIR__ . "/i18n/$csCode.json";
+               if ( is_readable( $fileName ) ) {
+                       $data = FormatJson::decode( file_get_contents( 
$fileName ), true );
+                       foreach ( array_keys( $data ) as $key ) {
+                               if ( $key === '' || $key[0] === '@' ) {
+                                       unset( $data[$key] );
+                               }
+                       }
+                       $cachedData['messages'] = array_merge( $data, 
$cachedData['messages'] );
+               }
 
-/** 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',
-);
-
-/** Message documentation (Message documentation)
- * @author Purodha
- * @author Shirayuki
- * @author 아라
- */
-$messages['qqq'] = array(
-       'description2-desc' => 
"{{desc|name=Description2|url=http://www.mediawiki.org/wiki/Extension:Description2}}
-{{doc-important|Do not translate meta-tag name 'description'}}",
-);
-
-/** Asturian (asturianu)
- * @author Xuacu
- */
-$messages['ast'] = array(
-       'description2-desc' => 'Amiesta una etiqueta de descripción a les 
páxines de MediaWiki y a ParserOutput pa que la usen otres estensiones',
-);
-
-/** 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',
-);
-
-/** Czech (česky)
- * @author Jezevec
- */
-$messages['cs'] = array(
-       'description2-desc' => 'Přidá meta-tag popis(description) na stránky 
MediaWiki a do výstupu parseru pro použití dalšími rozšířeními',
-);
-
-/** Welsh (Cymraeg)
- * @author Pwyll
- */
-$messages['cy'] = array(
-       'description2-desc' => "Yn ychwanegu tag-meta disgrifiadol i dudalennau 
MediaWiki ac yn y ParserOutput i'w ddefnyddio gan estyniadau eraill.",
-);
-
-/** 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 
Programmerweiterungen 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',
-);
-
-/** Spanish (español)
- * @author Armando-Martin
- */
-$messages['es'] = array(
-       'description2-desc' => 'Añade una meta-etiqueta de descripción a las 
páginas de MediaWiki y en ParserOutput para las otras extensiones a utilizar',
-);
-
-/** Basque (euskara)
- * @author Theklan
- */
-$messages['eu'] = array(
-       'description2-desc' => 'Deskripzio meta-etiketa bat gehitzen die 
MediaWiki orrialdeei eta ParserOutput-en barruan beste estentsioek erabil 
dezaten',
-);
-
-/** Persian (فارسی)
- * @author Armin1392
- */
-$messages['fa'] = array(
-       'description2-desc' => 'اضافه کردن یک توصیف متاتگ برای صفحات مدیاویکی و 
در کارکرد تجزیه‌کننده برای اسفادهٔ دیگر گستره‌ها',
-);
-
-/** 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',
-);
-
-/** Italian (italiano)
- * @author Beta16
- */
-$messages['it'] = array(
-       'description2-desc' => 'Aggiunge un meta-tag per la descrizione di 
pagine MediaWiki e nella ParserOutput per poter essere utilizzata da altre 
estensioni',
-);
-
-/** Japanese (日本語)
- * @author Shirayuki
- * @author 青子守歌
- */
-$messages['ja'] = array(
-       'description2-desc' => 'MediaWiki のページと、他の拡張機能が使用する ParserOutput 
に、「description」メタタグを追加する',
-);
-
-/** Korean (한국어)
- * @author 아라
- */
-$messages['ko'] = array(
-       'description2-desc' => '미디어위키 문서와 다른 확장 기능을 사용하는 ParserOutput 안에 
description 메타 태그를 추가합니다',
-);
-
-/** Colognian (Ripoarisch)
- * @author Purodha
- */
-$messages['ksh'] = array(
-       'description2-desc' => 'Deiht ene <code lang="en">meta</code>-Befähl 
met <code lang="en">description</code> en dat <code lang="en">html</code> vun 
dem Wiki sing Sigge un, domet ander Zohsaztprojramme et bruche künne, och en 
dem <i lang="en">parser</i> sing Ußjaabe.',
-);
-
-/** 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',
-);
-
-/** Malagasy (Malagasy)
- * @author Jagwar
- */
-$messages['mg'] = array(
-       'description2-desc' => "Mampanampy meta-tag famisavisana amin'ny pejy 
MediaWiki ary amin'i ParserOutput ho an'ny fanitarana hafa hampiasaina",
-);
-
-/** Macedonian (македонски)
- * @author Bjankuloski06
- */
-$messages['mk'] = array(
-       'description2-desc' => 'Додава метаознака за опис во страници на 
МедијаВики и во расчленувачки извод (ParserOutput) за употреба од други 
додатоци',
-);
-
-/** Malay (Bahasa Melayu)
- * @author Anakmalaysia
- */
-$messages['ms'] = array(
-       'description2-desc' => 'Membubuh meta-tag penerangan pada laman-laman 
MediaWiki dan ke dalam ParserOutput untuk digunakan oleh sambungan lain',
-);
-
-/** Norwegian Bokmål (norsk bokmål)
- * @author Nghtwlkr
- */
-$messages['nb'] = array(
-       'description2-desc' => 'Legger til en beskrivelses-meta-merkelapp til 
MediaWiki-sider og inn i ParserOutput for bruk i andre utvidelser',
-);
-
-/** 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",
-);
-
-/** Occitan (occitan)
- * @author Cedric31
- */
-$messages['oc'] = array(
-       'description2-desc' => "Apond una metaetiqueta de descripcion a las 
paginas de MediaWiki e a ParserOutput per las autras extensions d'utilizar",
-);
-
-/** 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 Borichèt
- * @author Dragonòt
- */
-$messages['pms'] = array(
-       'description2-desc' => "A gionta na meta-tichëtta ëd descrission a le 
pàgine ëd MediaWiki 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',
-);
-
-/** tarandíne (tarandíne)
- * @author Joetaras
- */
-$messages['roa-tara'] = array(
-       'description2-desc' => "Aggiunge 'nu meta-tag de descrizione a le 
pàggene de MediaUicchi e jndr'à 'u ParserOutput pe otre estenziune da ausà",
-);
-
-/** Russian (русский)
- * @author Александр Сигачёв
- */
-$messages['ru'] = array(
-       'description2-desc' => 'Добавляет описательный мета-тег для страниц 
MediaWiki и ParserOutput, для использования в других расширениях',
-);
-
-/** Scots (Scots)
- * @author John Reid
- */
-$messages['sco'] = array(
-       'description2-desc' => 'Eiks ae descreeption meta-tag til MediaWiki 
pages n intil the ParserOutput fer ither extensions tae uise',
-);
-
-/** Slovak (slovenčina)
- * @author Helix84
- */
-$messages['sk'] = array(
-       'description2-desc' => 'Pridáva metaznačku s popisom na stránky 
MediaWiki a do ParserOutput na využitie pre iné rozšírenia',
-);
-
-/** Swedish (svenska)
- * @author Ainali
- */
-$messages['sv'] = array(
-       'description2-desc' => 'Lägger till en beskrivningsmetatagg till 
MediaWikisidor och till ParserOutput som andra tillägg kan använda',
-);
-
-/** Tagalog (Tagalog)
- * @author AnakngAraw
- */
-$messages['tl'] = array(
-       'description2-desc' => 'Nagdaragdag ng isang paglalarawan ng tatak ng 
meta sa mga pahina ng MediaWiki at papaloob sa ParserOutput para sa ibang mga 
dugtong na gagamitin',
-);
-
-/** Ukrainian (українська)
- * @author Base
- */
-$messages['uk'] = array(
-       'description2-desc' => 'Додає мета-теґ опису для сторінок MediaWiki і 
ParserOutput, для використання в інших розширеннях',
-);
-
-/** Simplified Chinese (中文(简体)‎)
- * @author Hydra
- */
-$messages['zh-hans'] = array(
-       'description2-desc' => '将说明元标记添加到定制页到使用其他扩展名为 ParserOutput',
-);
-
-/** Traditional Chinese (中文(繁體)‎)
- */
-$messages['zh-hant'] = array(
-       'description2-desc' => '將說明元標記添加到定製頁到使用其他擴展名為 ParserOutput',
-);
+               $cachedData['deps'][] = new FileDependency( $fileName );
+       }
+       return true;
+};
diff --git a/Description2.php b/Description2.php
index 54242c4..68d9b4b 100644
--- a/Description2.php
+++ b/Description2.php
@@ -15,13 +15,14 @@
 $wgExtensionCredits['other'][] = array(
        'path' => __FILE__,
        'name' => 'Description2',
-       'version' => '0.2',
+       'version' => '0.3.0',
        'author' => "[http://danf.ca/mw/ Daniel Friesen]",
        'url' => 'https://www.mediawiki.org/wiki/Extension:Description2',
        'descriptionmsg' => 'description2-desc',
 );
 
 $dir = dirname( __FILE__ );
+$wgMessagesDirs['Description2'] = __DIR__ . '/i18n';
 $wgExtensionMessagesFiles['Description2'] = $dir . '/Description2.i18n.php';
 $wgExtensionMessagesFiles['Description2Magic'] = $dir . 
'/Description2.i18n.magic.php';
 
@@ -37,9 +38,9 @@
 $wgHooks['ParserAfterTidy'][] = 'egDescription2ParserAfterTidy';
 function egDescription2ParserAfterTidy( &$parser, &$text ) {
        $desc = '';
-       
+
        $myText = 
preg_replace('%<table\b[^>]*+>(?:(?R)|[^<]*+(?:(?!</?table\b)<[^<]*+)*+)*+</table>%i',
 '', $text);
-       
+
        $paragraphs = array();
        if ( preg_match_all('#<p>.*?</p>#is', $myText, $paragraphs) ) {
                foreach ( $paragraphs[0] as $paragraph ) {
@@ -50,15 +51,15 @@
                        break;
                }
        }
-       
+
        if ( $desc ) {
                efDescription2SetDescription( $parser, $desc );
        }
-       
+
        return true;
 }
 
-$wgHooks['ParserFirstCallInit'][] = array( 'efDescription2RegisterParser' ); 
+$wgHooks['ParserFirstCallInit'][] = array( 'efDescription2RegisterParser' );
 function efDescription2RegisterParser( &$parser ) {
        global $wgEnableMetaDescriptionFunctions;
        if ( !$wgEnableMetaDescriptionFunctions ) {
diff --git a/i18n/ast.json b/i18n/ast.json
new file mode 100644
index 0000000..a6a840a
--- /dev/null
+++ b/i18n/ast.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Xuacu"
+        ]
+    },
+    "description2-desc": "Amiesta una etiqueta de descripción a les páxines de 
MediaWiki y a ParserOutput pa que la usen otres estensiones"
+}
\ No newline at end of file
diff --git a/i18n/be-tarask.json b/i18n/be-tarask.json
new file mode 100644
index 0000000..973ce64
--- /dev/null
+++ b/i18n/be-tarask.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Jim-by"
+        ]
+    },
+    "description2-desc": "Дадае мэта-тэг апісаньня да старонак MediaWiki і ў 
ParserOutput для выкарыстаньня іншымі пашырэньнямі"
+}
\ No newline at end of file
diff --git a/i18n/br.json b/i18n/br.json
new file mode 100644
index 0000000..bd68ac7
--- /dev/null
+++ b/i18n/br.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Fulup"
+        ]
+    },
+    "description2-desc": "Ouzhpennañ a ra un deskrivadur meta-tikedennet da 
bajennoù MediaWiki hag er Parser Output da vezañ implijet gant astennoù all"
+}
\ No newline at end of file
diff --git a/i18n/bs.json b/i18n/bs.json
new file mode 100644
index 0000000..5f7092b
--- /dev/null
+++ b/i18n/bs.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "CERminator"
+        ]
+    },
+    "description2-desc": "Dodaje opisnu meta-oznaku na MediaWiki stranice i u 
parserski izlaz (ParserOutput) za korištenje od strane drugih proširenja"
+}
\ No newline at end of file
diff --git a/i18n/cs.json b/i18n/cs.json
new file mode 100644
index 0000000..1d59af4
--- /dev/null
+++ b/i18n/cs.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Jezevec"
+        ]
+    },
+    "description2-desc": "Přidá meta-tag popis(description) na stránky 
MediaWiki a do výstupu parseru pro použití dalšími rozšířeními"
+}
\ No newline at end of file
diff --git a/i18n/cy.json b/i18n/cy.json
new file mode 100644
index 0000000..a0dc5a9
--- /dev/null
+++ b/i18n/cy.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Pwyll"
+        ]
+    },
+    "description2-desc": "Yn ychwanegu tag-meta disgrifiadol i dudalennau 
MediaWiki ac yn y ParserOutput i'w ddefnyddio gan estyniadau eraill."
+}
\ No newline at end of file
diff --git a/i18n/de.json b/i18n/de.json
new file mode 100644
index 0000000..5efe7f1
--- /dev/null
+++ b/i18n/de.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Kghbln"
+        ]
+    },
+    "description2-desc": "Fügt dem Seitenquelltext das Meta-Element 
„description“ hinzu sowie zusätzlich zur Nutzung durch andere 
Programmerweiterungen der Parserausgabe"
+}
\ No newline at end of file
diff --git a/i18n/dsb.json b/i18n/dsb.json
new file mode 100644
index 0000000..8f3b1c2
--- /dev/null
+++ b/i18n/dsb.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Michawiki"
+        ]
+    },
+    "description2-desc": "Pśidawa metatoflicku \"description\" bokam MediaWiki 
a do ParserOutput za wužywanje drugich rozšyrjenjow"
+}
\ No newline at end of file
diff --git a/i18n/en.json b/i18n/en.json
new file mode 100644
index 0000000..7f01982
--- /dev/null
+++ b/i18n/en.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Daniel Friesen"
+        ]
+    },
+    "description2-desc": "Adds a description meta-tag to MediaWiki pages and 
into the ParserOutput for other extensions to use"
+}
\ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
new file mode 100644
index 0000000..80ee5d4
--- /dev/null
+++ b/i18n/es.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Armando-Martin"
+        ]
+    },
+    "description2-desc": "Añade una meta-etiqueta de descripción a las páginas 
de MediaWiki y en ParserOutput para las otras extensiones a utilizar"
+}
\ No newline at end of file
diff --git a/i18n/eu.json b/i18n/eu.json
new file mode 100644
index 0000000..5ef07be
--- /dev/null
+++ b/i18n/eu.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Theklan"
+        ]
+    },
+    "description2-desc": "Deskripzio meta-etiketa bat gehitzen die MediaWiki 
orrialdeei eta ParserOutput-en barruan beste estentsioek erabil dezaten"
+}
\ No newline at end of file
diff --git a/i18n/fa.json b/i18n/fa.json
new file mode 100644
index 0000000..2eef8a7
--- /dev/null
+++ b/i18n/fa.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Armin1392"
+        ]
+    },
+    "description2-desc": "اضافه کردن یک توصیف متاتگ برای صفحات مدیاویکی و در 
کارکرد تجزیه‌کننده برای اسفادهٔ دیگر گستره‌ها"
+}
\ No newline at end of file
diff --git a/i18n/fr.json b/i18n/fr.json
new file mode 100644
index 0000000..65aca0d
--- /dev/null
+++ b/i18n/fr.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Peter17"
+        ]
+    },
+    "description2-desc": "Ajoute une méta-étiquette de description aux pages 
de MediaWiki et à ParserOutput pour les autres extensions à utiliser"
+}
\ No newline at end of file
diff --git a/i18n/gl.json b/i18n/gl.json
new file mode 100644
index 0000000..fd24a63
--- /dev/null
+++ b/i18n/gl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Toliño"
+        ]
+    },
+    "description2-desc": "Engade unha etiqueta de descrición ás páxinas de 
MediaWiki e ao ParserOutput para as outras extensións a usar"
+}
\ No newline at end of file
diff --git a/i18n/gsw.json b/i18n/gsw.json
new file mode 100644
index 0000000..70c8fbe
--- /dev/null
+++ b/i18n/gsw.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Als-Holder"
+        ]
+    },
+    "description2-desc": "Fiegt s Meta-Elemänt „description“ yyne in 
MediaWiki-Syte un in d Parseruusgab fir zuesätzligei Erwyterige"
+}
\ No newline at end of file
diff --git a/i18n/he.json b/i18n/he.json
new file mode 100644
index 0000000..a761b78
--- /dev/null
+++ b/i18n/he.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "YaronSh"
+        ]
+    },
+    "description2-desc": "הוספת תגית על לתיאור לדפי מדיה־ויקי ואל 
ה־ParserOutput לשימוש הרחבות אחרות"
+}
\ No newline at end of file
diff --git a/i18n/hsb.json b/i18n/hsb.json
new file mode 100644
index 0000000..1df9590
--- /dev/null
+++ b/i18n/hsb.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Michawiki"
+        ]
+    },
+    "description2-desc": "Přidawa metatafličku \"description\" do stronow 
MediaWiki a do ParserOutput za wužiwanje druhich rozšěrjenjow"
+}
\ No newline at end of file
diff --git a/i18n/ia.json b/i18n/ia.json
new file mode 100644
index 0000000..7b65aac
--- /dev/null
+++ b/i18n/ia.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "McDutchie"
+        ]
+    },
+    "description2-desc": "Adde un meta-etiquetta de description a paginas 
MediaWiki e al resultato del analysator syntactic pro uso per altere 
extensiones"
+}
\ No newline at end of file
diff --git a/i18n/id.json b/i18n/id.json
new file mode 100644
index 0000000..75da6b5
--- /dev/null
+++ b/i18n/id.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "IvanLanin"
+        ]
+    },
+    "description2-desc": "Menambahkan tag meta \"description\" ke halaman 
MediaWiki dan ke dalam ParserOutput untuk digunakan ekstensi lain"
+}
\ No newline at end of file
diff --git a/i18n/it.json b/i18n/it.json
new file mode 100644
index 0000000..8158f02
--- /dev/null
+++ b/i18n/it.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Beta16"
+        ]
+    },
+    "description2-desc": "Aggiunge un meta-tag per la descrizione di pagine 
MediaWiki e nella ParserOutput per poter essere utilizzata da altre estensioni"
+}
\ No newline at end of file
diff --git a/i18n/ja.json b/i18n/ja.json
new file mode 100644
index 0000000..6967959
--- /dev/null
+++ b/i18n/ja.json
@@ -0,0 +1,9 @@
+{
+    "@metadata": {
+        "authors": [
+            "Shirayuki",
+            "青子守歌"
+        ]
+    },
+    "description2-desc": "MediaWiki のページと、他の拡張機能が使用する ParserOutput 
に、「description」メタタグを追加する"
+}
\ No newline at end of file
diff --git a/i18n/ko.json b/i18n/ko.json
new file mode 100644
index 0000000..1b12678
--- /dev/null
+++ b/i18n/ko.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "아라"
+        ]
+    },
+    "description2-desc": "미디어위키 문서와 다른 확장 기능을 사용하는 ParserOutput 안에 description 
메타 태그를 추가합니다"
+}
\ No newline at end of file
diff --git a/i18n/ksh.json b/i18n/ksh.json
new file mode 100644
index 0000000..6d2da27
--- /dev/null
+++ b/i18n/ksh.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Purodha"
+        ]
+    },
+    "description2-desc": "Deiht ene <code lang=\"en\">meta</code>-Befähl met 
<code lang=\"en\">description</code> en dat <code lang=\"en\">html</code> vun 
dem Wiki sing Sigge un, domet ander Zohsaztprojramme et bruche künne, och en 
dem <i lang=\"en\">parser</i> sing Ußjaabe."
+}
\ No newline at end of file
diff --git a/i18n/lb.json b/i18n/lb.json
new file mode 100644
index 0000000..20e56ff
--- /dev/null
+++ b/i18n/lb.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Robby"
+        ]
+    },
+    "description2-desc": "Setzt e Meta-Tag Beschreiwung op MediaWiki-Säiten an 
e ParserOutput fir déi aner Erweiderungen déi benotzt ginn"
+}
\ No newline at end of file
diff --git a/i18n/mg.json b/i18n/mg.json
new file mode 100644
index 0000000..cc405ca
--- /dev/null
+++ b/i18n/mg.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Jagwar"
+        ]
+    },
+    "description2-desc": "Mampanampy meta-tag famisavisana amin'ny pejy 
MediaWiki ary amin'i ParserOutput ho an'ny fanitarana hafa hampiasaina"
+}
\ No newline at end of file
diff --git a/i18n/mk.json b/i18n/mk.json
new file mode 100644
index 0000000..d1d1813
--- /dev/null
+++ b/i18n/mk.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Bjankuloski06"
+        ]
+    },
+    "description2-desc": "Додава метаознака за опис во страници на МедијаВики 
и во расчленувачки извод (ParserOutput) за употреба од други додатоци"
+}
\ No newline at end of file
diff --git a/i18n/ms.json b/i18n/ms.json
new file mode 100644
index 0000000..c4883da
--- /dev/null
+++ b/i18n/ms.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Anakmalaysia"
+        ]
+    },
+    "description2-desc": "Membubuh meta-tag penerangan pada laman-laman 
MediaWiki dan ke dalam ParserOutput untuk digunakan oleh sambungan lain"
+}
\ No newline at end of file
diff --git a/i18n/nb.json b/i18n/nb.json
new file mode 100644
index 0000000..cd33ab9
--- /dev/null
+++ b/i18n/nb.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Nghtwlkr"
+        ]
+    },
+    "description2-desc": "Legger til en beskrivelses-meta-merkelapp til 
MediaWiki-sider og inn i ParserOutput for bruk i andre utvidelser"
+}
\ No newline at end of file
diff --git a/i18n/nl.json b/i18n/nl.json
new file mode 100644
index 0000000..323a8a2
--- /dev/null
+++ b/i18n/nl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Siebrand"
+        ]
+    },
+    "description2-desc": "Voegt een metalabel in de beschrijving van 
MediaWikipagina's toe en in de parseruitvoer om door extensies te laten 
gebruiken"
+}
\ No newline at end of file
diff --git a/i18n/oc.json b/i18n/oc.json
new file mode 100644
index 0000000..e472c14
--- /dev/null
+++ b/i18n/oc.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Cedric31"
+        ]
+    },
+    "description2-desc": "Apond una metaetiqueta de descripcion a las paginas 
de MediaWiki e a ParserOutput per las autras extensions d'utilizar"
+}
\ No newline at end of file
diff --git a/i18n/pl.json b/i18n/pl.json
new file mode 100644
index 0000000..663916d
--- /dev/null
+++ b/i18n/pl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Sp5uhe"
+        ]
+    },
+    "description2-desc": "Dodaj do stron MediaWiki i do wyjścia analizatora 
składni meta znacznik opisu do wykorzystania przez inne rozszerzenia"
+}
\ No newline at end of file
diff --git a/i18n/pms.json b/i18n/pms.json
new file mode 100644
index 0000000..919952d
--- /dev/null
+++ b/i18n/pms.json
@@ -0,0 +1,9 @@
+{
+    "@metadata": {
+        "authors": [
+            "Borichèt",
+            "Dragonòt"
+        ]
+    },
+    "description2-desc": "A gionta na meta-tichëtta ëd descrission a le pàgine 
ëd MediaWiki ant ël ParserOutput për j'àutre estension da dovré"
+}
\ No newline at end of file
diff --git a/i18n/pt-br.json b/i18n/pt-br.json
new file mode 100644
index 0000000..bb96259
--- /dev/null
+++ b/i18n/pt-br.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Giro720"
+        ]
+    },
+    "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"
+}
\ No newline at end of file
diff --git a/i18n/pt.json b/i18n/pt.json
new file mode 100644
index 0000000..03af41b
--- /dev/null
+++ b/i18n/pt.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Hamilton Abreu"
+        ]
+    },
+    "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"
+}
\ No newline at end of file
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..6e361f9
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,10 @@
+{
+    "@metadata": {
+        "authors": [
+            "Purodha",
+            "Shirayuki",
+            "아라"
+        ]
+    },
+    "description2-desc": 
"{{desc|name=Description2|url=http://www.mediawiki.org/wiki/Extension:Description2}}\n{{doc-important|Do
 not translate meta-tag name 'description'}}"
+}
\ No newline at end of file
diff --git a/i18n/roa-tara.json b/i18n/roa-tara.json
new file mode 100644
index 0000000..5c34f7e
--- /dev/null
+++ b/i18n/roa-tara.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Joetaras"
+        ]
+    },
+    "description2-desc": "Aggiunge 'nu meta-tag de descrizione a le pàggene de 
MediaUicchi e jndr'à 'u ParserOutput pe otre estenziune da ausà"
+}
\ No newline at end of file
diff --git a/i18n/ru.json b/i18n/ru.json
new file mode 100644
index 0000000..a3fffd2
--- /dev/null
+++ b/i18n/ru.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Александр Сигачёв"
+        ]
+    },
+    "description2-desc": "Добавляет описательный мета-тег для страниц 
MediaWiki и ParserOutput, для использования в других расширениях"
+}
\ No newline at end of file
diff --git a/i18n/sco.json b/i18n/sco.json
new file mode 100644
index 0000000..bcba7c0
--- /dev/null
+++ b/i18n/sco.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "John Reid"
+        ]
+    },
+    "description2-desc": "Eiks ae descreeption meta-tag til MediaWiki pages n 
intil the ParserOutput fer ither extensions tae uise"
+}
\ No newline at end of file
diff --git a/i18n/sk.json b/i18n/sk.json
new file mode 100644
index 0000000..dc22ac3
--- /dev/null
+++ b/i18n/sk.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Helix84"
+        ]
+    },
+    "description2-desc": "Pridáva metaznačku s popisom na stránky MediaWiki a 
do ParserOutput na využitie pre iné rozšírenia"
+}
\ No newline at end of file
diff --git a/i18n/sv.json b/i18n/sv.json
new file mode 100644
index 0000000..65f29d4
--- /dev/null
+++ b/i18n/sv.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Ainali"
+        ]
+    },
+    "description2-desc": "Lägger till en beskrivningsmetatagg till 
MediaWikisidor och till ParserOutput som andra tillägg kan använda"
+}
\ No newline at end of file
diff --git a/i18n/tl.json b/i18n/tl.json
new file mode 100644
index 0000000..ef14bdb
--- /dev/null
+++ b/i18n/tl.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "AnakngAraw"
+        ]
+    },
+    "description2-desc": "Nagdaragdag ng isang paglalarawan ng tatak ng meta 
sa mga pahina ng MediaWiki at papaloob sa ParserOutput para sa ibang mga 
dugtong na gagamitin"
+}
\ No newline at end of file
diff --git a/i18n/uk.json b/i18n/uk.json
new file mode 100644
index 0000000..f7f45b1
--- /dev/null
+++ b/i18n/uk.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Base"
+        ]
+    },
+    "description2-desc": "Додає мета-теґ опису для сторінок MediaWiki і 
ParserOutput, для використання в інших розширеннях"
+}
\ No newline at end of file
diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json
new file mode 100644
index 0000000..eca01df
--- /dev/null
+++ b/i18n/zh-hans.json
@@ -0,0 +1,8 @@
+{
+    "@metadata": {
+        "authors": [
+            "Hydra"
+        ]
+    },
+    "description2-desc": "将说明元标记添加到定制页到使用其他扩展名为 ParserOutput"
+}
\ No newline at end of file
diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json
new file mode 100644
index 0000000..fc79f2f
--- /dev/null
+++ b/i18n/zh-hant.json
@@ -0,0 +1,6 @@
+{
+    "@metadata": {
+        "authors": []
+    },
+    "description2-desc": "將說明元標記添加到定製頁到使用其他擴展名為 ParserOutput"
+}
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/122313
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I42758512ddcd921141abefa7134b967a91732f70
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Description2
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@kitano.nl>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to