liquid_feedback_frontend

changeset 232:8bb9a55ec013

English example texts for terms of use in config/default.lua
author jbe
date Thu Oct 06 16:30:15 2011 +0200 (2011-10-06)
parents 068ad175ebd7
children 72d8f5faa2e5
files config/default.lua
line diff
     1.1 --- a/config/default.lua	Thu Oct 06 16:26:43 2011 +0200
     1.2 +++ b/config/default.lua	Thu Oct 06 16:30:15 2011 +0200
     1.3 @@ -9,14 +9,14 @@
     1.4  
     1.5  --config.footer_html = '<a href="somewhere">some link</a>'
     1.6  
     1.7 -config.use_terms = "=== Nutzungsbedingungen ===\nAlles ist verboten"
     1.8 +config.use_terms = "=== Terms of Use ===\nNothing is allowed."
     1.9  --config.use_terms_html = ""
    1.10  
    1.11  config.use_terms_checkboxes = {
    1.12    {
    1.13 -    name = "nutzungsbedingungen_v1",
    1.14 -    html = "Ich akzeptiere die Bedingungen.",
    1.15 -    not_accepted_error = "Du musst die Bedingungen akzeptieren, um dich zu registrieren."
    1.16 +    name = "terms_of_use_v1",
    1.17 +    html = "I accept the terms of use.",
    1.18 +    not_accepted_error = "You have to accept the terms of use to be able to register."
    1.19    }
    1.20  }
    1.21  

Impressum / About Us