D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
es-ES
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Enero', '2' => 'Febrero', '3' => 'Marzo', '4' => 'Abril', '5' => 'Mayo', '6' => 'Junio', '7' => 'Julio', '8' => 'Agosto', '9' => 'Septiembre', '10' => 'Octubre', '11' => 'Noviembre', '12' => 'Diciembre', 'short1' => 'Ene', 'short2' => 'Feb', 'short3' => 'Mar', 'short4' => 'Abr', 'short5' => 'Mayo', 'short6' => 'Jun', 'short7' => 'Jul', 'short8' => 'Ago', 'short9' => 'Sep', 'short10' => 'Oct', 'short11' => 'Nov', 'short12' => 'Dic', ];