server/apps/files_sharing/l10n/it.php
2012-09-23 02:04:41 +02:00

9 lines
389 B
PHP

<?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",
"web services under your control" => "servizi web nelle tue mani"
);