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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/pt_PT.php')
-rw-r--r--l10n/pt_PT.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/pt_PT.php b/l10n/pt_PT.php
new file mode 100644
index 00000000..436ead03
--- /dev/null
+++ b/l10n/pt_PT.php
@@ -0,0 +1,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);";