- index:
- title: Users
- heading: Users
- summary_html: "%{name} created from %{ip_address} on %{date}"
- summary_no_ip_html: "%{name} created on %{date}"
- empty: No matching users found
- page:
- found_users:
- one: "%{count} user found"
- other: "%{count} users found"
- confirm: Confirm Selected Users
- hide: Hide Selected Users
+ issued_blocks:
+ show:
+ title: "Blocks by %{name}"
+ heading_html: "List of Blocks by %{name}"
+ empty: "%{name} has not made any blocks yet."
+ received_blocks:
+ show:
+ title: "Blocks on %{name}"
+ heading_html: "List of Blocks on %{name}"
+ empty: "%{name} has not been blocked yet."
+ edit:
+ title: "Revoking all blocks on %{block_on}"
+ heading_html: "Revoking all blocks on %{block_on}"
+ empty: "%{name} has no active blocks."
+ confirm: "Are you sure you wish to revoke %{active_blocks}?"
+ active_blocks:
+ one: "%{count} active block"
+ other: "%{count} active blocks"
+ revoke: "Revoke!"
+ destroy:
+ flash: "All active blocks have been revoked."
+ lists:
+ show:
+ title: Users
+ heading: Users
+ empty: No matching users found
+ page:
+ found_users:
+ one: "%{count} user found"
+ other: "%{count} users found"
+ confirm: Confirm Selected Users
+ hide: Hide Selected Users
+ user:
+ summary_html: "%{name} created from %{ip_address} on %{date}"
+ summary_no_ip_html: "%{name} created on %{date}"