1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-11 00:26:18 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/it.lang.php
2013-01-04 21:08:04 +02:00

18 lines
528 B
PHP

<?php
return array(
'filesmanager' => array(
'Files' => 'File',
'Files manager' => 'Gestione file',
'Name' => 'Nome',
'Actions' => 'Azioni',
'Delete' => 'Elimina',
'Upload' => 'Carica',
'directory' => 'cartella',
'Delete directory: :dir' => 'Elimina cartella: :dir',
'Delete file: :file' => 'Elimina file :file',
'Extension' => 'Estensione',
'Size' => 'Dimensione',
)
);