PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/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
  1. <?php
  2. return array(
  3. 'TOOLBAR' => '',
  4. // Blank
  5. 'Blank' => '',
  6. 'Example panel' => '',
  7. 'Blank page' => '',
  8. // server
  9. 'Server' => '',
  10. 'Yii {n}' => '',
  11. 'Server Info' => '',
  12. // resource
  13. 'Resources' => '',
  14. 'Total time: {n} s.' => ' ',
  15. 'Resource Usage' => '',
  16. 'Page Load Time' => '',
  17. 'Elapsed Time' => '',
  18. 'Memory Usage' => '',
  19. 'Memory Peak Usage' => '',
  20. 'Session Size' => '',
  21. // globals
  22. 'Globals' => '',
  23. 'Global Variables' => '',
  24. 'Variables' => '',
  25. 'No COOKIE data' => '',
  26. 'No SESSION data' => '',
  27. 'No GET data' => '',
  28. 'No POST data' => '',
  29. 'No FILES data' => '',
  30. // settings
  31. 'Settings' => '',
  32. 'ON' => '',
  33. 'OFF' => '',
  34. 'Application Settings' => '',
  35. 'Application Properties' => '',
  36. 'Property' => '',
  37. 'Modules' => '',
  38. 'Module ID' => '',
  39. 'Configuration' => '',
  40. 'Application Params' => '',
  41. 'Components' => '',
  42. 'Component ID' => '',
  43. // SQL
  44. 'SQL' => 'SQL',
  45. '{n} query in {s} s.|{n} queries in {s} s.' => '',
  46. 'SQL Queries from {n} connection|SQL Queries from {n} connections' => '',
  47. 'Connection ID' => '',
  48. 'Query' => '',
  49. 'ID' => '',
  50. 'Count' => '',
  51. 'Total (s)' => '',
  52. 'Avg. (s)' => '',
  53. 'Min. (s)' => '',
  54. 'Max. (s)' => '',
  55. 'Time (s)' => '',
  56. 'Driver' => '',
  57. 'Server Version' => '',
  58. 'Uptime' => '',
  59. 'Threads' => '',
  60. 'Questions' => '',
  61. 'Slow queries' => '',
  62. 'Opens' => '',
  63. 'Flush tables' => '',
  64. 'Open tables' => '',
  65. 'Queries per second avg' => '',
  66. 'Mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => '',
  67. 'Summary' => '',
  68. 'Callstack' => '',
  69. 'Servers' => '',
  70. 'No SQL queries were recorded during this request or profiling the SQL is DISABLED.' => '',
  71. // logging
  72. 'Logging' => '',
  73. '{n} message|{n} messages' => '',
  74. 'Log Messages' => '',
  75. 'Message (details)' => '',
  76. 'Level' => '',
  77. 'Category' => '',
  78. 'Time' => '',
  79. // asset
  80. 'Assets' => '',
  81. 'Manage assets files' => '',
  82. 'Assets Manager' => '',
  83. 'Assets path' => '',
  84. 'Exclude files' => '',
  85. 'New dir mode' => '',
  86. 'New file mode' => '',
  87. 'Load assets' => '',
  88. 'Date create' => '',
  89. 'Show files' => '',
  90. '{n} file|{n} files' => '',
  91. 'Clean' => '',
  92. 'Path not found.' => '',
  93. 'Unknow error.' => '',
  94. 'Files' => '',
  95. 'Properties' => '',
  96. // other
  97. 'Failed to delete folder.' => '',
  98. 'YiiDebugToolbar owner must be instance of CLogRoute' => '',
  99. 'The %class% class must be compatible with YiiDebugToolbarPanelInterface' => '',
  100. 'Path' => '',
  101. 'Name' => '',
  102. 'Value' => '',
  103. 'Close' => '',
  104. );