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

/lang/en_gb.yml

https://bitbucket.org/mediastuttgart/error-handler
YAML | 55 lines | 55 code | 0 blank | 0 comment | 0 complexity | 05d376ab1470ddd1ae68a6d7050012e6 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: Here you can choose the behaviour of your website in case of an error. If you are unsure what to select, you should activate the production mode to avoid displaying error messages to your visitors.
  5. errorh_environment: Environment
  6. errorh_production: Production mode (error messages are not displayed, but sent by e-mail)
  7. errorh_developer: Developer mode (error messages are displayed directly on the website)
  8. errorh_errorselect: Displayed errors
  9. errorh_all: All errors
  10. errorh_notice: Notices (E_NOTICE)
  11. errorh_warning: Warnings (E_WARNING)
  12. errorh_usererror: Errors (E_ERROR)
  13. errorh_compatible: Compatibility issues (E_STRICT)
  14. errorh_strict: Compatibility issues (E_STRICT)
  15. errorh_deprecated: Deprecated elements (E_DEPRECATED)
  16. errorh_environsettings: Environment settings
  17. errorh_options: Options
  18. errorh_savechanges: Save changes
  19. errorh_recenterrors: This displays the %1$s most recent errors.
  20. errorh_errornumber: The error log contains <strong>%1$s</strong> errors.
  21. errorh_errortype: Type
  22. errorh_errortime: Time
  23. errorh_errormsg: Error message
  24. errorh_errorlogempty: Your error log contains no errors.
  25. errorh_removephplog: Empty PHP error log
  26. errorh_operations: Operations
  27. errorh_phpstatlabel: PHP log statistics
  28. errorh_phpstats: %1$s lines in %2$s
  29. errorh_occurrence: Occurrence
  30. errorh_warninglabel: Warnings
  31. errorh_noticelabel: Notices
  32. errorh_compatiblelabel: Compatibility issues
  33. errorh_deprecatedlabel: Deprecated elements
  34. errorh_errorfile: File
  35. errorh_errorline: Line
  36. errorh_codesnippet: Code snippet
  37. errorh_codesnippethelp: The overlay should contain the faulty line from the sourcecode.
  38. errorh_includearguments: Function arguments
  39. errorh_argumentshelp: Function arguments should be included with the stack traces
  40. errorh_argumentswarning: Only change this value, if you are asked to do so or if you know exactly what you are doing.
  41. errorh_errormsgmailto: Mail-to address
  42. errorh_mailtohelp: Leave this field empty, if you do not wish to receive e-mails.
  43. errorh_errormailre: Subject line format
  44. errorh_errormailrehelp: Only change this setting, if you are asked to do so. Otherwise the e-mail cannot be processed correctly.
  45. errorh_errormailfrom: Sender of the e-mail
  46. errorh_maxmails: max. number of mails per request
  47. errorh_objectdumps: Include object dumps
  48. errorh_objectdumpshelp: All affected objects are to be included completely in the e-mail.
  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.