Sha256: 84ff576c4d2c3bf1d1b2f203f4ada79ed726c998dfc2fe2fc99e9d7bcb798b7a

Contents?: true

Size: 1.04 KB

Versions: 25

Compression:

Stored size: 1.04 KB

Contents

en:
  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"

    # models:
    #   entry:
    #     zero:  entries
    #     one:   entry
    #     few:   entries
    #     other: entries

    # line_item:
    #   page_entries_info:
    #     single_page:
    #       zero:  "Your shopping cart is empty"
    #       one:   "Displaying one item in your cart"
    #       other: "Displaying all %{count} items"
    #     multi_page: "Displaying items %{from} - %{to} of %{count} in total"

Version data entries

25 entries across 25 versions & 4 rubygems

Version Path
will_paginate-3.0.4 lib/will_paginate/locale/en.yml
will_paginate-3.0.3 lib/will_paginate/locale/en.yml
will_paginate-3.0.2 lib/will_paginate/locale/en.yml
will_paginate-3.0.1 lib/will_paginate/locale/en.yml
will_paginate-3.0.0 lib/will_paginate/locale/en.yml