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

cs.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6298ae474c35d50b07e13cd9d359ffc605961077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotky",
    "Your memories under your control" : "Vaše vzpomínky pod vaší kontrolou",
    "Your photos" : "Vaše fotky",
    "Your videos" : "Vaše videa",
    "Favorites" : "Oblíbené",
    "On this day" : "V tento den",
    "Your folders" : "Vaše složky",
    "Shared with you" : "Sdíleno s vámi",
    "Tagged photos" : "Oštítkované fotky",
    "Locations" : "Umístění",
    "Photos settings" : "Nastavení pro Fotky",
    "Open the full size \"{name}\" image" : "Otevřít obrázek „{name}“ v plné velikosti",
    "Open the \"{name}\" sub-directory" : "Otevřít podsložku „{name}“",
    "Share this folder" : "Sdílet tuto složku",
    "Back to {folder}" : "Zpět do {folder}",
    "_{years} year ago_::_{years} years ago_" : ["Před {years} rokem","Před {years} roky","Před {years} lety","Před {years} roky"],
    "View" : "Zobrazit",
    "Enable squared photos view" : "Zapnout čtvercové zobrazení fotek",
    "This folder does not exist" : "Tato složka neexistuje",
    "An error occurred" : "Došlo k chybě",
    "No photos in here" : "Tady nejsou žádné fotky",
    "No tags yet" : "Zatím žádné štítky",
    "Photos with tags will show up here" : "Fotky opatřené štítky se objeví zde",
    "Settings" : "Nastavení"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");