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

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