blob: 8dc20efdf7ce4f86c76ca862c99beecca4570d4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php $TRANSLATIONS = array(
"Your Shared Files" => "I tuoi file condivisi",
"Item" => "Elemento",
"Shared With" => "Condiviso con",
"Permissions" => "Permessi",
"Read" => "Lettura",
"Edit" => "Modifica",
"Delete" => "Eliminazione",
"Enable Resharing" => "Abilita ri-condivisione",
"Allow users to reshare files they don't own" => "Consenti agli utenti di ri-condividere i file di cui non sono proprietari"
);
|