mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 15:04:02 +00:00
Localisation updates for core and extension messages from translatewiki.net (2010-10-18 19:23:00 UTC)
This commit is contained in:
parent
3c2373b730
commit
46b8fcdcf0
|
@ -2538,6 +2538,26 @@ $messages['rue'] = array(
|
|||
неплатный ключ стека.
|
||||
Тото бы не мало ниґда настати.',
|
||||
'cite_error' => 'Хыбна цітація: $1',
|
||||
'cite_error_ref_numeric_key' => 'Хыба в таґу <code><ref></code>; назвов не сміє быти просте чісло, хоснуйте пописове означіня',
|
||||
'cite_error_ref_no_key' => 'Хыба в таґу <code><ref></code>; порожнї едітації мусять обсяговати назву',
|
||||
'cite_error_ref_too_many_keys' => 'Хыба в таґу <code><ref></code>; хыбны назвы, напр. є їх дуже много',
|
||||
'cite_error_ref_no_input' => 'Хыба в таґу <code><ref></code>; цітації без назвы мусять мати властный обсяг',
|
||||
'cite_error_references_invalid_parameters' => 'Хыба в таґу <code><references></code>; ту не є доволеный параметер, хоснуйте <code><references /></code>',
|
||||
'cite_error_references_invalid_parameters_group' => 'Не платный таґ <tt><references></tt>;
|
||||
є поволеный лем параметер „group“.
|
||||
Хоснуйте <tt><references /></tt> або <tt><references group="..." /></tt>.',
|
||||
'cite_error_references_no_backlink_label' => 'Дішли означіня зворотных одказів, придайте їх пару до повідомлїня <nowiki>[[MediaWiki:Cite references link many format backlink labels]]</nowiki>',
|
||||
'cite_error_no_link_label_group' => 'Дішли дефінованы значкы про ґрупу „$1“.
|
||||
Звыште їх чісло у повідомлїню <nowiki>[[MediaWiki:$2]]</nowiki>.',
|
||||
'cite_error_references_no_text' => 'Хыба в таґу <code><ref></code>; цітації означеной <code>$1</code> не є доданый жаден текст',
|
||||
'cite_error_included_ref' => 'Хыбить закінчіня </ref> k таґу <ref>',
|
||||
'cite_error_refs_without_references' => 'Найджена значка <code><ref></code> без одповідной значкы <code><references/></code>.',
|
||||
'cite_error_group_refs_without_references' => 'Найджена значка <code><ref></code> про ґрупу „$1“ без одповідной значкы <code><references group="$1"/></code>.',
|
||||
'cite_error_references_group_mismatch' => 'Значка <code><ref></code> внутрї <code><references></code> має дефіновану іншу ґрупу „$1“.',
|
||||
'cite_error_references_missing_group' => 'Значка <code><ref></code> внутрї <code><references></code> хоснує ґрупу „$1“, котра ся в попереднїм текстї не обявує.',
|
||||
'cite_error_references_missing_key' => 'На <code><ref></code> з іменом „$1“ дефінованый внутрї <code><references></code> не суть в попереднїм текстї жадны одказы.',
|
||||
'cite_error_references_no_key' => 'У значкы <code><ref></code> дефінованой внутрї <code><references></code> хыбить атрібут <code>name</code>.',
|
||||
'cite_error_empty_references_define' => 'У значкы <code><ref></code> з назвов „$1“ дефінованой внутрї <code><references></code> хыбить обсяг.',
|
||||
);
|
||||
|
||||
/** Yakut (Саха тыла)
|
||||
|
|
|
@ -157,6 +157,16 @@ $messages['av'] = array(
|
|||
'cite_article_link' => 'Гьумер рехсезе',
|
||||
);
|
||||
|
||||
/** Bashkir (Башҡорт)
|
||||
* @author Haqmar
|
||||
*/
|
||||
$messages['ba'] = array(
|
||||
'cite_article_link' => 'Биттән өҙөмтә яһарға',
|
||||
'cite' => 'Өҙөмтәләү',
|
||||
'cite_page' => 'Бит:',
|
||||
'cite_submit' => 'Өҙөмтәләргә',
|
||||
);
|
||||
|
||||
/** Bavarian (Boarisch)
|
||||
* @author Man77
|
||||
*/
|
||||
|
@ -1468,7 +1478,9 @@ $messages['ru'] = array(
|
|||
* @author Gazeb
|
||||
*/
|
||||
$messages['rue'] = array(
|
||||
'cite_article_desc' => 'Придасть шпеціалну сторінку [[Special:Cite|Цітації]] і одказ в понуцї інштрументів',
|
||||
'cite_article_link' => 'Цітовати сторінку',
|
||||
'tooltip-cite-article' => 'Інформації о тім, як цітовати тоту сторінку',
|
||||
'cite' => 'Цітованя',
|
||||
'cite_page' => 'Сторінка:',
|
||||
'cite_submit' => 'Цітовати',
|
||||
|
|
Loading…
Reference in a new issue