mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 09:10:32 +00:00
Localisation updates for extension messages from Betawiki (2008-02-10 19:18 CET)
This commit is contained in:
parent
35d8269df3
commit
b1e3270171
|
@ -490,6 +490,7 @@ $messages['kk-latn'] = array(
|
|||
* @author Robby
|
||||
*/
|
||||
$messages['lb'] = array(
|
||||
'cite_croak' => 'Feeler am Referenz-System. $1 : $2',
|
||||
'cite_error' => 'Zitéierfeeler: $1',
|
||||
);
|
||||
|
||||
|
@ -742,6 +743,7 @@ $messages['tr'] = array(
|
|||
* @author Minh Nguyen
|
||||
*/
|
||||
$messages['vi'] = array(
|
||||
'cite_desc' => 'Thêm các thẻ <nowiki><ref[ name=id]></nowiki> và <nowiki><references/></nowiki> để ghi cước chú',
|
||||
'cite_croak' => 'Chú thích bị hỏng; $1: $2',
|
||||
'cite_error_key_str_invalid' => 'Lỗi nội bộ; $str và/hoặc $key sai. Đáng ra không bao giờ xảy ra điều này.',
|
||||
'cite_error_stack_invalid_input' => 'Lỗi nội bộ; khóa xác định chồng bị sai. Đáng ra không bao giờ xảy ra điều này.',
|
||||
|
|
|
@ -923,8 +923,10 @@ $messages['ur'] = array(
|
|||
|
||||
/** Vietnamese (Tiếng Việt)
|
||||
* @author Vinhtantran
|
||||
* @author Minh Nguyen
|
||||
*/
|
||||
$messages['vi'] = array(
|
||||
'cite_article_desc' => 'Thêm trang đặc biệt để [[Special:Cite|ghi chú bài]] và đặt liên kết đến nó trong thanh công cụ',
|
||||
'cite_article_link' => 'Chú thích trang này',
|
||||
'cite' => 'Chú thích',
|
||||
'cite_page' => 'Trang:',
|
||||
|
@ -979,3 +981,4 @@ $messages['zh-hant'] = array(
|
|||
'cite_page' => '頁面:',
|
||||
'cite_submit' => '引用',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue