Files
nexusphp/lang/el/lang_adredir.php

12 lines
299 B
PHP
Raw Permalink Normal View History

2025-05-05 21:27:48 +07:00
<?php
$lang_adredir = array
(
'std_error' => "Σφάλμα",
'std_ad_system_disabled' => "Σύστημα διαφημίσεων απενεργοποιημένο.",
'std_invalid_ad_id' => "Invalid ad id",
'std_no_redirect_url' => "Δεν υπάρχει URL ανακατεύθυνσης."
);
?>