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

pl.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d867037940018e884dd723ac74b83a70dc5aac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "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"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");