]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Fix new rubocop warnings
[rails.git] / config / locales / en.yml
index 8bb239ca55ca11f3b939ba205abc3e2914d00606..6218bfea24fcb38c9b4fdca6a0e770377611a0b8 100644 (file)
@@ -2893,6 +2893,16 @@ en:
       confirm: "Are you sure you wish to revoke this block?"
       revoke: "Revoke!"
       flash: "This block has been revoked."
+    revoke_all:
+      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!"
+      flash: "All active blocks have been revoked."
     helper:
       time_future_html: "Ends in %{time}."
       until_login: "Active until the user logs in."