D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
id-ID
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Januari', '2' => 'Februari', '3' => 'Maret', '4' => 'April', '5' => 'Mei', '6' => 'Juni', '7' => 'Juli', '8' => 'Agustus', '9' => 'September', '10' => 'Oktober', '11' => 'November', '12' => 'Desember', 'short1' => 'Jan', 'short2' => 'Feb', 'short3' => 'Mar', 'short4' => 'Apr', 'short5' => 'Mei', 'short6' => 'Jun', 'short7' => 'Jul', 'short8' => 'Agu', 'short9' => 'Sep', 'short10' => 'Okt', 'short11' => 'Nov', 'short12' => 'Des', ];