Sha256: 6c634f62b2a06abd778a1a74381bf2496807d93206bbcd455486fd23c8abbc8c
Contents?: true
Size: 1.07 KB
Versions: 20
Compression:
Stored size: 1.07 KB
Contents
en: activerecord: attributes: <%= model_name_underscored %>: <%= db_columns.collect{|column_name, column_options| "\n #{column_options[:lang_key]}: #{column_name.humanize}" }.join %> easy_query: name: <%= model_name_underscored %>_query: <%= model_name_pluralize_underscored.titleize %> heading_<%= model_name_underscored %>_new: New <%= model_name_underscored.titleize %> heading_<%= model_name_underscored %>_edit: Edit <%= model_name_underscored.titleize %> button_<%= model_name_underscored %>_new: New <%= model_name_underscored.titleize %> label_<%= model_name_pluralize_underscored %>: <%= model_name_pluralize_underscored.titleize %> label_<%= model_name_underscored %>: <%= model_name_underscored.titleize %> permission_view_<%= model_name_pluralize_underscored %>: View <%= model_name_pluralize_underscored.titleize %> permission_manage_<%= model_name_pluralize_underscored %>: Manage <%= model_name_pluralize_underscored.titleize %> title_<%= model_name_underscored %>_new: Click to create new <%= model_name_underscored.titleize %>
Version data entries
20 entries across 20 versions & 1 rubygems