First complete upload CasaDoc

This commit is contained in:
2024-09-18 10:42:19 +02:00
commit 2ab3e52df3
3042 changed files with 407823 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
return [
'months' => [
1 => 'January',
2 => 'February',
3 => 'March',
4 => 'April',
5 => 'May',
6 => 'June',
7 => 'July',
8 => 'August',
9 => 'September',
10 => 'October',
11 => 'November',
12 => 'December',
],
'status' => [
'Active' => 'Active',
'Banned' => 'Banned',
'Unconfirmed' => 'Unconfirmed',
]
];