mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-28 00:40:12 +00:00
Localisation updates for extensions from Betawiki (2008-01-06 14:53 UTC)
This commit is contained in:
parent
1ee5a1215c
commit
0c31966971
|
@ -407,6 +407,16 @@ $messages['lt'] = array(
|
|||
'cite_error_references_no_backlink_label' => "Baigėsi antraštės, nurodykite daugiau \"''cite_references_link_many_format_backlink_labels''\" sisteminiame tekste",
|
||||
);
|
||||
|
||||
/** Limburgish (Limburgs)
|
||||
* @author Ooswesthoesbes
|
||||
*/
|
||||
$messages['li'] = array(
|
||||
'cite_croak' => 'Perbleem mit Citere; $1: $2',
|
||||
'cite_error_key_str_invalid' => 'Interne fout; ónzjuuste $str en/of $key. Dit zów noeaits mótte veurkómme.',
|
||||
'cite_error_stack_invalid_input' => 'Interne fout; ónzjuuste stacksleutel. Dit zów noeaits mótte veurkómme.',
|
||||
'cite_error' => 'Citeerfout: $1',
|
||||
);
|
||||
|
||||
/** Dutch (Nederlands)
|
||||
* @author Siebrand
|
||||
*/
|
||||
|
@ -462,7 +472,9 @@ $messages['pt'] = array(
|
|||
'cite_error_references_no_text' => 'Não foi fornecido texto.',
|
||||
);
|
||||
|
||||
/** Russian (Русский) */
|
||||
/** Russian (Русский)
|
||||
* @author Kalan
|
||||
*/
|
||||
$messages['ru'] = array(
|
||||
'cite_croak' => 'Цитата сдохла; $1: $2',
|
||||
'cite_error_key_str_invalid' => 'Внутренняя ошибка: неверный $str',
|
||||
|
@ -475,7 +487,7 @@ $messages['ru'] = array(
|
|||
'cite_error_references_invalid_input' => 'Входные данные недействительны, так как не предполагаются',
|
||||
'cite_error_references_invalid_parameters' => 'Переданы недействительные параметры; их вообще не предусмотрено.',
|
||||
'cite_error_references_no_backlink_label' => 'Не хватает символов для возвратных гиперссылок; следует расширить системную переменную «cite_references_link_many_format_backlink_labels».',
|
||||
'cite_error_references_no_text' => 'Не указан текст.',
|
||||
'cite_error_references_no_text' => 'Неверный тег <code><ref></code>; для сносок <code>$1</code> не указан текст',
|
||||
'cite_references_link_many_format_backlink_labels' => 'а б в г д е ё ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я',
|
||||
);
|
||||
|
||||
|
|
|
@ -463,6 +463,16 @@ $wgSpecialCiteMessages['lb'] = array(
|
|||
'cite_submit' => 'weisen',
|
||||
);
|
||||
|
||||
/** Limburgish (Limburgs)
|
||||
* @author Ooswesthoesbes
|
||||
*/
|
||||
$wgSpecialCiteMessages['li'] = array(
|
||||
'cite_article_link' => 'Citeer dees pazjena',
|
||||
'cite' => 'Citere',
|
||||
'cite_page' => 'Pazjena:',
|
||||
'cite_submit' => 'Citere',
|
||||
);
|
||||
|
||||
$wgSpecialCiteMessages['lo'] = array(
|
||||
'cite_article_link' => 'ອ້າງອີງບົດຄວາມນີ້',
|
||||
'cite' => 'ອ້າງອີງ',
|
||||
|
|
Loading…
Reference in a new issue