Jeroen De Dauw has uploaded a new change for review.

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


Change subject: Do not spam Special:Version with irrelevant detail information
......................................................................

Do not spam Special:Version with irrelevant detail information

As per the author of this code in a comment here:

https://gerrit.wikimedia.org/r/#/c/64486/1/DataModel/DataModel.mw.php

Change-Id: Ieb385cb7d2bb0ce507e8510da828853c5fed313e
---
D ValueView/ValueView.i18n.php
M ValueView/ValueView.mw.php
2 files changed, 1 insertion(+), 600 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DataValues 
refs/changes/57/67357/1

diff --git a/ValueView/ValueView.i18n.php b/ValueView/ValueView.i18n.php
deleted file mode 100644
index b288f43..0000000
--- a/ValueView/ValueView.i18n.php
+++ /dev/null
@@ -1,586 +0,0 @@
-<?php
-
-/**
- * Internationalization file for the "ValueView" extension.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- * http://www.gnu.org/copyleft/gpl.html
- *
- * @since 0.1
- *
- * @file
- * @ingroup ValueView
- *
- * @licence GNU GPL v2+
- * @author Daniel Werner < [email protected] >
- */
-
-$messages = array();
-
-/** English
- * @author Daniel Werner < [email protected] >
- * @author H. Snater < [email protected] >
- */
-$messages['en'] = array(
-       'valueview-desc' => 'UI components for displaying and editing data 
values',
-
-       'valueview-expert-advancedadjustments' => 'advanced adjustments',
-
-       // UnsupportedValue expert:
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Handling 
of "$1" values is not yet supported.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Handling of 
values for "$1" data type is not yet supported.',
-
-       // EmptyValue expert:
-       'valueview-expert-emptyvalue-empty' => 'empty',
-
-       // CoordinateInput expert:
-       'valueview-expert-globecoordinateinput-precision' => 'Precision:',
-
-       // TimeInput expert:
-       'valueview-expert-timeinput-precision' => 'Precision:',
-       'valueview-expert-timeinput-calendar' => 'Calendar:',
-       'valueview-expert-timeinput-calendarhint' => '($1 calendar)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; change to 
$1',
-
-       'valueview-preview-label' => 'will be displayed as:',
-       'valueview-preview-novalue' => 'no valid value recognized',
-
-       'valueview-listrotator-auto' => 'auto',
-);
-
-/** Message documentation (Message documentation)
- * @author Amire80
- * @author Daniel Werner < [email protected] >
- * @author H. Snater < [email protected] >
- * @author Shirayuki
- */
-$messages['qqq'] = array(
-       'valueview-desc' => 
'{{desc|name=ValueView|url=http://www.mediawiki.org/wiki/Extension:ValueView}}',
-       'valueview-expert-advancedadjustments' => 'Label of the link to unfold 
advanced adjustments regarding the data type (see [[d:Wikidata:Glossary]]) the 
user is about to enter a value of (e.g. specifying the precision of a time 
value).',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Error 
shown if a data value of a certain data value type (see 
[[d:Wikidata:Glossary]]) should be displayed or a form for creating one should 
be offered while this is not yet possible from a technical point of view (e.g. 
because a valueview widget expert handling data values of that type has not yet 
been implemented).
-
-Parameters:
-* $1 - the name of the data value type which lacks support',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Error shown 
if a data value for a certain data type (see [[d:Wikidata:Glossary]]) should be 
displayed or a form for creating one should be offered while this is not yet 
possible from a technical point of view (e.g. because a valueview widget expert 
handling data values for that data type has not yet been implemented).
-
-Parameters:
-* $1 - the name of the data type which lacks support',
-       'valueview-expert-emptyvalue-empty' => 'Message expressing that there 
is currently no value set in a jQuery valueview.
-{{Identical|Empty}}',
-       'valueview-expert-globecoordinateinput-precision' => 'Label for the 
user interface element used to set a specific precision (e.g. 1, 0.1, 0.001) 
when entering a coordinate value.',
-       'valueview-expert-timeinput-precision' => 'Label for the user interface 
element used to set a specific precision (e.g. hour, day, month, year) when 
entering a time value.',
-       'valueview-expert-timeinput-calendar' => 'Label for the user interface 
element used to select a specific calendar (e.g. Gregorian, Julian) entering a 
time value.
-
-The calendar is not localized at this time.
-{{Identical|Calendar}}',
-       'valueview-expert-timeinput-calendarhint' => 'Message informing about 
the calendar (e.g. Gregorian) that is detected automatically when specifying a 
date.
-
-The message is shown only when the specified date lies within a time frame 
when multiple calendars had been in use.
-
-Parameters:
-* $1 - the name of the calendar that is detected by the system (not 
localized)',
-       'valueview-expert-timeinput-calendarhint-switch' => 'Label of the link 
manually switching the calendar (e.g. from Gregorian to Julian) directly at the 
preview (in combination with the calendar hint message).
-
-Parameters:
-* $1 - the name of the other calendar that may be switched to. (Currently, 
only Gregorian and Julian calendars are implemented, and these calendars are 
not localized.)',
-       'valueview-preview-label' => "Label displayed above the preview of a 
value that is being entered by the user. The preview is the system's 
interpretation of the specified value and - since there is no strict definition 
for a user how to specify values - visualizes how the value will be displayed 
later on after the value has been saved.",
-       'valueview-preview-novalue' => "Message displayed instead of an input 
value's preview when no value is specified yet or when the specified value 
could not be interpreted by the system.",
-       'valueview-listrotator-auto' => 'Label of the link to have the system 
automatically select the most appropriate value from a "listrotator" widget. 
The "listrotator" basically is a façade for a drop-down select box allowing to 
pick a value from a list of values. In addition to the defined values, an 
"automatic" option may be selected that makes the system pick the most 
appropriate value according to an associated input element.
-{{Identical|Automatic}}',
-);
-
-/** Asturian (asturianu)
- * @author Xuacu
- */
-$messages['ast'] = array(
-       'valueview-desc' => "Componentes de la interfaz p'amosar y editar 
valores de datos",
-       'valueview-expert-advancedadjustments' => 'axustes avanzaos',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Inda nun 
hai sofitu pa xestionar valores «$1».',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Inda nun 
hai sofitu pa xestionar valores de datos de tipu «$1».',
-       'valueview-expert-emptyvalue-empty' => 'balero',
-       'valueview-expert-globecoordinateinput-precision' => 'Precisión:',
-       'valueview-expert-timeinput-precision' => 'Precisión:',
-       'valueview-expert-timeinput-calendar' => 'Calendariu:',
-       'valueview-expert-timeinput-calendarhint' => '(calendariu $1)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; cambiar al 
$1',
-       'valueview-preview-label' => 'veráse como:',
-       'valueview-preview-novalue' => 'nun se reconoció dengún valor válidu',
-       'valueview-listrotator-auto' => 'automáticu',
-);
-
-/** Belarusian (Taraškievica orthography) (беларуская (тарашкевіца)‎)
- * @author Wizardist
- */
-$messages['be-tarask'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Апрацоўка 
зьвестак тыпу «$1» пакуль не падтрымліваецца.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Апрацоўка 
значэньняў тыпу «$1» яшчэ не падтрымліваецца.', # Fuzzy
-       'valueview-expert-emptyvalue-empty' => 'пуста',
-);
-
-/** Bengali (বাংলা)
- * @author Aftab1995
- * @author Bellayet
- */
-$messages['bn'] = array(
-       'valueview-expert-emptyvalue-empty' => 'খালি',
-       'valueview-expert-timeinput-calendarhint' => '($1 ক্যালেন্ডার)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; $1-এ 
পরিবর্তন',
-       'valueview-preview-label' => 'যা হিসাবে প্রদর্শন করা হবে:',
-);
-
-/** Catalan (català)
- * @author Pitort
- */
-$messages['ca'] = array(
-       'valueview-expert-emptyvalue-empty' => 'buit',
-);
-
-/** Danish (dansk)
- * @author Byrial
- */
-$messages['da'] = array(
-       'valueview-desc' => 'Brugergrænsefladekomponenter til at vise og 
redigere dataværdier',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Håndtering 
af værdier af $1 understøttes ikke endnu.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Håndtering 
af værdier for datatypen $1 understøttes ikke endnu.',
-       'valueview-expert-emptyvalue-empty' => 'tom',
-);
-
-/** German (Deutsch)
- * @author Kghbln
- * @author Metalhead64
- */
-$messages['de'] = array(
-       'valueview-desc' => 'Ergänzt die Benutzeroberfläche um Komponenten zum 
Anzeigen und Bearbeiten von Datenwerten',
-       'valueview-expert-advancedadjustments' => 'Erweiterte Anpassungen',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Das 
Bearbeiten von Werten mit dem Typ „$1“ wird noch nicht unterstützt.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Das 
Bearbeiten von Werten für den Datentyp „$1“ wird noch nicht unterstützt.',
-       'valueview-expert-emptyvalue-empty' => 'leer',
-       'valueview-expert-globecoordinateinput-precision' => 'Genauigkeit:',
-       'valueview-expert-timeinput-precision' => 'Genauigkeit:',
-       'valueview-expert-timeinput-calendar' => 'Kalender:',
-       'valueview-expert-timeinput-calendarhint' => '($1 Kalender)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; ändern in 
$1',
-       'valueview-preview-label' => 'wird angezeigt als:',
-       'valueview-preview-novalue' => 'keinen gültigen Wert erkannt',
-       'valueview-listrotator-auto' => 'automatisch',
-);
-
-/** Lower Sorbian (dolnoserbski)
- */
-$messages['dsb'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 
'Wobźěłowanje datowych gódnotow "$1" hyšći se njepódpěra.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 
'Wobźěłowanje gódnotow za datowy typ "$1" hyšći se njepódpěra.', # Fuzzy
-);
-
-/** British English (British English)
- */
-$messages['en-gb'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Handling 
of "$1" data values is not yet supported.', # Fuzzy
-);
-
-/** Spanish (español)
- * @author Fitoschido
- */
-$messages['es'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'La 
manipulación de valores para el tipo de datos "$1" aún no está soportada.', # 
Fuzzy
-       'valueview-expert-emptyvalue-empty' => 'vacío',
-);
-
-/** Persian (فارسی)
- */
-$messages['fa'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'دستکاری 
داده "$1" فعلا امکان پذیر نیست', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'پشتیبانی از 
مقدار نوع دادهٔ «$1» هنوز پشتیبانی نشده‌است.', # Fuzzy
-);
-
-/** Finnish (suomi)
- * @author Nike
- * @author Silvonen
- * @author Stryn
- */
-$messages['fi'] = array(
-       'valueview-expert-advancedadjustments' => 'lisäsäädöt',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Datatyypin 
"$1" arvojen käsittelyä ei vielä tueta.',
-       'valueview-expert-emptyvalue-empty' => 'tyhjä',
-       'valueview-expert-timeinput-precision' => 'Tarkkuus:',
-       'valueview-expert-timeinput-calendar' => 'Kalenteri:',
-       'valueview-expert-timeinput-calendarhint' => '(kalenteri: $1)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; vaihda 
kalenteriin $1',
-       'valueview-preview-label' => 'näytetään muodossa:',
-       'valueview-preview-novalue' => 'kelvollista arvoa ei tunnistettu',
-       'valueview-listrotator-auto' => 'auto',
-);
-
-/** French (français)
- * @author Ayack
- * @author Gomoko
- * @author Hello71
- * @author Metroitendo
- * @author Peter17
- * @author Urhixidur
- */
-$messages['fr'] = array(
-       'valueview-desc' => 'Composants graphiques pour l’affichage et la 
modification des données',
-       'valueview-expert-advancedadjustments' => 'réglages avancés',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'La 
manipulation des valeurs de données « $1 » n’est pas encore supportée.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'La gestion 
des valeurs pour le type de données « $1 » n’est pas encore pris en charge.',
-       'valueview-expert-emptyvalue-empty' => 'vide',
-       'valueview-expert-globecoordinateinput-precision' => 'Précision :',
-       'valueview-expert-timeinput-precision' => 'Précision :',
-       'valueview-expert-timeinput-calendar' => 'Calendrier :',
-       'valueview-expert-timeinput-calendarhint' => '(calendrier $1)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; changer à 
$1',
-       'valueview-preview-label' => 'affiché comme :',
-       'valueview-preview-novalue' => 'aucune valeur valide reconnu',
-       'valueview-listrotator-auto' => 'auto',
-);
-
-/** Galician (galego)
- * @author Toliño
- */
-$messages['gl'] = array(
-       'valueview-desc' => 'Compoñentes da interface para mostrar e editar 
valores de datos',
-       'valueview-expert-advancedadjustments' => 'axustes avanzados',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'A 
manipulación de valores "$1" aínda non está soportada.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'A 
manipulación de valores para o tipo de datos "$1" aínda non está soportada.',
-       'valueview-expert-emptyvalue-empty' => 'baleiro',
-       'valueview-expert-globecoordinateinput-precision' => 'Precisión:',
-       'valueview-expert-timeinput-precision' => 'Precisión:',
-       'valueview-expert-timeinput-calendar' => 'Calendario:',
-       'valueview-expert-timeinput-calendarhint' => '(calendario $1)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; cambiar ao 
$1',
-       'valueview-preview-label' => 'vaise mostrar así:',
-       'valueview-preview-novalue' => 'non se recoñeceu ningún valor válido',
-       'valueview-listrotator-auto' => 'automático',
-);
-
-/** Gujarati (ગુજરાતી)
- * @author Ashok modhvadia
- * @author KartikMistry
- */
-$messages['gu'] = array(
-       'valueview-expert-emptyvalue-empty' => 'ખાલી',
-       'valueview-expert-timeinput-calendarhint' => '($1 પંચાંગ)',
-       'valueview-listrotator-auto' => 'સ્વયં',
-);
-
-/** Hebrew (עברית)
- * @author Amire80
- * @author Orsa
- */
-$messages['he'] = array(
-       'valueview-desc' => 'רכיבי ממשק להצגה ועריכה של ערכי נתונים',
-       'valueview-expert-advancedadjustments' => 'כוונונים מתקדמים',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'טיפול 
בערכים מסוג "$1" אינו נתמך עדיין.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'טיפול 
בערכים מסוג נתונים "$1" אינו נתמך עדיין.',
-       'valueview-expert-emptyvalue-empty' => 'ריק',
-       'valueview-expert-timeinput-precision' => 'דיוק:',
-       'valueview-expert-timeinput-calendar' => 'לוח שנה:',
-       'valueview-expert-timeinput-calendarhint' => '(לוח שנה $1 מקדים)', # 
Fuzzy
-       'valueview-expert-timeinput-calendarhint-switch' => '&larr; שינוי ל$1',
-       'valueview-preview-label' => 'יוצג בתור:',
-       'valueview-preview-novalue' => 'לא הוכר שום ערך תקין',
-       'valueview-listrotator-auto' => 'אוטומטי',
-);
-
-/** Upper Sorbian (hornjoserbsce)
- */
-$messages['hsb'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 
'Wobdźěłowanje datowych hódnotow "$1" so hišće njepodpěruje.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 
'Wobdźěłowanje hódnotow za datowy typ "$1" hišće so njepodpěruje.', # Fuzzy
-);
-
-/** Hungarian (magyar)
- */
-$messages['hu'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'A(z) „$1” 
típusú adatokat még nem támogatjuk.', # Fuzzy
-);
-
-/** Indonesian (Bahasa Indonesia)
- */
-$messages['id'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Penanganan 
"$1" nilai data belum didukung.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Penanganan 
nilai untuk "$1" tipe data belum didukung.', # Fuzzy
-);
-
-/** Iloko (Ilokano)
- */
-$messages['ilo'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Ti 
panagtengngel ti "$1" a patpateg ti datos ket saan pay a nasuportaran.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Ti 
panagtengngel kadagiti pateg para iti "$1" a kita ti datos ket saan pay a 
nasuportaran.', # Fuzzy
-);
-
-/** Icelandic (íslenska)
- */
-$messages['is'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 
'Gagnagerðin „$1” er ekki enn studd.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Gildi af 
gagnagerð „$1” eru ekki studd ennþá.', # Fuzzy
-);
-
-/** Italian (italiano)
- * @author Beta16
- */
-$messages['it'] = array(
-       'valueview-desc' => "Componenti dell'interfaccia utente per la 
visualizzazione e la modifica dei valori dei dati",
-       'valueview-expert-advancedadjustments' => 'regolazioni avanzate',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'La 
gestione dei valori "$1" non è ancora supportata.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'La gestione 
dei valori per il tipo di dati "$1" non è ancora supportata.',
-       'valueview-expert-emptyvalue-empty' => 'vuoto',
-       'valueview-expert-globecoordinateinput-precision' => 'Precisione:',
-       'valueview-expert-timeinput-precision' => 'Precisione:',
-       'valueview-expert-timeinput-calendar' => 'Calendario:',
-       'valueview-expert-timeinput-calendarhint' => '(calendario $1)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; modifica in 
$1',
-       'valueview-preview-label' => 'verrà visualizzato come:',
-       'valueview-preview-novalue' => 'nessun valore valido riconosciuto',
-       'valueview-listrotator-auto' => 'automatico',
-);
-
-/** Japanese (日本語)
- * @author Fryed-peach
- * @author Shirayuki
- */
-$messages['ja'] = array(
-       'valueview-desc' => 'データ値を表示/編集するユーザーインターフェイスコンポーネント',
-       'valueview-expert-advancedadjustments' => '高度な調整',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 
'「$1」の値の処理にはまだ対応していません。',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 
'データ型「$1」の値の処理にはまだ対応していません。',
-       'valueview-expert-emptyvalue-empty' => '空',
-       'valueview-expert-globecoordinateinput-precision' => '精度:',
-       'valueview-expert-timeinput-precision' => '精度:',
-       'valueview-expert-timeinput-calendar' => '暦:',
-       'valueview-expert-timeinput-calendarhint' => '($1 暦)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; $1 に変更',
-       'valueview-preview-label' => 'プレビュー:',
-       'valueview-preview-novalue' => '有効な値が認識できませんでした',
-       'valueview-listrotator-auto' => '自動',
-);
-
-/** Korean (한국어)
- * @author Kwj2772
- * @author 아라
- */
-$messages['ko'] = array(
-       'valueview-desc' => '데이터 값 표시와 편집을 위한 사용자 인터페이스 구성 요소',
-       'valueview-expert-advancedadjustments' => '고급 설정',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => '"$1" 값의 
처리는 아직 지원하지 않습니다.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => '"$1" 데이터 
유형에 대한 값의 처리는 아직 지원하지 않습니다.',
-       'valueview-expert-emptyvalue-empty' => '비었음',
-       'valueview-expert-timeinput-precision' => '유효 단위:',
-       'valueview-expert-timeinput-calendar' => '달력:',
-       'valueview-expert-timeinput-calendarhint' => '($1력)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; $1로 바꾸기',
-       'valueview-preview-label' => '다음과 같이 표시:',
-       'valueview-preview-novalue' => '유효값이 인식되지 않음',
-       'valueview-listrotator-auto' => '자동',
-);
-
-/** Luxembourgish (Lëtzebuergesch)
- * @author Robby
- */
-$messages['lb'] = array(
-       'valueview-expert-emptyvalue-empty' => 'eidel',
-       'valueview-expert-timeinput-precision' => 'Präzisioun:',
-       'valueview-expert-timeinput-calendar' => 'Kalenner:',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; änneren op 
$1',
-       'valueview-preview-label' => 'gëtt gewisen als:',
-       'valueview-preview-novalue' => 'kee valabele Wäert erkannt',
-       'valueview-listrotator-auto' => 'auto',
-);
-
-/** Macedonian (македонски)
- * @author Bjankuloski06
- */
-$messages['mk'] = array(
-       'valueview-desc' => 'Посреднички компоненти за приказ и уредување на 
податочни вредности',
-       'valueview-expert-advancedadjustments' => 'напредни прилагодувања',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Работата 
со вредности од типот „$1“ сè уште не е поддржана.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Работата со 
вредности за податочниот тип „$1“ сè уште не е поддржана.',
-       'valueview-expert-emptyvalue-empty' => 'празно',
-       'valueview-expert-globecoordinateinput-precision' => 'Уточнетост:',
-       'valueview-expert-timeinput-precision' => 'Уточнетост:',
-       'valueview-expert-timeinput-calendar' => 'Календар:',
-       'valueview-expert-timeinput-calendarhint' => '(календар: $1)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; смени на 
$1',
-       'valueview-preview-label' => 'ќе се прикажува како:',
-       'valueview-preview-novalue' => 'не препознав важечка вредност',
-       'valueview-listrotator-auto' => 'автоматски',
-);
-
-/** Malay (Bahasa Melayu)
- * @author Anakmalaysia
- */
-$messages['ms'] = array(
-       'valueview-desc' => 'Komponen-komponen UI untuk memaparkan dan 
menyunting nilai data',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 
'Pengelolaan nilai "$1" belum disokong.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Pengelolaan 
nilai untuk jenis data "$1" belum disokong.',
-       'valueview-expert-emptyvalue-empty' => 'kosong',
-);
-
-/** Norwegian Bokmål (norsk bokmål)
- */
-$messages['nb'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Håndtering 
av verdier for datatypen «$1» støttes ikke ennå.', # Fuzzy
-);
-
-/** Dutch (Nederlands)
- * @author Siebrand
- */
-$messages['nl'] = array(
-       'valueview-desc' => 'Gebruikersinterface-elementen voor het weergeven 
en bewerken van gegevenswaarden',
-       'valueview-expert-advancedadjustments' => 'geavanceerde aanpassingen',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Het 
verwerken van waarden van het type "$1" wordt nog niet ondersteund.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Het 
verwerken van waarden van het gegevenstype "$1" wordt nog niet ondersteund.',
-       'valueview-expert-emptyvalue-empty' => 'leeg',
-       'valueview-expert-globecoordinateinput-precision' => 'Precisie:',
-       'valueview-expert-timeinput-precision' => 'Precisie:',
-       'valueview-expert-timeinput-calendar' => 'Kalender:',
-       'valueview-expert-timeinput-calendarhint' => '(kalendersysteem $1)',
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; wijzigen 
naar $1',
-       'valueview-preview-label' => 'wordt weergegeven als:',
-       'valueview-preview-novalue' => 'geen geldige waarde herkend',
-       'valueview-listrotator-auto' => 'automatisch',
-);
-
-/** Norwegian Nynorsk (norsk nynorsk)
- * @author Njardarlogar
- */
-$messages['nn'] = array(
-       'valueview-expert-emptyvalue-empty' => 'tom',
-       'valueview-expert-timeinput-precision' => 'Presisjon',
-       'valueview-expert-timeinput-calendar' => 'Kalender:',
-       'valueview-preview-label' => 'vil visast som:',
-       'valueview-preview-novalue' => 'ingen gild verdi vart attkjend',
-       'valueview-listrotator-auto' => 'auto',
-);
-
-/** Polish (polski)
- * @author Ty221
- */
-$messages['pl'] = array(
-       'valueview-expert-emptyvalue-empty' => 'pusty',
-);
-
-/** Piedmontese (Piemontèis)
- * @author Borichèt
- */
-$messages['pms'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => "La gestion 
dij valor për la sòrt ëd dat «$1» a l'é ancor nen mantnùa.",
-);
-
-/** Pashto (پښتو)
- * @author Ahmed-Najib-Biabani-Ibrahimkhel
- */
-$messages['ps'] = array(
-       'valueview-expert-emptyvalue-empty' => 'تش',
-);
-
-/** tarandíne (tarandíne)
- * @author Joetaras
- */
-$messages['roa-tara'] = array(
-       'valueview-desc' => 'Combonende UI pe fà vedè e cangià le volre de le 
date',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => '\'A 
gestione de "$1" valore non g\'è angore mandenute.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => '\'A 
gestione de valore pu tipe de date "$1" non g\'è angore mandenute.',
-       'valueview-expert-emptyvalue-empty' => 'vacande',
-);
-
-/** Russian (русский)
- */
-$messages['ru'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Обработка 
значений типа «$1» пока не поддерживается.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Обработка 
значений для типа данных «$1» пока не поддерживается.', # Fuzzy
-);
-
-/** Serbo-Croatian (srpskohrvatski / српскохрватски)
- */
-$messages['sh'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Korištenje 
vrijednosti za tip podatka "$1" još nije podržano.', # Fuzzy
-);
-
-/** Serbian (Cyrillic script) (српски (ћирилица)‎)
- * @author Milicevic01
- * @author Милан Јелисавчић
- */
-$messages['sr-ec'] = array(
-       'valueview-desc' => 'УИ компоненте за приказ и уређивање података',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Начин 
управљања вредностима за „$1“ врсту података још није подржан.', # Fuzzy
-       'valueview-expert-emptyvalue-empty' => 'празно',
-       'valueview-expert-timeinput-calendar' => 'Календар:',
-);
-
-/** Ukrainian (українська)
- * @author Ата
- */
-$messages['uk'] = array(
-       'valueview-desc' => 'Компоненти користувацького інтерфейсу для 
відображення і редагування значень даних',
-       'valueview-expert-advancedadjustments' => 'розширені налаштування',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Обробка 
значень «$1» ще не підтримується.',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Обробка 
значень типу даних «$1» ще не підтримується.',
-       'valueview-expert-emptyvalue-empty' => 'пусто',
-       'valueview-expert-timeinput-precision' => 'Точність:',
-       'valueview-expert-timeinput-calendar' => 'Календар:',
-       'valueview-expert-timeinput-calendarhint' => '(пролептичний $1 
календар)', # Fuzzy
-       'valueview-expert-timeinput-calendarhint-switch' => '&rarr; змінити на 
$1',
-       'valueview-preview-label' => 'буде відображатися як:',
-       'valueview-preview-novalue' => 'не розпізнано допустимого значення',
-       'valueview-listrotator-auto' => 'автоматично',
-);
-
-/** Vietnamese (Tiếng Việt)
- */
-$messages['vi'] = array(
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 'Chưa hỗ 
trợ các giá trị dữ liệu “$1”.', # Fuzzy
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 'Chưa hỗ trợ 
các giá trị có kiểu dữ liệu “$1”.', # Fuzzy
-);
-
-/** Simplified Chinese (中文(简体)‎)
- * @author Li3939108
- * @author Linforest
- * @author Stevenliuyi
- */
-$messages['zh-hans'] = array(
-       'valueview-expert-advancedadjustments' => '高级调整',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 
'尚不支持对“$1”取值的操作。',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 
'尚不支持对“$1”数据类型取值的操作。',
-       'valueview-expert-emptyvalue-empty' => '空白',
-       'valueview-expert-timeinput-precision' => '精度:',
-       'valueview-expert-timeinput-calendar' => '日历:',
-       'valueview-expert-timeinput-calendarhint' => '($1历)',
-       'valueview-expert-timeinput-calendarhint-switch' => '→ 更改为$1',
-       'valueview-preview-label' => '将显示为:',
-       'valueview-preview-novalue' => '无法识别',
-       'valueview-listrotator-auto' => '自动',
-);
-
-/** Traditional Chinese (中文(繁體)‎)
- * @author Simon Shek
- * @author Stevenliuyi
- */
-$messages['zh-hant'] = array(
-       'valueview-desc' => '顯示和編輯數據值的用戶介面',
-       'valueview-expert-advancedadjustments' => '高級調整',
-       'valueview-expert-unsupportedvalue-unsupporteddatavalue' => 
'尚未支援「$1」值的操作。',
-       'valueview-expert-unsupportedvalue-unsupporteddatatype' => 
'尚未支援「$1」數據值的操作。',
-       'valueview-expert-emptyvalue-empty' => '空',
-       'valueview-expert-globecoordinateinput-precision' => '精度:',
-       'valueview-expert-timeinput-precision' => '精度:',
-       'valueview-expert-timeinput-calendar' => '日曆:',
-       'valueview-expert-timeinput-calendarhint' => '($1曆)',
-       'valueview-expert-timeinput-calendarhint-switch' => '→ 更改為$1',
-       'valueview-preview-label' => '將顯示為:',
-       'valueview-preview-novalue' => '無法識別',
-       'valueview-listrotator-auto' => '自動',
-);
diff --git a/ValueView/ValueView.mw.php b/ValueView/ValueView.mw.php
index 7058d85..6d38c8e 100644
--- a/ValueView/ValueView.mw.php
+++ b/ValueView/ValueView.mw.php
@@ -31,20 +31,7 @@
        die( 'Not an entry point.' );
 }
 
-global $wgExtensionCredits, $wgExtensionMessagesFiles, $wgHooks, 
$wgResourceModules;
-
-$wgExtensionCredits['datavalues'][] = array(
-       'path' => __DIR__,
-       'name' => 'ValueView',
-       'version' => ValueView_VERSION,
-       'author' => array(
-               '[https://www.mediawiki.org/wiki/User:Danwe Daniel Werner]'
-       ),
-       'url' => 'https://www.mediawiki.org/wiki/Extension:ValueView',
-       'descriptionmsg' => 'valueview-desc',
-);
-
-$wgExtensionMessagesFiles['ValueView'] = __DIR__ . '/ValueView.i18n.php';
+global $wgHooks, $wgResourceModules;
 
 /**
  * Hook for registering QUnit test cases.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb385cb7d2bb0ce507e8510da828853c5fed313e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataValues
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to