| 2418 |
lars |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* System messages translation for CodeIgniter(tm)
|
|
|
4 |
*
|
|
|
5 |
* @author CodeIgniter community
|
|
|
6 |
* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
|
|
|
7 |
* @license http://opensource.org/licenses/MIT MIT License
|
|
|
8 |
* @link https://codeigniter.com
|
|
|
9 |
*/
|
|
|
10 |
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
11 |
|
|
|
12 |
$lang['migration_none_found'] = 'কোন মাইগà§à¦°à§‡à¦¶à¦¨ পাওয়া যায় নি।';
|
|
|
13 |
$lang['migration_not_found'] = 'কোন মাইগà§à¦°à§‡à¦¶à¦¨ পাওয়া যায় নি, à¦à¦¾à¦°à§à¦¸à¦¨ নামà§à¦¬à¦¾à¦°à¦ƒ% s।';
|
|
|
14 |
$lang['migration_sequence_gap'] ='মাইগà§à¦°à§‡à¦¶à¦¨ সিকà§à§Ÿà§‡à¦¨à§à¦¸à§‡ গà§à¦¯à¦¾à¦ª রয়েছে, à¦à¦¾à¦°à§à¦¸à¦¨ নামà§à¦¬à¦¾à¦°à¦ƒ% s।';
|
|
|
15 |
$lang['migration_multiple_version'] = 'à¦à¦–ানে à¦à¦•ই à¦à¦¾à¦°à§à¦¶à¦¨à§‡à¦° অনেক গà§à¦²à§‹ মাইগà§à¦°à§‡à¦¶à¦¨ রয়েছে।';
|
|
|
16 |
$lang['migration_class_doesnt_exist'] = 'মাইগà§à¦°à§‡à¦¸à¦¨ কà§à¦²à¦¾à¦¸ খà§à¦œà§‡ পাওয়া যায় নি।';
|
|
|
17 |
$lang['migration_missing_up_method'] = 'মাইগà§à¦°à§‡à¦¸à¦¨ কà§à¦²à¦¾à¦¸ "up" আপ মেথড খà§à¦œà§‡ পায় নি।';
|
|
|
18 |
$lang['migration_missing_down_method'] ='মাইগà§à¦°à§‡à¦¸à¦¨ কà§à¦²à¦¾à¦¸ "down" ডাউন মেথড খà§à¦œà§‡ পায় নি।';
|
|
|
19 |
$lang['migration_invalid_filename'] = 'মাইগà§à¦°à§‡à¦¸à¦¨ "%s" à¦à¦° à¦à§à¦¯à¦¾à¦²à¦¿à¦¡ ফাইল নেম নেই।';
|