D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
ro-RO
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'ianuarie', '2' => 'februarie', '3' => 'martie', '4' => 'aprilie', '5' => 'mai', '6' => 'iunie', '7' => 'iulie', '8' => 'august', '9' => 'septembrie', '10' => 'octombrie', '11' => 'noiembrie', '12' => 'decembrie', 'short1' => 'ian', 'short2' => 'feb', 'short3' => 'mar', 'short4' => 'apr', 'short5' => 'mai', 'short6' => 'iun', 'short7' => 'iul', 'short8' => 'aug', 'short9' => 'sep', 'short10' => 'oct', 'short11' => 'nov', 'short12' => 'dec', ];