78 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php $TRANSLATIONS = array(
 | |
| "You don't have permission to rename this document" => "Non hai i permessi per rinominare questo documento",
 | |
| "Documents" => "Documenti",
 | |
| "Close" => "Chiudi",
 | |
| "Share" => "Condividi",
 | |
| "No connection to server. Trying to reconnect." => "Nessuna connessione al server. Riprova a connetterti.",
 | |
| "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'.",
 | |
| "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.",
 | |
| "'.' 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.",
 | |
| "Loading documents..." => "Caricamento documenti...",
 | |
| "Failed to load documents." => "Caricamento documenti non riuscito.",
 | |
| "No documents are found. Please upload or create a document!" => "Nessun documento trovato. Carica o crea un documento!",
 | |
| "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",
 | |
| "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:",
 | |
| "OK" => "OK",
 | |
| "Open" => "Apri",
 | |
| "Options" => "Opzioni",
 | |
| "Paragraph..." => "Paragrafo...",
 | |
| "Paragraph Styles" => "Stili paragrafo",
 | |
| "Redo" => "Rifai",
 | |
| "Right" => "Destra",
 | |
| "Save" => "Salva",
 | |
| "Size" => "Dimensione",
 | |
| "Spacing" => "Spaziatura",
 | |
| "Strikethrough" => "Barrato",
 | |
| "Style" => "Stile",
 | |
| "Text" => "Testo",
 | |
| "Top" => "In alto",
 | |
| "Underline" => "Sottolineato",
 | |
| "Undo" => "Annulla",
 | |
| "Unknown Author" => "Autore sconosciuto",
 | |
| "Edit" => "Modifica",
 | |
| "Sent" => "Inviato",
 | |
| "Declined" => "Rifiutato",
 | |
| "Accepted" => "Accettato",
 | |
| "Incoming" => "In arrivo",
 | |
| "New document" => "Nuovo documento",
 | |
| "Upload" => "Carica",
 | |
| "Save new documents to" => "Salva i nuovi documenti in",
 | |
| "Wrong password. Please retry." => "Password errata. Riprova.",
 | |
| "Password" => "Password",
 | |
| "Please enter your nickname" => "Inserisci il tuo pseudonimo",
 | |
| "Join" => "Entra",
 | |
| "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.",
 | |
| "Advanced feature-set" => "Funzionalità avanzate",
 | |
| "(Unstable)" => "(Non stabile)"
 | |
| );
 |