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

gl.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5662e4e95dbfb7611adade133ed60bc60c2ed670 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Imaxes",
"Picture view" => "Ver imaxes",
"Error loading slideshow template" => "Produciuse un erro ao cargar o modelo do diaporama",
"Share" => "Compartir",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Non se atoparon imaxes! Se envía imaxes coas aplicacións de ficheiros, amosaranse aquí.",
"shared by %s" => "compartido por %s",
"File list" => "Lista de ficheiros"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";