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 Gabriel Potkány <gadelat+codeigniter@gmail.com>
* @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'] = 'Nebolo možné zistiť databázové nastavenie podľa vloženého reťazca';
$lang['db_unable_to_connect'] = 'Nepodarilo sa pripojiť k databáze s daným nastavením';
$lang['db_unable_to_select'] = 'Nepodarilo sa vybrať (select) databázu: %s';
$lang['db_unable_to_create'] = 'Nepodarilo sa vytvoriť danú databázu: %s';
$lang['db_invalid_query'] = 'Odoslaná požiadavka nie je platná.';
$lang['db_must_set_table'] = 'Musíte určiť databázovú tabuľku, ktorej sa požiadavka týka.';
$lang['db_must_use_set'] = 'Musíte nastaviť metódu "set" pre úpravu záznamu.';
$lang['db_must_use_index'] = 'Je nutné určiť párový index pre dávkový update).';
$lang['db_batch_missing_index'] = 'Pre jeden alebo viac daných riadkov určených k dávkovému updatu chýba špecifikovaný index.';
$lang['db_must_use_where'] = 'Nie je možné upravovať záznamy bez podmienky "where".';
$lang['db_del_must_use_where'] = 'Nie je možné mazať záznamy bez podmienky "where".';
$lang['db_field_param_missing'] = 'Spracovanie polí vyžaduje ako parameter názov tabuľky.';
$lang['db_unsupported_function'] = 'Táto funkcia nie je dostupná v tomto type databázy.';
$lang['db_transaction_failure'] = 'Chyba transakcie: aplikovaný Rollback';
$lang['db_unable_to_drop'] = 'Nie je možné odstrániť požadovanú databázu.';
$lang['db_unsupported_feature'] = 'Táto vlastnosť nie je dostupná pri aktuálnej platforme.';
$lang['db_unsupported_compression'] = 'Zvolená kompresia súborov nie je podporovaná serverom.';
$lang['db_filepath_error'] = 'Nepodarilo sa zapísať dáta do zadanej cesty.';
$lang['db_invalid_cache_path'] = 'Zadaná cesta pre kešovanie nie je platná alebo do nej nemožno zapisovať.';
$lang['db_table_name_required'] = 'Táto operácia potrebuje názov tabuľky.';
$lang['db_column_name_required'] = 'Táto operácia potrebuje názov stĺpca.';
$lang['db_column_definition_required'] = 'Táto operácia potrebuje definíciu stĺpca.';
$lang['db_unable_to_set_charset'] = 'Nie je možné nastaviť znakovú sadu pripojenia: %s';
$lang['db_error_heading'] = 'Nastala chyba databázy';

View File

@@ -0,0 +1,31 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Gabriel Potkány <gadelat+codeigniter@gmail.com>
* @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'] = 'Metóde na kontrolu e-mailu musí byť poslané pole.';
$lang['email_invalid_address'] = 'Neplatná e-mailová adresa: %s';
$lang['email_attachment_missing'] = 'Nie je možné nájsť prílohu e-mailu: %s';
$lang['email_attachment_unreadable'] = 'Nepodarilo sa otvoriť prílohu: %s';
$lang['email_no_from'] = 'Nie je možné odoslať e-mail bez odosielateľa.';
$lang['email_no_recipients'] = 'Musíte uviesť príjemcu: Komu, Cc, alebo Bcc';
$lang['email_send_failure_phpmail'] = 'Nie je možné poslať e-mail pomocou PHP funkcie mail(). Server nemusí byť nastavený pre posielanie e-mailov touto metódou.';
$lang['email_send_failure_sendmail'] = 'Nie je možné poslať e-mail pomocou programu Sendmail. Server nemusí byť nastavený pre posielanie e-mailov touto metódou.';
$lang['email_send_failure_smtp'] = 'Nie je možné poslať e-mail pomocou PHP funkcie pre SMTP. Server nemusí byť nastavený pre posielanie e-mailov touto metódou.';
$lang['email_sent'] = 'Správa bola úspešne odoslaná pomocou protokolu: %s';
$lang['email_no_socket'] = 'Nie je možné otvoriť prístup k programu Sendmail. Skontrolujte nastavenia.';
$lang['email_no_hostname'] = 'Nie je nastavené meno SMTP servera';
$lang['email_smtp_error'] = 'Bola zaznamenaná chyba SMTP: %s';
$lang['email_no_smtp_unpw'] = 'Chyba: Musíte nastaviť užívateľské meno a heslo pre SMTP.';
$lang['email_failed_smtp_login'] = 'Zlyhalo odoslanie príkazu AUTH LOGIN. Chyba: %s';
$lang['email_smtp_auth_un'] = 'Zlyhalo overenie užívateľského mena. Chyba: %s';
$lang['email_smtp_auth_pw'] = 'Zlyhalo overenie hesla. Chyba: %s';
$lang['email_smtp_data_failure'] = 'Nie je možné odoslať dáta: %s';
$lang['email_exit_status'] = 'Stav pri ukončení: %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 Gabriel Potkány <gadelat+codeigniter@gmail.com>
* @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'] = 'Žiadne migrácie neboli nájdené.';
$lang['migration_not_found'] = 'Migrácia s číslom tejto verzie nebola nájdená: %s.';
$lang['migration_sequence_gap'] = 'Chýbajúca migrácia v sekvencii blízko: %s.';
$lang['migration_multiple_version'] = 'Existuje viacej migracií s rovnakým číslom verzie: %s.';
$lang['migration_class_doesnt_exist'] = 'Trieda pre migráciu "%s" nebola nájdená.';
$lang['migration_missing_up_method'] = 'V migračnej triede "%s" chýba "up" metoda.';
$lang['migration_missing_down_method'] = 'V migračnej triede "%s" chýba "down" metoda.';
$lang['migration_invalid_filename'] = 'Migrácia "%s" má chybné meno.';

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');
// Slovak
$lang['page_title'] = 'Rezervácie';
$lang['service_and_provider'] = 'Vyberte si službu a pracovníka';
$lang['select_service'] = 'Vyberte si službu';
$lang['select_provider'] = 'Vyberte si pracovníka';
$lang['duration'] = 'Trvanie';
$lang['minutes'] = 'Minút';
$lang['price'] = 'Cena';
$lang['back'] = 'Späť';
$lang['appointment_date_and_time'] = 'Zvoľte si dátum a čas rezervácie';
$lang['no_available_hours'] = 'Čas pre vybraný dátum nieje k dispozícii. Prosím, vyberte si iný termín.';
$lang['appointment_hour_missing'] = 'Prosím, vyberte si hodinu pred pokračovaním.';
$lang['customer_information'] = 'Vyplňte svoje údaje';
$lang['first_name'] = 'Meno';
$lang['last_name'] = 'Priezvisko';
$lang['email'] = 'Email';
$lang['phone_number'] = 'Telefónne číslo';
$lang['phone'] = 'Phone';
$lang['address'] = 'Adresa';
$lang['city'] = 'Mesto';
$lang['zip_code'] = 'PSČ';
$lang['notes'] = 'Poznámka';
$lang['language'] = 'Language';
$lang['no_language'] = 'No language';
$lang['fields_are_required'] = 'Polia označené s * sú povinné.';
$lang['appointment_confirmation'] = 'Potvrďte rezerváciu';
$lang['confirm'] = 'Potvrdiť';
$lang['update'] = 'Update';
$lang['cancel_appointment_hint'] = 'Stlačte tlačidlo "Zrušiť" pre odstránenie Vašej rezervácie.';
$lang['cancel'] = 'Zrušiť';
$lang['appointment_registered'] = 'Vaša rezervácia bola zaregistrovaná.';
$lang['cancel_appointment_title'] = 'Zrušiť rezerváciu';
$lang['appointment_cancelled'] = 'Vaša rezervácia bola zrušená.';
$lang['appointment_cancelled_title'] = 'Rezervácia zrušená';
$lang['reason'] = 'Dôvod';
$lang['appointment_removed_from_schedule'] = 'Rezervácia bola odstránená z nášho kalendára.';
$lang['appointment_details_was_sent_to_you'] = 'E-mail s podrobnosťami Vašej rezervácie Vám bol odoslaný na email, ktorý ste zadali pri rezervácií.';
$lang['add_to_google_calendar'] = 'Pridať do Google Calendar';
$lang['appointment_booked'] = 'Váš termín bol úspešne rezervovaný.';
$lang['thank_you_for_appointment'] = 'Ďakujeme Vám za Vašu rezerváciu našich služieb. Nižšie si môžete prezrieť podrobnosti. Zmeny vykonajte kliknutím na odkaz.';
$lang['appointment_details_title'] = 'Deteily rezervácie';
$lang['customer_details_title'] = 'Detail zákazníka';
$lang['service'] = 'Služba';
$lang['provider'] = 'Pracovník';
$lang['customer'] = 'Zákazník';
$lang['start'] = 'Začiatok';
$lang['end'] = 'Koniec';
$lang['name'] = 'Meno';
$lang['appointment_link_title'] = 'Link na rezerváciu';
$lang['success'] = 'Úspech.';
$lang['appointment_added_to_your_plan'] = 'Nová rezervácia bola pridaná do vášho kalendára.';
$lang['appointment_link_description'] = 'Môžete vykonať zmeny v rezervácií kliknutím na odkaz nižšie.';
$lang['appointment_locked'] = 'Modification impossible.';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
$lang['appointment_not_found'] = 'Rezervácia nebola nájdená.';
$lang['appointment_does_not_exist_in_db'] = 'Rezervácia, ktorú hľadáte v systéme neexistuje.';
$lang['display_calendar'] = 'Zobrazenie kalendára';
$lang['calendar'] = 'Kalendár';
$lang['users'] = 'Užívatelia';
$lang['settings'] = 'Nastavenia';
$lang['log_out'] = 'Odhlasiť sa';
$lang['synchronize'] = 'Synchronizovať';
$lang['enable_sync'] = 'Povoliť synchronizáciu';
$lang['disable_sync'] = 'Zakázať synchronizáciu';
$lang['disable_sync_prompt'] = 'Are you sure that you want to disable the calendar synchronization?';
$lang['reload'] = 'Obnoviť';
$lang['appointment'] = 'Rezervácie';
$lang['unavailability'] = 'Nedostupné';
$lang['week'] = 'Týždeň';
$lang['month'] = 'Mesiac';
$lang['today'] = 'Dnes';
$lang['not_working'] = 'Zatvorené';
$lang['break'] = 'Prestávka';
$lang['add'] = 'Pridať';
$lang['edit'] = 'Upraviť';
$lang['hello'] = 'Ahoj';
$lang['all_day'] = 'Celý deň';
$lang['manage_appointment_record_hint'] = 'Spravovať všetky záznamy rezervácií, pracovníkov a služieb.';
$lang['select_filter_item_hint'] = 'Vyberte pracovníka, alebo službu a zobrazte rezervácie v kalendári.';
$lang['enable_appointment_sync_hint'] = 'Povoliť synchronizáciu rezervácií s poskytovateľom\'s s kontom Google Kalendár.';
$lang['manage_customers_hint'] = 'Správa registrovaných zákazníkov a histórie rezervácií.';
$lang['manage_services_hint'] = 'Správa dostupných služieb a kategórií systému.';
$lang['manage_users_hint'] = 'Správa užívateľov administrácie (Administrátori, pracovníci, sekretárky...).';
$lang['settings_hint'] = 'Nastavenia systému a nastavenia užívateľov.';
$lang['log_out_hint'] = 'Odhlásiť sa zo systému.';
$lang['unavailability_periods_hint'] = 'Počas nedostupnosti (otváracia doba) nebudú akceptované nové rezervácie.';
$lang['new_appointment_hint'] = 'Vytvorte novú rezerváciu a uložte ju do databázy.';
$lang['reload_appointments_hint'] = 'Obnoviť rezervácie v kalendári.';
$lang['trigger_sync_hint'] = 'Trigger proces synchronizácie kalendára Google.';
$lang['appointment_updated'] = 'Rezervácia úspešne aktualizovaná.';
$lang['undo'] = 'Odvolať akciu';
$lang['appointment_details_changed'] = 'Podrobnosti rezervácie boli zmenené';
$lang['appointment_changes_saved'] = 'Zmeny rezervácie boli úspešne uložené.';
$lang['save'] = 'Uložiť';
$lang['new'] = 'Nová';
$lang['select'] = 'Vybrať';
$lang['hide'] = 'Skriť';
$lang['type_to_filter_customers'] = 'Zadajte filter pre zákazníkov.';
$lang['clear_fields_add_existing_customer_hint'] = 'Zrušte pole a zadajte nového zákazníka.';
$lang['pick_existing_customer_hint'] = 'Vyberte si z existujúcich zákazníkov.';
$lang['new_appointment_title'] = 'Nová rezervácia';
$lang['edit_appointment_title'] = 'Upraviť rezerváciu';
$lang['delete_appointment_title'] = 'Odstrániť rezerváciu';
$lang['write_appointment_removal_reason'] = 'Venujte prosím chvíľu a napíšte nám dôvod, prečo ste zrušili Vašu rezerváciu:';
$lang['appointment_saved'] = 'Rezervácia bola úspešne uložená.';
$lang['new_unavailability_title'] = 'Nové nedostupné obdobie';
$lang['edit_unavailability_title'] = 'Upraviť nedostupné obdobie';
$lang['unavailability_saved'] = 'Nedostupné obdobie úspešne uložené.';
$lang['start_date_before_end_error'] = 'Dátum začatia je väčší ako dátum konca.';
$lang['invalid_duration'] = 'Invalid duration.';
$lang['invalid_email'] = 'Neplatné emailová adresa.';
$lang['customers'] = 'Zákazníci';
$lang['details'] = 'Podrobnosti';
$lang['no_records_found'] = 'Neboli nájdené žiadne záznamy...';
$lang['services'] = 'Služby';
$lang['duration_minutes'] = 'Dĺžka (minúty)';
$lang['currency'] = 'Mena';
$lang['category'] = 'Kategória';
$lang['no_category'] = 'Žiadne kategórie';
$lang['description'] = 'Popis';
$lang['categories'] = 'Kategórie';
$lang['admins'] = 'Administrátori';
$lang['providers'] = 'Pracovníci';
$lang['secretaries'] = 'Sekretárky';
$lang['mobile_number'] = 'Mobilné číslo';
$lang['mobile'] = 'Mobile';
$lang['state'] = 'Štát';
$lang['username'] = 'Užívateľské meno';
$lang['password'] = 'Heslo';
$lang['retype_password'] = 'Heslo znova';
$lang['receive_notifications'] = 'Dostávať oznámenia';
$lang['passwords_mismatch'] = 'Heslá sa nezhodujú.';
$lang['admin_saved'] = 'Admin úspešne uložený.';
$lang['provider_saved'] = 'Pracovník úspešne uložený.';
$lang['secretary_saved'] = 'Sekretárka úspešne uložená.';
$lang['admin_deleted'] = 'Admin úspešne vymazaný.';
$lang['provider_deleted'] = 'Pracovník úspešne vymazaný.';
$lang['secretary_deleted'] = 'Sekretárka úspešne vymazaná.';
$lang['service_saved'] = 'Služba úspešne uložená.';
$lang['service_category_saved'] = 'Kategórie služieb úspešne uložené.';
$lang['service_deleted'] = 'Služba úspešne vymazaná.';
$lang['service_category_deleted'] = 'Kategória služieb úspešne vymazaná.';
$lang['customer_saved'] = 'Zákazník úspešne uložený.';
$lang['customer_deleted'] = 'Zákazník úspešne vymazaná.';
$lang['current_view'] = 'Aktuálny náhľad';
$lang['working_plan'] = 'Otváracie hodiny';
$lang['reset_plan'] = 'Vymazať otváracie hodiny';
$lang['monday'] = 'Pondelok';
$lang['tuesday'] = 'Utorok';
$lang['wednesday'] = 'Streda';
$lang['thursday'] = 'Štvrtok';
$lang['friday'] = 'Piatok';
$lang['saturday'] = 'Sobota';
$lang['sunday'] = 'Nedeľa';
$lang['breaks'] = 'Prestávky';
$lang['add_breaks_during_each_day'] = 'Pridajte pracovné prestávky počas každého dňa. Počas prestávok pracovník nebude prijímať žiadne rezervácie.';
$lang['day'] = 'Deň';
$lang['days'] = 'Days';
$lang['actions'] = 'Akcia';
$lang['reset_working_plan_hint'] = 'Obnoviť pracovnú dobu späť na predvolené hodnoty.';
$lang['company_name'] = 'Názov spoločnosti';
$lang['company_name_hint'] = 'Názov firmy bude zobrazený v celom systéme (povinné).';
$lang['company_email'] = 'Firemný Email';
$lang['company_email_hint'] = 'Toto bude e-mailová adresa spoločnosti. Tá bude slúžiť na prijímanie a odosielanie systémových e-mailov (povinné).';
$lang['company_link'] = 'Link (webová stránka) firmy';
$lang['company_link_hint'] = 'Link firmy by mal odkazovať na oficiálnu stránku spoločnosti (povinné).';
$lang['go_to_booking_page'] = 'Prejsť na stránku rezervácií';
$lang['settings_saved'] = 'Nastavenie úspešne uložené.';
$lang['general'] = 'Všeobecný';
$lang['booking'] = 'Booking';
$lang['visible'] = 'Viditeľný';
$lang['hidden'] = 'Skrytý';
$lang['business_logic'] = 'Firemné údaje';
$lang['current_user'] = 'Prihlásený užívateľ';
$lang['about_app'] = 'O Easy!Appointments';
$lang['edit_working_plan_hint'] = 'Tu si môžete upraviť nastavenia kedy je možné spraviť rezervácie. Nastavte si časy a dni podľa potreby. Ak si nastavíte prestávku, tak v danom čase nebude možné spraviť rezerváciu. To sité platí aj pre otváracie hodiny. Tento pracovný plán bude následne predvolený, pre každého nového pracovníka, ale budete ho môcť veľmi jednoducho upraviť podľa potreby každému pracovníkovi osobitne. V prípade nejasností neváhajte kontaktovať helpdesk.';
$lang['edit_breaks_hint'] = 'Pridajte pracovné prestávky počas každého dňa. Tieto prestávky budú použité pre všetkých nových pracovníkov, ktorých zadáte do systému.';
$lang['book_advance_timeout'] = 'Časové limity rezervácií';
$lang['book_advance_timeout_hint'] = 'Definujte časový limit (v minútach) kedy najneskôr môžu zákazníci spraviť rezeváciu, alebo rezerváciu naopak zmeniť.';
$lang['timeout_minutes'] = 'Časový limit (v minútach)';
$lang['about_app_info'] = 'Easy!Appointments je vysoko prispôsobiteľná webová aplikácia, ktorá umožňuje svojim zákazníkom, aby si rezervácie u Vás online prostredníctvom webu. Navyše poskytuje možnosť synchronizovať vaše dáta s Google Calendárom, ktorý využíva množstvo ľudí, takže ich môžete použiť aj s inými službami.';
$lang['current_version'] = 'Aktuálna verzia';
$lang['support'] = 'Podpora';
$lang['about_app_support'] = 'Ak narazíte na nejaké problémy pri používaní Easy!Appointments môžete vyhľadať oficiálnu pomoc u poskytovateľa služby.';
$lang['official_website'] = 'Officiálna Webstránka poskytovateľa';
$lang['google_plus_community'] = 'Google+ Komunita';
$lang['support_group'] = 'Podpora';
$lang['project_issues'] = 'Problémy a riešenia';
$lang['license'] = 'Licencia';
$lang['about_app_license'] = 'Manipulácia ako aj šírenie tohoto systému je zakázaná! Viac na:';
$lang['logout_success'] = 'Boli ste úspešne odhlásený! Kliknite na jedno tlačidlo nižšie, podľa Vášho výberu.';
$lang['book_appointment_title'] = 'Rezervácie';
$lang['backend_section'] = 'Administrácia';
$lang['you_need_to_login'] = 'Vitajte! Budete sa musieť prihlásiť, aby sa Vám zobrazila administrácia.';
$lang['enter_username_here'] = 'Zadajte svoje používateľské meno tu ...';
$lang['enter_password_here'] = 'Zadajte svoje heslo tu ...';
$lang['login'] = 'Prihlásiť sa';
$lang['forgot_your_password'] = 'Zabudli ste Vaše heslo?';
$lang['login_failed'] = 'Prihlásenie sa nepodarilo, prosím, zadajte správne údaje a skúste to znova.';
$lang['type_username_and_email_for_new_password'] = 'Zadajte svoje užívateľské meno a vašu e-mailovú adresu, na získanie nového hesla.';
$lang['enter_email_here'] = 'Sem vložte Váš email ...';
$lang['regenerate_password'] = 'Zmeniť heslo';
$lang['go_to_login'] = 'Späť na prihlasovaciu stránku';
$lang['new_password_sent_with_email'] = 'Vaše nové heslo Vám bolo zaslané e-mailom.';
$lang['new_account_password'] = 'Nové heslo';
$lang['new_password_is'] = 'Vaše nové heslo účet je $password. Prosím, uložte si tento e-mail, aby bolo možné v prípade potreby obnoviť heslo. Môžete tiež zmeniť toto heslo priamo na stránke v prípade že ho zas zabudnete.';
$lang['delete_record_prompt'] = 'Ste si istí, že chcete zmazať tento záznam? Túto akciu nie je možné vrátiť späť.';
$lang['delete_admin'] = 'Zmazať administrátora';
$lang['delete_customer'] = 'Zmazať zákazníka';
$lang['delete_service'] = 'Zmazať službu';
$lang['delete_service_category'] = 'Zmazať službu kategórie';
$lang['delete_provider'] = 'Zmazať pracovníka';
$lang['delete_secretary'] = 'Zmazať sekretárku';
$lang['delete_appointment'] = 'Zmazať rezerváciu';
$lang['delete_unavailability'] = 'Zmazať nedostupnú dobu';
$lang['delete'] = 'Zmazať';
$lang['unexpected_issues'] = 'Neočakávaný problém';
$lang['unexpected_issues_message'] = 'Operáciu nemožno dokončiť kvôli neočakávanému problému.';
$lang['close'] = 'Zatvoriť';
$lang['page_not_found'] = 'Stránka nenájdená';
$lang['page_not_found_message'] = 'Žiaľ Vami požadovaná stránka neexistuje. Prosím skontrolujte adresu URL prehliadača, alebo zmeňte umiestnenie pomocou tlačidiel nižšie.';
$lang['error'] = 'Chyba';
$lang['no_privileges'] = 'Nemáte oprávnenie';
$lang['no_privileges_message'] = 'Nemáte požadované oprávnenie na zobrazenie tejto stránky. Prejdite do inej sekcie.';
$lang['backend_calendar'] = 'Administrácia - kalendár';
$lang['start_date_time'] = 'Dátum začatia / čas';
$lang['end_date_time'] = 'Dátum konca / čas';
$lang['licensed_under'] = 'Licencované pod';
$lang['unexpected_issues_occurred'] = 'Došlo k neočakávanej chybe';
$lang['service_communication_error'] = 'Pri komunikácií so serverom došlo k chybe, skúste to prosím znova.';
$lang['no_privileges_edit_appointments'] = 'Nemáte požadované povolenia k úpravám rezervácie.';
$lang['unavailability_updated'] = 'Nedostupná doba úspešne aktualizované.';
$lang['appointments'] = 'Rezervácie';
$lang['unexpected_warnings'] = 'Neočakávané Varovanie';
$lang['unexpected_warnings_message'] = 'Dokončenie operácie, ale niektoré varovania sa objavili.';
$lang['filter'] = 'Filter';
$lang['clear'] = 'Vyčistiť';
$lang['uncategorized'] = 'Nezaradené';
$lang['username_already_exists'] = 'Užívateľské meno už existuje.';
$lang['password_length_notice'] = 'Heslo musí mať minimálne $number znakov.';
$lang['general_settings'] = 'Všeobecné Nastavenie';
$lang['personal_information'] = 'Osobné Informácie';
$lang['system_login'] = 'Prihlásenie sa do systému';
$lang['user_settings_are_invalid'] = 'Užívateľské nastavenia sú neplatné! Skontrolujte prosím nastavenie a skúste to znova.';
$lang['add_break'] = 'Pridať prestávku';
$lang['january'] = 'Január';
$lang['february'] = 'Február';
$lang['march'] = 'Marec';
$lang['april'] = 'Apríl';
$lang['may'] = 'Máj';
$lang['june'] = 'Jún';
$lang['july'] = 'Júl';
$lang['august'] = 'August';
$lang['september'] = 'September';
$lang['october'] = 'Október';
$lang['november'] = 'November';
$lang['december'] = 'December';
$lang['previous'] = 'Predchádzajúci';
$lang['next'] = 'Následujúci';
$lang['now'] = 'Teraz';
$lang['select_time'] = 'Vybetre čas';
$lang['time'] = 'Čas';
$lang['hour'] = 'Hodina';
$lang['minute'] = 'Minúta';
$lang['calendar_sync_completed'] = 'Synchronizácia s Google úspešne dokončená.';
$lang['calendar_sync_failed'] = 'Synchronizácia Google zlyhala: Nemožno vytvoriť pripojenie k serveru.';
$lang['select_sync_calendar'] = 'Vybrať Google Calendar';
$lang['select_sync_calendar_prompt'] = 'Vyberte kalendár, s ktorým chcete synchronizovať svoje stretnutia. Ak si nechcete vybrať konkrétny kalendár bude použitý predvolený.';
$lang['sync_calendar_selected'] = 'Kalendár Google bol úspešne zvolený.';
$lang['oops_something_went_wrong'] = 'Úups! Niečo sa pokazilo.';
$lang['ea_update_success'] = 'Easy!Appointments bolo úspešne aktualizované.';
$lang['require_captcha'] = 'Vyžadovať CAPTCHA';
$lang['require_captcha_hint'] = 'Po zapnutí budú zákazníci musieť pred rezerváciou / aktualizáciou schôdzky napísať náhodne vygenerovaný reťazec CAPTCHA.';
$lang['captcha_is_wrong'] = 'CAPTCHA overovanie zlyhalo. Skúste to znova.';
$lang['any_provider'] = 'Akýkoľvek poskytovateľ';
$lang['requested_hour_is_unavailable'] = 'Požadovaná schôdzka nie je vôbec k dispozícii. Vyberte prosím inú hodinu pre Vašu schôdzku.';
$lang['customer_notifications'] = 'Upozornenia zákazníka';
$lang['customer_notifications_hint'] = 'Určuje, či zákazník dostane e-mailové upozornenia vždy, keď nastane zmena plánu na jednej z jeho rezervácií.';
$lang['date_format'] = 'Formát dátumu';
$lang['date_format_hint'] = 'Zmeňte formát zobrazenia dátumu (D - Dátum, M - Mesiac, Y - Rok).';
$lang['time_format'] = '';
$lang['time_format_hint'] = '';
$lang['first_weekday'] = 'Prvý deň v týždni';
$lang['first_weekday_hint'] = 'Nastavte prvý deň kalendárneho týždňa.';
$lang['google_analytics_code_hint'] = 'Pridajte svoje ID služby Google Analytics, aby ste bola zahrnutá do stránky rezervácie.';
$lang['availabilities_type'] = 'Typ dostupnosti';
$lang['flexible'] = 'Flexibilný';
$lang['fixed'] = 'Fixný';
$lang['attendants_number'] = 'Počet účastníkov';
$lang['reset_working_plan'] = 'Obnovte pracovný plán späť na predvolené hodnoty.';
$lang['legal_contents'] = 'Právny obsah';
$lang['cookie_notice'] = 'Oznámenie o súboroch cookie';
$lang['display_cookie_notice'] = 'Zobraziť oznámenie o súboroch cookie';
$lang['cookie_notice_content'] = 'Obsah oznámenia o súboroch cookie';
$lang['terms_and_conditions'] = 'Zmluvné podmienky';
$lang['display_terms_and_conditions'] = 'Zobraziť zmluvné podmienky';
$lang['terms_and_conditions_content'] = 'Obsah zmluvných podmienok';
$lang['privacy_policy'] = 'Zásady ochrany osobných údajov';
$lang['display_privacy_policy'] = 'Zobraziť Zásady ochrany osobných údajov';
$lang['privacy_policy_content'] = 'Obsah Zásad ochrany osobných údajov';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Táto webová stránka používa súbory cookie, aby sme vám zabezpečili čo najlepší zážitok z našej webovej stránky.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Súhlasím so {$link}spracovaním osobných údajov{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Súhlasím so {$link}spracovaním osobných údajov{/$link}.';
$lang['delete_personal_information_hint'] = 'Odstráňte všetky svoje stretnutia a osobné informácie zo systému.';
$lang['delete_personal_information'] = 'Vymazať osobné údaje';
$lang['delete_personal_information_prompt'] = 'Ste si istý, že chcete vymazať svoje osobné údaje? Túto akciu nie je možné vrátiť späť.';
$lang['location'] = 'Miesto';
$lang['working_plan_exception'] = 'Výnimka pracovného plánu';
$lang['working_plan_exceptions'] = 'Výnimky pracovného plánu';
$lang['working_plan_exceptions_hint'] = 'Pridajte deň výnimky pracovného plánu mimo pracovného plánu.';
$lang['new_working_plan_exception_title'] = 'Výnimka nového pracovného plánu';
$lang['working_plan_exception_saved'] = 'Výnimka pracovného plánu bola úspešne uložená.';
$lang['working_plan_exception_deleted'] = 'Výnimka pracovného plánu bola úspešne odstránená.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Pridajte výnimky pracovného plánu mimo pracovného plánu.';
$lang['add_working_plan_exception'] = 'Pridať výnimku pracovného plánu';
$lang['require_phone_number'] = 'Pridať výnimku pracovného plánu';
$lang['require_phone_number_hint'] = 'Keď je táto možnosť povolená, zákazníci a používatelia budú musieť pri rezervácii stretnutia zadať telefónne číslo zákazníka';
$lang['check_spam_folder'] = 'Ak e-mail nepríde do niekoľkých minút, skontrolujte priečinok so spamom.';
$lang['api_token_hint'] = 'Nastavte tajný token, aby ste povolili autentifikáciu na základe tokenov rozhrania Easy!Appointments API.';
$lang['timezone'] = 'Časové pásmo';
$lang['overwrite_existing_working_plans'] = 'Týmto sa prepíšu existujúce pracovné plány poskytovateľa. Ste si istý, že chcete pokračovať?';
$lang['working_plans_got_updated'] = 'Všetky pracovné plány boli aktualizované.';
$lang['apply_to_all_providers'] = 'Použiť pre všetkých poskytovateľov';
$lang['display_any_provider'] = 'Zobraziť možnosť ľubovoľného poskytovateľa';
$lang['display_any_provider_hint'] = 'Rezervačná stránka získa dodatočnú možnosť, ktorá umožňuje zákazníkom rezervovať bez uvedenia poskytovateľa.';
$lang['load_more'] = 'Zobraziť viac';
$lang['list'] = 'Zoznam';
$lang['default'] = 'Prevolené';
$lang['table'] = 'Tabuľka';
$lang['date'] = 'Dátum';
$lang['about'] = 'O programe';
$lang['booking_settings'] = 'Nastavenia rezervácie';
$lang['display'] = 'Zobraziť';
$lang['require'] = 'Vyžadovať';
$lang['color'] = 'Farba';
$lang['matomo_analytics_url_hint'] = 'Zadajte URL svojej vlastnej inštalácie Matomo, aby ste povolili sledovanie Matomo na rezervačných stránkach.';
$lang['invalid_phone'] = 'Neplatné telefónne číslo.';
$lang['legal'] = 'Právne';
$lang['business'] = 'Obchod';
$lang['account'] = 'Účet';
$lang['disable_booking'] = 'Zakázať rezerváciu';
$lang['disable_booking_hint'] = 'Rezervačná stránka bude zakázaná, kým bude toto nastavenie aktívne a zákazníci nebudú môcť registrovať nové stretnutia.';
$lang['display_message'] = 'Zobraziť správu';
$lang['booking_is_disabled'] = 'Rezervácia je zakázaná!';
$lang['appearance'] = 'Vzhľad';
$lang['company_logo'] = 'Logo spoločnosti';
$lang['company_logo_hint'] = 'Logo spoločnosti bude zobrazené na mnohých miestach aplikácie, vrátane rezervačnej stránky a e-mailov s upozornením (súbor s obrázkom, max 2 MB).';
$lang['company_color'] = 'Farba spoločnosti';
$lang['company_color_hint'] = 'Farba spoločnosti bude použitá v celej aplikácii, aby aplikácia používala vašu značku.';
$lang['localization'] = 'Lokalizácia';
$lang['integrations'] = 'Integrácie';
$lang['company'] = 'Spoločnosť';
$lang['remove'] = 'Odstrániť';
$lang['login_button'] = 'Tlačidlo na prihlásenie';
$lang['display_login_button_hint'] = 'Definuje, či sa prihlasovacie tlačidlo zobrazuje na stránke rezervácie.';
$lang['private'] = 'Súkromné';
$lang['private_hint'] = 'Súkromné záznamy nebudú zobrazené ani spracované na verejných stránkach, ako je napríklad stránka rezervácie.';
$lang['reset'] = 'Resetovať';
$lang['all'] = 'Všetko';
$lang['booking_link'] = 'Odkaz na rezerváciu';
$lang['add_new_event'] = 'Pridať novú udalosť';
$lang['what_kind_of_event'] = 'Aký druh udalosti by ste chceli pridať?';
$lang['theme'] = 'Téma';
$lang['limit_customer_access'] = 'Obmedziť zákaznícky prístup';
$lang['limit_customer_access_hint'] = 'Ak je povolené, poskytovatelia a sekretárky budú mať prístup len k zákazníkom, s ktorými majú stretnutie.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Tajný token';
$lang['verify_ssl'] = 'Overiť SSL';
$lang['appointment_save'] = 'Uloženie stretnutia';
$lang['appointment_delete'] = 'Vymazanie schôdzky';
$lang['unavailability_save'] = 'Uložiť pre nedostupnosť';
$lang['unavailability_delete'] = 'Vymazanie nedostupnosti';
$lang['customer_save'] = 'Uložiť zákazníka';
$lang['customer_delete'] = 'Vymazanie zákazníka';
$lang['service_save'] = 'Uloženie služby';
$lang['service_delete'] = 'Vymazanie služby';
$lang['service_category_save'] = 'Uložiť kategóriu';
$lang['service_category_delete'] = 'Vymazanie kategórie';
$lang['provider_save'] = 'Uložiť poskytovateľa';
$lang['provider_delete'] = 'Vymazať poskytovateľa';
$lang['secretary_save'] = 'Uložiť sekretárku';
$lang['secretary_delete'] = 'Vymazanie sekretárky';
$lang['admin_save'] = 'Uloženie správcu';
$lang['admin_delete'] = 'Odstrániť správcu';
$lang['options'] = 'Možnosti';
$lang['webhooks'] = 'Webhooky';
$lang['webhooks_info'] = 'Webhooky vám umožňujú odosielať upozornenia HTTP externým webovým aplikáciám v reakcii na rôzne udalosti aplikácie, ako je vytvorenie stretnutia alebo odstránenie zákazníka.';
$lang['integrations_info'] = 'Integrácie vám umožňujú vytvárať spojenia tretích strán s externými aplikáciami a API.';
$lang['configure'] = 'Konfigurovať';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics vám umožňuje automaticky pridať sledovací kód a označenie HTML na verejnú stránku a sledovať všetky relácie verejnej rezervácie.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics vám umožňuje automaticky pridať sledovací kód a označenie HTML na verejnú stránku a sledovať všetky relácie verejnej rezervácie.';
$lang['api'] = 'API';
$lang['api_info'] = 'API umožňuje interakciu so všetkými údajmi Easy!Appointments cez protokol HTTP a dostupné koncové body API a vytváranie vlastných integrácií.';
$lang['google_analytics_code'] = 'Kód Google Analytics';
$lang['matomo_analytics_url'] = 'Adresa URL Matomo Analytics';
$lang['future_booking_limit'] = 'Budúci limit rezervácie';
$lang['limit_days'] = 'Limit (dni)';
$lang['future_booking_limit_hint'] = 'Nastavte budúci limit v dňoch, kedy si zákazníci môžu dohodnúť schôdzky cez verejnú rezervačnú stránku.';
$lang['api_token'] = 'Token API';
$lang['allow_rescheduling_cancellation_before'] = 'Povoliť preplánovanie/zrušenie skôr';
$lang['at_least_one_field'] = 'Na rezervačnej stránke musí byť zobrazené aspoň jedno pole.';
$lang['status'] = 'Stav';
$lang['appointment_status_options'] = 'Možnosti stavu stretnutia';
$lang['appointment_status_options_info'] = 'Definujte zoznam dostupných možností stavu stretnutia, ktoré možno použiť na stránke kalendára (prvá sa automaticky stane predvolenou hodnotou).';
$lang['sunday_short'] = 'Ned';
$lang['monday_short'] = 'Pon';
$lang['tuesday_short'] = 'Ut';
$lang['wednesday_short'] = 'Str';
$lang['thursday_short'] = 'Št';
$lang['friday_short'] = 'Pia';
$lang['saturday_short'] = 'So';
$lang['january_short'] = 'Jan';
$lang['february_short'] = 'Feb';
$lang['march_short'] = 'Mar';
$lang['april_short'] = 'Apr';
$lang['may_short'] = 'Máj';
$lang['june_short'] = 'Jún';
$lang['july_short'] = 'Júl';
$lang['august_short'] = 'Aug';
$lang['september_short'] = 'Sept';
$lang['october_short'] = 'Oct';
$lang['november_short'] = 'Nov';
$lang['december_short'] = 'Dec';
$lang['am'] = 'am';
$lang['pm'] = 'pm';
$lang['to'] = 'do';
$lang['click_to_toggle'] = 'Prepnite kliknutím';
$lang['week_short'] = 'Týž.';
$lang['scroll_to_increment'] = 'Posunúť sa na prírastok';
$lang['year'] = 'Rok';
$lang['make_non_working_day'] = 'Tento poskytovateľ nebude vo vybratý deň k dispozícii pre prácu.';
$lang['no_breaks'] = 'Žiadne prestávky';
$lang['service_categories'] = 'Kategórie služieb';
$lang['service_category'] = 'Kategória služieb';
$lang['blocked_period_saved'] = 'Blokované obdobie bolo úspešne uložené.';
$lang['blocked_period_deleted'] = 'Blokované obdobie bolo úspešne odstránené.';
$lang['delete_blocked_period'] = 'Odstrániť blokované obdobie';
$lang['blocked_period'] = 'Blokované obdobie';
$lang['blocked_periods'] = 'Blokované obdobia';
$lang['blocked_period_save'] = 'Uloženie zablokovaného obdobia';
$lang['blocked_period_delete'] = 'Vymazanie blokovaného obdobia';
$lang['blocked_periods_hint'] = 'Definujte časové obdobia, počas ktorých budú verejné rezervácie pre všetkých poskytovateľov zakázané (napr. dátumy zatvorenia, sviatky atď.).';
$lang['custom_field'] = 'Vlastné pole';
$lang['custom_fields'] = 'Vlastné polia';
$lang['label'] = 'Štítok';
$lang['webhook_saved'] = 'Webhook bol úspešne uložený.';
$lang['webhook_deleted'] = 'Webhook bol úspešne odstránený.';
$lang['delete_webhook'] = 'Odstrániť webhook';
$lang['contact_info'] = 'Kontaktné informácie';
$lang['hide_from_public'] = 'Skryť pred verejnosťou';
$lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID';
$lang['matomo_analytics_site_id_hint'] = 'Nastavte ID stránky, ktorá bude sledovaná Matomo (predvolená stránka má ID "1").';
$lang['default_timezone'] = 'Predvolené časové pásmo';
$lang['default_timezone_hint'] = 'Nastavte predvolené časové pásmo, ktoré bude použité pre nové záznamy.';
$lang['default_language'] = 'Predvolený jazyk';
$lang['default_language_hint'] = 'Nastavte predvolený jazyk, ktorý bude použitý pre nové záznamy.';
$lang['sync_method_prompt'] = 'Ktorú metódu synchronizácie by ste chceli použiť?';
$lang['caldav_server'] = 'CalDAV Server';
$lang['caldav_connection_info_prompt'] = 'Zadajte informačné údaje o pripojení k cieľovému CalDAV kalendáru.';
$lang['connect'] = 'Pripojiť';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'Táto integrácia vám umožňuje pripojiť sa k existujúcemu LDAP serveru a automaticky importovať používateľov do Easy!Appointments a umožniť im SSO s ich adresárskym heslom (užívateľské meno musí súhlasiť).';
$lang['host'] = 'Hostiteľ';
$lang['port'] = 'Port';
$lang['user_dn'] = 'User DN';
$lang['base_dn'] = 'Base DN';
$lang['keyword'] = 'Kľúčové slovo';
$lang['ldap_search_hint'] = 'Zadajte kľúčové slovo na vyhľadanie používateľov v LDAP adresári, ktorí zodpovedajú filtrovaným kritériám.';
$lang['ldap_extension_not_loaded'] = 'LDAP PHP rozšírenie nie je načítané, ale je potrebné na fungovanie tejto integrácie.';
$lang['field_mapping'] = 'Mapovanie polí';
$lang['content'] = 'Obsah';
$lang['active'] = 'Aktívny';
$lang['user_imported'] = 'Záznam používateľa bol úspešne importovaný.';
$lang['import'] = 'Importovať';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = 'Rola';
$lang['at_least_one_field_required'] = 'Aspoň jedno pole musí byť nastavené ako povinné na stránke rezervácie.';
$lang['customer_is_already_booked'] = 'Tento zákazník už má naplánovaný termín počas požadovaného obdobia rezervácie.';
$lang['fields'] = 'Polia';
$lang['invalid_credentials_provided'] = 'Poskytnuté údaje sú neplatné, skúste to prosím znova.';
$lang['calendar_url'] = 'URL kalendára';
$lang['please_select'] = 'Vyberte prosím';
$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.';