16 lines
897 B
PHP
16 lines
897 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Chiudi",
|
|
"Share" => "Condividi",
|
|
"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.",
|
|
"Failed to load documents." => "Caricamento documenti non riuscito.",
|
|
"No documents are found. Please upload or create a document!" => "Nessun documento trovato. Per favore carica o crea un documento!",
|
|
"Sent" => "Inviato",
|
|
"Declined" => "Rifiutato",
|
|
"Accepted" => "Accettato",
|
|
"Incoming" => "In arrivo",
|
|
"Upload" => "Carica",
|
|
"Documents" => "Documenti",
|
|
"Advanced feature-set" => "Funzionalità avanzate",
|
|
"(Unstable)" => "(Non stabile)"
|
|
);
|