This commit is contained in:
84
application/language/marathi/calendar_lang.php
Normal file
84
application/language/marathi/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/marathi/date_lang.php
Normal file
94
application/language/marathi/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';
|
||||
35
application/language/marathi/db_lang.php
Normal file
35
application/language/marathi/db_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author Kaustubh Kulkarni from JustInClicks.com
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('Directe toegang tot scripts is niet toegestaan');
|
||||
$lang['db_invalid_connection_str'] = 'मी कनेक्शन डेटा वापरुन डेटाबेससाठी सेटिंग्ज निर्धारित करण्यात अक्षम आहे.';
|
||||
$lang['db_unable_to_connect'] = 'मी निर्दिष्ट केलेल्या माहितीसह डेटाबेसशी कनेक्ट करण्यात अक्षम आहे.';
|
||||
$lang['db_unable_to_select'] = 'मी डेटाबेसमध्ये प्रवेश करण्यात अक्षम आहे:% s ';
|
||||
$lang['db_unable_to_create'] = 'मी डेटाबेस तयार करण्यात अक्षम आहे:% s';
|
||||
$lang['db_invalid_query'] = 'डेटाबेससाठी तयार केलेल्या क्वेरी चांगल्या प्रकारे तयार नाहीत.';
|
||||
$lang['db_must_set_table'] = 'डेटाबेसमधून टेबलचे नाव नमूद करणे अनिवार्य आहे.';
|
||||
$lang['db_must_use_set'] = 'जर तुम्हाला एखादा नियम बदलायचा असेल तर डेटाबेस त्यास “set” आदेशासह मिळेल.';
|
||||
$lang['db_must_use_index'] = 'या बॅच अद्यतनासाठी आवश्यक असलेल्या डेटाबेसचे नाव निर्देशांक वापरू शकेल.';
|
||||
$lang['db_batch_missing_index'] = 'बॅच अद्यतनित करण्याचे नियम असताना निर्दिष्ट निर्देशांक गहाळ आहे.';
|
||||
$lang['db_must_use_where'] = '"कुठे" या कलमाशिवाय अद्यतनांना परवानगी नाही.';
|
||||
$lang['db_del_must_use_where'] = '"WHERE" किंवा "LIKE" कलमाशिवाय हटविण्यास परवानगी नाही.';
|
||||
$lang['db_field_param_missing'] = 'टेबल फील्डची नावे पुनर्प्राप्त करण्यात सक्षम असल्याचे देखील नमूद केले पाहिजे.';
|
||||
$lang['db_unsupported_function'] = 'म्हणूनच हे वैशिष्ट्य डेटाबेसच्या या आवृत्तीद्वारे समर्थित नाही.';
|
||||
$lang['db_transaction_failure'] = 'व्यवहार त्रुटी: रोलबॅक';
|
||||
$lang['db_unable_to_drop'] = 'मी या प्रणालीचा निर्दिष्ट डेटाबेस हटविण्यात अक्षम आहे.';
|
||||
$lang['db_unsupported_feature'] = 'हे डेटाबेस प्लॅटफॉर्म परवानगी देत नाही.';
|
||||
$lang['db_unsupported_compression'] = 'सर्व्हरला ही कॉम्प्रेशन पद्धत माहित नाही.';
|
||||
$lang['db_filepath_error'] = 'सिस्टम निर्दिष्ट केलेल्या फायलीवर लिहू शकत नाही.';
|
||||
$lang['db_invalid_cache_path'] = 'सिस्टम कॅशेवर लिहू शकत नाही आणि ही योग्य फाईल आहे की नाही हे समजू शकत नाही.';
|
||||
$lang['db_table_name_required'] = 'या क्रियेसाठी, टेबलचे नाव आवश्यक आहे.';
|
||||
$lang['db_column_name_required'] = 'या ऑपरेशनसाठी, स्तंभ नाव आवश्यक आहे.';
|
||||
$lang['db_column_definition_required'] = 'या क्रियेसाठी अनिवार्य स्तंभ व्याख्या निर्दिष्ट करणे आवश्यक आहे.';
|
||||
$lang['db_unable_to_set_charset'] = 'वर्ण संच सेट करण्यास अक्षम (वर्ण संच)';
|
||||
$lang['db_error_heading'] = 'डेटाबेस त्रुटी आढळली';
|
||||
30
application/language/marathi/email_lang.php
Normal file
30
application/language/marathi/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author Kaustubh Kulkarni from JustInClicks.com
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('Directe toegang tot scripts is niet toegestaan');
|
||||
$lang['email_must_be_array'] = 'ईमेल प्रमाणीकरण पद्धत (array) पाठविली जाणे आवश्यक आहे.';
|
||||
$lang['email_invalid_address'] = 'अवैध ईमेल पत्ता आहे:%s';
|
||||
$lang['email_attachment_missing'] = '%s: खालील ईमेल संलग्नक शोधण्यात अक्षम';
|
||||
$lang['email_attachment_unreadable'] = 'संलग्नक उघडण्यात अक्षम:%s';
|
||||
$lang['email_no_from'] = 'हेडरशिवाय मेल पाठवू शकत नाही.';
|
||||
$lang['email_no_recipients'] = 'करण्यासाठी, सीसी, बीसीसी प्राप्तकर्त्यांचा समावेश करणे आवश्यक आहे ';
|
||||
$lang['email_send_failure_phpmail'] = 'PHP मेल () वापरुन ईमेल पाठविण्यात अक्षम. आपल्या सर्व्हरला ही पद्धत वापरून मेल पाठविण्यासाठी कॉन्फिगर केले जाऊ शकत नाही';
|
||||
$lang['email_send_failure_sendmail'] = 'PHP सेंडमेल वापरुन ईमेल पाठविण्यात अक्षम. आपल्या सर्व्हरला ही पद्धत वापरून मेल पाठविण्यासाठी कॉन्फिगर केले जाऊ शकत नाही';
|
||||
$lang['email_send_failure_smtp'] = 'PHP एसएमटीपी वापरुन ईमेल पाठविण्यात अक्षम. आपल्या सर्व्हरला ही पद्धत वापरून मेल पाठविण्यासाठी कॉन्फिगर केले जाऊ शकत नाही';
|
||||
$lang['email_sent'] = 'आपला संदेश दिलेल्या प्रोटोकॉलचा वापर करुन यशस्वीरित्या पाठविला गेला आहे:%s';
|
||||
$lang['email_no_socket'] = 'मेलमेलवर सॉकेट उघडण्यात अक्षम. सेटिंग्ज तपासा';
|
||||
$lang['email_no_hostname'] = 'आपण एसएमटीपी होस्टनाव निर्दिष्ट केलेले नाही';
|
||||
$lang['email_smtp_error'] = 'खालील एसएमटीपी त्रुटी आलीः%s';
|
||||
$lang['email_no_smtp_unpw'] = 'त्रुटी: एसएमटीपी वापरकर्तानाव आणि संकेतशब्द प्रदान करणे आवश्यक आहे';
|
||||
$lang['email_failed_smtp_login'] = 'प्रमाणीकरण लॉग इन पाठविण्यास अयशस्वी. त्रुटी:%s';
|
||||
$lang['email_smtp_auth_un'] = 'वापरकर्तानाव प्रमाणीकरण करण्यात अयशस्वी. त्रुटी:%s';
|
||||
$lang['email_smtp_auth_pw'] = 'संकेतशब्द प्रमाणित करण्यात अयशस्वी. त्रुटी:%s';
|
||||
$lang['email_smtp_data_failure'] = 'डेटा पाठविण्यात अक्षम:%s';
|
||||
$lang['email_exit_status'] = 'निर्गमन स्थिती कोड आहे:%s';
|
||||
69
application/language/marathi/form_validation_lang.php
Normal file
69
application/language/marathi/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/marathi/ftp_lang.php
Normal file
51
application/language/marathi/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/marathi/imglib_lang.php
Normal file
57
application/language/marathi/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/marathi/index.html
Normal file
10
application/language/marathi/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
application/language/marathi/migration_lang.php
Normal file
19
application/language/marathi/migration_lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author Kaustubh Kulkarni from JustInClicks.com
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'कोणतेही स्थलांतर आढळले नाही.';
|
||||
$lang['migration_not_found'] = 'यासह कोणतेही स्थलांतरण आवृत्ती क्रमांक आढळू शकला नाही:% s.';
|
||||
$lang['migration_sequence_gap'] = 'आवृत्ती क्रमांक %s जवळ स्थलांतर क्रमात फरक आहे. ';
|
||||
$lang['migration_multiple_version'] = 'आवृत्ती क्रमांक %s सारखी अनेक स्थलांतर आढळली.';
|
||||
$lang['migration_class_doesnt_exist'] = '"%s" स्थलांतर वर्ग आढळू शकला नाही.';
|
||||
$lang['migration_missing_up_method'] = 'माइग्रेशन क्लास "%s" मध्ये "अप" पद्धत नाही.';
|
||||
$lang['migration_missing_down_method'] = 'स्थलांतर वर्ग "% s" मध्ये "डाऊन" पद्धत नाही.';
|
||||
$lang['migration_invalid_filename'] = 'स्थलांतर "% s" हे अवैध फाइलनाव आहे.';
|
||||
44
application/language/marathi/number_lang.php
Normal file
44
application/language/marathi/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/marathi/pagination_lang.php
Normal file
43
application/language/marathi/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/marathi/profiler_lang.php
Normal file
60
application/language/marathi/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/marathi/translations_lang.php
Normal file
487
application/language/marathi/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Marathi
|
||||
$lang['page_title'] = 'अपॉईंटमेंट बुक करा';
|
||||
$lang['service_and_provider'] = 'प्रदाता आणि सेवा निवडा';
|
||||
$lang['select_service'] = 'सेवा निवडा';
|
||||
$lang['select_provider'] = ' व्यवस्थापक निवडा';
|
||||
$lang['duration'] = 'कालावधी';
|
||||
$lang['minutes'] = 'मिनिट';
|
||||
$lang['price'] = 'किंमत';
|
||||
$lang['back'] = 'मागे';
|
||||
$lang['appointment_date_and_time'] = 'भेटीची तारीख आणि वेळ निवडा';
|
||||
$lang['no_available_hours'] = 'निवडलेल्या तारखेसाठी कोणतेही तास उपलब्ध नाहीत, दुसरे निवडा';
|
||||
$lang['appointment_hour_missing'] = 'कृपया पुढे जाण्यापूर्वी एक अपॉईंटमेंट निवडा.';
|
||||
$lang['customer_information'] = 'आपली माहिती भरा';
|
||||
$lang['first_name'] = 'नाव';
|
||||
$lang['last_name'] = 'आडनाव';
|
||||
$lang['email'] = 'ईमेल';
|
||||
$lang['phone_number'] = 'फ़ोन नंबर';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'पत्ताा';
|
||||
$lang['city'] = 'शहर';
|
||||
$lang['zip_code'] = 'पिन कोड';
|
||||
$lang['notes'] = 'सूचना';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* फील्ड आवश्यक आहेत.';
|
||||
$lang['appointment_confirmation'] = 'भेटीची पुष्टी करा';
|
||||
$lang['confirm'] = 'खात्री करा';
|
||||
$lang['update'] = 'अद्यतनित करा';
|
||||
$lang['cancel_appointment_hint'] = 'कंपनीच्या वेळापत्रकातून अपॉईंटमेंट रद्द करण्यासाठी, "रद्द करा" बटण दाबा.';
|
||||
$lang['cancel'] = 'रद्द करा';
|
||||
$lang['appointment_registered'] = 'आपली भेट यशस्वीरित्या नोंदविली गेली आहे.';
|
||||
$lang['cancel_appointment_title'] = 'भेट रद्द करा';
|
||||
$lang['appointment_cancelled'] = 'आपली भेट यशस्वीरित्या रद्द केली गेली आहे.';
|
||||
$lang['appointment_cancelled_title'] = 'अपॉइंटमेंट रद्द केली';
|
||||
$lang['reason'] = 'कारण';
|
||||
$lang['appointment_removed_from_schedule'] = 'पुढील नियुक्ती कंपनीच्या वेळापत्रकातून वगळण्यात आली.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'अपॉईंटमेंट तपशीलांसह एक ईमेल आपल्याला पाठविला गेला आहे.';
|
||||
$lang['add_to_google_calendar'] = 'गूगल कॅलेंडरमध्ये जोडा';
|
||||
$lang['appointment_booked'] = 'आपली भेट यशस्वीरित्या नोंदविली गेली आहे.';
|
||||
$lang['thank_you_for_appointment'] = 'आमच्यासोबत भेटीची व्यवस्था केल्याबद्दल धन्यवाद. आपण भेटीची माहिती खाली पाहू शकता. अपॉईंटमेंट लिंकवर क्लिक करून बदल करा.';
|
||||
$lang['appointment_details_title'] = 'नियुक्ती तपशील';
|
||||
$lang['customer_details_title'] = 'ग्राहक तपशील';
|
||||
$lang['service'] = 'सेवा';
|
||||
$lang['provider'] = ' व्यवस्थापक';
|
||||
$lang['customer'] = 'ग्राहक';
|
||||
$lang['start'] = 'प्रारंभ करा';
|
||||
$lang['end'] = 'समाप्त';
|
||||
$lang['name'] = 'नाव';
|
||||
$lang['appointment_link_title'] = 'नियुक्ती दुवा';
|
||||
$lang['success'] = 'यश.';
|
||||
$lang['appointment_added_to_your_plan'] = 'आपल्या योजनेत एक नवीन नियुक्ती जोडली गेली आहे.';
|
||||
$lang['appointment_link_description'] = 'आपण खाली अपॉईंटमेंट लिंकवर क्लिक करून बदल करू शकता.';
|
||||
$lang['appointment_locked'] = 'सुधारणा करणे शक्य नाही.';
|
||||
$lang['appointment_locked_message'] = 'अपॉइंटमेंटमध्ये बदल करणे शक्य नाही कारण ती {$limit} तासांपेक्षा कमी वेळ आधी आहे.';
|
||||
$lang['appointment_not_found'] = 'नियुक्ती आढळली नाही.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'आपण विनंती केलेली अपॉईंटमेंट सिस्टम डेटाबेसमध्ये विद्यमान नाही.';
|
||||
$lang['display_calendar'] = 'कॅलेंडर दर्शवा';
|
||||
$lang['calendar'] = 'कॅलेंडर';
|
||||
$lang['users'] = 'वापरकर्ता';
|
||||
$lang['settings'] = 'सेटिंग';
|
||||
$lang['log_out'] = 'लॉग आउट';
|
||||
$lang['synchronize'] = 'समक्रमित करा';
|
||||
$lang['enable_sync'] = 'समक्रमित सक्षम करा';
|
||||
$lang['disable_sync'] = 'समक्रमित अक्षम कर';
|
||||
$lang['disable_sync_prompt'] = 'आपल्याला खात्री आहे का की आपण कॅलेंडर समक्रमण अक्षम करू इच्छिता?';
|
||||
$lang['reload'] = 'रीलोड करा';
|
||||
$lang['appointment'] = 'अपॉइंटमेंट';
|
||||
$lang['unavailability'] = 'अनुपलब्ध';
|
||||
$lang['week'] = 'आठवडा';
|
||||
$lang['month'] = 'महिना';
|
||||
$lang['today'] = 'आज';
|
||||
$lang['not_working'] = 'काम करत नाही';
|
||||
$lang['break'] = 'ब्रेक';
|
||||
$lang['add'] = 'जोडा';
|
||||
$lang['edit'] = 'संपादित करा';
|
||||
$lang['hello'] = 'नमस्कार.';
|
||||
$lang['all_day'] = 'दिवसभर';
|
||||
$lang['manage_appointment_record_hint'] = 'उपलब्ध प्रदाते आणि सेवांची सर्व नियुक्ती नोंदी व्यवस्थापित करा.';
|
||||
$lang['select_filter_item_hint'] = 'प्रदाता किंवा सेवा निवडा आणि कॅलेंडरवर भेटी पहा.';
|
||||
$lang['enable_appointment_sync_hint'] = 'प्रदात्याच्या Google कॅलेंडर खात्यासह अपॉइंटमेंट समक्रमण सक्षम करा';
|
||||
$lang['manage_customers_hint'] = 'नोंदणीकृत ग्राहकांचे व्यवस्थापन आणि त्यांचे बुकिंग इतिहास पहा.';
|
||||
$lang['manage_services_hint'] = 'उपलब्ध सेवा आणि प्रणालीच्या श्रेणींचे व्यवस्थापन.';
|
||||
$lang['manage_users_hint'] = 'बॅकएंड वापरकर्ते व्यवस्थापित करा (प्रशासक, प्रदाते, सचिव).';
|
||||
$lang['settings_hint'] = 'सिस्टम आणि वापरकर्ता सेटिंग्ज बनवा.';
|
||||
$lang['log_out_hint'] = 'सिस्टममधून लॉग आउट करा.';
|
||||
$lang['unavailability_periods_hint'] = 'प्रदाता अनुपलब्ध कालावधीत नवीन भेटी स्वीकारणार नाही.';
|
||||
$lang['new_appointment_hint'] = 'नवीन अपॉईंटमेंट तयार करा आणि त्यास डेटाबेसमध्ये संचयित करा.';
|
||||
$lang['reload_appointments_hint'] = 'कॅलेंडर अपॉईंटमेंट रीलोड करा.';
|
||||
$lang['trigger_sync_hint'] = 'Google कॅलेंडर संकालन प्रक्रिया ट्रिगर करा.';
|
||||
$lang['appointment_updated'] = 'नियुक्ती अद्यतनित यशस्वी.';
|
||||
$lang['undo'] = 'पूर्ववत करा';
|
||||
$lang['appointment_details_changed'] = 'भेटीचे तपशील बदलले आहेत.';
|
||||
$lang['appointment_changes_saved'] = 'अपॉईंटमेंट बदल यशस्वीरित्या जतन केला गेला आहे.';
|
||||
$lang['save'] = 'जतन करा';
|
||||
$lang['new'] = 'नवीन';
|
||||
$lang['select'] = 'निवडण्यासाठी';
|
||||
$lang['hide'] = 'लपवा';
|
||||
$lang['type_to_filter_customers'] = 'ग्राहकांना फिल्टर करण्यासाठी टाइप करा.';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'फील्ड साफ करा आणि नवीन ग्राहक प्रविष्ट करा.';
|
||||
$lang['pick_existing_customer_hint'] = 'विद्यमान ग्राहक निवडा.';
|
||||
$lang['new_appointment_title'] = 'नवीन भेट';
|
||||
$lang['edit_appointment_title'] = 'नियुक्ती संपादित करा';
|
||||
$lang['delete_appointment_title'] = 'अपॉईंटमेंट हटवा';
|
||||
$lang['write_appointment_removal_reason'] = 'आपण अपॉइंटमेंट हटवत असल्याचे कारण लिहिण्यासाठी एक मिनिट घ्या:';
|
||||
$lang['appointment_saved'] = 'अपॉईंटमेंट यशस्वीरित्या जतन केले.';
|
||||
$lang['new_unavailability_title'] = 'नवीन गहाळ कालावधी';
|
||||
$lang['edit_unavailability_title'] = 'गहाळ कालावधी संपादित करा';
|
||||
$lang['unavailability_saved'] = 'गहाळ कालावधी यशस्वीरित्या जतन झाला.';
|
||||
$lang['start_date_before_end_error'] = 'प्रारंभ तारीख मूल्याच्या अंतिम तारखेपेक्षा मोठी आहे';
|
||||
$lang['invalid_duration'] = 'Invalid duration.';
|
||||
$lang['invalid_email'] = 'अवैध ईमेल पत्ता.';
|
||||
$lang['customers'] = 'उपभोक्ता';
|
||||
$lang['details'] = 'विवरण';
|
||||
$lang['no_records_found'] = 'कोणतीही रेकॉर्ड आढळली नाहीत ...';
|
||||
$lang['services'] = 'सेवा';
|
||||
$lang['duration_minutes'] = 'कालावधी (मिनिटे)';
|
||||
$lang['currency'] = 'चलन';
|
||||
$lang['category'] = 'श्रेणी';
|
||||
$lang['no_category'] = 'श्रेणी नाही';
|
||||
$lang['description'] = 'विवरण';
|
||||
$lang['categories'] = 'श्रेणी';
|
||||
$lang['admins'] = 'प्रशासक';
|
||||
$lang['providers'] = 'व्यवस्थापक';
|
||||
$lang['secretaries'] = 'सचिव';
|
||||
$lang['mobile_number'] = 'मोबाइल नंबर';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'राज्य';
|
||||
$lang['username'] = 'वापरकर्ता नाव';
|
||||
$lang['password'] = 'पासवर्ड';
|
||||
$lang['retype_password'] = 'पासवर्ड पुन्हा टाइप करा';
|
||||
$lang['receive_notifications'] = 'नोट मिळवा';
|
||||
$lang['passwords_mismatch'] = 'पासवर्ड जुळत नाहीत.';
|
||||
$lang['admin_saved'] = 'प्रशासन यशस्वीरित्या जतन करा.';
|
||||
$lang['provider_saved'] = 'प्रदाता यशस्वीरित्या जतन करा.';
|
||||
$lang['secretary_saved'] = 'सचिव यशस्वीरित्या सेव्ह ';
|
||||
$lang['admin_deleted'] = 'प्रशासन यशस्वीरित्या हटविला.';
|
||||
$lang['provider_deleted'] = 'प्रदाता यशस्वीरित्या हटविला.';
|
||||
$lang['secretary_deleted'] = 'सचिव यशस्वीरित्या नष्ट.';
|
||||
$lang['service_saved'] = 'सेवा यशस्वीरित्या जतन केली.';
|
||||
$lang['service_category_saved'] = 'सेवा श्रेणी यशस्वीरित्या जतन करा.';
|
||||
$lang['service_deleted'] = 'सेवा यशस्वीरित्या हटविली.';
|
||||
$lang['service_category_deleted'] = 'सेवा श्रेणी यशस्वीरित्या हटविली.';
|
||||
$lang['customer_saved'] = 'ग्राहक यशस्वीरित्या जतन.';
|
||||
$lang['customer_deleted'] = 'यशस्वीरित्या ग्राहक हटविला.';
|
||||
$lang['current_view'] = 'वर्तमान दृश्य';
|
||||
$lang['working_plan'] = 'कामाची योजना';
|
||||
$lang['reset_plan'] = 'योजना रीसेट करा';
|
||||
$lang['monday'] = 'सोमवार';
|
||||
$lang['tuesday'] = 'मंगळवार';
|
||||
$lang['wednesday'] = 'बुधवार';
|
||||
$lang['thursday'] = 'गुरूवार';
|
||||
$lang['friday'] = 'शुक्रवार';
|
||||
$lang['saturday'] = 'शनिवार';
|
||||
$lang['sunday'] = 'रविवार';
|
||||
$lang['breaks'] = 'ब्रेक';
|
||||
$lang['add_breaks_during_each_day'] = 'प्रत्येक दिवसात कामावर ब्रेक जोडा. प्रदाता ब्रेक दरम्यान कोणत्याही भेटी स्वीकारणार नाहीत.';
|
||||
$lang['day'] = 'दिवस';
|
||||
$lang['days'] = 'दिवस';
|
||||
$lang['actions'] = 'क्रिया';
|
||||
$lang['reset_working_plan_hint'] = 'कार्य योजनेची डीफॉल्ट मूल्ये रीसेट करा.';
|
||||
$lang['company_name'] = 'कंपनीचे नाव';
|
||||
$lang['company_name_hint'] = 'कंपनीचे नाव सिस्टमवर सर्वत्र प्रदर्शित केले जाईल (आवश्यक)';
|
||||
$lang['company_email'] = 'कंपनी ईमेल';
|
||||
$lang['company_email_hint'] = 'हा कंपनीचा ईमेल पत्ता असेल. हा प्रेषक आणि सिस्टम ईमेल प्रत्युत्तर पत्ता म्हणून वापरला जाईल (आवश्यक)';
|
||||
$lang['company_link'] = 'कंपनी दुवा';
|
||||
$lang['company_link_hint'] = 'कंपनी दुव्याने कंपनीची अधिकृत वेबसाइट दर्शविली पाहिजे (आवश्यक)';
|
||||
$lang['go_to_booking_page'] = 'आरक्षण पृष्ठावर जा';
|
||||
$lang['settings_saved'] = 'सेव्ह यशस्वीरित्या सेट करीत आहे.';
|
||||
$lang['general'] = 'सामान्य';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'दृश्यमान';
|
||||
$lang['hidden'] = 'लपलेले';
|
||||
$lang['business_logic'] = 'व्यवसाय तर्कशास्त्र';
|
||||
$lang['current_user'] = 'तात्कालिक प्रयोगकर्ता';
|
||||
$lang['about_app'] = 'अॅप बद्दल...';
|
||||
$lang['edit_working_plan_hint'] = 'आपली कंपनी नियुक्ती स्वीकारेल असे दिवस आणि तास चिन्हांकित करा. आपण नॉन-कामकाजाच्या तासांमध्ये भेटी समायोजित करण्यास सक्षम असाल, परंतु ग्राहक नॉन-कामकाजाच्या कालावधीत स्वतःच भेटी बुक करू शकणार नाहीत. ही कृती योजना प्रत्येक नवीन प्रदाता रेकॉर्डसाठी डीफॉल्ट असेल, परंतु आपण आपल्या रेकॉर्डमध्ये संपादन करून प्रत्येक प्रदात्याची योजना स्वतंत्रपणे बदलण्यास सक्षम असाल. यानंतर आपण ब्रेकचा कालावधी जोडू शकता.';
|
||||
$lang['edit_breaks_hint'] = 'प्रत्येक दिवसात कामावर ब्रेक जोडा. हे ब्रेक सर्व नवीन प्रदात्यांना लागू केले जातील.ा';
|
||||
$lang['book_advance_timeout'] = 'अॅडव्हान्स बुक कालबाह्य';
|
||||
$lang['book_advance_timeout_hint'] = 'ग्राहक आरक्षण देण्यापूर्वी किंवा मिनिटांतच टाइमआउट (मिनिटात) परिभाषित करा किंवा कंपनीबरोबर भेटीची व्यवस्था करा.';
|
||||
$lang['timeout_minutes'] = 'मध्यांतर (मिनिटे)';
|
||||
$lang['about_app_info'] = 'सुलभ! अपॉइंटमेंट हा एक अत्यंत सानुकूल वेब अनुप्रयोग आहे जो आपल्या ग्राहकांना आपल्याद्वारे वेबद्वारे भेटी बुक करू देतो. याव्यतिरिक्त, हे Google कॅलेंडरसह आपला डेटा संकालित करण्याची क्षमता प्रदान करते जेणेकरून आपण त्यांचा वापर अन्य सेवांसह करू शकाल.';
|
||||
$lang['current_version'] = 'वर्तमान आवृत्ती';
|
||||
$lang['support'] = 'समर्थक';
|
||||
$lang['about_app_support'] = 'आपण सोपे असल्यास! अपॉईंटमेंट वापरताना आपल्याला काही अडचण आल्यास आपण उत्तरासाठी अधिकृत Google गट शोधू शकता. विकासाच्या प्रगतीत मदत करण्यासाठी आपल्याला Google कोड पृष्ठावर नवीन समस्या तयार करण्याची आवश्यकता असू शकते';
|
||||
$lang['official_website'] = 'अधिकृत वेबसाइट';
|
||||
$lang['google_plus_community'] = 'Google+ समुदाय';
|
||||
$lang['support_group'] = 'समर्थन गट';
|
||||
$lang['project_issues'] = 'प्रकल्प समस्या';
|
||||
$lang['license'] = 'परवाना';
|
||||
$lang['about_app_license'] = 'सुलभ! जीपीएलव्ही 3 परवान्याअंतर्गत नियुक्ती परवानाकृत आहे. ! सुलभ! अपॉईंटमेंट कोड वापरुन, आपण खालील URL मध्ये वर्णन केलेल्या अटींशी सहमत होता:';
|
||||
$lang['logout_success'] = 'आपण यशस्वीरित्या लॉग आउट केले. भिन्न पृष्ठावर नेव्हिगेट करण्यासाठी बटणावर क्लिक करा.';
|
||||
$lang['book_appointment_title'] = 'अपॉईंटमेंट बुक करत आहेा';
|
||||
$lang['backend_section'] = 'बॅकएंड विभाग';
|
||||
$lang['you_need_to_login'] = 'आपले स्वागत आहे बॅकएंड पृष्ठे पाहण्यासाठी आपल्याला लॉग इन करावे लागेल.';
|
||||
$lang['enter_username_here'] = 'येथे आपले वापरकर्तानाव प्रविष्ट करा ...';
|
||||
$lang['enter_password_here'] = 'आपला पासवर्ड येथे प्रविष्ट करा ...';
|
||||
$lang['login'] = 'लॉग इन करा';
|
||||
$lang['forgot_your_password'] = 'आपला पासवर्ड विसरलात?';
|
||||
$lang['login_failed'] = ' लॉगिन अयशस्वी, कृपया योग्य क्रेडेन्शियल्स प्रविष्ट करा आणि पुन्हा प्रयत्न करा';
|
||||
$lang['type_username_and_email_for_new_password'] = 'आपला नवीन संकेतशब्द मिळविण्यासाठी आपले वापरकर्तानाव आणि आपला ईमेल पत्ता टाइप करा.';
|
||||
$lang['enter_email_here'] = 'आपला ईमेल येथे प्रविष्ट करा ...';
|
||||
$lang['regenerate_password'] = 'पासवर्ड पुन्हा निर्माण करा';
|
||||
$lang['go_to_login'] = 'लॉगिन पृष्ठावर परत जा';
|
||||
$lang['new_password_sent_with_email'] = 'आपला नवीन पासवर्ड आपल्याला ईमेलद्वारे पाठविला गेला आहे.';
|
||||
$lang['new_account_password'] = 'नवीन खाते पासवर्ड';
|
||||
$lang['new_password_is'] = 'आपल्या नवीन खात्याचा $password म्हणजे पासवर्ड. आवश्यक असल्यास, आपला संकेतशब्द पुनर्प्राप्त करण्यासाठी हा ईमेल संचयित करा. आपण सेटिंग्ज पृष्ठामध्ये हा नवीन संकेतशब्द देखील बदलू शकता.';
|
||||
$lang['delete_record_prompt'] = 'आपण हे रेकॉर्ड हटवू इच्छिता? ही क्रिया पूर्ववत करणे शक्य नाही';
|
||||
$lang['delete_admin'] = 'प्रशासक काढा';
|
||||
$lang['delete_customer'] = 'ग्राहक हटवा';
|
||||
$lang['delete_service'] = 'सेवा हटवा';
|
||||
$lang['delete_service_category'] = 'सेवा श्रेणी काढा';
|
||||
$lang['delete_provider'] = 'प्रदाता हटवा';
|
||||
$lang['delete_secretary'] = 'सचिव हटवा';
|
||||
$lang['delete_appointment'] = 'अपॉईंटमेंट हटवा';
|
||||
$lang['delete_unavailability'] = 'गहाळ कालावधी हटवा';
|
||||
$lang['delete'] = 'हटवा';
|
||||
$lang['unexpected_issues'] = 'अनपेक्षित समस्या';
|
||||
$lang['unexpected_issues_message'] = 'अनपेक्षित समस्यांमुळे ऑपरेशन पूर्ण होऊ शकले नाही';
|
||||
$lang['close'] = 'बंद करा';
|
||||
$lang['page_not_found'] = 'पृष्ठ आढळले नाही';
|
||||
$lang['page_not_found_message'] = 'दुर्दैवाने आपले विनंती पृष्ठ अस्तित्वात नाही. आपल्या ब्राउझरची URL तपासा किंवा खालील बटण वापरून दुसर्या ठिकाणी जा';
|
||||
$lang['error'] = 'त्रुटी';
|
||||
$lang['no_privileges'] = 'विशेषाधिकार नाही';
|
||||
$lang['no_privileges_message'] = 'आपणास हे पृष्ठ पाहण्याचा विशेषाधिकार नाही. भिन्न विभागात नेव्हिगेट करा';
|
||||
$lang['backend_calendar'] = 'बॅकएंड कॅलेंडर';
|
||||
$lang['start_date_time'] = 'प्रारंभ तारीख आणि वेळ';
|
||||
$lang['end_date_time'] = 'समाप्ती तारीख आणि वेळ';
|
||||
$lang['licensed_under'] = 'अंतर्गत परवाना';
|
||||
$lang['unexpected_issues_occurred'] = 'अनपेक्षित समस्या घडल्या.';
|
||||
$lang['service_communication_error'] = 'सर्व्हर संप्रेषण त्रुटी, कृपया पुन्हा प्रयत्न करा';
|
||||
$lang['no_privileges_edit_appointments'] = 'आपल्याकडे भेटीचे संपादन करण्यासाठी आवश्यक विशेषाधिकार नाहीत.';
|
||||
$lang['unavailability_updated'] = 'गहाळ वेळ कालावधी यशस्वीरित्या अद्यतनित केला';
|
||||
$lang['appointments'] = 'अपॉइंटमेंट';
|
||||
$lang['unexpected_warnings'] = 'अनपेक्षित चेतावणी';
|
||||
$lang['unexpected_warnings_message'] = 'ऑपरेशन पूर्ण झाले परंतु काही इशारे दिसू लागले.';
|
||||
$lang['filter'] = 'फिल्टर';
|
||||
$lang['clear'] = 'स्पष्ट';
|
||||
$lang['uncategorized'] = 'अवर्गीकृत';
|
||||
$lang['username_already_exists'] = 'वापरकर्तानाव आधीपासून विद्यमान आहे.';
|
||||
$lang['password_length_notice'] = 'पासवर्ड किमान $number वर्णांचा असावा.';
|
||||
$lang['general_settings'] = 'सामान्य सेटिंग्स';
|
||||
$lang['personal_information'] = 'वैयक्तिक माहिती';
|
||||
$lang['system_login'] = 'सिस्टम लॉगिन';
|
||||
$lang['user_settings_are_invalid'] = 'वापरकर्त्याची सेटिंग्ज अवैध आहेत! आपल्या सेटिंग्जचे पुनरावलोकन करा आणि पुन्हा प्रयत्न करा. ';
|
||||
$lang['add_break'] = 'थांबा';
|
||||
$lang['january'] = 'जानेवारी';
|
||||
$lang['february'] = 'फेब्रुवारी';
|
||||
$lang['march'] = 'मार्च';
|
||||
$lang['april'] = 'एप्रिल';
|
||||
$lang['may'] = 'मे';
|
||||
$lang['june'] = 'जून';
|
||||
$lang['july'] = 'जुलै';
|
||||
$lang['august'] = 'ऑगस्ट';
|
||||
$lang['september'] = 'सप्टेंबर';
|
||||
$lang['october'] = 'ऑक्टोबर';
|
||||
$lang['november'] = 'नोव्हेंबर';
|
||||
$lang['december'] = 'डिसेंबर';
|
||||
$lang['previous'] = 'मागील';
|
||||
$lang['next'] = 'पुढील';
|
||||
$lang['now'] = 'या वेळी';
|
||||
$lang['select_time'] = 'वेळ निवडा';
|
||||
$lang['time'] = 'वेळ';
|
||||
$lang['hour'] = 'तास';
|
||||
$lang['minute'] = 'मिनिट';
|
||||
$lang['calendar_sync_completed'] = 'Google समक्रमण यशस्वीरित्या पूर्ण झाले';
|
||||
$lang['calendar_sync_failed'] = 'Google समक्रमण अयशस्वी: सर्व्हर कनेक्शन स्थापित केले जाऊ शकले नाही';
|
||||
$lang['select_sync_calendar'] = 'गूगल कॅलेंडर निवडा';
|
||||
$lang['select_sync_calendar_prompt'] = 'आपण आपल्या भेटी समक्रमित करू इच्छित कॅलेंडर निवडा. आपण एखादे विशिष्ट कॅलेंडर निवडू इच्छित नसल्यास, एक डीफॉल्टनुसार वापरले जाईल';
|
||||
$lang['sync_calendar_selected'] = 'Google कॅलेंडर यशस्वीरित्या निवडले गेले आहे';
|
||||
$lang['oops_something_went_wrong'] = 'अरेरे! काहीतरी चूक झाली';
|
||||
$lang['ea_update_success'] = 'सुलभ! भेट यशस्वीरित्या अद्यतनित केली गेली आहे.';
|
||||
$lang['require_captcha'] = 'कॅप्चा आवश्यक आहे';
|
||||
$lang['require_captcha_hint'] = 'सक्षम केल्यावर, ग्राहकांना अपॉइंटमेंट बुक करण्यासाठी / अद्यतनित करण्यापूर्वी यादृच्छिक व्युत्पन्न कॅप्चा स्ट्रिंग टाईप करावी लागेल.';
|
||||
$lang['captcha_is_wrong'] = 'कॅप्चा सत्यापन अयशस्वी, कृपया पुन्हा प्रयत्न करा.';
|
||||
$lang['any_provider'] = 'कोणताही प्रदाता';
|
||||
$lang['requested_hour_is_unavailable'] = 'विनंती केलेली अपॉईंटमेंट अनफर्तपणे उपलब्ध नाही. कृपया आपल्या भेटीसाठी एक वेगळा तास निवडा.';
|
||||
$lang['customer_notifications'] = 'ग्राहक सूचना';
|
||||
$lang['customer_notifications_hint'] = 'जेव्हा जेव्हा त्याच्या कोणत्याही नेमणुकीवर वेळापत्रक बदलते तेव्हा ग्राहक ईमेल सूचना प्राप्त करेल की नाही हे परिभाषित करते. ';
|
||||
$lang['date_format'] = 'तारीख स्वरूप';
|
||||
$lang['date_format_hint'] = 'तारीख प्रदर्शन स्वरूप बदला(D - Date, M - Month, Y - Year).';
|
||||
$lang['time_format'] = 'वेळ स्वरूप';
|
||||
$lang['time_format_hint'] = 'वेळ प्रदर्शन स्वरूप बदला(H - Hours, M - Minutes).';
|
||||
$lang['first_weekday'] = 'First day of week';
|
||||
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
|
||||
$lang['google_analytics_code_hint'] = 'बुकिंग पृष्ठामध्ये समाविष्ट होण्यासाठी आपला Google ticsनालिटिक्स आयडी जोडा.';
|
||||
$lang['availabilities_type'] = 'उपलब्धता प्रकार';
|
||||
$lang['flexible'] = 'लवचिक';
|
||||
$lang['fixed'] = 'निश्चित';
|
||||
$lang['attendants_number'] = 'उपस्थिती क्रमांक';
|
||||
$lang['reset_working_plan'] = 'कार्यरत योजनेस डीफॉल्ट मूल्यांवर परत रीसेट करा.';
|
||||
$lang['legal_contents'] = ' कायदेशीर सामग्री';
|
||||
$lang['cookie_notice'] = 'कुकीची सूचना';
|
||||
$lang['display_cookie_notice'] = 'कुकी सूचना प्रदर्शित करा';
|
||||
$lang['cookie_notice_content'] = 'कुकी सूचना सामग्री';
|
||||
$lang['terms_and_conditions'] = 'अटी व शर्ती';
|
||||
$lang['display_terms_and_conditions'] = 'अटी व शर्ती प्रदर्शित करा';
|
||||
$lang['terms_and_conditions_content'] = ' अटी व शर्तींची सामग्री';
|
||||
$lang['privacy_policy'] = 'गोपनीयता धोरण';
|
||||
$lang['display_privacy_policy'] = 'गोपनीयता धोरण प्रदर्शित करा';
|
||||
$lang['privacy_policy_content'] = 'गोपनीयता धोरण सामग्री';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'आपल्याला आमच्या वेबसाइटवर सर्वोत्तम अनुभव मिळेल याची खात्री करण्यासाठी ही वेबसाइट कुकीज वापरते.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'मी {$link} अटी व शर्ती {/$link}. वाचला आणि त्यास सहमती दिली आहे.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'मी {$link} गोपनीयता धोरण {/$link} वाचले आहे आणि त्यास सहमती दिली आहे.';
|
||||
$lang['delete_personal_information_hint'] = 'सिस्टमवरून सर्व वैयक्तिक माहिती हटवा.';
|
||||
$lang['delete_personal_information'] = 'वैयक्तिक माहिती हटवा';
|
||||
$lang['delete_personal_information_prompt'] = 'आपली खात्री आहे की आपण आपली वैयक्तिक माहिती हटवू इच्छिता? ही क्रिया पूर्ववत करणे शक्य नाही.';
|
||||
$lang['location'] = 'स्थान';
|
||||
$lang['working_plan_exception'] = 'कामकाज योजना अपवाद';
|
||||
$lang['working_plan_exceptions'] = 'कामकाज योजना अपवाद';
|
||||
$lang['working_plan_exceptions_hint'] = 'कामकाज योजनाच्या बाहेर एक कामकाज योजना अपवाद दिवस जोडा.';
|
||||
$lang['new_working_plan_exception_title'] = 'नवीन कामकाज योजना अपवाद';
|
||||
$lang['working_plan_exception_saved'] = 'कामकाज योजना अपवाद यशस्वीरित्या सहेत.';
|
||||
$lang['working_plan_exception_deleted'] = 'कामकाज योजना अपवाद यशस्वीरित्या हटवला.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'कामकाज योजनाच्या बाहेर कामकाज योजना अपवाद जोडा.';
|
||||
$lang['add_working_plan_exception'] = 'कामकाज योजना अपवाद जोडा';
|
||||
$lang['require_phone_number'] = 'फोन नंबर आवश्यक आहे';
|
||||
$lang['require_phone_number_hint'] = 'सक्षम असताना, ग्राहक आणि वापरकर्त्यांना अपॉईंटमेंट बुक करताना ग्राहकाचा फोन नंबर प्रविष्ट करणे आवश्यक आहे';
|
||||
$lang['check_spam_folder'] = 'ईमेल काही मिनिटांत आले नाही तर कृपया आपल्या स्पॅम फोल्डरची तपासणी करा.';
|
||||
$lang['api_token_hint'] = 'आसानी! अपॉईंटमेंट API च्या टोकन आधारित प्रमाणीकरण सक्षम करण्यासाठी एक गुप्त टोकन सेट करा.';
|
||||
$lang['timezone'] = 'टाइमझोन';
|
||||
$lang['overwrite_existing_working_plans'] = 'हे विद्यमान प्रदाता कामकाज योजनांचे पुनर्लेखन करेल, कृपया आपण सुरू ठेवण्यासाठी खात्री आहे का?';
|
||||
$lang['working_plans_got_updated'] = 'सर्व कामकाज योजना अद्ययावत झाल्या.';
|
||||
$lang['apply_to_all_providers'] = 'सर्व प्रदात्यांवर लागू करा';
|
||||
$lang['display_any_provider'] = 'कोणत्याही प्रदात्याचा पर्याय दर्शवा';
|
||||
$lang['display_any_provider_hint'] = 'बुकिंग पृष्ठावर एक अतिरिक्त पर्याय मिळेल जो ग्राहकांना प्रदाता निर्दिष्ट न करता बुकिंग करण्याची अनुमती देईल.';
|
||||
$lang['load_more'] = 'अधिक लोड करा';
|
||||
$lang['list'] = 'यादी';
|
||||
$lang['default'] = 'डीफॉल्ट';
|
||||
$lang['table'] = 'टेबल';
|
||||
$lang['date'] = 'तारीख';
|
||||
$lang['about'] = 'आमच्याबद्दल';
|
||||
$lang['booking_settings'] = 'बुकिंग सेटिंग्ज';
|
||||
$lang['display'] = 'प्रदर्शन';
|
||||
$lang['require'] = 'आवश्यक';
|
||||
$lang['color'] = 'रंग';
|
||||
$lang['matomo_analytics_url_hint'] = 'बुकिंग पृष्ठांवर Matomo ट्रॅकिंग सक्षम करण्यासाठी आपल्या स्वतःच्या Matomo स्थापनेचा URL जोडा.';
|
||||
$lang['invalid_phone'] = 'अवैध फोन नंबर.';
|
||||
$lang['legal'] = 'कायदेशीर';
|
||||
$lang['business'] = 'व्यवसाय';
|
||||
$lang['account'] = 'खाते';
|
||||
$lang['disable_booking'] = 'बुकिंग अक्षम करा';
|
||||
$lang['disable_booking_hint'] = 'या सेटिंगच्या सक्रियतेनुसार बुकिंग पृष्ठ अक्षम केले जाईल आणि ग्राहक नवीन अपॉईंटमेंट नोंदवू शकणार नाहीत.';
|
||||
$lang['display_message'] = 'संदेश दर्शवा';
|
||||
$lang['booking_is_disabled'] = 'बुकिंग अक्षम आहे!';
|
||||
$lang['appearance'] = 'रुपरेखा';
|
||||
$lang['company_logo'] = 'कंपनी लोगो';
|
||||
$lang['company_logo_hint'] = 'कंपनीचा लोगो अॅपच्या अनेक ठिकाणी दर्शविला जाईल, ज्यामध्ये बुकिंग पृष्ठ आणि सूचना ईमेल समाविष्ट आहेत (प्रतिमा फाइल, जास्तीत जास्त 2MB).';
|
||||
$lang['company_color'] = 'कंपनी रंग';
|
||||
$lang['company_color_hint'] = 'कंपनीचा रंग अॅपच्या सर्व ठिकाणी लागू होईल जेणेकरून अॅप आपल्या ब्रँडिंगचा वापर करतो.';
|
||||
$lang['localization'] = 'स्थानिकीकरण';
|
||||
$lang['integrations'] = 'इंटिग्रेशन्स';
|
||||
$lang['company'] = 'कंपनी';
|
||||
$lang['remove'] = 'काढा';
|
||||
$lang['login_button'] = 'लॉगिन बटण';
|
||||
$lang['display_login_button_hint'] = 'बुकिंग पृष्ठावर लॉगिन बटण दर्शवले जात आहे की नाही ते परिभाषित करते.';
|
||||
$lang['private'] = 'खाजगी';
|
||||
$lang['private_hint'] = 'खाजगी नोंदी सार्वजनिक पृष्ठांवर, जसे की बुकिंग पृष्ठ, दर्शविल्या किंवा प्रक्रिया केल्या जाणार नाहीत.';
|
||||
$lang['reset'] = 'रीसेट';
|
||||
$lang['all'] = 'सर्व';
|
||||
$lang['booking_link'] = 'बुकिंग लिंक';
|
||||
$lang['add_new_event'] = 'नवीन इव्हेंट जोडा';
|
||||
$lang['what_kind_of_event'] = 'तुम्हाला कोणत्या प्रकारच्या इव्हेंट जोडा इच्छिता?';
|
||||
$lang['theme'] = 'थीम';
|
||||
$lang['limit_customer_access'] = 'ग्राहक प्रवेश मर्यादित करा';
|
||||
$lang['limit_customer_access_hint'] = 'सक्षम असताना, प्रदाता आणि सचिव फक्त त्या ग्राहकांमध्ये प्रवेश करू शकतात ज्यांच्याशी त्यांची अपॉईंटमेंट आहे.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'गुप्त टोकन';
|
||||
$lang['verify_ssl'] = 'SSL पडताळणी करा';
|
||||
$lang['appointment_save'] = 'अपॉईंटमेंट सहेज';
|
||||
$lang['appointment_delete'] = 'अपॉईंटमेंट हटवा';
|
||||
$lang['unavailability_save'] = 'असामर्थ्यता सहेज';
|
||||
$lang['unavailability_delete'] = 'असामर्थ्यता हटवा';
|
||||
$lang['customer_save'] = 'ग्राहक सहेज';
|
||||
$lang['customer_delete'] = 'ग्राहक हटवा';
|
||||
$lang['service_save'] = 'सेवा सहेज';
|
||||
$lang['service_delete'] = 'सेवा हटवा';
|
||||
$lang['service_category_save'] = 'श्रेणी सहेज';
|
||||
$lang['service_category_delete'] = 'श्रेणी हटवा';
|
||||
$lang['provider_save'] = 'प्रदात्याची माहिती सहेज';
|
||||
$lang['provider_delete'] = 'प्रदात्याची माहिती हटवा';
|
||||
$lang['secretary_save'] = 'सचिव सहेज';
|
||||
$lang['secretary_delete'] = 'सचिव हटवा';
|
||||
$lang['admin_save'] = 'अॅडमिन सहेज';
|
||||
$lang['admin_delete'] = 'अॅडमिन हटवा';
|
||||
$lang['options'] = 'पर्याय';
|
||||
$lang['webhooks'] = 'वेबहुक';
|
||||
$lang['webhooks_info'] = 'वेबहुक तुम्हाला HTTP नोटिफिकेशन्स बाह्य वेब अॅप्लिकेशन्सकडे विविध अॅप्लिकेशन इव्हेंटसाठी पाठविण्याची अनुमती देतात, जसे की अपॉईंटमेंटची निर्मिती किंवा ग्राहकाची हटवणे.';
|
||||
$lang['integrations_info'] = 'इंटिग्रेशन्स तुम्हाला बाह्य अॅप्लिकेशन्स आणि APIs सह तृतीय पक्ष कनेक्शन्स तयार करण्याची अनुमती देतात.';
|
||||
$lang['configure'] = 'कॉन्फिगर';
|
||||
$lang['google_analytics'] = 'गूगल अॅनालिटिक्स';
|
||||
$lang['google_analytics_info'] = 'गूगल अॅनालिटिक्स तुम्हाला ट्रॅकिंग कोड आणि HTML मार्कअप सार्वजनिक पृष्ठावर स्वयंचलितपणे जोडण्याची आणि सर्व सार्वजनिक बुकिंग सत्रांचे ट्रॅकिंग करण्याची अनुमती देतात.';
|
||||
$lang['matomo_analytics'] = 'Matomo अॅनालिटिक्स';
|
||||
$lang['matomo_analytics_info'] = 'Matomo अॅनालिटिक्स तुम्हाला ट्रॅकिंग कोड आणि HTML मार्कअप सार्वजनिक पृष्ठावर स्वयंचलितपणे जोडण्याची आणि सर्व सार्वजनिक बुकिंग सत्रांचे ट्रॅकिंग करण्याची अनुमती देतात.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'API तुम्हाला HTTP प्रोटोकॉलद्वारे Easy!Appointments डेटा सह संवाद साधण्याची आणि उपलब्ध API अंतर्गत बिंदूंशी संपर्क साधण्याची अनुमती देतात आणि आपली स्वतःची इंटिग्रेशन्स तयार करू शकतात.';
|
||||
$lang['google_analytics_code'] = 'गूगल अॅनालिटिक्स कोड';
|
||||
$lang['matomo_analytics_url'] = 'Matomo अॅनालिटिक्स URL';
|
||||
$lang['future_booking_limit'] = 'भविष्यातील बुकिंग मर्यादा';
|
||||
$lang['limit_days'] = 'मर्यादा (दिवस)';
|
||||
$lang['future_booking_limit_hint'] = 'ग्राहक सार्वजनिक बुकिंग पृष्ठाद्वारे किती दिवस पुढील बुकिंग करू शकतात यासाठी भविष्यकालीन मर्यादा सेट करा.';
|
||||
$lang['api_token'] = 'API टोकन';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'आधीच पुनःशेड्यूलिंग/रद्द करण्याची परवानगी द्या';
|
||||
$lang['at_least_one_field'] = 'बुकिंग पृष्ठावर किमान एक फील्ड दर्शविले पाहिजे.';
|
||||
$lang['status'] = 'स्थिती';
|
||||
$lang['appointment_status_options'] = 'अपॉइंटमेंट स्थिती पर्याय';
|
||||
$lang['appointment_status_options_info'] = 'कॅलेंडर पृष्ठावर वापरता येणारे उपलब्ध अपॉइंटमेंट स्थिती पर्यायांची यादी परिभाषित करा (पहिला पर्याय स्वयंचलितपणे डिफॉल्ट मूल्य होईल).';
|
||||
$lang['sunday_short'] = 'आठव';
|
||||
$lang['monday_short'] = 'सोम';
|
||||
$lang['tuesday_short'] = 'मंग';
|
||||
$lang['wednesday_short'] = 'बुध';
|
||||
$lang['thursday_short'] = 'गुरु';
|
||||
$lang['friday_short'] = 'शुक्र';
|
||||
$lang['saturday_short'] = 'शनि';
|
||||
$lang['january_short'] = 'जाने';
|
||||
$lang['february_short'] = 'फेब्र';
|
||||
$lang['march_short'] = 'मार्च';
|
||||
$lang['april_short'] = 'एप्रि';
|
||||
$lang['may_short'] = 'मे';
|
||||
$lang['june_short'] = 'जून';
|
||||
$lang['july_short'] = 'जुलै';
|
||||
$lang['august_short'] = 'ऑग';
|
||||
$lang['september_short'] = 'सप्ट';
|
||||
$lang['october_short'] = 'ऑक्टो';
|
||||
$lang['november_short'] = 'नोव्हे';
|
||||
$lang['december_short'] = 'डिसें';
|
||||
$lang['am'] = 'पूर्वा.';
|
||||
$lang['pm'] = 'मध्यान.';
|
||||
$lang['to'] = 'ते';
|
||||
$lang['click_to_toggle'] = 'स्विच करण्यासाठी क्लिक करा';
|
||||
$lang['week_short'] = 'आठ.';
|
||||
$lang['scroll_to_increment'] = 'वाढवण्यासाठी स्क्रोल करा';
|
||||
$lang['year'] = 'वर्ष';
|
||||
$lang['make_non_working_day'] = 'या प्रदात्याला निवडलेल्या दिवशी कामासाठी उपलब्ध नाही असे सेट करा.';
|
||||
$lang['no_breaks'] = 'ब्रेक नाहीत';
|
||||
$lang['service_categories'] = 'सेवा श्रेण्या';
|
||||
$lang['service_category'] = 'सेवा श्रेणी';
|
||||
$lang['blocked_period_saved'] = 'ब्लॉक केलेला कालावधी यशस्वीरित्या साठवला.';
|
||||
$lang['blocked_period_deleted'] = 'ब्लॉक केलेला कालावधी यशस्वीरित्या हटवला.';
|
||||
$lang['delete_blocked_period'] = 'ब्लॉक केलेला कालावधी हटवा';
|
||||
$lang['blocked_period'] = 'ब्लॉक केलेला कालावधी';
|
||||
$lang['blocked_periods'] = 'ब्लॉक केलेले कालावधी';
|
||||
$lang['blocked_period_save'] = 'ब्लॉक केलेला कालावधी साठवा';
|
||||
$lang['blocked_period_delete'] = 'ब्लॉक केलेला कालावधी हटवा';
|
||||
$lang['blocked_periods_hint'] = 'सार्वजनिक बुकिंगसाठी सर्व प्रदात्यांसाठी बंद केलेले कालावधी परिभाषित करा (उदा. बंद असलेले दिवस, सुट्ट्या इत्यादी).';
|
||||
$lang['custom_field'] = 'कस्टम फील्ड';
|
||||
$lang['custom_fields'] = 'कस्टम फील्ड';
|
||||
$lang['label'] = 'लेबल';
|
||||
$lang['webhook_saved'] = 'Webhook यशस्वीरित्या साठवला.';
|
||||
$lang['webhook_deleted'] = 'Webhook यशस्वीरित्या हटवला.';
|
||||
$lang['delete_webhook'] = 'Webhook हटवा';
|
||||
$lang['contact_info'] = 'संपर्क माहिती';
|
||||
$lang['hide_from_public'] = 'सार्वजनिकपणे लपवा';
|
||||
$lang['matomo_analytics_site_id'] = 'Matomo Analytics साइट ID';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Matomo द्वारे ट्रॅक केले जाईल असा साइट ID सेट करा (डिफॉल्ट साइट ID "1" आहे).';
|
||||
$lang['default_timezone'] = 'डिफॉल्ट टाइमझोन';
|
||||
$lang['default_timezone_hint'] = 'नवीन रेकॉर्डसाठी वापरले जाणारे डिफॉल्ट टाइमझोन मूल्य सेट करा.';
|
||||
$lang['default_language'] = 'डिफॉल्ट भाषा';
|
||||
$lang['default_language_hint'] = 'नवीन रेकॉर्डसाठी वापरले जाणारे डिफॉल्ट भाषा मूल्य सेट करा.';
|
||||
$lang['sync_method_prompt'] = 'तुम्ही कोणती सिंक पद्धत वापरू इच्छिता?';
|
||||
$lang['caldav_server'] = 'CalDAV सर्व्हर';
|
||||
$lang['caldav_connection_info_prompt'] = 'लक्ष्य CalDAV कॅलेंडरच्या कनेक्शन माहितीची माहिती प्रविष्ट करा.';
|
||||
$lang['connect'] = 'कनेक्ट';
|
||||
$lang['ldap'] = 'LDAP';
|
||||
$lang['ldap_info'] = 'या एकत्रिकरणामुळे तुम्ही विद्यमान LDAP सर्व्हरशी कनेक्ट होऊ शकता आणि वापरकर्त्यांना Easy!Appointments मध्ये आपोआप आयात करू शकता आणि त्यांच्या डायरेक्टरी पासवर्डसह SSO करू शकता (वापरकर्ता नाव जुळणे आवश्यक आहे).';
|
||||
$lang['host'] = 'होस्ट';
|
||||
$lang['port'] = 'पोर्ट';
|
||||
$lang['user_dn'] = 'वापरकर्ता DN';
|
||||
$lang['base_dn'] = 'बेस DN';
|
||||
$lang['keyword'] = 'कीवर्ड';
|
||||
$lang['ldap_search_hint'] = 'LDAP निर्देशिकेत वापरकर्त्यांचा शोध घेण्यासाठी कीवर्ड प्रदान करा जे फिल्टर मानदंडाशी जुळतात.';
|
||||
$lang['ldap_extension_not_loaded'] = 'LDAP PHP विस्तार लोड केलेले नाही, परंतु या एकत्रिकरणासाठी आवश्यक आहे.';
|
||||
$lang['field_mapping'] = 'फील्ड मॅपिंग';
|
||||
$lang['content'] = 'सामग्री';
|
||||
$lang['active'] = 'सक्रिय';
|
||||
$lang['user_imported'] = 'वापरकर्त्याची नोंद यशस्वीरित्या आयात झाली.';
|
||||
$lang['import'] = 'आयात';
|
||||
$lang['ldap_dn'] = 'LDAP DN';
|
||||
$lang['role'] = 'भूमिका';
|
||||
$lang['at_least_one_field_required'] = 'बुकिंग पृष्ठावर किमान एक फील्ड आवश्यक म्हणून सेट केले पाहिजे.';
|
||||
$lang['customer_is_already_booked'] = 'या ग्राहकाला विनंती केलेल्या आरक्षण कालावधीत आधीच अपॉइंटमेंट आहे.';
|
||||
$lang['fields'] = 'फील्ड';
|
||||
$lang['invalid_credentials_provided'] = 'अवैध प्रमाणपत्रे प्रदान केली गेली, कृपया पुन्हा प्रयत्न करा.';
|
||||
$lang['calendar_url'] = 'कॅलेंडर URL';
|
||||
$lang['please_select'] = 'कृपया निवडा';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/marathi/unit_test_lang.php
Normal file
58
application/language/marathi/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/marathi/upload_lang.php
Normal file
55
application/language/marathi/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