diff options
Diffstat (limited to 'language/pt_PT')
-rw-r--r-- | language/pt_PT/admin.lang.php | 2 | ||||
-rw-r--r-- | language/pt_PT/common.lang.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/language/pt_PT/admin.lang.php b/language/pt_PT/admin.lang.php index 81e41305a..389b243d6 100644 --- a/language/pt_PT/admin.lang.php +++ b/language/pt_PT/admin.lang.php @@ -782,4 +782,6 @@ $lang['Do you want to activate anyway?'] = 'Deseja mesmo activar a extensão?'; $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'ESTA EXTENSÃO AGORA É PARTE DO NÚCLEO DE PIWIGO! DESINSTALE-A IMEDIATAMENTE!'; $lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERRO: ESTA EXTENSÃO NÃO EXISTE MAS ESTÁ INSTALADA! DESINSTALE-A AGORA.'; $lang['Simulation'] = 'Simulação'; +$lang['display'] = 'Mostrar'; +$lang['email'] = 'Email'; ?>
\ No newline at end of file diff --git a/language/pt_PT/common.lang.php b/language/pt_PT/common.lang.php index 03faeac03..db6121ab2 100644 --- a/language/pt_PT/common.lang.php +++ b/language/pt_PT/common.lang.php @@ -359,5 +359,5 @@ $lang['This author modified following comment:'] = 'Este autor modificou o segui $lang['This author removed the comment with id %d'] = 'Este autor removeu o comentário com o ID %d'; $lang['validate this comment'] = 'validar este comentário'; $lang['html tags are not allowed in login'] = 'Etiquetas HTML não são permitidas no Início de Sessão'; - +$lang['download'] = 'Download'; ?>
\ No newline at end of file |