You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
462 B
PHP
13 lines
462 B
PHP
<?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à',
|
|
'tentative_de_vidage_du_fichier' => 'Impossible de vider totalement un fichier d\'archive',
|
|
];
|