18 lines
408 B
PHP
18 lines
408 B
PHP
<?php
|
|
/**
|
|
* CUSTOM LANGUAGE STRINGS
|
|
*
|
|
* Add your custom Language Strings here with the following scheme:
|
|
*
|
|
* 'language_string_key' => 'Actual content of the Language String',
|
|
*
|
|
* Please notice that 'language_string_key' should only contain alphanumeric
|
|
* characters and underscores.
|
|
* If you are not sure take a look at the ip_lang.php file or visit the
|
|
* community forums.
|
|
*/
|
|
|
|
$lang = array(
|
|
|
|
);
|