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

ca.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4025d88368bbbb014dc5473cd7527a57b980c58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotografies",
    "Your memories under your control" : "Els teus records sota control",
    "Your photos" : "Les teves fotografies",
    "Favorites" : "Favorits",
    "Your albums" : "Els teus àlbums",
    "Shared albums" : "Àlbums compartits",
    "Tagged photos" : "Fotografies etiquetades",
    "Locations" : "Ubicacions",
    "Open the full size \"{name}\" image" : "Obrir la imatge \"{name}\" a mida completa",
    "Open the \"{name}\" sub-directory" : "Obrir la subcarpeta \"{name}\"",
    "Back to {folder}" : "Tornar a la carpeta {folder}",
    "This folder does not exists" : "Aquesta carpeta no existeix",
    "An error occurred" : "S'ha produït un error",
    "No photos in here" : "No hi ha cap fotografia",
    "No tags yet" : "Encara no hi ha etiquetes",
    "Photos with tags will show up here" : "Aquí es mostraran les fotografies amb etiquetes"
},
"nplurals=2; plural=(n != 1);");