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