mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 13:19:28 +00:00
11 lines
458 B
PHP
11 lines
458 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
// Account Creation
|
|
$lang['fhc_'.FHC_SUCCESS] = 'Success!';
|
|
$lang['fhc_'.FHC_ERROR] = 'Generell error!';
|
|
$lang['fhc_'.FHC_MODEL_ERROR] = 'Error in Model!';
|
|
$lang['fhc_'.FHC_DB_ERROR] = 'Database-Error';
|
|
$lang['fhc_'.FHC_NODBTABLE] = 'DB-Table not exists!';
|
|
$lang['fhc_'.FHC_NORIGHT] = 'No user-permissions!';
|
|
$lang['fhc_'.FHC_INVALIDID] = 'ID/Key is not valid or missing!';
|