mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-11 16:49:26 +00:00
* German localisation patch by raymond
* (bug 8595) French AntiSpoof localisation patch by Korrigan * (bug 8596) French BoardVote localisation patch by Korrigan * (bug 8597) French CategoryTree localisation patch by Korrigan * (bug 8609) French Cite localisation patch by Korrigan * (bug 8612) Portugues extensions localisation patch by 555
This commit is contained in:
parent
8e247fc2e4
commit
04be9456d3
|
@ -135,21 +135,21 @@ $wgCiteMessages['de'] = array(
|
|||
|
||||
$wgCiteMessages['fr'] = array(
|
||||
# Internal errors
|
||||
'cite_croak' => 'Citation corrompue; $1: $2',
|
||||
'cite_error_' . CITE_ERROR_STR_INVALID => 'Erreur interne; $str attendue',
|
||||
'cite_error_' . CITE_ERROR_KEY_INVALID_1 => 'Erreur interne; clé invalide',
|
||||
'cite_error_' . CITE_ERROR_KEY_INVALID_2 => 'Erreur interne; clé invalide ',
|
||||
'cite_error_' . CITE_ERROR_STACK_INVALID_INPUT => 'Erreur interne; clé de pile invalide',
|
||||
'cite_croak' => 'Citation corrompue ; $1 : $2',
|
||||
'cite_error_' . CITE_ERROR_STR_INVALID => 'Erreur interne ; $str attendue',
|
||||
'cite_error_' . CITE_ERROR_KEY_INVALID_1 => 'Erreur interne ; clé invalide',
|
||||
'cite_error_' . CITE_ERROR_KEY_INVALID_2 => 'Erreur interne ; clé invalide',
|
||||
'cite_error_' . CITE_ERROR_STACK_INVALID_INPUT => 'Erreur interne ; clé de pile invalide',
|
||||
|
||||
# User errors
|
||||
'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',
|
||||
'cite_error_' . CITE_ERROR_REF_NO_INPUT => 'Appel invalide; aucune entrée spécifiée',
|
||||
'cite_error_' . CITE_ERROR_REFERENCES_INVALID_INPUT => 'Entrée invalides; entrée attendu',
|
||||
'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Arguments invalides; argument attendu',
|
||||
'cite_error_' . CITE_ERROR_REFERENCES_NO_BACKLINK_LABEL => "Exécution en dehors des étiquettes personnalisées, définissez plus dans le message \"''cite_references_link_many_format_backlink_labels''\"",
|
||||
'cite_error' => 'Erreur de citation $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, par exemple, trop de clés spécifiées ou clé erronée',
|
||||
'cite_error_' . CITE_ERROR_REF_NO_INPUT => 'Appel invalide ; aucune entrée spécifiée',
|
||||
'cite_error_' . CITE_ERROR_REFERENCES_INVALID_INPUT => 'Entrée invalide ; entrée attendue',
|
||||
'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Arguments invalides ; argument attendu',
|
||||
'cite_error_' . CITE_ERROR_REFERENCES_NO_BACKLINK_LABEL => "Exécution hors des étiquettes personnalisées, définissez plus dans le message « cite_references_link_many_format_backlink_labels »",
|
||||
);
|
||||
$wgCiteMessages['he'] = array(
|
||||
/*
|
||||
|
|
|
@ -27,6 +27,12 @@ $wgSpecialCiteMessages['fi'] = array(
|
|||
'cite_page' => 'Sivu:',
|
||||
'cite_submit' => 'Viittaa',
|
||||
);
|
||||
$wgSpecialCiteMessages['en'] = array(
|
||||
'cite_article_link' => 'Citer cet article',
|
||||
'cite' => 'Citation ',
|
||||
'cite_page' => 'Page :',
|
||||
'cite_submit' => 'Citer',
|
||||
);
|
||||
$wgSpecialCiteMessages['he'] = array(
|
||||
'cite_article_link' => 'צטט דף זה',
|
||||
'cite' => 'ציטוט',
|
||||
|
|
Loading…
Reference in a new issue