mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-11 16:49:26 +00:00
Fixed French version of cite_error, was in Indonesian.
This commit is contained in:
parent
b004c854c8
commit
8e247fc2e4
|
@ -142,7 +142,7 @@ $wgCiteMessages['fr'] = array(
|
|||
'cite_error_' . CITE_ERROR_STACK_INVALID_INPUT => 'Erreur interne; clé de pile invalide',
|
||||
|
||||
# User errors
|
||||
'cite_error' => 'Kesalahan pengutipan $1; $2',
|
||||
'cite_error' => 'Citation erreur $1; $2',
|
||||
'cite_error_' . CITE_ERROR_REF_NUMERIC_KEY => 'Appel invalide; clé non-intégrale attendue',
|
||||
'cite_error_' . CITE_ERROR_REF_NO_KEY => 'Appel invalide; aucune clé spécifiée',
|
||||
'cite_error_' . CITE_ERROR_REF_TOO_MANY_KEYS => 'Appel invalide; clés invalides : clé erronée, ou trop de clés spécifiées',
|
||||
|
|
Loading…
Reference in a new issue