Sha256: 07c37ad6922d5f14064828b67d9e18813ba8474ec4bcba7fe6a3d19cbe04912f

Contents?: true

Size: 946 Bytes

Versions: 4

Compression:

Stored size: 946 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"

  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

4 entries across 4 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta3 config/locales/default_en.yml
locomotive_cms-0.0.4.beta2 config/locales/default_en.yml
locomotive_cms-0.0.4.beta1 config/locales/default_en.yml
locomotive_cms-0.0.4 config/locales/default_en.yml