Files
nexusphp/lang/fr/lang_adredir.php

12 lines
225 B
PHP
Raw Permalink Normal View History

2025-04-22 02:55:12 +07:00
<?php
$lang_adredir = array
(
'std_error' => "Erreur",
'std_ad_system_disabled' => "Système d'annonces désactivé.",
'std_invalid_ad_id' => "Invalid ad id",
'std_no_redirect_url' => "Aucune URL de redirection."
);
?>