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

pt_PT.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 436ead03e32633c0f9a771107d5d3d3a373a1394 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Imagens",
"Picture view" => "Visualização da Imagem",
"Error loading slideshow template" => "Ocorreu um erro ao carregar o modelo do diaporama",
"Share" => "Compartilhar",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Não foram encontradas fotografias! Se enviar imagens na app de ficheiros, estas serão visualizados aqui.",
"shared by %s" => "compartilhada por %s",
"File list" => "Lista de Ficheiros"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";