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 Ivan Tcholakov
* @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'] = 'Невъзможно е да се определят настройките за базата данни от "connection string"-a, който сте въвели.';
$lang['db_unable_to_connect'] = 'Не може да се осъществи връзка с Вашата база данни чрез посочените данни.';
$lang['db_unable_to_select'] = 'Не може да избере посочената база данни: %s';
$lang['db_unable_to_create'] = 'Не може да бъде създадена посочената база данни: %s';
$lang['db_invalid_query'] = 'Подадената заявка не е валидна.';
$lang['db_must_set_table'] = 'Трябва да зададете таблица за да се използва от Вашата заявка.';
$lang['db_must_use_set'] = 'Трябва да използвате "set" метод за актуализиране на данните.';
$lang['db_must_use_index'] = 'Трябва да посочите съответен индекс за пакетно обновяване.';
$lang['db_batch_missing_index'] = 'Един или повече редове, представени за актуализиране на пакетното обновяване са с липсващ индекс.';
$lang['db_must_use_where'] = 'Актуализации не са позволени, освен ако не съдържат "WHERE" клауза.';
$lang['db_del_must_use_where'] = 'Изтриването не е позволено, освен ако не съдържа "WHERE" или "LIKE" клауза.';
$lang['db_field_param_missing'] = 'При изтеглянето на полета се изисква името на таблицата като параметър.';
$lang['db_unsupported_function'] = 'Функцията не е достъпна за вида база данни, която използвате.';
$lang['db_transaction_failure'] = 'Грешка в транзакция: Връщане на предишното състояние.';
$lang['db_unable_to_drop'] = 'Не може да се изтрие посочената база данни.';
$lang['db_unsupported_feature'] = 'Неподдържана функционалност от Вашата база данни.';
$lang['db_unsupported_compression'] = 'Форматът за компресиране, който сте избрали не се поддържа от вашия сървър.';
$lang['db_filepath_error'] = 'Не е възможно записването на данни в пътя на файла, който сте посочили.';
$lang['db_invalid_cache_path'] = 'Пътят до кеш директорията, който сте описали не е правилен или без права.';
$lang['db_table_name_required'] = 'Името на таблицата е задължително за тази операция.';
$lang['db_column_name_required'] = 'Името на колоната е задължително за тази операция.';
$lang['db_column_definition_required'] = 'Дефинирането на колоната е задължително за тази операция.';
$lang['db_unable_to_set_charset'] = 'Не може да настрои клиентът с правилен енкодинг: %s';
$lang['db_error_heading'] = 'Възникна грешка в базата данни';

View File

@@ -0,0 +1,31 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Ivan Tcholakov
* @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'] = 'Email-адресът трябва да се предаде за валидиране чрез масив (array).';
$lang['email_invalid_address'] = 'Грешен email-адрес: %s';
$lang['email_attachment_missing'] = 'Не може да се намери прикачения файл: %s';
$lang['email_attachment_unreadable'] = 'Не може да се отвори прикачения файл: %s';
$lang['email_no_from'] = 'Не е посочен подателят на съобщението (From).';
$lang['email_no_recipients'] = 'Трябва да включите получателите: To, Cc или Bcc';
$lang['email_send_failure_phpmail'] = 'Съобщението не може да бъде изпратено чрез PHP mail(). Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
$lang['email_send_failure_sendmail'] = 'Съобщението не може да бъде изпратено чрез PHP Sendmail. Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
$lang['email_send_failure_smtp'] = 'Съобщението не може да бъде изпратено чрез PHP SMTP. Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
$lang['email_sent'] = 'Вашето съобщение е изпратено успешно и използва следния протокол: %s';
$lang['email_no_socket'] = 'Не може да се отвори връзка към Sendmail. Моля, проверете настройките.';
$lang['email_no_hostname'] = 'Не сте посочили SMTP сървър.';
$lang['email_smtp_error'] = 'Получи се следната SMTP грешка: %s';
$lang['email_no_smtp_unpw'] = 'Грешка: Трябва да посочите име и парола за SMTP.';
$lang['email_failed_smtp_login'] = 'Не може да се изпрати AUTH LOGIN. Грешка: %s';
$lang['email_smtp_auth_un'] = 'Не може да се удостовери потребителското име. Грешка: %s';
$lang['email_smtp_auth_pw'] = 'Не може да се удостовери паролата. Грешка: %s';
$lang['email_smtp_data_failure'] = 'Не могат да се изпращат данни: %s';
$lang['email_exit_status'] = 'Код на завършване: %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 Ivan Tcholakov
* @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'] = 'Не са намерени миграции.';
$lang['migration_not_found'] = 'Миграцията %s не може да бъде намерена.';
$lang['migration_sequence_gap'] = 'Има липса в последователносста за миграция близо до версия: %s.';
$lang['migration_multiple_version'] = 'Има няколко миграции с една и съща версия: %s.';
$lang['migration_class_doesnt_exist'] = 'Класът за миграция "%s" не може да бъде намерен.';
$lang['migration_missing_up_method'] = 'В класа за миграция "%s" липсва методът "up".';
$lang['migration_missing_down_method'] = 'В класа за миграция "%s" липсва методът "down".';
$lang['migration_invalid_filename'] = 'Миграцията "%s" е с невалидно име на файл.';

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,486 @@
<?php defined('BASEPATH') or exit('No direct script access allowed');
// Bulgarian
$lang['page_title'] = 'Запазете час с ...';
$lang['service_and_provider'] = 'Изберете Услуга и Изпълнител';
$lang['select_service'] = 'Изберете Услуга';
$lang['select_provider'] = 'Изберете Изпълнител';
$lang['duration'] = 'Продължителност';
$lang['minutes'] = 'Минути';
$lang['price'] = 'Цена';
$lang['back'] = 'Обратно';
$lang['appointment_date_and_time'] = 'Изберете дата и час';
$lang['no_available_hours'] = 'Не са налични свободни часове за избраната дата. Моля изберете друга дата.';
$lang['appointment_hour_missing'] = 'Моля изберете час преди да продължите.';
$lang['customer_information'] = 'Моля попълнете Вашите данни';
$lang['first_name'] = 'Име';
$lang['last_name'] = 'Фамилия';
$lang['email'] = 'електронна поща';
$lang['phone_number'] = 'Телефонен номер';
$lang['phone'] = 'Телефонен';
$lang['address'] = 'Адрес';
$lang['city'] = 'Град';
$lang['zip_code'] = 'Пощенски Код';
$lang['notes'] = 'Записки';
$lang['language'] = 'Language';
$lang['no_language'] = 'No language';
$lang['fields_are_required'] = 'Полетата обозначени с * са задължителни.';
$lang['appointment_confirmation'] = 'Потвърдете часът';
$lang['confirm'] = 'Потвърждение';
$lang['update'] = 'Актуализиране';
$lang['cancel_appointment_hint'] = 'Натиснете бутон "отказ" за да отстраните часът си от графика.';
$lang['cancel'] = 'Отказ';
$lang['appointment_registered'] = 'Часът Ви бе успешно регистриран.';
$lang['cancel_appointment_title'] = 'Отказ на Час';
$lang['appointment_cancelled'] = 'Часът Ви бе успешно анулиран.';
$lang['appointment_cancelled_title'] = 'Часът анулиран.';
$lang['reason'] = 'Причина';
$lang['appointment_removed_from_schedule'] = 'Следният час бе отстранен от графика.';
$lang['appointment_details_was_sent_to_you'] = 'Електронно писмо с информация за часа Ви бе изпратено.';
$lang['add_to_google_calendar'] = 'Добавяне в Google Calendar';
$lang['appointment_booked'] = 'Часът Ви бе успешно запазен.';
$lang['thank_you_for_appointment'] = 'Благодарим Ви , че запазихте час при нас. Можете да намерите подробна информация за часът си по-долу. Можете да направите промени като използвате линкът на часът.';
$lang['appointment_details_title'] = 'Данни за часът ';
$lang['customer_details_title'] = 'Клиентски данни';
$lang['service'] = 'Услуга';
$lang['provider'] = 'Изпълнител';
$lang['customer'] = 'Клиент';
$lang['start'] = 'Начало';
$lang['end'] = 'Край';
$lang['name'] = 'Име';
$lang['appointment_link_title'] = 'Линк на часа';
$lang['success'] = 'Успех.';
$lang['appointment_added_to_your_plan'] = 'Нов час бе добавен към Вашият график.';
$lang['appointment_link_description'] = 'Можете да нанесете промени на часа като използвате линкът по-долу.';
$lang['appointment_locked'] = 'Modification impossible.';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
$lang['appointment_not_found'] = 'Часът не е намерен.';
$lang['appointment_does_not_exist_in_db'] = 'Часът, заявен от Вас вече не съществува в базата данни на системата.';
$lang['display_calendar'] = 'Показ на календар';
$lang['calendar'] = 'Календар';
$lang['users'] = 'Потребители';
$lang['settings'] = 'Настройки';
$lang['log_out'] = 'Изход';
$lang['synchronize'] = 'синхронизиране';
$lang['enable_sync'] = 'Активиране на синхронизиране';
$lang['disable_sync'] = 'Изключване на синхронизиране';
$lang['disable_sync_prompt'] = 'Are you sure that you want to disable the calendar synchronization?';
$lang['reload'] = 'Презареждане';
$lang['appointment'] = 'Час';
$lang['unavailability'] = 'не е на лице';
$lang['week'] = 'Седмица';
$lang['month'] = 'Месец';
$lang['today'] = 'Днес';
$lang['not_working'] = 'Не работен';
$lang['break'] = 'Почивка';
$lang['add'] = 'Добавяне';
$lang['edit'] = 'редактиране';
$lang['hello'] = 'Здравейте';
$lang['all_day'] = 'Цял ден';
$lang['manage_appointment_record_hint'] = 'Управление на всички записи за часове на достъпните изпълнители и услуги.';
$lang['select_filter_item_hint'] = 'Избор на изпълнител или услуга и преглед на часовете в календара.';
$lang['enable_appointment_sync_hint'] = 'Включване на синхронизиране на часове с Google Calendar профила на изпълнителя.';
$lang['manage_customers_hint'] = 'Управление на регистрирани клиенти и преглед на исторически данни за часовете им.';
$lang['manage_services_hint'] = 'Управление на наличните услуги и категории на системата.';
$lang['manage_users_hint'] = 'Управление на административните потребители (администратори, изпълнители и секретари).';
$lang['settings_hint'] = 'Задаване на системни и потребителски настройки.';
$lang['log_out_hint'] = 'Изход от системата.';
$lang['unavailability_periods_hint'] = 'По време на периоди, в които изпълнителя не е на разположение, същият няма да приема нови часове.';
$lang['new_appointment_hint'] = 'Създаване на нов час и запазването му в базата данни.';
$lang['reload_appointments_hint'] = 'Презареждане на календарни часове.';
$lang['trigger_sync_hint'] = 'Изпълнение на процес по синхронизация с Google Calendar.';
$lang['appointment_updated'] = 'Часът е актуализиран успешно.';
$lang['undo'] = 'Отмяна';
$lang['appointment_details_changed'] = 'Информацията относно часът е променена.';
$lang['appointment_changes_saved'] = 'Промените на часът са успешно запазени.';
$lang['save'] = 'Запис';
$lang['new'] = 'Нов';
$lang['select'] = 'Избор';
$lang['hide'] = 'Скриване';
$lang['type_to_filter_customers'] = 'Текст за филтриране на клиентите.';
$lang['clear_fields_add_existing_customer_hint'] = 'Изчистване на полетата и въвеждане на нов клиент.';
$lang['pick_existing_customer_hint'] = 'Избор на съществуващ клиент. ';
$lang['new_appointment_title'] = 'Нов час.';
$lang['edit_appointment_title'] = 'Промяна на час.';
$lang['delete_appointment_title'] = 'Отказ на час.';
$lang['write_appointment_removal_reason'] = 'Моля отделете минута за да споделите причината за отказ на часа:';
$lang['appointment_saved'] = 'Часът запазен успешно.';
$lang['new_unavailability_title'] = 'Нов неработен период';
$lang['edit_unavailability_title'] = 'Промяна на неработен период';
$lang['unavailability_saved'] = 'Неработен период запазен успешно.';
$lang['start_date_before_end_error'] = 'Стартовият период е по-дълъг от крайната дата.';
$lang['invalid_duration'] = 'Invalid duration.';
$lang['invalid_email'] = 'Невалиден адрес на електронна поща.';
$lang['customers'] = 'Клиенти';
$lang['details'] = 'Детайли';
$lang['no_records_found'] = 'Не са намерени записи…';
$lang['services'] = 'Услуги';
$lang['duration_minutes'] = 'Продължителност (минути)';
$lang['currency'] = 'Валута';
$lang['category'] = 'Категория';
$lang['no_category'] = 'Без категория';
$lang['description'] = 'Описание';
$lang['categories'] = 'Категории';
$lang['admins'] = 'Администратори';
$lang['providers'] = 'Изпълнители';
$lang['secretaries'] = 'Секретари';
$lang['mobile_number'] = 'Мобилен телефонен номер';
$lang['mobile'] = 'Mobile';
$lang['state'] = 'Държава';
$lang['username'] = 'Потребителско име';
$lang['password'] = 'Парола';
$lang['retype_password'] = 'Повторете паролата';
$lang['receive_notifications'] = 'Получаване на уведомления';
$lang['passwords_mismatch'] = 'Паролите не съвпадат.';
$lang['admin_saved'] = 'Администратор записан успешно.';
$lang['provider_saved'] = 'Изпълнител записан успешно.';
$lang['secretary_saved'] = 'Секретар записан успешно.';
$lang['admin_deleted'] = 'Администратор заличен успешно.';
$lang['provider_deleted'] = 'Изпълнител заличен успешно.';
$lang['secretary_deleted'] = 'Секретар заличен успешно.';
$lang['service_saved'] = 'Услуга записана успешно.';
$lang['service_category_saved'] = 'Категория на услуги записана успешно.';
$lang['service_deleted'] = 'Услугата заличена успешно.';
$lang['service_category_deleted'] = 'Категория на услуги заличена успешно.';
$lang['customer_saved'] = 'Клиент записан успешно.';
$lang['customer_deleted'] = 'Клиент заличен успешно.';
$lang['current_view'] = 'Текущ изглед';
$lang['working_plan'] = 'Работен график';
$lang['reset_plan'] = 'Нулиране на график';
$lang['monday'] = 'Понеделник';
$lang['tuesday'] = 'Вторник';
$lang['wednesday'] = 'Сряда';
$lang['thursday'] = 'Четвъртък';
$lang['friday'] = 'Петък';
$lang['saturday'] = 'Събота';
$lang['sunday'] = 'Неделя';
$lang['breaks'] = 'Почивки';
$lang['add_breaks_during_each_day'] = 'Нанесете почивките за всеки ден. По време на почивките изпълнителя няма да приема часове.';
$lang['day'] = 'Ден';
$lang['days'] = 'Дни';
$lang['actions'] = 'Действия';
$lang['reset_working_plan_hint'] = 'Връщане на работния график към стойности по подразбиране.';
$lang['company_name'] = 'Име на Организацията';
$lang['company_name_hint'] = 'Името на организацията ще бъде показвано навсякъде в системата (задължително).';
$lang['company_email'] = 'Електронна поща на организацията';
$lang['company_email_hint'] = 'Това ще е електронната поща на организацията. Ще бъде използван като изпращач и получател за системните електронни писма (задължително).';
$lang['company_link'] = 'Препратка на организацията';
$lang['company_link_hint'] = 'Препратката на организацията би трябвало да сочи към официалната страница на същата (задължително).';
$lang['go_to_booking_page'] = 'Към страница за запазване.';
$lang['settings_saved'] = 'Настройките записани успешно.';
$lang['general'] = 'Общи';
$lang['booking'] = 'Booking';
$lang['visible'] = 'видим';
$lang['hidden'] = 'Скрит';
$lang['business_logic'] = 'Бизнес логика';
$lang['current_user'] = 'Текущ потребител';
$lang['about_app'] = 'Относно';
$lang['edit_working_plan_hint'] = 'Моля задайте дните и часовете през, които вашата организация ще приема часове по-долу. Ще ви бъде възможно да редактирате часове в неработни периоди , но клиентите няма да могат да запазват часове в неработни периоди. Този работен график ще бъде избран по подразбиране за всеки нов изпълнител , но Вие можете да променяте графика на всеки изпълнител отделно. След това можете да нанесете почивките.';
$lang['edit_breaks_hint'] = 'Нанасяне на работни почивки за всеки ден. Същите ще се прилагат за всички нови изпълнители.';
$lang['book_advance_timeout'] = 'Запазване на предварителна пауза';
$lang['book_advance_timeout_hint'] = 'Дефиниране на пауза (в минути) преди клиентите да могат да запазват или разместват часовете си с организацията.';
$lang['timeout_minutes'] = 'Пауза (в минути)';
$lang['about_app_info'] = 'Това е интернет система с висока гъвкавост позволяваща на клиентите Ви да запазват часовете си чрез интернет пространството. Като добавка , позволява синхронизация с Google Calendar за да може да използвате и други услуги.';
$lang['current_version'] = 'Текуща версия';
$lang['support'] = 'Поддръжка.';
$lang['about_app_support'] = 'Ако срещнете затруднения с Easy!Appointments, можете да претърсите официалната гугъл група за отговори и потенциални решения. Възможно е да се наложи да създадете нов запис за проблем в страницата за кодът, за да подпомогнете разработчиците.';
$lang['official_website'] = 'Официална интернет страница.';
$lang['google_plus_community'] = 'Google+ Community';
$lang['support_group'] = 'Support Group';
$lang['project_issues'] = 'Проектни проблеми';
$lang['license'] = 'Лиценз ';
$lang['about_app_license'] = 'тази система е лицензирана спрямо GPLv3 лиценз. Чрез използването на системата по какъвто и да е начин, Вие се съгласявате и приемате условията за изложение на следния интернет адрес: ';
$lang['logout_success'] = 'Излязохте успешно! Използвайте следните бутони за да навигирате към различна страница.';
$lang['book_appointment_title'] = 'Запазване на час';
$lang['backend_section'] = 'Административна секция';
$lang['you_need_to_login'] = 'Здравейте! Нужно е да влезете в потребителския си профил за да достъпите административната секция.';
$lang['enter_username_here'] = 'Въведете потребителското си име тук…';
$lang['enter_password_here'] = 'Въведете паролата си тук…';
$lang['login'] = 'Вход';
$lang['forgot_your_password'] = 'Забравена парола ?';
$lang['login_failed'] = 'Вход неуспешен, моля въведете правилните данни и опитайте отново. ';#
$lang['type_username_and_email_for_new_password'] = 'Въведете потребителското си име и адрес на електронна поща за да получите новата си парола.';
$lang['enter_email_here'] = 'Въведете адресът на електронната Ви поща тук…';
$lang['regenerate_password'] = 'Генериране на парола';
$lang['go_to_login'] = 'Назад към страница за вход.';
$lang['new_password_sent_with_email'] = 'Вашата нова парола Ви бе изпратена чрез електронна поща.';
$lang['new_account_password'] = 'Нова парола на потребителски профил';
$lang['new_password_is'] = 'Новата парола за потребителския профил $password Моля запазете това електронно писмо за да може да намерите паролата си при нужда. Можете да промените паролата си в секцията за настройки на Вашия профил.';
$lang['delete_record_prompt'] = 'Сигурни ли Сте, че искате да заличите този запис? Това действие е необратимо';
$lang['delete_admin'] = 'Заличаване на администратор';
$lang['delete_customer'] = 'Заличаване на клиент';
$lang['delete_service'] = 'Заличаване на услуга';
$lang['delete_service_category'] = 'Заличаване на категория на услуги';
$lang['delete_provider'] = 'Заличаване на изпълнител';
$lang['delete_secretary'] = 'Заличаване на секретар';
$lang['delete_appointment'] = 'Заличаване на час';
$lang['delete_unavailability'] = 'Заличаване на неработен период';
$lang['delete'] = 'Заличаване';
$lang['unexpected_issues'] = 'Неочаквани проблеми';
$lang['unexpected_issues_message'] = 'Действието не можа да бъде изпълнено поради неочаквани проблеми.';
$lang['close'] = 'Край';
$lang['page_not_found'] = 'Страницата не е намерена.';
$lang['page_not_found_message'] = 'За съжаление търсената от Вас страница не съществува. Моля проверете интернет адреса или посетете друг сегмент като използвате бутоните по-долу.';
$lang['error'] = 'Грешка';
$lang['no_privileges'] = 'Без привилегии';
$lang['no_privileges_message'] = 'Не притежавате нужните привилегии за да достъпите тази страница. Моля посетете друг сегмент.';
$lang['backend_calendar'] = 'Административен календар';
$lang['start_date_time'] = 'Начало Дата / Час';
$lang['end_date_time'] = 'Край Дата / Час';
$lang['licensed_under'] = 'Лиценз';
$lang['unexpected_issues_occurred'] = 'Възникнаха неочаквани проблеми.';
$lang['service_communication_error'] = 'Възникна грешка със сървърната комуникация, моля опитайте отново. ';
$lang['no_privileges_edit_appointments'] = 'Вие не притежавате нужните привилегии за да редактирате часове.';
$lang['unavailability_updated'] = 'Неработен период обновен успешно.';
$lang['appointments'] = 'Часове';
$lang['unexpected_warnings'] = 'Непредвидени предупреждения';
$lang['unexpected_warnings_message'] = 'Действието бе изпълнено, но са налични известни предупреждения.';
$lang['filter'] = 'Филтър';
$lang['clear'] = 'Изчистване';
$lang['uncategorized'] = 'Некатегоризирани';
$lang['username_already_exists'] = 'Потребителското име вече е заето.';
$lang['password_length_notice'] = 'Паролата трябва да бъде с минимална дължина от $number символа.';
$lang['general_settings'] = 'Общи настройки';
$lang['personal_information'] = 'Лична информация';
$lang['system_login'] = 'Вход в системата';
$lang['user_settings_are_invalid'] = 'Потребителските настройки са невалидни! Моля прегледайте настройките си и опитайте отново.';
$lang['add_break'] = 'Добавяне на почивка';
$lang['january'] = 'Януари';
$lang['february'] = 'Февруари';
$lang['march'] = 'Март';
$lang['april'] = 'Април';
$lang['may'] = 'Май';
$lang['june'] = 'Юни';
$lang['july'] = 'Чли';
$lang['august'] = 'Август';
$lang['september'] = 'Септември';
$lang['october'] = 'Октомври';
$lang['november'] = 'Ноември';
$lang['december'] = 'Декември';
$lang['previous'] = 'Предишен';
$lang['next'] = 'Следващ';
$lang['now'] = 'Сега';
$lang['select_time'] = 'Избор на време';
$lang['time'] = 'Време';
$lang['hour'] = 'Час';
$lang['minute'] = 'Минута';
$lang['calendar_sync_completed'] = 'Google синхронизацията приключи успешно.';
$lang['calendar_sync_failed'] = 'Google синхронизацията неуспешна: не бе възможно да се осъществи връзка.';
$lang['select_sync_calendar'] = 'Избор на Google Calendar';
$lang['select_sync_calendar_prompt'] = 'Изберете календарът, който искате да синхронизирате за часовете си. Ако не желаете да изберете специфичен календар, календар по подразбиране ще бъде използван.';
$lang['sync_calendar_selected'] = 'Google Calendar бе успешно избран.';
$lang['oops_something_went_wrong'] = 'Опааа! Нещо се обърка!Опааа! Нещо се обърка.';
$lang['ea_update_success'] = 'Системата Обновена успешно';
$lang['require_captcha'] = 'Изискване на CAPTCHA';
$lang['require_captcha_hint'] = 'Когато е активно, потребителя , ще трябва да въведе произволно генерирани символи за да запише или промени час.';
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.';
$lang['any_provider'] = 'Произволен Изпълнител';
$lang['requested_hour_is_unavailable'] = 'Заявеният от Вас час не е наличен. Моля изберете друг час.';
$lang['customer_notifications'] = 'Клиентски Известия';
$lang['customer_notifications_hint'] = 'Дефинира дали клиентът ще получава известия посредством електронна поща, когато има промяна в графика, съдържащ негов запазен час.';
$lang['date_format'] = 'Формат на Дата';
$lang['date_format_hint'] = 'Промяна на дормат за показ на дата (D - дата, M - месец, Y - година).';
$lang['time_format'] = 'Time Format';
$lang['time_format_hint'] = 'Change the time display format (H - Hours, M - Minutes).';
$lang['first_weekday'] = 'First day of week';
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
$lang['google_analytics_code_hint'] = 'Добавете Google Analytics ID за да бъде включена статистика в страницата за запазване на час.';
$lang['availabilities_type'] = 'Типове на работен период.';
$lang['flexible'] = 'Гъвкав';
$lang['fixed'] = 'Фиксиран';
$lang['attendants_number'] = 'Брой Посетители';
$lang['reset_working_plan'] = 'Reset the working plan back to the default values.';
$lang['legal_contents'] = 'Правно съдържание';
$lang['cookie_notice'] = 'Показване на Cookie Notice';
$lang['display_cookie_notice'] = 'Известие ';
$lang['cookie_notice_content'] = 'Съдържание на съобщението за бисквитките';
$lang['terms_and_conditions'] = 'Правила и условия';
$lang['display_terms_and_conditions'] = 'Правила и условия за показване';
$lang['terms_and_conditions_content'] = 'Съдържание на правилата и условията';
$lang['privacy_policy'] = 'Политика за поверителност';
$lang['display_privacy_policy'] = 'Политика за поверителност на дисплея';
$lang['privacy_policy_content'] = 'Съдържание на политиката за поверителност';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Този уебсайт използва Cookie, за да ви осигури най-доброто преживяване на нашия уебсайт.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Прочетох и съм съгласен с {$link}Термините и условията{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Прочетох и съм съгласен с {$link}Политиката за поверителност{/$link}.';
$lang['delete_personal_information_hint'] = 'Изтрийте цялата лична информация от системата.';
$lang['delete_personal_information'] = 'Изтриване на лична информация';
$lang['delete_personal_information_prompt'] = 'Сигурни ли сте, че искате да изтриете личната си информация? Това действие не може да бъде отменено.';
$lang['location'] = 'Местоположение';
$lang['working_plan_exception'] = 'Изключение от работния план';
$lang['working_plan_exceptions'] = 'Изключения от работния план';
$lang['working_plan_exceptions_hint'] = 'Добавяне на ден за изключение от работния план, извън работния план.';
$lang['new_working_plan_exception_title'] = 'Ново изключение от работния план';
$lang['working_plan_exception_saved'] = 'Изключението от работния план е записано успешно.';
$lang['working_plan_exception_deleted'] = 'Изключението от работния план е успешно изтрито.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Добавяне на изключения от работния план, извън работния план.';
$lang['add_working_plan_exception'] = 'Добавяне на изключения от работния план';
$lang['require_phone_number'] = 'Изисква се телефонен номер';
$lang['require_phone_number_hint'] = 'Когато е разрешено, клиентите и потребителите ще трябва да въведат телефонния номер на клиента, когато резервират среща';
$lang['check_spam_folder'] = 'Моля, проверете папката си за спам, ако имейлът не пристигне в рамките на няколко минути.';
$lang['api_token_hint'] = 'Задайте таен токен, за да активирате удостоверяването на API на Easy!Appointments на базата на токен.';
$lang['timezone'] = 'Часови пояс';
$lang['overwrite_existing_working_plans'] = 'Това ще презапише съществуващите работни планове на доставчика, сигурни ли сте, че искате да продължите?';
$lang['working_plans_got_updated'] = 'Всички работни планове са актуализирани.';
$lang['apply_to_all_providers'] = 'Прилага се за всички доставчици';
$lang['display_any_provider'] = 'Показвам всяка опция за доставчик';
$lang['display_any_provider_hint'] = 'Страницата за резервации ще получи допълнителна опция, която позволява на клиентите да резервират, без да посочват доставчик.';
$lang['load_more'] = 'Зареждане на повече';
$lang['list'] = 'Списък';
$lang['default'] = 'По подразбиране';
$lang['table'] = 'таблица';
$lang['date'] = 'Дата';
$lang['about'] = 'За';
$lang['booking_settings'] = 'Настройки за резервиране';
$lang['display'] = 'Дисплей';
$lang['require'] = 'Изискване';
$lang['color'] = 'Цвят';
$lang['matomo_analytics_url_hint'] = 'Добавете URL адреса към собствената си инсталация на Matomo, за да активирате проследяването на Matomo на страниците за резервации.';
$lang['invalid_phone'] = 'Невалиден телефонен номер.';
$lang['legal'] = 'Юридически';
$lang['business'] = 'Бизнес';
$lang['account'] = 'Сметка';
$lang['disable_booking'] = 'Деактивиране на резервациите';
$lang['disable_booking_hint'] = 'Страницата за резервации ще бъде деактивирана, докато тази настройка е активна, и клиентите няма да могат да регистрират нови срещи.';
$lang['display_message'] = 'Съобщение на дисплея';
$lang['booking_is_disabled'] = 'Резервациите са изключени!';
$lang['appearance'] = 'Външен вид';
$lang['company_logo'] = 'Лого на компанията';
$lang['company_logo_hint'] = 'Логото на компанията ще се показва на много места в приложението, включително на страницата за резервации и в имейлите с известия (файл с изображение, максимум 2 MB).';
$lang['company_color'] = 'Цвят на компанията';
$lang['company_color_hint'] = 'Цветът на компанията ще бъде приложен в цялото приложение, така че то да използва вашата марка.';
$lang['localization'] = 'Локализация';
$lang['integrations'] = 'Интеграции';
$lang['company'] = 'Компания';
$lang['remove'] = 'Премахване на';
$lang['login_button'] = 'Бутон за влизане';
$lang['display_login_button_hint'] = 'Определя дали бутонът за влизане се показва на страницата за резервации.';
$lang['private'] = 'Частна';
$lang['private_hint'] = 'Частните записи няма да се показват или обработват в публичните страници, като например страницата за резервации.';
$lang['reset'] = 'Нулиране';
$lang['all'] = 'Всички';
$lang['booking_link'] = 'Връзка за резервация';
$lang['add_new_event'] = 'Добавяне на ново събитие';
$lang['what_kind_of_event'] = 'Какъв вид събитие искате да добавите?';
$lang['theme'] = 'Тема';
$lang['limit_customer_access'] = 'Ограничаване на достъпа на клиенти';
$lang['limit_customer_access_hint'] = 'Ако е разрешено, доставчиците и секретарките ще имат достъп само до клиентите, с които имат уговорена среща.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Секретен токен';
$lang['verify_ssl'] = 'Проверка на SSL';
$lang['appointment_save'] = 'Запазване на среща';
$lang['appointment_delete'] = 'Изтриване на среща';
$lang['unavailability_save'] = 'Запазване на недостъпност';
$lang['unavailability_delete'] = 'Изтриване на недостъпност';
$lang['customer_save'] = 'Запазване на клиент';
$lang['customer_delete'] = 'Изтриване на клиент';
$lang['service_save'] = 'Запазване на услуга';
$lang['service_delete'] = 'Изтриване на услуга';
$lang['service_category_save'] = 'Запазване на категория';
$lang['service_category_delete'] = 'Изтриване на категория';
$lang['provider_save'] = 'Запазване на доставчик';
$lang['provider_delete'] = 'Изтриване на доставчик';
$lang['secretary_save'] = 'Запазване на секретар';
$lang['secretary_delete'] = 'Изтриване на секретар';
$lang['admin_save'] = 'Запазване на администратор';
$lang['admin_delete'] = 'Изтриване на администратор';
$lang['options'] = 'Опции';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhooks ви позволява да изпращате HTTP известия към външни уеб приложения в отговор на различни събития в приложението, като създаване на среща или премахване на клиент.';
$lang['integrations_info'] = 'Интеграциите ви позволяват да осъществявате връзки с външни приложения и API.';
$lang['configure'] = 'Конфигуриране';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics ви позволява автоматично да добавите код за проследяване и HTML маркери към публичната страница и да следите всички сесии за резервация.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics ви позволява автоматично да добавите код за проследяване и HTML маркери към публичната страница и да следите всички сесии за резервация.';
$lang['api'] = 'API';
$lang['api_info'] = 'API ви позволява да взаимодействате с всички данни на Easy!Appointments чрез HTTP протокола и наличните API крайни точки, за да създадете собствени интеграции.';
$lang['google_analytics_code'] = 'Код на Google Analytics';
$lang['matomo_analytics_url'] = 'URL на Matomo Analytics';
$lang['future_booking_limit'] = 'Ограничение за бъдещи резервации';
$lang['limit_days'] = 'Ограничение (дни)';
$lang['future_booking_limit_hint'] = 'Задайте ограничението за бъдещи дни, в които клиентите могат да правят резервации чрез публичната страница за резервации.';
$lang['api_token'] = 'API Токен';
$lang['allow_rescheduling_cancellation_before'] = 'Позволяване на презасичане/отмяна преди';
$lang['at_least_one_field'] = 'Поне едно поле трябва да бъде показано на страницата за резервации.';
$lang['status'] = 'Статус';
$lang['appointment_status_options'] = 'Опции за статус на среща';
$lang['appointment_status_options_info'] = 'Определете списък с налични опции за статус на среща, които могат да се използват на страницата с календара (първата автоматично ще стане стойността по подразбиране).';
$lang['sunday_short'] = 'Нед';
$lang['monday_short'] = 'Пон';
$lang['tuesday_short'] = 'Вто';
$lang['wednesday_short'] = 'Сря';
$lang['thursday_short'] = 'Чет';
$lang['friday_short'] = 'Пет';
$lang['saturday_short'] = 'Съб';
$lang['january_short'] = 'Ян';
$lang['february_short'] = 'Фев';
$lang['march_short'] = 'Март';
$lang['april_short'] = 'Апр';
$lang['may_short'] = 'Май';
$lang['june_short'] = 'Юни';
$lang['july_short'] = 'Юли';
$lang['august_short'] = 'Авг';
$lang['september_short'] = 'Сеп';
$lang['october_short'] = 'Окт';
$lang['november_short'] = 'Ное';
$lang['december_short'] = 'Дек';
$lang['am'] = 'сутрин';
$lang['pm'] = 'следобед';
$lang['to'] = 'до';
$lang['click_to_toggle'] = 'Кликнете за превключване';
$lang['week_short'] = 'Седм';
$lang['scroll_to_increment'] = 'Превъртете за увеличаване';
$lang['year'] = 'Година';
$lang['make_non_working_day'] = 'Този доставчик няма да бъде наличен за работа в избрания ден.';
$lang['no_breaks'] = 'Няма почивки';
$lang['service_categories'] = 'Категории услуги';
$lang['service_category'] = 'Категория услуга';
$lang['blocked_period_saved'] = 'Периодът на блокиране е запазен успешно.';
$lang['blocked_period_deleted'] = 'Периодът на блокиране е изтрит успешно.';
$lang['delete_blocked_period'] = 'Изтриване на блокиран период';
$lang['blocked_period'] = 'Блокиран период';
$lang['blocked_periods'] = 'Блокирани периоди';
$lang['blocked_period_save'] = 'Запазване на блокиран период';
$lang['blocked_period_delete'] = 'Изтриване на блокиран период';
$lang['blocked_periods_hint'] = 'Определете периоди от време, когато публичните резервации ще бъдат забранени за всички доставчици (напр. затворени дати, празници и т.н.).';
$lang['custom_field'] = 'Персонализирано поле';
$lang['custom_fields'] = 'Персонализирани полета';
$lang['label'] = 'Етикет';
$lang['webhook_saved'] = 'Webhook е запазен успешно.';
$lang['webhook_deleted'] = 'Webhook е изтрит успешно.';
$lang['delete_webhook'] = 'Изтриване на Webhook';
$lang['contact_info'] = 'Контактна информация';
$lang['hide_from_public'] = 'Скрий от публичността';
$lang['matomo_analytics_site_id'] = 'Matomo Analytics ID на сайта';
$lang['matomo_analytics_site_id_hint'] = 'Задайте ID на сайта, който ще бъде проследяван от Matomo (по подразбиране сайтът има ID "1").';
$lang['default_timezone'] = 'Часова зона по подразбиране';
$lang['default_timezone_hint'] = 'Задайте часовата зона по подразбиране, която ще се използва за нови записи.';
$lang['default_language'] = 'Език по подразбиране';
$lang['default_language_hint'] = 'Задайте езика по подразбиране, който ще се използва за нови записи.';
$lang['sync_method_prompt'] = 'Кой метод за синхронизиране бихте искали да използвате?';
$lang['caldav_server'] = 'CalDAV сървър';
$lang['caldav_connection_info_prompt'] = 'Моля, въведете информация за връзка с целевия CalDAV календар.';
$lang['connect'] = 'Свързване';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'Тази интеграция ви позволява да се свържете с LDAP сървър и автоматично да импортирате потребители в Easy!Appointments и да им позволите SSO с тяхната парола от директорията (потребителското име трябва да съвпада).';
$lang['host'] = 'Хост';
$lang['port'] = 'Порт';
$lang['user_dn'] = 'Потребител DN';
$lang['base_dn'] = 'Base DN';
$lang['keyword'] = 'Ключова дума';
$lang['ldap_search_hint'] = 'Въведете ключова дума, за да търсите в LDAP директорията потребители, които съответстват на критериите на филтъра.';
$lang['ldap_extension_not_loaded'] = 'LDAP PHP разширението не е заредено, но е необходимо за работата на тази интеграция.';
$lang['field_mapping'] = 'Полета за съпоставяне';
$lang['content'] = 'Съдържание';
$lang['active'] = 'Активен';
$lang['user_imported'] = 'Потребителят е импортиран успешно.';
$lang['import'] = 'Импортиране';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = 'Роля';
$lang['at_least_one_field_required'] = 'Поне едно поле трябва да бъде зададено като задължително на страницата за резервации.';
$lang['display_on_calendar'] = 'Покажи в календара';
$lang['display_in_services'] = 'Покажи в услугите';
$lang['import_ldap_users'] = 'Импортиране на LDAP потребители';
$lang['manage_providers'] = 'Управление на доставчици';
$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.';