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

et_EE.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed4bb7c98419acffe1f974770719dc71adec99cd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Pildid",
"Picture view" => "Pildi vaade",
"Error loading slideshow template" => "Viga slaidiseansi kujunduse valimisel",
"Share" => "Jaga",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Pilte ei leitud! Kui sa laadid üles pilte failirakendiga, siis kuvatakse neid siin.",
"shared by %s" => "jagas %s",
"File list" => "Failide nimekiri"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";