mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
820 B
PHP
21 lines
820 B
PHP
<?php
|
|
|
|
$lang_attachment = array
|
|
(
|
|
'text_nothing_received' => "¡Fallo! ¡Nada recibido!",
|
|
'text_file_number_limit_reached' => "¡Error! No puedes subir más archivos por el momento. Por favor, espera algún tiempo.",
|
|
'text_file_size_too_big' => "¡Error! El tamaño del archivo es demasiado grande.",
|
|
'text_file_extension_not_allowed' => "¡Error! La extensión del archivo no está permitida.",
|
|
'text_invalid_image_file' => "¡Error! Archivo de imagen no válido.",
|
|
'text_cannot_move_file' => "¡Fallo! No se puede mover el archivo subido.",
|
|
'submit_upload' => "Subir",
|
|
'text_left' => "Queda hoy: ",
|
|
'text_of' => " de ",
|
|
'text_size_limit' => "Tamaño: ",
|
|
'text_file_extensions' => "Extensiones de archivo: ",
|
|
'text_mouse_over_here' => "ratón aquí",
|
|
'text_small_thumbnail' => "miniatura pequeña",
|
|
);
|
|
|
|
?>
|