diff options
author | plegall <plg@piwigo.org> | 2011-02-15 10:56:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-02-15 10:56:35 +0000 |
commit | 35df1642d3484c965360eda79a0ddfd9b7e656bc (patch) | |
tree | 57fa02e888b8b5166deeb73637091236490e40ef /language/pt_BR/common.lang.php | |
parent | 581f78bd28f6a82a161b2b1b19219dc6792fca2d (diff) |
backmerge r9210
git-svn-id: http://piwigo.org/svn/branches/2.1@9236 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/pt_BR/common.lang.php')
-rw-r--r-- | language/pt_BR/common.lang.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/language/pt_BR/common.lang.php b/language/pt_BR/common.lang.php index f4b3321e0..95859b19c 100644 --- a/language/pt_BR/common.lang.php +++ b/language/pt_BR/common.lang.php @@ -326,7 +326,10 @@ $lang['Category: %s'] = 'Categoria: %s'; $lang['Picture name: %s'] = 'Nome da imagem: %s'; $lang['Creation date: %s'] = 'Data de criação: %d'; $lang['Waiting page: %s'] = 'Página de espera: %s'; +$lang['Picture uploaded by %s'] = 'Imagem enviada por %s'; +// --------- Starting below: New or revised $lang ---- from version 1.7.1 $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status ruim para o usuário "guest", será usado status padrão. Por favor, avise o administrador do site.'; +// --------- Starting below: New or revised $lang ---- from Butterfly (2.0) $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrador, webmaster e utilizador especial não podem utilizar este método'; $lang['a user use already this mail address'] = 'um outro usuário já utiliza este email'; $lang['Category results for'] = 'Resultados da categoria para'; @@ -356,4 +359,4 @@ $lang['show tag cloud'] = 'mostar a nuvem de tags'; $lang['cloud'] = 'nuvem'; $lang['Are you sure?'] = 'Você tem certeza?'; $lang['delete this comment'] = 'apagar este comentário'; -?>
\ No newline at end of file +?> |