nextcloud/apps/gallery/l10n/pt_PT.php

13 lines
372 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Pictures" => "Imagens",
"Settings" => "Definições",
2012-05-09 14:41:01 +04:00
"Rescan" => "Atualizar",
2012-06-06 02:29:28 +04:00
"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"
2012-05-09 14:41:01 +04:00
);