Your IP : 172.28.240.42


Current Path : /var/www/html/clients/rebirth.e-nk.ru/live/plugins/profiler/templates/language/
Upload File :
Current File : /var/www/html/clients/rebirth.e-nk.ru/live/plugins/profiler/templates/language/english.php

<?php
/*-------------------------------------------------------
*
*   LiveStreet Engine Social Networking
*   Copyright © 2008 Mzhelskiy Maxim
*
*--------------------------------------------------------
*
*   Official site: www.livestreet.ru
*   Contact e-mail: rus.engine@gmail.com
*
*   GNU General Public License, version 2:
*   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
---------------------------------------------------------
*/

/**
 * English language file of Profiler plug-in
 */
return array(
	'profiler_report_page_title' => 'Profiling',
	
	'profiler_reports_title' => 'Reports on profiling',
	'profiler_table_date' => 'Start of work date',
	'profiler_table_time_full' => 'Work time',
	'profiler_table_count_id' => 'Number of profiles',
	'profiler_report_delete' => 'Delete',
	'profiler_report_delete_confirm' => 'Are you sure you want to delete the selected reports?',
	
	'profiler_dbstat_title' => 'Information on the database',
	'profiler_dbstat_count' => 'Data entries total',
	'profiler_dbstat_max_date' => 'Last date',
	'profiler_import_label' => 'Import starting from',
	'profiler_import_notice' => 'In any readable format, e.g.,Y-m-d H:i',
	'profiler_import_submit' => 'Import into the database',
	
	'profiler_report_delete_success' => 'Reports have been successfully deleted from the database',
	'profiler_report_delete_error' => 'An error occurred when trying to delete the reports',
	'profiler_import_report_success' => 'Imported data entries total: %%count%%',
	'profiler_import_report_error' => 'An error occurred when importing reports into the database',
	
	'profiler_entries_show_all' => 'Show all',
	'profiler_entries_show_tree' => 'Show a tree',
	'profiler_entries_show_query' => 'Database queries',
	
	'profiler_filter_title' => 'Filter',
	'profiler_filter_highlight' => 'Highlight',
	'profiler_filter_seconds' => 'seconds',
	'profiler_filter_erase' => 'Reset the filter',
	'profiler_filter_erase_form' => 'Clear the form',
	'profiler_filter_label_per_page' => 'Display on the page',
	'profiler_filter_label_time' => 'Total time greater',
	'profiler_filter_label_date' => 'Date limitations',
	'profiler_filter_notice_per_page' => '',
	'profiler_filter_notice_time' => 'Minimal execution time in seconds',
	'profiler_filter_notice_date' => 'Date format as follows 25.12.2009',
	'profiler_filter_submit' => 'Filter out',
	'profiler_filter_error' => 'Filtering error',
	'profiler_filter_error_date_format' => 'Invalid date format',
	'profiler_filter_result_count' => 'Total reports found: %%count%%',
	'profiler_filter_result_empty' => 'No reports match your criteria'
);

?>