Sha256: 1578863ab7692c97b5a66d322058229a5edf316b06d2fece45fa0987ebbd8803

Contents?: true

Size: 1.64 KB

Versions: 2

Compression:

Stored size: 1.64 KB

Contents

en:
  admin_panel: 'Admin Panel'
  admin_panel_for: "Admin Panel for "

  activerecord:
    models:
      settings: 'site settings'

    attributes:
      setting:
        site_name: 'site name'
        site_tagline: 'site tagline'
        enable_comments_in_pages: 'enable comments in pages'
        disable_blog: 'disable blog'
        blog_name: 'blog name'
        blog_tagline: 'blog tagline'
        enable_comments_in_blog: 'enable comments in blog'
        contact_email: 'contact email'
        company_name: 'company name'

  settings:
    blog_enabled: 'blog enabled?'
    hint:
      contact_email: 'this is used to get the messages from the contact form and for other things as well.'
      site_name: 'this is often the same as the company name'
      site_tagline: 'a small descriptive sentence'
      disable_blog: 'should be checked if you do NOT want a blog'
      blog_tagline:  'a small descriptive sentence'

    update:
      notice: 'Site Settings were successfully updated.'
      warning: 'There was a problem saving your changes.'

  will_paginate:
    previous_label: "← Previous"
    next_label: "Next →"
    page_gap: "…"

    page_entries_info:
      single_page:
        zero: "No %{model} found"
        one: "Displaying 1 %{model}"
        other: "Displaying all %{count} %{model}"
      single_page_html:
        zero: "No %{model} found"
        one: "Displaying <b>1</b> %{model}"
        other: "Displaying <b>all&nbsp;%{count}</b> %{model}"

      multi_page: "Displaying %{model} %{from} - %{to} of %{count} in total"
      multi_page_html: "Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{count}</b> in total"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tkh_admin_panel-0.10 lib/generators/tkh_admin_panel/create_or_update_locales/templates/en.yml
tkh_admin_panel-0.9.27 lib/generators/tkh_admin_panel/create_or_update_locales/templates/en.yml