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

eo.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b94da9b640b79544ade82d663ee8fbaeda14ead (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Bildoj",
"Picture view" => "Bilda vido",
"Error loading slideshow template" => "Eraris ŝargo de ŝablono pri lumbilda prezento",
"Share" => "Kunhavigi",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Neniu bildo troviĝis! Se vi alŝutos bildojn en la aplikaĵo Dosieroj, ili montriĝos ĉi tie.",
"shared by %s" => "kunhavigita de %s",
"File list" => "Listo de dosieroj"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";