D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
resources
/
languages
/
de-DE
/
components
/
Filename :
months.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ '1' => 'Januar', '2' => 'Februar', '3' => 'März', '4' => 'April', '5' => 'Mai', '6' => 'Juni', '7' => 'Juli', '8' => 'August', '9' => 'September', '10' => 'Oktober', '11' => 'November', '12' => 'Dezember', 'short1' => 'Jan.', 'short2' => 'Febr.', 'short3' => 'März', 'short4' => 'April', 'short5' => 'Mai', 'short6' => 'Juni', 'short7' => 'Juli', 'short8' => 'Aug.', 'short9' => 'Sept.', 'short10' => 'Okt.', 'short11' => 'Nov.', 'short12' => 'Dez.', ];