mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang fi + fr
This commit is contained in:
11
lang/fr/lang_adredir.php
Normal file
11
lang/fr/lang_adredir.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user