Files
nexusphp/lang/fr/lang_attachment.php
2025-04-22 02:55:12 +07:00

21 lines
849 B
PHP

<?php
$lang_attachment = array
(
'text_nothing_received' => "Échec! Rien de reçu!",
'text_file_number_limit_reached' => "Échec ! Vous ne pouvez pas télécharger plus de fichiers pour le moment. Veuillez patienter un certain temps.",
'text_file_size_too_big' => "Échec ! La taille du fichier est trop grande.",
'text_file_extension_not_allowed' => "Échec ! L'extension de fichier n'est pas autorisée.",
'text_invalid_image_file' => "Échec ! Fichier image invalide.",
'text_cannot_move_file' => "Échec ! Impossible de déplacer le fichier téléchargé.",
'submit_upload' => "Charger",
'text_left' => "Aujourd'hui Restant : ",
'text_of' => " de ",
'text_size_limit' => "Taille: ",
'text_file_extensions' => "Extensions de fichier : ",
'text_mouse_over_here' => "souris ici",
'text_small_thumbnail' => "petite miniature",
);
?>