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

it.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3b57441502c36e2962157ded41318ed8ae2bb96 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
OC.L10N.register(
    "gallery",
    {
    "Gallery" : "Galleria",
    "Pictures" : "Immagini",
    "No pictures found" : "Nessuna immagine trovata",
    "Upload pictures in the files app to display them here" : "Carica le immagini nell'applicazione dei file per visualizzarle qui.",
    "Nothing in here" : "Qui non c'è niente",
    "No media files found in this folder" : "Nessun file multimediale trovato in questa cartella",
    "Aborting preview. Could not find the file" : "Anteprima interrotta. Impossibile trovare il file",
    "No ownCloud installation (7 or higher) found at {remote}" : "Nessuna installazione di ownCloud (7 o superiore) trovata su {remote}",
    "Invalid ownCloud url" : "URL di ownCloud non valido",
    "Gallery view" : "Galleria",
    "Could not load the description" : "Impossibile caricare la descrizione",
    "Could not load the description: " : "Impossibile caricare la descrizione:",
    "Copyright" : "Copyright",
    "Could not load the copyright notice: " : "Impossibile caricare l'avviso di copyright:",
    "Copyright notice" : "Avviso di copyright",
    "Link to copyright document" : "Collegamento al documento di copyright",
    "This application may not work properly on your browser." : "Questa applicazione potrebbe non funzionare correttamente con il tuo browser.",
    "For an improved experience, please install one of the following alternatives" : "Per un'esperienza più completa, installa una delle seguenti alternative",
    "Your browser is not supported!" : "Il tuo browser non è supportato!",
    "please install one of the following alternatives" : "installa una delle seguenti alternative",
    "Configuration error" : "Errore di configurazione",
    "Error loading slideshow template" : "Errore durante il caricamento del modello di presentazione",
    "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>Errore!</strong> Impossibile generare un'anteprima di questo file.<br>",
    "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>Errore!</strong> Il tuo browser non può visualizzare file SVG.<br>",
    "Next" : "Avanti",
    "Play" : "Riproduci",
    "Pause" : "Pausa",
    "Previous" : "Indietro",
    "Close" : "Chiudi",
    "Download" : "Scarica",
    "Toggle background" : "Commuta lo sfondo",
    "This share is password-protected" : "Questa condivisione è protetta da password",
    "The password is wrong. Try again." : "La password è errata. Prova ancora.",
    "Password" : "Password",
    "Sort by date" : "Ordina per data",
    "Sort by name" : "Ordina per nome",
    "Share" : "Condividi",
    "Album information" : "Informazioni sull'album",
    "File list" : "Elenco dei file",
    "Sorry, this file could not be found." : "Spiacenti, questo file non può essere trovato.",
    "Reasons might be:" : "I motivi potrebbero essere:",
    "the wrong file ID was provided" : "è stato fornito l'ID del file errato",
    "the file was removed" : "il file è stato rimosso",
    "the file is corrupt" : "il file è danneggiato",
    "the encryption key is missing" : "manca la chiave di cifratura",
    "Here is the error message returned by the server: " : "Ecco il messaggio di errore restituito dal server:",
    "For more information, please contact your friendly ownCloud administrator." : "Per ulteriori informazioni, contatta il tuo amministratore di ownCloud.",
    "Sorry, but the server could not fulfill your request." : "Spiacenti, ma il server non può completare la tua richiesta.",
    "Possible reasons for the problem:" : "Possibili cause del problema:",
    "a conflicting app was installed" : "è stata installata un'applicazione che causa un conflitto",
    "a required component is missing or was disconnected" : "un componente richiesto è mancante o è stato disconnesso",
    "the filesystem is not readable" : "il filesystem non è leggibile",
    "Sorry, this link doesn't seem to work anymore." : "Spiacenti, questo collegamento sembra non essere più attivo.",
    "the item was removed" : "l'elemento è stato rimosso",
    "the link has expired" : "il collegamento è scaduto",
    "sharing is disabled" : "la condivisione è disabilitata",
    "For more information, please ask the person who has sent you this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
    "Add to your ownCloud" : "Aggiungi al tuo ownCloud",
    "Picture view" : "Vista immagini"
},
"nplurals=2; plural=(n != 1);");