first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
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_feb'] = 'Feb';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Apr';
$lang['cal_may'] = 'May';
$lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Aug';
$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';

View File

@@ -0,0 +1,94 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
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['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue';
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
$lang['UP45'] = '(UTC +4:30) Afghanistan';
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
$lang['UP575'] = '(UTC +5:45) Nepal Time';
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
$lang['UP14'] = '(UTC +14:00) Line Islands';

View File

@@ -0,0 +1,36 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Iban Eguia
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = 'No ha sido posible determinar la configuración de la base de datos basada en la cadena de conexión introducida.';
$lang['db_unable_to_connect'] = 'No ha sido posible conectar al servidor de la base de datos haciendo uso de la configuración proporcionada.';
$lang['db_unable_to_select'] = 'No ha sido posible seleccionar la base de datos especificada: %s';
$lang['db_unable_to_create'] = 'No ha sido posible crear la base de datos especificada: %s';
$lang['db_invalid_query'] = 'La consulta introducida no es válida.';
$lang['db_must_set_table'] = 'Debes fijar la tabla de la base de datos que será usada con tu consulta.';
$lang['db_must_use_set'] = 'Debes usar el método "set" para actualizar una entrada.';
$lang['db_must_use_index'] = 'Debes especificar un índice para emparejar las actualizaciones masivas.';
$lang['db_batch_missing_index'] = 'A una o más filas introducidas para la actualización masiva le falta el índice especificado.';
$lang['db_must_use_where'] = 'Las actualizaciones no están permitidas a no ser que contengan la cláusula "where".';
$lang['db_del_must_use_where'] = 'Los borrados no están permitidos a no ser que contengan la cláusula "where" o "like".';
$lang['db_field_param_missing'] = 'Para obtener campos se requiere el nombre de la tabla como parámetro.';
$lang['db_unsupported_function'] = 'Esta característica no está disponible para la base de datos que estás usando.';
$lang['db_transaction_failure'] = 'Fallo de transacción: Rollback realizado.';
$lang['db_unable_to_drop'] = 'No ha sido posible borrar la base de datos especificada.';
$lang['db_unsupported_feature'] = 'Característica no soportada de la plataforma de bases de datos que estás usando.';
$lang['db_unsupported_compression'] = 'El formato de compresión elegido no está soportado por el servidor.';
$lang['db_filepath_error'] = 'No ha sido posible escribir los datos en la ruta de archivo especificada.';
$lang['db_invalid_cache_path'] = 'La ruta de la caché introducida no es válida o escribible.';
$lang['db_table_name_required'] = 'Se requiere un nombre de tabla para esa operación.';
$lang['db_column_name_required'] = 'Se requiere un nombre de columna para esa operación.';
$lang['db_column_definition_required'] = 'Se requiere una definición de columna para esa operación.';
$lang['db_unable_to_set_charset'] = 'No ha sido posible fijar en la conexión el conjunto de caracteres: %s';
$lang['db_error_heading'] = 'Ha ocurrido un error con la base de datos';

View File

@@ -0,0 +1,31 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Iban Eguia
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['email_must_be_array'] = 'Debes pasar un array al método de validación de email.';
$lang['email_invalid_address'] = 'Correo electrónico no válido: %s';
$lang['email_attachment_missing'] = 'No ha sido posible encontrar este adjunto: %s';
$lang['email_attachment_unreadable'] = 'No ha sido posible abrir este adjunto: %s';
$lang['email_no_from'] = 'No se puede enviar un email sin la cabecera "From".';
$lang['email_no_recipients'] = 'Debes incluir destinatarios: Para, Cc, o Cco';
$lang['email_send_failure_phpmail'] = 'No ha sido posible enviar el correo usando PHP mail(). Tu servidor podría no estar configurado para enviar emails con este método.';
$lang['email_send_failure_sendmail'] = 'No ha sido posible enviar el correo usando PHP Sendmail. Tu servidor podría no estar configurado para enviar emails con este método.';
$lang['email_send_failure_smtp'] = 'No ha sido posible enviar el correo usando PHP SMTP. Tu servidor podría no estar configurado para enviar emails con este método.';
$lang['email_sent'] = 'Tu mensaje ha sido enviado con éxito usando este protocolo: %s';
$lang['email_no_socket'] = 'No ha sido posible abrir un socket a Sendmail. Por favor, comprueba la configuración.';
$lang['email_no_hostname'] = 'No has especificado un servidor SMTP.';
$lang['email_smtp_error'] = 'Se ha encontrado este error SMTP: %s';
$lang['email_no_smtp_unpw'] = 'Error: Debes asignar un usuario y una contraseña SMTP.';
$lang['email_failed_smtp_login'] = 'Fallo al enviar el comando AUTH LOGIN. Error: %s';
$lang['email_smtp_auth_un'] = 'Fallo al autenticar el usuario. Error: %s';
$lang['email_smtp_auth_pw'] = 'Fallo al autenticar la contraseña. Error: %s';
$lang['email_smtp_data_failure'] = 'No ha sido posible enviar los datos: %s';
$lang['email_exit_status'] = 'Código estado al salir: %s';

View File

@@ -0,0 +1,69 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
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}.';

View File

@@ -0,0 +1,51 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
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.';

View File

@@ -0,0 +1,57 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
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.';

View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@@ -0,0 +1,20 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Iban Eguia
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['migration_none_found'] = 'No se ha encontrado ninguna migración.';
$lang['migration_not_found'] = 'No se ha encontrado ninguna migración con el número de versión: %s.';
$lang['migration_sequence_gap'] = 'Hay un vacío en la migración, cerca del número de versión: %s.';
$lang['migration_multiple_version'] = 'Hay múltiples migraciones con el mismo número de versión: %s.';
$lang['migration_class_doesnt_exist'] = 'La clase de migración "%s" no ha podido ser encontrada.';
$lang['migration_missing_up_method'] = 'A la clase de migración "%s" le falta el método "up".';
$lang['migration_missing_down_method'] = 'A la clase de migración "%s" le falta el método "down".';
$lang['migration_invalid_filename'] = 'La migración "%s" tiene un nombre de archivo no válido.';

View File

@@ -0,0 +1,44 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';
$lang['megabyte_abbr'] = 'MB';
$lang['kilobyte_abbr'] = 'KB';
$lang['bytes'] = 'Bytes';

View File

@@ -0,0 +1,43 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['pagination_first_link'] = '&lsaquo; First';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = 'Last &rsaquo;';

View File

@@ -0,0 +1,60 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASS/METHOD';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'QUERIES';
$lang['profiler_get_data'] = 'GET DATA';
$lang['profiler_post_data'] = 'POST DATA';
$lang['profiler_uri_string'] = 'URI STRING';
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
$lang['profiler_config'] = 'CONFIG VARIABLES';
$lang['profiler_session_data'] = 'SESSION DATA';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
$lang['profiler_no_queries'] = 'No queries were run';
$lang['profiler_no_post'] = 'No POST data exists';
$lang['profiler_no_get'] = 'No GET data exists';
$lang['profiler_no_uri'] = 'No URI data exists';
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
$lang['profiler_section_hide'] = 'Hide';
$lang['profiler_section_show'] = 'Show';
$lang['profiler_seconds'] = 'seconds';

View File

@@ -0,0 +1,487 @@
<?php defined('BASEPATH') or exit('No direct script access allowed');
// Spanish
$lang['page_title'] = 'Agendar una cita con';
$lang['service_and_provider'] = 'Seleccione Servicio y Proveedor';
$lang['select_service'] = 'Seleccione Servicio';
$lang['select_provider'] = 'Seleccione Proveedor';
$lang['duration'] = 'Duración';
$lang['minutes'] = 'Minutos';
$lang['price'] = 'Precio';
$lang['back'] = 'Atrás';
$lang['appointment_date_and_time'] = 'Seleccione fecha y hora de cita';
$lang['no_available_hours'] = 'No hay horarios disponibles para una cita en la fecha seleccionada. Por favor, elija otra fecha.';
$lang['appointment_hour_missing'] = 'Por favor, seleccione un horario para la cita antes de continuar.';
$lang['customer_information'] = 'Ingrese su información';
$lang['first_name'] = 'Nombre';
$lang['last_name'] = 'Apellido';
$lang['email'] = 'Dirección de E-mail';
$lang['phone_number'] = 'Número de teléfono';
$lang['phone'] = 'Teléfono';
$lang['address'] = 'Domicilio';
$lang['city'] = 'Ciudad';
$lang['zip_code'] = 'Código postal';
$lang['notes'] = 'Notas';
$lang['language'] = 'Idioma';
$lang['no_language'] = 'Sin idioma';
$lang['fields_are_required'] = 'Los campos con * son obligatorios';
$lang['appointment_confirmation'] = 'Confirme la cita';
$lang['confirm'] = 'Confirmar';
$lang['update'] = 'Actualizar';
$lang['cancel_appointment_hint'] = 'Presione el botón "Cancelar" para eliminar la cita de la agenda de la empresa.';
$lang['cancel'] = 'Cancelar';
$lang['appointment_registered'] = 'Su cita ha sido registrada exitosamente';
$lang['cancel_appointment_title'] = 'Cancelar cita';
$lang['appointment_cancelled'] = 'Su cita ha sido cancelada exitosamente';
$lang['appointment_cancelled_title'] = 'Cita cancelada';
$lang['reason'] = 'Razón';
$lang['appointment_removed_from_schedule'] = 'Se eliminó esta cita de la agenda de la empresa.';
$lang['appointment_details_was_sent_to_you'] = 'Se le ha enviado un correo electrónico con los detalles de la cita.';
$lang['add_to_google_calendar'] = 'Agregar a Google Calendar';
$lang['appointment_booked'] = 'Su cita ha sido agendada exitosamente';
$lang['thank_you_for_appointment'] = 'Gracias por utilizar nuestro servicio para agendar su cita. Debajo encontrará los detalles de su cita. Haga clic en la cita para realizar cambios.';
$lang['appointment_details_title'] = 'Detalles de la cita';
$lang['customer_details_title'] = 'Detalles del cliente';
$lang['service'] = 'Servicio';
$lang['provider'] = 'Proveedor';
$lang['customer'] = 'Cliente';
$lang['start'] = 'Inicio';
$lang['end'] = 'Final';
$lang['name'] = 'Nombre';
$lang['appointment_link_title'] = 'Enlace a la cita';
$lang['success'] = '¡Cita completada.';
$lang['appointment_added_to_your_plan'] = 'Se ha agendado una nueva cita en su calendario.';
$lang['appointment_link_description'] = 'Haga clic en la cita para realizar cambios.';
$lang['appointment_locked'] = 'No es posible modificar la cita.';
$lang['appointment_locked_message'] = 'La cita no se puede agendar con menos de {$limit} horas.';
$lang['appointment_not_found'] = 'No se encontró la cita';
$lang['appointment_does_not_exist_in_db'] = 'La cita que usted busca ya no se encuentra en la base de datos del sistema.';
$lang['display_calendar'] = 'Mostrar Calendario';
$lang['calendar'] = 'Calendario';
$lang['users'] = 'Usuarios';
$lang['settings'] = 'Configuración';
$lang['log_out'] = 'Cerrar sesión';
$lang['synchronize'] = 'Sincronizar';
$lang['enable_sync'] = 'Habilitar sincronización';
$lang['disable_sync'] = 'Deshabilitar sincronización';
$lang['disable_sync_prompt'] = '¿Estás seguro de que quieres deshabilitar la sincronización de calendario?';
$lang['reload'] = 'Recargar';
$lang['appointment'] = 'Cita';
$lang['unavailability'] = 'No disponible';
$lang['week'] = 'Semana';
$lang['month'] = 'Mes';
$lang['today'] = 'Hoy';
$lang['not_working'] = 'Fuera de la oficina';
$lang['break'] = 'Pausa';
$lang['add'] = 'Agregar';
$lang['edit'] = 'Editar';
$lang['hello'] = 'Hola';
$lang['all_day'] = 'Todo el día';
$lang['manage_appointment_record_hint'] = 'Gestionar todas las citas agendadas de los proveedores y servicios disponibles.';
$lang['select_filter_item_hint'] = 'Seleccionar un proveedor o un servicio y ver las citas en el calendario.';
$lang['enable_appointment_sync_hint'] = 'Habilitar la sincronización de la cita con la cuenta de Google Calendar del proveedor.';
$lang['manage_customers_hint'] = 'Gestionar los clientes registrados y ver su historial de citas agendadas.';
$lang['manage_services_hint'] = 'Gestionar los servicios y las categorías disponibles del sistema.';
$lang['manage_users_hint'] = 'Gestionar usuarios internos (administradores, proveedores, asistentes).';
$lang['settings_hint'] = 'Establecer configuración de sistema y usuario.';
$lang['log_out_hint'] = 'Cerrar sesión del sistema.';
$lang['unavailability_periods_hint'] = 'El proveedor no podrá aceptar nuevas citas cuando se encuentre como No disponible.';
$lang['new_appointment_hint'] = 'Crear una nueva cita y guardarla en la base de datos.';
$lang['reload_appointments_hint'] = 'Cargar nuevamente citas del calendario.';
$lang['trigger_google_sync_hint'] = 'Iniciar el proceso de sincronización de Google Calendar.';
$lang['appointment_updated'] = 'Cita actualizada exitosamente';
$lang['undo'] = 'Deshacer';
$lang['appointment_details_changed'] = 'Se han modificado los detalles de la cita.';
$lang['appointment_changes_saved'] = 'Se han guardado exitosamente los cambios en la cita';
$lang['save'] = 'Guardar';
$lang['new'] = 'Nuevo';
$lang['select'] = 'Seleccionar';
$lang['hide'] = 'Ocultar';
$lang['type_to_filter_customers'] = 'Tipee para filtrar clientes.';
$lang['clear_fields_add_existing_customer_hint'] = 'Limpiar los campos e ingresar un nuevo cliente.';
$lang['pick_existing_customer_hint'] = 'Elegir un cliente existente.';
$lang['new_appointment_title'] = 'Nueva cita';
$lang['edit_appointment_title'] = 'Editar cita';
$lang['delete_appointment_title'] = 'Eliminar cita';
$lang['write_appointment_removal_reason'] = 'Por favor, ingrese una razón para borrar la cita:';
$lang['appointment_saved'] = 'Cita guardado exitosamente';
$lang['new_unavailability_title'] = 'Nuevo periodo No disponible';
$lang['edit_unavailability_title'] = 'Editar periodo No disponible';
$lang['unavailability_saved'] = 'Periodo No disponible guardado exitosamente';
$lang['start_date_before_end_error'] = 'La fecha del inicio es posterior a la fecha del final';
$lang['invalid_duration'] = 'Invalid duration.';
$lang['invalid_email'] = 'Dirección de E-mail inválida';
$lang['customers'] = 'Clientes';
$lang['details'] = 'Detalles';
$lang['no_records_found'] = 'No se encontraron resultados...';
$lang['services'] = 'Servicios';
$lang['duration_minutes'] = 'Duración (en minutos)';
$lang['currency'] = 'Moneda';
$lang['category'] = 'Categoría';
$lang['no_category'] = 'Sin categoría';
$lang['description'] = 'Descripción';
$lang['categories'] = 'Categorías';
$lang['admins'] = 'Administradores';
$lang['providers'] = 'Proveedores';
$lang['secretaries'] = 'Secretarios/as';
$lang['mobile_number'] = 'Número de teléfono móvil';
$lang['mobile'] = 'Móvil';
$lang['state'] = 'Estado';
$lang['username'] = 'Nombre de usuario';
$lang['password'] = 'Contraseña';
$lang['retype_password'] = 'Reingrese su contraseña';
$lang['receive_notifications'] = 'Recibir notificaciones';
$lang['passwords_mismatch'] = 'Las contraseñas no coinciden';
$lang['admin_saved'] = 'Administrador guardado exitosamente';
$lang['provider_saved'] = 'Proveedor guardado exitosamente';
$lang['secretary_saved'] = 'Asistente guardado exitosamente';
$lang['admin_deleted'] = 'Administador eliminado exitosamente';
$lang['provider_deleted'] = 'Proveedor eliminado exitosamente';
$lang['secretary_deleted'] = 'Asistente eliminado exitosamente';
$lang['service_saved'] = 'Servicio guardado exitosamente';
$lang['service_category_saved'] = 'Categoría de servicio guardada exitosamente';
$lang['service_deleted'] = 'Servicio eliminado exitosamente';
$lang['service_category_deleted'] = 'Categoría de servicio eliminada exitosamente';
$lang['customer_saved'] = 'Cliente guardado exitosamente';
$lang['customer_deleted'] = 'Cliente eliminado exitosamente';
$lang['current_view'] = 'Vista actual';
$lang['working_plan'] = 'Esquema del horario laboral';
$lang['reset_plan'] = 'Restaurar el esquema del horario laboral';
$lang['monday'] = 'Lunes';
$lang['tuesday'] = 'Martes';
$lang['wednesday'] = 'Miércoles';
$lang['thursday'] = 'Jueves';
$lang['friday'] = 'Viernes';
$lang['saturday'] = 'Sábado';
$lang['sunday'] = 'Domingo';
$lang['breaks'] = 'Periodos de descanso';
$lang['add_breaks_during_each_day'] = 'Agregar periodos de descanso para cada día. Durante los periodos de descanso los proveedores no podrán aceptar ninguna cita.';
$lang['day'] = 'Día';
$lang['days'] = 'Días';
$lang['actions'] = 'Acciones';
$lang['reset_working_plan_hint'] = 'Restaurar el esquema del horario laboral a los valores por defecto.';
$lang['company_name'] = 'Nombre de la empresa';
$lang['company_name_hint'] = 'El nombre de la empresa aparecerá en todo el sistema (obligatorio).';
$lang['company_email'] = 'Dirección de E-mail de la empresa';
$lang['company_email_hint'] = 'Esta será la dirección de E-mail de la empresa. Será utilizada como la dirección para enviar E-mails del sistema y recibir respuestas (obligatorio).';
$lang['company_link'] = 'Enlace de la empresa';
$lang['company_link_hint'] = 'El enlace de la empresa debe dirigir al sitio web oficial de la empresa (obligatorio).';
$lang['go_to_booking_page'] = 'Ir a la página para agendar';
$lang['settings_saved'] = 'Configuración guardada exitosamente';
$lang['general'] = 'General';
$lang['booking'] = 'Reserva';
$lang['visible'] = 'Visible';
$lang['hidden'] = 'Oculto';
$lang['business_logic'] = 'Lógica del negocio';
$lang['current_user'] = 'Usuario actual';
$lang['about_app'] = 'Acerca de Easy!Appointments';
$lang['edit_working_plan_hint'] = 'Marque abajo los días y horarios en que su empresa aceptará citas. Será posible agendar citas fuera del horario de trabajo, pero los clientes no podrán agendar citas ellos mismos en esos horarios. Este será el esquema del horario laboral por defecto para todos los nuevos proveedores registrados, pero podrá cambiar el esquema de cada proveedor editando su registro. Luego se podrá agregar periodos de descanso.';
$lang['edit_breaks_hint'] = 'Agrgar los periodos de descanso de trabajo en cada día. Se aplicarán estos periodos de descanso para todos los nuevos proveedores.';
$lang['book_advance_timeout'] = 'Agendar tiempos muertos';
$lang['book_advance_timeout_hint'] = 'Defina el tiempo muerto (en minutos) antes que de los clientes puedan agendar o reorganizar citas con la empresa.';
$lang['timeout_minutes'] = 'Tiempo muerto (en minutos)';
$lang['about_app_info'] = 'Easy!Appointments es un aplicativo web completamente personalizable que le permitirá a sus clientes agendar citas con Usted a través internet. Además, le permitirá sincronizar sus datos con Google Calendar, para poder utilizarlos con otros servicios.';
$lang['current_version'] = 'Versión actual';
$lang['support'] = 'Soporte';
$lang['about_app_support'] = 'El grupo oficial de respuestas de Google Groups se encuentra a su disposición, en caso de que encuentre algún inconveniente con Easy!Appointments. También podrá informar incidentes en la página de Google Code y así ayudar en el proceso de desarrollo de la herramienta.';
$lang['official_website'] = 'Sitio web oficial';
$lang['google_plus_community'] = 'Comunidad en Google+';
$lang['support_group'] = 'Grupo de soporte';
$lang['project_issues'] = 'Incidentes del proyecto';
$lang['license'] = 'Licencia';
$lang['about_app_license'] = 'Easy!Appointments se encuentra bajo licencia GPLv3. Todo tipo de uso del código de Easy!Appointments presume la aceptación de los términos desciptos en la siguiente dirección web:';
$lang['logout_success'] = 'Usted ha cerrado su sesión exitosamente. Haga clic en uno de los siguientes botones para navegar hacia otra página.';
$lang['book_appointment_title'] = 'Agendar cita';
$lang['backend_section'] = 'Sección de gestión interna';
$lang['you_need_to_login'] = '¡Bienvenido! Usted deberá iniciar sesión para ver las páginas de gestión interna.';
$lang['enter_username_here'] = 'Ingrese su nombre de usuario aquí...';
$lang['enter_password_here'] = 'Ingrese su contraseña aquí...';
$lang['login'] = 'Iniciar sesión';
$lang['forgot_your_password'] = '¿Olvidó su contraseña?';
$lang['login_failed'] = 'El inicio de sesión falló. Por favor, ingrese las credenciales correctas e inténtelo nuevamente.';
$lang['type_username_and_email_for_new_password'] = 'Ingrese su nombre de usuario y su dirección de E-mail para obtener una nueva contraseña.';
$lang['enter_email_here'] = 'Ingrese su dirección de E-mail aquí...';
$lang['regenerate_password'] = 'Regenerar contraseña';
$lang['go_to_login'] = 'Regresar a la página de inicio de sesión';
$lang['new_password_sent_with_email'] = 'Se le ha enviado un correo electrónico con su nueva contraseña.';
$lang['new_account_password'] = 'Nueva contraseña para iniciar sesión';
$lang['new_password_is'] = 'Su nueva contraseña para iniciar sesión es $password. Por favor, guarde este correo electrónico en caso de que necesite recuperar su contraseña nuevamente. También puede reemplazar esta contraseña por una de su preferncia en la página de Configuración';
$lang['delete_record_prompt'] = '¿Está seguro de que quiere eliminar este registro? Esta acción no se podrá deshacer.';
$lang['delete_admin'] = 'Eliminar Administrador';
$lang['delete_customer'] = 'Eliminar Cliente';
$lang['delete_service'] = 'Eliminar Servicio';
$lang['delete_service_category'] = 'Eliminar Categoría de servicio';
$lang['delete_provider'] = 'Eliminar Proveedor';
$lang['delete_secretary'] = 'Eliminar Asistente';
$lang['delete_appointment'] = 'Eliminar cita';
$lang['delete_unavailability'] = 'Eliminar periodo No disponible';
$lang['delete'] = 'Eliminar';
$lang['unexpected_issues'] = 'Problema inesperado';
$lang['unexpected_issues_message'] = 'La operación no se pudo completar debido a un problema inesperado.';
$lang['close'] = 'Cerrar';
$lang['page_not_found'] = 'No se encontró la página';
$lang['page_not_found_message'] = 'Lamentablemente, la página que usted solicitó no existe. Por favor, verifique la dirección web de su navegador o utilice los botones de abajo para navegar hacia otra ubicación.';
$lang['error'] = 'Error';
$lang['no_privileges'] = 'Sin permisos';
$lang['no_privileges_message'] = 'Usted no posee los permisos necesarios para ver esta página. Por favor, navegue hacia otra sección.';
$lang['backend_calendar'] = 'Calendario de gestión interna';
$lang['start_date_time'] = 'Fecha y hora de inicio';
$lang['end_date_time'] = 'Fecha y hora final';
$lang['licensed_under'] = 'Bajo licencia de';
$lang['unexpected_issues_occurred'] = 'Se encontraron problemas inesperados.';
$lang['service_communication_error'] = 'Ha ocurrido un error de comunicación con el servidor, por favor, inténtelo nuevamente.';
$lang['no_privileges_edit_appointments'] = 'Usted no posee los permisos necesarios para editar citas.';
$lang['unavailability_updated'] = 'Periodo No disponible actualizado exitosamente';
$lang['appointments'] = 'Citas';
$lang['unexpected_warnings'] = 'Advertencia inesperada';
$lang['unexpected_warnings_message'] = 'Se ha completado la operación, pero surgieron algunas advertencias.';
$lang['filter'] = 'Filtro';
$lang['clear'] = 'Limpiar';
$lang['uncategorized'] = 'Sin categoría';
$lang['username_already_exists'] = 'El nombre de usuario ya está en uso.';
$lang['password_length_notice'] = 'La contraseña debe tener al menos $number caracteres de largo.';
$lang['general_settings'] = 'Configuración general';
$lang['personal_information'] = 'Información personal';
$lang['system_login'] = 'Iniciar sesión en el sistema';
$lang['user_settings_are_invalid'] = 'La configuración de usuario es inválida. Por favor, verifique la configuración e inténtelo nuevamente.';
$lang['add_break'] = 'Agregar un período de descanso';
$lang['january'] = 'Enero';
$lang['february'] = 'Febrero';
$lang['march'] = 'Marzo';
$lang['april'] = 'Abril';
$lang['may'] = 'Mayo';
$lang['june'] = 'Junio';
$lang['july'] = 'Julio';
$lang['august'] = 'Agosto';
$lang['september'] = 'Septiembre';
$lang['october'] = 'Octubre';
$lang['november'] = 'Noviembre';
$lang['december'] = 'Diciembre';
$lang['previous'] = 'Atrás';
$lang['next'] = 'Siguiente';
$lang['now'] = 'Ahora';
$lang['select_time'] = 'Seleccionar hora';
$lang['time'] = 'Hora';
$lang['hour'] = 'Hora';
$lang['minute'] = 'Minuto';
$lang['calendar_sync_completed'] = 'Se completó la sincronización con Google exitosamente';
$lang['calendar_sync_failed'] = 'La sincronización con Google falló: No se pudo establecer una conexión con el servidor.';
$lang['select_sync_calendar'] = 'Seleccionar un calendario de Google Calendar';
$lang['select_sync_calendar_prompt'] = 'Seleccione el calendario con el que desea sincronizar sus citas. Si no desea seleccionar un calendario en particular, se utilizará el calendario por defecto.';
$lang['sync_calendar_selected'] = 'Se ha seleccionado el calendario de Google Calendar exitosamente';
$lang['oops_something_went_wrong'] = '¡Ups! ¡Algo ha salido mal.';
$lang['ea_update_success'] = 'Easy!Appointments ha sido actualizado exitosamente';
$lang['require_captcha'] = 'Requiere CAPTCHA';
$lang['require_captcha_hint'] = 'Cuando se habilita, el cliente tendrá que escribir el código CAPTCHA antes de reservar/actualizar una cita.';
$lang['captcha_is_wrong'] = 'Verificación de CAPTCHA fallida, por favor intentelo nuevamente.';
$lang['any_provider'] = 'Cualquier Proveedor';
$lang['requested_hour_is_unavailable'] = 'La cita requerida desafortunadamente no está disponible. Por favor seleccione una hora diferente para su cita.';
$lang['customer_notifications'] = 'Notificaciones de Clientes';
$lang['customer_notifications_hint'] = 'Define si su cliente recibirá notificaciones de correo cada vez que una agenda cambia o alguna de sus citas.';
$lang['date_format'] = 'Formato de Fecha';
$lang['date_format_hint'] = 'Cambia el formato de fecha para mostrar (D - Día, M - Mes, Y - Año).';
$lang['time_format'] = '';
$lang['time_format_hint'] = '';
$lang['first_weekday'] = 'Primer día de la semana';
$lang['first_weekday_hint'] = 'Defina el primer día de la semana en el calendario.';
$lang['google_analytics_code_hint'] = 'Agrega tu ID de Google Analytics para ser incluido en la página de reservas.';
$lang['availabilities_type'] = 'Tipos disponibles';
$lang['flexible'] = 'Flexible';
$lang['fixed'] = 'Fijo';
$lang['attendants_number'] = 'Número de Asistentes';
$lang['reset_working_plan'] = 'Reinicia el plan de trabajo a los valores por defecto.';
$lang['legal_contents'] = 'Contenidos legales';
$lang['cookie_notice'] = 'Aviso de Cookies';
$lang['display_cookie_notice'] = 'Mostrar Aviso de Cookies';
$lang['cookie_notice_content'] = 'Contenido de Aviso de Cokkies';
$lang['terms_and_conditions'] = 'Términos y Condiciones';
$lang['display_terms_and_conditions'] = 'Mostrar Términos y Condiciones';
$lang['terms_and_conditions_content'] = 'Contenido de Términos y Condiciones';
$lang['privacy_policy'] = 'Política de Privacidad';
$lang['display_privacy_policy'] = 'Mostrar Política de Privacidad';
$lang['privacy_policy_content'] = 'Contenido de Política de Privacidad';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Esta web utiliza cookies para asegurarte una mejor experiencia.';
$lang['read_and_agree_to_terms_and_conditions'] = 'He leido y estoy de acuerdo con {$link}Términos y Condiciones{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'He leido y estoy de acuerdo con {$link}Política de Privacidad{/$link}.';
$lang['delete_personal_information_hint'] = 'Borrar toda la información personal del sistema.';
$lang['delete_personal_information'] = 'Borrar información personal';
$lang['delete_personal_information_prompt'] = '¿Estás seguro que quieres borrar tu información personal? Esta acción no se puede deshacer.';
$lang['location'] = 'Ubicación';
$lang['working_plan_exception'] = 'Excepción al plan de trabajo';
$lang['working_plan_exceptions'] = 'Excepciones al plan de trabajo';
$lang['working_plan_exceptions_hint'] = 'Agregar un día de excepción al plan de trabajo, fuera del plan de trabajo.';
$lang['new_working_plan_exception_title'] = 'Nueva excepción al plan de trabajo.';
$lang['working_plan_exception_saved'] = 'Plan de trabajo eliminado exitosamente.';
$lang['working_plan_exception_deleted'] = 'Plan de trabajo eliminado exitosamente.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Agregar excepciones al plan de trabajo, fuera del plan de trabajo.';
$lang['add_working_plan_exception'] = 'Agregar excepción al plan de trabajo';
$lang['require_phone_number'] = 'Requerir número de teléfono';
$lang['require_phone_number_hint'] = 'Cuando está habilitado, clientes y usuarios deberán ingresar el número de teléfono del cliente al registrar una cita.';
$lang['check_spam_folder'] = 'Por favor, verifique su carpeta de correo no deseado si el correo no llega dentro de unos minutos.';
$lang['api_token_hint'] = 'Defina un token secreto para habilitar la autentificación por token mediante la API de Easy!Appointments.';
$lang['timezone'] = 'Zona horaria';
$lang['overwrite_existing_working_plans'] = 'Esto sobreescribirá los planes de trabajo existentes del proveedor. ¿Seguro que desea continuar?';
$lang['working_plans_got_updated'] = 'Todos los planes de trabajo fueron actualizados.';
$lang['apply_to_all_providers'] = 'Aplicar a todos los proveedores';
$lang['display_any_provider'] = 'Opción de mostrar cualquier proveedor';
$lang['display_any_provider_hint'] = 'La página de reserva tendrá una opción adicional que permitirá que los clientes se anoten sin específicar un proveedor.';
$lang['load_more'] = 'Cargar más';
$lang['list'] = 'Lista';
$lang['default'] = 'Predeterminado';
$lang['table'] = 'Tabla';
$lang['date'] = 'Fecha';
$lang['about'] = 'Acerca de';
$lang['booking_settings'] = 'Configuración de las citas';
$lang['display'] = 'Mostar';
$lang['require'] = 'Requerido';
$lang['color'] = 'Color';
$lang['matomo_analytics_url_hint'] = 'Añade el enlace a tu propia instalación de Matomo para activar el siguimiento de las páginas de reserva.';
$lang['invalid_phone'] = 'Número de teléfono no válido.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Negocio';
$lang['account'] = 'Cuenta';
$lang['disable_booking'] = 'Deshabilitar reservas';
$lang['disable_booking_hint'] = 'La página de reservas se deshabilitará por tanto tiempo como este ajuste esté activo, los clientes no serán capaces de agendar nuevas citas.';
$lang['display_message'] = 'Mensaje en pantalla';
$lang['booking_is_disabled'] = 'Las reservas están deshabilitadas.';
$lang['appearance'] = 'Apariencia';
$lang['company_logo'] = 'Logotipo de la empresa';
$lang['company_logo_hint'] = 'El logotipo de la empresa se mostrará en muchos lugares de la aplicación, incluyendo la página de reservas y las notificaciones en correos electrónicos (archivo de imagen, máx. 2MB).';
$lang['company_color'] = 'Color corporativo';
$lang['company_color_hint'] = 'El color corporativo se usará en múltiples sitios de toda la aplicación, así que elige el que más se adecúe a tu marca.';
$lang['localization'] = 'Ubicación';
$lang['integrations'] = 'Integraciones';
$lang['company'] = 'Empresa';
$lang['remove'] = 'Eliminar';
$lang['login_button'] = 'Botón de inicio de sesión';
$lang['display_login_button_hint'] = 'Define si el botón de inicio de sesión debe ser mostrado en la página de reservas.';
$lang['private'] = 'Privado';
$lang['private_hint'] = 'Los registros privados no se mostrarán o procesarán en páginas públicas como en la página de reservas.';
$lang['reset'] = 'Restaurar';
$lang['all'] = 'Todo';
$lang['booking_link'] = 'Enlace para reservar';
$lang['add_new_event'] = 'Añadir un nuevo evento';
$lang['what_kind_of_event'] = '¿Qué tipo de evento te gustaría añadir?';
$lang['theme'] = 'Tema';
$lang['limit_customer_access'] = 'Limitar el acceso a los clientes';
$lang['limit_customer_access_hint'] = 'Si está activado, los proveedores y los secretarios solo podrán acceder a los clientes con los que tengan alguna cita.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Token Secreto';
$lang['verify_ssl'] = 'Verificar SSL';
$lang['appointment_save'] = 'Guardar cita';
$lang['appointment_delete'] = 'Eliminar cita';
$lang['unavailability_save'] = 'Guardar indisponibilidad';
$lang['unavailability_delete'] = 'Eliminar indisponibilidad';
$lang['customer_save'] = 'Guardar cliente';
$lang['customer_delete'] = 'Eliminar cliente';
$lang['service_save'] = 'Guardar servicio';
$lang['service_delete'] = 'Eliminar servicio';
$lang['service_category_save'] = 'Guardar categoría';
$lang['service_category_delete'] = 'Eliminar categoría';
$lang['provider_save'] = 'Guardar proveedor';
$lang['provider_delete'] = 'Eliminar proveedor';
$lang['secretary_save'] = 'Guardar secretario';
$lang['secretary_delete'] = 'Eliminar secretario';
$lang['admin_save'] = 'Guardar administrador';
$lang['admin_delete'] = 'Eliminar administrador';
$lang['options'] = 'Opciones';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhooks permiten enviar notificaciones HTTP a aplicaciones webs externas en respuestas de eventos de tu aplicación, como la creación de una cita o la eliminación de un cliente.';
$lang['integrations_info'] = 'Las integraciones permiten conectar con aplicaciones externas y APIs de terceros.';
$lang['configure'] = 'Configurar';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics permite añadir de forma automática un código de seguimiento y marcas HTML a las páginas públicas para rastrear todas las sesiones de la página pública de reservas.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.';
$lang['api'] = 'API';
$lang['api_info'] = 'La API permite interactuar con todos los datos de Easy!Appointments mediante el protocolo HTTP, así como con los API Endpoints y crear tus propias integraciones.';
$lang['google_analytics_code'] = 'Código de Google Analytics';
$lang['matomo_analytics_url'] = 'URL de Matomo Analytics';
$lang['future_booking_limit'] = 'Límite de reservas futuras';
$lang['limit_days'] = 'Límite (días)';
$lang['future_booking_limit_hint'] = 'Establece el límite de días en los que los clientes pueden hacer reservas mediante la página pública de reservas.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Permitir reagendar/cancelar antes';
$lang['at_least_one_field'] = 'Al menos un campo debe ser mostrado en la página de reservas.';
$lang['status'] = 'Estado';
$lang['appointment_status_options'] = 'Opciones de estado de citas';
$lang['appointment_status_options_info'] = 'Define una lista de los estados de disponibilidad de citas que pueden usarse en la página de calendario (la primera se convertirá en el valor por defecto).';
$lang['sunday_short'] = 'Dom';
$lang['monday_short'] = 'Lun';
$lang['tuesday_short'] = 'Mar';
$lang['wednesday_short'] = 'Mié';
$lang['thursday_short'] = 'Jue';
$lang['friday_short'] = 'Vie';
$lang['saturday_short'] = 'Sáb';
$lang['january_short'] = 'Ene';
$lang['february_short'] = 'Feb';
$lang['march_short'] = 'Mar';
$lang['april_short'] = 'Abr';
$lang['may_short'] = 'May';
$lang['june_short'] = 'Jun';
$lang['july_short'] = 'Jul';
$lang['august_short'] = 'Ago';
$lang['september_short'] = 'Sep';
$lang['october_short'] = 'Oct';
$lang['november_short'] = 'Nov';
$lang['december_short'] = 'Dic';
$lang['am'] = 'am';
$lang['pm'] = 'pm';
$lang['to'] = 'hasta';
$lang['click_to_toggle'] = 'Haga clic para alternar';
$lang['week_short'] = 'semana';
$lang['scroll_to_increment'] = 'Desplazarse para incrementar';
$lang['year'] = 'Año';
$lang['make_non_working_day'] = 'Este proveedor no está disponible en el día seleccionado.';
$lang['no_breaks'] = 'Sin descansos';
$lang['service_categories'] = 'Categorías de servicios';
$lang['service_category'] = 'Categoría de servicio';
$lang['blocked_period_saved'] = 'El período bloqueado se guardó satisfactoriamente.';
$lang['blocked_period_deleted'] = 'El período bloqueado se eliminó correctamente.';
$lang['delete_blocked_period'] = 'Elimina el período bloqueado';
$lang['blocked_period'] = 'Período bloqueado';
$lang['blocked_periods'] = 'Períodos bloqueados';
$lang['blocked_period_save'] = 'Guardar período bloqueado';
$lang['blocked_period_delete'] = 'Eliminar período bloqueado';
$lang['blocked_periods_hint'] = 'Define períodos de tiempo donde las reservas estarán deshabilitadas para todos los proveedores (p. ej. fechas de cierre, vacaciones, etc.).';
$lang['custom_field'] = 'Campo personalizado';
$lang['custom_fields'] = 'Campos personalizados';
$lang['label'] = 'Etiqueta';
$lang['webhook_saved'] = 'Webhook guardado exitosamente.';
$lang['webhook_deleted'] = 'Webhook eliminado exitosamente.';
$lang['delete_webhook'] = 'Eliminar Webhook';
$lang['contact_info'] = 'Información de contacto';
$lang['hide_from_public'] = 'Ocultar del Público';
$lang['matomo_analytics_site_id'] = 'ID de Sitio de Matomo Analytics';
$lang['matomo_analytics_site_id_hint'] = 'Establezca el ID de sitio que será rastreado por Matomo (el sitio predeterminado tiene el ID "1").';
$lang['default_timezone'] = 'Zona Horaria Predeterminada';
$lang['default_timezone_hint'] = 'Establezca el valor de zona horaria predeterminada que se utilizará para nuevos registros.';
$lang['default_language'] = 'Idioma Predeterminado';
$lang['default_language_hint'] = 'Establezca el valor de idioma predeterminado que se utilizará para nuevos registros.';
$lang['sync_method_prompt'] = '¿Qué método de sincronización le gustaría utilizar?';
$lang['caldav_server'] = 'Servidor CalDAV';
$lang['caldav_connection_info_prompt'] = 'Por favor, introduzca la información de conexión del Calendario CalDAV de destino.';
$lang['connect'] = 'Conectar';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'Esta integración le permite conectar con un servidor LDAP existente e importar automáticamente usuarios a Easy!Appointments y permitirles el SSO con su contraseña de directorio (el nombre de usuario debe coincidir).';
$lang['host'] = 'Host';
$lang['port'] = 'Puerto';
$lang['user_dn'] = 'User DN';
$lang['base_dn'] = 'Base DN';
$lang['keyword'] = 'Palabra Clave';
$lang['ldap_search_hint'] = 'Proporcione una palabra clave para buscar en el directorio LDAP usuarios que coincidan con los criterios de filtro.';
$lang['ldap_extension_not_loaded'] = 'La extensión LDAP de PHP no está cargada, pero es necesaria para que esta integración funcione.';
$lang['field_mapping'] = 'Mapeo de Campos';
$lang['content'] = 'Contenido';
$lang['active'] = 'Activo';
$lang['user_imported'] = 'El registro del usuario se importó con éxito.';
$lang['import'] = 'Importar';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = 'Rol';
$lang['at_least_one_field_required'] = 'Al menos un campo debe estar establecido como obligatorio en la página de reservas.';
$lang['customer_is_already_booked'] = 'Este cliente ya tiene una cita durante el período de reserva solicitado.';
$lang['fields'] = 'Campos';
$lang['invalid_credentials_provided'] = 'Credenciales inválidas proporcionadas, por favor intente nuevamente.';
$lang['calendar_url'] = 'URL del Calendario';
$lang['please_select'] = 'Por Favor Seleccione';
$lang['secret_header'] = 'Secret Header';
// End

View File

@@ -0,0 +1,58 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ut_test_name'] = 'Test Name';
$lang['ut_test_datatype'] = 'Test Datatype';
$lang['ut_res_datatype'] = 'Expected Datatype';
$lang['ut_result'] = 'Result';
$lang['ut_undefined'] = 'Undefined Test Name';
$lang['ut_file'] = 'File Name';
$lang['ut_line'] = 'Line Number';
$lang['ut_passed'] = 'Passed';
$lang['ut_failed'] = 'Failed';
$lang['ut_boolean'] = 'Boolean';
$lang['ut_integer'] = 'Integer';
$lang['ut_float'] = 'Float';
$lang['ut_double'] = 'Float'; // can be the same as float
$lang['ut_string'] = 'String';
$lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Object';
$lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null';
$lang['ut_notes'] = 'Notes';

View File

@@ -0,0 +1,55 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';