summaryrefslogtreecommitdiff
path: root/system/i18n/en_US/profiler.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-24 19:20:36 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-24 19:20:36 -0800
commit9b6663f87a7e679ffba691cf516191fc840cf978 (patch)
tree20cf9f3aaf93b4ba69d282dcf10d259db4a752de /system/i18n/en_US/profiler.php
parent82ee5f9d338017c69331b2907f37a468ced8c66e (diff)
Update to Kohana r4684 which is now Kohana 2.4 and has substantial
changes.
Diffstat (limited to 'system/i18n/en_US/profiler.php')
-rw-r--r--system/i18n/en_US/profiler.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/i18n/en_US/profiler.php b/system/i18n/en_US/profiler.php
deleted file mode 100644
index a39c2f51..00000000
--- a/system/i18n/en_US/profiler.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php defined('SYSPATH') OR die('No direct access allowed.');
-
-$lang = array
-(
- 'benchmarks' => 'Benchmarks',
- 'post_data' => 'Post Data',
- 'no_post' => 'No post data',
- 'session_data' => 'Session Data',
- 'no_session' => 'No session data',
- 'queries' => 'Database Queries',
- 'no_queries' => 'No queries',
- 'no_database' => 'Database not loaded',
- 'cookie_data' => 'Cookie Data',
- 'no_cookie' => 'No cookie data',
-);