You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
390 B
11 lines
390 B
<?php |
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = [ |
|
'OK' => 'OK', |
|
'erreur_inconnue' => 'Erreur inconnue', |
|
'extension_inconnue' => 'Extension inconnue', |
|
'fichier_absent' => 'Fichier absent', |
|
'fichier_lecture_seule' => 'Fichier en lecture seule', |
|
'destination_inaccessible' => 'Desination inaccessible', |
|
'fichier_deja_existant' => 'Le fichier existe déjà', |
|
];
|
|
|