D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
pl-PL
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Styczeń', '2' => 'Luty', '3' => 'Marzec', '4' => 'Kwiecień', '5' => 'Maj', '6' => 'Czerwiec', '7' => 'Lip', '8' => 'Sierpień', '9' => 'Wrzesień', '10' => 'Październik', '11' => 'Listopad', '12' => 'Grudzień', 'short1' => 'Sty', 'short2' => 'Lut', 'short3' => 'Mar', 'short4' => 'Kwiecień', 'short5' => 'Maj', 'short6' => 'Czerwiec', 'short7' => 'Lipiec', 'short8' => 'Sie', 'short9' => 'Wrzesień', 'short10' => 'Paź', 'short11' => 'Lis', 'short12' => 'Gru', ];