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-07-19 19:07 CEST)
This commit is contained in:
parent
70b62e0e4c
commit
e31e5cf829
|
@ -742,7 +742,8 @@ $messages['id'] = array(
|
|||
'cite_error_references_invalid_parameters_group' => 'Tag <code><references></code> tidak valid;
|
||||
hanya parameter "group" yang diizinkan.
|
||||
Gunakan tag <code><references /></code>, atau <code><references group="..." /></code>',
|
||||
'cite_error_references_no_backlink_label' => 'Kehabisan label pralana balik, tambakan pada pesan sistem <nowiki>[[MediaWiki:Cite references link many format backlink labels]]</nowiki>',
|
||||
'cite_error_references_no_backlink_label' => 'Kehabisan label pralana balik tersuai.
|
||||
Tambahkan lagi di pesan sistem <nowiki>[[MediaWiki:Cite references link many format backlink labels]]</nowiki>',
|
||||
'cite_error_references_no_text' => 'Tag <code><ref></code> tak valid; tak ditemukan teks dengan ref dengan nama <code>$1</code>',
|
||||
);
|
||||
|
||||
|
@ -1371,6 +1372,8 @@ $messages['tg-cyrl'] = array(
|
|||
* @author Passawuth
|
||||
*/
|
||||
$messages['th'] = array(
|
||||
'cite_desc' => 'ใส่ <nowiki><ref[ name=id]></nowiki> และ <nowiki><references /></nowiki> สำหรับการอ้างอิง',
|
||||
'cite_croak' => 'แหล่งอ้างอิงเสีย; $1: $2',
|
||||
'cite_error' => 'อ้างอิงผิดพลาด: $1',
|
||||
);
|
||||
|
||||
|
|
|
@ -860,6 +860,14 @@ $messages['myv'] = array(
|
|||
'cite_page' => 'Лопа:',
|
||||
);
|
||||
|
||||
/** Nahuatl (Nahuatl)
|
||||
* @author Fluence
|
||||
*/
|
||||
$messages['nah'] = array(
|
||||
'cite_article_link' => 'Tlahtoa inīn tlahcuilōltechcopa',
|
||||
'cite' => 'Tlahtoa',
|
||||
);
|
||||
|
||||
/** Min Nan Chinese (Bân-lâm-gú) */
|
||||
$messages['nan'] = array(
|
||||
'cite_article_link' => 'Ín-iōng chit phiⁿ bûn-chiuⁿ',
|
||||
|
@ -1215,6 +1223,16 @@ $messages['tg-cyrl'] = array(
|
|||
'cite_submit' => 'Ёд кардан',
|
||||
);
|
||||
|
||||
/** Thai (ไทย)
|
||||
* @author Passawuth
|
||||
*/
|
||||
$messages['th'] = array(
|
||||
'cite_article_link' => 'อ้างอิงหน้านี้',
|
||||
'cite' => 'อ้างอิง',
|
||||
'cite_page' => 'หน้า:',
|
||||
'cite_submit' => 'อ้างอิง',
|
||||
);
|
||||
|
||||
/** Tswana (Setswana) */
|
||||
$messages['tn'] = array(
|
||||
'cite_article_link' => 'Nopola mokwalo o',
|
||||
|
|
Loading…
Reference in a new issue