D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
pt-BR
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Janeiro', '2' => 'Fevereiro', '3' => 'Março', '4' => 'Abril', '5' => 'Maio', '6' => 'Junho', '7' => 'Julho', '8' => 'Agosto', '9' => 'Setembro', '10' => 'Outubro', '11' => 'Novembro', '12' => 'Dezembro', 'short1' => 'Jan', 'short2' => 'Fev', 'short3' => 'Mar', 'short4' => 'Abr', 'short5' => 'Maio', 'short6' => 'Jun', 'short7' => 'Jul', 'short8' => 'Ago', 'short9' => 'Set', 'short10' => 'Out', 'short11' => 'Nov', 'short12' => 'Dez', ];