Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
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('थेट स्क्रिप्ट प्रवेश परवानगी नाही');
11
$lang['migration_none_found'] = 'कोणतेही स्थलांतर आढळले नाही.';
12
$lang['migration_not_found'] = 'आवृत्ती क्रमांक:%s सह कोणतेही स्थलांतर आढळले नाही.';
13
$lang['migration_sequence_gap'] = 'आवृत्ती क्रमांकाच्या स्थलांतर क्रमात एक अंतर आहे:%s. ';
14
$lang['migration_multiple_version'] = 'समान आवृत्ती क्रमांकासह एकाधिक स्थलांतरण आहेत:%s.';
15
$lang['migration_class_doesnt_exist'] = '%s स्थलांतर वर्ग आढळू शकला नाही.';
16
$lang['migration_missing_up_method'] = '"%s" स्थलांतर वर्गात एक "up" पद्धत गहाळ आहे.';
17
$lang['migration_missing_down_method'] = '"%s" स्थलांतर वर्गात एक "down" पद्धत गहाळ आहे.';
18
$lang['migration_invalid_filename'] = 'माइग्रेशन "%s" मध्ये अवैध फाइलनाव आहे.';