1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Italian language

This commit is contained in:
Stanislav
2012-10-14 22:49:54 +02:00
parent 8caafaa1d2
commit 6a48fa7f60
15 changed files with 446 additions and 0 deletions

View 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',
)
);