D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
ca-ES
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Gener', '2' => 'Febrer', '3' => 'Març', '4' => 'Abril', '5' => 'Maig', '6' => 'Juny', '7' => 'Juliol', '8' => 'Agost', '9' => 'Setembre', '10' => 'Octubre', '11' => 'Novembre', '12' => 'Desembre', 'short1' => 'Gen', 'short2' => 'Feb', 'short3' => 'Mar', 'short4' => 'Abr', 'short5' => 'Maig', 'short6' => 'Jun', 'short7' => 'Jul', 'short8' => 'Ago', 'short9' => 'Set', 'short10' => 'Oct', 'short11' => 'Nov', 'short12' => 'Des', ];