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

pt_PT.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d73bb11cb9329e88fed0c2c1c306660f29bdd128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "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"
},
"nplurals=2; plural=(n != 1);");