|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/parasoffline.edukrypt.in/system/language/filipino/ |
Upload File : |
<?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'] = 'Walang mga migration ang natagpuan.';
$lang['migration_not_found'] = 'Walang migration ang mahanap na may numero-bersyon: %s.';
$lang['migration_sequence_gap'] = 'May puwang sa migration sequence malapit sa numero-bersyon: %s.';
$lang['migration_multiple_version'] = 'Mayroong maraming migration na parehong numero-bersyon: %s.';
$lang['migration_class_doesnt_exist'] = 'Ang migration class na "%s" ay hindi matagpuan.';
$lang['migration_missing_up_method'] = 'Ang migration class na "%s" ay kulang ng "up" method.';
$lang['migration_missing_down_method'] = 'Ang migration class na "%s" ay kulang ng "down" method.';
$lang['migration_invalid_filename'] = 'Migration "%s" ay mayroong di wastong pangalan ng file.';