mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: Ia01e26085e3f7f029d1982ed9a720c2d550049db
This commit is contained in:
parent
1e1b333a9e
commit
63a3a5b18d
|
@ -105,7 +105,12 @@ $messages['qqq'] = array(
|
|||
|
||||
<code>$str</code> and <code>$key</code> are literals, and refer to who knows which variables the code uses.',
|
||||
'cite_error_stack_invalid_input' => 'Used as <code>$1</code> in {{msg-mw|Cite croak}}.',
|
||||
'cite_error' => 'Cite extension. This is used when there are errors in ref or references tags. The parameter $1 is an error message.',
|
||||
'cite_error' => 'Cite extension.
|
||||
|
||||
Used when there are errors in ref or references tags.
|
||||
|
||||
Parameters:
|
||||
* $1 - an error message',
|
||||
'cite_error_ref_numeric_key' => 'Cite extension. Error message shown if the name of a ref tag only contains digits. Examples that cause this error are <code><ref name="123" /></code> or <code><ref name="456">input</ref></code>',
|
||||
'cite_error_ref_no_key' => 'Cite extension. Error message shown when ref tags without any content (that is <code><ref/></code>) are used without a name.',
|
||||
'cite_error_ref_too_many_keys' => 'Cite extension. Error message shown when ref tags has parameters other than name and group. Examples that cause this error are <code><ref name="name" notname="value" /></code> or <code><ref notname="value" >input<ref></code>',
|
||||
|
|
Loading…
Reference in a new issue