blob: 60a1e588e82e0ddcfaaaccf1acdbbfc191dcd041 (
plain)
1
2
3
4
5
6
7
8
|
<?php $TRANSLATIONS = array(
"Password" => "Password",
"Submit" => "Invia",
"%s shared the folder %s with you" => "%s ha condiviso la cartella %s con te",
"%s shared the file %s with you" => "%s ha condiviso il file %s con te",
"Download" => "Scarica",
"No preview available for" => "Nessuna anteprima disponibile per"
);
|