2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-09-13 19:45:30 -04:00
|
|
|
"Oops! This document has been either unshared or deleted recently." => "Oops! Questo documento non è più condiviso o è stato eliminato di recente.",
|
2013-08-28 17:35:04 -04:00
|
|
|
"Close" => "Chiudi",
|
2013-08-30 08:22:19 -04:00
|
|
|
"Invite" => "Invita",
|
|
|
|
"Users in session:" => "Utenti nella sessione:",
|
|
|
|
"Failed to load documents." => "Caricamento documenti non riuscito.",
|
|
|
|
"No people found" => "Non sono state trovate altre persone",
|
|
|
|
"Remove from the list" => "Rimuovi dall'elenco",
|
|
|
|
"Sent" => "Inviato",
|
|
|
|
"Declined" => "Rifiutato",
|
|
|
|
"Accepted" => "Accettato",
|
|
|
|
"Incoming" => "In arrivo",
|
|
|
|
"Documents" => "Documenti",
|
|
|
|
"Advanced feature-set" => "Funzionalità avanzate",
|
|
|
|
"(Unstable)" => "(Non stabile)"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|