diff --git a/Cite.i18n.php b/Cite.i18n.php index 5d9a20ab4..baff5bd68 100644 --- a/Cite.i18n.php +++ b/Cite.i18n.php @@ -695,12 +695,14 @@ Difinu pliajn en la mesaĝo [[MediaWiki:Cite references link many format neniu teksto estis donita por ref-oj nomataj $1', 'cite_error_included_ref' => 'Ferma </ref> mankas por <ref> etikedon', 'cite_error_refs_without_references' => 'Etikedoj <ref> ekzistas, sed neniu etikedo <references/> estis trovita', + 'cite_error_group_refs_without_references' => '<ref> etikedoj ekzistas por grupo nomita "$1", sed ne koresponda <references group="$1"/> etikedo estis trovita', ); /** Spanish (Español) * @author Baiji * @author Crazymadlover * @author Drini + * @author Locos epraix * @author Muro de Aguas * @author Remember the dot * @author Sanbec @@ -735,7 +737,7 @@ Definir más en el mensaje [[MediaWiki:Cite references link many format 'cite_error_references_no_text' => 'El elemento <ref> no es válido; pues no hay una referencia con texto llamada $1', 'cite_error_included_ref' => 'Código wiki para cierre </ref> sin un código de apertura <ref> existente', - 'cite_error_refs_without_references' => 'Existen etiquetas <ref>, pero no se encontró una etiqueta <references/>', + 'cite_error_refs_without_references' => 'Existen etiquetas <ref>, pero no se encontró una etiqueta <references />', 'cite_error_group_refs_without_references' => 'Existen etiquetas <ref> para un grupo llamado "$1", pero no se encontró una etiqueta <references group="$1"/>', );