Sha256: e8a3d1cf1306c5e70f8e30a4464bd848beac9eff470b9995c3a7cffd4de628bc

Contents?: true

Size: 1011 Bytes

Versions: 10

Compression:

Stored size: 1011 Bytes

Contents

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, please check the syntax"
        liquid_extend: "The page extends a template which does not exist"
        invalid_theme_file: "can't be blank or isn't a zip file"

  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"

  pagination:
    previous: "« Previous"
    next: "Next »"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 config/locales/default_en.yml
locomotive_cms-1.0.0.beta config/locales/default_en.yml
locomotive_cms-0.0.4.beta12 config/locales/default_en.yml
locomotive_cms-0.0.4.beta11 config/locales/default_en.yml
locomotive_cms-0.0.4.beta10 config/locales/default_en.yml
locomotive_cms-0.0.4.beta9 config/locales/default_en.yml
locomotive_cms-0.0.4.beta8 config/locales/default_en.yml
locomotive_cms-0.0.4.beta7 config/locales/default_en.yml
locomotive_cms-0.0.4.beta5 config/locales/default_en.yml
locomotive_cms-0.0.4.beta4 config/locales/default_en.yml