# HG changeset patch # User jbe # Date 1317911415 -7200 # Node ID 8bb9a55ec01353c81ecf621ce1675c2f75d52997 # Parent 068ad175ebd79415786a91519d61bf5f8c2424ef English example texts for terms of use in config/default.lua diff -r 068ad175ebd7 -r 8bb9a55ec013 config/default.lua --- a/config/default.lua Thu Oct 06 16:26:43 2011 +0200 +++ b/config/default.lua Thu Oct 06 16:30:15 2011 +0200 @@ -9,14 +9,14 @@ --config.footer_html = 'some link' -config.use_terms = "=== Nutzungsbedingungen ===\nAlles ist verboten" +config.use_terms = "=== Terms of Use ===\nNothing is allowed." --config.use_terms_html = "" config.use_terms_checkboxes = { { - name = "nutzungsbedingungen_v1", - html = "Ich akzeptiere die Bedingungen.", - not_accepted_error = "Du musst die Bedingungen akzeptieren, um dich zu registrieren." + name = "terms_of_use_v1", + html = "I accept the terms of use.", + not_accepted_error = "You have to accept the terms of use to be able to register." } }