engine/config/locales/default.en.yml

44 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2010-04-10 15:25:07 +00:00
en:
2010-06-30 00:03:34 +00:00
date:
formats:
default: "%m/%d/%Y"
2012-05-26 12:35:04 +00:00
mongoid:
errors:
messages:
blank_on_locale: "can't be blank"
2010-04-10 15:25:07 +00:00
errors:
messages:
domain_taken: "%{value} is already taken"
invalid_domain: "%{value} is invalid"
needs_admin_account: "One admin account is required at least"
protected_page: "You can not remove index or 404 pages"
2010-05-11 21:38:52 +00:00
extname_changed: "New file does not have the original extension"
array_too_short: "is too small (minimum element number is %{count})"
invalid_theme_file: "can't be blank or isn't a zip file"
site:
default_locale_removed: The previous default locale can not be removed right away.
page:
liquid_syntax: "Liquid Syntax error ('%{error}' on '%{fullpath}')"
liquid_extend: "The page '%{fullpath}' extends a template which does not exist"
liquid_translation: "The page '%{fullpath}' extends a template which is not translated"
too_few_custom_fields: "At least, one custom field is required"
security: "presents a security problem"
attributes:
defaults:
pages:
index:
title: "Home page"
body: "Content of the home page"
"404":
title: "Page not found"
body: "Content of the 404 page"
other:
2011-03-04 23:41:44 +00:00
body: "{% extends 'parent' %}"
pagination:
previous: "« Previous"
next: "Next »"