mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-28 08:50:07 +00:00
Localisation updates for extension messages from Betawiki (2008-11-04 00:52 CET)
This commit is contained in:
parent
939b2de1fe
commit
f185731f9c
|
@ -413,6 +413,34 @@ $messages['cu'] = array(
|
|||
'cite_references_link_many_format_backlink_labels' => 'а б в г д є ж ꙃ ꙁ и і к л м н о п р с т ф х ѡ ц ч ш щ ъ ꙑ ь ѣ ю ꙗ ѥ ѧ ѫ ѩ ѭ ѯ ѱ ѳ ѵ ѷ',
|
||||
);
|
||||
|
||||
/** Welsh (Cymraeg)
|
||||
* @author Lloffiwr
|
||||
*/
|
||||
$messages['cy'] = array(
|
||||
'cite_desc' => 'Yn ychwanegu tagiau <nowiki><ref[ name=id]></nowiki> a <nowiki><references/></nowiki>, ar gyfer cyfeiriadau',
|
||||
'cite_croak' => 'Cyfeirio at farwolaeth; $1: $2',
|
||||
'cite_error_key_str_invalid' => 'Gwall mewnol;
|
||||
$str a/neu $key annilys.
|
||||
Ni ddylai hyn fyth ddigwydd.',
|
||||
'cite_error_stack_invalid_input' => 'Gwall mewnol;
|
||||
Allwedd pentwr annilys.
|
||||
Ni ddylai hyn fyth ddigwydd.',
|
||||
'cite_error' => 'Gwall cyfeirio: $1',
|
||||
'cite_error_ref_numeric_key' => 'Tag <code><ref></code> annilys;
|
||||
ni all enw fod yn rif yn unig. Defnyddiwch deitl disgrifiadol.',
|
||||
'cite_error_ref_no_key' => 'Tag <code><ref></code> annilys;
|
||||
rhaid i dagiau ref sydd heb gynnwys iddynt gael enw',
|
||||
'cite_error_ref_too_many_keys' => 'Tag <code><ref></code> annilys;
|
||||
enwau annilys; e.e. gormod ohonynt',
|
||||
'cite_error_ref_no_input' => 'Tag <code><ref></code> annilys;
|
||||
rhaid i dagiau ref heb enw iddynt gynnwys rhywbeth',
|
||||
'cite_error_references_invalid_input' => 'Tag <code><references></code> annilys;
|
||||
ni chaniateir mewnbwn. Defnyddiwch <code><references /></code>',
|
||||
'cite_error_references_no_text' => "Tag <code><ref></code> annilys;
|
||||
ni osodwyd unrhyw destun ar gyfer y 'ref' <code>$1</code>",
|
||||
'cite_error_included_ref' => '</ref> clo yn eisiau ar gyfer y tag <ref>',
|
||||
);
|
||||
|
||||
/** Danish (Dansk)
|
||||
* @author Morten LJ
|
||||
*/
|
||||
|
|
|
@ -259,8 +259,11 @@ $messages['cu'] = array(
|
|||
* @author Lloffiwr
|
||||
*/
|
||||
$messages['cy'] = array(
|
||||
'cite_article_desc' => 'Yn ychwanegu tudalen arbennig ar gyfer [[Special:Cite|dyfynnu erthygl]] a chyswllt bocs offer',
|
||||
'cite_article_link' => 'Dyfynnwch yr erthygl hon',
|
||||
'cite_article_desc' => 'Yn ychwanegu tudalen arbennig ar gyfer [[Special:Cite|cyfeirio at erthygl]] a chyswllt bocs offer',
|
||||
'cite_article_link' => 'Cyfeiriwch at yr erthygl hon',
|
||||
'cite' => 'Cyfeirio at erthygl',
|
||||
'cite_page' => 'Tudalen:',
|
||||
'cite_submit' => 'Cyfeirio',
|
||||
);
|
||||
|
||||
/** Danish (Dansk)
|
||||
|
|
Loading…
Reference in a new issue