diff --git a/locales/en.json b/locales/en.json index d0b2cefc..dd51d655 100644 --- a/locales/en.json +++ b/locales/en.json @@ -45,8 +45,8 @@ "new_user": "New user", "ok": "Ok", "cancel": "Cancel", - "enable": "Turn on", - "disable": "Turn off", + "enable": "Enable", + "disable": "Disable", "me": "You", "password_updated": "Password changed.", "resources": "Resources", @@ -123,6 +123,7 @@ "tag_description": "Tag", "media_description": "You can add a flyer (optional)", "added": "Event added", + "saved": "Event saved", "added_anon": "Event added, but has yet to be confirmed.", "updated": "Event updated", "where_description": "Where's the event? If not present you can create it.", @@ -165,7 +166,8 @@ "event_confirm_description": "You can confirm events entered by anonymous users here", "delete_user": "Remove", "remove_admin": "Remove admin", - "delete_user_confirm": "Are you sure you want to remove this user?", + "disable_user_confirm": "Are you sure you want to disable {user}?", + "delete_user_confirm": "Are you sure you want to remove {user}", "user_remove_ok": "User removed", "user_create_ok": "User created", "allow_registration_description": "Allow open registrations?",