ok
Direktori : /proc/thread-self/root/home2/selectio/www/bharath/system/language/filipino/ |
Current File : //proc/thread-self/root/home2/selectio/www/bharath/system/language/filipino/migration_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://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'] = '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.';