diff options
Diffstat (limited to 'apps/gallery/l10n/pt_PT.php')
-rw-r--r-- | apps/gallery/l10n/pt_PT.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/pt_PT.php b/apps/gallery/l10n/pt_PT.php index 5d704b824c0..54e99cf2456 100644 --- a/apps/gallery/l10n/pt_PT.php +++ b/apps/gallery/l10n/pt_PT.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Imagens", +"Settings" => "Definições", "Rescan" => "Atualizar", -"Back" => "Voltar" +"Stop" => "Parar", +"Share" => "Partilhar", +"Back" => "Voltar", +"Remove confirmation" => "Remove confirmação", +"Do you want to remove album" => "Deseja remover o album", +"Change album name" => "Mudar o nome do album", +"New album name" => "Novo nome do album" ); |