diff --git a/Cite.i18n.php b/Cite.i18n.php index beb6f557..f635ae69 100644 --- a/Cite.i18n.php +++ b/Cite.i18n.php @@ -179,6 +179,16 @@ $messages['de'] = array( 'cite_error_references_no_text' => 'Ungültiger <ref>>-Tag; es wurde kein Text für das Ref mit dem Namen $1 angegeben.', ); +/** Lower Sorbian (Dolnoserbski) + * @author Michawiki + */ +$messages['dsb'] = array( + 'cite_croak' => 'Zmólka w referencnem systemje. $1: $2', + 'cite_error_key_str_invalid' => 'Interna zmólka: njpłaśiwy $str a/abo $key. To njaměło se staś.', + 'cite_error_stack_invalid_input' => 'Interna zmólka: njepłaśiwy stackowy kluc. To njaměło se staś.', + 'cite_error' => 'Referencna zmólka: $1', +); + /** Greek (Ελληνικά) * @author Consta */ diff --git a/SpecialCite.i18n.php b/SpecialCite.i18n.php index c00bf187..7510ce85 100644 --- a/SpecialCite.i18n.php +++ b/SpecialCite.i18n.php @@ -174,6 +174,16 @@ $messages['diq'] = array( 'cite' => 'Çıme bımocne', ); +/** Lower Sorbian (Dolnoserbski) + * @author Michawiki + */ +$messages['dsb'] = array( + 'cite_article_link' => 'Toś ten bok citěrowaś', + 'cite' => 'Citěrowanska pomoc', + 'cite_page' => 'Bok:', + 'cite_submit' => 'pokazaś', +); + /** Greek (Ελληνικά) * @author Consta */