Skip to content

Commit

Permalink
Merge pull request #1576 from willyaranda/update_es_translation
Browse files Browse the repository at this point in the history
Update Spanish translation
  • Loading branch information
alextselegidis authored Aug 7, 2024
2 parents 665e635 + 93fff8d commit dcf9015
Show file tree
Hide file tree
Showing 8 changed files with 159 additions and 159 deletions.
74 changes: 37 additions & 37 deletions application/language/spanish/calendar_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,48 +37,48 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['cal_su'] = 'Su';
$lang['cal_mo'] = 'Mo';
$lang['cal_tu'] = 'Tu';
$lang['cal_we'] = 'We';
$lang['cal_th'] = 'Th';
$lang['cal_fr'] = 'Fr';
$lang['cal_sa'] = 'Sa';
$lang['cal_sun'] = 'Sun';
$lang['cal_mon'] = 'Mon';
$lang['cal_tue'] = 'Tue';
$lang['cal_wed'] = 'Wed';
$lang['cal_thu'] = 'Thu';
$lang['cal_fri'] = 'Fri';
$lang['cal_sat'] = 'Sat';
$lang['cal_sunday'] = 'Sunday';
$lang['cal_monday'] = 'Monday';
$lang['cal_tuesday'] = 'Tuesday';
$lang['cal_wednesday'] = 'Wednesday';
$lang['cal_thursday'] = 'Thursday';
$lang['cal_friday'] = 'Friday';
$lang['cal_saturday'] = 'Saturday';
$lang['cal_jan'] = 'Jan';
$lang['cal_su'] = 'Do';
$lang['cal_mo'] = 'Lu';
$lang['cal_tu'] = 'Ma';
$lang['cal_we'] = 'Mi';
$lang['cal_th'] = 'Ju';
$lang['cal_fr'] = 'Vi';
$lang['cal_sa'] = '';
$lang['cal_sun'] = 'Dom';
$lang['cal_mon'] = 'Lun';
$lang['cal_tue'] = 'Mar';
$lang['cal_wed'] = 'Mié';
$lang['cal_thu'] = 'Jue';
$lang['cal_fri'] = 'Vie';
$lang['cal_sat'] = 'Sáb';
$lang['cal_sunday'] = 'Domingo';
$lang['cal_monday'] = 'Lunes';
$lang['cal_tuesday'] = 'Martes';
$lang['cal_wednesday'] = 'Miércoles';
$lang['cal_thursday'] = 'Jueves';
$lang['cal_friday'] = 'Viernes';
$lang['cal_saturday'] = 'Sábado';
$lang['cal_jan'] = 'Ene';
$lang['cal_feb'] = 'Feb';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Apr';
$lang['cal_apr'] = 'Abr';
$lang['cal_may'] = 'May';
$lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Aug';
$lang['cal_aug'] = 'Ago';
$lang['cal_sep'] = 'Sep';
$lang['cal_oct'] = 'Oct';
$lang['cal_nov'] = 'Nov';
$lang['cal_dec'] = 'Dec';
$lang['cal_january'] = 'January';
$lang['cal_february'] = 'February';
$lang['cal_march'] = 'March';
$lang['cal_april'] = 'April';
$lang['cal_mayl'] = 'May';
$lang['cal_june'] = 'June';
$lang['cal_july'] = 'July';
$lang['cal_august'] = 'August';
$lang['cal_september'] = 'September';
$lang['cal_october'] = 'October';
$lang['cal_november'] = 'November';
$lang['cal_december'] = 'December';
$lang['cal_dec'] = 'Dic';
$lang['cal_january'] = 'Enero';
$lang['cal_february'] = 'Febrero';
$lang['cal_march'] = 'Marzo';
$lang['cal_april'] = 'Abril';
$lang['cal_mayl'] = 'Mayo';
$lang['cal_june'] = 'Junio';
$lang['cal_july'] = 'Julio';
$lang['cal_august'] = 'Agosto';
$lang['cal_september'] = 'Septiembre';
$lang['cal_october'] = 'Octubre';
$lang['cal_november'] = 'Noviembre';
$lang['cal_december'] = 'Diciembre';
28 changes: 14 additions & 14 deletions application/language/spanish/date_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['date_year'] = 'Year';
$lang['date_years'] = 'Years';
$lang['date_month'] = 'Month';
$lang['date_months'] = 'Months';
$lang['date_week'] = 'Week';
$lang['date_weeks'] = 'Weeks';
$lang['date_day'] = 'Day';
$lang['date_days'] = 'Days';
$lang['date_hour'] = 'Hour';
$lang['date_hours'] = 'Hours';
$lang['date_minute'] = 'Minute';
$lang['date_minutes'] = 'Minutes';
$lang['date_second'] = 'Second';
$lang['date_seconds'] = 'Seconds';
$lang['date_year'] = 'Año';
$lang['date_years'] = 'Años';
$lang['date_month'] = 'Mes';
$lang['date_months'] = 'Meses';
$lang['date_week'] = 'Semana';
$lang['date_weeks'] = 'Semanas';
$lang['date_day'] = 'Día';
$lang['date_days'] = 'Días';
$lang['date_hour'] = 'Hora';
$lang['date_hours'] = 'Horas';
$lang['date_minute'] = 'Minuto';
$lang['date_minutes'] = 'Minutos';
$lang['date_second'] = 'Segundo';
$lang['date_seconds'] = 'Segundos';

$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue';
Expand Down
60 changes: 30 additions & 30 deletions application/language/spanish/form_validation_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['form_validation_required'] = 'The {field} field is required.';
$lang['form_validation_isset'] = 'The {field} field must have a value.';
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';
$lang['form_validation_required'] = 'El campo {field} es obligatorio.';
$lang['form_validation_isset'] = 'El campo {field} debe tener un valor.';
$lang['form_validation_valid_email'] = 'El campo {field} debe contener un email válido.';
$lang['form_validation_valid_emails'] = 'El campo {field} debe contener todos los emails válidos.';
$lang['form_validation_valid_url'] = 'El campo {field} debe contener una URL válida';
$lang['form_validation_valid_ip'] = 'El campo {field} debe contener una IP válida';
$lang['form_validation_valid_base64'] = 'El campo {field} debe contener una cadena Base64 válida.';
$lang['form_validation_min_length'] = 'El campo {field} debe tener {param} caracteres de longitud como mínimo.';
$lang['form_validation_max_length'] = 'El campo {field} no puede tener más de {param} caracteres de longitud.';
$lang['form_validation_exact_length'] = 'El campo {field} debe tener exactamente {param} caracteres de longitud.';
$lang['form_validation_alpha'] = 'El campo {field} sólo puede contener caracteres alfabéticos.';
$lang['form_validation_alpha_numeric'] = 'El campo {field} sólo puede contener caracteres alfanuméricos.';
$lang['form_validation_alpha_numeric_spaces'] = 'El campo {field} sólo puede contener caracteres alfanuméricos y espacios.';
$lang['form_validation_alpha_dash'] = 'El campo {field} sólo puede contener caracteres alfanuméricos, guiones bajos y guiones';
$lang['form_validation_numeric'] = 'El campo {field} debe contener sólo números.';
$lang['form_validation_is_numeric'] = 'El campo {field} debe contener sólo caracteres numéricos.';
$lang['form_validation_integer'] = 'El campo {field} debe contener un número enterio.';
$lang['form_validation_regex_match'] = 'El campo {field} no está en el formato correcto.';
$lang['form_validation_matches'] = 'El campo {field} no coincide con el campo {param}.';
$lang['form_validation_differs'] = 'El campo {field} debe diferer del campo {param}.';
$lang['form_validation_is_unique'] = 'El campo {field} debe contener un valor único.';
$lang['form_validation_is_natural'] = 'El campo {field} sólo puede contener números.';
$lang['form_validation_is_natural_no_zero'] = 'El campo {field} sólo debe contener dígitos y debe ser mayor que cero.';
$lang['form_validation_decimal'] = 'El campo {field} debe contener un número decimal.';
$lang['form_validation_less_than'] = 'El campo {field} debe contener un número menor que {param}.';
$lang['form_validation_less_than_equal_to'] = 'El campo {field} debe contener un número menor o igual que {param}.';
$lang['form_validation_greater_than'] = 'El campo {field} debe contener a number mayor que {param}.';
$lang['form_validation_greater_than_equal_to'] = 'El campo {field} debe contener debe contener un número mayor o igual que {param}.';
$lang['form_validation_error_message_not_set'] = 'No se puede acceder a un mensaje de error correspondiente a su nombre de campo {field}.';
$lang['form_validation_in_list'] = 'El campo {field} debe ser uno de: {param}.';
24 changes: 12 additions & 12 deletions application/language/spanish/ftp_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
$lang['ftp_no_connection'] = 'No se pudo encontrar un ID de conexión válido. Asegúrate de estar conectado antes de realizar cualquier operación con archivos.';
$lang['ftp_unable_to_connect'] = 'No se pudo conectar a tu servidor FTP con el nombre de host proporcionado.';
$lang['ftp_unable_to_login'] = 'No se pudo iniciar sesión en tu servidor FTP. Por favor, verifica tu nombre de usuario y contraseña.';
$lang['ftp_unable_to_mkdir'] = 'No se pudo crear el directorio que especificaste.';
$lang['ftp_unable_to_changedir'] = 'No se pudo cambiar de directorio.';
$lang['ftp_unable_to_chmod'] = 'No se pudieron establecer los permisos del archivo. Por favor, verifica la ruta.';
$lang['ftp_unable_to_upload'] = 'No se pudo subir el archivo especificado. Por favor, verifica la ruta.';
$lang['ftp_unable_to_download'] = 'No se pudo descargar el archivo especificado. Por favor, verifica la ruta.';
$lang['ftp_no_source_file'] = 'No se pudo encontrar el archivo de origen. Por favor, verifica la ruta.';
$lang['ftp_unable_to_rename'] = 'No se pudo renombrar el archivo.';
$lang['ftp_unable_to_delete'] = 'No se pudo eliminar el archivo.';
$lang['ftp_unable_to_move'] = 'No se pudo mover el archivo. Asegúrate de que el directorio de destino exista.';
36 changes: 18 additions & 18 deletions application/language/spanish/imglib_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
$lang['imglib_source_image_required'] = 'Debes especificar una imagen de origen en tus preferencias.';
$lang['imglib_gd_required'] = 'Se requiere la biblioteca de imágenes GD para esta función.';
$lang['imglib_gd_required_for_props'] = 'Tu servidor debe ser compatible con la biblioteca de imágenes GD para determinar las propiedades de la imagen.';
$lang['imglib_unsupported_imagecreate'] = 'Tu servidor no es compatible con la función GD requerida para procesar este tipo de imagen.';
$lang['imglib_gif_not_supported'] = 'Las imágenes GIF a menudo no son compatibles debido a restricciones de licencia. Puede que tengas que usar imágenes JPG o PNG en su lugar.';
$lang['imglib_jpg_not_supported'] = 'Las imágenes JPG no son compatibles.';
$lang['imglib_png_not_supported'] = 'Las imágenes PNG no son compatibles.';
$lang['imglib_jpg_or_png_required'] = 'El protocolo de cambio de tamaño de imagen especificado en tus preferencias solo funciona con imágenes JPEG o PNG.';
$lang['imglib_copy_error'] = 'Se produjo un error al intentar reemplazar el archivo. Asegúrate de que el directorio de archivos tenga permisos de escritura.';
$lang['imglib_rotate_unsupported'] = 'La rotación de imágenes no parece ser compatible con tu servidor.';
$lang['imglib_libpath_invalid'] = 'La ruta a tu biblioteca de imágenes no es correcta. Por favor, establece la ruta correcta en tus preferencias de imagen.';
$lang['imglib_image_process_failed'] = 'El procesamiento de la imagen falló. Verifica que tu servidor sea compatible con el protocolo elegido y que la ruta a tu biblioteca de imágenes sea correcta.';
$lang['imglib_rotation_angle_required'] = 'Se requiere un ángulo de rotación para rotar la imagen.';
$lang['imglib_invalid_path'] = 'La ruta a la imagen no es correcta.';
$lang['imglib_invalid_image'] = 'La imagen proporcionada no es válida.';
$lang['imglib_copy_failed'] = 'Falló la rutina de copia de la imagen.';
$lang['imglib_missing_font'] = 'No se pudo encontrar una fuente para usar.';
$lang['imglib_save_failed'] = 'No se pudo guardar la imagen. Asegúrate de que la imagen y el directorio de archivos tengan permisos de escritura.';
4 changes: 2 additions & 2 deletions application/language/spanish/pagination_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['pagination_first_link'] = '‹ First';
$lang['pagination_first_link'] = '‹ Primero';
$lang['pagination_next_link'] = '>';
$lang['pagination_prev_link'] = '<';
$lang['pagination_last_link'] = 'Last ›';
$lang['pagination_last_link'] = 'Último ›';
Loading

0 comments on commit dcf9015

Please sign in to comment.