| 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'] = 'Hər hansı daşınma tapılmadı.';
|
|
|
13 |
$lang['migration_not_found'] = 'Göstərilən versiyası nömrəli daşınma tapılmadı: %s.';
|
|
|
14 |
$lang['migration_sequence_gap'] = 'Bu versiyası nömrəsinə yaxın daşınma sıralamasında bir boşluq var: %s.';
|
|
|
15 |
$lang['migration_multiple_version'] = 'Eyni versiyası nömrəli birdən çox daşınma var: %s.';
|
|
|
16 |
$lang['migration_class_doesnt_exist'] = 'Danışnma sinifi "%s" tapılamdı.';
|
|
|
17 |
$lang['migration_missing_up_method'] = '"%s" daşınma sinifində "up" metodu əksikdi.';
|
|
|
18 |
$lang['migration_missing_down_method'] = '"%s" daşınma sinifində "down" metodu əksikdi.';
|
|
|
19 |
$lang['migration_invalid_filename'] = '"%s" daşınmasında səhv fayl adı.';
|