You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
698 B
25 lines
698 B
13 years ago
|
en:
|
||
|
simple_form:
|
||
|
"yes": 'Yes'
|
||
|
"no": 'No'
|
||
|
required:
|
||
|
text: 'required'
|
||
|
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: "Some errors were found, please take a look:"
|
||
|
# 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.'
|
||
|
|