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

it.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 455cbb5a12252afb03fb47477f4c007762a52de3 (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
OC.L10N.register(
    "photos",
    {
    "Photos" : "Foto",
    "Your memories under your control" : "I tuoi ricordi sotto il tuo controllo",
    "Your photos" : "Le tue foto",
    "Your videos" : "I tuoi video",
    "Favorites" : "Preferiti",
    "Your folders" : "Le tue cartelle",
    "Shared with you" : "Condivise con te",
    "Tagged photos" : "Foto con tag",
    "Locations" : "Posizioni",
    "Settings" : "Impostazioni",
    "Open the full size \"{name}\" image" : "Apri l'immagine \"{name}\" a dimensione piena",
    "Open the \"{name}\" sub-directory" : "Apri la sottocartella \"{name}\"",
    "Share this folder" : "Condividi questa cartella",
    "Back to {folder}" : "Torna a {folder}",
    "View" : "Visualizza",
    "Enable squared photos view" : "Abilita vista foto quadrate",
    "An error occurred" : "Si è verificato un errore",
    "No photos in here" : "Nessuna foto qui",
    "No tags yet" : "Ancora nessun tag",
    "Photos with tags will show up here" : "Le foto con i tag saranno mostrate qui",
    "Your albums" : "I tuoi album",
    "Shared albums" : "Album condivisi",
    "This folder does not exists" : "Questa cartella non esiste"
},
"nplurals=2; plural=(n != 1);");