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: 50634895e4c825048f8aabaf3484948bb7f8e4de (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(
    "richdocuments",
    {
    "Saving…" : "Salvataggio in corso...",
    "All" : "Tutti",
    "Please choose your nickname to continue as guest user." : "Scegli il tuo pseudonimo per continuare come ospite.",
    "Nickname" : "Pseudonimo",
    "Set" : "Imposta",
    "Guest" : "Ospite",
    "(read only)" : "(sola lettura)",
    "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 Graphic" : "Inserisci elemento grafico",
    "Loading documents…" : "Caricamento documenti in corso...",
    "Edit" : "Modifica",
    "New Document" : "Nuovo documento",
    "New Spreadsheet" : "Nuovo foglio elettronico",
    "New Presentation" : "Nuova presentazione",
    "Could not create file" : "Impossibile creare il file",
    "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.",
    "Collabora Online" : "Collabora Online",
    "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.",
    "Open documentation" : "Apri la documentazione",
    "Collabora Online server" : "Server Collabora Online",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "L'URL (e la porta) del server Collabora Online che fornisce la funzionalità di modifica come un client WOPI.",
    "Apply" : "Applica",
    "Restrict usage to specific groups" : "Limita l'utilizzo a gruppi specifici",
    "Restrict edit to specific groups" : "Limita la modifica a gruppi specifici",
    "Use OOXML by default for new files" : "Utilizza OOXML in modo predefinito per i nuovi file",
    "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.",
    "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);");