This commit is contained in:
84
application/language/latvian/calendar_lang.php
Normal file
84
application/language/latvian/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/latvian/date_lang.php
Normal file
94
application/language/latvian/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/latvian/db_lang.php
Normal file
63
application/language/latvian/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/latvian/email_lang.php
Normal file
58
application/language/latvian/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/latvian/form_validation_lang.php
Normal file
69
application/language/latvian/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/latvian/ftp_lang.php
Normal file
51
application/language/latvian/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/latvian/imglib_lang.php
Normal file
57
application/language/latvian/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/latvian/index.html
Normal file
10
application/language/latvian/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/latvian/number_lang.php
Normal file
44
application/language/latvian/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/latvian/pagination_lang.php
Normal file
43
application/language/latvian/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/latvian/profiler_lang.php
Normal file
60
application/language/latvian/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/latvian/translations_lang.php
Normal file
487
application/language/latvian/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Latvian
|
||||
$lang['page_title'] = 'Aizsirašyti satikšanu ar';
|
||||
$lang['service_and_provider'] = 'Pakalpoja ir piegādātājs';
|
||||
$lang['select_service'] = 'Pasirinkti pakalpojumu';
|
||||
$lang['select_provider'] = 'Pasirinkti tiekėją';
|
||||
$lang['ilgums'] = 'Trukmė';
|
||||
$lang['minutes'] = 'Minutės';
|
||||
$lang['price'] = 'Kaina';
|
||||
$lang['back'] = 'Atgal';
|
||||
$lang['appointment_date_and_time'] = 'Tikšanās datums un laiks';
|
||||
$lang['no_available_hours'] = 'Pasirinktai datai nav brīvas tikšanās stundas. Prašām izvēlēties citu datumu.';
|
||||
$lang['appointment_hour_missing'] = 'Prašām izvēlēties tikšanās stundu pirms tęsiant.';
|
||||
$lang['customer_information'] = 'Kliento informācija';
|
||||
$lang['first_name'] = 'Vardas';
|
||||
$lang['last_name'] = 'Pavardė';
|
||||
$lang['email'] = 'El. paštas';
|
||||
$lang['phone_number'] = 'Telefona numurs';
|
||||
$lang['phone'] = 'Telefonas';
|
||||
$lang['address'] = 'Adresas';
|
||||
$lang['city'] = 'Miestas';
|
||||
$lang['zip_code'] = 'Pašto kods';
|
||||
$lang['notes'] = 'Pastabos';
|
||||
$lang['language'] = 'Kalba';
|
||||
$lang['no_language'] = 'Nav valodas';
|
||||
$lang['fields_are_required'] = 'Laukeliai ar * ir obligāti.';
|
||||
$lang['appointment_confirmation'] = 'Susitikimo apstiprināšana';
|
||||
$lang['confirm'] = 'Patvirtinti';
|
||||
$lang['update'] = 'Atnaujināt';
|
||||
$lang['cancel_appointment_hint'] = 'Paspauskite "Atšaukti", lai pašalintumėte tikšanos no uzņēmuma tvarkaraščio.';
|
||||
$lang['cancel'] = 'Atšaukti';
|
||||
$lang['appointment_registered'] = 'Jūsu apmeklējums bija veiksmīgi reģistrēts!';
|
||||
$lang['cancel_appointment_title'] = 'Atšaukti tikšanos';
|
||||
$lang['appointment_cancelled'] = 'Jūsu tikšanās bija veiksmīgi atšauktas.';
|
||||
$lang['appointment_cancelled_title'] = 'Susitikimas atšauktas';
|
||||
$lang['reason'] = 'Priežastis';
|
||||
$lang['appointment_removed_from_schedule'] = 'Toliau pateiktas tikšanās bija pašalintas no uzņēmuma tvarkaraščio.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'El. laiškas su susitikimo informācija tika nosūtīta jums.';
|
||||
$lang['add_to_google_calendar'] = 'Pievienoties pie "Google" kalendāra';
|
||||
$lang['appointment_booked'] = 'Jūsu tikšanās bija veiksmīgi pasūtīta';
|
||||
$lang['thank_you_for_appointment'] = 'Dėkojame, ka nolīgėte tikšanos ar mums. Žemiau varat redzēt tikšanās detaļas. Atlikite pakeitimus paspaudę susitikimo ieteikumu.';
|
||||
$lang['appointment_details_title'] = 'Tikšanās detaļas';
|
||||
$lang['customer_details_title'] = 'Kliento detaļas';
|
||||
$lang['service'] = 'Paslauga';
|
||||
$lang['provider'] = 'Tiekējs';
|
||||
$lang['customer'] = 'Klients';
|
||||
$lang['start'] = 'Pradžia';
|
||||
$lang['end'] = 'Pabaiga';
|
||||
$lang['name'] = 'Vardas';
|
||||
$lang['appointment_link_title'] = 'Sazinieties ar ieteikumiem';
|
||||
$lang['success'] = 'Sėkme';
|
||||
$lang['appointment_added_to_your_plan'] = 'Naujas tikšanās tika pievienots pie jūsu plāna.';
|
||||
$lang['appointment_link_description'] = 'Pakeitimus varat veikt paspaudę zemāk esošu norādījumu.';
|
||||
$lang['appointment_locked'] = 'Pakeitimai neįmanomi!';
|
||||
$lang['appointment_locked_message'] = 'Susitikimo nevar mainīt likus mazāk nei {$limit} stundām.';
|
||||
$lang['appointment_not_found'] = 'Susitikimas nerastas';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Susitikimas, kura lūdzėte, sistēmas datu bazē nebeegzistē.';
|
||||
$lang['display_calendar'] = 'Rodyti kalendorių';
|
||||
$lang['kalendārs'] = 'Kalendorius';
|
||||
$lang['users'] = 'Vartotāji';
|
||||
$lang['settings'] = 'Nustatījumi';
|
||||
$lang['log_out'] = 'Atsijungti';
|
||||
$lang['synchronize'] = 'Sinhronizēt';
|
||||
$lang['enable_sync'] = 'Ieslēgt sinhronizēšanu';
|
||||
$lang['disable_sync'] = 'Izjungti sinhronizēšanu';
|
||||
$lang['disable_sync_prompt'] = 'Vai tiešām vēlaties izslēgt kalendoriaus sinhronizēšanu?';
|
||||
$lang['reload'] = 'Perkrauti';
|
||||
$lang['tikšanās'] = 'Susitikimas';
|
||||
$lang['nepieejamība'] = 'Nepasiekiamība';
|
||||
$lang['week'] = 'Savaitė';
|
||||
$lang['mēnesis'] = 'Mėnuo';
|
||||
$lang['šodien'] = 'Šodien';
|
||||
$lang['not_working'] = 'Nedirbama';
|
||||
$lang['break'] = 'Pertrauka';
|
||||
$lang['add'] = 'Pridēt';
|
||||
$lang['edit'] = 'Redaguoti';
|
||||
$lang['hello'] = 'Sveiki';
|
||||
$lang['all_day'] = 'Visą dienu';
|
||||
$lang['manage_appointment_record_hint'] = 'Tvarkykite visus galimų tiekēju un pakalpojumu saņemšanas ierakstus.';
|
||||
$lang['select_filter_item_hint'] = 'Izvēlieties tiekėją jeb paslaugu un pārskatiniet tikimus kalendoriuje.';
|
||||
$lang['enable_appointment_sync_hint'] = 'Ieslēdziet tikšanās sinhronizēšanu ar ārējo kalendoru.';
|
||||
$lang['manage_customers_hint'] = 'Tvarkykite reģistrētos klientus un pārskatiet viņu pasūtījumu vēsturi.';
|
||||
$lang['manage_services_hint'] = 'Tvarkykite galimas sistēmas pakalpojumus un kategorijas.';
|
||||
$lang['manage_users_hint'] = 'Tvarkykite jaupakalinės sistēmas lietotāju (administratoru, lietotāju, sekretāru).';
|
||||
$lang['settings_hint'] = 'Nustatykite sistēmas un lietotojo nustatymus.';
|
||||
$lang['log_out_hint'] = 'Atsijunk no sistēmas.';
|
||||
$lang['unavailability_periods_hint'] = 'Nepasiekiamumo periodiem piegādātājiem nepieims jaunu tikšanās veidu.';
|
||||
$lang['new_appointment_hint'] = 'Sukurkite jaunu tikšanos un ierakstykite viņu uz datu bāzes.';
|
||||
$lang['reload_appointments_hint'] = 'Atnaujiniet kalendoriaus susitikimus.';
|
||||
$lang['trigger_sync_hint'] = 'Paleiskite kalendoriaus sinhronizēšanas procesu.';
|
||||
$lang['appointment_updated'] = 'Susitikimas veiksmīgi atjaunināts.';
|
||||
$lang['atsaukt'] = 'Atšaukti';
|
||||
$lang['appointment_details_changed'] = 'Susitikimo detaļas tika mainītas';
|
||||
$lang['appointment_changes_saved'] = 'Susitikimo pakeitimai bija veiksmīgi saglabāti.';
|
||||
$lang['save'] = 'Saglabāt';
|
||||
$lang['new'] = 'Naujas';
|
||||
$lang['select'] = 'Pasirinkti';
|
||||
$lang['hide'] = 'Paslēpti';
|
||||
$lang['type_to_filter_customers'] = 'Iestatiet, lai filtrētu klientus.';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'Izvalykite laukelius un ievedkite jaunu klientu.';
|
||||
$lang['pick_existing_customer_hint'] = 'Izvēlieties esošo klientu.';
|
||||
$lang['new_appointment_title'] = 'Naujas tikšanās';
|
||||
$lang['edit_appointment_title'] = 'Redaguoti tikšanos';
|
||||
$lang['delete_appointment_title'] = 'Ištrinti tikšanos';
|
||||
$lang['write_appointment_removal_reason'] = 'Skirkite minūti un parašykite iemeslu, kāpēc ištrinate susitikimą:';
|
||||
$lang['appointment_saved'] = 'Susitikimas sėkmingai saglabāts.';
|
||||
$lang['new_unavailability_title'] = 'Naujas nepasiņemiamumas';
|
||||
$lang['edit_unavailability_title'] = 'Redaguoti nepasiėmiamumu';
|
||||
$lang['unavailability_saved'] = 'Nepasiėmiamumas sėkmingai saglabāts.';
|
||||
$lang['start_date_before_end_error'] = 'Pradžios dati ir vēlāk nekā beigās dati.';
|
||||
$lang['invalid_duration'] = 'Neteisinga ilgums.';
|
||||
$lang['invalid_email'] = 'Neteisingas el. pasta adrese.';
|
||||
$lang['customers'] = 'Klientai';
|
||||
$lang['details'] = 'Detalės';
|
||||
$lang['no_records_found'] = 'Iestājos nerasta...';
|
||||
$lang['services'] = 'Paslaugos';
|
||||
$lang['duration_minutes'] = 'Trukmė (minūtēm)';
|
||||
$lang['valūta'] = 'Valiuta';
|
||||
$lang['category'] = 'Kategorija';
|
||||
$lang['no_category'] = 'Nav kategorijas';
|
||||
$lang['description'] = 'Apraksts';
|
||||
$lang['categories'] = 'Kategorijas';
|
||||
$lang['admins'] = 'Admins';
|
||||
$lang['providers'] = 'Providers';
|
||||
$lang['sekretāri'] = 'Sekretāri';
|
||||
$lang['mobile_number'] = 'Mobilais numurs';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Valsts';
|
||||
$lang['username'] = 'Lietotājvārds';
|
||||
$lang['password'] = 'Parole';
|
||||
$lang['retype_password'] = 'Retype Password';
|
||||
$lang['receive_notifications'] = 'Saņemt paziņojumus';
|
||||
$lang['passwords_mismatch'] = 'Paroles neatbilst.';
|
||||
$lang['admin_saved'] = 'Administrators veiksmīgi saglabāts.';
|
||||
$lang['provider_saved'] = 'Nodrošinātājs veiksmīgi saglabāts.';
|
||||
$lang['secretary_saved'] = 'Sekretāre veiksmīgi saglabāta.';
|
||||
$lang['admin_deleted'] = 'Administrators veiksmīgi izdzēsts.';
|
||||
$lang['provider_deleted'] = 'Nodrošinātājs veiksmīgi izdzēsts.';
|
||||
$lang['secretary_deleted'] = 'Sekretāre veiksmīgi izdzēsta.';
|
||||
$lang['service_saved'] = 'Pakalpojums veiksmīgi saglabāts.';
|
||||
$lang['service_category_saved'] = 'Pakalpojumu kategorija veiksmīgi saglabāta.';
|
||||
$lang['service_deleted'] = 'Pakalpojums veiksmīgi izdzēsts.';
|
||||
$lang['service_category_deleted'] = 'Pakalpojumu kategorija veiksmīgi dzēsta.';
|
||||
$lang['customer_saved'] = 'Klients veiksmīgi saglabāts.';
|
||||
$lang['customer_deleted'] = 'Klients veiksmīgi dzēsts.';
|
||||
$lang['current_view'] = 'Pašreizējais skats';
|
||||
$lang['working_plan'] = 'Darba plāns';
|
||||
$lang['reset_plan'] = 'Atjaunot plānu';
|
||||
$lang['monday'] = 'pirmdiena';
|
||||
$lang['tuesday'] = 'otrdiena';
|
||||
$lang['wednesday'] = 'Trešdiena';
|
||||
$lang['thursday'] = 'ceturtdiena';
|
||||
$lang['friday'] = 'piektdiena';
|
||||
$lang['saturday'] = 'sestdiena';
|
||||
$lang['sunday'] = 'svētdiena';
|
||||
$lang['breaks'] = 'Breaks';
|
||||
$lang['add_breaks_during_each_day'] = 'Pievienot darba pārtraukumus katras dienas laikā. Pārtraukumu laikā pakalpojumu sniedzējs nepieņems nevienu tikšanos.';
|
||||
$lang['day'] = 'Diena';
|
||||
$lang['days'] = 'Days';
|
||||
$lang['actions'] = 'Actions';
|
||||
$lang['reset_working_plan_hint'] = 'Atjaunot darba plāna noklusējuma vērtības.';
|
||||
$lang['company_name'] = 'Uzņēmuma nosaukums';
|
||||
$lang['company_name_hint'] = 'Uzņēmuma nosaukums tiks parādīts visur sistēmā (obligāts).';
|
||||
$lang['company_email'] = 'Uzņēmuma e-pasts';
|
||||
$lang['company_email_hint'] = 'Šī būs uzņēmuma e-pasta adrese. Tā tiks izmantota kā sistēmas e-pasta vēstuļu sūtītāja un atbildes adrese (obligāti).';
|
||||
$lang['company_link'] = 'Uzņēmuma saite';
|
||||
$lang['company_link_hint'] = 'Uzņēmuma saitei jānorāda uz uzņēmuma oficiālo tīmekļa vietni (obligāti).';
|
||||
$lang['go_to_booking_page'] = 'Iet uz rezervēšanas lapu';
|
||||
$lang['settings_saved'] = 'Iestatījumi veiksmīgi saglabāti.';
|
||||
$lang['general'] = 'General';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'Visible';
|
||||
$lang['hidden'] = 'Hidden';
|
||||
$lang['business_logic'] = 'Biznesa loģika';
|
||||
$lang['current_user'] = 'Pašreizējais lietotājs';
|
||||
$lang['about_app'] = 'Par Easy!Appointments';
|
||||
$lang['edit_working_plan_hint'] = 'Zemāk atzīmējiet dienas un stundas, kad jūsu uzņēmums pieņems tikšanās. Jūs varēsiet pielāgot tikšanās reizes ne darba laikā, bet klienti nevarēs paši rezervēt tikšanās reizes ne darba laikā. Šis darba plāns būs noklusējuma iestatījums katram jaunam pakalpojumu sniedzēja ierakstam, bet jūs varēsiet mainīt katra pakalpojumu sniedzēja plānu atsevišķi, rediģējot viņa ierakstu. Pēc tam varēsiet pievienot pārtraukuma periodus.';
|
||||
$lang['edit_breaks_hint'] = 'Pievienojiet darba pārtraukumus katras dienas laikā. Šie pārtraukumi tiks piemēroti visiem jaunajiem pakalpojumu sniedzējiem.';
|
||||
$lang['book_advance_timeout'] = 'Grāmatu iepriekšēja rezervējuma laika ierobežojums';
|
||||
$lang['book_advance_timeout_hint'] = 'Nosakiet laika ierobežojumu (minūtēs), pirms klienti var rezervēt vai pārplānot tikšanās ar uzņēmumu.';
|
||||
$lang['timeout_minutes'] = 'Laika limits (minūtes)';
|
||||
$lang['about_app_info'] = 'Easy!Appointments ir ļoti pielāgojama tīmekļa lietojumprogramma, kas ļauj jūsu klientiem rezervēt tikšanās ar jums, izmantojot tīmekli. Turklāt tā nodrošina iespēju sinhronizēt datus ar Google kalendāru, lai jūs tos varētu izmantot ar citiem pakalpojumiem.';
|
||||
$lang['current_version'] = 'Pašreizējā versija';
|
||||
$lang['support'] = 'Support';
|
||||
$lang['about_app_support'] = 'Ja, izmantojot Easy!Appointments, jums rodas problēmas, varat meklēt atbildes oficiālajā Google grupā. Iespējams, ka jums būs nepieciešams arī izveidot jaunu jautājumu Google Code lapā, lai palīdzētu virzīt izstrādi.';
|
||||
$lang['official_website'] = 'Oficiālā vietne';
|
||||
$lang['google_plus_community'] = 'Google+ Community';
|
||||
$lang['support_group'] = 'Atbalsta grupa';
|
||||
$lang['project_issues'] = 'Projekta jautājumi';
|
||||
$lang['licence'] = 'Licence';
|
||||
$lang['about_app_license'] = 'Easy!Appointments ir licencēta ar GPLv3 licenci. Jebkurā veidā izmantojot Easy!Appointments kodu, jūs piekrītat noteikumiem, kas aprakstīti šajā url:';
|
||||
$lang['logout_success'] = 'Jūs esat veiksmīgi izrakstījies! Noklikšķiniet uz kādas no šīm pogām, lai pārietu uz citu lapu.';
|
||||
$lang['book_appointment_title'] = 'Rezervēt tikšanos';
|
||||
$lang['backend_section'] = 'Backend Section';
|
||||
$lang['you_need_to_login'] = 'Laipni lūdzam! Jums būs nepieciešams pieteikties, lai apskatītu aizmugurējās lapas.';
|
||||
$lang['enter_username_here'] = 'Ievadiet savu lietotājvārdu šeit ...';
|
||||
$lang['enter_password_here'] = 'Ievadiet paroli šeit ...';
|
||||
$lang['login'] = 'Pieteikšanās';
|
||||
$lang['forgot_your_password'] = 'Aizmirsāt paroli?';
|
||||
$lang['login_failed'] = 'Pieteikšanās neizdevās, lūdzu, ievadiet pareizos akreditācijas datus un mēģiniet vēlreiz.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'Ierakstiet savu lietotājvārdu un e-pasta adresi, lai iegūtu savu jauno paroli.';
|
||||
$lang['enter_email_here'] = 'Ievadiet savu e-pastu šeit ...';
|
||||
$lang['reģenerate_password'] = 'Reģenerēt paroli';
|
||||
$lang['go_to_login'] = 'Atgriezties pie pieteikšanās lapas';
|
||||
$lang['new_password_sent_with_email'] = 'Jūsu jaunā parole ir nosūtīta kopā ar e-pastu.';
|
||||
$lang['new_account_password'] = 'Jaunā konta parole';
|
||||
$lang['new_password_is'] = 'Jūsu jaunā konta parole ir $password. Lūdzu, saglabājiet šo e-pastu, lai vajadzības gadījumā varētu atgūt paroli. Šo paroli var arī nomainīt pret jaunu paroli iestatījumu lapā.';
|
||||
$lang['delete_record_prompt'] = 'Vai esat pārliecināts, ka vēlaties dzēst šo ierakstu? Šo darbību nevar atsaukt.';
|
||||
$lang['delete_admin'] = 'Dzēst admin';
|
||||
$lang['delete_customer'] = 'Dzēst klientu';
|
||||
$lang['delete_service'] = 'Dzēst pakalpojumu';
|
||||
$lang['delete_service_category'] = 'Dzēst pakalpojumu kategoriju';
|
||||
$lang['delete_provider'] = 'Delete Provider';
|
||||
$lang['delete_secretary'] = 'Dzēst sekretāru';
|
||||
$lang['delete_appointment'] = 'Delete Appointment';
|
||||
$lang['delete_unavailability'] = 'Dzēst nepieejamību';
|
||||
$lang['delete'] = 'Dzēst';
|
||||
$lang['unexpected_issues'] = 'Negaidīti jautājumi';
|
||||
$lang['unexpected_issues_message'] = 'Operāciju nevar pabeigt neparedzētu problēmu dēļ.';
|
||||
$lang['close'] = 'Close';
|
||||
$lang['page_not_found'] = 'Page Not Found';
|
||||
$lang['page_not_found_message'] = 'Diemžēl jūsu pieprasītā lapa neeksistē. Lūdzu, pārbaudiet pārlūkprogrammas URL vai dodieties uz citu vietu, izmantojot zemāk redzamās pogas.';
|
||||
$lang['error'] = 'Kļūda';
|
||||
$lang['no_privileges'] = 'Nav tiesību';
|
||||
$lang['no_privileges_message'] = 'Jums nav nepieciešamo tiesību, lai skatītu šo lapu. Lūdzu, pārejiet uz citu sadaļu.';
|
||||
$lang['backend_calendar'] = 'Backend Calendar';
|
||||
$lang['start_date_time'] = 'Sākums datums / laiks';
|
||||
$lang['end_date_time'] = 'Beigu datums / laiks';
|
||||
$lang['licensed_under'] = 'Licencēts saskaņā';
|
||||
$lang['unexpected_issues_occurred'] = 'Radās neparedzēti jautājumi.';
|
||||
$lang['service_communication_error'] = 'Lūdzu, mēģiniet vēlreiz.';
|
||||
$lang['no_privileges_edit_appointments'] = 'Jums nav vajadzīgo tiesību rediģēt tikšanās.';
|
||||
$lang['unavailability_updated'] = 'Pieejamība veiksmīgi atjaunināta.';
|
||||
$lang['appointments'] = 'Appointments';
|
||||
$lang['unexpected_warnings'] = 'Negaidīti brīdinājumi';
|
||||
$lang['unexpected_warnings_message'] = 'Operācija pabeigta, bet parādījās daži brīdinājumi.';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['clear'] = 'Clear';
|
||||
$lang['uncategorized'] = 'Uncategorized';
|
||||
$lang['username_already_exists'] = 'Lietotājvārds jau pastāv.';
|
||||
$lang['password_length_notice'] = 'Parolei jābūt vismaz $number rakstzīmju garai.';
|
||||
$lang['general_settings'] = 'Vispārīgie iestatījumi';
|
||||
$lang['personal_information'] = 'Personīgā informācija';
|
||||
$lang['system_login'] = 'Sistēmas pieteikšanās';
|
||||
$lang['user_settings_are_invalid'] = 'Lietotāja iestatījumi ir nederīgi! Lūdzu, pārskatiet savus iestatījumus un mēģiniet vēlreiz.';
|
||||
$lang['add_break'] = 'Pievienot pārtraukumu';
|
||||
$lang['january'] = 'janvāris';
|
||||
$lang['february'] = 'februāris';
|
||||
$lang['march'] = 'Marts';
|
||||
$lang['april'] = 'aprīlis';
|
||||
$lang['may'] = 'May';
|
||||
$lang['june'] = 'jūnijs';
|
||||
$lang['july'] = 'jūlijs';
|
||||
$lang['august'] = 'August';
|
||||
$lang['september'] = 'septembris';
|
||||
$lang['october'] = 'oktobris';
|
||||
$lang['november'] = 'novembris';
|
||||
$lang['december'] = 'decembris';
|
||||
$lang['previous'] = 'Iepriekšējais';
|
||||
$lang['next'] = 'Nākamais';
|
||||
$lang['now'] = 'Tagad';
|
||||
$lang['select_time'] = 'Select Time';
|
||||
$lang['time'] = 'Time';
|
||||
$lang['hour'] = 'Stunda';
|
||||
$lang['minute'] = 'Minūte';
|
||||
$lang['calendar_sync_completed'] = 'Kalendāra sinhronizācija veiksmīgi pabeigta.';
|
||||
$lang['calendar_sync_failed'] = 'Kalendāra sinhronizācija neizdevās: Nevarēja izveidot servera savienojumu.';
|
||||
$lang['select_sync_calendar'] = 'Select Calendar';
|
||||
$lang['select_sync_calendar_prompt'] = 'Izvēlieties kalendāru, ar kuru vēlaties sinhronizēt savas tikšanās.';
|
||||
$lang['sync_calendar_selected'] = 'Sinhronizācijas kalendārs ir veiksmīgi izvēlēts.';
|
||||
$lang['oops_something_went_wrong'] = 'Oops! Kaut kas notika nepareizi.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments ir veiksmīgi atjaunināts.';
|
||||
$lang['require_captcha'] = 'Pieprasīt CAPTCHA';
|
||||
$lang['require_captcha_hint'] = 'Ja šī funkcija ir iespējota, klientiem pirms tikšanās rezervēšanas/atjaunināšanas būs jāievada nejauši ģenerēta CAPTCHA virkne.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verifikācija neizdevās, mēģiniet vēlreiz.';
|
||||
$lang['any_provider'] = 'Jebkurš pakalpojumu sniedzējs';
|
||||
$lang['requested_hour_is_unavailable'] = 'Pieprasītā tikšanās diemžēl nav pieejama. Lūdzu, izvēlieties citu tikšanās stundu.';
|
||||
$lang['customer_notifications'] = 'Klientu paziņojumi';
|
||||
$lang['customer_notifications_hint'] = 'Nosaka, vai klients saņems e-pasta paziņojumus ikreiz, kad tiks mainīts kāds no viņa apmeklējumu grafikiem.';
|
||||
$lang['date_format'] = 'Datuma formāts';
|
||||
$lang['date_format_hint'] = 'Mainīt datuma attēlošanas formātu (D - datums, M - mēnesis, Y - gads).';
|
||||
$lang['time_format'] = 'Laika formāts';
|
||||
$lang['time_format_hint'] = 'Mainīt laika rādīšanas formātu (H - stundas, M - minūtes).';
|
||||
$lang['first_weekday'] = 'Nedēļas pirmā diena';
|
||||
$lang['first_weekday_hint'] = 'Iestatiet kalendārās nedēļas pirmo dienu.';
|
||||
$lang['google_analytics_code_hint'] = 'Pievienojiet savu Google Analytics kodu, lai rezervēšanas lapās iespējotu Google Analytics izsekošanu.';
|
||||
$lang['availabilities_type'] = 'Pieejamības tips';
|
||||
$lang['flexible'] = 'Elastīgs';
|
||||
$lang['fixed'] = 'Fiksēts';
|
||||
$lang['attendants_number'] = 'Apmeklētāju numurs';
|
||||
$lang['reset_working_plan'] = 'Atjaunot darba plāna noklusējuma vērtības.';
|
||||
$lang['legal_contents'] = 'Juridiskais saturs';
|
||||
$lang['cookie_notice'] = 'Paziņojums par sīkdatnēm';
|
||||
$lang['display_cookie_notice'] = 'Display Cookie Notice';
|
||||
$lang['cookie_notice_content'] = 'Paziņojuma par sīkdatnēm saturs';
|
||||
$lang['terms_and_conditions'] = 'Noteikumi un nosacījumi';
|
||||
$lang['display_terms_and_conditions'] = 'Rādīt noteikumus un nosacījumus';
|
||||
$lang['terms_and_conditions_content'] = 'Noteikumu un nosacījumu saturs';
|
||||
$lang['privacy_policy'] = 'Privātuma politika';
|
||||
$lang['display_privacy_policy'] = 'Privātuma politika';
|
||||
$lang['privacy_policy_content'] = 'Privātuma politikas saturs';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'Šajā tīmekļa vietnē tiek izmantotas sīkdatnes, lai nodrošinātu vislabāko pieredzi mūsu tīmekļa vietnē.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'Esmu iepazinies un piekrītu {$link}Terms & Conditions{/$link}.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'Esmu izlasījis un piekrītu {$link}Privātuma politikai{/$link}.';
|
||||
$lang['delete_personal_information_hint'] = 'Noņemiet no sistēmas visas savas tikšanās un personisko informāciju.';
|
||||
$lang['delete_personal_information'] = 'Dzēst personisko informāciju';
|
||||
$lang['delete_personal_information_prompt'] = 'Vai esat pārliecināts, ka vēlaties dzēst savu personisko informāciju? Šo darbību nevar atcelt.';
|
||||
$lang['location'] = 'Atrašanās vieta';
|
||||
$lang['working_plan_exception'] = 'Darba plāna izņēmums';
|
||||
$lang['working_plan_exceptions'] = 'Darba plāna izņēmumi';
|
||||
$lang['working_plan_exceptions_hint'] = 'Pievienot darba plāna izņēmuma dienu ārpus darba plāna.';
|
||||
$lang['new_working_plan_exception_title'] = 'Jauna darba plāna izņēmums';
|
||||
$lang['working_plan_exception_saved'] = 'Darba plāna izņēmums veiksmīgi saglabāts.';
|
||||
$lang['working_plan_exception_deleted'] = 'Darba plāna izņēmums veiksmīgi dzēsts.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Pievienot darba plāna izņēmumus ārpus darba plāna.';
|
||||
$lang['add_working_plan_exception'] = 'Pievienot darba plāna izņēmumu';
|
||||
$lang['require_phone_number'] = 'Pieprasīt tālruņa numuru';
|
||||
$lang['require_phone_number_hint'] = 'Ja šī funkcija ir iespējota, klientiem un lietotājiem, rezervējot tikšanos, būs jāievada klienta tālruņa numurs';
|
||||
$lang['check_spam_folder'] = 'Lūdzu, pārbaudiet surogātpasta mapi, ja e-pasta vēstule nav saņemta dažu minūšu laikā.';
|
||||
$lang['api_token_hint'] = 'Iestatiet slepeno žetonu, lai iespējotu uz žetonu balstītu autentifikāciju Easy!Appointments API.';
|
||||
$lang['timezone'] = 'Timezone';
|
||||
$lang['overwrite_existing_working_plans'] = 'Tas pārrakstīs esošos pakalpojumu sniedzēja darba plānus, vai esat pārliecināts, ka vēlaties turpināt?';
|
||||
$lang['working_plans_got_updated'] = 'Visi darba plāni ir atjaunināti.';
|
||||
$lang['apply_to_all_providers'] = 'Piemērot visiem pakalpojumu sniedzējiem';
|
||||
$lang['display_any_provider'] = 'Rādīt jebkuru pakalpojumu sniedzēja opciju';
|
||||
$lang['display_any_provider_hint'] = 'Rezervācijas lapā tiks pievienota papildu opcija, kas ļaus klientiem veikt rezervāciju, nenorādot pakalpojuma sniedzēju.';
|
||||
$lang['load_more'] = 'Load More';
|
||||
$lang['list'] = 'List';
|
||||
$lang['default'] = 'Noklusējuma';
|
||||
$lang['tabula'] = 'Tabula';
|
||||
$lang['date'] = 'Date';
|
||||
$lang['about'] = 'Par';
|
||||
$lang['booking_settings'] = 'Rezervēšanas iestatījumi';
|
||||
$lang['display'] = 'Display';
|
||||
$lang['require'] = 'Pieprasīt';
|
||||
$lang['color'] = 'Krāsa';
|
||||
$lang['matomo_analytics_url_hint'] = 'Pievienojiet URL savam Matomo uzstādījumam, lai iespējotu Matomo izsekošanu rezervācijas lapās.';
|
||||
$lang['invalid_phone'] = 'Nederīgs tālruņa numurs.';
|
||||
$lang['legal'] = 'Legal';
|
||||
$lang['business'] = 'Business';
|
||||
$lang['account'] = 'Konts';
|
||||
$lang['disable_booking'] = 'Atslēgt rezervēšanu';
|
||||
$lang['disable_booking_hint'] = 'Kamēr šis iestatījums ir aktīvs, rezervēšanas lapa būs atspējota, un klienti nevarēs reģistrēt jaunas tikšanās.';
|
||||
$lang['display_message'] = 'Displeja ziņojums';
|
||||
$lang['booking_is_disabled'] = 'Rezervācija ir atspējota!';
|
||||
$lang['appearance'] = 'Izskats';
|
||||
$lang['company_logo'] = 'Uzņēmuma logotips';
|
||||
$lang['company_logo_hint'] = 'Uzņēmuma logotips tiks parādīts daudzās lietotnes vietās, tostarp rezervēšanas lapā un paziņojumu e-pasta ziņojumos (attēla fails, maksimālais izmērs 2 MB).';
|
||||
$lang['company_color'] = 'Uzņēmuma krāsa';
|
||||
$lang['company_color_hint'] = 'Uzņēmuma krāsa tiks izmantota visā lietotnē, lai lietotne izmantotu jūsu zīmolu.';
|
||||
$lang['localization'] = 'Lokalizācija';
|
||||
$lang['integrācija'] = 'Integrācija';
|
||||
$lang['company'] = 'Company';
|
||||
$lang['remove'] = 'Noņemt';
|
||||
$lang['login_button'] = 'Pieteikšanās poga';
|
||||
$lang['display_login_button_hint'] = 'Nosaka, vai rezervēšanas lapā tiek rādīta pieteikšanās poga.';
|
||||
$lang['private'] = 'Private';
|
||||
$lang['private_hint'] = 'Privātie ieraksti netiks rādīti vai apstrādāti publiskajās lapās, piemēram, rezervēšanas lapā.';
|
||||
$lang['reset'] = 'Reset';
|
||||
$lang['all'] = 'All';
|
||||
$lang['booking_link'] = 'Rezervēšanas saite';
|
||||
$lang['add_new_event'] = 'Pievienot jaunu notikumu';
|
||||
$lang['what_kind_of_event'] = 'Kādu notikumu vēlaties pievienot?';
|
||||
$lang['theme'] = 'Theme';
|
||||
$lang['limit_customer_access'] = 'Ierobežot klientu piekļuvi';
|
||||
$lang['limit_customer_access_hint'] = 'Ja šī funkcija ir iespējota, pakalpojumu sniedzēji un sekretāri varēs piekļūt tikai tiem klientiem, ar kuriem viņiem ir norunāta tikšanās.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'Secret Token';
|
||||
$lang['verify_ssl'] = 'Verify SSL';
|
||||
$lang['appointment_save'] = 'Appointment Save';
|
||||
$lang['appointment_delete'] = 'Appointment Delete';
|
||||
$lang['unavailability_save'] = 'Nepieejamības saglabāšana';
|
||||
$lang['unavailability_delete'] = 'Nepieejamība dzēst';
|
||||
$lang['customer_save'] = 'Customer Save';
|
||||
$lang['customer_delete'] = 'Customer Delete';
|
||||
$lang['service_save'] = 'Service Save';
|
||||
$lang['service_delete'] = 'Pakalpojuma dzēšana';
|
||||
$lang['service_category_save'] = 'Pakalpojumu kategorijas saglabāšana';
|
||||
$lang['service_category_delete'] = 'Pakalpojumu kategorijas dzēšana';
|
||||
$lang['provider_save'] = 'Provider Save';
|
||||
$lang['provider_delete'] = 'Provider Delete';
|
||||
$lang['secretary_save'] = 'Sekretāra saglabāt';
|
||||
$lang['secretary_delete'] = 'Sekretāra dzēšana';
|
||||
$lang['admin_save'] = 'Admin Save';
|
||||
$lang['admin_delete'] = 'Admin Delete';
|
||||
$lang['options'] = 'Opcijas';
|
||||
$lang['webhooks'] = 'Webhooks';
|
||||
$lang['webhooks_info'] = 'Webhooks ļauj sūtīt HTTP paziņojumus ārējām tīmekļa lietojumprogrammām, reaģējot uz dažādiem lietojumprogrammas notikumiem, piemēram, tikšanās izveidošanu vai klienta atsaukšanu.';
|
||||
$lang['integations_info'] = 'Integrācija ļauj izveidot trešo pušu savienojumus ar ārējām lietojumprogrammām un API.';
|
||||
$lang['configure'] = 'Configure';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'Google Analytics ļauj automātiski pievienot izsekošanas kodu un HTML iezīmējumu publiskajā lapā un izsekot visas publiskās rezervācijas sesijas.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'Matomo Analytics ļauj automātiski pievienot izsekošanas kodu un HTML iezīmējumu publiskajā lapā un izsekot visas publiskās rezervācijas sesijas.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'API ļauj jums mijiedarboties ar visiem Easy!Appointments datiem, izmantojot HTTP protokolu un pieejamos API galapunktus, kā arī izveidot savu integrāciju.';
|
||||
$lang['google_analytics_code'] = 'Google Analytics kods';
|
||||
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
|
||||
$lang['future_booking_limit'] = 'Nākotnes rezervācijas limits';
|
||||
$lang['limit_days'] = 'Limit (Days)';
|
||||
$lang['future_booking_limit_hint'] = 'Iestatiet nākotnes ierobežojumu dienās, līdz kuram klienti var veikt tikšanās, izmantojot publisko rezervēšanas lapu.';
|
||||
$lang['api_token'] = 'API žetons';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'Atļaut pārplānošanu/atcelšanu pirms';
|
||||
$lang['at_least_one_field'] = 'Rezervācijas lapā jānorāda vismaz viens lauks.';
|
||||
$lang['status'] = 'Status';
|
||||
$lang['appointment_status_options'] = 'Tikšanās statusa opcijas';
|
||||
$lang['appointment_status_options_info'] = 'Noteikt sarakstu ar pieejamām tikšanās statusa opcijām, ko var izmantot kalendāra lapā (pirmā automātiski kļūst par noklusējuma vērtību).';
|
||||
$lang['sunday_short'] = 'Sun';
|
||||
$lang['monday_short'] = 'Mon';
|
||||
$lang['tuesday_short'] = 'Tue';
|
||||
$lang['wednesday_short'] = 'Wed';
|
||||
$lang['thursday_short'] = 'Thu';
|
||||
$lang['friday_short'] = 'Fri';
|
||||
$lang['saturday_short'] = 'Sat';
|
||||
$lang['january_short'] = 'Jan';
|
||||
$lang['february_short'] = 'Feb';
|
||||
$lang['march_short'] = 'Mar';
|
||||
$lang['april_short'] = 'Apr';
|
||||
$lang['may_short'] = 'May';
|
||||
$lang['june_short'] = 'Jun';
|
||||
$lang['july_short'] = 'Jul';
|
||||
$lang['august_short'] = 'Aug';
|
||||
$lang['september_short'] = 'Sep';
|
||||
$lang['october_short'] = 'Oct';
|
||||
$lang['november_short'] = 'Nov';
|
||||
$lang['december_short'] = 'Dec';
|
||||
$lang['am'] = 'am';
|
||||
$lang['pm'] = 'pm';
|
||||
$lang['to'] = 'līdz';
|
||||
$lang['click_to_to_toggle'] = 'Noklikšķiniet, lai pārslēgtos';
|
||||
$lang['week_short'] = 'Wk';
|
||||
$lang['scroll_to_increment'] = 'Ritināt, lai palielinātu';
|
||||
$lang['gads'] = 'Gads';
|
||||
$lang['make_non_working_day'] = 'Šis pakalpojumu sniedzējs nebūs pieejams darbam izvēlētajā dienā.';
|
||||
$lang['no_breaks'] = 'Nav pārtraukumu';
|
||||
$lang['service_categories'] = 'Pakalpojumu kategorijas';
|
||||
$lang['service_category'] = 'Pakalpojumu kategorija';
|
||||
$lang['blocked_period_saved'] = 'Bloķētais periods veiksmīgi saglabāts.';
|
||||
$lang['blocked_period_deleted'] = 'Bloķētais periods veiksmīgi dzēsts.';
|
||||
$lang['delete_blocked_period'] = 'Dzēst bloķēto periodu';
|
||||
$lang['blocked_period'] = 'Bloķētais periods';
|
||||
$lang['blocked_periods'] = 'Bloķētie periodi';
|
||||
$lang['blocked_period_save'] = 'Bloķētā perioda saglabāšana';
|
||||
$lang['blocked_period_delete'] = 'Bloķētā perioda dzēšana';
|
||||
$lang['blocked_periods_hint'] = 'Noteikt laika periodus, kad publiski rezervējumi visiem pakalpojumu sniedzējiem būs atspējoti (piemēram, slēgšanas datumi, brīvdienas u. c.).';
|
||||
$lang['custom_field'] = 'Pielāgotais lauks';
|
||||
$lang['custom_fields'] = 'Custom Fields';
|
||||
$lang['label'] = 'Etiķete';
|
||||
$lang['webhook_saved'] = 'Webhook ir veiksmīgi saglabāts.';
|
||||
$lang['webhook_deleted'] = 'Webhook veiksmīgi izdzēsts.';
|
||||
$lang['delete_webhook'] = 'Delete Webhook';
|
||||
$lang['contact_info'] = 'Kontaktinformācija';
|
||||
$lang['hide_from_public'] = 'Paslēpt no sabiedrības';
|
||||
$lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Iestatiet vietnes ID, ko Matomo uzraudzīs (pēc noklusējuma vietnei ir ID "1").';
|
||||
$lang['default_timezone'] = 'Noklusējuma laika zona';
|
||||
$lang['default_timezone_hint'] = 'Iestatiet noklusējuma laika zonas vērtību, kas tiks izmantota jauniem ierakstiem.';
|
||||
$lang['default_language'] = 'Noklusējuma valoda';
|
||||
$lang['default_language_hint'] = 'Iestatiet noklusējuma valodas vērtību, kas tiks izmantota jauniem ierakstiem.';
|
||||
$lang['sync_method_prompt'] = 'Kuru sinhronizācijas metodi vēlaties izmantot?';
|
||||
$lang['caldav_server'] = 'CalDAV Server';
|
||||
$lang['caldav_connection_info_prompt'] = 'Lūdzu, ievadiet mērķa CalDAV kalendāra savienojuma informāciju.';
|
||||
$lang['connect'] = 'Connect';
|
||||
$lang['ldap'] = 'LDAP';
|
||||
$lang['ldap_info'] = 'Šī integrācija ļauj izveidot savienojumu ar esošo LDAP serveri un automātiski importēt lietotājus programmā Easy!Appointments, kā arī ļaut viņiem veikt SSO ar direktorija paroli (lietotājvārdam jābūt vienādam).';
|
||||
$lang['host'] = 'Host';
|
||||
$lang['port'] = 'Port';
|
||||
$lang['user_dn'] = 'Lietotāja DN';
|
||||
$lang['base_dn'] = 'Bāzes DN';
|
||||
$lang['keyword'] = 'Atslēgvārds';
|
||||
$lang['ldap_search_hint'] = 'Norādiet atslēgvārdu, lai LDAP direktorijā meklētu lietotājus, kas atbilst filtra kritērijiem.';
|
||||
$lang['ldap_extension_not_loaded'] = 'LDAP PHP paplašinājums nav ielādēts, bet ir nepieciešams, lai šī integrācija darbotos.';
|
||||
$lang['field_mapping'] = 'Field Mapping';
|
||||
$lang['content'] = 'Saturs';
|
||||
$lang['active'] = 'Active';
|
||||
$lang['user_imported'] = 'Lietotāja ieraksts tika veiksmīgi importēts.';
|
||||
$lang['import'] = 'Importēt';
|
||||
$lang['ldap_dn'] = 'LDAP DN';
|
||||
$lang['role'] = 'Role';
|
||||
$lang['at_least_one_field_required'] = 'Rezervācijas lapā vismaz vienam laukam jābūt iestatītam kā obligātam.';
|
||||
$lang['customer_is_already_booked'] = 'Šim klientam jau ir norunāta tikšanās pieprasītā rezervācijas perioda laikā.';
|
||||
$lang['fields'] = 'Lauki';
|
||||
$lang['invalid_credentials_provided'] = 'Sniegti nepareizi akreditācijas dati, lūdzu, mēģiniet vēlreiz.';
|
||||
$lang['calendar_url'] = 'Kalendāra URL';
|
||||
$lang['please_select'] = 'Lūdzu, izvēlieties';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/latvian/unit_test_lang.php
Normal file
58
application/language/latvian/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/latvian/upload_lang.php
Normal file
55
application/language/latvian/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