[19097] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[20118] | 3 | // | Piwigo - a PHP based photo gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
| 5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
| 6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
| 7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
| 8 | // +-----------------------------------------------------------------------+ |
---|
| 9 | // | This program is free software; you can redistribute it and/or modify | |
---|
| 10 | // | it under the terms of the GNU General Public License as published by | |
---|
| 11 | // | the Free Software Foundation | |
---|
| 12 | // | | |
---|
| 13 | // | This program is distributed in the hope that it will be useful, but | |
---|
| 14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
| 15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
| 16 | // | General Public License for more details. | |
---|
| 17 | // | | |
---|
| 18 | // | You should have received a copy of the GNU General Public License | |
---|
| 19 | // | along with this program; if not, write to the Free Software | |
---|
| 20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
| 21 | // | USA. | |
---|
| 22 | // +-----------------------------------------------------------------------+ |
---|
[19097] | 23 | $lang['You have %d collections'] = 'Você tem %d coleções'; |
---|
| 24 | $lang['You have no collection'] = 'Você não tem coleção'; |
---|
| 25 | $lang['by %s'] = 'por %s'; |
---|
[24435] | 26 | $lang['%d more...'] = 'mais %d ...'; |
---|
| 27 | $lang['Add to collection'] = 'Adicione à coleção'; |
---|
[20090] | 28 | $lang['Clear'] = 'Limpar'; |
---|
[19097] | 29 | $lang['Collection'] = 'Coleção'; |
---|
| 30 | $lang['Collection name:'] = 'Nome da coleção:'; |
---|
| 31 | $lang['Collections'] = 'Coleções'; |
---|
| 32 | $lang['Create a new collection'] = 'Criar uma nova coleção'; |
---|
[24435] | 33 | $lang['Invalid collection'] = 'Coleção inválida'; |
---|
[19097] | 34 | $lang['Please give a name'] = 'Por favor dê um nome'; |
---|
[24435] | 35 | $lang['Remove from collection'] = 'Remove da coleção'; |
---|
[19097] | 36 | $lang['Save'] = 'Salvar'; |
---|
| 37 | $lang['This collection is empty'] = 'Esta coleção está vazia'; |
---|
| 38 | $lang['You have %d collection'] = 'Você tem %d coleções'; |
---|
[20118] | 39 | $lang['Please enter the recipient name'] = 'Por favor entre com o nome'; |
---|
| 40 | $lang['Please enter your e-mail'] = 'Por favor entre com seu e-mail'; |
---|
[24435] | 41 | $lang['Please enter your name'] = 'Por favor entre com seu nome'; |
---|
| 42 | $lang['Preview'] = 'Pré-visualizar'; |
---|
[20118] | 43 | $lang['Recipient e-mail'] = 'E-mail'; |
---|
| 44 | $lang['Recipient name'] = 'Nome'; |
---|
[26058] | 45 | $lang['Send this collection by mail'] = 'Envie essa coleção para meu e-mail'; |
---|
[20118] | 46 | $lang['Your e-mail'] = 'Seu e-mail'; |
---|
| 47 | $lang['Your name'] = 'Seu nome'; |
---|
| 48 | $lang['A photo collection by %s'] = 'Uma coleção de fotografias de %s'; |
---|
| 49 | $lang['Active'] = 'Ativo'; |
---|
| 50 | $lang['Allow users to send their public collections by mail'] = 'Permite que usuários enviem suas fotos públicas por e-mail'; |
---|
| 51 | $lang['Allow users to set their collections as public'] = 'Permite que usuários marquem suas coleções como públicas'; |
---|
| 52 | $lang['Clear this collection'] = 'Limpar essa coleção'; |
---|
| 53 | $lang['Click here to view the complete collection'] = 'Clique aqui para ver a coleção completa'; |
---|
[25699] | 54 | $lang['Date added to collection, new → old'] = 'Data adicionada à coleção, novo → antigo'; |
---|
| 55 | $lang['Date added to collection, old → new'] = 'Data adicionada à coleção, antigo → novo'; |
---|
[24435] | 56 | $lang['Delete this collection'] = 'Excluir essa coleção'; |
---|
[20118] | 57 | $lang['Download CSV file'] = 'Baixar arquivo CSV'; |
---|
[24435] | 58 | $lang['E-mail sent successfully'] = 'E-mail enviado com sucesso'; |
---|
[20118] | 59 | $lang['Edit this collection'] = 'Edite essa coleção'; |
---|
| 60 | $lang['Error while sending e-mail'] = 'Problemas ao enviar e-mail'; |
---|
| 61 | $lang['Export image list'] = 'Exportar lista de imagens'; |
---|
| 62 | $lang['Fields'] = 'Campos'; |
---|
| 63 | $lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Olá <b>%s</b>, %s enviou para você uma coleção de fotos de <a href="%s">%s</a>'; |
---|
| 64 | $lang['Inactive'] = 'Inativo'; |
---|
[24435] | 65 | $lang['Message (optional)'] = 'Mensagem (opcional)'; |
---|
[20118] | 66 | $lang['Number of images'] = 'Número de imagens'; |
---|
| 67 | $lang['Please enter the recipient e-mail'] = 'Por favor entre com o endereço de e-mail'; |
---|
[23717] | 68 | $lang['(remove)'] = '(remover)'; |
---|
[24435] | 69 | $lang['Name, A → Z'] = 'Nome, A → Z'; |
---|
| 70 | $lang['Name, Z → A'] = 'Nome, Z → A'; |
---|
| 71 | $lang['Photos number, high → low'] = 'Número da foto, alto → baixo'; |
---|
| 72 | $lang['Photos number, low → high'] = 'Número da foto, baixo → baixo'; |
---|
| 73 | $lang['Share key'] = 'Chave de compartilhamento'; |
---|
| 74 | $lang['Collection not found'] = 'Coleção não encontrada'; |
---|
| 75 | $lang['Expiration date'] = 'Data de expiração'; |
---|
| 76 | $lang['New share added: <a href="%s">%s</a>'] = 'Novo compartilhamento adicionado: <a href="%s">%s</a>'; |
---|
| 77 | $lang['Restricted access'] = 'Acesso restrito'; |
---|
| 78 | $lang['Share'] = 'Compartilhar'; |
---|
| 79 | $lang['Share deleted'] = 'Compartilhamento removido'; |
---|
| 80 | $lang['Share this collection'] = 'Compartilhar esta coleção'; |
---|
| 81 | $lang['The key must be at least 8 characters long'] = 'A chave precisa ter pelo menos 8 caracteres'; |
---|
| 82 | $lang['This key is already used'] = 'Esta chave já foi utilizada'; |
---|
| 83 | $lang['This link expired'] = 'Este link expirou'; |
---|
[25699] | 84 | $lang['Add'] = 'Adicionar'; |
---|
| 85 | $lang['Cancel'] = 'Cancelar'; |
---|
| 86 | $lang['Description'] = 'Descrição'; |
---|
| 87 | $lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Ola %s, %s lhe enviou uma coleção de fotos de "%s"'; |
---|
| 88 | $lang['Name'] = 'Nome'; |
---|
| 89 | $lang['Send'] = 'Enviar'; |
---|
| 90 | $lang['jump to photo'] = 'Vá para a foto'; |
---|
[19097] | 91 | ?> |
---|