1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
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 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['None of these tags'] = 'Nenhuma dessas tags'; |
---|
24 | $lang['One of these albums'] = 'Um dessas categorias'; |
---|
25 | $lang['One of these tags'] = 'Uma dessas tags'; |
---|
26 | $lang['Only SmartAlbums are displayed on this page'] = 'Somente SmartAlbums são mostrados nessa página'; |
---|
27 | $lang['Only these albums'] = 'Somente essa categoria'; |
---|
28 | $lang['Only these tags'] = 'Somente essa tag'; |
---|
29 | $lang['Rating score must be an integer'] = 'Nota de avaliação deve ser um inteiro'; |
---|
30 | $lang['Regenerate photos list of all SmartAlbums'] = 'Gere novamente lista de todas as fotos do SmartAlbums'; |
---|
31 | $lang['Regenerate photos list of this SmartAlbum'] = 'Gere novamente lita desse SmartAlbum'; |
---|
32 | $lang['SmartAlbum added'] = 'SmartAlbum adicionado'; |
---|
33 | $lang['SmartAlbum deleted'] = 'SmartAlbum apagado'; |
---|
34 | $lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums são considerados privados para todos e um usuário pode ver seu conteúdo somente se avaliável em outra categoria que ele tenha acesso.'; |
---|
35 | $lang['This album is a SmartAlbum'] = 'Essa categoria é um SmartAlbum'; |
---|
36 | $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Para ordenar categorias vá para a categoria principal na <a href="%s">Página de gerenciamento</a>'; |
---|
37 | $lang['Update albums on file upload'] = 'Atualize categorias enviando arquivo'; |
---|
38 | $lang['You can\'t use more than one level filter'] = 'Você não pode usar mais do que um filtro de nível.'; |
---|
39 | $lang['You can\'t use more than one limit filter'] = 'Você não pode usar mais do que um limite e filtro.'; |
---|
40 | $lang['can cause slowdowns'] = 'pode causar lentidão'; |
---|
41 | $lang['create a new SmartAlbum'] = 'Cria um novo SmartAlbum'; |
---|
42 | $lang['Doesn\'t contain'] = 'Não contém'; |
---|
43 | $lang['Doesn\'t end with'] = 'Não termina com'; |
---|
44 | $lang['Don\'t show this message again'] = 'Não mostrar essa mensagem novamente'; |
---|
45 | $lang['Ends with'] = 'Termina com'; |
---|
46 | $lang['Exclude SmartAlbums from permissions management'] = 'Exclua SmartAlbums do gerenciador de permissões'; |
---|
47 | $lang['Filters'] = 'Filtros'; |
---|
48 | $lang['For "Is (not) in", separate each author by a comma'] = 'Para "(não) está em", separe cada autor por um vírgula'; |
---|
49 | $lang['Hits'] = 'Hits'; |
---|
50 | $lang['Hits must be an integer'] = 'Hits deve ser um inteiro'; |
---|
51 | $lang['Is'] = 'É'; |
---|
52 | $lang['Is in'] = 'Está em'; |
---|
53 | $lang['Is not'] = 'Não é'; |
---|
54 | $lang['Is not in'] = 'Não está em'; |
---|
55 | $lang['Limit must be an integer'] = 'Limite deve ser um inteiro'; |
---|
56 | $lang['Max. number of photos'] = 'Número máximo de fotos'; |
---|
57 | $lang['Name is empty'] = 'Nome está vazio'; |
---|
58 | $lang['No album selected'] = 'Nenhuma categoria selecionada'; |
---|
59 | $lang['No filter selected'] = 'Nenhum filtro selecionado'; |
---|
60 | $lang['No tag selected'] = 'Nenhuma tag selecionada'; |
---|
61 | $lang['None of these albums'] = 'Nenhuma dessas categorias'; |
---|
62 | $lang['%d photos associated to album %s'] = '%d fotos associadas às categorias %s'; |
---|
63 | $lang['Above'] = 'Acima'; |
---|
64 | $lang['Add filters here'] = 'adicione filtros aqui'; |
---|
65 | $lang['Added after'] = 'adicione depois'; |
---|
66 | $lang['Added before'] = 'adicione antes'; |
---|
67 | $lang['Added on'] = 'adicionado'; |
---|
68 | $lang['All SmartAlbums'] = 'Todos as categorias inteligentes'; |
---|
69 | $lang['All these albums'] = 'Todos essas categorias'; |
---|
70 | $lang['All these tags'] = 'Todas essas tags'; |
---|
71 | $lang['Author is empty'] = 'Autor está vazio.'; |
---|
72 | $lang['Begins with'] = 'Começa com'; |
---|
73 | $lang['Bellow'] = 'Pertence'; |
---|
74 | $lang['Contains'] = 'Contém'; |
---|
75 | $lang['Count'] = 'Conta'; |
---|
76 | $lang['Created after'] = 'Criado depois'; |
---|
77 | $lang['Created before'] = 'Criado antes'; |
---|
78 | $lang['Date string is malformed'] = 'Data está mal formada'; |
---|
79 | $lang['Doesn\'t begin with'] = 'Não inicia com'; |
---|
80 | $lang['Regex is malformed'] = 'Regex está mal formada.'; |
---|
81 | $lang['Regular expression'] = 'Expressão Regular'; |
---|
82 | $lang['Update albums every %s days'] = 'Atualize albuns a cada %s dias'; |
---|
83 | $lang['Invalid number of days'] = 'Número inválido de dias'; |
---|
84 | $lang['Mode'] = 'Modo'; |
---|
85 | $lang['Select albums...'] = 'Selecionar albuns...'; |
---|
86 | ?> |
---|