D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
ru-RU
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Январь', '2' => 'Февраль', '3' => 'Март', '4' => 'Апрель', '5' => 'Май', '6' => 'Июнь', '7' => 'Июль', '8' => 'Август', '9' => 'Сентябрь', '10' => 'Октябрь', '11' => 'Ноябрь', '12' => 'Декабрь', 'short1' => 'январь', 'short2' => 'февраль', 'short3' => 'март', 'short4' => 'апрель', 'short5' => 'май', 'short6' => 'июнь', 'short7' => 'июль', 'short8' => 'август', 'short9' => 'сентябрь', 'short10' => 'октябрь', 'short11' => 'ноябрь', 'short12' => 'декабрь', ];