Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)* @license http://opensource.org/licenses/MIT MIT License* @link https://codeigniter.com*/defined('BASEPATH') OR exit('No direct script access allowed');$lang['migration_none_found'] = 'કોઈ સà«àª¥àª³àª¾àª‚તર ના મળà«àª¯àª¾.';$lang['migration_not_found'] = 'કોઈ સà«àª¥àª³àª¾àª‚તર આવૃતà«àª¤àª¿ નંબર %s સાથે ના મળà«àª¯àª¾.';$lang['migration_sequence_gap'] = 'આવૃતà«àª¤àª¿ નંબર %s ના નજીક સà«àª¥àª³àª¾àª‚તર શà«àª°à«‡àª£à«€àª®àª¾àª‚ àªàª• તફાવત છે.';$lang['migration_multiple_version'] = 'àªàª• જ આવૃતà«àª¤àª¿ નંબર %s સાથે ગà«àª£àªœ સà«àª¥àª³àª¾àª‚તર થયા.';$lang['migration_class_doesnt_exist'] = 'સà«àª¥àª³àª¾àª‚તર વરà«àª— "%s" ના મળà«àª¯à«.';$lang['migration_missing_up_method'] = 'સà«àª¥àª³àª¾àª‚તર વરà«àª— "%s" માં àªàª• "up" પદà«àª§àª¤àª¿ ગà«àª® થયેલ છે.';$lang['migration_missing_down_method'] = 'સà«àª¥àª³àª¾àª‚તર વરà«àª— "%s" માં àªàª• "down" પદà«àª§àª¤àª¿ ગà«àª® થયેલ છે.';$lang['migration_invalid_filename'] = 'સà«àª¥àª³àª¾àª‚તર "%s" અમાનà«àª¯ ફાઇલનામ છે.';