Changeset 8711 for trunk/language/pt_PT


Ignore:
Timestamp:
Jan 16, 2011, 9:43:56 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (public side)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/pt_PT/common.lang.php

    r8665 r8711  
    33// | Piwigo - a PHP based picture gallery                                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     
    5555$lang['Album'] = 'Categoria';
    5656$lang['Close this window'] = 'Fechar esta janela';
    57 $lang['Complete RSS feed (images, comments)'] = 'RSS completo';
     57$lang['Complete RSS feed (photos, comments)'] = 'RSS completo';
    5858$lang['Confirm Password'] = 'Confirmar palavra-passe';
    5959$lang['Connection settings'] = 'dados da conexão';
     
    8080$lang['Help'] = 'Ajuda';
    8181$lang['Identification'] = 'Identificação';
    82 $lang['Image only RSS feed'] = 'RSS das imagens';
     82$lang['Photos only RSS feed'] = 'RSS das imagens';
    8383$lang['Keyword'] = 'Palavra chave';
    8484$lang['Links'] = 'Links';
     
    115115$lang['Tag'] = 'Tag';
    116116$lang['Tags'] = 'Tags';
    117 $lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'O RSS notifica dos eventos da galeria : novas imagens, categorias actualizadas, Novos comentários usários. Use um leitor de fluxos RSS.';
     117$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'O RSS notifica dos eventos da galeria : novas imagens, categorias actualizadas, Novos comentários usários. Use um leitor de fluxos RSS.';
    118118$lang['Unknown feed identifier'] = 'identificador de fluxo RSS desconhecido';
    119119$lang['User comments'] = 'Comentários de usuário';
     
    202202$lang['E-mail address'] = 'E-mail address';
    203203$lang['obligatory'] = 'obrigatório';
    204 $lang['Maximum height of the pictures'] = 'Altura máxima das imagens';
     204$lang['Maximum photo height'] = 'Altura máxima das imagens';
    205205$lang['Maximum height must be a number superior to 50'] = 'A altura máxima das imagens deve ser um número superior a 50';
    206 $lang['Maximum width of the pictures'] = 'Largura máxima das imagens';
     206$lang['Maximum photo width'] = 'Largura máxima das imagens';
    207207$lang['Maximum width must be a number superior to 50'] = 'A largura máxima das imagens deve ser um número superior a 50';
    208208$lang['display a calendar by creation date'] = 'Mostra um calendário ordenado pela data de criação';
    209 $lang['display all elements in all sub-albums'] = 'Mostra todos os elementos em todas as subcategorias';
     209$lang['display all photos in all sub-albums'] = 'Mostra todos os elementos em todas as subcategorias';
    210210$lang['return to normal view mode'] = 'voltar à exibição normal';
    211211$lang['display a calendar by posted date'] = 'Mostrar um calendário por data de envio das imagens';
     
    224224$lang['Most visited'] = 'Mais visitadas';
    225225$lang['display most visited photos'] = 'Mostra as imagens mais visitadas';
    226 $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';
    227 $lang['Number of images per row'] = 'Número de imagens por linha';
     226$lang['The number of photos per row must be a not null scalar'] = 'O número de imagens por linha deve ser inteiro e não nulo';
     227$lang['Number of photos per row'] = 'Número de imagens por linha';
    228228$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';
    229229$lang['Number of rows per page'] = 'Número de linhas por página';
     
    233233$lang['Next'] = 'Página seguinte';
    234234$lang['no rate'] = 'nenhuma nota';
    235 $lang['Elements posted within the last %d day.'] = 'Imagens adicionadas a partir do últimos %d dia.';
    236 $lang['Elements posted within the last %d days.'] = 'Imagens adicionadas a partir dos últimos %d dias';
     235$lang['Photos posted within the last %d day.'] = 'Imagens adicionadas a partir do últimos %d dia.';
     236$lang['Photos posted within the last %d days.'] = 'Imagens adicionadas a partir dos últimos %d dias';
    237237$lang['password updated'] = 'palavra-passe atualizada';
    238238$lang['Recent period must be a positive integer value'] = 'O período deve ser um número inteiro positivo';
    239 $lang['picture'] = 'imagem';
    240 $lang['Click on the picture to see it in high definition'] = 'Clique na imagem para vê-la em alta definição';
     239$lang['photo'] = 'imagem';
     240$lang['Click on the photo to see it in high definition'] = 'Clique na imagem para vê-la em alta definição';
    241241$lang['Show file metadata'] = 'Mostrar os metadados do arquivo.';
    242242$lang['Powered by'] = 'Powered by';
Note: See TracChangeset for help on using the changeset viewer.