This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_rhein/rhein/dbd/tbl/locale_string.php

7 lines
164 B
PHP

<?php
namespace DBD;
class locale_string extends \SYSTEM\DBD\system_locale_string {
const CATEGORY_RHEIN_TEXT = 100;
const CATEGORY_RHEIN_OTHER = 101;
}