16 lines
897 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Chiudi",
2013-09-22 09:53:01 -04:00
"Share" => "Condividi",
2013-09-26 21:59:57 -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 fallito. Per favore controlla se può essere aperto con un editor odt esterno. Questo può anche significare che è stato tolto dalla condivisione oppure che è stato cancellato recentemente.",
2013-08-30 08:22:19 -04:00
"Failed to load documents." => "Caricamento documenti non riuscito.",
2013-09-22 09:53:01 -04:00
"No documents are found. Please upload or create a document!" => "Nessun documento trovato. Per favore carica o crea un documento!",
2013-08-30 08:22:19 -04:00
"Sent" => "Inviato",
"Declined" => "Rifiutato",
"Accepted" => "Accettato",
"Incoming" => "In arrivo",
2013-09-16 09:32:07 -04:00
"Upload" => "Carica",
2013-08-30 08:22:19 -04:00
"Documents" => "Documenti",
"Advanced feature-set" => "Funzionalità avanzate",
"(Unstable)" => "(Non stabile)"
2013-08-28 17:35:04 -04:00
);