mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Italian language
This commit is contained in:
17
plugins/box/filesmanager/languages/it.lang.php
Normal file
17
plugins/box/filesmanager/languages/it.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'File',
|
||||
'Files manager' => 'Gestione file',
|
||||
'Name' => 'Nome',
|
||||
'Actions' => 'Azioni',
|
||||
'Delete' => 'Elimina',
|
||||
'Upload' => 'Carica',
|
||||
'directory' => 'directory',
|
||||
'Delete directory: :dir' => 'Elimina directory: :dir',
|
||||
'Delete file: :file' => 'Elimina file :file',
|
||||
'Extension' => 'Estensione',
|
||||
'Size' => 'Dimensione',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user