D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
it-IT
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Gennaio', '2' => 'Febbraio', '3' => 'Marzo', '4' => 'Aprile', '5' => 'Maggio', '6' => 'Giugno', '7' => 'Luglio', '8' => 'Agosto', '9' => 'Settembre', '10' => 'Ottobre', '11' => 'Novembre', '12' => 'Dicembre', 'short1' => 'Gen', 'short2' => 'Feb', 'short3' => 'Mar', 'short4' => 'Apr', 'short5' => 'Maggio', 'short6' => 'Giu', 'short7' => 'Lug', 'short8' => 'Ago', 'short9' => 'Set', 'short10' => 'Ott', 'short11' => 'Nov', 'short12' => 'Dic', ];