Files
nexusphp/lang/de/lang_adredir.php

12 lines
218 B
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?php
$lang_adredir = array
(
'std_error' => "Fehler",
'std_ad_system_disabled' => "Anzeigesystem deaktiviert.",
'std_invalid_ad_id' => "Invalid ad id",
'std_no_redirect_url' => "Keine Weiterleitungs-URL."
);
?>