1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-13 01:26:19 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/it.lang.php
2013-12-09 22:10:22 +04:00

20 lines
606 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',
'Select file' => 'Select file',
'Change' => 'Change',
)
);