/protected/extensions/yii-debug-toolbar/messages/simple/yii-debug-toolbar.php
https://github.com/LosYear/FluentCMS · PHP · 114 lines · 95 code · 10 blank · 9 comment · 0 complexity · 5e1ba15e303d5eac6eebd0d61fe45d5d MD5 · raw file
- <?php
- return array(
- 'TOOLBAR' => '',
-
- // Blank
- 'Blank' => '',
- 'Example panel' => '',
- 'Blank page' => '',
- // server
- 'Server' => '',
- 'Yii {n}' => '',
- 'Server Info' => '',
- // resource
- 'Resources' => '',
- 'Total time: {n} s.' => ' ',
- 'Resource Usage' => '',
- 'Page Load Time' => '',
- 'Elapsed Time' => '',
- 'Memory Usage' => '',
- 'Memory Peak Usage' => '',
- 'Session Size' => '',
- // globals
- 'Globals' => '',
- 'Global Variables' => '',
- 'Variables' => '',
- 'No COOKIE data' => '',
- 'No SESSION data' => '',
- 'No GET data' => '',
- 'No POST data' => '',
- 'No FILES data' => '',
- // settings
- 'Settings' => '',
- 'ON' => '',
- 'OFF' => '',
- 'Application Settings' => '',
- 'Application Properties' => '',
- 'Property' => '',
- 'Modules' => '',
- 'Module ID' => '',
- 'Configuration' => '',
- 'Application Params' => '',
- 'Components' => '',
- 'Component ID' => '',
- // SQL
- 'SQL' => 'SQL',
- '{n} query in {s} s.|{n} queries in {s} s.' => '',
- 'SQL Queries from {n} connection|SQL Queries from {n} connections' => '',
- 'Connection ID' => '',
- 'Query' => '',
- 'ID' => '',
- 'Count' => '',
- 'Total (s)' => '',
- 'Avg. (s)' => '',
- 'Min. (s)' => '',
- 'Max. (s)' => '',
- 'Time (s)' => '',
- 'Driver' => '',
- 'Server Version' => '',
- 'Uptime' => '',
- 'Threads' => '',
- 'Questions' => '',
- 'Slow queries' => '',
- 'Opens' => '',
- 'Flush tables' => '',
- 'Open tables' => '',
- 'Queries per second avg' => '',
- 'Mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => '',
- 'Summary' => '',
- 'Callstack' => '',
- 'Servers' => '',
- 'No SQL queries were recorded during this request or profiling the SQL is DISABLED.' => '',
- // logging
- 'Logging' => '',
- '{n} message|{n} messages' => '',
- 'Log Messages' => '',
- 'Message (details)' => '',
- 'Level' => '',
- 'Category' => '',
- 'Time' => '',
- // asset
- 'Assets' => '',
- 'Manage assets files' => '',
- 'Assets Manager' => '',
- 'Assets path' => '',
- 'Exclude files' => '',
- 'New dir mode' => '',
- 'New file mode' => '',
- 'Load assets' => '',
- 'Date create' => '',
- 'Show files' => '',
- '{n} file|{n} files' => '',
- 'Clean' => '',
- 'Path not found.' => '',
- 'Unknow error.' => '',
- 'Files' => '',
- 'Properties' => '',
- // other
- 'Failed to delete folder.' => '',
- 'YiiDebugToolbar owner must be instance of CLogRoute' => '',
- 'The %class% class must be compatible with YiiDebugToolbarPanelInterface' => '',
- 'Path' => '',
- 'Name' => '',
- 'Value' => '',
- 'Close' => '',
- );