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,63 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://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['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$lang['db_unable_to_create'] = 'Unable to create the specified database: %s';
$lang['db_invalid_query'] = 'The query you submitted is not valid.';
$lang['db_must_set_table'] = 'You must set the database table to be used with your query.';
$lang['db_must_use_set'] = 'You must use the "set" method to update an entry.';
$lang['db_must_use_index'] = 'You must specify an index to match on for batch updates.';
$lang['db_batch_missing_index'] = 'One or more rows submitted for batch updating is missing the specified index.';
$lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.';
$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.';
$lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.';
$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.';
$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed.';
$lang['db_unable_to_drop'] = 'Unable to drop the specified database.';
$lang['db_unsupported_feature'] = 'Unsupported feature of the database platform you are using.';
$lang['db_unsupported_compression'] = 'The file compression format you chose is not supported by your server.';
$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.';
$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.';
$lang['db_table_name_required'] = 'A table name is required for that operation.';
$lang['db_column_name_required'] = 'A column name is required for that operation.';
$lang['db_column_definition_required'] = 'A column definition is required for that operation.';
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s';
$lang['db_error_heading'] = 'A Database Error Occurred';

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 - 2017, 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 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://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['email_must_be_array'] = 'The email validation method must be passed an array.';
$lang['email_invalid_address'] = 'Invalid email address: %s';
$lang['email_attachment_missing'] = 'Unable to locate the following email attachment: %s';
$lang['email_attachment_unreadable'] = 'Unable to open this attachment: %s';
$lang['email_no_from'] = 'Cannot send mail with no "From" header.';
$lang['email_no_recipients'] = 'You must include recipients: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] = 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] = 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] = 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_sent'] = 'Your message has been successfully sent using the following protocol: %s';
$lang['email_no_socket'] = 'Unable to open a socket to Sendmail. Please check settings.';
$lang['email_no_hostname'] = 'You did not specify a SMTP hostname.';
$lang['email_smtp_error'] = 'The following SMTP error was encountered: %s';
$lang['email_no_smtp_unpw'] = 'Error: You must assign a SMTP username and password.';
$lang['email_failed_smtp_login'] = 'Failed to send AUTH LOGIN command. Error: %s';
$lang['email_smtp_auth_un'] = 'Failed to authenticate username. Error: %s';
$lang['email_smtp_auth_pw'] = 'Failed to authenticate password. Error: %s';
$lang['email_smtp_data_failure'] = 'Unable to send data: %s';
$lang['email_exit_status'] = 'Exit status code: %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,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');
// Bosnian
$lang['page_title'] = 'Zakažite termin sa';
$lang['service_and_provider'] = 'Usluga i dobavljač';
$lang['select_service'] = 'Izaberite uslugu';
$lang['select_provider'] = 'Izaberite provajdera';
$lang['duration'] = 'Trajanje';
$lang['minutes'] = 'Minuti';
$lang['price'] = 'Cijena';
$lang['back'] = 'Nazad';
$lang['appointment_date_and_time'] = 'Datum i vrijeme sastanka';
$lang['no_available_hours'] = 'Nema raspoloživih sati za termine za odabrani datum. Molimo odaberite drugi datum.';
$lang['appointment_hour_missing'] = 'Molimo odaberite sat za termin prije nego što nastavite.';
$lang['customer_information'] = 'Informacije o klijentu';
$lang['first_name'] = 'Ime';
$lang['last_name'] = 'Prezime';
$lang['email'] = 'E-pošta';
$lang['phone_number'] = 'Broj telefona';
$lang['phone'] = 'Telefon';
$lang['address'] = 'Adresa';
$lang['city'] = 'Grad';
$lang['zip_code'] = 'Poštanski broj';
$lang['notes'] = 'Napomene';
$lang['language'] = 'Jezik';
$lang['no_language'] = 'Nema jezika';
$lang['fields_are_required'] = 'Polja sa * su obavezna.';
$lang['appointment_confirmation'] = 'Potvrda termina';
$lang['confirm'] = 'Potvrdi';
$lang['update'] = 'Ažuriraj';
$lang['cancel_appointment_hint'] = 'Pritisnite dugme "Otkaži" da uklonite termin iz rasporeda kompanije.';
$lang['cancel'] = 'Otkaži';
$lang['appointment_registered'] = 'Vaš termin je uspješno registrovan!';
$lang['cancel_appointment_title'] = 'Otkaži termin';
$lang['appointment_cancelled'] = 'Vaš termin je uspješno otkazan.';
$lang['appointment_cancelled_title'] = 'Sastanak otkazan';
$lang['reason'] = 'Razlog';
$lang['appointment_removed_from_schedule'] = 'Sljedeći sastanak je uklonjen iz rasporeda kompanije . ';
$lang['appointment_details_was_sent_to_you'] = 'E-mail sa detaljima sastanka vam je poslan.';
$lang['add_to_google_calendar'] = 'Dodaj u Google kalendar';
$lang['appointment_booked'] = 'Vaš termin je uspješno rezerviran';
$lang['thank_you_for_appointment'] = 'Hvala što ste dogovorili termin sa nama. U nastavku možete pogledati detalje termina. Napravite promjene klikom na link za termin.';
$lang['appointment_details_title'] = 'Detalji sastanka';
$lang['customer_details_title'] = 'Detalji o klijentu';
$lang['service'] = 'Usluga';
$lang['provider'] = 'Dobavljač';
$lang['customer'] = 'Kupac';
$lang['start'] = 'Pokreni';
$lang['end'] = 'Kraj';
$lang['name'] = 'Ime';
$lang['appointment_link_title'] = 'Veza za sastanak';
$lang['success'] = 'Uspjeh';
$lang['appointment_added_to_your_plan'] = 'Novi termin je dodat u vaš plan.';
$lang['appointment_link_description'] = 'Možete napraviti promjene klikom na link za sastanak ispod.';
$lang['appointment_locked'] = 'Modifikacija nemoguća!';
$lang['appointment_locked_message'] = 'Sastanak se ne može promijeniti manje od {$limit} sati unaprijed.';
$lang['appointment_not_found'] = 'Sastanak nije pronađen';
$lang['appointment_does_not_exist_in_db'] = 'Sastanak koji ste tražili ne postoji više u sistemskoj bazi podataka.';
$lang['display_calendar'] = 'Prikaži kalendar';
$lang['calendar'] = 'Kalendar';
$lang['users'] = 'Korisnici';
$lang['settings'] = 'Postavke';
$lang['log_out'] = 'Odjava';
$lang['synchronize'] = 'Sinhroniziraj';
$lang['enable_sync'] = 'Omogući sinhronizaciju';
$lang['disable_sync'] = 'Onemogući sinhronizaciju';
$lang['disable_sync_prompt'] = 'Da li ste sigurni da želite da onemogućite sinhronizaciju kalendara?';
$lang['reload'] = 'Ponovo učitaj';
$lang['appointment'] = 'Sastanak';
$lang['unavailability'] = 'Nedostupnost';
$lang['week'] = 'Sedmica';
$lang['month'] = 'Mjesec';
$lang['danas'] = 'Danas';
$lang['not_working'] = 'Ne radi';
$lang['break'] = 'Prekid';
$lang['add'] = 'Dodaj';
$lang['edit'] = 'Uredi';
$lang['hello'] = 'Zdravo';
$lang['all_day'] = 'Cijeli dan';
$lang['manage_appointment_record_hint'] = 'Upravljajte svim zapisima sastanaka dostupnih provajdera i usluga.';
$lang['select_filter_item_hint'] = 'Izaberite provajdera ili uslugu i pogledajte sastanke u kalendaru.';
$lang['enable_appointment_sync_hint'] = 'Omogući sinhronizaciju termina sa eksternim kalendarom.';
$lang['manage_customers_hint'] = 'Upravljajte registrovanim klijentima i pogledajte njihovu istoriju rezervacija.';
$lang['manage_services_hint'] = 'Upravljajte dostupnim uslugama i kategorijama sistema.';
$lang['manage_users_hint'] = 'Upravljajte pozadinskim korisnicima (administratori, provajderi, sekretari).';
$lang['settings_hint'] = 'Postavite sistemske i korisničke postavke.';
$lang['log_out_hint'] = 'Odjavite se sa sistema.';
$lang['unavailability_periods_hint'] = 'Tokom perioda nedostupnosti provajder neće prihvatiti nove sastanke.';
$lang['new_appointment_hint'] = 'Kreirajte novi sastanak i pohranite ga u bazu podataka.';
$lang['reload_appointments_hint'] = 'Ponovo učitaj termine u kalendaru.';
$lang['trigger_sync_hint'] = 'Pokreni proces sinhronizacije kalendara.';
$lang['appointment_updated'] = 'Sastanak je uspješno ažuriran.';
$lang['undo'] = 'Poništi';
$lang['appointment_details_changed'] = 'Detalji termina su promijenjeni';
$lang['appointment_changes_saved'] = 'Promjene termina su uspješno sačuvane.';
$lang['save'] = 'Sačuvaj';
$lang['new'] = 'Novo';
$lang['select'] = 'Odaberi';
$lang['hide'] = 'Sakrij';
$lang['type_to_filter_customers'] = 'Ukucajte za filtriranje kupaca.';
$lang['clear_fields_add_existing_customer_hint'] = 'Obrišite polja i unesite novog kupca.';
$lang['pick_existing_customer_hint'] = 'Izaberite postojećeg kupca.';
$lang['new_appointment_title'] = 'Novi sastanak';
$lang['edit_appointment_title'] = 'Uredi sastanak';
$lang['delete_appointment_title'] = 'Izbriši sastanak';
$lang['write_appointment_removal_reason'] = 'Odvojite minut da napišete razlog zbog kojeg brišete sastanak:';
$lang['appointment_saved'] = 'Sastanak je uspješno sačuvan.';
$lang['new_unavailability_title'] = 'Nova nedostupnost';
$lang['edit_unavailability_title'] = 'Uredi nedostupnost';
$lang['unavailability_saved'] = 'Nedostupnost je uspješno sačuvana.';
$lang['start_date_before_end_error'] = 'Vrijednost datuma početka je kasnija od datuma završetka.';
$lang['invalid_duration'] = 'Nevažeće trajanje.';
$lang['invalid_email'] = 'Nevažeća adresa e-pošte.';
$lang['customers'] = 'Kupci';
$lang['details'] = 'Detalji';
$lang['no_records_found'] = 'Nije pronađen nijedan zapis...';
$lang['services'] = 'Usluge';
$lang['duration_minutes'] = 'Trajanje (minute)';
$lang['currency'] = 'Valuta';
$lang['category'] = 'Kategorija';
$lang['no_category'] = 'Nema kategorije';
$lang['description'] = 'Opis';
$lang['categories'] = 'Kategorije';
$lang['admins'] = 'Admini';
$lang['providers'] = 'Provajderi';
$lang['secretaries'] = 'Sekretarice';
$lang['mobile_number'] = 'Broj mobilnog telefona';
$lang['mobile'] = 'Mobilni';
$lang['state'] = 'Stanje';
$lang['username'] = 'Korisničko ime';
$lang['password'] = 'Lozinka';
$lang['retype_password'] = 'Ponovo upišite lozinku';
$lang['receive_notifications'] = 'Primanje obavještenja';
$lang['passwords_mismatch'] = 'Nepodudaranje lozinki.';
$lang['admin_saved'] = 'Admin je uspješno sačuvan.';
$lang['provider_saved'] = 'Provajder je uspešno sačuvan.';
$lang['secretary_saved'] = 'Sekretar je uspješno sačuvan.';
$lang['admin_deleted'] = 'Admin je uspješno obrisan.';
$lang['provider_deleted'] = 'Provajder je uspešno obrisan.';
$lang['secretary_deleted'] = 'Sekretar je uspješno izbrisan.';
$lang['service_saved'] = 'Usluga je uspješno sačuvana.';
$lang['service_category_saved'] = 'Kategorija usluge je uspješno sačuvana.';
$lang['service_deleted'] = 'Usluga je uspješno izbrisana.';
$lang['service_category_deleted'] = 'Kategorija usluge je uspješno obrisana.';
$lang['customer_saved'] = 'Korisnik je uspješno sačuvan.';
$lang['customer_deleted'] = 'Korisnik je uspješno obrisan.';
$lang['current_view'] = 'Trenutni prikaz';
$lang['working_plan'] = 'Plan rada';
$lang['reset_plan'] = 'Resetuj plan';
$lang['monday'] = 'Ponedjeljak';
$lang['utorak'] = 'Utorak';
$lang['srijeda'] = 'Srijeda';
$lang['thursday'] = 'Četvrtak';
$lang['friday'] = 'Petak';
$lang['saturday'] = 'Subota';
$lang['sunday'] = 'Nedjelja';
$lang['breaks'] = 'Prekidi';
$lang['add_breaks_during_each_day'] = 'Dodajte radne pauze tokom svakog dana. U pauzama provajder neće prihvatiti nikakve sastanke.';
$lang['day'] = 'Dan';
$lang['days'] = 'Dani';
$lang['actions'] = 'Akcije';
$lang['reset_working_plan_hint'] = 'Resetujte radni plan nazad na podrazumevane vrednosti.';
$lang['company_name'] = 'Naziv kompanije';
$lang['company_name_hint'] = 'Naziv kompanije će biti prikazan svuda u sistemu (obavezno).';
$lang['company_email'] = 'E-pošta kompanije';
$lang['company_email_hint'] = 'Ovo će biti adresa e-pošte kompanije. Koristit će se kao pošiljatelj i adresa za odgovor sistemskih e-poruka (obavezno).';
$lang['company_link'] = 'Link kompanije';
$lang['company_link_hint'] = 'Link kompanije treba da vodi na službenu web stranicu kompanije (obavezno).';
$lang['go_to_booking_page'] = 'Idi na stranicu rezervacije';
$lang['settings_saved'] = 'Postavke su uspješno sačuvane.';
$lang['general'] = 'Opšte';
$lang['booking'] = 'Rezervacija';
$lang['visible'] = 'Vidljivo';
$lang['hidden'] = 'Skriveno';
$lang['business_logic'] = 'Poslovna logika';
$lang['current_user'] = 'Trenutni korisnik';
$lang['about_app'] = 'O Easy! Sastancima';
$lang['edit_working_plan_hint'] = 'Označite ispod dane i sate kada će vaša kompanija prihvatiti sastanke. Moći ćete prilagoditi termine u neradno vrijeme, ali klijenti neće moći sami zakazati termine u neradnim periodima. Ovaj radni plan će biti podrazumevani za svaki novi zapis provajdera, ali ćete moći da promenite plan svakog provajdera posebno uređivanjem njegovog zapisa. Nakon toga možete dodati periode pauze.';
$lang['edit_breaks_hint'] = 'Dodajte radne pauze tokom svakog dana. Ove pauze će se primjenjivati za sve nove provajdere.';
$lang['book_advance_timeout'] = 'Vreme za rezervaciju unapred';
$lang['book_advance_timeout_hint'] = 'Definiši vremensko ograničenje (u minutama) pre nego što klijenti mogu da rezervišu ili ponovo dogovore sastanke sa kompanijom.';
$lang['timeout_minutes'] = 'Vreme je isteklo (minuta)';
$lang['about_app_info'] = 'Easy! Sastanci su veoma prilagodljiva web aplikacija koja omogućava vašim klijentima da zakažu sastanke s vama putem weba. Štaviše, pruža mogućnost sinhronizacije vaših podataka sa Google kalendarom, tako da ih možete koristiti sa drugim uslugama.';
$lang['current_version'] = 'Trenutna verzija';
$lang['support'] = 'Podrška';
$lang['about_app_support'] = 'Ako naiđete na bilo kakve probleme kada koristite Easy!Appointments, možete pretražiti zvaničnu Google grupu za odgovore. Možda ćete također morati kreirati novi problem na stranici Google Code kako biste pomogli u razvoju.';
$lang['official_website'] = 'Službena web stranica';
$lang['google_plus_community'] = 'Google+ zajednica';
$lang['support_group'] = 'Grupa za podršku';
$lang['project_issues'] = 'Problemi projekta';
$lang['license'] = 'Licenca';
$lang['about_app_license'] = 'Easy! Sastanci su licencirani pod GPLv3 licencom. Korištenjem koda Easy!Appointments na bilo koji način pristajete na uslove opisane na sljedećem URL-u:';
$lang['logout_success'] = 'Uspješno ste odjavljeni! Kliknite na jedno od sljedećih dugmadi za navigaciju na drugu stranicu.';
$lang['book_appointment_title'] = 'Zakažite termin';
$lang['backend_section'] = 'Pozadinska sekcija';
$lang['you_need_to_login'] = 'Dobro došli! Morat ćete se prijaviti da biste vidjeli pozadinske stranice.';
$lang['enter_username_here'] = 'Ovdje unesite svoje korisničko ime...';
$lang['enter_password_here'] = 'Ovdje unesite svoju lozinku...';
$lang['login'] = 'Prijava';
$lang['forgot_your_password'] = 'Zaboravili ste lozinku?';
$lang['login_failed'] = 'Prijava nije uspjela, unesite ispravne akreditive i pokušajte ponovo.';
$lang['type_username_and_email_for_new_password'] = 'Upišite svoje korisničko ime i adresu e-pošte da dobijete novu lozinku.';
$lang['enter_email_here'] = 'Ovdje unesite svoju e-poštu...';
$lang['regenerate_password'] = 'Ponovo generišite lozinku';
$lang['go_to_login'] = 'Vrati se na stranicu za prijavu';
$lang['new_password_sent_with_email'] = 'Vaša nova lozinka vam je poslata putem e-pošte.';
$lang['new_account_password'] = 'Nova lozinka naloga';
$lang['new_password_is'] = 'Vaša nova lozinka naloga je $password. Molimo pohranite ovu e-poštu kako biste mogli povratiti vašu lozinku ako je potrebno. Također možete promijeniti ovu lozinku novom na stranici postavki.';
$lang['delete_record_prompt'] = 'Da li ste sigurni da želite da izbrišete ovaj zapis? Ova radnja se ne može poništiti.';
$lang['delete_admin'] = 'Izbriši administratora';
$lang['delete_customer'] = 'Izbriši kupca';
$lang['delete_service'] = 'Izbriši uslugu';
$lang['delete_service_category'] = 'Izbriši kategoriju usluge';
$lang['delete_provider'] = 'Izbriši dobavljača';
$lang['delete_secretary'] = 'Izbriši sekretara';
$lang['delete_appointment'] = 'Izbriši sastanak';
$lang['delete_unavailability'] = 'Izbriši nedostupnost';
$lang['delete'] = 'Izbriši';
$lang['unexpected_issues'] = 'Neočekivani problemi';
$lang['unexpected_issues_message'] = 'Operacija nije mogla da se završi zbog neočekivanih problema.';
$lang['close'] = 'Zatvori';
$lang['page_not_found'] = 'Stranica nije pronađena';
$lang['page_not_found_message'] = 'Nažalost stranica koju ste tražili ne postoji. Molimo provjerite URL vašeg pretraživača ili idite na drugu lokaciju koristeći dugmad ispod.';
$lang['error'] = 'Greška';
$lang['no_privileges'] = 'Nema privilegija';
$lang['no_privileges_message'] = 'Nemate potrebne privilegije da vidite ovu stranicu. Molimo idite na drugi odjeljak.';
$lang['backend_calendar'] = 'Pozadinski kalendar';
$lang['start_date_time'] = 'Datum početka/vrijeme';
$lang['end_date_time'] = 'Završni datum / vrijeme';
$lang['licensed_under'] = 'Manje licencirano';
$lang['unexpected_issues_occurred'] = 'Došlo je do neočekivanih problema.';
$lang['service_communication_error'] = 'Došlo je do greške u komunikaciji sa serverom, pokušajte ponovo.';
$lang['no_privileges_edit_appointments'] = 'Nemate potrebne privilegije za uređivanje sastanaka.';
$lang['unavailability_updated'] = 'Nedostupnost je uspješno ažurirana.';
$lang['appointments'] = 'Sastanci';
$lang['unexpected_warnings'] = 'Neočekivana upozorenja';
$lang['unexpected_warnings_message'] = 'Operacija je završena, ali su se pojavila neka upozorenja.';
$lang['filter'] = 'Filter';
$lang['clear'] = 'Obriši';
$lang['uncategorized'] = 'Nekategorizirano';
$lang['username_already_exists'] = 'Korisničko ime već postoji.';
$lang['password_length_notice'] = 'Lozinka mora imati najmanje $numer znakova.';
$lang['general_settings'] = 'Opšta podešavanja';
$lang['personal_information'] = 'Lični podaci';
$lang['system_login'] = 'Prijava sistema';
$lang['user_settings_are_invalid'] = 'Korisničke postavke su nevažeće! Pregledajte postavke i pokušajte ponovo.';
$lang['add_break'] = 'Dodaj prekid';
$lang['januar'] = 'Januar';
$lang['february'] = 'Februar';
$lang['march'] = 'Mart';
$lang['april'] = 'April';
$lang['may'] = 'Svibanj';
$lang['jun'] = 'Jun';
$lang['july'] = 'Jul';
$lang['august'] = 'Avgust';
$lang['september'] = 'Septembar';
$lang['oktobar'] = 'Oktobar';
$lang['novembar'] = 'Novembar';
$lang['december'] = 'Decembar';
$lang['previous'] = 'Prethodno';
$lang['next'] = 'Sledeći';
$lang['sada'] = 'Sada';
$lang['select_time'] = 'Odaberi vrijeme';
$lang['time'] = 'Vrijeme';
$lang['hour'] = 'Sat';
$lang['minute'] = 'Minuta';
$lang['calendar_sync_completed'] = 'Sinhronizacija kalendara je uspješno završena.';
$lang['calendar_sync_failed'] = 'Sinhronizacija kalendara nije uspjela: Nije moguće uspostaviti vezu sa serverom.';
$lang['select_sync_calendar'] = 'Izaberite kalendar';
$lang['select_sync_calendar_prompt'] = 'Izaberite kalendar sa kojim želite da sinhronizujete svoje obaveze.';
$lang['sync_calendar_selected'] = 'Sinhronizacija kalendara je uspješno odabrana.';
$lang['oops_something_went_wrong'] = 'Ups! Nešto je pošlo po zlu.';
$lang['ea_update_success'] = 'Lako! Sastanci su uspješno ažurirani.';
$lang['require_captcha'] = 'Zahtijeva CAPTCHA';
$lang['require_captcha_hint'] = 'Kada je omogućeno, klijenti će morati da unesu nasumično generisani CAPTCHA niz prije rezervacije/ažuriranja termina.';
$lang['captcha_is_wrong'] = 'CAPTCHA verifikacija nije uspjela, pokušajte ponovo.';
$lang['any_provider'] = 'Bilo koji provajder';
$lang['requested_hour_is_unavailable'] = 'Traženi termin nažalost nije dostupan. Molimo odaberite drugo vrijeme za svoj termin.';
$lang['customer_notifications'] = 'Obaveštenja korisnika';
$lang['customer_notifications_hint'] = 'Definiše da li će kupac primati obavještenja putem e-pošte kad god dođe do promjene rasporeda na jednom od njegovih termina.';
$lang['date_format'] = 'Format datuma';
$lang['date_format_hint'] = 'Promijenite format prikaza datuma (D - Datum, M - Mjesec, Y - Godina).';
$lang['time_format'] = 'Format vremena';
$lang['time_format_hint'] = 'Promijenite format prikaza vremena (H - sati, M - minute).';
$lang['first_weekday'] = 'Prvi dan u sedmici';
$lang['first_weekday_hint'] = 'Postavite prvi dan kalendarske sedmice.';
$lang['google_analytics_code_hint'] = 'Dodajte svoj Google Analytics kod da omogućite praćenje Google Analytics na stranicama za rezervacije.';
$lang['availabilities_type'] = 'Vrsta dostupnosti';
$lang['flexible'] = 'Fleksibilan';
$lang['fixed'] = 'Popravljeno';
$lang['attendants_number'] = 'Broj pratioca';
$lang['reset_working_plan'] = 'Resetujte radni plan nazad na podrazumevane vrednosti.';
$lang['legal_contents'] = 'Pravni sadržaj';
$lang['cookie_notice'] = 'Obaveštenje o kolačićima';
$lang['display_cookie_notice'] = 'Prikaži obaveštenje o kolačićima';
$lang['cookie_notice_content'] = 'Sadržaj obavještenja o kolačićima';
$lang['terms_and_conditions'] = 'Uslovi i odredbe';
$lang['display_terms_and_conditions'] = 'Prikaži odredbe i uslove';
$lang['terms_and_conditions_content'] = 'Sadržaj odredbi i uslova';
$lang['privacy_policy'] = 'Politika privatnosti';
$lang['display_privacy_policy'] = 'Prikaži politiku privatnosti';
$lang['privacy_policy_content'] = 'Sadržaj politike privatnosti';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Ova web stranica koristi kolačiće kako bi vam osigurala najbolje iskustvo na našoj web stranici.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Pročitao sam i slažem se sa {$link}Uslovima i odredbama{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Pročitao sam i slažem se sa {$link}Pravilima privatnosti{/$link}.';
$lang['delete_personal_information_hint'] = 'Uklonite sve svoje sastanke i lične podatke iz sistema.';
$lang['delete_personal_information'] = 'Izbriši lične podatke';
$lang['delete_personal_information_prompt'] = 'Da li ste sigurni da želite da izbrišete svoje lične podatke? Ova radnja se ne može poništiti.';
$lang['location'] = 'Lokacija';
$lang['working_plan_exception'] = 'Izuzetak radnog plana';
$lang['working_plan_exceptions'] = 'Izuzeci radnog plana';
$lang['working_plan_exceptions_hint'] = 'Dodaj dan izuzetka radnog plana, izvan radnog plana.';
$lang['new_working_plan_exception_title'] = 'Izuzetak novog radnog plana';
$lang['working_plan_exception_saved'] = 'Izuzetak radnog plana je uspješno sačuvan.';
$lang['working_plan_exception_deleted'] = 'Izuzetak radnog plana je uspješno izbrisan.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Dodaj iznimke radnog plana, izvan radnog plana.';
$lang['add_working_plan_exception'] = 'Dodaj izuzetak radnog plana';
$lang['require_phone_number'] = 'Zahteva se broj telefona';
$lang['require_phone_number_hint'] = 'Kada je omogućeno, kupci i korisnici će morati da unesu broj telefona klijenta kada rezervišu termin';
$lang['check_spam_folder'] = 'Provjerite svoju spam folder ako email ne stigne u roku od nekoliko minuta.';
$lang['api_token_hint'] = 'Postavite tajni token da biste omogućili autentifikaciju baziranu na tokenu za Easy!Appointments API.';
$lang['timezone'] = 'Vremenska zona';
$lang['overwrite_existing_working_plans'] = 'Ovo će zameniti postojeće radne planove provajdera, jeste li sigurni da želite da nastavite?';
$lang['working_plans_got_updated'] = 'Svi radni planovi su ažurirani.';
$lang['apply_to_all_providers'] = 'Primijeniti na sve dobavljače';
$lang['display_any_provider'] = 'Prikaži bilo koju opciju dobavljača';
$lang['display_any_provider_hint'] = 'Stranica za rezervaciju će dobiti dodatnu opciju koja omogućava korisnicima da rezervišu bez navođenja provajdera.';
$lang['load_more'] = 'Učitaj više';
$lang['list'] = 'Lista';
$lang['default'] = 'Podrazumevano';
$lang['table'] = 'Tabela';
$lang['date'] = 'Datum';
$lang['about'] = 'O';
$lang['booking_settings'] = 'Postavke rezervacije';
$lang['display'] = 'Prikaz';
$lang['require'] = 'Zahteva';
$lang['color'] = 'Boja';
$lang['matomo_analytics_url_hint'] = 'Dodajte URL svojoj Matomo instalaciji da omogućite Matomo praćenje na stranicama za rezervacije.';
$lang['invalid_phone'] = 'Nevažeći broj telefona.';
$lang['legal'] = 'Pravno';
$lang['business'] = 'Posao';
$lang['account'] = 'Nalog';
$lang['disable_booking'] = 'Onemogući rezervaciju';
$lang['disable_booking_hint'] = 'Stranica za rezervaciju će biti onemogućena sve dok je ova postavka aktivna i kupci neće moći da registruju nove sastanke.';
$lang['display_message'] = 'Prikaži poruku';
$lang['booking_is_disabled'] = 'Rezervacija je onemogućena!';
$lang['appearance'] = 'Izgled';
$lang['company_logo'] = 'Logotip kompanije';
$lang['company_logo_hint'] = 'Logotip kompanije će biti prikazan na mnogim mjestima u aplikaciji, uključujući stranicu za rezervacije i e-poruke sa obavještenjima (fajl slike, maksimalno 2 MB).';
$lang['company_color'] = 'Boja kompanije';
$lang['company_color_hint'] = 'Boja kompanije će biti primijenjena na cijelu aplikaciju tako da aplikacija koristi vaš brend.';
$lang['localization'] = 'Lokalizacija';
$lang['integrations'] = 'Integracije';
$lang['company'] = 'Kompanija';
$lang['remove'] = 'Ukloni';
$lang['login_button'] = 'Dugme za prijavu';
$lang['display_login_button_hint'] = 'Definiše da li se dugme za prijavu prikazuje na stranici za rezervaciju.';
$lang['private'] = 'Privatno';
$lang['private_hint'] = 'Privatni zapisi neće biti prikazani ili obrađeni na javnim stranicama kao što je stranica za rezervacije.';
$lang['reset'] = 'Resetuj';
$lang['all'] = 'Sve';
$lang['booking_link'] = 'Link za rezervaciju';
$lang['add_new_event'] = 'Dodaj novi događaj';
$lang['what_kind_of_event'] = 'Kakvu vrstu događaja želite da dodate?';
$lang['theme'] = 'Tema';
$lang['limit_customer_access'] = 'Ograničite korisnički pristup';
$lang['limit_customer_access_hint'] = 'Ako je omogućeno, provajderi i sekretarice će moći pristupiti samo klijentima sa kojima imaju zakazani sastanak.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Tajni token';
$lang['verify_ssl'] = 'Proveri SSL';
$lang['appointment_save'] = 'Sačuvaj termin';
$lang['appointment_delete'] = 'Izbriši sastanak';
$lang['unavailability_save'] = 'Sačuvanje nedostupnosti';
$lang['unavailability_delete'] = 'Nedostupnost Obriši';
$lang['customer_save'] = 'Sačuvaj korisnika';
$lang['customer_delete'] = 'Izbriši korisnika';
$lang['service_save'] = 'Sačuvanje usluge';
$lang['service_delete'] = 'Izbriši uslugu';
$lang['service_category_save'] = 'Sačuvaj kategoriju usluge';
$lang['service_category_delete'] = 'Izbriši kategoriju usluge';
$lang['provider_save'] = 'Sačuvaj dobavljača';
$lang['provider_delete'] = 'Izbriši provajder';
$lang['secretary_save'] = 'Sačuvaj sekretara';
$lang['secretary_delete'] = 'Izbriši sekretaricu';
$lang['admin_save'] = 'Admin Sačuvaj';
$lang['admin_delete'] = 'Admin Izbriši';
$lang['options'] = 'Opcije';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhookovi vam omogućavaju da šaljete HTTP obavještenja vanjskim web aplikacijama kao odgovor na različite događaje aplikacije, kao što je kreiranje termina ili uklanjanje korisnika.';
$lang['integrations_info'] = 'Integracije vam omogućavaju da uspostavite veze treće strane sa eksternim aplikacijama i API-jima.';
$lang['configure'] = 'Konfiguriši';
$lang['google_analytics'] = 'Google analitika';
$lang['google_analytics_info'] = 'Google Analytics vam omogućava da automatski dodate kod za praćenje i HTML oznake na javnu stranicu i pratite sve javne sesije rezervacije.';
$lang['matomo_analytics'] = 'Matomo analitika';
$lang['matomo_analytics_info'] = 'Matomo Analytics vam omogućava da automatski dodate kod za praćenje i HTML oznake na javnu stranicu i pratite sve javne sesije rezervacije.';
$lang['api'] = 'API';
$lang['api_info'] = 'API vam omogućava da komunicirate sa svim podacima Easy!Appointments putem HTTP protokola i dostupnih API krajnjih tačaka i kreirate sopstvene integracije.';
$lang['google_analytics_code'] = 'Google Analytics kod';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Ograničenje buduće rezervacije';
$lang['limit_days'] = 'Ograničenje (dana)';
$lang['future_booking_limit_hint'] = 'Postavite buduće ograničenje u danima koje klijenti mogu zakazati preko javne stranice za rezervacije.';
$lang['api_token'] = 'API token';
$lang['allow_rescheduling_cancellation_before'] = 'Dozvoli ponovno zakazivanje/otkazivanje prije';
$lang['at_least_one_field'] = 'Najmanje jedno polje mora biti prikazano na stranici za rezervaciju.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Opcije statusa termina';
$lang['appointment_status_options_info'] = 'Definiši listu dostupnih opcija statusa obaveze koje se mogu koristiti na stranici kalendara (prva će automatski postati podrazumevana vrednost).';
$lang['sunday_short'] = 'Ned';
$lang['monday_short'] = 'pon';
$lang['tuesday_short'] = 'Uto';
$lang['wednesday_short'] = 'Srijeda';
$lang['thursday_short'] = 'Čet';
$lang['friday_short'] = 'Petak';
$lang['saturday_short'] = 'Sub';
$lang['january_short'] = 'Januar';
$lang['february_short'] = 'Februar';
$lang['march_short'] = 'Ožujak';
$lang['april_short'] = 'April';
$lang['may_short'] = 'Svibanj';
$lang['june_short'] = 'Jun';
$lang['july_short'] = 'Jul';
$lang['august_short'] = 'Avg';
$lang['september_short'] = 'Sep';
$lang['october_short'] = 'Oktobra';
$lang['november_short'] = 'Nov';
$lang['december_short'] = 'Decembar';
$lang['am'] = 'am';
$lang['pm'] = 'pm';
$lang['to'] = 'za';
$lang['click_to_toggle'] = 'Kliknite za prebacivanje';
$lang['week_short'] = 'Nedjelja';
$lang['scroll_to_increment'] = 'Skroluj do povećanja';
$lang['year'] = 'Godina';
$lang['make_non_working_day'] = 'Ovaj provajder neće biti dostupan za rad izabranog dana.';
$lang['no_breaks'] = 'Bez prekida';
$lang['service_categories'] = 'Kategorije usluga';
$lang['service_category'] = 'Kategorija usluge';
$lang['blocked_period_saved'] = 'Blokirani period je uspješno sačuvan.';
$lang['blocked_period_deleted'] = 'Blokirani period je uspješno izbrisan.';
$lang['delete_blocked_period'] = 'Izbriši blokirani period';
$lang['blocked_period'] = 'Blokirani period';
$lang['blocked_periods'] = 'Blokirani periodi';
$lang['blocked_period_save'] = 'Sačuvanje blokiranog perioda';
$lang['blocked_period_delete'] = 'Brisanje blokiranog perioda';
$lang['blocked_periods_hint'] = 'Odredite periode u kojima će javne rezervacije biti onemogućene za sve provajdere (npr. zatvoreni datumi, praznici itd.).';
$lang['custom_field'] = 'Prilagođeno polje';
$lang['custom_fields'] = 'Prilagođena polja';
$lang['label'] = 'Oznaka';
$lang['webhook_saved'] = 'Webhook je uspješno sačuvan.';
$lang['webhook_deleted'] = 'Webhook je uspješno obrisan.';
$lang['delete_webhook'] = 'Izbriši Webhook';
$lang['contact_info'] = 'Informacije o kontaktu';
$lang['hide_from_public'] = 'Sakrij od javnosti';
$lang['matomo_analytics_site_id'] = 'Matomo Analytics ID lokacije';
$lang['matomo_analytics_site_id_hint'] = 'Postavite ID lokacije koju će Matomo pratiti (podrazumevana lokacija ima ID "1").';
$lang['default_timezone'] = 'Podrazumevana vremenska zona';
$lang['default_timezone_hint'] = 'Postavite zadanu vrijednost vremenske zone koja će se koristiti za nove zapise.';
$lang['default_language'] = 'Podrazumevani jezik';
$lang['default_language_hint'] = 'Postavite zadanu vrijednost jezika koja će se koristiti za nove zapise.';
$lang['sync_method_prompt'] = 'Koji metod sinhronizacije želite da koristite?';
$lang['caldav_server'] = 'CalDAV server';
$lang['caldav_connection_info_prompt'] = 'Molimo unesite informacije o vezi ciljnog CalDAV kalendara.';
$lang['connect'] = 'Poveži se';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'Ova integracija vam omogućava da se povežete na postojeći LDAP server i automatski uvezete korisnike u Easy!Appointments i dozvolite im da SSO sa svojom lozinkom direktorijuma (korisničko ime mora da se podudara).';
$lang['host'] = 'Host';
$lang['port'] = 'Port';
$lang['user_dn'] = 'Korisnički DN';
$lang['base_dn'] = 'Osnovni DN';
$lang['keyword'] = 'Ključna riječ';
$lang['ldap_search_hint'] = 'Navedite ključnu riječ za pretraživanje kroz LDAP direktorij za korisnike koji odgovaraju kriterijumima filtera.';
$lang['ldap_extension_not_loaded'] = 'LDAP PHP ekstenzija nije učitana, ali je potrebna da bi ova integracija radila.';
$lang['field_mapping'] = 'Mapiranje polja';
$lang['content'] = 'Sadržaj';
$lang['active'] = 'Aktivan';
$lang['user_imported'] = 'Korisnički zapis je uspješno uvezen.';
$lang['import'] = 'Uvezi';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = 'Uloga';
$lang['at_least_one_field_required'] = 'Najmanje jedno polje mora biti postavljeno kao što je potrebno na stranici za rezervacije.';
$lang['customer_is_already_booked'] = 'Ovaj korisnik već ima zakazan termin tokom traženog perioda rezervacije.';
$lang['fields'] = 'Polja';
$lang['invalid_credentials_provided'] = 'Nevažeći akreditivi su navedeni, pokušajte ponovo.';
$lang['calendar_url'] = 'URL kalendara';
$lang['please_select'] = 'Molimo izaberite';
$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.';