en: date: formats: default: "%m/%d/%Y" 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" extname_changed: "New file does not have the original extension" array_too_short: "is too small (minimum element number is %{count})" liquid_syntax: "Liquid Syntax error ('%{error}')" invalid_theme_file: "can't be blank or isn't a zip file" page: liquid_syntax: "Liquid Syntax error ('%{error}' on '%{fullpath}')" liquid_extend: "The page '%{fullpath}' extends a template which does not exist" 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: body: "{% extends 'parent' %}" pagination: previous: "« Previous" next: "Next »"