D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
ja-JP
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => '1 月', '2' => '2 月', '3' => '3 月', '4' => '4 月', '5' => '5 月', '6' => '6 月', '7' => '7 月', '8' => '8 月', '9' => '9 月', '10' => '10 月', '11' => '11 月', '12' => '12 月', 'short1' => '1 月', 'short2' => '2 月', 'short3' => '3 月', 'short4' => '4 月', 'short5' => '5 月', 'short6' => '6 月', 'short7' => '7 月', 'short8' => '8 月', 'short9' => '9 月', 'short10' => '10 月', 'short11' => '11 月', 'short12' => '12 月', ];