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,47 @@
<?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 3.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['migration_none_found'] = 'No migrations were found.';
$lang['migration_not_found'] = 'No migration could be found with the version number: %s.';
$lang['migration_sequence_gap'] = 'There is a gap in the migration sequence near version number: %s.';
$lang['migration_multiple_version'] = 'There are multiple migrations with the same version number: %s.';
$lang['migration_class_doesnt_exist'] = 'The migration class "%s" could not be found.';
$lang['migration_missing_up_method'] = 'The migration class "%s" is missing an "up" method.';
$lang['migration_missing_down_method'] = 'The migration class "%s" is missing a "down" method.';
$lang['migration_invalid_filename'] = 'Migration "%s" has an invalid filename.';

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');
// Luxembourgish
$lang['page_title'] = 'Huelt ee Termäin mat';
$lang['service_and_provider'] = 'Auswiel vun der Dingschtleeschtung an dem Mataarbechter';
$lang['select_service'] = 'Auswiel vun der Dingschtleeschtung';
$lang['select_provider'] = 'Auswiel vum Mataarbechter';
$lang['duration'] = 'Dauer';
$lang['minutes'] = 'Minutten';
$lang['price'] = 'Präis';
$lang['back'] = 'Zeréck';
$lang['appointment_date_and_time'] = 'Auswiel vum Datum an der Auerzäit vum Termäin';
$lang['no_available_hours'] = 'Et gëtt leider kee fräie Termäin méi fir deen ausgewielten Dag. Wielt w.e.g. en aner Dag aus.';
$lang['appointment_hour_missing'] = 'Wielt w.e.g. ee Termäin iert Der weider maacht.';
$lang['customer_information'] = 'Gitt w.e.g. Är perséinlech Donnéeën an';
$lang['first_name'] = 'Virnumm';
$lang['last_name'] = 'Familljennumm';
$lang['email'] = 'E-Mail';
$lang['phone_number'] = 'Telefonsnummer';
$lang['phone'] = 'Phone';
$lang['address'] = 'Adresse';
$lang['city'] = 'Duerf';
$lang['zip_code'] = 'Postleitzuel';
$lang['notes'] = 'Bemierkungen';
$lang['language'] = 'Language';
$lang['no_language'] = 'No language';
$lang['fields_are_required'] = 'D\'Felder mat * sinn obligatoresch.';
$lang['appointment_confirmation'] = 'Bestätegt w.e.g. Är Auswiel vum Termäin';
$lang['confirm'] = 'Bestätegung';
$lang['update'] = 'Aktualiséierung';
$lang['cancel_appointment_hint'] = 'Klickt w.e.g. "Ofbriechen" fir de Termäin aus dem Kalenner ze läschen.';
$lang['cancel'] = 'Ofbriechen';
$lang['appointment_registered'] = 'Äre Termäin ass erfollegräich gespäichert ginn.';
$lang['cancel_appointment_title'] = 'Termäin ofsoen';
$lang['appointment_cancelled'] = 'Äre Termäin ass erfollegräich ofgesot ginn.';
$lang['appointment_cancelled_title'] = 'Termäin ofsoen';
$lang['reason'] = 'Grond';
$lang['appointment_removed_from_schedule'] = 'Folgende Termäin ass erfollegräich an eisem Kalenner geläscht ginn.';
$lang['appointment_details_was_sent_to_you'] = 'Eng E-Mail mat den Donnéeën ass un Iech geschéckt ginn.';
$lang['add_to_google_calendar'] = 'Am Google Kalenner bäisetzen';
$lang['appointment_booked'] = 'Äre Termäin ass erfollegräich gebucht ginn.';
$lang['thank_you_for_appointment'] = 'Merci dass der Äre Termäin mat eis gewielt hutt. Méi wäit ënne fannt der är Termäin Donnéeën. Ännerungen kënnt Der duerch d\'Klicken op de Termäin Link duerchféieren.';
$lang['appointment_details_title'] = 'Donnéeën vum Termäin';
$lang['customer_details_title'] = 'Clientsdonnéeën';
$lang['service'] = 'Dingschtleeschtung';
$lang['provider'] = 'Mataarbechter';
$lang['customer'] = 'Client';
$lang['start'] = 'Ufank';
$lang['end'] = 'Enn';
$lang['name'] = 'Numm';
$lang['appointment_link_title'] = 'Termäin Link';
$lang['success'] = 'Erfolleg.';
$lang['appointment_added_to_your_plan'] = 'Een neie Termäin ass an Ärem Planning bäigesat ginn.';
$lang['appointment_link_description'] = 'Dir kënnt Ännerungen duerch klicken op de Termäin Link duerchféieren.';
$lang['appointment_locked'] = 'Modification impossible.';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
$lang['appointment_not_found'] = 'Termäin konnt net fonnt ginn.';
$lang['appointment_does_not_exist_in_db'] = 'Dee vun Iech gefrote Termäin gëtt et net an eiser Datebank.';
$lang['display_calendar'] = 'Kalenner uweisen';
$lang['calendar'] = 'Kalenner';
$lang['users'] = 'Benotzer';
$lang['settings'] = 'Astellungen';
$lang['log_out'] = 'Ofmellen';
$lang['synchronize'] = 'Synchroniséieren';
$lang['enable_sync'] = 'Sync aschalten';
$lang['disable_sync'] = 'Sync ausschalten';
$lang['disable_sync_prompt'] = 'Are you sure that you want to disable the calendar synchronization?';
$lang['reload'] = 'Nei lueden';
$lang['appointment'] = 'Termäin';
$lang['unavailability'] = 'Net méiglech';
$lang['week'] = 'Woch';
$lang['month'] = 'Mount';
$lang['today'] = 'Haut';
$lang['not_working'] = 'Sonndeg a Feierdeeg';
$lang['break'] = 'Paus';
$lang['add'] = 'Bäisetzen';
$lang['edit'] = 'Änneren';
$lang['hello'] = 'Moien';
$lang['all_day'] = 'Dee ganzen Dag';
$lang['manage_appointment_record_hint'] = 'Verwalt all Termäiner vun den disponibele Mataarbechter an Dingschtleeschtungen.';
$lang['select_filter_item_hint'] = 'Wielt ee Mataarbechter oder eng Dingschtleeschtung a kuckt Iech deem seng Termäiner am Kalenner un.';
$lang['enable_appointment_sync_hint'] = 'Fänkt d\'Synchronisatioun vun de Termäiner mam Google Kalenner vum Dingschtleeschter un.';
$lang['manage_customers_hint'] = 'Verwalt déi ageschriwwe Clienten an kuckt Iech déi läscht Buchungen un.';
$lang['manage_services_hint'] = 'Verwalt déi méiglech Dingschtleeschtungen a Kategorie vum System.';
$lang['manage_users_hint'] = 'Verwalt d\'Endbenotzer (Admins, Mataarbechter, Büropersonal).';
$lang['settings_hint'] = 'System- a Benotzerastellungen setzen.';
$lang['log_out_hint'] = 'Meld Iech vum System of.';
$lang['unavailability_periods_hint'] = 'Während der Indisponibilitéitsperiod gi keng Termäiner ugeholl.';
$lang['new_appointment_hint'] = 'Wielt een neie Termäin a späichert en an der Datebank.';
$lang['reload_appointments_hint'] = 'Terminkalenner nei lueden.';
$lang['trigger_sync_hint'] = 'Start de Synchronisatiounsprozess vum Google Kalenner.';
$lang['appointment_updated'] = 'D\'Termäiner sinn erfollegräich erneiert ginn.';
$lang['undo'] = 'Schrëtt zeréck';
$lang['appointment_details_changed'] = 'D\'Detailer vum Termäin si geännert ginn.';
$lang['appointment_changes_saved'] = 'D\'Detailer vum Termäin sinn erfollegräich gespäichert ginn.';
$lang['save'] = 'Späicheren';
$lang['new'] = 'Nei';
$lang['select'] = 'Auswiel';
$lang['hide'] = 'Verstoppen';
$lang['type_to_filter_customers'] = 'Hei tippe fir d\'Clienten ze filteren.';
$lang['clear_fields_add_existing_customer_hint'] = 'Maacht d\'Felder eidel a gitt een neie Client an.';
$lang['pick_existing_customer_hint'] = 'Wielt een bestoende Client.';
$lang['new_appointment_title'] = 'Neie Termäin';
$lang['edit_appointment_title'] = 'Termäin änneren';
$lang['delete_appointment_title'] = 'Termäin läschen';
$lang['write_appointment_removal_reason'] = 'Huelt Iech w.e.g. kuerz Zäit fir eis matzedeele wisou Dir dee Termäin ofsot.:';
$lang['appointment_saved'] = 'Termäin erfollegräich gespäichert.';
$lang['new_unavailability_title'] = 'Neien Zäitraum deen net zur Verfügung steet';
$lang['edit_unavailability_title'] = 'Zäitraum, deen net zur Verfügung steet, änneren';
$lang['unavailability_saved'] = 'Zäitraum, deen net zur Verfügung steet erfollegräich gespäichert.';
$lang['start_date_before_end_error'] = 'Den Ufanksdatum ass méi héich wéi de Schlussdatum.';
$lang['invalid_duration'] = 'Invalid duration.';
$lang['invalid_email'] = 'Déi E-Mail-Adresse ass ongülteg.';
$lang['customers'] = 'Clienten';
$lang['details'] = 'Detailer';
$lang['no_records_found'] = 'Keng Androunge fonnt ...';
$lang['services'] = 'Dingschtleeschtungen';
$lang['duration_minutes'] = 'Dauer (Minutten)';
$lang['currency'] = 'Währung';
$lang['category'] = 'Kategorie';
$lang['no_category'] = 'Keng Kategorie';
$lang['description'] = 'Beschreiwung';
$lang['categories'] = 'Kategorien';
$lang['admins'] = 'Administrator';
$lang['providers'] = 'Mataarbechter';
$lang['secretaries'] = 'Büropersonal';
$lang['mobile_number'] = 'Handynummer';
$lang['mobile'] = 'Mobile';
$lang['state'] = 'Regioun / Land';
$lang['username'] = 'Benotzernumm';
$lang['password'] = 'Passwuert';
$lang['retype_password'] = 'Passwuert nei aginn';
$lang['receive_notifications'] = 'Noriichte kréien';
$lang['passwords_mismatch'] = 'Passwuert ongülteg.';
$lang['admin_saved'] = 'Administrator erfollegräich gespäichert.';
$lang['provider_saved'] = 'Mataarbechter erfollegräich gespäichert.';
$lang['secretary_saved'] = 'Büropersonal erfollegräich gespäichert.';
$lang['admin_deleted'] = 'Administrator erfollegräich geläscht.';
$lang['provider_deleted'] = 'Mataarbechter erfollegräich geläscht.';
$lang['secretary_deleted'] = 'Büropersonal erfollegräich geläscht.';
$lang['service_saved'] = 'Dingschtleeschtung erfollegräich gespäichert.';
$lang['service_category_saved'] = 'Dingschtleeschtungskategorie erfollegräich gespäichert.';
$lang['service_deleted'] = 'Dingschtleeschtung erfollegräich geläscht.';
$lang['service_category_deleted'] = 'Dingschtleeschtungskategorie erfollegräich geläscht.';
$lang['customer_saved'] = 'Client erfollegräich gespäichert.';
$lang['customer_deleted'] = 'Client erfollegräich geläscht.';
$lang['current_view'] = 'Aktuell Usicht';
$lang['working_plan'] = 'Aarbechtsplang';
$lang['reset_plan'] = 'Planning op 0 setzen';
$lang['monday'] = 'Méindeg';
$lang['tuesday'] = 'Dënschdeg';
$lang['wednesday'] = 'Mëttwoch';
$lang['thursday'] = 'Donneschdeg';
$lang['friday'] = 'Freideg';
$lang['saturday'] = 'Samschdeg';
$lang['sunday'] = 'Sonndeg';
$lang['breaks'] = 'Pausen';
$lang['add_breaks_during_each_day'] = 'Setzt d\'Aarbechtspausen fir all Dag bäi. Während de Pause kënne keng Termäiner ugeholl ginn.';
$lang['day'] = 'Dag';
$lang['days'] = 'Days';
$lang['actions'] = 'Aktiounen';
$lang['reset_working_plan_hint'] = 'Setzt den Aarbechtsplang op Standardwerter zeréck.';
$lang['company_name'] = 'Numm vun der Firma';
$lang['company_name_hint'] = 'De Firmennumm gëtt iwwerall am System benotzt (néideg).';
$lang['company_email'] = 'Email vun der Firma';
$lang['company_email_hint'] = 'Dëst ass d\'E-Mail-Adresse vun der Firma. Se gëtt als Adresse vum Ofsender fir d\'E-Maile vum System (néideg).';
$lang['company_link'] = 'Weblink vun der Firma';
$lang['company_link_hint'] = 'De Firmelink sollt op déi offiziell Websäit vun der Firma weisen (néideg).';
$lang['go_to_booking_page'] = 'Gitt op d\'Buchungssäit';
$lang['settings_saved'] = 'Astellungen erfollegräich gespäichert.';
$lang['general'] = 'Allgemenges';
$lang['booking'] = 'Booking';
$lang['visible'] = 'Fir siichtbar';
$lang['hidden'] = 'Verstoppen';
$lang['business_logic'] = 'Business Logik';
$lang['current_user'] = 'Ugemellte Benotzer';
$lang['about_app'] = 'Iwwert Easy!Appointments';
$lang['edit_working_plan_hint'] = 'Gitt w.e.g hei ënnen drënner d\'Deeg an d\'Auerzäiten un, fir déi d\'Firma Termäiner ubitt. Dir kënnt d\'Termäiner och fir Feierdeeg festleeën awer d\'Cliente kënne op deenen Deeg keng Buchungen duerchféieren. Dësen Aarbechtsplang ass fir all nei Aschreiwung vun Dingschtleeschter vir agestallt awer dir hutt d\'Méichlechkeet den Aarbechtsplang fir all Mataarbechter separat ze änneren an deems der d\'Aschreiwung beaarbecht. Dono setzt der Zäitreim a Pause bäi.';
$lang['edit_breaks_hint'] = 'Ännert d\'Aarbechtspausen pro Dag. Des gi fir all neie Mataarbechter iwwerholl.';
$lang['book_advance_timeout'] = 'Zäitlimit fir eng Buchung';
$lang['book_advance_timeout_hint'] = 'Leet eng Zäitlimit fir eng Reservatioun (a Minutten) fest iert d\'Clienten ee Rendez-vous aginn oder ännere kënnen.';
$lang['timeout_minutes'] = 'Zäitlimit (Minutten)';
$lang['about_app_info'] = 'Easy!Appointments ass eng extrem upassungsfäeg Internet-Applikatioun déi et äre Clienten erméiglecht, een Termäin bei Iech iwwert Internet ze huelen. Doriwwer eraus gëtt en Iech d\'Méiglechkeet Är Donnéeën mam Google Kalenner ze synchroniséieren, sou dass Der des mat anere Programmer notze kënnt.';
$lang['current_version'] = 'Aktuell Versioun';
$lang['support'] = 'Ënnerstëtzung';
$lang['about_app_support'] = 'Falls Dir iergendeen Problem beim Benotze vun Easy!Appointments hätt, kënnt der déi offiziell Google Grupp no Léisungen duerchsichen. Dir kënnt och een neit Thema am Google Code ufänke fir bei der Sich no Léisungen ze hëllefen. ';
$lang['official_website'] = 'Offiziell Websäit';
$lang['google_plus_community'] = 'Google+ Gemeinschaft';
$lang['support_group'] = 'Gruppenënnerstëtzung';
$lang['project_issues'] = 'Projektthemen';
$lang['license'] = 'Notzungslizenz';
$lang['about_app_license'] = 'Easy!Appointment ass ënnert der GPLv3-Lizenz lizenséiert. Duerch d\'Benotze vum Code vun Easy!Appointments op iergendeng Aart a Weis stëmmt Der den Lizenzbedingungen, wéi se ënnert folgender URL opgefouert sinn, zou:';
$lang['logout_success'] = 'Dir hutt Iech erfollegräich ofgemellt! Klickt op folgend Tasten fir op eng aner Säit ze kommen.';
$lang['book_appointment_title'] = 'Termäinbuchung';
$lang['backend_section'] = 'Backend Sektioun';
$lang['you_need_to_login'] = 'Wëllkommen! Dir musst Iech umellen fir d\'Backend-Säiten ze gesinn.';
$lang['enter_username_here'] = 'Gitt hei Äre Benotzernumm an ...';
$lang['enter_password_here'] = 'Gitt hei Äert Passwuert an ...';
$lang['login'] = 'Umellen';
$lang['forgot_your_password'] = 'Passwuert vergiess?';
$lang['login_failed'] = 'D\'Umeldung ass schif gaang. Gitt w.e.g. déi richteg Donnéeën an a probéiert e op en Neits.';
$lang['type_username_and_email_for_new_password'] = 'Gitt Äre Benotzernumn an Är Email-Adresse an fir een neit Passwuert ze kréien.';
$lang['enter_email_here'] = 'Gitt Är Mail-Adresse hei an ...';
$lang['regenerate_password'] = 'Passwuert generéieren';
$lang['go_to_login'] = 'Gitt w.e.g. zeréck op d\'Umeldungs-Säit';
$lang['new_password_sent_with_email'] = 'Ärt neit Passwuert ass Iech per E-Mail zougeschéckt ginn.';
$lang['new_account_password'] = 'Neit Kontopasswuert';
$lang['new_password_is'] = 'Ärt neit Passwuert ass $password. Späichert des Email w.e.g. of, fir dass der se jidderzäit noliese kënnt wann néideg. Dir kënnt dëst Passwuert op der Säit Astellungen och mat engem neien austauschen.';
$lang['delete_record_prompt'] = 'Sidd Dir sécher, dass Dir des Androung läsche wällt? Dëse Virgang kann nët réckgängeg gemaach ginn.';
$lang['delete_admin'] = 'Administrator läschen';
$lang['delete_customer'] = 'Client läschen';
$lang['delete_service'] = 'Dienstleistung läschen';
$lang['delete_service_category'] = 'Servicekategorie läschen';
$lang['delete_provider'] = 'Zäitraum läschen';
$lang['delete_secretary'] = 'Beaarbechter läschen';
$lang['delete_appointment'] = 'Termäin läschen';
$lang['delete_unavailability'] = 'Blockéierten Zäitraum läschen';
$lang['delete'] = 'Läschen';
$lang['unexpected_issues'] = 'Onvirhärgesinne Virfäll';
$lang['unexpected_issues_message'] = 'Dëse Virgang konnt opgrond vun onvirhegesehenen Virfäll net op en Enn brucht ginn.';
$lang['close'] = 'Zoumaachen';
$lang['page_not_found'] = 'Säit konnt net fonnt ginn';
$lang['page_not_found_message'] = 'Leider gëtt et déi vun Iech ugefuedert Säit net. Kontrolléiert w.e.g. Är Browser-URL oder navigéiert op eng aner Plaz.';
$lang['error'] = 'Fehler';
$lang['no_privileges'] = 'Net déi néideg Rechter';
$lang['no_privileges_message'] = 'Dir hutt net déi néideg Rechter fir dës Säit ze gesinn. Wisselt w.e.g. op eng aner Usicht.';
$lang['backend_calendar'] = 'Backend Kalenner';
$lang['start_date_time'] = 'Ufanksdatum / Zäit';
$lang['end_date_time'] = 'Schlussdatum / Zäit';
$lang['licensed_under'] = 'Lizenzéiert ënnert';
$lang['unexpected_issues_occurred'] = 'Onertwaarte Problemer sinn opgetrueden.';
$lang['service_communication_error'] = 'Während der Kommunikatioun mam Server ass ee Fehler opgetrueden, probéiert et w.e.g. nach ee Mol.';
$lang['no_privileges_edit_appointments'] = 'Dir hutt net déi néideg Rechter fir Termäiner ze änneren.';
$lang['unavailability_updated'] = 'Blockéiert Zäitreim sinn erfollegräich erneiert ginn.';
$lang['appointments'] = 'Termäiner';
$lang['unexpected_warnings'] = 'Onerwaarte Warnung';
$lang['unexpected_warnings_message'] = 'De Virgang mat Warnungen ofgeschloss.';
$lang['filter'] = 'Filteren';
$lang['clear'] = 'Deaktivéieren';
$lang['uncategorized'] = 'Net Zougeuerdnet';
$lang['username_already_exists'] = 'Dee Benotzernumm gëtt et ewell.';
$lang['password_length_notice'] = 'D\'Passwuert muss mindestens $number Zeeche laang sinn.';
$lang['general_settings'] = 'Allgemeng Astellungen';
$lang['personal_information'] = 'Perséinlich Informatiounen';
$lang['system_login'] = 'System Login';
$lang['user_settings_are_invalid'] = 'Benotzerastellungen sinn ongülteg! W.e.g. iwwerpréift Är Astellungen a widderhuelt de Virgang.';
$lang['add_break'] = 'Interval bäisetzen';
$lang['january'] = 'Januar';
$lang['february'] = 'Februar';
$lang['march'] = 'Mäerz';
$lang['april'] = 'Abrëll';
$lang['may'] = 'Mee';
$lang['june'] = 'Juni';
$lang['july'] = 'Juli';
$lang['august'] = 'August';
$lang['september'] = 'September';
$lang['october'] = 'October';
$lang['november'] = 'November';
$lang['december'] = 'Dezember';
$lang['previous'] = 'Virdrunn';
$lang['next'] = 'Nächsten';
$lang['now'] = 'Elo';
$lang['select_time'] = 'Zäit auswielen';
$lang['time'] = 'Zäit';
$lang['hour'] = 'Auer';
$lang['minute'] = 'Minutt';
$lang['calendar_sync_completed'] = 'Google Synchronisation erfollegräich ofgeschloss.';
$lang['calendar_sync_failed'] = 'Google Synchronisatioun schifgaang: D\'Verbindung mam Server konnt net hiergestallt ginn.';
$lang['select_sync_calendar'] = 'Wielt ee Google Kalenner';
$lang['select_sync_calendar_prompt'] = 'Wielt dee Kalenner, mat deem der Är Termäiner synchroniséiere wëllt. Wann der kee bestëmmte Kalenner auswiele wëllt, gëtt de Standard benotzt.';
$lang['sync_calendar_selected'] = 'Auswiele vum Google Kalenner erfollegräich.';
$lang['oops_something_went_wrong'] = 'Oops! Et ass eppes schif gaang.';
$lang['ea_update_success'] = 'Easy!Appointments gouf erfollegräich aktualiséiert.';
$lang['require_captcha'] = 'CAPTCHA erfuerderen';
$lang['require_captcha_hint'] = 'Wann aktivéiert, mussen d\'Clienten eng zoufälleg generéiert CAPTCHA-Zeichenkette aginn, ier si en Rendez-vous buchen/aktualiséieren.';
$lang['captcha_is_wrong'] = 'CAPTCHA Verifikatioun ass gescheitert, probéiert w.e.g. nach eng Kéier.';
$lang['any_provider'] = 'All Provider';
$lang['requested_hour_is_unavailable'] = 'Den ugefrote Rendez-vous ass leider net verfügbar. Wielt w.e.g. eng aner Zäit fir Äre Rendez-vous.';
$lang['customer_notifications'] = 'Client Benotzungsmeldungen';
$lang['customer_notifications_hint'] = 'Definéiert ob de Client E-Mail Notifikatioune kritt wann et eng Ännerung vum Zäitplang bei engem vu senge Rendez-vousen gëtt.';
$lang['date_format'] = 'Datumformat';
$lang['date_format_hint'] = 'Ännert de Format vun der Datumsauswäisung (D - Datum, M - Mount, Y - Joer).';
$lang['time_format'] = 'Zäitformat';
$lang['time_format_hint'] = 'Ännert de Format vun der Zeitauswäisung (H - Stonnen, M - Minutten).';
$lang['first_weekday'] = 'Éischten Dag vun der Woch';
$lang['first_weekday_hint'] = 'Setzt den éischten Dag vun der Kalennerwoch.';
$lang['google_analytics_code_hint'] = 'Füügt Är Google Analytics ID derbäi, fir um Buchungssäit integréiert ze ginn.';
$lang['availabilities_type'] = 'Typ vun Disponibilitéiten';
$lang['flexible'] = 'Flexibel';
$lang['fixed'] = 'Fixéiert';
$lang['attendants_number'] = 'Zuel vun den Assistenter';
$lang['reset_working_plan'] = 'Setzt de Schaffplang zréck op d\'Standardwäerter.';
$lang['legal_contents'] = 'Legal Inhalt';
$lang['cookie_notice'] = 'Cookie-Meldung';
$lang['display_cookie_notice'] = 'Cookie-Meldung weisen';
$lang['cookie_notice_content'] = 'Cookie-Meldungsinhalt';
$lang['terms_and_conditions'] = 'Konditiounen & Bedingungen';
$lang['display_terms_and_conditions'] = 'Konditiounen & Bedingungen weisen';
$lang['terms_and_conditions_content'] = 'Konditiounen & Bedingungen Inhalt';
$lang['privacy_policy'] = 'Dateschutzpolitik';
$lang['display_privacy_policy'] = 'Dateschutzpolitik weisen';
$lang['privacy_policy_content'] = 'Inhalt vun der Dateschutzpolitik';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Dës Websäit benotzt Cookien fir Iech déi bescht Erfahrung ze bidden.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Ech hunn d\'{$link}Konditiounen & Bedingungen{/$link} gelies a stëmmen zou.';
$lang['read_and_agree_to_privacy_policy'] = 'Ech hunn d\'{$link}Dateschutzpolitik{/$link} gelies a stëmmen zou.';
$lang['delete_personal_information_hint'] = 'Läscht all Är Rendez-vousen an perséinlech Informatioun aus dem System.';
$lang['delete_personal_information'] = 'Perséinlech Informatioun läschen';
$lang['delete_personal_information_prompt'] = 'Sidd Dir sécher, datt Dir Är perséinlech Informatioun läsche wëllt? Dës Aktioun kann net réckgängeg gemaach ginn.';
$lang['location'] = 'Standuert';
$lang['working_plan_exception'] = 'Ausnam am Schaffplang';
$lang['working_plan_exceptions'] = 'Ausnamen am Schaffplang';
$lang['working_plan_exceptions_hint'] = 'Füügt en Ausnahmsdag bäi, deen ausserhalb vum Schaffplang ass.';
$lang['new_working_plan_exception_title'] = 'Nei Ausnam am Schaffplang';
$lang['working_plan_exception_saved'] = 'Ausnam am Schaffplang erfollegräich gespäichert.';
$lang['working_plan_exception_deleted'] = 'Ausnam am Schaffplang erfollegräich geläscht.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Füügt Ausnamen an de Schaffplang bäi, déi ausserhalb vum normale Schaffplang sinn.';
$lang['add_working_plan_exception'] = 'Ausnam am Schaffplang derbäisetzen';
$lang['require_phone_number'] = 'Telefonsnummer erfuerderen';
$lang['require_phone_number_hint'] = 'Wann aktivéiert, mussen d\'Clienten an d\'Benotzer d\'Telefonsnummer vum Client aginn wann si en Rendez-vous buchen.';
$lang['check_spam_folder'] = 'Kuckt w.e.g. an Äre Spam-Dossier wann d\'E-Mail net bannent e puer Minutten ukënnt.';
$lang['api_token_hint'] = 'Setzt e geheimen Token fir déi token-baséiert Authentifikatioun vun der Easy!Appointments API z\'erméiglechen.';
$lang['timezone'] = 'Zäitzon';
$lang['overwrite_existing_working_plans'] = 'Dëst wäert déi bestehend Schaffpläng vun de Provideren iwwerschreiwen, sidd Dir sécher datt Dir weiderfuere wëllt?';
$lang['working_plans_got_updated'] = `All d'Schaffpläng goufen aktualiséiert.`;
$lang['apply_to_all_providers'] = 'Gëllt fir all Provideren';
$lang['display_any_provider'] = 'D\'Optioun "All Provider" weisen';
$lang['display_any_provider_hint'] = 'D\'Buchungssäit kritt eng zousätzlech Optioun, déi et de Clienten erlaabt ze buchen ouni e spezifesche Provider ze wielen.';
$lang['load_more'] = 'Méi lueden';
$lang['list'] = 'Lëscht';
$lang['default'] = 'Standard';
$lang['table'] = 'Tabell';
$lang['date'] = 'Datum';
$lang['about'] = 'Iwwer';
$lang['booking_settings'] = 'Buchungsastellungen';
$lang['display'] = 'Weisen';
$lang['require'] = 'Erfuerderen';
$lang['color'] = 'Faarf';
$lang['matomo_analytics_url_hint'] = 'Füügt d\'URL vun Ärer eegener Matomo Installatioun derbäi fir Matomo Tracking op den Buchungssäiten z\'erméiglechen.';
$lang['invalid_phone'] = 'Ongëlteg Telefonsnummer.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Geschäft';
$lang['account'] = 'Kont';
$lang['disable_booking'] = 'Buchung deaktivéieren';
$lang['disable_booking_hint'] = 'D\'Buchungssäit gëtt desaktivéiert soulaang dës Astellung aktiv ass, an d\'Clienten kënne keng nei Rendez-vousen registréieren.';
$lang['display_message'] = 'Meldung weisen';
$lang['booking_is_disabled'] = 'Buchung ass desaktivéiert!';
$lang['appearance'] = 'Erscheinung';
$lang['company_logo'] = 'Firmenlogo';
$lang['company_logo_hint'] = 'D\'Firmenlogo gëtt op ville Plaze vun der App ugewise, inklusiv der Buchungssäit an den Notifikatiouns-E-Maile (Bilddatei, max. 2MB).';
$lang['company_color'] = 'Firmenfaarf';
$lang['company_color_hint'] = 'D\'Firmenfaarf gëtt iwwerall an der App ugewannt, fir datt d\'App Är Branding huet.';
$lang['localization'] = 'Lokalisatioun';
$lang['integrations'] = 'Integratiounen';
$lang['company'] = 'Firma';
$lang['remove'] = 'Ewechhuelen';
$lang['login_button'] = 'Login Knäppchen';
$lang['display_login_button_hint'] = 'Definéiert ob de Login Knäppchen op der Buchungssäit ugewise gëtt.';
$lang['private'] = 'Privat';
$lang['private_hint'] = 'Privat Opzeechnungen ginn net op ëffentleche Säiten, wéi der Buchungssäit, ugewisen oder verschafft.';
$lang['reset'] = 'Zrécksetzen';
$lang['all'] = 'All';
$lang['booking_link'] = 'Buchungslink';
$lang['add_new_event'] = 'Neien Event bäisetzen';
$lang['what_kind_of_event'] = 'Wéi een Event wëllt Dir derbäisetzen?';
$lang['theme'] = 'Thema';
$lang['limit_customer_access'] = 'Clientenzougang limitéieren';
$lang['limit_customer_access_hint'] = 'Wann aktivéiert, kënnen d\'Provideren an d\'Sekretärinnen nëmmen op Clienten zougräifen, mat deenen si en Rendez-vous hunn.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Geheimen Token';
$lang['verify_ssl'] = 'SSL verifizéieren';
$lang['appointment_save'] = 'Rendez-vous späicheren';
$lang['appointment_delete'] = 'Rendez-vous läschen';
$lang['unavailability_save'] = 'Onverfügbarkeet späicheren';
$lang['unavailability_delete'] = 'Onverfügbarkeet läschen';
$lang['customer_save'] = 'Client späicheren';
$lang['customer_delete'] = 'Client läschen';
$lang['service_save'] = 'Service späicheren';
$lang['service_delete'] = 'Service läschen';
$lang['service_category_save'] = 'Kategorie späicheren';
$lang['service_category_delete'] = 'Kategorie läschen';
$lang['provider_save'] = 'Provider späicheren';
$lang['provider_delete'] = 'Provider läschen';
$lang['secretary_save'] = 'Sekretär späicheren';
$lang['secretary_delete'] = 'Sekretär läschen';
$lang['admin_save'] = 'Admin späicheren';
$lang['admin_delete'] = 'Admin läschen';
$lang['options'] = 'Optiounen';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhooks erlaben Iech HTTP Notifikatiounen un extern Webapplikatiounen ze schécken als Äntwert op verschidde Applikatiounsevenementer, wéi z.B. d\'Erstellung vun engem Rendez-vous oder d\'Läsche vun engem Client.';
$lang['integrations_info'] = 'Integratiounen erlaben Iech fir Drëttubidder Verbindungen mat externe Applikatiounen an APIs ze maachen.';
$lang['configure'] = 'Konfiguréieren';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics erméiglecht Iech automatesch de Tracking Code an HTML Markup op der ëffentlecher Säit derbäizesetzen an all ëffentlech Buchungssitzungen ze verfollegen.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics erméiglecht Iech automatesch de Tracking Code an HTML Markup op der ëffentlecher Säit derbäizesetzen an all ëffentlech Buchungssitzungen ze verfollegen.';
$lang['api'] = 'API';
$lang['api_info'] = 'API erméiglecht Iech, mat allen Daten vun Easy!Appointments via den HTTP Protokoll an déi verfügbar API Endpunkten ze interagéieren an Är eege Integratiounen ze schafen.';
$lang['google_analytics_code'] = 'Google Analytics Code';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Limit fir zukünfteg Buchungen';
$lang['limit_days'] = 'Limit (Deeg)';
$lang['future_booking_limit_hint'] = 'Setzt d\'Limit an Deeg, wéi wäit an d\'Zukunft Clienten via der ëffentlecher Buchungssäit Rendez-vousen maache kënnen.';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Erlaabt d\'Rescheduling/Annulatioun virum';
$lang['at_least_one_field'] = 'Op d\'mannst ee Feld muss op der Buchungssäit ugewisen ginn.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Optiounen fir de Rendez-vous Status';
$lang['appointment_status_options_info'] = 'Definéiert eng Lëscht vun den verfügbare Rendez-vous Statusoptiounen, déi op der Kalenner Säit benotzt kënne ginn (déi éischt gëtt automatesch als Standardwäert gesat).';
$lang['sunday_short'] = 'Son';
$lang['monday_short'] = 'Méi';
$lang['tuesday_short'] = 'Dën';
$lang['wednesday_short'] = 'Mët';
$lang['thursday_short'] = 'Don';
$lang['friday_short'] = 'Fre';
$lang['saturday_short'] = 'Sam';
$lang['january_short'] = 'Jan';
$lang['february_short'] = 'Feb';
$lang['march_short'] = 'Mäe';
$lang['april_short'] = 'Abr';
$lang['may_short'] = 'Mee';
$lang['june_short'] = 'Jun';
$lang['july_short'] = 'Jul';
$lang['august_short'] = 'Aug';
$lang['september_short'] = 'Sep';
$lang['october_short'] = 'Okt';
$lang['november_short'] = 'Nov';
$lang['december_short'] = 'Dez';
$lang['am'] = 'moies';
$lang['pm'] = 'nomëttes';
$lang['to'] = 'bis';
$lang['click_to_toggle'] = 'Klickt fir un-/auszeschalten';
$lang['week_short'] = 'Woch';
$lang['scroll_to_increment'] = 'Scrollen fir z\'erhéijen';
$lang['year'] = 'Joer';
$lang['make_non_working_day'] = 'Dëse Provider ass um gewielten Dag net fir d\'Aarbecht verfügbar.';
$lang['no_breaks'] = 'Keng Pausen';
$lang['service_categories'] = 'Servicekategorien';
$lang['service_category'] = 'Servicekategorie';
$lang['blocked_period_saved'] = 'Blockéierten Zäitraum erfollegräich gespäichert.';
$lang['blocked_period_deleted'] = 'Blockéierten Zäitraum erfollegräich geläscht.';
$lang['delete_blocked_period'] = 'Blockéierten Zäitraum läschen';
$lang['blocked_period'] = 'Blockéierten Zäitraum';
$lang['blocked_periods'] = 'Blockéiert Zäiträim';
$lang['blocked_period_save'] = 'Blockéierten Zäitraum späicheren';
$lang['blocked_period_delete'] = 'Blockéierten Zäitraum läschen';
$lang['blocked_periods_hint'] = 'Definéiert Zäitperioden, an deenen ëffentlech Buchungen fir all Provider desaktivéiert ginn (z.B. gespaarten Datumen, Feierdeeg, asw.).';
$lang['custom_field'] = 'Personaliséiert Feld';
$lang['custom_fields'] = 'Personaliséiert Felder';
$lang['label'] = 'Etikett';
$lang['webhook_saved'] = 'Webhook erfollegräich gespäichert.';
$lang['webhook_deleted'] = 'Webhook erfollegräich geläscht.';
$lang['delete_webhook'] = 'Webhook läschen';
$lang['contact_info'] = 'Kontaktinformatiounen';
$lang['hide_from_public'] = 'Vum Public verstoppen';
$lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID';
$lang['matomo_analytics_site_id_hint'] = 'Setzt d\'Site ID, déi vu Matomo iwwerwaacht gëtt (d\'Standardsite huet d\'ID "1").';
$lang['default_timezone'] = 'Standard Zäitzon';
$lang['default_timezone_hint'] = 'Setzt de Standard Zäitzonwäert, deen fir nei Opzeechnungen benotzt gëtt.';
$lang['default_language'] = 'Standardsprooch';
$lang['default_language_hint'] = 'Setzt de Standardsproochwäert, deen fir nei Opzeechnungen benotzt gëtt.';
$lang['sync_method_prompt'] = 'Wéi eng Synchronisatiounsmethod wëllt Dir benotzen?';
$lang['caldav_server'] = 'CalDAV Server';
$lang['caldav_connection_info_prompt'] = 'Gitt w.e.g. d\'Verbindungsinformatioune vum zilorientéierte CalDAV Kalenner an.';
$lang['connect'] = 'Verbannen';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'Dës Integratioun erméiglecht Iech eng Verbindung zu engem existente LDAP Server opzebauen an automatesch Benotzer an Easy!Appointments z\'importéieren an hinnen Single Sign-On (SSO) mat hirem Verzechnispasswuert (Benotzernumm muss passen) z\'erméiglechen.';
$lang['host'] = 'Host';
$lang['port'] = 'Port';
$lang['user_dn'] = 'Benotzer DN';
$lang['base_dn'] = 'Basis DN';
$lang['keyword'] = 'Schlësselwuert';
$lang['ldap_search_hint'] = 'Gitt e Schlësselwuert un fir am LDAP Verzeechnis no Benotzer ze sichen, déi den Filterkriterien entspriechen.';
$lang['ldap_extension_not_loaded'] = 'D\'LDAP PHP Erweiderung ass net gelueden, ass awer fir dës Integratioun erfuerderlech.';
$lang['field_mapping'] = 'Feld Mapping';
$lang['content'] = 'Inhalt';
$lang['active'] = 'Aktiv';
$lang['user_imported'] = 'D\'Benotzeropzeechnung gouf erfollegräich importéiert.';
$lang['import'] = 'Importéieren';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = 'Roll';
$lang['at_least_one_field_required'] = 'Op d\'mannst ee Feld muss als erfuerderlech op der Buchungssäit gesat ginn.';
$lang['customer_is_already_booked'] = 'Dëse Client huet schonn e Rendez-vous während der ugefrote Reservéierungsperiod.';
$lang['fields'] = 'Felder';
$lang['invalid_credentials_provided'] = 'Onvalabel Benotzerdaten, probéiert w.e.g. nach eng Kéier.';
$lang['calendar_url'] = 'Kalenner URL';
$lang['please_select'] = 'Wielt w.e.g.';
$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.';