Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: daedfe7c80d42b1b4fe80de8d30e0e4a778446f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Imagens",
"Picture view" => "Visualizar foto",
"Error loading slideshow template" => "Erro ao carregar o modelo de slideshow",
"Share" => "Compartilhar",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Nenhuma foto foi encontrada! Se você enviar fotos no app arquivos, eles serão exibidos aqui.",
"shared by %s" => "compartilhado por %s",
"File list" => "Lista de arquivo"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";