Added simple form for easier form building.

This commit is contained in:
benni 2011-05-14 17:06:32 +02:00
parent ca15bb1102
commit 03d84aed1d
9 changed files with 185 additions and 5 deletions

View file

@ -167,4 +167,28 @@ de:
price: Nettopreis
user:
password: Passwort
first_name: Vorname
first_name: Vorname
# Simple form i18n is used to build the forms
simple_form:
"yes": 'Ja'
"no": 'Nein'
required:
text: 'benötigt'
mark: '*'
# You can uncomment the line below if you need to overwrite the whole required html.
# When using html, text and mark won't be used.
# html: '<abbr title="required">*</abbr>'
error_notification:
default_message: "Fehler wurden gefunden. Bitte das Formular überprüfen."
# Labels and hints examples
# labels:
# password: 'Password'
# user:
# new:
# email: 'E-mail para efetuar o sign in.'
# edit:
# email: 'E-mail.'
# hints:
# username: 'User name to sign in.'
# password: 'No special characters, please.'