mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 04:39:28 +00:00
10 lines
275 B
PHP
10 lines
275 B
PHP
<?php
|
|
if ( ! defined('BASEPATH'))
|
|
exit('No direct script access allowed');
|
|
|
|
// DB-Errormessages
|
|
$lang['fhc_'.FHC_MODEL_ERROR] = 'Fehler in Model';
|
|
$lang['fhc_'.FHC_NODBTABLE] = '"dbTable" ist nicht gesetzt!';
|
|
$lang['fhc_'.FHC_NORIGHT] = 'Rechte sind nicht ausreichend!';
|
|
|