D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
uk-UA
/
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' => 'Груд', ];