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 Cristian Robert Chiribuc
* @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'] = 'Datele conexiunii eronate. Nu s-au putut determina setările bazei de date.';
$lang['db_unable_to_connect'] = 'Conexiunea la baza de date nu se poate efectua utilizând setările furnizate.';
$lang['db_unable_to_select'] = 'Baza de date specificată nu poate fi selectată: %s';
$lang['db_unable_to_create'] = 'Baza de date specificată nu poate fi creată: %s';
$lang['db_invalid_query'] = 'Interogarea trimisă nu este validă.';
$lang['db_must_set_table'] = 'Tabelul bazei de date trebuie setat pentru a putea fi efectuată interogarea.';
$lang['db_must_use_set'] = 'Trebuie să folosiți metoda "set" pentru a actualiza o intrare.';
$lang['db_must_use_index'] = 'Trebuie să specificați un index pentru a corespunde actualizărilor în lot.';
$lang['db_batch_missing_index'] = 'Indexul specificat lipsește din unul sau mai multe rânduri trimise pentru actualizarea în lot.';
$lang['db_must_use_where'] = 'Actualizările nu sunt permise decât dacă conțin o clausă de tip "where".';
$lang['db_del_must_use_where'] = 'Ștergerile nu sunt permise decât dacă conțin o clausă de tip "where" sau "like".';
$lang['db_field_param_missing'] = 'Pentru a prelua câmpuri este necesar numele tabelului ca parametru.';
$lang['db_unsupported_function'] = 'Această opțiune nu este disponibilă pentru baza de date pe care o folosiți.';
$lang['db_transaction_failure'] = 'Tranzacție eșuată: Revenirea a fost realizată.';
$lang['db_unable_to_drop'] = 'Baza de date specificată nu a putut fi "aruncată".';
$lang['db_unsupported_feature'] = 'Platforma bazei de date utilizată nu acceptă această caracteristică.';
$lang['db_unsupported_compression'] = 'Formatul de compresie al fișierului ales nu este suportat de către server.';
$lang['db_filepath_error'] = 'Nu s-au putut scrie date pe calea fișierului specificat.';
$lang['db_invalid_cache_path'] = 'Calea specificată către cache nu este validă sau nu are permisiuni de scriere.';
$lang['db_table_name_required'] = 'Pentru această operațiune este necesar un nume de tabel.';
$lang['db_column_name_required'] = 'Pentru această operațiune este necesar un nume de coloană.';
$lang['db_column_definition_required'] = 'Pentru această operație este necesară o definiție de coloană.';
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s'; //I must find a proper translation for this
$lang['db_error_heading'] = 'A apărut o eroare la baza de date.';

View File

@@ -0,0 +1,31 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @author Cristian Robert Chiribuc
* @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'] = 'Metoda de validare email trebuie să fie de tip array.';
$lang['email_invalid_address'] = 'Adresa de email nu este validă: %s';
$lang['email_attachment_missing'] = 'Nu s-a putut localiza următorul atașament de email: %s';
$lang['email_attachment_unreadable'] = 'Atașamentul următor nu a putut fi deschis: %s';
$lang['email_no_from'] = 'Nu se poate trimite email fără header-ul "De la".';
$lang['email_no_recipients'] = 'Trebuie să includeți destinatarii: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] = 'Nu s-a putut trimite email folosind PHP mail(). Este posibil ca server-ul dvs. să nu fie configurat pentru a trimite email-uri folosind această metodă.';
$lang['email_send_failure_sendmail'] = 'Nu s-a putut trimite email folosind PHP Sendmail. Este posibil ca server-ul dvs. să nu fie configurat pentru a trimite email-uri folosind această metodă.';
$lang['email_send_failure_smtp'] = 'Nu s-a putut trimite email folosind PHP SMTP. Este posibil ca server-ul dvs. să nu fie configurat pentru a trimite email-uri folosind această metodă.';
$lang['email_sent'] = 'Mesajul dvs. a fost trimis cu succes folosind următorul protocol: %s';
$lang['email_no_socket'] = 'Nu s-a putut deschide un socket pentru Sendmail. Verificați setările.';
$lang['email_no_hostname'] = 'Nu ați specificat un hostname SMTP.';
$lang['email_smtp_error'] = 'Următoarea eroare SMTP a fost întâlnită: %s';
$lang['email_no_smtp_unpw'] = 'Eroare: Trebuie să atribuiți un nume de utilizator și parolă SMTP.';
$lang['email_failed_smtp_login'] = 'Eroare la trimiterea comenzii AUTH LOGIN. Eroare: %s';
$lang['email_smtp_auth_un'] = 'Autentificarea numelui de utilizator nu a putut fi efectuată. Eroare: %s';
$lang['email_smtp_auth_pw'] = 'Autentificarea parolei nu a putut fi efectuată. Error: %s';
$lang['email_smtp_data_failure'] = 'Datele nu pot fi trimise: %s';
$lang['email_exit_status'] = 'Codul stării de ieșire: %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 Cristian Robert Chiribuc
* @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'] = 'Nu s-au găsit migrații.';
$lang['migration_not_found'] = 'Nu s-au putut găsi migrații cu numărul: %s.';
$lang['migration_sequence_gap'] = 'Există un decalaj în secvența de migrare aproape de versiunea nr.: %s.';
$lang['migration_multiple_version'] = 'Există mai multe migrații cu aceleași versiune de număr: %s.';
$lang['migration_class_doesnt_exist'] = 'Clasa migrației "%s" nu a fost găsită.';
$lang['migration_missing_up_method'] = 'Clasei migrației "%s" îi lipsește o metodă de tip "up".';
$lang['migration_missing_down_method'] = 'Clasei migrației "%s" îi lipsește o metodă de tip "down".';
$lang['migration_invalid_filename'] = 'Migrația "%s" are un nume invalid..';

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');
// Romanian
$lang['page_title'] = 'Programeaza întâlniri cu';
$lang['service_and_provider'] = 'Selecteaza Serviciul si Furnizorul';
$lang['select_service'] = 'Selecteaza Serviciul';
$lang['select_provider'] = 'Selecteaza Furnizor';
$lang['duration'] = 'Durata';
$lang['minutes'] = 'Minute';
$lang['price'] = 'Pret';
$lang['back'] = 'Anteriorul';
$lang['appointment_date_and_time'] = 'Selecteaza data si ora întâlnirii';
$lang['no_available_hours'] = 'Nu este timp disponibil pentru data selectata. Va rugam sa selectati alta data.';
$lang['appointment_hour_missing'] = 'Va rugam selectati ora întâlnirii înainte de a continua.';
$lang['customer_information'] = 'Informatii despre dumneavoastra';
$lang['first_name'] = 'Prenume';
$lang['last_name'] = 'Nume';
$lang['email'] = 'Email';
$lang['phone_number'] = 'Numar de telefon';
$lang['phone'] = 'Phone';
$lang['address'] = 'Adresa';
$lang['city'] = 'Orasul';
$lang['zip_code'] = 'Cod postal';
$lang['notes'] = 'Note';
$lang['language'] = 'Language';
$lang['no_language'] = 'No language';
$lang['fields_are_required'] = 'Câmpurile cu * sunt necesare.';
$lang['appointment_confirmation'] = 'Confirmati întâlnirea';
$lang['confirm'] = 'Confirmati';
$lang['update'] = 'Actualizare';
$lang['cancel_appointment_hint'] = 'Apasati butonul Anulare ca sa stergeti întâlnirea din calendarul companiei.';
$lang['cancel'] = 'Anulare';
$lang['appointment_registered'] = 'Cererea dumneavoastra a fost înregistrata.';
$lang['cancel_appointment_title'] = 'Anulare întâlnire';
$lang['appointment_cancelled'] = 'Întâlnirea a fost anulata.';
$lang['appointment_cancelled_title'] = 'Întâlnire Anulata';
$lang['reason'] = 'Motiv';
$lang['appointment_removed_from_schedule'] = 'Urmatoarea întâlnire a fost stearsa din calendarul companiei.';
$lang['appointment_details_was_sent_to_you'] = 'Un email cu detaliile întâlnirii v-a fost trimis.';
$lang['add_to_google_calendar'] = 'Adaugati în Calendarul Google';
$lang['appointment_booked'] = 'Întâlnirea a fost programata.';
$lang['thank_you_for_appointment'] = 'Va multumim pentru ca ati programat o întâlnire cu noi. Dedesubt puteti vedea detaliile întâlnirii. Puteti face modificari apasând pe linkul întâlnirii.';
$lang['appointment_details_title'] = 'Detaliile întâlnirii';
$lang['customer_details_title'] = 'Detalii client';
$lang['service'] = 'Serviciu';
$lang['provider'] = 'Furnizor';
$lang['customer'] = 'Client';
$lang['start'] = 'Start';
$lang['end'] = 'Sfârsit';
$lang['name'] = 'Nume';
$lang['appointment_link_title'] = 'Linkul întâlnirii';
$lang['success'] = 'Succes.';
$lang['appointment_added_to_your_plan'] = 'O noua întâlnire a fost adaugata în planul dumneavoastra.';
$lang['appointment_link_description'] = 'Puteti face modificari apasând pe linkul întâlnirii de dedesubt.';
$lang['appointment_locked'] = 'Modification impossible.';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
$lang['appointment_not_found'] = 'Întâlnire negasita.';
$lang['appointment_does_not_exist_in_db'] = 'Întâlnirea pe care o cautati nu mai exista în baza de date.';
$lang['display_calendar'] = 'Afiseaza Calendar';
$lang['calendar'] = 'Calendar';
$lang['users'] = 'Utilizatori';
$lang['settings'] = 'Setari';
$lang['log_out'] = 'Iesire';
$lang['synchronize'] = 'Sincronizare';
$lang['enable_sync'] = 'Activeaza Sincronizare';
$lang['disable_sync'] = 'Dezactiveaza Sincronizare';
$lang['disable_sync_prompt'] = 'Ești sigur că vrei să dezactivezi sincronizarea calendarului?';
$lang['reload'] = 'Reîncarcare';
$lang['appointment'] = 'Întâlnire';
$lang['unavailability'] = 'Indisponibil';
$lang['week'] = 'Saptamâna';
$lang['month'] = 'Luna';
$lang['today'] = 'Azi';
$lang['not_working'] = 'Nu lucreaza';
$lang['break'] = 'Pauza';
$lang['add'] = 'Adauga';
$lang['edit'] = 'Editare';
$lang['hello'] = 'Buna';
$lang['all_day'] = 'Toata ziua';
$lang['manage_appointment_record_hint'] = 'Gestioneaza toate înregistrarile furnizorilor si serviciilor disponibile.';
$lang['select_filter_item_hint'] = 'Selecteaza un furnizor sau un serviciu si vizualizeaza întâlnirile în calendar.';
$lang['enable_appointment_sync_hint'] = 'Activeaza sincronizarea întâlnirilor cu calendarul furnizorului.';
$lang['manage_customers_hint'] = 'Gestioneaza clientii înregistrati si vizualizeaza istoricul întâlnirilor lor.';
$lang['manage_services_hint'] = 'Gestioneaza serviciile disponibile si categoriile din sistem.';
$lang['manage_users_hint'] = 'Gestioneaza utilizatorii de backend (administrator, furnizori, secretari).';
$lang['settings_hint'] = 'Setarile sistemului si utilizatorilor.';
$lang['log_out_hint'] = 'Iesire din sistem.';
$lang['unavailability_periods_hint'] = 'În timpul perioadei de indisponibilitate, furnizorul nu va accepta întâlniri noi.';
$lang['new_appointment_hint'] = 'Creeaza întâlnire noua si înregistreaza în baza de date.';
$lang['reload_appointments_hint'] = 'Reîncarca întâlnirile din calendar.';
$lang['trigger_sync_hint'] = 'Porneste procesul de sincronizare cu Calendarul Google.';
$lang['appointment_updated'] = 'Întâlnire actualizata cu succes.';
$lang['undo'] = 'Înapoi';
$lang['appointment_details_changed'] = 'Detaliile întâlnirii au fost modificate.';
$lang['appointment_changes_saved'] = 'Modificarile întâlnirii au fost salvate cu succes.';
$lang['save'] = 'Salvare';
$lang['new'] = 'Nou';
$lang['select'] = 'Selecteaza';
$lang['hide'] = 'Ascunde';
$lang['type_to_filter_customers'] = 'Tasteaza pentru a filtra clientii.';
$lang['clear_fields_add_existing_customer_hint'] = 'Sterge câmpurile pentru a adauga un nou client.';
$lang['pick_existing_customer_hint'] = 'Alege client deja existent.';
$lang['new_appointment_title'] = 'Întâlnire noua';
$lang['edit_appointment_title'] = 'Editeaza Întâlnire';
$lang['delete_appointment_title'] = 'Sterge Întâlnire';
$lang['write_appointment_removal_reason'] = 'Va rugam sa ne scrieti un motiv pentru care anulati întâlnirea:';
$lang['appointment_saved'] = 'Întâlnire salvata.';
$lang['new_unavailability_title'] = 'Perioada de indisponibilitate noua';
$lang['edit_unavailability_title'] = 'Editeaza perioada de indisponibilitate';
$lang['unavailability_saved'] = 'Perioada de indisponibilitate a fost salvata.';
$lang['start_date_before_end_error'] = 'Data de început se afla dupa data de sfârsit.';
$lang['invalid_duration'] = 'Invalid duration.';
$lang['invalid_email'] = 'Adresa de email este invalida.';
$lang['customers'] = 'Clienti';
$lang['details'] = 'Detalii';
$lang['no_records_found'] = 'Nu s-au gasit înregistrari...';
$lang['services'] = 'Servicii';
$lang['duration_minutes'] = 'Durata (Minute)';
$lang['currency'] = 'Moneda';
$lang['category'] = 'Categorie';
$lang['no_category'] = 'Fara Categorie';
$lang['description'] = 'Descriere';
$lang['categories'] = 'Categorii';
$lang['admins'] = 'Administratori';
$lang['providers'] = 'Furnizori';
$lang['secretaries'] = 'Secretari';
$lang['mobile_number'] = 'Numar de mobil';
$lang['mobile'] = 'Mobile';
$lang['state'] = 'Stare';
$lang['username'] = 'Utilizator';
$lang['password'] = 'Parola';
$lang['retype_password'] = 'Reintroduceti parola';
$lang['receive_notifications'] = 'Primeste Notificari';
$lang['passwords_mismatch'] = 'Parola nu se potriveste.';
$lang['admin_saved'] = 'Administrator salvat.';
$lang['provider_saved'] = 'Furnizor salvat.';
$lang['secretary_saved'] = 'Secretar salvat.';
$lang['admin_deleted'] = 'Administrator sters.';
$lang['provider_deleted'] = 'Furnizor sters.';
$lang['secretary_deleted'] = 'Secretar sters.';
$lang['service_saved'] = 'Serviciu salvat.';
$lang['service_category_saved'] = 'Categorie de servicii salvata.';
$lang['service_deleted'] = 'Serviciu sters.';
$lang['service_category_deleted'] = 'Categorie de servicii stearsa.';
$lang['customer_saved'] = 'Client salvat.';
$lang['customer_deleted'] = 'Client sters.';
$lang['current_view'] = 'Fereastra curenta';
$lang['working_plan'] = 'Planul de lucru';
$lang['reset_plan'] = 'Reseteaza Plan';
$lang['monday'] = 'Luni';
$lang['tuesday'] = 'Marti';
$lang['wednesday'] = 'Miercuri';
$lang['thursday'] = 'Joi';
$lang['friday'] = 'Vineri';
$lang['saturday'] = 'Sâmbata';
$lang['sunday'] = 'Duminica';
$lang['breaks'] = 'Pauze';
$lang['add_breaks_during_each_day'] = 'Adauga pauzele de lucru în fiecare zi. În pauze furnizorul nu va accepta nici o întâlnire.';
$lang['day'] = 'Zi';
$lang['days'] = 'Days';
$lang['actions'] = 'Actiuni';
$lang['reset_working_plan_hint'] = 'Reseteaza planul de lucru la valorile initiale.';
$lang['company_name'] = 'Numele Companiei';
$lang['company_name_hint'] = 'Numele companiei va fi afisat peste tot în sistem (necesar).';
$lang['company_email'] = 'Email-ul companiei';
$lang['company_email_hint'] = 'Aceasta va fi email-ul companiei.Va fi folosit pentru a trimite si raspunde la mesaje (necesar).';
$lang['company_link'] = 'Link-ul Companiei';
$lang['company_link_hint'] = 'Linkul trebuie sa indice website-ul oficial al companiei(necesar).';
$lang['go_to_booking_page'] = 'La pagina de înregistrari';
$lang['settings_saved'] = 'Setari salvate.';
$lang['general'] = 'General';
$lang['booking'] = 'Booking';
$lang['visible'] = 'Vizibil';
$lang['hidden'] = 'Ascuns';
$lang['business_logic'] = 'Logica afacerii';
$lang['current_user'] = 'Utilizator curent';
$lang['about_app'] = 'Despre Easy!Appointments';
$lang['edit_working_plan_hint'] = 'Selectati zilele si orele când compania va accepta întâlniri. Veti putea ajusta întâlnirile în orele nelucratoare dar clientul nu va putea programa întâlnirile în aceste perioade. Acest plan de lucru va fi implicit pentru fiecare noua înregistrare dar veti putea schimba separat planul de lucru al fiecarui distribuitor editandu-i înregistrarea. Puteti adauga ulterior pauzele.';
$lang['edit_breaks_hint'] = 'Adaugati pauzele de lucru în fiecare zi. Aceste pauze vor fi aplicate pentru toti furnizorii.';
$lang['book_advance_timeout'] = 'Programeaza timp liber avansat';
$lang['book_advance_timeout_hint'] = 'Defineste timpul liber (în minute) înainte ca si clientul sa poata programa sau reprograma o întâlnire cu compania.';
$lang['timeout_minutes'] = 'Timeout (Minute)';
$lang['about_app_info'] = 'Easy!Appointments este o aplicatie web usor personalizabila care permite clientilor sa programeze întâlniri cu dumneavoastra de pe internet. Mai mult, are abilitatea de a sincroniza datele dumneavoastra cu Calendarul Google pentru a-l putea folosi împreuna cu alte servicii.';
$lang['current_version'] = 'Versiunea Curenta';
$lang['support'] = 'Suport';
$lang['about_app_support'] = 'Daca întâmpinati orice problema utilizând Easy!Appointments puteti cauta grupul oficial Google pentru raspunsuri. Deasemenea va trebui sa creati o noua întrebare acolo pe pagina Google Code pentru a ajuta la dezvoltarea aplicatiei.';
$lang['official_website'] = 'Site-ul Oficial';
$lang['google_plus_community'] = 'Comunitatea Google+';
$lang['support_group'] = 'Grup Suport';
$lang['project_issues'] = 'Probleme proiect';
$lang['license'] = 'Licenta';
$lang['about_app_license'] = 'Easy!Appointments este sub licenta GPLv3. folosind codul Easy!Appointments în orice fel aduce cu sine acceptarea conditiilor descrise in urmatorul url:';
$lang['logout_success'] = 'Ati iesit din program! Apasati pe unul din butoanele urmatoare ca sa navigati spre o alta pagina.';
$lang['book_appointment_title'] = 'Programeaza întâlnire';
$lang['backend_section'] = 'Sectiunea Backend';
$lang['you_need_to_login'] = 'Bine a-ti venit! Va trebui sa va logati pentru a vedea paginile backend.';
$lang['enter_username_here'] = 'Introduceti nume utilizator aici ...';
$lang['enter_password_here'] = 'Introduceti parola aici ...';
$lang['login'] = 'Login';
$lang['forgot_your_password'] = 'Ati uitat parola?';
$lang['login_failed'] = 'Login neautorizat. Introduceti datele corect.';
$lang['type_username_and_email_for_new_password'] = 'Introduceti nume utilizator si email-ul pentru a primi noua parola.';
$lang['enter_email_here'] = 'Introduceti email aici ...';
$lang['regenerate_password'] = 'Regenereaza parola';
$lang['go_to_login'] = 'Înapoi la pagina de login';
$lang['new_password_sent_with_email'] = 'Noua parola a fost trimisa în email.';
$lang['new_account_password'] = 'Noua parola';
$lang['new_password_is'] = 'Noua parola e $password. Va rugam sa pastrati acest email pentru a putea recupera parola daca e necesar. Puteti deasemenea sa o schimbati cu o noua parola in pagina de setari.';
$lang['delete_record_prompt'] = 'Sunteti sigur ca doriti stergerea acestei înregistrari? Aceasa actiune nu poate fi revocata';
$lang['delete_admin'] = 'Sterge Administrator';
$lang['delete_customer'] = 'Sterge Client';
$lang['delete_service'] = 'Sterge serviciu';
$lang['delete_service_category'] = 'Sterge Categorie de servicii';
$lang['delete_provider'] = 'Sterge Furnizor';
$lang['delete_secretary'] = 'Sterge Secretar';
$lang['delete_appointment'] = 'Sterge întâlnire';
$lang['delete_unavailability'] = 'Sterge perioada nelucratoare';
$lang['delete'] = 'Sterge';
$lang['unexpected_issues'] = 'Probleme neasteptate';
$lang['unexpected_issues_message'] = 'Operatiunea nu a putut fi terminata din cauza unor probleme neasteptate.';
$lang['close'] = 'Închide';
$lang['page_not_found'] = 'Pagina negasita';
$lang['page_not_found_message'] = 'Din pacate pagina pe care ati cerut-o nu exista. Va rugam verificati adresa sau introduceti alta locatie folosind butoanele de mai jos.';
$lang['error'] = 'Eroare';
$lang['no_privileges'] = 'Fara drepturi';
$lang['no_privileges_message'] = 'Nu aveti drepturile necesare pentru a vizualiza aceasta pagina. Va rugam navigati spre alta sectiune.';
$lang['backend_calendar'] = 'Calendar backend';
$lang['start_date_time'] = 'Start Data / Ora';
$lang['end_date_time'] = 'Sfarsit Data / Ora';
$lang['licensed_under'] = 'Licenta sub';
$lang['unexpected_issues_occurred'] = 'Au intervenit probleme neasteptate.';
$lang['service_communication_error'] = 'Eroare în comunicarea cu serverul. Va rugam încercati din nou.';
$lang['no_privileges_edit_appointments'] = 'Nu aveti drepturile necesare sa editati întâlniri';
$lang['unavailability_updated'] = 'Perioada de timp nedisponibila a fost actualizata.';
$lang['appointments'] = 'Întâlniri';
$lang['unexpected_warnings'] = 'Avertizari neasteptate';
$lang['unexpected_warnings_message'] = 'Operatiune finalizata dar au aparut niste avertizari.';
$lang['filter'] = 'Filtru';
$lang['clear'] = 'Elimina';
$lang['uncategorized'] = 'Necategorizat';
$lang['username_already_exists'] = 'Numele utilizator exista deja.';
$lang['password_length_notice'] = 'Parola trebuie sa aibe $number caractere.';
$lang['general_settings'] = 'Setari generale';
$lang['personal_information'] = 'Informatii personale';
$lang['system_login'] = 'Login în sistem';
$lang['user_settings_are_invalid'] = 'Setarile utilizatorului sunt invalide! Va rugam revizuiti setarile si încercati din nou.';
$lang['add_break'] = 'Adauga pauza';
$lang['january'] = 'Ianuarie';
$lang['february'] = 'Februarie';
$lang['march'] = 'Martie';
$lang['april'] = 'Aprilie';
$lang['may'] = 'Mai';
$lang['june'] = 'Iunie';
$lang['july'] = 'Iulie';
$lang['august'] = 'August';
$lang['september'] = 'Septembrie';
$lang['october'] = 'Octombrie';
$lang['november'] = 'Noiembrie';
$lang['december'] = 'Decembrie';
$lang['previous'] = 'Anterior';
$lang['next'] = 'Urmator';
$lang['now'] = 'Acum';
$lang['select_time'] = 'Selecteaza Ora';
$lang['time'] = 'Ora';
$lang['hour'] = 'Ora';
$lang['minute'] = 'Minut';
$lang['calendar_sync_completed'] = 'Sincronizarea cu Google a reusit.';
$lang['calendar_sync_failed'] = 'Sincronizarea cu Google a esuat: nu s-a putut stabili conexiunea cu serverul.';
$lang['select_sync_calendar'] = 'Selecteaza Calendarul Google';
$lang['select_sync_calendar_prompt'] = 'Selecteaza calendarul în care doriti sa sincronizati întâlnirile. Daca nu doriti sa selectati un anume calendar va fi folosit cel implicit.';
$lang['sync_calendar_selected'] = 'Calendarul Google a fost selectat.';
$lang['oops_something_went_wrong'] = 'Oops! Ceva nu a funtionat corect.';
$lang['ea_update_success'] = 'Easy!Appointments a fost actualizat.';
$lang['require_captcha'] = 'Necesar CAPTCHA';
$lang['require_captcha_hint'] = 'Când este activat, clienții vor trebui să tasteze un cod CAPTCHA generat aleator înainte de a rezerva/actualiza o programare.';
$lang['captcha_is_wrong'] = 'Verificarea CAPTCHA a eșuat, vă rugăm să încercați din nou.';
$lang['any_provider'] = 'Orice Provider';
$lang['requested_hour_is_unavailable'] = 'Programarea solicitată nu este disponibilă. Vă rugăm să selectați o oră diferită pentru programare.';
$lang['customer_notifications'] = 'Notificări Client';
$lang['customer_notifications_hint'] = 'Definește dacă clientul va primi notificări prin email de fiecare dată când există o modificare în programul unei programări.';
$lang['date_format'] = 'Format Data';
$lang['date_format_hint'] = 'Schimbați formatul de afișare a datei (D - Dată, M - Lună, Y - An).';
$lang['time_format'] = 'Format Timp';
$lang['time_format_hint'] = 'Schimbați formatul de afișare a timpului (H - Ore, M - Minute).';
$lang['first_weekday'] = 'Prima zi a săptămânii';
$lang['first_weekday_hint'] = 'Setați prima zi a săptămânii în calendar.';
$lang['google_analytics_code_hint'] = 'Adăugați ID-ul dvs. Google Analytics pentru a fi inclus în pagina de rezervări.';
$lang['availabilities_type'] = 'Tip Disponibilități';
$lang['flexible'] = 'Flexibil';
$lang['fixed'] = 'Fix';
$lang['attendants_number'] = 'Număr Asistenți';
$lang['reset_working_plan'] = 'Resetați planul de lucru la valorile implicite.';
$lang['legal_contents'] = 'Conținuturi Legale';
$lang['cookie_notice'] = 'Notificare Cookie';
$lang['display_cookie_notice'] = 'Afișați Notificare Cookie';
$lang['cookie_notice_content'] = 'Conținut Notificare Cookie';
$lang['terms_and_conditions'] = 'Termeni și Condiții';
$lang['display_terms_and_conditions'] = 'Afișați Termeni și Condiții';
$lang['terms_and_conditions_content'] = 'Conținut Termeni și Condiții';
$lang['privacy_policy'] = 'Politica de Confidențialitate';
$lang['display_privacy_policy'] = 'Afișați Politica de Confidențialitate';
$lang['privacy_policy_content'] = 'Conținut Politica de Confidențialitate';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Acest site folosește cookie-uri pentru a vă asigura că aveți cea mai bună experiență pe site-ul nostru.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Am citit și sunt de acord cu {$link}Termenii și Condițiile{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Am citit și sunt de acord cu {$link}Politica de Confidențialitate{/$link}.';
$lang['delete_personal_information_hint'] = 'Eliminați toate programările și informațiile personale din sistem.';
$lang['delete_personal_information'] = 'Ștergeți Informațiile Personale';
$lang['delete_personal_information_prompt'] = 'Sunteți sigur că doriți să ștergeți informațiile personale? Această acțiune nu poate fi anulată.';
$lang['location'] = 'Locație';
$lang['working_plan_exception'] = 'Excepție Plan de Lucru';
$lang['working_plan_exceptions'] = 'Excepții Plan de Lucru';
$lang['working_plan_exceptions_hint'] = 'Adăugați o zi de excepție în planul de lucru, în afara planului de lucru.';
$lang['new_working_plan_exception_title'] = 'Nouă Excepție Plan de Lucru';
$lang['working_plan_exception_saved'] = 'Excepția planului de lucru a fost salvată cu succes.';
$lang['working_plan_exception_deleted'] = 'Excepția planului de lucru a fost ștearsă cu succes.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Adăugați excepții ale planului de lucru, în afara planului de lucru.';
$lang['add_working_plan_exception'] = 'Adăugați Excepție Plan de Lucru';
$lang['require_phone_number'] = 'Necesar Număr de Telefon';
$lang['require_phone_number_hint'] = 'Când este activat, clienții și utilizatorii vor trebui să introducă numărul de telefon al clientului atunci când rezervă o programare.';
$lang['check_spam_folder'] = 'Vă rugăm să verificați folderul de spam dacă emailul nu sosește în câteva minute.';
$lang['api_token_hint'] = 'Setați un token secret pentru a activa autentificarea bazată pe token a API-ului Easy!Appointments.';
$lang['timezone'] = 'Fus Orar';
$lang['overwrite_existing_working_plans'] = 'Aceasta va suprascrie planurile de lucru existente ale providerilor, sunteți sigur că doriți să continuați?';
$lang['working_plans_got_updated'] = 'Toate planurile de lucru au fost actualizate.';
$lang['apply_to_all_providers'] = 'Aplică La Toți Providerii';
$lang['display_any_provider'] = 'Afișați Opțiunea Oricărui Provider';
$lang['display_any_provider_hint'] = 'Pagina de rezervări va avea o opțiune suplimentară care permite clienților să rezerve fără a specifica un provider.';
$lang['load_more'] = 'Încărcați Mai Multe';
$lang['list'] = 'Listă';
$lang['default'] = 'Implicit';
$lang['table'] = 'Tabel';
$lang['date'] = 'Dată';
$lang['about'] = 'Despre';
$lang['booking_settings'] = 'Setări Rezervări';
$lang['display'] = 'Afișare';
$lang['require'] = 'Necesar';
$lang['color'] = 'Culoare';
$lang['matomo_analytics_url_hint'] = 'Adăugați URL-ul instalării proprii Matomo pentru a activa urmărirea Matomo pe paginile de rezervare.';
$lang['invalid_phone'] = 'Număr de telefon invalid.';
$lang['legal'] = 'Jurídic';
$lang['business'] = 'Afaceră';
$lang['account'] = 'Cont';
$lang['disable_booking'] = 'Dezactivează Rezervarea';
$lang['disable_booking_hint'] = 'Pagina de rezervare va fi dezactivată atât timp cât această setare este activă și clienții nu vor putea face noi programări.';
$lang['display_message'] = 'Afișează Mesaj';
$lang['booking_is_disabled'] = 'Rezervarea Este Dezactivată!';
$lang['appearance'] = 'Aspect';
$lang['company_logo'] = 'Logo-ul Companiei';
$lang['company_logo_hint'] = 'Logo-ul companiei va fi afișat în multe locuri ale aplicației, inclusiv pe pagina de rezervare și în e-mailurile de notificare (fișier imagine, max 2MB).';
$lang['company_color'] = 'Culoarea Companiei';
$lang['company_color_hint'] = 'Culoarea companiei va fi aplicată în toată aplicația pentru a reflecta brandingul vostru.';
$lang['localization'] = 'Localizare';
$lang['integrations'] = 'Integrări';
$lang['company'] = 'Companie';
$lang['remove'] = 'Elimină';
$lang['login_button'] = 'Buton Autentificare';
$lang['display_login_button_hint'] = 'Defineste dacă butonul de autentificare este afișat pe pagina de rezervare.';
$lang['private'] = 'Privat';
$lang['private_hint'] = 'Înregistrările private nu vor fi afișate sau procesate pe paginile publice, cum ar fi pagina de rezervare.';
$lang['reset'] = 'Resetare';
$lang['all'] = 'Toate';
$lang['booking_link'] = 'Link Rezervare';
$lang['add_new_event'] = 'Adaugă Eveniment Nou';
$lang['what_kind_of_event'] = 'Ce tip de eveniment doriți să adăugați?';
$lang['theme'] = 'Temă';
$lang['limit_customer_access'] = 'Limitează Accesul Clienților';
$lang['limit_customer_access_hint'] = 'Dacă este activat, furnizorii și secretarii vor putea accesa doar clienții cu care au o programare.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Token Secret';
$lang['verify_ssl'] = 'Verifică SSL';
$lang['appointment_save'] = 'Salvează Programarea';
$lang['appointment_delete'] = 'Șterge Programarea';
$lang['unavailability_save'] = 'Salvează Nepotențialitatea';
$lang['unavailability_delete'] = 'Șterge Nepotențialitatea';
$lang['customer_save'] = 'Salvează Clientul';
$lang['customer_delete'] = 'Șterge Clientul';
$lang['service_save'] = 'Salvează Serviciul';
$lang['service_delete'] = 'Șterge Serviciul';
$lang['service_category_save'] = 'Salvează Categoria';
$lang['service_category_delete'] = 'Șterge Categoria';
$lang['provider_save'] = 'Salvează Furnizorul';
$lang['provider_delete'] = 'Șterge Furnizorul';
$lang['secretary_save'] = 'Salvează Secretarul';
$lang['secretary_delete'] = 'Șterge Secretarul';
$lang['admin_save'] = 'Salvează Adminul';
$lang['admin_delete'] = 'Șterge Adminul';
$lang['options'] = 'Opțiuni';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhooks vă permit să trimiteți notificări HTTP către aplicații web externe ca răspuns la diferite evenimente ale aplicației, cum ar fi crearea unei programări sau eliminarea unui client.';
$lang['integrations_info'] = 'Integrările vă permit să faceți conexiuni cu aplicații externe și API-uri.';
$lang['configure'] = 'Configurează';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics vă permite să adăugați automat codul de urmărire și marcajul HTML pe pagina publică și să urmăriți toate sesiunile de rezervare publice.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics vă permite să adăugați automat codul de urmărire și marcajul HTML pe pagina publică și să urmăriți toate sesiunile de rezervare publice.';
$lang['api'] = 'API';
$lang['api_info'] = 'API vă permite să interacționați cu toate datele Easy!Appointments prin protocolul HTTP și punctele de acces API disponibile și să creați propriile integrări.';
$lang['google_analytics_code'] = 'Cod Google Analytics';
$lang['matomo_analytics_url'] = 'URL Matomo Analytics';
$lang['future_booking_limit'] = 'Limită Rezervări Viitoare';
$lang['limit_days'] = 'Limită (Zile)';
$lang['future_booking_limit_hint'] = 'Stabiliți limita de zile pentru care clienții pot face programări prin pagina de rezervare publică.';
$lang['api_token'] = 'Token API';
$lang['allow_rescheduling_cancellation_before'] = 'Permite Reprogramarea/Anularea Înainte de';
$lang['at_least_one_field'] = 'Cel puțin un câmp trebuie să fie afișat pe pagina de rezervare.';
$lang['status'] = 'Stare';
$lang['appointment_status_options'] = 'Opțiuni Stare Programare';
$lang['appointment_status_options_info'] = 'Definiți o listă de opțiuni de stare a programării care pot fi utilizate pe pagina calendarului (prima va deveni automat valoarea implicită).';
$lang['sunday_short'] = 'Dum';
$lang['monday_short'] = 'Lun';
$lang['tuesday_short'] = 'Mar';
$lang['wednesday_short'] = 'Mie';
$lang['thursday_short'] = 'Joi';
$lang['friday_short'] = 'Vin';
$lang['saturday_short'] = 'Sâm';
$lang['january_short'] = 'Ian';
$lang['february_short'] = 'Feb';
$lang['march_short'] = 'Mar';
$lang['april_short'] = 'Apr';
$lang['may_short'] = 'Mai';
$lang['june_short'] = 'Iun';
$lang['july_short'] = 'Iul';
$lang['august_short'] = 'Aug';
$lang['september_short'] = 'Sep';
$lang['october_short'] = 'Oct';
$lang['november_short'] = 'Noi';
$lang['december_short'] = 'Dec';
$lang['am'] = 'am';
$lang['pm'] = 'pm';
$lang['to'] = 'la';
$lang['click_to_toggle'] = 'Click pentru a Comuta';
$lang['week_short'] = 'Săpt';
$lang['scroll_to_increment'] = 'Derulează pentru a Incrementa';
$lang['year'] = 'An';
$lang['make_non_working_day'] = 'Acest furnizor nu va fi disponibil pentru muncă în ziua selectată.';
$lang['no_breaks'] = 'Fără Pauze';
$lang['service_categories'] = 'Categorii de Servicii';
$lang['service_category'] = 'Categorie Serviciu';
$lang['blocked_period_saved'] = 'Perioada blocată a fost salvată cu succes.';
$lang['blocked_period_deleted'] = 'Perioada blocată a fost ștearsă cu succes.';
$lang['delete_blocked_period'] = 'Șterge Perioada Blocată';
$lang['blocked_period'] = 'Perioadă Blocată';
$lang['blocked_periods'] = 'Perioade Blocate';
$lang['blocked_period_save'] = 'Salvează Perioada Blocată';
$lang['blocked_period_delete'] = 'Șterge Perioada Blocată';
$lang['blocked_periods_hint'] = 'Definiți perioadele de timp în care rezervările publice vor fi dezactivate pentru toți furnizorii (de exemplu, date închise, sărbători etc.).';
$lang['custom_field'] = 'Câmp Personalizat';
$lang['custom_fields'] = 'Câmpuri Personalizate';
$lang['label'] = 'Etichetă';
$lang['webhook_saved'] = 'Webhook salvat cu succes.';
$lang['webhook_deleted'] = 'Webhook șters cu succes.';
$lang['delete_webhook'] = 'Șterge Webhook';
$lang['contact_info'] = 'Informații de Contact';
$lang['hide_from_public'] = 'Ascunde de la Public';
$lang['matomo_analytics_site_id'] = 'ID Site Matomo Analytics';
$lang['matomo_analytics_site_id_hint'] = 'Stabiliți ID-ul site-ului care va fi urmărit de Matomo (site-ul implicit are ID-ul "1").';
$lang['default_timezone'] = 'Fus Orar Implicit';
$lang['default_timezone_hint'] = 'Stabiliți valoarea fusului orar implicit care va fi utilizată pentru noile înregistrări.';
$lang['default_language'] = 'Limba Implicită';
$lang['default_language_hint'] = 'Stabiliți valoarea limbii implicite care va fi utilizată pentru noile înregistrări.';
$lang['sync_method_prompt'] = 'Ce metodă de sincronizare doriți să folosiți?';
$lang['caldav_server'] = 'Server CalDAV';
$lang['caldav_connection_info_prompt'] = 'Vă rugăm să introduceți informațiile de conectare la calendarul CalDAV țintă.';
$lang['connect'] = 'Conectare';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'Această integrare vă permite să vă conectați la un server LDAP existent și să importați automat utilizatorii în Easy!Appointments, permițându-le să se autentifice cu parola din director (numele de utilizator trebuie să se potrivească).';
$lang['host'] = 'Gazdă';
$lang['port'] = 'Port';
$lang['user_dn'] = 'DN Utilizator';
$lang['base_dn'] = 'Base DN';
$lang['keyword'] = 'Cuvânt cheie';
$lang['ldap_search_hint'] = 'Furnizați un cuvânt cheie pentru a căuta în directorul LDAP utilizatorii care se potrivesc cu criteriile de filtrare.';
$lang['ldap_extension_not_loaded'] = 'Extensia LDAP pentru PHP nu este încărcată, dar este necesară pentru ca această integrare să funcționeze.';
$lang['field_mapping'] = 'Mapare Câmpuri';
$lang['content'] = 'Conținut';
$lang['active'] = 'Activ';
$lang['user_imported'] = 'Înregistrarea utilizatorului a fost importată cu succes.';
$lang['import'] = 'Import';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = 'Rol';
$lang['at_least_one_field_required'] = 'Cel puțin un câmp trebuie să fie marcat ca obligatoriu pe pagina de rezervare.';
$lang['customer_is_already_booked'] = 'Acest client are deja o programare în perioada solicitată pentru rezervare.';
$lang['fields'] = 'Câmpuri';
$lang['invalid_credentials_provided'] = 'Credențiale invalide furnizate, vă rugăm să încercați din nou.';
$lang['calendar_url'] = 'URL Calendar';
$lang['please_select'] = 'Vă Rugăm să Selectați';
$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.';