This commit is contained in:
Paminger
2016-05-01 23:34:49 +02:00
parent 8cb8782586
commit b52ffa8974
8 changed files with 816 additions and 7 deletions
@@ -5,3 +5,5 @@ if ( ! defined('BASEPATH'))
// 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!';
@@ -5,3 +5,4 @@ if ( ! defined('BASEPATH'))
// DB-Errormessages
$lang['fhc_'.FHC_MODEL_ERROR] = 'Error in Model';
$lang['fhc_'.FHC_NODBTABLE] = 'dbTable is not set!';
$lang['fhc_'.FHC_NORIGHT] = 'rights are missing!';