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

oc.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16dcf7c65a588d8f91b00f04e455e35052e99123 (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
30
31
32
33
34
35
36
37
38
OC.L10N.register(
    "photos",
    {
    "Public link" : "Ligam public",
    "Photos" : "Photos",
    "Your memories under your control" : "Vòstres sovenirs jos vòstre contraròtle",
    "Albums" : "Albums",
    "People" : "Gent",
    "Folders" : "Repertòris",
    "Favorites" : "Favorits",
    "Shared with you" : "Shared with you",
    "Tags" : "Etiquetas",
    "Locations" : "Emplaçaments",
    "Back" : "Retorn",
    "Save" : "Enregistrar",
    "Copy public link" : "Copiar lo ligam public",
    "An error occurred" : "Una error s’es producha",
    "Open the full size \"{name}\" image" : "Dobrir l’imatge {name} en talha originala",
    "Open the \"{name}\" sub-directory" : "Dobrir lo jos-dossièr « {name} »",
    "Back to {folder}" : "Tornar a {folder}",
    "Share this folder" : "Partejar aqueste dossièr",
    "Enable squared photos view" : "Activar la vista amb fòtos carrat",
    "View" : "Vista",
    "Favorite" : "Favorit",
    "Remove from favorites" : "Remove from favorites",
    "This folder does not exist" : "Aqueste dossièr existís pas",
    "No photos in here" : "Cap de fòto aquí",
    "Shared albums" : "Albums partejats",
    "No tags yet" : "Cap d’etiqueta pel moment",
    "Photos with tags will show up here" : "Las fòtos amb etiquetas apreissaràn aquí",
    "Add" : "Apondre",
    "Tagged photos" : "Fòtos etiquetadas",
    "Your photos" : "Vòstras fòtos",
    "Your videos" : "Vòstras vidèos",
    "Your folders" : "Vòstres dossièrs",
    "Settings" : "Paramètres"
},
"nplurals=2; plural=(n > 1);");