diff options
author | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
commit | 2e071ba4a17cfb4e4ea0ab6e50516ddac5e0ae90 (patch) | |
tree | 681f9b4cbbed109beb41ca4babf0662dc814f8c4 /language/pt_PT | |
parent | d80d853a23119bd21c20ad92024cba5dce47e7d4 (diff) |
merge --squash from translation up to f9fecd0be09ea6da405f1ab2a09e09bc51312dd4
git merge --squash is simpler for the first time, then we plan to do cherry-pick
Diffstat (limited to 'language/pt_PT')
-rw-r--r-- | language/pt_PT/admin.lang.php | 12 | ||||
-rw-r--r-- | language/pt_PT/common.lang.php | 3 |
2 files changed, 13 insertions, 2 deletions
diff --git a/language/pt_PT/admin.lang.php b/language/pt_PT/admin.lang.php index 0dd5e3402..145ba61e2 100644 --- a/language/pt_PT/admin.lang.php +++ b/language/pt_PT/admin.lang.php @@ -979,4 +979,14 @@ $lang['between %s and %s MB'] = 'Entre %s e %s MB'; $lang['date & time'] = 'Data e hora'; $lang['file name'] = 'Nome do arquivo'; $lang['width & height'] = 'Largura & altura'; -$lang['Upload in progress'] = 'Carregamento em progresso';
\ No newline at end of file +$lang['Upload in progress'] = 'Carregamento em progresso'; +$lang['Delete %d orphan photos'] = 'Apagar %d fotos órfãos'; +$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Cada e-mail enviado conterá sua própria chave de autenticação automática de links, válido para %s.'; +$lang['Edit user'] = 'Editar usuário'; +$lang['For security reason, authentication keys do not work for administrators.'] = ' +Por razões de segurança, chaves de autenticação não funcionam para os administradores.'; +$lang['No recipient selected'] = 'Nenhum destinatário seleccionado'; +$lang['No user is permitted to see this private album'] = 'Nenhum usuário tem permissão para ver este álbum privado'; +$lang['Orphans'] = 'Órfãos'; +$lang['Recipients'] = 'Destinatários'; +$lang['Y Repeat'] = 'Y Repetir';
\ No newline at end of file diff --git a/language/pt_PT/common.lang.php b/language/pt_PT/common.lang.php index 8f62b8d62..cdf4b7dfe 100644 --- a/language/pt_PT/common.lang.php +++ b/language/pt_PT/common.lang.php @@ -429,4 +429,5 @@ $lang['Album name, Z → A'] = 'Nome do album, de A a Z'; $lang['Apply on properties'] = 'Aplicar nas propriedades'; $lang['Link: %s'] = 'Link: %s'; $lang['Photo description'] = 'Descrição da foto'; -$lang['Photo title'] = 'Título da foto';
\ No newline at end of file +$lang['Photo title'] = 'Título da foto'; +$lang['Your authentication key is no longer valid.'] = 'Sua chave de autenticação não é mais válida.';
\ No newline at end of file |