New upstream version 0.6.27
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
<?php
|
||||
|
||||
// phpcs:disable PSR1.Files.SideEffects
|
||||
defined('SYSPATH') or die('No direct access allowed.');
|
||||
// phpcs:enable PSR1.Files.SideEffects
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'benchmarks' => 'Производительность',
|
||||
'post_data' => 'Данные POST',
|
||||
'no_post' => 'Нет данных POST',
|
||||
'session_data' => 'Данные сессии',
|
||||
'no_session' => 'Нет данных сессии',
|
||||
'queries' => 'Запросов к БД',
|
||||
'no_queries' => 'Нет запросов к БД',
|
||||
'no_database' => 'БД не загружена',
|
||||
'cookie_data' => 'Данные cookie',
|
||||
'no_cookie' => 'Нет данных cookie',
|
||||
'benchmarks' => 'Производительность',
|
||||
'post_data' => 'Данные POST',
|
||||
'no_post' => 'Нет данных POST',
|
||||
'session_data' => 'Данные сессии',
|
||||
'no_session' => 'Нет данных сессии',
|
||||
'queries' => 'Запросов к БД',
|
||||
'no_queries' => 'Нет запросов к БД',
|
||||
'no_database' => 'БД не загружена',
|
||||
'cookie_data' => 'Данные cookie',
|
||||
'no_cookie' => 'Нет данных cookie',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user