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

sk_SK.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7344055552fc9c7b77aa560c32a1f0863955fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Obrázky",
"Picture view" => "Zobrazenie obrázka",
"Error loading slideshow template" => "Chyba pri načítaní šablóny prezentácie",
"Share" => "Zdieľať",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Nenájdené žiadne obrázky! Ak nejaké nahráte, budú zobrazené tu.",
"shared by %s" => "Zdieľané od %s",
"File list" => "Zoznam súborov"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";