nextcloud/apps/gallery/l10n/pt_BR.php

13 lines
375 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "Fotos",
2012-06-06 02:29:28 +04:00
"Settings" => "Configuração",
2012-05-09 14:41:01 +04:00
"Rescan" => "Atualizar",
2012-05-13 21:59:44 +04:00
"Stop" => "Parar",
"Share" => "Compartilhar",
"Back" => "Voltar",
"Remove confirmation" => "Confirmar apagar",
"Do you want to remove album" => "Voçe dezeja remover o album",
"Change album name" => "Mudar nome do album",
"New album name" => "Nome do novo album"
2012-05-09 14:41:01 +04:00
);