blob: 7b45df444e9ac95d4edf2d64937a5b84d36b4d5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php $TRANSLATIONS = array(
"Pictures" => "Fotos",
"Settings" => "Configuração",
"Rescan" => "Atualizar",
"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"
);
|