en.yml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. ---
  2. # English language file for p01contact
  3. key: en
  4. name: English
  5. english_name: English
  6. authors: Nicolas Liautaud
  7. date: "2011-10-23"
  8. compatibility: 1.1
  9. strings:
  10. # basic fields
  11. text: text
  12. textarea: text area
  13. password: password
  14. file: attachment
  15. # html5 inputs types
  16. color: color
  17. date: date
  18. email: email
  19. month: month
  20. number: number
  21. range: range
  22. search: search
  23. tel: phone number
  24. time: time
  25. url: URL
  26. week: week
  27. # other fields
  28. name: name
  29. subject: subject
  30. message: message
  31. address: postal address
  32. askcopy: send me a copy of this email
  33. captcha: captcha
  34. # actions
  35. send: Send
  36. reload: Reload
  37. reset: Clear this form
  38. # received email
  39. askedcopy: A copy of this email have been requested
  40. anonymous: Anonymous
  41. nosubject: (No subject)
  42. email_title: Mail sent from
  43. # confirmations
  44. sent: Email sent.
  45. sent_debug: Email virtually sent (debug mode enabled).
  46. sent_copy: Email sent. A copy have been sent to the specified address.
  47. sent_copy_error: Email sent, but there was an issue when sending you the copy.
  48. sent_already: The message have already been sent.
  49. # errors
  50. error: "Error : no message was sent."
  51. error_notarget: This contact form has no recipient.
  52. error_honeypot: Blip. Blop. Blup. You felt in the honeypot for robots.
  53. error_pageload: Blip. Blop. Blup. You're as fast as a robot. Please wait a few seconds.
  54. error_lastpost: You submitted just recently. Please wait a bit.
  55. error_postcount: You submitted too much times this hour.
  56. # fields errors
  57. field_required: This field is required
  58. field_email: Please use a valid email address
  59. field_tel: Please use a valid phone number
  60. field_url: Please write a valid web address
  61. field_message: Please write a longer message
  62. field_captcha: Please answer correctly the following captcha
  63. field_password: Wrong password
  64. field_blacklist: This field contains prohibited terms
  65. field_whitelist: An expected value is missing
  66. # configuration panel
  67. config_title: p01contact configuration
  68. config_updated: Your changes were saved successfully.
  69. config_error_open: <b>Unable to open config file.</b> Check if the file exists and its permissions
  70. config_error_modify: <b>Unable to modify config file.</b> Check the file permissions"
  71. # infos
  72. new_release: There is a new release!
  73. download: Download the last version
  74. repo: Git
  75. wiki: Documentation / Wiki
  76. issues: Help / report a bug
  77. # settings
  78. disable: Disable all forms
  79. disable_sub: Disable mail sending, without hiding the contact forms.
  80. default_email: Default emails
  81. default_email_sub: One ore more email addresses, separated by commas, that will receive mails from every forms.
  82. default_params: Default parameters
  83. default_params_sub: Default form structure. Use syntax described in documentation.
  84. lang: Language
  85. lang_sub: Default language is set to
  86. message_len: Messages minimum length
  87. message_len_sub: Minimum number of characters for message fields.
  88. separator: Separator
  89. separator_sub: "Parameters separator in forms markup. Ex: comma, semicolon, double-pipe..."
  90. logs_count: Logs number
  91. logs_count_sub: Maximum number of entries to keep on logs.
  92. checklists: Fields checklists
  93. blacklist: Blacklist
  94. whitelist: Whitelist
  95. checklists_sub: A blacklist is a list of prohibited values in the given field type, and a whitelist is a list of the only possible values for the given field type. Each term should be separated by commas.
  96. use_honeypot: Use hidden honeypot field
  97. use_honeypot_sub: Add to every forms a hidden field that should not be filled. Humans won't see it, but most spam bots will fell in the trap.
  98. min_sec_after_load: Minimum time after page load
  99. min_sec_after_load_sub: Minimum number of seconds between a page load and a form submission. Fellow humans need at least a few seconds to read, fill and submit a form. Robots don't.
  100. min_sec_between_posts: Minimum time between two submissions
  101. min_sec_between_posts_sub: Minimum number of seconds between two form submissions by a same user.
  102. max_posts_by_hour: Maximum submissions by hour
  103. max_posts_by_hour_sub: Maximum number of submissions every hour by user.
  104. captcha_info: The native anti-spam and anti-error mechanisms should prevent all undesirable submissions. If you need a higher level of security you can create a custom captcha by adding a field with a required answer. Finally, you can insert a Google reCaptcha by using a <em>captcha</em> field with the below settings.
  105. recaptcha_public_key: reCaptcha public key
  106. recaptcha_public_key_sub: Google reCaptcha public key.
  107. recaptcha_secret_key: reCaptcha secret key
  108. recaptcha_secret_key_sub: Google reCaptcha secret key.
  109. debug: Debug mode
  110. debug_sub: Disable mail sending, display p01-contact data structure, data sent by POST and the email that would have been sent.
  111. debug_warn: Don't active that on production website!