D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
hu-HU
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Január', '2' => 'Február', '3' => 'Március', '4' => 'Április', '5' => 'Május', '6' => 'Június', '7' => 'Július', '8' => 'Augusztus', '9' => 'Szeptember', '10' => 'Október', '11' => 'November', '12' => 'December', 'short1' => 'Jan', 'short2' => 'Feb', 'short3' => 'Márc', 'short4' => 'Ápr', 'short5' => 'Május', 'short6' => 'Jún', 'short7' => 'Júl', 'short8' => 'Aug', 'short9' => 'Szept', 'short10' => 'Okt', 'short11' => 'Nov', 'short12' => 'Dec', ];