mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 01:01:29 +00:00
Localisation updates for extension messages from Betawiki (2008-03-12 08:55 CET)
This commit is contained in:
parent
da8445d35b
commit
89e0cb5509
|
@ -186,7 +186,7 @@ $messages['cs'] = array(
|
|||
);
|
||||
|
||||
/** Danish (Dansk)
|
||||
* @author Morten LJ
|
||||
* @author Morten
|
||||
*/
|
||||
$messages['da'] = array(
|
||||
'cite_croak' => 'Fodnoten døde: $1: $2',
|
||||
|
@ -239,6 +239,13 @@ $messages['el'] = array(
|
|||
'cite_error_references_no_text' => 'Δεν δίνετε κείμενο.',
|
||||
);
|
||||
|
||||
/** Esperanto (Esperanto)
|
||||
* @author Yekrats
|
||||
*/
|
||||
$messages['eo'] = array(
|
||||
'cite_error_references_invalid_parameters' => 'Nevalida etikedo <code><references></code>; neniuj parametroj estas permesitaj, uzu <code><references /></code>',
|
||||
);
|
||||
|
||||
/** Basque (Euskara)
|
||||
* @author SPQRobin
|
||||
*/
|
||||
|
@ -635,8 +642,9 @@ $messages['pag'] = array(
|
|||
);
|
||||
|
||||
/** Polish (Polski)
|
||||
* @author Holek
|
||||
* @author Sp5uhe
|
||||
* @author Derbeth
|
||||
* @author Holek
|
||||
*/
|
||||
$messages['pl'] = array(
|
||||
'cite_desc' => 'Dodaje znaczniki <nowiki><ref[ name=id]></nowiki> and <nowiki><references/></nowiki> ułatwiające podawanie źródeł cytatów',
|
||||
|
@ -645,12 +653,12 @@ $messages['pl'] = array(
|
|||
'cite_error' => "Błąd rozszerzenia ''cite'': $1",
|
||||
'cite_error_ref_numeric_key' => 'Nieprawidłowy znacznik <code><ref></code>. Nazwa nie może być liczbą, użyj nazwy opisowej.',
|
||||
'cite_error_ref_no_key' => 'Nieprawidłowy znacznik <code><ref></code>. Odnośnik ref z zawartością musi mieć nazwę.',
|
||||
'cite_error_ref_too_many_keys' => 'Nieprawidłowe nazwy parametrów tagu <code><ref></code>.',
|
||||
'cite_error_ref_no_input' => 'Bład w składni tagu <code><ref></code>. Przypisy bez podanej nazwy muszą posiadać treść',
|
||||
'cite_error_references_invalid_input' => 'Bład w składni tagu <code><references></code>. Nie można wprowadzać treści w tym tagu, użyj <code><references /></code>',
|
||||
'cite_error_references_invalid_parameters' => 'Bład w składni tagu <code><references></code>. Nie można wprowadzać parametrów do tego tagu, użyj <code><references /></code>',
|
||||
'cite_error_ref_too_many_keys' => 'Nieprawidłowe nazwy parametrów elementu <code><ref></code>.',
|
||||
'cite_error_ref_no_input' => 'Bład w składni elementu <code><ref></code>. Przypisy bez podanej nazwy muszą posiadać treść',
|
||||
'cite_error_references_invalid_input' => 'Bład w składni elementu <code><references></code>. Nie można wprowadzać treści w tym elemencie, użyj <code><references /></code>',
|
||||
'cite_error_references_invalid_parameters' => 'Bład w składni elementu <code><references></code>. Nie można wprowadzać parametrów do tego elementu, użyj <code><references /></code>',
|
||||
'cite_error_references_no_backlink_label' => "Zabrakło etykiet do przypisów. Dopisz więcej w wiadomości \"''cite_references_link_many_format_backlink_labels''\"",
|
||||
'cite_error_references_no_text' => 'Bład w składni tagu <code><ref></code>. Brak tekstu w przypisie o nazwie <code>$1</code>',
|
||||
'cite_error_references_no_text' => 'Bład w składni elementu <code><ref></code>. Brak tekstu w przypisie o nazwie <code>$1</code>',
|
||||
);
|
||||
|
||||
/** Portuguese (Português)
|
||||
|
|
|
@ -169,7 +169,7 @@ $messages['cu'] = array(
|
|||
);
|
||||
|
||||
/** Danish (Dansk)
|
||||
* @author Morten LJ
|
||||
* @author Morten
|
||||
*/
|
||||
$messages['da'] = array(
|
||||
'cite_article_link' => 'Citér denne artikel',
|
||||
|
@ -848,7 +848,7 @@ $messages['sk'] = array(
|
|||
);
|
||||
|
||||
/** Southern Sami (Åarjelsaemien gïele)
|
||||
* @author Max sonnelid
|
||||
* @author M.M.S.
|
||||
*/
|
||||
$messages['sma'] = array(
|
||||
'cite_page' => 'Bielie:',
|
||||
|
|
Loading…
Reference in a new issue