92 lines
4.7 KiB
PHP
Raw Normal View History

2014-10-27 16:29:45 -04:00
<?php
$TRANSLATIONS = array(
2014-10-30 00:43:20 -04:00
"Documents" => "Documenti",
2014-04-04 00:44:54 -04:00
"Can't create document" => "Impossibile creare il documento",
2013-12-07 20:22:36 -05:00
"You don't have permission to rename this document" => "Non hai i permessi per rinominare questo documento",
2014-06-05 00:43:23 -04:00
"Directory saved successfully." => "Cartella salvata correttamente.",
2014-10-30 00:43:20 -04:00
"An error occurred while changing directory." => "Si è verificato un errore durante il cambio di cartella.",
"Saved" => "Salvato",
"Format filter server is down or misconfigured" => "Il formato del filtro del server è inattivo o configurato in modo errato",
"Conversion failed. Check log for details." => "Conversione non riuscita. Controlla i log per i dettagli.",
2014-07-12 00:43:24 -04:00
"Saving..." => "Salvataggio in corso...",
2014-05-12 00:44:33 -04:00
"Failed to load documents." => "Caricamento documenti non riuscito.",
2014-07-16 00:43:10 -04:00
"No documents were found. Upload or create a document to get started!" => "Nessun documento trovato. Carica o crea un documento per iniziare!",
2013-09-22 09:53:01 -04:00
"Share" => "Condividi",
2013-11-20 16:10:05 -05:00
"No connection to server. Trying to reconnect." => "Nessuna connessione al server. Riprova a connetterti.",
2013-10-02 07:23:33 -04:00
"Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "Lasciare questa pagina nella modalità potrebbe causare il mancato salvataggio dei dati. Si consiglia invece di utilizzare il pulsante 'Chiudi'.",
2013-09-28 22:01:03 -04:00
"Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "Caricamento del documento non riuscito. Controlla se può essere aperto con un editor odt esterno. Ciò può anche significare che è stato tolto dalla condivisione o che è stato eliminato recentemente.",
2014-03-15 01:11:32 -04:00
"Save" => "Salva",
2013-12-07 20:22:36 -05:00
"Loading documents..." => "Caricamento documenti...",
2014-02-13 02:13:52 -05:00
"'.' is an invalid file name." => "'.' non è un nome file valido.",
"File name cannot be empty." => "Il nome del file non può essere vuoto.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.",
2013-11-20 16:10:05 -05:00
"Align Left" => "Allineamento a sinistra",
"Alignment" => "Allineamento",
"Align Right" => "Allineamento a destra",
"Annotate" => "Annota",
"Background" => "Sfondo",
"Bold" => "Grassetto",
"Bottom" => "In basso",
"Cancel" => "Annulla",
"Center" => "Centrato",
"Clone" => "Clona",
"Clone this Style" => "Clona questo stile",
2014-07-15 00:43:40 -04:00
"Close" => "Chiudi",
2013-11-20 16:10:05 -05:00
"Color" => "Colore",
"Create" => "Crea",
"Decrease Indent" => "Riduci rientro",
"Default Style" => "Stile predefinito",
"Delete" => "Elimina",
"Family" => "Famiglia",
"Font" => "Carattere",
"Font Effects" => "Effetti carattere",
"Format" => "Formato",
"Increase Indent" => "Aumenta rientro",
"Insert Image" => "Inserisci immagine",
"Invite Members" => "Invita membri",
"Italic" => "Corsivo",
"Justified" => "Giustificato",
"Justify" => "Giustifica",
"Left" => "Sinistra",
"Loading" => "Caricamento",
"Members" => "Membri",
"New Name:" => "Nuovo nome:",
2013-11-15 20:05:27 -05:00
"OK" => "OK",
2013-11-20 16:10:05 -05:00
"Open" => "Apri",
"Options" => "Opzioni",
"Paragraph..." => "Paragrafo...",
"Paragraph Styles" => "Stili paragrafo",
"Redo" => "Rifai",
"Right" => "Destra",
"Size" => "Dimensione",
"Spacing" => "Spaziatura",
"Strikethrough" => "Barrato",
"Style" => "Stile",
"Text" => "Testo",
"Top" => "In alto",
"Underline" => "Sottolineato",
"Undo" => "Annulla",
"Unknown Author" => "Autore sconosciuto",
2013-12-04 18:14:05 -05:00
"Edit" => "Modifica",
2014-04-18 00:44:43 -04:00
"guest" => "ospite",
2014-06-15 00:43:09 -04:00
"MS Word support (requires openOffice/libreOffice)" => "Supporto MS Word (richiede openOffice/libreOffice)",
2014-04-02 00:44:49 -04:00
"Local" => "Locale",
2014-06-15 00:43:09 -04:00
"openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "openOffice/libreOffice è installato su questo server. Il percorso al binario è fornito tramite preview_libreoffice_path in config.php",
2014-04-02 00:44:49 -04:00
"External" => "Esterno",
2014-06-15 00:43:09 -04:00
"openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice è installato su un server esterno che esegue un servizio di filtro del formato",
2014-04-03 00:45:17 -04:00
"scheme://domain.tld[:port]" => "scheme://dominio.tld[:porta]",
"Server URL" => "URL del server",
2014-07-12 00:43:24 -04:00
"Apply and test" => "Applica e prova",
2013-11-27 09:17:05 -05:00
"New document" => "Nuovo documento",
2014-06-05 00:43:23 -04:00
"Upload (max. %s)" => "Caricamento (massimo %s)",
2013-09-16 09:32:07 -04:00
"Upload" => "Carica",
2013-10-07 09:27:11 -04:00
"Save new documents to" => "Salva i nuovi documenti in",
2013-11-20 16:10:05 -05:00
"Wrong password. Please retry." => "Password errata. Riprova.",
2013-11-13 17:05:11 -05:00
"Password" => "Password",
2014-04-08 00:45:08 -04:00
"Guest %s" => "Ospite %s",
2013-10-02 07:23:33 -04:00
"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.",
2013-08-30 08:22:19 -04:00
"Advanced feature-set" => "Funzionalità avanzate",
"(Unstable)" => "(Non stabile)"
2013-08-28 17:35:04 -04:00
);
2014-10-27 16:29:45 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";