mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
9 lines
253 B
PHP
9 lines
253 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_adredir = array (
|
||
|
|
'std_error' => '間違い',
|
||
|
|
'std_ad_system_disabled' => '広告システムは閉じられています。',
|
||
|
|
'std_invalid_ad_id' => '無効な広告ID',
|
||
|
|
'std_no_redirect_url' => 'ジャンプリンクなし。',
|
||
|
|
);
|