13 lines
372 B
PHP
13 lines
372 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Pictures" => "Imagens",
|
|
"Settings" => "Definições",
|
|
"Rescan" => "Atualizar",
|
|
"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"
|
|
);
|