mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
299 B
PHP
12 lines
299 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_adredir = array
|
||
|
|
(
|
||
|
|
'std_error' => "Σφάλμα",
|
||
|
|
'std_ad_system_disabled' => "Σύστημα διαφημίσεων απενεργοποιημένο.",
|
||
|
|
'std_invalid_ad_id' => "Invalid ad id",
|
||
|
|
'std_no_redirect_url' => "Δεν υπάρχει URL ανακατεύθυνσης."
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|