| 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'] = 'Ô³Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¸Ö‚Õ¶Õ¥Õ¶ Õ¶Õ¸Ö‚ÕµÕ¶ Õ°Õ¡Õ´Õ¡Ö€Õ« Õ´Õ¥Õ¯Õ«Ö Õ¡Õ¾Õ¥Õ¬Õ« Õ´Õ«Õ£Ö€Õ¡Öիաներ․ %sÖ‰';
|
|
|
16 |
$lang['migration_class_doesnt_exist'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Õ¯Õ¬Õ¡Õ½Õ¨ Õ¹Õ« Õ£Õ¿Õ¶Õ¾Õ¥Õ¬';
|
|
|
17 |
$lang['migration_missing_up_method'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Õ¯Õ¬Õ¡Õ½Õ¸Ö‚Õ´ "up" Õ´Õ¥Õ©Õ¸Õ¤Õ¨ Õ¢Õ¡ÖÕ¡Õ¯Õ¡ÕµÕ¸Ö‚Õ´ Õ§Ö‰';
|
|
|
18 |
$lang['migration_missing_down_method'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Õ¯Õ¬Õ¡Õ½Õ¸Ö‚Õ´ "down" Õ´Õ¥Õ©Õ¸Õ¤Õ¨ Õ¢Õ¡ÖÕ¡Õ¯Õ¡ÕµÕ¸Ö‚Õ´ Õ§Ö‰';
|
|
|
19 |
$lang['migration_invalid_filename'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Ö†Õ¡ÕµÕ¬Õ¨ Õ½ÕÕ¡Õ¬ Õ§ Õ¡Õ¶Õ¾Õ¡Õ¶Õ¡Õ¯Õ¸Õ¹Õ¾Õ¥Õ¬Ö‰';
|