mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-11 16:59:25 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I1a78d98f3ee8c752b2e8eb19733464edf106a8a1
This commit is contained in:
parent
5d0f0b78fd
commit
b61d4e993f
|
@ -110,6 +110,7 @@ $messages['fi'] = array(
|
|||
/** French (français)
|
||||
* @author Boniface
|
||||
* @author Gomoko
|
||||
* @author Peter17
|
||||
*/
|
||||
$messages['fr'] = array(
|
||||
'templatedata-desc' => 'Mettre en œuvre un stockage de données pour les paramètres du modèle (en utilisant JSON)',
|
||||
|
@ -119,10 +120,10 @@ $messages['fr'] = array(
|
|||
'templatedata-doc-param-default' => 'Par défaut',
|
||||
'templatedata-doc-param-status' => 'Statut',
|
||||
'templatedata-invalid-parse' => 'Erreur de syntaxe dans JSON.',
|
||||
'templatedata-invalid-type' => 'La propriété "$1" doit être de type "$2".',
|
||||
'templatedata-invalid-missing' => 'Propriété "$1" obligatoire non trouvée.',
|
||||
'templatedata-invalid-unknown' => 'Propriété "$1" non attendue.',
|
||||
'templatedata-invalid-value' => 'Valeur non valide pour la propriété $1".',
|
||||
'templatedata-invalid-type' => 'La propriété « $1 » doit être de type « $2 ».',
|
||||
'templatedata-invalid-missing' => 'Propriété « $1 » obligatoire non trouvée.',
|
||||
'templatedata-invalid-unknown' => 'Propriété « $1 » non attendue.',
|
||||
'templatedata-invalid-value' => 'Valeur non valide pour la propriété « $1 ».',
|
||||
);
|
||||
|
||||
/** Galician (galego)
|
||||
|
@ -214,6 +215,13 @@ $messages['ml'] = array(
|
|||
'templatedata-doc-param-status' => 'സ്ഥിതി',
|
||||
);
|
||||
|
||||
/** Low German (Plattdüütsch)
|
||||
* @author Joachim Mos
|
||||
*/
|
||||
$messages['nds'] = array(
|
||||
'templatedata-doc-param-desc' => 'Beschrieven',
|
||||
);
|
||||
|
||||
/** Dutch (Nederlands)
|
||||
* @author Konovalov
|
||||
* @author Siebrand
|
||||
|
|
Loading…
Reference in a new issue