2010-04-10 15:25:07 +00:00
|
|
|
en:
|
|
|
|
errors:
|
|
|
|
messages:
|
|
|
|
domain_taken: "{{value}} is already taken"
|
2010-05-02 23:33:17 +00:00
|
|
|
invalid_domain: "{{value}} is invalid"
|
2010-05-10 22:39:52 +00:00
|
|
|
missing_content_for_layout: "should contain 'content_for_layout' liquid tag"
|
|
|
|
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"
|
2010-05-26 00:41:10 +00:00
|
|
|
array_too_short: "is too small (minimum element number is {{count}})"
|
2010-05-30 23:57:33 +00:00
|
|
|
liquid_syntax_error: "Syntax error in page parts, please check the syntax"
|
2010-05-10 22:39:52 +00:00
|
|
|
|
|
|
|
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: "Content goes here"
|
|
|
|
page_parts:
|
|
|
|
name: "Body"
|
2010-05-30 23:57:33 +00:00
|
|
|
|
|
|
|
pagination:
|
|
|
|
previous: "« Previous"
|
|
|
|
next: "Next »"
|