mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
849 B
PHP
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",
|
|
);
|
|
|
|
?>
|