ok
Direktori : /home2/selectio/public_html/bharath/system/language/bengali/ |
Current File : /home2/selectio/public_html/bharath/system/language/bengali/migration_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ 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'] = 'এখানে একই ভার্শনের অনেক গুলো মাইগ্রেশন রয়েছে।'; $lang['migration_class_doesnt_exist'] = 'মাইগ্রেসন ক্লাস খুজে পাওয়া যায় নি।'; $lang['migration_missing_up_method'] = 'মাইগ্রেসন ক্লাস "up" আপ মেথড খুজে পায় নি।'; $lang['migration_missing_down_method'] ='মাইগ্রেসন ক্লাস "down" ডাউন মেথড খুজে পায় নি।'; $lang['migration_invalid_filename'] = 'মাইগ্রেসন "%s" এর ভ্যালিড ফাইল নেম নেই।';