Sha256: c06fa6cb876372517f80133ef9c3b47a6eb6d8675f41fdc224a7ef9192f94f75

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

en:
  fancygrid:
    pagination:
      per_page: 'Per page:'
      page: 'Page'
      of: 'of'
      results: 'Results'
      prev_page: 'Pervious page'
      next_page: 'Next page'
      reload: 'Reload'
    sort:
      submit: "Sort columns"
      info: "You can sort the columns using drag&drop. Drag the columns you want to be visible into the left list and all other into the right list. To submit just click somwhere outside the two lists."
      header_visible: "Visible columns"
      header_hidden: "Hidden columns"
    search:
      title: 'Search'
      submit: 'Apply search'
      clear: 'Clear search'
      toggle: 'Show/Hide search'
      conditions: 'All conditions must be met:'
      
      operator:
        equal: 'equal'
        not_equal: 'not equal'
        less: 'less than'
        less_equal: 'less equal than'
        greater: 'greater than'
        greater_equal: 'greater or equal to'
        starts_with: 'starts with'
        ends_with: 'ends with'
        like: 'like'
        is_null: 'is null'
        is_not_null: 'is not null'
        is_true: 'is true'
        is_not_true: 'is not true'
        is_false: 'is false'
        is_not_false: 'is not false'
        in: 'is in'
        not_in: 'is not in'

      

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fancygrid-1.1.0 config/locales/fancygrid.en.yml
fancygrid-1.0.0 config/locales/fancygrid.en.yml