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

pl.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9064543b3c7cb43a9aa47c2c6452ab7ce417f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Zdjęcia",
"Picture view" => "Widok zdjęć",
"Error loading slideshow template" => "Błąd podczas ładowania szablonu pokazu slajdów",
"Share" => "Udostępnij",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Nie znaleziono zdjęć! Zdjęcia pojawią się tutaj, gdy wgrasz je do plików.",
"shared by %s" => "udostępniony przez %s",
"File list" => "Lista plików"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";