Mirror von
https://git.d3data.de/3rdParty/captcha-module.git
synchronisiert 2024-11-01 04:44:37 +01:00
985eb413d7
* If application directory exists, module translation loader looks for translations inside application/... directory.
14 Zeilen
318 B
PHP
14 Zeilen
318 B
PHP
<?php
|
|
/**
|
|
* #PHPHEADER_OECAPTCHA_LICENSE_INFORMATION#
|
|
*/
|
|
|
|
// -------------------------------
|
|
// RESOURCE IDENTIFIER = STRING
|
|
// -------------------------------
|
|
$aLang = array(
|
|
'charset' => 'UTF-8',
|
|
'SHOP_MODULE_GROUP_main' => 'General',
|
|
'SHOP_MODULE_oecaptchakey' => 'Captcha Key',
|
|
);
|