# File lib/active_ldap/human_readable.rb, line 9
      def human_attribute_name(attribute_or_name)
        msgid = human_attribute_name_msgid(attribute_or_name)
        msgid ||= human_attribute_name_with_gettext(attribute_or_name)
        s_(msgid)
      end