Changeset 16221 for extensions
- Timestamp:
- Jun 30, 2012, 2:52:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/language/pt_PT/plugin.lang.php
r16215 r16221 35 35 $lang['Date string is malformed'] = 'Conjunto data incorrecto'; 36 36 $lang['Don\'t show this message again'] = 'Não mosstrar esta mensagem de novo'; 37 $lang['Limit must be an integer'] = 'Limite deve ser numero inte gro';37 $lang['Limit must be an integer'] = 'Limite deve ser numero inteiro'; 38 38 $lang['No filter selected'] = 'Filtro não seleccionado'; 39 39 $lang['No tag selected'] = 'Etiqueta não seleccionada'; … … 41 41 $lang['One of these tags'] = 'Uma destas etiquetas'; 42 42 $lang['Only SmartAlbums are displayed on this page'] = 'Apenas albuns Smart são mostrados nesta página'; 43 $lang['Only these tags'] = 'Apen nas estas etiquetas';43 $lang['Only these tags'] = 'Apenas estas etiquetas'; 44 44 $lang['Regenerate photos list of all SmartAlbums'] = 'Regenerar fotos em todos os albuns Smart'; 45 45 $lang['Regenerate photos list of this SmartAlbum'] = 'Regenerar fotos neste album Smart'; … … 47 47 $lang['SmartAlbum deleted'] = 'Album Smart foi apagado'; 48 48 $lang['This album is a SmartAlbum'] = 'Este album é um album Smart'; 49 $lang['Update albums on file upload'] = 'Actualizar albuns com carga de arquivos';49 $lang['Update albums on file upload'] = 'Actualizar albuns ao fazer o upload de ficheiros'; 50 50 $lang['(can cause slowdowns)'] = '(pode causar lentidão)'; 51 51 $lang['Above'] = 'Acima'; … … 59 59 $lang['Ends with'] = 'Acaba por '; 60 60 $lang['Filters'] = 'Filtros '; 61 $lang['For "Is (not) in", separate each author by a comma'] = 'Para "Esta/Não esta em",separ cada autor deuma virgula ';62 $lang['Hits must be an integer'] = 'O número de vistas deve estar completo';61 $lang['For "Is (not) in", separate each author by a comma'] = 'Para "Esta/Não esta em",separar cada autor por uma virgula '; 62 $lang['Hits must be an integer'] = 'O número de vistas deve ser um inteiro'; 63 63 $lang['Is in'] = 'Está em'; 64 64 $lang['Is not in'] = 'Não está em'; … … 66 66 $lang['Is'] = 'Está'; 67 67 $lang['Name is empty'] = 'O sobrenome está vazio '; 68 $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Para classificar os SmartAlbums deve ir à página principal de68 $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Para ordenar os SmartAlbums deve ir à página principal de 69 69 <a href="%s">gestão dos álbuns</a>'; 70 $lang['You can\'t use more than one level filter'] = ' Só pode escolher um nível de confidentialidade';71 $lang['You can\'t use more than one limit filter'] = ' Só pode escolher uma limite de número de elementos';70 $lang['You can\'t use more than one level filter'] = 'Não pode usar mais de um nível de filtro'; 71 $lang['You can\'t use more than one limit filter'] = 'Não pode usar mais de um limite de filtro'; 72 72 $lang['author_filter'] = 'Autor'; 73 $lang['create a new SmartAlbum'] = 'Cr ear um novo SmartAlbum';73 $lang['create a new SmartAlbum'] = 'Criar um novo SmartAlbum'; 74 74 $lang['date_filter'] = 'Data'; 75 75 $lang['hit_filter'] = 'Número de vistas '; 76 $lang['level_filter'] = 'Nível de confidentialidade';77 $lang['limit_filter'] = 'Número máximo de elementos';76 $lang['level_filter'] = 'Nível '; 77 $lang['limit_filter'] = 'Número máximo de fotos'; 78 78 $lang['name_filter'] = 'Nome da fotografia '; 79 79 $lang['tags_filter'] = 'Tags';
Note: See TracChangeset
for help on using the changeset viewer.