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

ast.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01f961592d9b3355d711dbed2abc0c2157ed8e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Semeyes",
"Picture view" => "Vista d'imáxenes",
"Error loading slideshow template" => "Fallu al cargar la plantía de diapositives",
"Share" => "Compartir",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "¡Nun s'alcontraron semeyes! Si xubes les semeyes na app de ficheros, van amosase equí.",
"shared by %s" => "compartíu por %s",
"File list" => "Llista de ficheros"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";