Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/asietex.co.id/public_html/application/language/indonesian/ |
Upload File : |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @author Mutasim Ridlo, S.Kom * @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['profiler_database'] = 'BASIS DATA'; $lang['profiler_controller_info'] = 'KELAS/METODE'; $lang['profiler_benchmarks'] = 'TOLOK UKUR'; $lang['profiler_queries'] = 'KUERI'; $lang['profiler_get_data'] = 'GET DATA'; $lang['profiler_post_data'] = 'POST DATA'; $lang['profiler_uri_string'] = 'URI STRING'; $lang['profiler_memory_usage'] = 'PENGGUNAAN MEMORI'; $lang['profiler_config'] = 'VARIABEL KONFIG'; $lang['profiler_session_data'] = 'SESSI DATA'; $lang['profiler_headers'] = 'HTTP HEADERS'; $lang['profiler_no_db'] = 'Driver basis data saat ini tidak dimuat'; $lang['profiler_no_queries'] = 'Tidak ada kueri yang dijalankan'; $lang['profiler_no_post'] = 'Tidak ada data POST'; $lang['profiler_no_get'] = 'Tidak ada data GET'; $lang['profiler_no_uri'] = 'Tidak ada data URI'; $lang['profiler_no_memory'] = 'Penggunaan Memori Tidak Tersedia'; $lang['profiler_no_profiles'] = 'Tidak ada Profil Data - semua bagian Profiler telah dinonaktifkan.'; $lang['profiler_section_hide'] = 'Sembunyi'; $lang['profiler_section_show'] = 'Tampil'; $lang['profiler_seconds'] = 'detik';