Sha256: fa3daa3713a7542396a0f6526e976803cd02f1b639117f56c235fddc32229949

Contents?: true

Size: 1.35 KB

Versions: 3

Compression:

Stored size: 1.35 KB

Contents

en:
  seo: "SEO"
  add_redirect: "Add Redirect"
  robots_txt: "Robots.txt"
  liquor_help:
    variables:
      seo:
        main_description: 'Object "seo" gives access to SEO properties of current page (or object). You can specify these properties in "SEO" section while editing your Page. If you have a Templatable Page (with enabled "Use as object template" option) and APIQ Models installed, you would probably want to have "title", "description" and etc. specified for each Model entry. And APIQ SEO still works for this: just follow a convention of adding special text fields to your Model: "seo_title", "seo_description", "seo_keywords" and "seo_h1" - and "seo" object for item/entry page will show you a content of these fields'
        properties:
          title: "Content for <title> tag"
          keywords: "Content for <meta name='keywords'... tag"
          description: "Content for <meta name='description'... tag"
          h1: "Content for page main header (h1)"
  activerecord:
    models:
      kms/redirect:
        one: "Redirect"
        few: "Redirects"
        many: "Redirects"
        other: "Redirects"
    attributes:
      kms/page:
        seo_title: "Meta Title"
        seo_keywords: "Meta Keywords"
        seo_description: "Meta Description"
        seo_h1: "H1"
      kms/redirect:
        source: "Source/From"
        destination: "Destination/To"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kms_seo-1.0.2 config/locales/en.yml
kms_seo-1.0.1 config/locales/en.yml
kms_seo-1.0.0 config/locales/en.yml