PageRenderTime 66ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/lang/en_gb.yml

https://bitbucket.org/webvariants/error-handler
YAML | 57 lines | 57 code | 0 blank | 0 comment | 0 complexity | 8d611036ab55073579641adedfb03f95 MD5 | raw file
  1. errorh_settings: 'Settings'
  2. errorh_phperrlog: 'PHP error log'
  3. errorh_changessaved: 'Your changes have been saved successfully.'
  4. errorh_settingsintro: >
  5. Here you can choose the behaviour of your website in case of an error. The
  6. behaviour depends on the environment your website is currently running in
  7. (development or production), which can be changed on the
  8. <a href="{0}">System</a> page.
  9. errorh_environment: 'Environment'
  10. errorh_production: 'Production Environment'
  11. errorh_development: 'Development Environment'
  12. errorh_errorselect: 'Displayed errors'
  13. errorh_all: 'All errors'
  14. errorh_notice: 'Notices (E_NOTICE)'
  15. errorh_warning: 'Warnings (E_WARNING)'
  16. errorh_usererror: 'Errors (E_ERROR)'
  17. errorh_compatible: 'Compatibility issues (E_STRICT)'
  18. errorh_strict: 'Compatibility issues (E_STRICT)'
  19. errorh_deprecated: 'Deprecated elements (E_DEPRECATED)'
  20. errorh_recenterrors: 'This displays the %1$s most recent errors.'
  21. errorh_errornumber: 'The error log contains <strong>%1$s</strong> errors.'
  22. errorh_errortype: 'Type'
  23. errorh_errortime: 'Time'
  24. errorh_errormsg: 'Error message'
  25. errorh_errorlogempty: 'Your error log contains no errors.'
  26. errorh_removephplog: 'Empty PHP error log'
  27. errorh_operations: 'Operations'
  28. errorh_phpstatlabel: 'PHP log statistics'
  29. errorh_phpstats: '%1$s lines in %2$s'
  30. errorh_occurrence: 'Occurrence'
  31. errorh_warninglabel: 'Warnings'
  32. errorh_noticelabel: 'Notices'
  33. errorh_compatiblelabel: 'Compatibility issues'
  34. errorh_deprecatedlabel: 'Deprecated elements'
  35. errorh_errorfile: 'File'
  36. errorh_errorline: 'Line'
  37. errorh_codesnippet: 'Code snippet'
  38. errorh_codesnippethelp: 'The overlay should contain the faulty line from the sourcecode.'
  39. errorh_includearguments: 'Function arguments'
  40. errorh_argumentshelp: 'Function arguments should be included with the stack traces'
  41. errorh_argumentswarning: 'This can increase the error mail''s size quite a bit, but is usually okay to be enabled.'
  42. errorh_errormsgmailto: 'Mail-to address'
  43. errorh_mailtohelp: 'Leave this field empty, if you do not wish to receive e-mails.'
  44. errorh_errormailsubject: 'Subject line format'
  45. errorh_errormailsubjecthelp: 'Available placeholders are %domain%, %type%, %message% and %index%. Use %time_XXX_% (with XXX being a format for date()) to include the current date and time.'
  46. errorh_errormailfrom: 'Sender of the e-mail'
  47. errorh_errormailfromhelp: 'Enter the name in the first input field and the e-mail address in the second.'
  48. errorh_maxmails: 'Max. mails per request'
  49. errorh_includeglobals: 'Globals to be included'
  50. errorh_logfilelabel: 'Log file'
  51. errorh_logfilehelp: 'Absolutely use a path that is not accessible from the web!'
  52. errorh_errorpagelabel: 'Error page'
  53. errorh_errorpagehelp: 'This file will be included when an exception or non-recoverable error occurs.'
  54. errorh_disbale_bar: 'Error Bar'
  55. errorh_disbale_bar_help: 'Do not display the error bar at the top right corner of the screen.'
  56. errorh_mutecode: 'Security code'
  57. errorh_mutecodehelp: 'With this code, error mails can be disabled even with no access to the backend anymore.'