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

fi_FI.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29cd22d129b763739f2b1045c68e43df343bd974 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Kuvat",
"Picture view" => "Kuvanäkymä",
"Error loading slideshow template" => "Virhe ladatessa diaesityksen mallipohjaa",
"Share" => "Jaa",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Kuvia ei löytynyt! Jos lähetät kuvia tiedostosovelluksen kautta, kuvat näytetään täällä.",
"shared by %s" => "jakanut %s",
"File list" => "Tiedostoluettelo"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";