This commit is contained in:
84
application/language/slovenian/calendar_lang.php
Normal file
84
application/language/slovenian/calendar_lang.php
Normal 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';
|
||||
94
application/language/slovenian/date_lang.php
Normal file
94
application/language/slovenian/date_lang.php
Normal 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';
|
||||
63
application/language/slovenian/db_lang.php
Normal file
63
application/language/slovenian/db_lang.php
Normal 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';
|
||||
58
application/language/slovenian/email_lang.php
Normal file
58
application/language/slovenian/email_lang.php
Normal 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';
|
||||
69
application/language/slovenian/form_validation_lang.php
Normal file
69
application/language/slovenian/form_validation_lang.php
Normal 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}.';
|
||||
51
application/language/slovenian/ftp_lang.php
Normal file
51
application/language/slovenian/ftp_lang.php
Normal 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.';
|
||||
57
application/language/slovenian/imglib_lang.php
Normal file
57
application/language/slovenian/imglib_lang.php
Normal 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.';
|
||||
10
application/language/slovenian/index.html
Normal file
10
application/language/slovenian/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
44
application/language/slovenian/number_lang.php
Normal file
44
application/language/slovenian/number_lang.php
Normal 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';
|
||||
43
application/language/slovenian/pagination_lang.php
Normal file
43
application/language/slovenian/pagination_lang.php
Normal 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'] = '‹ First';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Last ›';
|
||||
60
application/language/slovenian/profiler_lang.php
Normal file
60
application/language/slovenian/profiler_lang.php
Normal 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';
|
||||
487
application/language/slovenian/translations_lang.php
Normal file
487
application/language/slovenian/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Bosnian
|
||||
$lang['page_title'] = 'Rezerviraj termin z';
|
||||
$lang['service_and_provider'] = 'Storitev in ponudnik';
|
||||
$lang['select_service'] = 'Izberi storitev';
|
||||
$lang['select_provider'] = 'Izberite ponudnika';
|
||||
$lang['duration'] = 'Trajanje';
|
||||
$lang['minutes'] = 'Minute';
|
||||
$lang['price'] = 'Cena';
|
||||
$lang['back'] = 'Nazaj';
|
||||
$lang['appointment_date_and_time'] = 'Datum in ura sestanka';
|
||||
$lang['no_available_hours'] = 'Za izbrani datum ni prostih ur za sestanke. Prosimo izberite drug datum.';
|
||||
$lang['appointment_hour_missing'] = 'Prosimo, izberite uro sestanka, preden nadaljujete.';
|
||||
$lang['customer_information'] = 'Podatki o stranki';
|
||||
$lang['first_name'] = 'Ime';
|
||||
$lang['last_name'] = 'Priimek';
|
||||
$lang['email'] = 'E-pošta';
|
||||
$lang['phone_number'] = 'Telefonska številka';
|
||||
$lang['phone'] = 'Telefon';
|
||||
$lang['address'] = 'Naslov';
|
||||
$lang['city'] = 'Mesto';
|
||||
$lang['zip_code'] = 'Poštna številka';
|
||||
$lang['notes'] = 'Opombe';
|
||||
$lang['language'] = 'Jezik';
|
||||
$lang['no_language'] = 'Ni jezika';
|
||||
$lang['fields_are_required'] = 'Polja z * so obvezna.';
|
||||
$lang['appointment_confirmation'] = 'Potrditev termina';
|
||||
$lang['confirm'] = 'Potrdi';
|
||||
$lang['update'] = 'Posodobi';
|
||||
$lang['cancel_appointment_hint'] = 'Pritisnite gumb "Prekliči", da odstranite sestanek iz urnika podjetja.';
|
||||
$lang['cancel'] = 'Prekliči';
|
||||
$lang['appointment_registered'] = 'Vaš termin je bil uspešno registriran!';
|
||||
$lang['cancel_appointment_title'] = 'Prekliči sestanek';
|
||||
$lang['appointment_cancelled'] = 'Vaš termin je bil uspešno preklican.';
|
||||
$lang['appointment_cancelled_title'] = 'Sestanek odpovedan';
|
||||
$lang['reason'] = 'Razlog';
|
||||
$lang['appointment_removed_from_schedule'] = 'Naslednji sestanek je bil odstranjen iz urnika podjetja . ';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'E-poštno sporočilo s podrobnostmi o sestanku vam je bilo poslano.';
|
||||
$lang['add_to_google_calendar'] = 'Dodaj v Google Koledar';
|
||||
$lang['appointment_booked'] = 'Vaš termin je bil uspešno rezerviran';
|
||||
$lang['thank_you_for_appointment'] = 'Hvala, ker ste se dogovorili za sestanek z nami. Spodaj si lahko ogledate podrobnosti termina. Izvedite spremembe s klikom na povezavo za termin.';
|
||||
$lang['appointment_details_title'] = 'Podrobnosti o terminu';
|
||||
$lang['customer_details_title'] = 'Podrobnosti o stranki';
|
||||
$lang['service'] = 'Storitev';
|
||||
$lang['provider'] = 'Ponudnik';
|
||||
$lang['customer'] = 'Stranka';
|
||||
$lang['start'] = 'Začetek';
|
||||
$lang['end'] = 'Konec';
|
||||
$lang['name'] = 'Ime';
|
||||
$lang['appointment_link_title'] = 'Povezava do termina';
|
||||
$lang['success'] = 'Uspeh';
|
||||
$lang['appointment_added_to_your_plan'] = 'V vaš načrt je bil dodan nov termin.';
|
||||
$lang['appointment_link_description'] = 'Spremenite lahko s klikom na spodnjo povezavo za sestanek.';
|
||||
$lang['appointment_locked'] = 'Spreminjanje ni mogoče!';
|
||||
$lang['appointment_locked_message'] = 'Sestanka ni mogoče spremeniti manj kot {$limit} ur vnaprej.';
|
||||
$lang['appointment_not_found'] = 'Sestanka ni bilo mogoče najti';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Sestanek, ki ste ga zahtevali, ne obstaja več v sistemski bazi podatkov.';
|
||||
$lang['display_calendar'] = 'Prikaži koledar';
|
||||
$lang['calendar'] = 'Koledar';
|
||||
$lang['users'] = 'Uporabniki';
|
||||
$lang['settings'] = 'Nastavitve';
|
||||
$lang['log_out'] = 'Odjava';
|
||||
$lang['synchronize'] = 'Sinhroniziraj';
|
||||
$lang['enable_sync'] = 'Omogoči sinhronizacijo';
|
||||
$lang['disable_sync'] = 'Onemogoči sinhronizacijo';
|
||||
$lang['disable_sync_prompt'] = 'Ali ste prepričani, da želite onemogočiti sinhronizacijo koledarja?';
|
||||
$lang['reload'] = 'Ponovno naloži';
|
||||
$lang['appointment'] = 'Sestanek';
|
||||
$lang['unavailability'] = 'Nerazpoložljivost';
|
||||
$lang['week'] = 'Teden';
|
||||
$lang['month'] = 'Mesec';
|
||||
$lang['today'] = 'Danes';
|
||||
$lang['not_working'] = 'Ne deluje';
|
||||
$lang['break'] = 'Prekinitev';
|
||||
$lang['add'] = 'Dodaj';
|
||||
$lang['edit'] = 'Uredi';
|
||||
$lang['hello'] = 'Pozdravljeni';
|
||||
$lang['all_day'] = 'Ves dan';
|
||||
$lang['manage_appointment_record_hint'] = 'Upravljaj vse zapise o sestankih razpoložljivih ponudnikov in storitev.';
|
||||
$lang['select_filter_item_hint'] = 'Izberite ponudnika ali storitev in si oglejte termine na koledarju.';
|
||||
$lang['enable_appointment_sync_hint'] = 'Omogoči sinhronizacijo sestankov z zunanjim koledarjem.';
|
||||
$lang['manage_customers_hint'] = 'Upravljajte registrirane stranke in si oglejte zgodovino njihovih rezervacij.';
|
||||
$lang['manage_services_hint'] = 'Upravljanje razpoložljivih storitev in kategorij sistema.';
|
||||
$lang['manage_users_hint'] = 'Upravljanje zalednih uporabnikov (skrbniki, ponudniki, tajniki).';
|
||||
$lang['settings_hint'] = 'Nastavi sistemske in uporabniške nastavitve.';
|
||||
$lang['log_out_hint'] = 'Odjava iz sistema.';
|
||||
$lang['unavailability_periods_hint'] = 'Med obdobji nedosegljivosti ponudnik ne sprejema novih terminov.';
|
||||
$lang['new_appointment_hint'] = 'Ustvarite nov termin in ga shranite v bazo podatkov.';
|
||||
$lang['reload_appointments_hint'] = 'Ponovno naloži sestanke v koledarju.';
|
||||
$lang['trigger_sync_hint'] = 'Sproži postopek sinhronizacije koledarja.';
|
||||
$lang['appointment_updated'] = 'Sestanek je bil uspešno posodobljen.';
|
||||
$lang['undo'] = 'Razveljavi';
|
||||
$lang['appointment_details_changed'] = 'Podrobnosti o terminu so spremenjene';
|
||||
$lang['appointment_changes_saved'] = 'Spremembe termina so bile uspešno shranjene.';
|
||||
$lang['save'] = 'Shrani';
|
||||
$lang['new'] = 'Novo';
|
||||
$lang['select'] = 'Izberi';
|
||||
$lang['hide'] = 'Skrij';
|
||||
$lang['type_to_filter_customers'] = 'Vnesite za filtriranje strank.';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'Počistite polja in vnesite novo stranko.';
|
||||
$lang['pick_existing_customer_hint'] = 'Izberi obstoječo stranko.';
|
||||
$lang['new_appointment_title'] = 'Nov termin';
|
||||
$lang['edit_appointment_title'] = 'Uredi termin';
|
||||
$lang['delete_appointment_title'] = 'Izbriši sestanek';
|
||||
$lang['write_appointment_removal_reason'] = 'Prosimo, vzemite si minuto in napišite razlog, zakaj brišete sestanek:';
|
||||
$lang['appointment_saved'] = 'Sestanek je uspešno shranjen.';
|
||||
$lang['new_unavailability_title'] = 'Nova nedostopnost';
|
||||
$lang['edit_unavailability_title'] = 'Uredi nerazpoložljivost';
|
||||
$lang['unavailability_saved'] = 'Nerazpoložljivost je bila uspešno shranjena.';
|
||||
$lang['start_date_before_end_error'] = 'Vrednost začetnega datuma je poznejša od končnega datuma.';
|
||||
$lang['invalid_duration'] = 'Neveljavno trajanje.';
|
||||
$lang['invalid_email'] = 'Neveljaven e-poštni naslov.';
|
||||
$lang['customers'] = 'Stranke';
|
||||
$lang['details'] = 'Podrobnosti';
|
||||
$lang['no_records_found'] = 'Ni najdenih zapisov ...';
|
||||
$lang['services'] = 'Storitve';
|
||||
$lang['duration_minutes'] = 'Trajanje (minute)';
|
||||
$lang['currency'] = 'Valuta';
|
||||
$lang['category'] = 'Kategorija';
|
||||
$lang['no_category'] = 'Brez kategorije';
|
||||
$lang['description'] = 'Opis';
|
||||
$lang['categories'] = 'Kategorije';
|
||||
$lang['admins'] = 'Skrbniki';
|
||||
$lang['providers'] = 'Ponudniki';
|
||||
$lang['secretaries'] = 'Tajnice';
|
||||
$lang['mobile_number'] = 'Mobilna številka';
|
||||
$lang['mobile'] = 'Mobilni';
|
||||
$lang['state'] = 'Stanje';
|
||||
$lang['username'] = 'Uporabniško ime';
|
||||
$lang['password'] = 'Geslo';
|
||||
$lang['retype_password'] = 'Znova vnesite geslo';
|
||||
$lang['receive_notifications'] = 'Prejemanje obvestil';
|
||||
$lang['passwords_mismatch'] = 'Gesla se ne ujemajo.';
|
||||
$lang['admin_saved'] = 'Skrbnik je uspešno shranjen.';
|
||||
$lang['provider_saved'] = 'Ponudnik je uspešno shranjen.';
|
||||
$lang['secretary_saved'] = 'Tajnik je uspešno shranjen.';
|
||||
$lang['admin_deleted'] = 'Skrbnik uspešno izbrisan.';
|
||||
$lang['provider_deleted'] = 'Ponudnik je bil uspešno izbrisan.';
|
||||
$lang['secretary_deleted'] = 'Tajnik je bil uspešno izbrisan.';
|
||||
$lang['service_saved'] = 'Storitev je uspešno shranjena.';
|
||||
$lang['service_category_saved'] = 'Kategorija storitve je uspešno shranjena.';
|
||||
$lang['service_deleted'] = 'Storitev je bila uspešno izbrisana.';
|
||||
$lang['service_category_deleted'] = 'Kategorija storitve je bila uspešno izbrisana.';
|
||||
$lang['customer_saved'] = 'Stranka je uspešno shranjena.';
|
||||
$lang['customer_deleted'] = 'Stranka je bila uspešno izbrisana.';
|
||||
$lang['current_view'] = 'Trenutni pogled';
|
||||
$lang['working_plan'] = 'Delovni načrt';
|
||||
$lang['reset_plan'] = 'Ponastavi načrt';
|
||||
$lang['monday'] = 'ponedeljek';
|
||||
$lang['tuesday'] = 'torek';
|
||||
$lang['wednesday'] = 'sreda';
|
||||
$lang['thursday'] = 'četrtek';
|
||||
$lang['friday'] = 'petek';
|
||||
$lang['saturday'] = 'sobota';
|
||||
$lang['sunday'] = 'nedelja';
|
||||
$lang['breaks'] = 'Prekini';
|
||||
$lang['add_breaks_during_each_day'] = 'Dodaj delovne odmore med vsakim dnem. Med odmori izvajalec ne sprejema terminov.';
|
||||
$lang[ 'day' ] = 'Dan' ;
|
||||
$lang[ 'days' ] = 'Dnevi' ;
|
||||
$lang[ 'actions' ] = 'Dejanja' ;
|
||||
$lang[ 'reset_working_plan_hint' ] = 'Ponastavi delovni načrt nazaj na privzete vrednosti . ' ;
|
||||
$lang[ 'company_name' ] = 'Ime podjetja' ;
|
||||
$lang[ 'company_name_hint' ] = 'Ime podjetja bo prikazano povsod v sistemu(obvezno) . ' ;
|
||||
$lang[ 'company_email' ] = 'E - pošta podjetja' ;
|
||||
$lang[ 'company_email_hint' ] = 'To bo e - poštni naslov podjetja . Uporabljen bo kot pošiljatelj in naslov za odgovor sistemske e - pošte(obvezno) . ' ;
|
||||
$lang[ 'company_link' ] = 'Povezava do podjetja' ;
|
||||
$lang[ 'company_link_hint' ] = 'Povezava podjetja mora kazati na uradno spletno stran podjetja(obvezno) . ' ;
|
||||
$lang[ 'go_to_booking_page' ] = 'Pojdi na stran za rezervacije' ;
|
||||
$lang[ 'settings_saved' ] = 'Nastavitve so uspešno shranjene . ' ;
|
||||
$lang[ 'general' ] = 'Splošno' ;
|
||||
$lang[ 'booking' ] = 'Rezervacija' ;
|
||||
$lang[ 'visible' ] = 'Viden' ;
|
||||
$lang[ 'hidden' ] = 'Skrito' ;
|
||||
$lang[ 'business_logic' ] = 'Poslovna logika' ;
|
||||
$lang[ 'current_user' ] = 'Trenutni uporabnik' ;
|
||||
$lang[ 'about_app' ] = 'O Easy! Appointments' ;
|
||||
$lang[ 'edit_working_plan_hint' ] = 'Spodaj označite dneve in ure, ko bo vaše podjetje sprejelo sestanke . Termine v izven delovnem času boste lahko prilagajali, v prostem času pa stranke ne bodo mogle same rezervirati terminov . Ta delovni načrt bo privzet za vsak nov zapis ponudnika, vendar boste lahko spreminjali načrt vsakega ponudnika posebej z urejanjem njegovega zapisa . Po tem lahko dodate obdobja odmora . ' ;
|
||||
$lang[ 'edit_breaks_hint' ] = 'Dodaj delovne odmore za vsak dan . Te prekinitve bodo veljale za vse nove ponudnike . ';
|
||||
$lang['book_advance_timeout'] = 'Časovna omejitev pred knjigo vnaprej';
|
||||
$lang['book_advance_timeout_hint'] = 'Določite časovno omejitev (v minutah), preden lahko stranke rezervirajo ali se ponovno dogovorijo za sestanke s podjetjem.';
|
||||
$lang['timeout_minutes'] = 'Časovna omejitev (minute)';
|
||||
$lang['about_app_info'] = 'Easy!Appointments je zelo prilagodljiva spletna aplikacija, ki vašim strankam omogoča, da rezervirajo sestanke pri vas prek spleta. Poleg tega ponuja možnost sinhronizacije vaših podatkov z Google Koledarjem, tako da jih lahko uporabljate z drugimi storitvami.';
|
||||
$lang['current_version'] = 'Trenutna različica';
|
||||
$lang['support'] = 'Podpora';
|
||||
$lang['about_app_support'] = 'Če naletite na težave pri uporabi Easy!Appointments, lahko poiščete odgovore v uradni Googlovi skupini. Morda boste morali ustvariti tudi novo številko na strani Google Code, da bi pomagali pri napredovanju razvoja.';
|
||||
$lang['official_website'] = 'Uradna spletna stran';
|
||||
$lang['google_plus_community'] = 'Skupnost Google+';
|
||||
$lang['support_group'] = 'Skupina za podporo';
|
||||
$lang['project_issues'] = 'Projektne težave';
|
||||
$lang['license'] = 'Licenca';
|
||||
$lang['about_app_license'] = 'Easy!Appointments je licenciran pod licenco GPLv3. Z uporabo kode Easy!Appointments na kakršen koli način soglašate s pogoji, opisanimi na naslednjem url-ju:';
|
||||
$lang['logout_success'] = 'Uspešno ste bili odjavljeni! Za navigacijo na drugo stran kliknite enega od naslednjih gumbov.';
|
||||
$lang['book_appointment_title'] = 'Rezerviraj termin';
|
||||
$lang['backend_section'] = 'Zaledni razdelek';
|
||||
$lang['you_need_to_login'] = 'Dobrodošli! Za ogled zalednih strani se boste morali prijaviti.';
|
||||
$lang['enter_username_here'] = 'Sem vnesite svoje uporabniško ime ...';
|
||||
$lang['enter_password_here'] = 'Tukaj vnesite svoje geslo ...';
|
||||
$lang['login'] = 'Prijava';
|
||||
$lang['forgot_your_password'] = 'Ste pozabili geslo?';
|
||||
$lang['login_failed'] = 'Prijava ni uspela, vnesite pravilne poverilnice in poskusite znova.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'Vnesite vaše uporabniško ime in vaš e-poštni naslov, da dobite novo geslo.';
|
||||
$lang['enter_email_here'] = 'Tukaj vnesite svoj e-poštni naslov ...';
|
||||
$lang['regenerate_password'] = 'Ponovno ustvari geslo';
|
||||
$lang['go_to_login'] = 'Nazaj na prijavno stran';
|
||||
$lang['new_password_sent_with_email'] = 'Vaše novo geslo vam je bilo poslano z e-pošto.';
|
||||
$lang['new_account_password'] = 'Novo geslo za račun';
|
||||
$lang['new_password_is'] = 'Vaše novo geslo za račun je $password. Prosimo, shranite to e-pošto, da boste lahko po potrebi pridobili svoje geslo. To geslo lahko tudi spremenite z novim na strani z nastavitvami.';
|
||||
$lang['delete_record_prompt'] = 'Ali ste prepričani, da želite izbrisati ta zapis? Tega dejanja ni mogoče razveljaviti.';
|
||||
$lang['delete_admin'] = 'Izbriši skrbnika';
|
||||
$lang['delete_customer'] = 'Izbriši stranko';
|
||||
$lang['delete_service'] = 'Izbriši storitev';
|
||||
$lang['delete_service_category'] = 'Izbriši kategorijo storitve';
|
||||
$lang['delete_provider'] = 'Izbriši ponudnika';
|
||||
$lang['delete_secretary'] = 'Izbriši tajnika';
|
||||
$lang['delete_appointment'] = 'Izbriši sestanek';
|
||||
$lang['delete_unavailability'] = 'Izbriši nedostopnost';
|
||||
$lang['delete'] = 'Izbriši';
|
||||
$lang['unexpected_issues'] = 'Nepričakovane težave';
|
||||
$lang['unexpected_issues_message'] = 'Operacije ni bilo mogoče dokončati zaradi nepričakovanih težav.';
|
||||
$lang['close'] = 'Zapri';
|
||||
$lang['page_not_found'] = 'Strani ni bilo mogoče najti';
|
||||
$lang['page_not_found_message'] = 'Stran, ki ste jo zahtevali, žal ne obstaja. Preverite URL svojega brskalnika ali se pomaknite na drugo lokacijo s spodnjimi gumbi.';
|
||||
$lang['error'] = 'Napaka';
|
||||
$lang['no_privileges'] = 'Brez privilegijev';
|
||||
$lang['no_privileges_message'] = 'Nimate potrebnih privilegijev za ogled te strani. Pomaknite se do drugega razdelka.';
|
||||
$lang['backend_calendar'] = 'Zaledni koledar';
|
||||
$lang['start_date_time'] = 'Začetni datum/čas';
|
||||
$lang['end_date_time'] = 'Končni datum/čas';
|
||||
$lang['licensed_under'] = 'Licencirano pod';
|
||||
$lang['unexpected_issues_occurred'] = 'Prišlo je do nepričakovanih težav.';
|
||||
$lang['service_communication_error'] = 'Prišlo je do napake v komunikaciji strežnika, poskusite znova.';
|
||||
$lang['no_privileges_edit_appointments'] = 'Nimate potrebnih pravic za urejanje sestankov.';
|
||||
$lang['unavailability_updated'] = 'Nerazpoložljivost je bila uspešno posodobljena.';
|
||||
$lang['appointments'] = 'Sestanki';
|
||||
$lang['unexpected_warnings'] = 'Nepričakovana opozorila';
|
||||
$lang['unexpected_warnings_message'] = 'Operacija je bila končana, vendar se je pojavilo nekaj opozoril.';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['clear'] = 'Počisti';
|
||||
$lang['uncategorized'] = 'Nekategorizirano';
|
||||
$lang['username_already_exists'] = 'Uporabniško ime že obstaja.';
|
||||
$lang['password_length_notice'] = 'Geslo mora vsebovati najmanj $number znakov.';
|
||||
$lang['general_settings'] = 'Splošne nastavitve';
|
||||
$lang['personal_information'] = 'Osebni podatki';
|
||||
$lang['system_login'] = 'Prijava v sistem';
|
||||
$lang['user_settings_are_invalid'] = 'Uporabniške nastavitve so neveljavne! Preverite svoje nastavitve in poskusite znova.';
|
||||
$lang['add_break'] = 'Dodaj prelom';
|
||||
$lang['january'] = 'Januar';
|
||||
$lang['february'] = 'februar';
|
||||
$lang['march'] = 'marec';
|
||||
$lang['april'] = 'april';
|
||||
$lang['may'] = 'Maj';
|
||||
$lang['junij'] = 'junij';
|
||||
$lang['july'] = 'julij';
|
||||
$lang['avgust'] = 'avgust';
|
||||
$lang['september'] = 'september';
|
||||
$lang['october'] = 'oktober';
|
||||
$lang['november'] = 'november';
|
||||
$lang['december'] = 'december';
|
||||
$lang['previous'] = 'Prejšnji';
|
||||
$lang['next'] = 'Naprej';
|
||||
$lang['now'] = 'Zdaj';
|
||||
$lang['select_time'] = 'Izberi čas';
|
||||
$lang['time'] = 'Čas';
|
||||
$lang['hour'] = 'Ura';
|
||||
$lang['minute'] = 'Minuta';
|
||||
$lang['calendar_sync_completed'] = 'Sinhronizacija koledarja je bila uspešno zaključena.';
|
||||
$lang['calendar_sync_failed'] = 'Sinhronizacija koledarja ni uspela: povezave s strežnikom ni bilo mogoče vzpostaviti.';
|
||||
$lang['select_sync_calendar'] = 'Izberi koledar';
|
||||
$lang['select_sync_calendar_prompt'] = 'Izberite koledar, s katerim želite sinhronizirati svoje sestanke.';
|
||||
$lang['sync_calendar_selected'] = 'Koledar za sinhronizacijo je bil uspešno izbran.';
|
||||
$lang['oops_something_went_wrong'] = 'Ojoj! Nekaj je šlo narobe.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments je bil uspešno posodobljen.';
|
||||
$lang['require_captcha'] = 'Zahtevaj CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'Ko je omogočeno, bodo morale stranke pred rezervacijo/posodabljanjem termina vnesti naključno ustvarjen niz CAPTCHA.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA preverjanje ni uspelo, poskusite znova.';
|
||||
$lang['any_provider'] = 'Kateri koli ponudnik';
|
||||
$lang['requested_hour_is_unavailable'] = 'Zahtevani termin žal ni na voljo. Prosimo izberite drugo uro za vaš termin.';
|
||||
$lang['customer_notifications'] = 'Obvestila strank';
|
||||
$lang['customer_notifications_hint'] = 'Določi, ali bo stranka prejela e-poštna obvestila vsakič, ko pride do spremembe urnika enega od njegovih terminov.';
|
||||
$lang['date_format'] = 'Oblika datuma';
|
||||
$lang['date_format_hint'] = 'Spremeni obliko prikaza datuma (D - datum, M - mesec, Y - leto).';
|
||||
$lang['time_format'] = 'Časovna oblika';
|
||||
$lang['time_format_hint'] = 'Spremeni obliko prikaza časa (H - ure, M - minute).';
|
||||
$lang['first_weekday'] = 'Prvi dan v tednu';
|
||||
$lang['first_weekday_hint'] = 'Nastavi prvi dan koledarskega tedna.';
|
||||
$lang['google_analytics_code_hint'] = 'Dodajte kodo Google Analytics, da omogočite sledenje Google Analytics na straneh za rezervacije.';
|
||||
$lang['availabilities_type'] = 'Vrsta razpoložljivosti';
|
||||
$lang['flexible'] = 'Prilagodljiv';
|
||||
$lang['fixed'] = 'Fiksno';
|
||||
$lang['attendants_number'] = 'Številka spremljevalcev';
|
||||
$lang['reset_working_plan'] = 'Ponastavi delovni načrt nazaj na privzete vrednosti.';
|
||||
$lang['legal_contents'] = 'Pravna vsebina';
|
||||
$lang['cookie_notice'] = 'Obvestilo o piškotkih';
|
||||
$lang['display_cookie_notice'] = 'Prikaži obvestilo o piškotkih';
|
||||
$lang['cookie_notice_content'] = 'Vsebina obvestila o piškotkih';
|
||||
$lang['terms_and_conditions'] = 'Določila in pogoji';
|
||||
$lang['display_terms_and_conditions'] = 'Prikaži določila in pogoje';
|
||||
$lang['terms_and_conditions_content'] = 'Vsebina določil in pogojev';
|
||||
$lang['privacy_policy'] = 'Politika zasebnosti';
|
||||
$lang['display_privacy_policy'] = 'Prikaži pravilnik o zasebnosti';
|
||||
$lang['privacy_policy_content'] = 'Vsebina pravilnika o zasebnosti';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'To spletno mesto uporablja piškotke, da vam zagotovi najboljšo izkušnjo na našem spletnem mestu.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'Prebral sem {$link}pogoje in določila{/$link} in se strinjam z njimi.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'Prebral sem in se strinjam s {$link}pravilnikom o zasebnosti{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Odstrani vse svoje sestanke in osebne podatke iz sistema.';
|
||||
$lang['delete_personal_information'] = 'Izbriši osebne podatke';
|
||||
$lang['delete_personal_information_prompt'] = 'Ali ste prepričani, da želite izbrisati svoje osebne podatke? Tega dejanja ni mogoče razveljaviti.';
|
||||
$lang['location'] = 'Lokacija';
|
||||
$lang['working_plan_exception'] = 'Izjema delovnega načrta';
|
||||
$lang['working_plan_exceptions'] = 'Izjeme delovnega načrta';
|
||||
$lang['working_plan_exceptions_hint'] = 'Dodaj dan izjeme delovnega načrta, zunaj delovnega načrta.';
|
||||
$lang['new_working_plan_exception_title'] = 'Nova izjema delovnega načrta';
|
||||
$lang['working_plan_exception_saved'] = 'Izjema delovnega načrta je uspešno shranjena.';
|
||||
$lang['working_plan_exception_deleted'] = 'Izjema delovnega načrta je bila uspešno izbrisana.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Dodaj izjeme delovnega načrta zunaj delovnega načrta.';
|
||||
$lang['add_working_plan_exception'] = 'Dodaj izjemo delovnega načrta';
|
||||
$lang['require_phone_number'] = 'Zahtevaj telefonsko številko';
|
||||
$lang['require_phone_number_hint'] = 'Ko je omogočeno, bodo stranke in uporabniki morali vnesti telefonsko številko stranke pri rezervaciji termina';
|
||||
$lang['check_spam_folder'] = 'Prosimo, preverite mapo z vsiljeno pošto, če e-pošta ne prispe v nekaj minutah.';
|
||||
$lang['api_token_hint'] = 'Nastavite skrivni žeton, da omogočite avtentikacijo Easy!Appointments API na podlagi žetonov.';
|
||||
$lang['timezone'] = 'Časovni pas';
|
||||
$lang['overwrite_existing_working_plans'] = 'To bo prepisalo obstoječe delovne načrte ponudnika. Ali ste prepričani, da želite nadaljevati?';
|
||||
$lang['working_plans_got_updated'] = 'Vsi delovni načrti so bili posodobljeni.';
|
||||
$lang['apply_to_all_providers'] = 'Uporabi za vse ponudnike';
|
||||
$lang['display_any_provider'] = 'Prikaži katero koli možnost ponudnika';
|
||||
$lang['display_any_provider_hint'] = 'Stran za rezervacije bo dobila dodatno možnost, ki strankam omogoča rezervacijo brez navedbe ponudnika.';
|
||||
$lang['load_more'] = 'Naloži več';
|
||||
$lang['list'] = 'Seznam';
|
||||
$lang['default'] = 'Privzeto';
|
||||
$lang['table'] = 'Tabela';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['about'] = 'O';
|
||||
$lang['booking_settings'] = 'Nastavitve rezervacije';
|
||||
$lang['display'] = 'Prikaz';
|
||||
$lang['require'] = 'Zahtevaj';
|
||||
$lang['color'] = 'Barva';
|
||||
$lang['matomo_analytics_url_hint'] = 'Dodajte URL svoji lastni namestitvi Matomo, da omogočite sledenje Matomo na straneh za rezervacije.';
|
||||
$lang['invalid_phone'] = 'Neveljavna telefonska številka.';
|
||||
$lang['legal'] = 'Pravno';
|
||||
$lang['business'] = 'Posel';
|
||||
$lang['account'] = 'Račun';
|
||||
$lang['disable_booking'] = 'Onemogoči rezervacijo';
|
||||
$lang['disable_booking_hint'] = 'Stran za rezervacije bo onemogočena, dokler je ta nastavitev aktivna in stranke ne bodo mogle registrirati novih terminov.';
|
||||
$lang['display_message'] = 'Prikaži sporočilo';
|
||||
$lang['booking_is_disabled'] = 'Rezervacija je onemogočena!';
|
||||
$lang['appearance'] = 'Videz';
|
||||
$lang['company_logo'] = 'Logotip podjetja';
|
||||
$lang['company_logo_hint'] = 'Logotip podjetja bo prikazan na mnogih mestih v aplikaciji, vključno s stranjo za rezervacije in e-poštnimi obvestili (slikovna datoteka, največ 2 MB).';
|
||||
$lang['company_color'] = 'Barva podjetja';
|
||||
$lang['company_color_hint'] = 'Barva podjetja bo uporabljena v celotni aplikaciji, tako da aplikacija uporablja vašo blagovno znamko.';
|
||||
$lang['localization'] = 'Lokalizacija';
|
||||
$lang['integrations'] = 'Integracije';
|
||||
$lang['company'] = 'Podjetje';
|
||||
$lang['remove'] = 'Odstrani';
|
||||
$lang['login_button'] = 'Gumb za prijavo';
|
||||
$lang['display_login_button_hint'] = 'Določi, ali je gumb za prijavo prikazan na strani za rezervacije.';
|
||||
$lang['private'] = 'Zasebno';
|
||||
$lang['private_hint'] = 'Zasebni zapisi ne bodo prikazani ali obdelani na javnih straneh, kot je stran za rezervacije.';
|
||||
$lang['reset'] = 'Ponastavi';
|
||||
$lang['all'] = 'Vse';
|
||||
$lang['booking_link'] = 'Povezava za rezervacijo';
|
||||
$lang['add_new_event'] = 'Dodaj nov dogodek';
|
||||
$lang['what_kind_of_event'] = 'Kakšno vrsto dogodka želite dodati?';
|
||||
$lang['theme'] = 'Tema';
|
||||
$lang['limit_customer_access'] = 'Omeji dostop strank';
|
||||
$lang['limit_customer_access_hint'] = 'Če je omogočeno, bodo ponudniki in tajniki lahko dostopali le do strank, s katerimi so dogovorjeni za sestanek.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'Skrivni žeton';
|
||||
$lang['verify_ssl'] = 'Preveri SSL';
|
||||
$lang['appointment_save'] = 'Shranjevanje termina';
|
||||
$lang['appointment_delete'] = 'Brisanje termina';
|
||||
$lang['unavailability_save'] = 'Shrani zaradi nerazpoložljivosti';
|
||||
$lang['unavailability_delete'] = 'Brisanje nerazpoložljivosti';
|
||||
$lang['customer_save'] = 'Shrani stranko';
|
||||
$lang['customer_delete'] = 'Izbris stranke';
|
||||
$lang['service_save'] = 'Shranjevanje storitve';
|
||||
$lang['service_delete'] = 'Brisanje storitve';
|
||||
$lang['service_category_save'] = 'Shrani kategorijo storitve';
|
||||
$lang['service_category_delete'] = 'Brisanje kategorije storitve';
|
||||
$lang['provider_save'] = 'Shranjevanje ponudnika';
|
||||
$lang['provider_delete'] = 'Izbris ponudnika';
|
||||
$lang['secretary_save'] = 'Tajniško shranjevanje';
|
||||
$lang['secretary_delete'] = 'Izbriši tajnika';
|
||||
$lang['admin_save'] = 'Skrbniško shranjevanje';
|
||||
$lang['admin_delete'] = 'Skrbniško brisanje';
|
||||
$lang['options'] = 'Možnosti';
|
||||
$lang['webhooks'] = 'Spletne trnke';
|
||||
$lang['webhooks_info'] = 'Webhooks vam omogočajo pošiljanje obvestil HTTP zunanjim spletnim aplikacijam kot odgovor na različne dogodke aplikacije, kot je ustvarjanje sestanka ali odstranitev stranke.';
|
||||
$lang['integrations_info'] = 'Integracije vam omogočajo vzpostavljanje povezav tretjih oseb z zunanjimi aplikacijami in API-ji.';
|
||||
$lang['configure'] = 'Konfiguriraj';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'Google Analytics vam omogoča samodejno dodajanje kode za sledenje in oznake HTML na javno stran ter sledenje vsem javnim rezervacijskim sejam.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'Matomo Analytics vam omogoča samodejno dodajanje kode za sledenje in oznake HTML na javno stran ter sledenje vsem javnim rezervacijskim sejam.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'API vam omogoča interakcijo z vsemi podatki Easy!Appointments prek protokola HTTP in razpoložljivih končnih točk API ter ustvarjanje lastnih integracij.';
|
||||
$lang['google_analytics_code'] = 'Koda Google Analytics';
|
||||
$lang['matomo_analytics_url'] = 'URL Matomo Analytics';
|
||||
$lang['future_booking_limit'] = 'Prihodnja omejitev rezervacij';
|
||||
$lang['limit_days'] = 'Omejitev (dnevi)';
|
||||
$lang['future_booking_limit_hint'] = 'Nastavite prihodnjo omejitev v dneh, ko se lahko stranke naročijo prek javne strani za rezervacije.';
|
||||
$lang['api_token'] = 'API žeton';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'Dovoli prestavitev/preklic pred';
|
||||
$lang['at_least_one_field'] = 'Vsaj eno polje mora biti prikazano na strani za rezervacije.';
|
||||
$lang['status'] = 'Stanje';
|
||||
$lang['appointment_status_options'] = 'Možnosti statusa sestanka';
|
||||
$lang['appointment_status_options_info'] = 'Določite seznam razpoložljivih možnosti statusa sestanka, ki jih je mogoče uporabiti na strani koledarja (prva bo samodejno postala privzeta vrednost).';
|
||||
$lang['sunday_short'] = 'Sonce';
|
||||
$lang['monday_short'] = 'pon';
|
||||
$lang['tuesday_short'] = 'tor';
|
||||
$lang['wednesday_short'] = 'Sre';
|
||||
$lang['thursday_short'] = 'čet';
|
||||
$lang['friday_short'] = 'pet';
|
||||
$lang['saturday_short'] = 'sob';
|
||||
$lang['january_short'] = 'Januar';
|
||||
$lang['february_short'] = 'februar';
|
||||
$lang['march_short'] = 'mar';
|
||||
$lang['april_short'] = 'Apr';
|
||||
$lang['may_short'] = 'Maj';
|
||||
$lang['june_short'] = 'junij';
|
||||
$lang['july_short'] = 'Jul';
|
||||
$lang['august_short'] = 'avgust';
|
||||
$lang['september_short'] = 'september';
|
||||
$lang['october_short'] = 'Okt';
|
||||
$lang['november_short'] = 'nov';
|
||||
$lang['december_short'] = 'dec';
|
||||
$lang['am'] = 'am';
|
||||
$lang['pm'] = 'pm';
|
||||
$lang['do'] = 'do';
|
||||
$lang['click_to_toggle'] = 'Kliknite za preklop';
|
||||
$lang['week_short'] = 'Ted';
|
||||
$lang['scroll_to_increment'] = 'Pomakni se za povečanje';
|
||||
$lang['year'] = 'Leto';
|
||||
$lang['make_non_working_day'] = 'Ta ponudnik ne bo na voljo za delo na izbrani dan.';
|
||||
$lang['no_breaks'] = 'Brez prekinitev';
|
||||
$lang['service_categories'] = 'Kategorije storitev';
|
||||
$lang['service_category'] = 'Kategorija storitve';
|
||||
$lang['blocked_period_saved'] = 'Blokirano obdobje je uspešno shranjeno.';
|
||||
$lang['blocked_period_deleted'] = 'Blokirano obdobje je bilo uspešno izbrisano.';
|
||||
$lang['delete_blocked_period'] = 'Izbriši blokirano obdobje';
|
||||
$lang['blocked_period'] = 'Blokirano obdobje';
|
||||
$lang['blocked_periods'] = 'Blokirana obdobja';
|
||||
$lang['blocked_period_save'] = 'Shranjevanje blokiranega obdobja';
|
||||
$lang['blocked_period_delete'] = 'Brisanje blokiranega obdobja';
|
||||
$lang['blocked_periods_hint'] = 'Določite časovna obdobja, v katerih bodo javne rezervacije onemogočene za vse ponudnike (npr. zaprti datumi, prazniki itd.).';
|
||||
$lang['custom_field'] = 'Polje po meri';
|
||||
$lang['custom_fields'] = 'Polja po meri';
|
||||
$lang['label'] = 'Oznaka';
|
||||
$lang['webhook_saved'] = 'Webhook je uspešno shranjen.';
|
||||
$lang['webhook_deleted'] = 'Webhook je bil uspešno izbrisan.';
|
||||
$lang['delete_webhook'] = 'Izbriši Webhook';
|
||||
$lang['contact_info'] = 'Podatki za stik';
|
||||
$lang['hide_from_public'] = 'Skrij pred javnostjo';
|
||||
$lang['matomo_analytics_site_id'] = 'ID spletnega mesta Matomo Analytics';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Nastavite ID mesta, ki mu bo sledil Matomo (privzeto mesto ima ID »1«).';
|
||||
$lang['default_timezone'] = 'Privzeti časovni pas';
|
||||
$lang['default_timezone_hint'] = 'Nastavite privzeto vrednost časovnega pasu, ki bo uporabljena za nove zapise.';
|
||||
$lang['default_language'] = 'Privzeti jezik';
|
||||
$lang['default_language_hint'] = 'Nastavite privzeto jezikovno vrednost, ki bo uporabljena za nove zapise.';
|
||||
$lang['sync_method_prompt'] = 'Katero metodo sinhronizacije želite uporabiti?';
|
||||
$lang['caldav_server'] = 'Strežnik CalDAV';
|
||||
$lang['caldav_connection_info_prompt'] = 'Prosimo, vnesite podatke o povezavi ciljnega koledarja CalDAV.';
|
||||
$lang['connect'] = 'Poveži';
|
||||
$lang['ldap'] = 'LDAP';
|
||||
$lang['ldap_info'] = 'Ta integracija vam omogoča, da se povežete z obstoječim strežnikom LDAP in samodejno uvozite uporabnike v Easy!Appointments ter jim omogočite SSO z njihovim geslom imenika (uporabniško ime se mora ujemati).';
|
||||
$lang['host'] = 'Gostitelj';
|
||||
$lang['port'] = 'Vrata';
|
||||
$lang['user_dn'] = 'Uporabniško DN';
|
||||
$lang['base_dn'] = 'Osnovni DN';
|
||||
$lang['keyword'] = 'Ključna beseda';
|
||||
$lang['ldap_search_hint'] = 'Vnesite ključno besedo za iskanje po imeniku LDAP za uporabnike, ki ustrezajo kriterijem filtra.';
|
||||
$lang['ldap_extension_not_loaded'] = 'Razširitev LDAP PHP ni naložena, vendar je potrebna za delovanje te integracije.';
|
||||
$lang['field_mapping'] = 'Preslikava polj';
|
||||
$lang['content'] = 'Vsebina';
|
||||
$lang['active'] = 'Aktivno';
|
||||
$lang['user_imported'] = 'Uporabniški zapis je bil uspešno uvožen.';
|
||||
$lang['import'] = 'Uvoz';
|
||||
$lang['ldap_dn'] = 'LDAP DN';
|
||||
$lang['role'] = 'Vloga';
|
||||
$lang['at_least_one_field_required'] = 'Vsaj eno polje mora biti nastavljeno kot zahtevano na strani za rezervacije.';
|
||||
$lang['customer_is_already_booked'] = 'Ta stranka že ima termin v zahtevanem obdobju rezervacije.';
|
||||
$lang['fields'] = 'Polja';
|
||||
$lang['invalid_credentials_provided'] = 'Navedene neveljavne poverilnice, poskusite znova.';
|
||||
$lang['calendar_url'] = 'URL koledarja';
|
||||
$lang['please_select'] = 'Prosim izberite';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/slovenian/unit_test_lang.php
Normal file
58
application/language/slovenian/unit_test_lang.php
Normal 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';
|
||||
55
application/language/slovenian/upload_lang.php
Normal file
55
application/language/slovenian/upload_lang.php
Normal 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.';
|
||||
Reference in New Issue
Block a user