This commit is contained in:
84
application/language/hindi/calendar_lang.php
Normal file
84
application/language/hindi/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/hindi/date_lang.php
Normal file
94
application/language/hindi/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/hindi/db_lang.php
Normal file
35
application/language/hindi/db_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @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'] = 'डेटाबेस आप एक नियम बदलना चाहते हैं, तो "सेट" आदेश में नामित है कि मिल जाएगा।एगा।';
|
||||
$lang['db_must_use_index'] = 'डेटाबेस एक सूचकांक के नाम इस बैच के अपडेट के लिए आवश्यकता का उल्लेख किया जा सकता है।';
|
||||
$lang['db_batch_missing_index'] = 'एक बैच अद्यतन करने के लिए नियम हैं, जबकि निर्दिष्ट सूचकांक, लापता।';
|
||||
$lang['db_must_use_where'] = 'अद्यतन एक "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/hindi/email_lang.php
Normal file
30
application/language/hindi/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @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'] = 'From हेडर के बिना मेल नहीं भेज सकते हैं।';
|
||||
$lang['email_no_recipients'] = 'To, CC, BCC प्राप्तकर्ताओं को शामिल करना जरुरी है ';
|
||||
$lang['email_send_failure_phpmail'] = 'PHP mail() का उपयोग करके ईमेल भेजने में असमर्थ। आपका सर्वर इस पद्धति का उपयोग करके मेल भेजने के लिए शायद कॉन्फ़िगर नहीं किया गया है';
|
||||
$lang['email_send_failure_sendmail'] = 'PHP sendmail का उपयोग करके ईमेल भेजने में असमर्थ। आपका सर्वर इस पद्धति का उपयोग करके मेल भेजने के लिए शायद कॉन्फ़िगर नहीं किया गया है';
|
||||
$lang['email_send_failure_smtp'] = 'PHP SMTP का उपयोग करके ईमेल भेजने में असमर्थ। आपका सर्वर इस पद्धति का उपयोग करके मेल भेजने के लिए शायद कॉन्फ़िगर नहीं किया गया है';
|
||||
$lang['email_sent'] = 'आपका संदेश सफलतापूर्वक दिए गए प्रोटोकॉल का उपयोग करके भेज दिया गया है:% s';
|
||||
$lang['email_no_socket'] = 'सेंडमेल करने के लिए सॉकेट खोलने में असमर्थ। सेटिंग्स की जाँच करें।';
|
||||
$lang['email_no_hostname'] = 'आपने SMTP होस्टनेम निर्दिष्ट नहीं किया है';
|
||||
$lang['email_smtp_error'] = 'निम्नलिखित एसएमटीपी त्रुटि आई है:% s';
|
||||
$lang['email_no_smtp_unpw'] = 'त्रुटि: एसएमटीपी यूज़रनेम और पासवर्ड प्रदान करना जरुरी है';
|
||||
$lang['email_failed_smtp_login'] = 'Auth लॉग इन कमांड भेजने में विफल। त्रुटि:% 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/hindi/form_validation_lang.php
Normal file
69
application/language/hindi/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/hindi/ftp_lang.php
Normal file
51
application/language/hindi/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/hindi/imglib_lang.php
Normal file
57
application/language/hindi/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/hindi/index.html
Normal file
10
application/language/hindi/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/hindi/migration_lang.php
Normal file
19
application/language/hindi/migration_lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @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" में "up" मेथड मौजूद नहीं है।';
|
||||
$lang['migration_missing_down_method'] = 'माइग्रेशन क्लास "%s" में "down" मेथड मौजूद नहीं है।';
|
||||
$lang['migration_invalid_filename'] = 'माइग्रेशन "%s" एक अवैध फाइल नाम है।';
|
||||
44
application/language/hindi/number_lang.php
Normal file
44
application/language/hindi/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/hindi/pagination_lang.php
Normal file
43
application/language/hindi/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/hindi/profiler_lang.php
Normal file
60
application/language/hindi/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/hindi/translations_lang.php
Normal file
487
application/language/hindi/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Hindi
|
||||
$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'] = 'भाषा';
|
||||
$lang['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'] = 'प्रदाता के गूगल कैलेंडर खाते के साथ अपॉइंटमेंट तुल्यकालन सक्षम करें';
|
||||
$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'] = 'गूगल कैलेंडर तुल्यकालन प्रक्रिया को ट्रिगर करें.';
|
||||
$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'] = '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'] = 'आसान! अपॉइंटमेंट अपने ग्राहकों को वेब के माध्यम से आप के साथ अपॉइंटमेंट बुक करने के लिए अनुमति देता है कि एक उच्च अनुकूलन वेब अनुप्रयोग है। इसके अलावा, यह आप अन्य सेवाओं के साथ उन का उपयोग कर सकते हैं तो गूगल कैलेंडर के साथ अपने डेटा सिंक करने की क्षमता प्रदान करता है.';
|
||||
$lang['current_version'] = 'वर्तमान संस्करण';
|
||||
$lang['support'] = 'समर्थक';
|
||||
$lang['about_app_support'] = 'अगर आप आसान! अपॉइंटमेंट का उपयोग करते समय आप किसी भी समस्या का सामना करते हैं तब आप जवाब के लिए आधिकारिक गूगल समूह खोज सकते हैं। तुम भी विकास कार्य प्रगति में मदद करने के लिए गूगल कोड पृष्ठ पर एक नया मुद्दा पैदा करने की आवश्यकता हो सकती है';
|
||||
$lang['official_website'] = 'आधिकारिक वेबसाइट';
|
||||
$lang['google_plus_community'] = 'गूगल+ समुदाय';
|
||||
$lang['support_group'] = 'समर्थक समूह';
|
||||
$lang['project_issues'] = 'परियोजना के मुद्दों';
|
||||
$lang['license'] = 'लाइसेंस';
|
||||
$lang['about_app_license'] = 'आसान! अपॉइंटमेंट GPLv3 लाइसेंस के तहत लाइसेंस प्राप्त है। ! आसान! अपॉइंटमेंट के कोड का उपयोग करके आप निम्न 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'] = 'गूगल तुल्यकालन सफलतापूर्वक पूरा हुआ';
|
||||
$lang['calendar_sync_failed'] = 'गूगल तुल्यकालन विफल: सर्वर कनेक्शन स्थापित नहीं किया जा सका';
|
||||
$lang['select_sync_calendar'] = 'गूगल कैलेंडर का चयन करें';
|
||||
$lang['select_sync_calendar_prompt'] = 'आप अपने नियुक्तियों सिंक करना चाहते हैं कि कैलेंडर का चयन करें। यदि आप एक विशिष्ट कैलेंडर का चयन नहीं करना चाहते हैं, तो डिफ़ॉल्ट रूप से एक का प्रयोग किया जाएगा';
|
||||
$lang['sync_calendar_selected'] = 'गूगल कैलेंडर सफलतापूर्वक चयनित किया गया है';
|
||||
$lang['oops_something_went_wrong'] = 'उफ़! कुछ गलत हो गया';
|
||||
$lang['ea_update_success'] = 'आसान! अपॉइंटमेंट सफलतापूर्वक अद्यतन किया गया है.';
|
||||
$lang['require_captcha'] = 'CAPTCHA आवश्यक है';
|
||||
$lang['require_captcha_hint'] = 'जब सक्षम किया गया है, तो ग्राहकों को अपॉइंटमेंट बुकिंग/अपडेट करने से पहले एक यादृच्छिक जनरेटेड CAPTCHA स्ट्रिंग टाइप करनी होगी।';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA सत्यापन विफल हो गया है, कृपया पुनः प्रयास करें।';
|
||||
$lang['any_provider'] = 'कोई भी प्रदाता';
|
||||
$lang['requested_hour_is_unavailable'] = 'अनुरोधित अपॉइंटमेंट दुर्भाग्यवश उपलब्ध नहीं है। कृपया अपने अपॉइंटमेंट के लिए एक अलग समय चुनें।';
|
||||
$lang['customer_notifications'] = 'ग्राहक सूचनाएं';
|
||||
$lang['customer_notifications_hint'] = 'परिभाषित करता है कि क्या ग्राहक को उसकी अपॉइंटमेंट पर किसी भी शेड्यूल परिवर्तन के लिए ईमेल सूचनाएं प्राप्त होंगी।';
|
||||
$lang['date_format'] = 'तारीख का प्रारूप';
|
||||
$lang['date_format_hint'] = 'तारीख के डिस्प्ले प्रारूप को बदलें (D - तारीख, M - माह, Y - वर्ष)।';
|
||||
$lang['time_format'] = 'समय का प्रारूप';
|
||||
$lang['time_format_hint'] = 'समय के डिस्प्ले प्रारूप को बदलें (H - घंटे, M - मिनट)।';
|
||||
$lang['first_weekday'] = 'सप्ताह का पहला दिन';
|
||||
$lang['first_weekday_hint'] = 'कैलेंडर सप्ताह के पहले दिन को सेट करें।';
|
||||
$lang['google_analytics_code_hint'] = 'बुकिंग पृष्ठ में शामिल करने के लिए अपना Google Analytics ID जोड़ें।';
|
||||
$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'] = 'इंटीग्रेशन आपको बाहरी एप्लिकेशन और एपीआई के साथ तीसरे पक्ष के कनेक्शन बनाने की अनुमति देते हैं।';
|
||||
$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 प्रोटोकॉल और उपलब्ध API अंत बिंदुओं के माध्यम से सभी Easy!Appointments डेटा के साथ बातचीत करने और अपनी खुद की इंटीग्रेशन बनाने की अनुमति देते हैं।';
|
||||
$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 एनालिटिक्स साइट आईडी';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Matomo द्वारा ट्रैक किए जाने वाले साइट आईडी को सेट करें (डिफ़ॉल्ट साइट की आईडी "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/hindi/unit_test_lang.php
Normal file
58
application/language/hindi/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/hindi/upload_lang.php
Normal file
55
application/language/hindi/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