nextcloud/apps/files_sharing/l10n/it.php

10 lines
235 B
PHP
Raw Normal View History

2012-08-15 04:07:20 +04:00
<?php $TRANSLATIONS = array(
"Your Shared Files" => "I tuoi file condivisi",
"Item" => "Elemento",
"Shared With" => "Condiviso con",
"Permissions" => "Permessi",
"Read" => "Lettura",
"Edit" => "Modifica",
"Delete" => "Eliminazione"
);