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

it.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e61ca2510664a817617b8dff7ad08d5141d38c84 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
OC.L10N.register(
    "richdocuments",
    {
    "Saving…" : "Salvataggio in corso...",
    "All" : "Tutti",
    "Error" : "Errore",
    "An error occurred" : "Si è verificato un errore",
    "Please choose your nickname to continue as guest user." : "Scegli il tuo pseudonimo per continuare come ospite.",
    "Nickname" : "Pseudonimo",
    "Set" : "Imposta",
    "Remove from favorites" : "Rimuovi dai preferiti",
    "Add to favorites" : "Aggiungi ai preferiti",
    "(read only)" : "(sola lettura)",
    "Guest" : "Ospite",
    "Follow current editor" : "Segui l'autore attuale",
    "Close version preview" : "Chiudi anteprima della versione",
    "Current version" : "Versione attuale",
    "Failed to revert the document to older version" : "Il ripristino del documento alla versione più datata non è riuscito",
    "Please enter the filename to store the document as." : "Digita il nome del file con cui memorizzare il documento.",
    "Save As" : "Salva come",
    "New filename" : "Nuovo nome file",
    "Cancel" : "Annulla",
    "Save" : "Salva",
    "Insert from {name}" : "Inserisci da {name}",
    "Please enter the filename for the new document" : "Digita il nome del file per il nuovo documento",
    "Create a new document" : "Crea un nuovo documento",
    "Loading documents…" : "Caricamento documenti in corso...",
    "Select a personal template folder" : "Seleziona una cartella dei modelli personali",
    "Edit" : "Modifica",
    "New Document" : "Nuovo documento",
    "New Spreadsheet" : "Nuovo foglio elettronico",
    "New Presentation" : "Nuova presentazione",
    "Could not create file" : "Impossibile creare il file",
    "Create" : "Crea",
    "Select template" : "Seleziona modello",
    "Can't create document" : "Impossibile creare il documento",
    "New Document.odt" : "Nuovo documento.odt",
    "New Spreadsheet.ods" : "Nuovo foglio_elettronico.ods",
    "New Presentation.odp" : "Nuova presentazione.odp",
    "New Document.docx" : "Nuovo documento.docx",
    "New Spreadsheet.xlsx" : "Nuovo foglio elettronico.xlsx",
    "New Presentation.pptx" : "Nuova presentazione.pptx",
    "Document already exists" : "Il documento esiste già",
    "Not allowed to create document" : "Creazione di documenti non consentita",
    "Saved" : "Salvato",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Salvato con errore: Collabora Online dovrebbe utilizzare lo stesso protocollo dell'installazione del server.",
    "Error when saving" : "Errore durante il salvataggio",
    "File is too big" : "Il file è troppo grande",
    "Invalid file provided" : "File fornito non valido ",
    "Template not found" : "Modello non trovato",
    "Collabora Online" : "Collabora Online",
    "Empty" : "Vuoto",
    "Guest: %s" : "Ospite: %s",
    "Edit office documents directly in your browser." : "Modifca i documenti di ufficio direttamente nel tuo browser.",
    "This application can connect to a Collabora Online server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that." : "Questa applicazione può collegare un server Collabora Online (client WOPI). Nextcloud è l'host WOPI. Leggi la documentazione per scoprire ulteriori informazioni.",
    "Apply" : "Applica",
    "Restrict usage to specific groups" : "Limita l'utilizzo a gruppi specifici",
    "Restrict edit to specific groups" : "Limita la modifica a gruppi specifici",
    "Enable access for external apps" : "Abilita l'accesso per le applicazioni esterne",
    "Add" : "Aggiungi",
    "Use Canonical webroot" : "Usa webroot canonica",
    "Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Webroot canonica che utilizzerà Collabora, in presenza di più webroot. Fornisci quella con minori restrizioni. Ad es.: usa una webroot senza shibboleth se l'accesso a questa istanza viene effettuato da webroot con e senza shibboleth. Puoi ignorare questa impostazione se viene utilizzata una sola webroot per accedere a questa istanza.",
    "Global templates" : "Modelli globali",
    "Add a new template" : "Aggiungi un nuovo modello",
    "No templates defined." : "Nessun modello definito.",
    "Add a new one?" : "Vuoi aggiungerne uno nuovo?",
    "template preview" : "anteprima dei modelli",
    "Select a template directory" : "Seleziona una cartella dei modelli",
    "Remove personal template folder" : "Rimuovi la cartella dei modelli personali",
    "Templates inside of this directory will be added to the template selector of Collabora Online." : "I modelli all'interno di questa cartella saranno aggiunti al selettore dei modelli di Collabora Online.",
    "Wrong password. Please retry." : "Password errata. Riprova.",
    "Password" : "Password",
    "OK" : "OK",
    "Guest %s" : "Ospite %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Questo collegamento è scaduto o non è mai esistito. Contatta la persona che lo ha condiviso per i dettagli."
},
"nplurals=2; plural=(n != 1);");