server/apps/files_sharing/l10n/it.php

11 lines
380 B
PHP
Raw Normal View History

2012-08-15 00:07:20 +00:00
<?php $TRANSLATIONS = array(
2012-08-30 00:06:45 +00:00
"Password" => "Password",
2012-08-31 00:07:19 +00:00
"Submit" => "Invia",
2012-09-23 00:04:41 +00:00
"%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",
2012-08-31 00:07:19 +00:00
"Download" => "Scarica",
2013-06-30 00:13:07 +00:00
"Upload" => "Carica",
"Cancel upload" => "Annulla invio",
2013-06-14 00:52:34 +00:00
"No preview available for" => "Nessuna anteprima disponibile per"
2012-08-15 00:07:20 +00:00
);