mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-19 21:19:29 +00:00
6 lines
183 B
PHP
6 lines
183 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
// Account Creation
|
|
$lang['fhc_'.FHC_SUCCESS] = 'Erfolgreich';
|
|
$lang['fhc_'.FHC_ERR_GENERAL] = 'Fehler';
|