Files
opensourcepos/application/language/azerbaijani/migration_lang.php
2016-08-18 13:33:01 +02:00

20 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://codeigniter.com
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = 'Hər hansı daşınma tapılmadı.';
$lang['migration_not_found'] = 'Göstərilən versiyası nömrəli daşınma tapılmadı: %s.';
$lang['migration_sequence_gap'] = 'Bu versiyası nömrəsinə yaxın daşınma sıralamasında bir boşluq var: %s.';
$lang['migration_multiple_version'] = 'Eyni versiyası nömrəli birdən çox daşınma var: %s.';
$lang['migration_class_doesnt_exist'] = 'Danışnma sinifi "%s" tapılamdı.';
$lang['migration_missing_up_method'] = '"%s" daşınma sinifində "up" metodu əksikdi.';
$lang['migration_missing_down_method'] = '"%s" daşınma sinifində "down" metodu əksikdi.';
$lang['migration_invalid_filename'] = '"%s" daşınmasında səhv fayl adı.';