25 lines
435 B
PHP
25 lines
435 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2016 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
return array (
|
|
'um' => true,
|
|
'te' => true,
|
|
'am' => true,
|
|
'se' => true,
|
|
'34' => true,
|
|
'd+' => true,
|
|
'09' => true,
|
|
'01' => true,
|
|
'08' => true,
|
|
'02' => true,
|
|
'00' => true,
|
|
'06' => true,
|
|
'04' => true,
|
|
'05' => true,
|
|
'07' => true,
|
|
'10' => true,
|
|
'03' => true,
|
|
'18' => true,
|
|
); |