c639ad1e7e
then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee
368 lines
21 KiB
PHP
368 lines
21 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | Piwigo - a PHP based picture gallery |
|
|
// +-----------------------------------------------------------------------+
|
|
// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org |
|
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
|
// +-----------------------------------------------------------------------+
|
|
// | This program is free software; you can redistribute it and/or modify |
|
|
// | it under the terms of the GNU General Public License as published by |
|
|
// | the Free Software Foundation |
|
|
// | |
|
|
// | This program is distributed in the hope that it will be useful, but |
|
|
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
// | General Public License for more details. |
|
|
// | |
|
|
// | You should have received a copy of the GNU General Public License |
|
|
// | along with this program; if not, write to the Free Software |
|
|
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
|
// | USA. |
|
|
// +-----------------------------------------------------------------------+
|
|
|
|
// Langage informations
|
|
$lang_info['language_name'] = 'Português';
|
|
$lang_info['country'] = 'Portugal';
|
|
$lang_info['direction'] = 'ltr';
|
|
$lang_info['code'] = 'pt';
|
|
$lang_info['zero_plural'] = false;
|
|
|
|
$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (noté %d fois, écart type = %.2f)';
|
|
$lang['%d Kb'] = '%d Ko';
|
|
$lang['%d category updated'] = '%d categoria actualizada';
|
|
$lang['%d categories updated'] = '%d categorias actualizadas';
|
|
$lang['%d comment to validate'] = '%d comentário usário para vaidar';
|
|
$lang['%d comments to validate'] = '%d comentários usários para validar';
|
|
$lang['%d new comment'] = '%d novo comentário';
|
|
$lang['%d new comments'] = '%d novos comentários';
|
|
$lang['%d comment'] = '%d comentário';
|
|
$lang['%d comments'] = '%d comentários';
|
|
$lang['%d hit'] = 'visto %d vêz';
|
|
$lang['%d hits'] = 'vista %d vêzes';
|
|
$lang['%d new image'] = '%d novo elemento';
|
|
$lang['%d new images'] = '%d novos elementos';
|
|
$lang['%d new user'] = '%d novo usário';
|
|
$lang['%d new users'] = '%d novos usários';
|
|
$lang['%d waiting element'] = '%d elemento a espera';
|
|
$lang['%d waiting elements'] = '%d elementos a espera';
|
|
$lang['About'] = 'A prepósito de';
|
|
$lang['All tags must match'] = 'Todos os tags devem corresponder';
|
|
$lang['All tags'] = 'Todos os tags';
|
|
$lang['Any tag'] = 'qualquer tag';
|
|
$lang['At least one listed rule must be satisfied.'] = 'Ao menos um dos criterios deve ser satisfeito.';
|
|
$lang['At least one tag must match'] = 'Ao menos um dos tags deve corresponder';
|
|
$lang['Author'] = 'Autor';
|
|
$lang['Average rate'] = 'Nota media';
|
|
$lang['Categories'] = 'Categorias';
|
|
$lang['Category'] = 'Categoria';
|
|
$lang['Close this window'] = 'Fechar esta janela';
|
|
$lang['Complete RSS feed (images, comments)'] = 'Fluxo RSS completo (imagems, comentarios)';
|
|
$lang['Confirm Password'] = 'Confirmar a palavra passe';
|
|
$lang['Connection settings'] = 'Ajustes de conexão';
|
|
$lang['Login'] = 'Conexão';
|
|
$lang['Contact webmaster'] = 'Contactar o webmaster';
|
|
$lang['Create a new account'] = 'Criar uma nova conta';
|
|
$lang['Created on'] = 'Criada em';
|
|
$lang['Creation date'] = 'Data de criação';
|
|
$lang['Current password is wrong'] = 'A palavra passe esta errada';
|
|
$lang['Dimensions'] = 'Dimenções';
|
|
$lang['Display'] = 'Afixação';
|
|
$lang['Each listed rule must be satisfied.'] = 'Todos os criterios devem ser satisfeitos';
|
|
$lang['Email address is missing. Please specify an email address.'] = 'O endereço E-mail está ausente';
|
|
$lang['Email address'] = 'Endereço E-mail';
|
|
$lang['Enter your personnal informations'] = 'Introduza as suas informações pessoais';
|
|
$lang['Error sending email'] = 'Erro durante o envio do E-mail';
|
|
$lang['File name'] = 'Nome do ficheiro';
|
|
$lang['File'] = 'Ficheiro';
|
|
$lang['Filesize'] = 'Peso';
|
|
$lang['Filter and display'] = 'Filtrar e afixar';
|
|
$lang['Filter'] = 'Filtro';
|
|
$lang['Forgot your password?'] = 'Palavra passe perdida ?';
|
|
$lang['Go through the gallery as a visitor'] = 'Percorer a galeria como visitor';
|
|
$lang['Help'] = 'Ajuda';
|
|
$lang['Identification'] = 'Identificação';
|
|
$lang['Image only RSS feed'] = 'Fluxo RSS das imagens';
|
|
$lang['Keyword'] = 'Palavra chave';
|
|
$lang['Links'] = 'Ligação';
|
|
$lang['Mail address'] = $lang['Email address'];
|
|
$lang['N/A'] = 'Não disponível';
|
|
$lang['New on %s'] = 'Novo em %s';
|
|
$lang['New password confirmation does not correspond'] = 'Erro de confirmação da palavra passe';
|
|
$lang['New password sent by email'] = 'Nova palavra passe enviada por E-mail';
|
|
$lang['No email address'] = 'Falta o endereço E-mail';
|
|
$lang['No classic user matches this email address'] = 'O endereço E-mail não corresponde à nenhum usário';
|
|
$lang['Notification'] = 'Notificação';
|
|
$lang['Number of items'] = 'Número de elementos';
|
|
$lang['Original dimensions'] = 'Dimenção original';
|
|
$lang['Password forgotten'] = 'Palavra passe perdida';
|
|
$lang['Password'] = 'Palavra passe';
|
|
$lang['Post date'] = 'data de adição';
|
|
$lang['Posted on'] = 'Adido em';
|
|
$lang['Profile'] = 'Perfil';
|
|
$lang['Quick connect'] = 'Coneção rápida';
|
|
$lang['RSS feed'] = 'fluxo RSS';
|
|
$lang['Rate'] = 'Nota';
|
|
$lang['Register'] = 'Registar-se';
|
|
$lang['Registration'] = 'Registro';
|
|
$lang['Related tags'] = 'Tags ligados';
|
|
$lang['Reset'] = 'Cancelar';
|
|
$lang['Retrieve password'] = 'Recuperar uma palavra passe';
|
|
$lang['Search rules'] = 'Critérios de busca';
|
|
$lang['Search tags'] = 'Pesquisar os tags';
|
|
$lang['Search'] = 'Pesquisar';
|
|
$lang['See available tags'] = 'Ver os tags disponíveis';
|
|
$lang['Send new password'] = 'Enviar a nova palavra passe';
|
|
$lang['Since'] = 'desde ';
|
|
$lang['Sort by'] = 'Classificação pelo(a)';
|
|
$lang['Sort order'] = 'Ordem de classificação';
|
|
$lang['Tag'] = 'Tag';
|
|
$lang['Tags'] = 'Tags';
|
|
$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'O fluxo RSS notifica dos eventos da galeria : novas imagens, categorias actualizadas, Novos comentários usários. Para utilizar com um leitor de fluxos RSS.';
|
|
$lang['Unknown feed identifier'] = 'identificador de fluxo desconhecido';
|
|
$lang['User comments'] = 'Comentarios utilizador';
|
|
$lang['Username'] = 'utilizador';
|
|
$lang['Visits'] = 'Visitas';
|
|
$lang['Webmaster'] = 'Webmaster';
|
|
$lang['Week %d'] = 'Semana %d';
|
|
$lang['About Piwigo'] = 'A proposito de Piwigo';
|
|
$lang['You are not authorized to access the requested page'] = 'Acesso proibido';
|
|
$lang['add to caddie'] = 'Acrescentar ao carrinho';
|
|
$lang['add this image to your favorites'] = 'Acrescentar aos favoritos';
|
|
$lang['Administration'] = 'Administração';
|
|
$lang['Adviser mode enabled'] = 'Modo conselheiro activo';
|
|
$lang['all'] = 'tudo';
|
|
$lang['ascending'] = 'crescente';
|
|
$lang['author(s) : %s'] = 'autor(es) : %s';
|
|
$lang['Expand all categories'] = 'Desenvolver todas as categorias';
|
|
$lang['posted after %s (%s)'] = 'posto a disposição depios do %s (%s)';
|
|
$lang['posted before %s (%s)'] = 'posto a disposição antes do %s (%s)';
|
|
$lang['posted between %s (%s) and %s (%s)'] = 'posto a disposição entre o %s (%s) e o %s (%s)';
|
|
$lang['posted on %s'] = 'posto a disposição em %s';
|
|
$lang['Best rated'] = 'Mais notadas';
|
|
$lang['display best rated items'] = 'Afixar as imagens mais notadas';
|
|
$lang['caddie'] = 'carrinho';
|
|
$lang['Calendar'] = 'Calendário';
|
|
$lang['All'] = 'Tudo';
|
|
$lang['display each day with pictures, month per month'] = 'afixar ano por ano, mes por mes, dia por dia';
|
|
$lang['display pictures added on'] = 'afixar as imagens do ';
|
|
$lang['View'] = 'Vista';
|
|
$lang['chronology_monthly_calendar'] = 'Calendário mensual';
|
|
$lang['chronology_monthly_list'] = 'Lista mensual';
|
|
$lang['chronology_weekly_list'] = 'Lista semanal';
|
|
$lang['Click here if your browser does not automatically forward you'] = 'Clique aqui se o navegador não vos recaminha.';
|
|
$lang['comment date'] = 'data do comentário';
|
|
$lang['Comment'] = 'comentário';
|
|
$lang['Your comment has been registered'] = 'O seu comentário foi registado';
|
|
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'Sistema conta abuso : Pedimos por favor de esperar antes de escrever um novo comentario';
|
|
$lang['Your comment has NOT been registered because it did not pass the validation rules'] = 'O seu comentário não pôde ser registado porque não se conforma às regras de validação';
|
|
$lang['An administrator must authorize your comment before it is visible.'] = 'Par ser visível, o seu comentário deve ser validado pelo administrador.';
|
|
$lang['This login is already used by another user'] = 'Este utilizador já existe';
|
|
$lang['Comments'] = 'Comentários';
|
|
$lang['Add a comment'] = 'deixar um comentário';
|
|
$lang['created after %s (%s)'] = 'Criada depois do %s (%s)';
|
|
$lang['created before %s (%s)'] = 'Criada antes do %s (%s)';
|
|
$lang['created between %s (%s) and %s (%s)'] = 'Criada entre o %s (%s) e o %s (%s)';
|
|
$lang['created on %s'] = 'criada em %s';
|
|
$lang['Customize'] = 'Personalizar';
|
|
$lang['Your Gallery Customization'] = 'Personalização da sua afixagem ';
|
|
$lang['day'][0] = 'Domingo';
|
|
$lang['day'][1] = 'Segunda-feira';
|
|
$lang['day'][2] = 'Terça-feira';
|
|
$lang['day'][3] = 'Quarta-feira';
|
|
$lang['day'][4] = 'Quinta-eira';
|
|
$lang['day'][5] = 'Seixta-feira';
|
|
$lang['day'][6] = 'Sábado';
|
|
$lang['Default'] = 'Por defeito';
|
|
$lang['delete this image from your favorites'] = 'suprimir esta fotografia das favoritas';
|
|
$lang['Delete'] = 'Suprimir';
|
|
$lang['descending'] = 'decrescente';
|
|
$lang['download'] = 'carregar';
|
|
$lang['download this file'] = 'carregar este ficheiro';
|
|
$lang['edit'] = 'editar';
|
|
$lang['wrong date'] = 'data errada';
|
|
$lang['excluded'] = 'excluído';
|
|
$lang['My favorites'] = 'Minhas favoritas';
|
|
$lang['display my favorites pictures'] = 'afixar as minhas imagens favoritas';
|
|
$lang['Favorites'] = 'Favorita';
|
|
$lang['First'] = 'Premeira';
|
|
$lang['The gallery is locked for maintenance. Please, come back later.'] = 'A galeria esta bloqueada por causa de manutenção. Volte mais tarde.';
|
|
$lang['Page generated in'] = 'Página gerida em';
|
|
$lang['guest'] = 'visitante';
|
|
$lang['Hello'] = 'Bom dia';
|
|
$lang['available for administrators only'] = 'disponível unicamente para os administradores';
|
|
$lang['shows images at the root of this category'] = 'afixa as imagens à raíz desta categoria';
|
|
$lang['See last users comments'] = 'Ver os últimos comentarios utilizadores';
|
|
$lang['customize the appareance of the gallery'] = 'personalisar a aparência da galeria';
|
|
$lang['search'] = 'pesquisar';
|
|
$lang['Home'] = 'página principal do sitio';
|
|
$lang['Identification'] = 'Identificação';
|
|
$lang['in this category'] = 'nesta categoria';
|
|
$lang['in %d sub-category'] = 'em %d subcategoria';
|
|
$lang['in %d sub-categories'] = 'em %d subcategorias';
|
|
$lang['included'] = 'incluido';
|
|
$lang['Invalid password!'] = 'Palavra passe inválida!';
|
|
$lang['Language'] = 'Lingua';
|
|
$lang['last %d days'] = '%d ultimos dias';
|
|
$lang['Last'] = 'Ultima';
|
|
$lang['Logout'] = 'Deconeção';
|
|
$lang['E-mail address'] = $lang['Email address'];
|
|
$lang['obligatory'] = 'obrigatário';
|
|
$lang['Maximum height of the pictures'] = 'Altura máxima das imágens';
|
|
$lang['Maximum height must be a number superior to 50'] = 'A altura máxima das imágens deve ser superior a 50';
|
|
$lang['Maximum width of the pictures'] = 'Largura máxima das imágens';
|
|
$lang['Maximum width must be a number superior to 50'] = 'A largura máxima das imágens deve ser superior a 50';
|
|
$lang['display a calendar by creation date'] = 'afixar um calendário por data de criação';
|
|
$lang['display all elements in all sub-categories'] = 'afixar a lista de todos os elementos das categorias e subcategorias';
|
|
$lang['return to normal view mode'] = 'voltar à afixagem normal';
|
|
$lang['display a calendar by posted date'] = 'afixar um calendário por data de adição';
|
|
$lang['month'][10] = 'Outubro';
|
|
$lang['month'][11] = 'Novembro';
|
|
$lang['month'][12] = 'Dezembro';
|
|
$lang['month'][1] = 'Janeiro';
|
|
$lang['month'][2] = 'Fevereiro';
|
|
$lang['month'][3] = 'Março';
|
|
$lang['month'][4] = 'Abril';
|
|
$lang['month'][5] = 'Maio';
|
|
$lang['month'][6] = 'Junho';
|
|
$lang['month'][7] = 'Julho';
|
|
$lang['month'][8] = 'Agosto';
|
|
$lang['month'][9] = 'Setembro';
|
|
$lang['Most visited'] = 'Mais vistas';
|
|
$lang['display most visited pictures'] = 'Afixar as imagens mais vistas';
|
|
$lang['The number of images per row must be a not null scalar'] = 'O número de imagens por linha deve ser inteiro e não nulo';
|
|
$lang['Number of images per row'] = 'Número de miniaturas por linha';
|
|
$lang['The number of rows per page must be a not null scalar'] = 'O número de linhas por página deve ser inteiro e não nulo';
|
|
$lang['Number of rows per page'] = 'Número de linhas por página';
|
|
$lang['Unknown identifier'] = 'Identificador desconhecido';
|
|
$lang['New password'] = 'Nova palavra passe';
|
|
$lang['Rate this picture'] = 'Vote para esta imagem';
|
|
$lang['Next'] = 'Seguinte';
|
|
$lang['Home'] = 'Página principal';
|
|
$lang['no rate'] = 'nenhuma nota';
|
|
$lang['Elements posted within the last %d day.'] = 'Os elementos estão filtrados para afixar uniquamente os recentes de menos de %d dia.';
|
|
$lang['Elements posted within the last %d days.'] = 'Os elementos estão filtrados para afixar uniquamente os recentes de menos de %d dias.';
|
|
$lang['password updated'] = 'Palavra passe posta em dia';
|
|
$lang['Recent period must be a positive integer value'] = 'O periode de novidade deve ser um inteiro positivo';
|
|
$lang['picture'] = 'imagem';
|
|
$lang['Click on the picture to see it in high definition'] = 'Clique na imagem para vizualisa-la em alta definição';
|
|
$lang['Show file metadata'] = 'Afixar as metadatas do ficheiro';
|
|
$lang['Powered by'] = 'Propulsado por';
|
|
$lang['Preferences'] = 'Preferencia';
|
|
$lang['Previous'] = 'Anterior';
|
|
$lang['Random pictures'] = 'Imagem ao acaso ';
|
|
$lang['display a set of random pictures'] = 'afixar um conjunto aleatório de imagens';
|
|
$lang['Recent categories'] = 'Categorias recentes';
|
|
$lang['display recently updated categories'] = 'afixar as categorias recentemente postas em dia ou criadas';
|
|
$lang['Recent period'] = 'Período recente';
|
|
$lang['Recent pictures'] = 'Imagens recentes';
|
|
$lang['display most recent pictures'] = 'afixar as imagens mais recentes';
|
|
$lang['Redirection...'] = 'Redirecção...';
|
|
$lang['Please, enter a login'] = 'Faça favor introduzir um nome de utilizador';
|
|
$lang['login mustn\'t end with a space character'] = 'O nome de utilizador não deve terminar-se por um espaço';
|
|
$lang['login mustn\'t start with a space character'] = 'O nome de utilizador não deve começar por um espaço';
|
|
$lang['this login is already used'] = 'Este nomede utilizador já existe';
|
|
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'O endresso email deve ser da forma xxx@yyy.eee (exemplo : jack@altern.org)';
|
|
$lang['please enter your password again'] = 'Faça favor introduzir uma nova palavra passe';
|
|
$lang['Auto login'] = 'Conecção automática';
|
|
$lang['remove this tag from the list'] = 'retirar este tag da lista';
|
|
$lang['representative'] = 'Representente';
|
|
$lang['return to homepage'] = 'regresso à página principal';
|
|
$lang['Search for Author'] = 'Pesquisar um autor';
|
|
$lang['Search in Categories'] = 'Pesquisar nas categorias';
|
|
$lang['Search by Date'] = 'Pesquisar por data';
|
|
$lang['Date'] = 'Data';
|
|
$lang['End-Date'] = 'Data de fim';
|
|
$lang['Kind of date'] = 'Tipo de data';
|
|
$lang['Search for words'] = 'Pesquisar uma palavra';
|
|
$lang['Search for all terms'] = 'Pesquisar todas as palavras';
|
|
$lang['Search for any terms'] = 'Pesquisar uma das palavras';
|
|
$lang['Empty query. No criteria has been entered.'] = 'Pesquisa vazia. nenhum critério fornecido.';
|
|
$lang['Search Options'] = 'Opções de pesquisa';
|
|
$lang['Search results'] = 'Resultados da pesquisa';
|
|
$lang['Search in subcategories'] = 'Pesquisar nas subcategorias';
|
|
$lang['Search'] = 'Pesquisar';
|
|
$lang['searched words : %s'] = 'Palavras pesquisadas : %s';
|
|
$lang['Contact'] = 'Contactar';
|
|
$lang['set as category representative'] = 'Escolher como representante desta categoria';
|
|
$lang['Show number of comments'] = 'Afixar o número de comentarios';
|
|
$lang['Show number of hits'] = 'Afixar o número de vizualisações';
|
|
$lang['slideshow'] = 'Diaporama';
|
|
$lang['stop the slideshow'] = 'interromper o diaporama';
|
|
$lang['Specials'] = 'Espciais';
|
|
$lang['SQL queries in'] = 'Pesquisa SQL em';
|
|
$lang['display only recently posted images'] = 'afixar uniquamente os elementos recentes';
|
|
$lang['return to the display of all images'] = 'regresar à afixagem de todos os elementos';
|
|
$lang['the beginning'] = 'O principio';
|
|
$lang['Interface theme'] = 'Tema da interface';
|
|
$lang['Thumbnails'] = 'Miniaturas';
|
|
$lang['Menu'] = 'Menu';
|
|
$lang['A comment on your site'] = 'Um comentário sobre o sítio';
|
|
$lang['today'] = 'hoje';
|
|
$lang['Update your rating'] = 'Por em dia a sua nota';
|
|
$lang['wrong filename'] = 'nome de repertório errado';
|
|
$lang['the filesize of the picture must not exceed :'] = 'o peso da imagem não deve exceder : ';
|
|
$lang['the picture must be to the fileformat jpg, gif or png'] = 'o formato da imagem deve ser jpg, png ou gif';
|
|
$lang['the height of the picture must not exceed :'] = 'a altura da imagem não deve exceder : ';
|
|
$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optional, mas recomendado : escolher uma miniatura a associar';
|
|
$lang['the width of the picture must not exceed :'] = 'a largura da imagem não deve exceder : ';
|
|
$lang['Author'] = 'Autor';
|
|
$lang['can\'t upload the picture on the server'] = 'impossível de transferir o ficheiro no servidor';
|
|
$lang['the username must be given'] = 'nome de utilizador ausente';
|
|
$lang['A picture\'s name already used'] = 'este ficheiro já existe';
|
|
$lang['You must choose a picture fileformat for the image'] = 'o formato do ficheiro não é um formato de imagem';
|
|
$lang['You can\'t upload pictures in this category'] = 'impossível de inserir uma imagem nesta categoria';
|
|
$lang['Name of the picture'] = 'Nome da imagem';
|
|
$lang['Upload a picture'] = 'Adir uma imagem';
|
|
$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Imagem adida com succeso, um administrador deve validar para que ela seja visível';
|
|
$lang['Upload a picture'] = 'Adir uma imagem';
|
|
$lang['useful when password forgotten'] = 'útil em caso de palavra passe esquecida';
|
|
$lang['Quick search'] = 'pesquisa rápida';
|
|
$lang['Connected user: %s'] = 'Utilizador conectado: %s';
|
|
$lang['IP: %s'] = 'IP: %s';
|
|
$lang['Browser: %s'] = 'Navegador: %s';
|
|
$lang['Author: %s'] = 'Autor: %s';
|
|
$lang['Comment: %s'] = 'Comentario: %s';
|
|
$lang['Delete: %s'] = 'Supressão: %s';
|
|
$lang['Validate: %s'] = 'Validação: %s';
|
|
$lang['Comment by %s'] = 'Comentario de %s';
|
|
$lang['User: %s'] = 'Utilizador: %s';
|
|
$lang['Email: %s'] = 'Email: %s';
|
|
$lang['Admin: %s'] = 'Administração: %s';
|
|
$lang['Registration of %s'] = 'Registro de %s';
|
|
$lang['Category: %s'] = 'Catégoria: %s';
|
|
$lang['Picture name: %s'] = 'Nome da imagem: %s';
|
|
$lang['Creation date: %s'] = 'Data de criação: %d';
|
|
$lang['Waiting page: %s'] = 'Página em espera: %s';
|
|
$lang['Picture uploaded by %s'] = 'Imagem telecarregada 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.'] = 'Estatuto do utilizador "guest" não conforme, utilização do estatuto por defeito. Faça favor avisar o awebmaster.';
|
|
// --------- 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 pódem utilizar este método';
|
|
$lang['a user use already this mail address'] = 'um utilizador já utiliza este endresso email';
|
|
$lang['Category results for'] = 'Resultados das categorias para';
|
|
$lang['Tag results for'] = 'Resultados dos tags para';
|
|
$lang['from %s to %s'] = 'du %s ao %s';
|
|
$lang['Play of slideshow'] = 'Leitura du diaporama';
|
|
$lang['Pause of slideshow'] = 'Pausa do diaporama';
|
|
$lang['Repeat the slideshow'] = 'Repetir o diaporama';
|
|
$lang['Not repeat the slideshow'] = 'Não repetir o diaporama';
|
|
$lang['Reduce diaporama speed'] = 'Reduzir a velocidade do diaporama';
|
|
$lang['Accelerate diaporama speed'] = 'Aumentar a velocidade do diaporama';
|
|
$lang['Submit'] = 'Validar';
|
|
$lang['Yes'] = 'sim';
|
|
$lang['No'] = 'Não';
|
|
$lang['%d image']='%d imagem';
|
|
$lang['%d images']='%d imagens';
|
|
$lang['%d image is also linked to current tags'] = '%d imagem esta também ligada aos tags correntes';
|
|
$lang['%d images are also linked to current tags'] = '%d imagens estão também ligadas aos tags correntes';
|
|
$lang['See images linked to this tag only'] = 'Ver as imagens ligadas uniquamente a este tag';
|
|
$lang['images posted during the last %d days'] = 'imagens adidas nos %d ultimos dias';
|
|
$lang['Choose an image'] = 'Escolher uma imagem para adir';
|
|
$lang['Piwigo Help'] = 'Ajuda de Piwigo';
|
|
$lang['Rank'] = 'Posição';
|
|
$lang['group by letters'] = 'grupar por letras';
|
|
$lang['letters'] = 'letras';
|
|
$lang['show tag cloud'] = 'mostar a nuvem de tags';
|
|
$lang['cloud'] = 'nuvem';
|
|
?>
|