Section 1

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

Section 2

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

Section 3

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

  • List item one
  • List item two
  • List item three

Section 4

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

770 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/it.js
blob: 5115ac6172a76f9999c2a4047d397b26be71f17e (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
OC.L10N.register(
    "theming",
    {
    "Loading preview…" : "Caricamento anteprima...",
    "Saved" : "Salvato",
    "Admin" : "Amministratore",
    "a safe home for all your data" : "un posto sicuro per tutti i tuoi dati",
    "Name cannot be empty" : "Il nome non può essere vuoto",
    "The given name is too long" : "Questo nome è troppo lungo",
    "The given web address is too long" : "Questo indirizzo web è troppo lungo",
    "The given legal notice address is too long" : "L'indirizzo dell'avviso legale specificato è troppo lungo",
    "The given slogan is too long" : "Questo slogan è troppo lungo",
    "The given color is invalid" : "Questo colore non è valido",
    "The file was uploaded" : "Il file è stato caricato",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
    "The file was only partially uploaded" : "Il file è  stato caricato solo parzialmente",
    "No file was uploaded" : "Non è stato caricato alcun file",
    "Missing a temporary folder" : "Manca una cartella temporanea",
    "Could not write file to disk" : "Impossibile scrivere il file su disco",
    "A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
    "No file uploaded" : "Nessun file caricato",
    "Unsupported image type" : "Tipo di immagine non supportato",
    "You are already using a custom theme. Theming app settings might be overwritten by that." : "Stai già utilizzando un tema personalizzato. Le impostazioni dell'applicazione dei temi potrebbero essere sovrascritte.",
    "Theming" : "Tema",
    "Legal notice" : "Avviso legale",
    "Adjust the Nextcloud theme" : "Modifica il tema di Nextcloud",
    "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "La gestione dei temi rende semplice la personalizzazione dell'aspetto della tua istanza e dei client supportati. Ciò sarà visibile a tutti gli utenti.",
    "Name" : "Nome",
    "Reset to default" : "Ripristina valori predefiniti",
    "Web link" : "Collegamento web",
    "https://…" : "https://…",
    "Slogan" : "Slogan",
    "Color" : "Colore",
    "Logo" : "Logo",
    "Upload new logo" : "Carica nuovo logo",
    "Login image" : "Immagine di accesso",
    "Upload new login background" : "Carica nuovo sfondo di accesso",
    "Remove background image" : "Rimuovi immagine di sfondo",
    "Advanced options" : "Opzioni avanzate",
    "Legal notice link" : "Collegamento avviso legale",
    "Header logo" : "Logo dell'intestazione",
    "Upload new header logo" : "Carica nuovo logo dell'intestazione",
    "Favicon" : "Favicon",
    "Upload new favicon" : "Carica nuova favicon",
    "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installa l'estensione Imagemacick di PHP con supporto per le immagini SVG per generare automaticamente favicon basate sul logo caricato e sul colore.",
    "You are already using a custom theme" : "Stai già usando un tema personalizzato",
    "reset to default" : "ripristina valori predefiniti",
    "Web address" : "Indirizzo web",
    "Web address https://…" : "Indirizzo web https://…",
    "There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente",
    "The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
    "Failed to write file to disk." : "Scrittura su disco non riuscita",
    "A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file."
},
"nplurals=2; plural=(n != 1);");