PHP Classes

File: codeigniter/application/language/indonesian/profiler_lang.php

Recommend this page to a friend!
  Classes of Aby Dahana   Dwitri PHP Social Network Platform   codeigniter/application/language/indonesian/profiler_lang.php   Download  
File: codeigniter/application/language/indonesian/profiler_lang.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Dwitri PHP Social Network Platform
Create a community site like a social network
Author: By
Last change:
Date: 3 years ago
Size: 1,463 bytes
 

Contents

Class file image Download
<?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';