mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user