From f8b6b76b53c02cb12d077afbf62f2e2634518f3d Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 9 May 2007 06:04:41 +0000 Subject: [PATCH] * (bug 9852) Update Portuguese translations Patch by 555 * 1 Kurdish message, forgotten in last commit --- Cite.i18n.php | 25 +++++++++++++++++++++++++ SpecialCite.i18n.php | 6 ++++++ 2 files changed, 31 insertions(+) diff --git a/Cite.i18n.php b/Cite.i18n.php index dd4957fe..5bd2d699 100644 --- a/Cite.i18n.php +++ b/Cite.i18n.php @@ -326,6 +326,31 @@ $wgCiteMessages['nl'] = array( 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Onjuiste tag <references>; parameters zijn niet toegestaan, gebruik <references />', 'cite_error_' . CITE_ERROR_REFERENCES_NO_BACKLINK_LABEL => "Ran out of custom backlink labels, define more in the \"''cite_references_link_many_format_backlink_labels''\" message", ); +$wgCiteMessages['pt'] = array( + /* + Debug and errors + */ + + # Internal errors + 'cite_croak' => 'Citação com problemas; $1: $2', + + 'cite_error_' . CITE_ERROR_STR_INVALID => 'Erro interno; $str inválido', + 'cite_error_' . CITE_ERROR_KEY_INVALID_1 => 'Erro interno; chave inválida', + 'cite_error_' . CITE_ERROR_KEY_INVALID_2 => 'Erro interno; chave inválida', + 'cite_error_' . CITE_ERROR_STACK_INVALID_INPUT => 'Erro interno; chave fixa inválida', + + # User errors + 'cite_error' => 'Erro de citação $1; $2', + + 'cite_error_' . CITE_ERROR_REF_NUMERIC_KEY => 'Código <ref> inválido; o nome não pode ser um número. Utilize um nome descritivo', + 'cite_error_' . CITE_ERROR_REF_NO_KEY => 'Código <ref> inválido; refs sem conteúdo devem ter um parâmetro de nome', + 'cite_error_' . CITE_ERROR_REF_TOO_MANY_KEYS => 'Código <ref> inválido; nomes inválidos (por exemplo, nome muito extenso)', + 'cite_error_' . CITE_ERROR_REF_NO_INPUT => 'Código <ref> inválido; refs sem parâmetro de nome devem possuir conteúdo a elas associado', + 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_INPUT => 'Código <references> inválido; no input is allowed, use +<references />', + 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Código <references> inválido; não são permitidos parâmetros. Utilize como <references />', + 'cite_error_' . CITE_ERROR_REFERENCES_NO_BACKLINK_LABEL => "Ran out of custom backlink labels, define more in the \"''cite_references_link_many_format_backlink_labels''\" message", +); $wgCiteMessages['ru'] = array( /* Debug and errors diff --git a/SpecialCite.i18n.php b/SpecialCite.i18n.php index d97c7df9..a0a4d577 100644 --- a/SpecialCite.i18n.php +++ b/SpecialCite.i18n.php @@ -118,6 +118,12 @@ $wgSpecialCiteMessages['pl'] = array( 'cite_page' => 'Strona:', 'cite_submit' => 'Cytuj', ); +$wgSpecialCiteMessages['pt'] = array( + 'cite_article_link' => 'Citar esta página', + 'cite' => 'Citar', + 'cite_page' => 'Página:', + 'cite_submit' => 'Citar', +); $wgSpecialCiteMessages['ru'] = array( 'cite_article_link' => 'Цитировать статью', 'cite' => 'Цитирование',